From a7bc7b995c1d146d06b39be0ceb4793addd30e41 Mon Sep 17 00:00:00 2001 From: samliok Date: Mon, 18 May 2026 16:37:57 -0400 Subject: [PATCH 1/3] add non-validator happy path --- 0_build.txt | 67623 +++++++++++++++++++++++++++ api.go | 18 + nonvalidator/non_validator.go | 338 + nonvalidator/non_validator_test.go | 300 + nonvalidator/util.go | 41 + 5 files changed, 68320 insertions(+) create mode 100644 0_build.txt create mode 100644 nonvalidator/non_validator.go create mode 100644 nonvalidator/non_validator_test.go create mode 100644 nonvalidator/util.go diff --git a/0_build.txt b/0_build.txt new file mode 100644 index 00000000..33ae55eb --- /dev/null +++ b/0_build.txt @@ -0,0 +1,67623 @@ +2026-05-13T18:26:54.3197665Z Current runner version: '2.334.0' +2026-05-13T18:26:54.3221172Z ##[group]Runner Image Provisioner +2026-05-13T18:26:54.3221951Z Hosted Compute Agent +2026-05-13T18:26:54.3222499Z Version: 20260213.493 +2026-05-13T18:26:54.3223174Z Commit: 5c115507f6dd24b8de37d8bbe0bb4509d0cc0fa3 +2026-05-13T18:26:54.3223817Z Build Date: 2026-02-13T00:28:41Z +2026-05-13T18:26:54.3224506Z Worker ID: {78630ee7-6e16-4388-a3a6-b9c209fc8d71} +2026-05-13T18:26:54.3225177Z Azure Region: westcentralus +2026-05-13T18:26:54.3225760Z ##[endgroup] +2026-05-13T18:26:54.3227055Z ##[group]Operating System +2026-05-13T18:26:54.3227712Z Ubuntu +2026-05-13T18:26:54.3228506Z 24.04.4 +2026-05-13T18:26:54.3228991Z LTS +2026-05-13T18:26:54.3229487Z ##[endgroup] +2026-05-13T18:26:54.3229956Z ##[group]Runner Image +2026-05-13T18:26:54.3230490Z Image: ubuntu-24.04 +2026-05-13T18:26:54.3230946Z Version: 20260413.86.1 +2026-05-13T18:26:54.3232173Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260413.86/images/ubuntu/Ubuntu2404-Readme.md +2026-05-13T18:26:54.3233624Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260413.86 +2026-05-13T18:26:54.3234532Z ##[endgroup] +2026-05-13T18:26:54.3237449Z ##[group]GITHUB_TOKEN Permissions +2026-05-13T18:26:54.3239943Z Actions: write +2026-05-13T18:26:54.3240499Z ArtifactMetadata: write +2026-05-13T18:26:54.3241039Z Attestations: write +2026-05-13T18:26:54.3241613Z Checks: write +2026-05-13T18:26:54.3242110Z CodeQuality: write +2026-05-13T18:26:54.3242625Z Contents: write +2026-05-13T18:26:54.3243315Z Deployments: write +2026-05-13T18:26:54.3243907Z Discussions: write +2026-05-13T18:26:54.3244365Z Issues: write +2026-05-13T18:26:54.3244907Z Metadata: read +2026-05-13T18:26:54.3245358Z Models: read +2026-05-13T18:26:54.3245840Z Packages: write +2026-05-13T18:26:54.3246456Z Pages: write +2026-05-13T18:26:54.3246945Z PullRequests: write +2026-05-13T18:26:54.3247514Z RepositoryProjects: write +2026-05-13T18:26:54.3248349Z SecurityEvents: write +2026-05-13T18:26:54.3248922Z Statuses: write +2026-05-13T18:26:54.3249397Z VulnerabilityAlerts: read +2026-05-13T18:26:54.3249981Z ##[endgroup] +2026-05-13T18:26:54.3251956Z Secret source: Actions +2026-05-13T18:26:54.3252712Z Prepare workflow directory +2026-05-13T18:26:54.3583071Z Prepare all required actions +2026-05-13T18:26:54.3621609Z Getting action download info +2026-05-13T18:26:54.8620373Z Download action repository 'actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) +2026-05-13T18:26:55.0292794Z Download action repository 'actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4' (SHA:7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4) +2026-05-13T18:26:55.9910771Z Complete job name: build +2026-05-13T18:26:56.0771389Z ##[group]Run actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 +2026-05-13T18:26:56.0773160Z with: +2026-05-13T18:26:56.0773922Z repository: ava-labs/Simplex +2026-05-13T18:26:56.0775152Z token: *** +2026-05-13T18:26:56.0775904Z ssh-strict: true +2026-05-13T18:26:56.0776697Z ssh-user: git +2026-05-13T18:26:56.0777523Z persist-credentials: true +2026-05-13T18:26:56.0778637Z clean: true +2026-05-13T18:26:56.0779452Z sparse-checkout-cone-mode: true +2026-05-13T18:26:56.0780415Z fetch-depth: 1 +2026-05-13T18:26:56.0781188Z fetch-tags: false +2026-05-13T18:26:56.0781993Z show-progress: true +2026-05-13T18:26:56.0782805Z lfs: false +2026-05-13T18:26:56.0783542Z submodules: false +2026-05-13T18:26:56.0784344Z set-safe-directory: true +2026-05-13T18:26:56.0785490Z ##[endgroup] +2026-05-13T18:26:56.1925508Z Syncing repository: ava-labs/Simplex +2026-05-13T18:26:56.1928030Z ##[group]Getting Git version info +2026-05-13T18:26:56.1929777Z Working directory is '/home/runner/work/Simplex/Simplex' +2026-05-13T18:26:56.1931704Z [command]/usr/bin/git version +2026-05-13T18:26:56.1977127Z git version 2.53.0 +2026-05-13T18:26:56.2002994Z ##[endgroup] +2026-05-13T18:26:56.2017313Z Temporarily overriding HOME='/home/runner/work/_temp/24ce7155-f8ee-483f-b5f1-44185cf7510a' before making global git config changes +2026-05-13T18:26:56.2021757Z Adding repository directory to the temporary git global config as a safe directory +2026-05-13T18:26:56.2024026Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Simplex/Simplex +2026-05-13T18:26:56.2053267Z Deleting the contents of '/home/runner/work/Simplex/Simplex' +2026-05-13T18:26:56.2056822Z ##[group]Initializing the repository +2026-05-13T18:26:56.2061010Z [command]/usr/bin/git init /home/runner/work/Simplex/Simplex +2026-05-13T18:26:56.2157410Z hint: Using 'master' as the name for the initial branch. This default branch name +2026-05-13T18:26:56.2160290Z hint: will change to "main" in Git 3.0. To configure the initial branch name +2026-05-13T18:26:56.2162222Z hint: to use in all of your new repositories, which will suppress this warning, +2026-05-13T18:26:56.2163830Z hint: call: +2026-05-13T18:26:56.2164992Z hint: +2026-05-13T18:26:56.2166088Z hint: git config --global init.defaultBranch +2026-05-13T18:26:56.2167304Z hint: +2026-05-13T18:26:56.2168709Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and +2026-05-13T18:26:56.2170899Z hint: 'development'. The just-created branch can be renamed via this command: +2026-05-13T18:26:56.2172385Z hint: +2026-05-13T18:26:56.2173127Z hint: git branch -m +2026-05-13T18:26:56.2174006Z hint: +2026-05-13T18:26:56.2175444Z hint: Disable this message with "git config set advice.defaultBranchName false" +2026-05-13T18:26:56.2177450Z Initialized empty Git repository in /home/runner/work/Simplex/Simplex/.git/ +2026-05-13T18:26:56.2180991Z [command]/usr/bin/git remote add origin https://github.com/ava-labs/Simplex +2026-05-13T18:26:56.2202196Z ##[endgroup] +2026-05-13T18:26:56.2203775Z ##[group]Disabling automatic garbage collection +2026-05-13T18:26:56.2205473Z [command]/usr/bin/git config --local gc.auto 0 +2026-05-13T18:26:56.2233353Z ##[endgroup] +2026-05-13T18:26:56.2234628Z ##[group]Setting up auth +2026-05-13T18:26:56.2241348Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-05-13T18:26:56.2272708Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-05-13T18:26:56.2619701Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-05-13T18:26:56.2648496Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-05-13T18:26:56.2863579Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-05-13T18:26:56.2894972Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-05-13T18:26:56.3128984Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** +2026-05-13T18:26:56.3161511Z ##[endgroup] +2026-05-13T18:26:56.3162886Z ##[group]Fetching the repository +2026-05-13T18:26:56.3170933Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1fb33949768796f151b46893560ceb93165be06d:refs/remotes/pull/383/merge +2026-05-13T18:26:57.0036370Z From https://github.com/ava-labs/Simplex +2026-05-13T18:26:57.0037971Z * [new ref] 1fb33949768796f151b46893560ceb93165be06d -> pull/383/merge +2026-05-13T18:26:57.0065726Z ##[endgroup] +2026-05-13T18:26:57.0067939Z ##[group]Determining the checkout info +2026-05-13T18:26:57.0070719Z ##[endgroup] +2026-05-13T18:26:57.0074103Z [command]/usr/bin/git sparse-checkout disable +2026-05-13T18:26:57.0109598Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig +2026-05-13T18:26:57.0133971Z ##[group]Checking out the ref +2026-05-13T18:26:57.0136818Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/383/merge +2026-05-13T18:26:57.0233620Z Note: switching to 'refs/remotes/pull/383/merge'. +2026-05-13T18:26:57.0235321Z +2026-05-13T18:26:57.0236504Z You are in 'detached HEAD' state. You can look around, make experimental +2026-05-13T18:26:57.0239065Z changes and commit them, and you can discard any commits you make in this +2026-05-13T18:26:57.0240845Z state without impacting any branches by switching back to a branch. +2026-05-13T18:26:57.0242245Z +2026-05-13T18:26:57.0243233Z If you want to create a new branch to retain commits you create, you may +2026-05-13T18:26:57.0244875Z do so (now or later) by using -c with the switch command. Example: +2026-05-13T18:26:57.0245816Z +2026-05-13T18:26:57.0246203Z git switch -c +2026-05-13T18:26:57.0246862Z +2026-05-13T18:26:57.0247231Z Or undo this operation with: +2026-05-13T18:26:57.0247813Z +2026-05-13T18:26:57.0248381Z git switch - +2026-05-13T18:26:57.0248851Z +2026-05-13T18:26:57.0249600Z Turn off this advice by setting config variable advice.detachedHead to false +2026-05-13T18:26:57.0250919Z +2026-05-13T18:26:57.0252145Z HEAD is now at 1fb3394 Merge 6bd4ec52a9f005493158058fc7a7af17ddfc781e into c7114b6d49982b12c3680532d9d3825844db9bf8 +2026-05-13T18:26:57.0255607Z ##[endgroup] +2026-05-13T18:26:57.0276569Z [command]/usr/bin/git log -1 --format=%H +2026-05-13T18:26:57.0297461Z 1fb33949768796f151b46893560ceb93165be06d +2026-05-13T18:26:57.0586296Z ##[group]Run actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 +2026-05-13T18:26:57.0587641Z with: +2026-05-13T18:26:57.0588697Z go-version: 1.23 +2026-05-13T18:26:57.0589472Z check-latest: false +2026-05-13T18:26:57.0590488Z token: *** +2026-05-13T18:26:57.0591174Z cache: true +2026-05-13T18:26:57.0591871Z ##[endgroup] +2026-05-13T18:26:57.2216153Z Setup go version spec 1.23 +2026-05-13T18:26:57.2511336Z Found in cache @ /opt/hostedtoolcache/go/1.23.12/x64 +2026-05-13T18:26:57.2513723Z Added go to the path +2026-05-13T18:26:57.2516971Z Successfully set up Go version 1.23 +2026-05-13T18:27:02.0832826Z go: downloading go1.25.0 (linux/amd64) +2026-05-13T18:27:02.0975958Z [command]/opt/hostedtoolcache/go/1.23.12/x64/bin/go env GOMODCACHE +2026-05-13T18:27:02.1006398Z [command]/opt/hostedtoolcache/go/1.23.12/x64/bin/go env GOCACHE +2026-05-13T18:27:02.1053029Z /home/runner/go/pkg/mod +2026-05-13T18:27:02.1080891Z /home/runner/.cache/go-build +2026-05-13T18:27:02.3245311Z Cache is not found +2026-05-13T18:27:02.3264748Z go version go1.25.0 linux/amd64 +2026-05-13T18:27:02.3264959Z +2026-05-13T18:27:02.3265242Z ##[group]go env +2026-05-13T18:27:02.4501380Z AR='ar' +2026-05-13T18:27:02.4501749Z CC='gcc' +2026-05-13T18:27:02.4502098Z CGO_CFLAGS='-O2 -g' +2026-05-13T18:27:02.4502453Z CGO_CPPFLAGS='' +2026-05-13T18:27:02.4502789Z CGO_CXXFLAGS='-O2 -g' +2026-05-13T18:27:02.4503153Z CGO_ENABLED='1' +2026-05-13T18:27:02.4503505Z CGO_FFLAGS='-O2 -g' +2026-05-13T18:27:02.4503834Z CGO_LDFLAGS='-O2 -g' +2026-05-13T18:27:02.4504154Z CXX='g++' +2026-05-13T18:27:02.4504457Z GCCGO='gccgo' +2026-05-13T18:27:02.4504758Z GO111MODULE='' +2026-05-13T18:27:02.4505060Z GOAMD64='v1' +2026-05-13T18:27:02.4505349Z GOARCH='amd64' +2026-05-13T18:27:02.4505680Z GOAUTH='netrc' +2026-05-13T18:27:02.4505970Z GOBIN='' +2026-05-13T18:27:02.4506300Z GOCACHE='/home/runner/.cache/go-build' +2026-05-13T18:27:02.4506739Z GOCACHEPROG='' +2026-05-13T18:27:02.4507002Z GODEBUG='' +2026-05-13T18:27:02.4507211Z GOENV='/home/runner/.config/go/env' +2026-05-13T18:27:02.4507477Z GOEXE='' +2026-05-13T18:27:02.4507709Z GOEXPERIMENT='' +2026-05-13T18:27:02.4507932Z GOFIPS140='off' +2026-05-13T18:27:02.4508480Z GOFLAGS='' +2026-05-13T18:27:02.4509191Z GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build582893008=/tmp/go-build -gno-record-gcc-switches' +2026-05-13T18:27:02.4509852Z GOHOSTARCH='amd64' +2026-05-13T18:27:02.4510048Z GOHOSTOS='linux' +2026-05-13T18:27:02.4510224Z GOINSECURE='' +2026-05-13T18:27:02.4510496Z GOMOD='/home/runner/work/Simplex/Simplex/go.mod' +2026-05-13T18:27:02.4510818Z GOMODCACHE='/home/runner/go/pkg/mod' +2026-05-13T18:27:02.4511069Z GONOPROXY='' +2026-05-13T18:27:02.4511238Z GONOSUMDB='' +2026-05-13T18:27:02.4511747Z GOOS='linux' +2026-05-13T18:27:02.4512044Z GOPATH='/home/runner/go' +2026-05-13T18:27:02.4512280Z GOPRIVATE='' +2026-05-13T18:27:02.4512563Z GOPROXY='https://proxy.golang.org,direct' +2026-05-13T18:27:02.4513067Z GOROOT='/home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64' +2026-05-13T18:27:02.4513521Z GOSUMDB='sum.golang.org' +2026-05-13T18:27:02.4513755Z GOTELEMETRY='local' +2026-05-13T18:27:02.4514029Z GOTELEMETRYDIR='/home/runner/.config/go/telemetry' +2026-05-13T18:27:02.4514329Z GOTMPDIR='' +2026-05-13T18:27:02.4514534Z GOTOOLCHAIN='auto' +2026-05-13T18:27:02.4515009Z GOTOOLDIR='/home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/pkg/tool/linux_amd64' +2026-05-13T18:27:02.4515541Z GOVCS='' +2026-05-13T18:27:02.4515752Z GOVERSION='go1.25.0' +2026-05-13T18:27:02.4515971Z GOWORK='' +2026-05-13T18:27:02.4516186Z PKG_CONFIG='pkg-config' +2026-05-13T18:27:02.4516348Z +2026-05-13T18:27:02.4516770Z ##[endgroup] +2026-05-13T18:27:02.4689872Z ##[group]Run bash unit-tests.sh +2026-05-13T18:27:02.4690201Z bash unit-tests.sh +2026-05-13T18:27:02.4715905Z shell: /usr/bin/bash -e {0} +2026-05-13T18:27:02.4716169Z ##[endgroup] +2026-05-13T18:30:52.7030336Z Tests failed +2026-05-13T18:30:52.7040873Z go: downloading github.com/stretchr/testify v1.10.0 +2026-05-13T18:30:52.7041465Z go: downloading go.uber.org/zap v1.26.0 +2026-05-13T18:30:52.7042036Z go: downloading github.com/StephenButtolph/canoto v0.19.0 +2026-05-13T18:30:52.7042666Z go: downloading go.uber.org/goleak v1.3.0 +2026-05-13T18:30:52.7043187Z go: downloading go.uber.org/multierr v1.10.0 +2026-05-13T18:30:52.7043757Z go: downloading github.com/davecgh/go-spew v1.1.1 +2026-05-13T18:30:52.7044367Z go: downloading github.com/pmezard/go-difflib v1.0.0 +2026-05-13T18:30:52.7044937Z go: downloading gopkg.in/yaml.v3 v3.0.1 +2026-05-13T18:30:52.7045485Z === RUN TestBlacklistVerifyProposedBlacklist +2026-05-13T18:30:52.7046238Z === RUN TestBlacklistVerifyProposedBlacklist/node_count_mismatch +2026-05-13T18:30:52.7047069Z === RUN TestBlacklistVerifyProposedBlacklist/invalid_blacklist_update +2026-05-13T18:30:52.7048556Z === RUN TestBlacklistVerifyProposedBlacklist/node_redeemed_in_the_same_orbit_it_was_suspected_in +2026-05-13T18:30:52.7049580Z === RUN TestBlacklistVerifyProposedBlacklist/blacklist_mismatch +2026-05-13T18:30:52.7050447Z === RUN TestBlacklistVerifyProposedBlacklist/blacklist_mismatch_-_too_many_blacklisted +2026-05-13T18:30:52.7051358Z --- PASS: TestBlacklistVerifyProposedBlacklist (0.00s) +2026-05-13T18:30:52.7052313Z --- PASS: TestBlacklistVerifyProposedBlacklist/node_count_mismatch (0.00s) +2026-05-13T18:30:52.7053435Z --- PASS: TestBlacklistVerifyProposedBlacklist/invalid_blacklist_update (0.00s) +2026-05-13T18:30:52.7054778Z --- PASS: TestBlacklistVerifyProposedBlacklist/node_redeemed_in_the_same_orbit_it_was_suspected_in (0.00s) +2026-05-13T18:30:52.7056049Z --- PASS: TestBlacklistVerifyProposedBlacklist/blacklist_mismatch (0.00s) +2026-05-13T18:30:52.7057330Z --- PASS: TestBlacklistVerifyProposedBlacklist/blacklist_mismatch_-_too_many_blacklisted (0.00s) +2026-05-13T18:30:52.7059958Z === RUN TestOrbit +2026-05-13T18:30:52.7060365Z === RUN TestOrbit/0 +2026-05-13T18:30:52.7060731Z === RUN TestOrbit/1 +2026-05-13T18:30:52.7061088Z === RUN TestOrbit/2 +2026-05-13T18:30:52.7061428Z === RUN TestOrbit/3 +2026-05-13T18:30:52.7061787Z === RUN TestOrbit/4 +2026-05-13T18:30:52.7062143Z === RUN TestOrbit/5 +2026-05-13T18:30:52.7062489Z === RUN TestOrbit/6 +2026-05-13T18:30:52.7062877Z === RUN TestOrbit/7 +2026-05-13T18:30:52.7063218Z === RUN TestOrbit/8 +2026-05-13T18:30:52.7063573Z === RUN TestOrbit/9 +2026-05-13T18:30:52.7063919Z === RUN TestOrbit/10 +2026-05-13T18:30:52.7064277Z === RUN TestOrbit/11 +2026-05-13T18:30:52.7064623Z --- PASS: TestOrbit (0.00s) +2026-05-13T18:30:52.7065113Z --- PASS: TestOrbit/0 (0.00s) +2026-05-13T18:30:52.7065624Z --- PASS: TestOrbit/1 (0.00s) +2026-05-13T18:30:52.7066138Z --- PASS: TestOrbit/2 (0.00s) +2026-05-13T18:30:52.7066642Z --- PASS: TestOrbit/3 (0.00s) +2026-05-13T18:30:52.7129671Z --- PASS: TestOrbit/4 (0.00s) +2026-05-13T18:30:52.7130241Z --- PASS: TestOrbit/5 (0.00s) +2026-05-13T18:30:52.7130722Z --- PASS: TestOrbit/6 (0.00s) +2026-05-13T18:30:52.7131197Z --- PASS: TestOrbit/7 (0.00s) +2026-05-13T18:30:52.7131666Z --- PASS: TestOrbit/8 (0.00s) +2026-05-13T18:30:52.7132163Z --- PASS: TestOrbit/9 (0.00s) +2026-05-13T18:30:52.7132712Z --- PASS: TestOrbit/10 (0.00s) +2026-05-13T18:30:52.7133195Z --- PASS: TestOrbit/11 (0.00s) +2026-05-13T18:30:52.7133629Z === RUN TestBlacklistFromBytes +2026-05-13T18:30:52.7134086Z === RUN TestBlacklistFromBytes/empty_blacklist +2026-05-13T18:30:52.7134637Z === RUN TestBlacklistFromBytes/too_short_data +2026-05-13T18:30:52.7135206Z === RUN TestBlacklistFromBytes/invalid_suspected_nodes +2026-05-13T18:30:52.7135776Z --- PASS: TestBlacklistFromBytes (0.00s) +2026-05-13T18:30:52.7136783Z --- PASS: TestBlacklistFromBytes/empty_blacklist (0.00s) +2026-05-13T18:30:52.7139633Z --- PASS: TestBlacklistFromBytes/too_short_data (0.00s) +2026-05-13T18:30:52.7140493Z --- PASS: TestBlacklistFromBytes/invalid_suspected_nodes (0.00s) +2026-05-13T18:30:52.7141119Z === RUN TestBlacklistSimpleFlow +2026-05-13T18:30:52.7141596Z --- PASS: TestBlacklistSimpleFlow (0.00s) +2026-05-13T18:30:52.7142124Z === RUN TestSuspectedNodesTrailer +2026-05-13T18:30:52.7142616Z --- PASS: TestSuspectedNodesTrailer (0.00s) +2026-05-13T18:30:52.7143110Z === RUN TestBlacklistBytes +2026-05-13T18:30:52.7143685Z --- PASS: TestBlacklistBytes (0.00s) +2026-05-13T18:30:52.7144146Z === RUN TestComputeBlacklistUpdates +2026-05-13T18:30:52.7144832Z === RUN TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out +2026-05-13T18:30:52.7145974Z === RUN TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out_and_later_has_been_redeemed +2026-05-13T18:30:52.7147106Z === RUN TestComputeBlacklistUpdates/a_node_is_suspected_and_has_timed_out_again +2026-05-13T18:30:52.7148041Z === RUN TestComputeBlacklistUpdates/a_node_is_suspected_and_has_been_redeemed +2026-05-13T18:30:52.7149309Z === RUN TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_now_suspected +2026-05-13T18:30:52.7150340Z === RUN TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_suspected_and_then_redeemed +2026-05-13T18:30:52.7151400Z === RUN TestComputeBlacklistUpdates/a_node_is_not_suspected_and_also_hasn't_timed_out +2026-05-13T18:30:52.7152378Z === RUN TestComputeBlacklistUpdates/a_node_is_suspected_and_hasn't_been_redeemed +2026-05-13T18:30:52.7153120Z --- PASS: TestComputeBlacklistUpdates (0.00s) +2026-05-13T18:30:52.7154092Z --- PASS: TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out (0.00s) +2026-05-13T18:30:52.7155552Z --- PASS: TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out_and_later_has_been_redeemed (0.00s) +2026-05-13T18:30:52.7156951Z --- PASS: TestComputeBlacklistUpdates/a_node_is_suspected_and_has_timed_out_again (0.00s) +2026-05-13T18:30:52.7158357Z --- PASS: TestComputeBlacklistUpdates/a_node_is_suspected_and_has_been_redeemed (0.00s) +2026-05-13T18:30:52.7159608Z --- PASS: TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_now_suspected (0.00s) +2026-05-13T18:30:52.7160958Z --- PASS: TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_suspected_and_then_redeemed (0.00s) +2026-05-13T18:30:52.7162311Z --- PASS: TestComputeBlacklistUpdates/a_node_is_not_suspected_and_also_hasn't_timed_out (0.00s) +2026-05-13T18:30:52.7163577Z --- PASS: TestComputeBlacklistUpdates/a_node_is_suspected_and_hasn't_been_redeemed (0.00s) +2026-05-13T18:30:52.7164337Z === RUN TestAdvanceRound +2026-05-13T18:30:52.7164739Z === RUN TestAdvanceRound/round_0 +2026-05-13T18:30:52.7165168Z === RUN TestAdvanceRound/round_1 +2026-05-13T18:30:52.7165581Z === RUN TestAdvanceRound/round_2 +2026-05-13T18:30:52.7165992Z === RUN TestAdvanceRound/round_3 +2026-05-13T18:30:52.7166405Z === RUN TestAdvanceRound/round_4 +2026-05-13T18:30:52.7166814Z === RUN TestAdvanceRound/round_5 +2026-05-13T18:30:52.7167476Z === RUN TestAdvanceRound/round_6 +2026-05-13T18:30:52.7167884Z === RUN TestAdvanceRound/round_7 +2026-05-13T18:30:52.7175290Z === RUN TestAdvanceRound/round_8 +2026-05-13T18:30:52.7175701Z === RUN TestAdvanceRound/round_9 +2026-05-13T18:30:52.7176118Z --- PASS: TestAdvanceRound (0.00s) +2026-05-13T18:30:52.7176652Z --- PASS: TestAdvanceRound/round_0 (0.00s) +2026-05-13T18:30:52.7177240Z --- PASS: TestAdvanceRound/round_1 (0.00s) +2026-05-13T18:30:52.7177814Z --- PASS: TestAdvanceRound/round_2 (0.00s) +2026-05-13T18:30:52.7178635Z --- PASS: TestAdvanceRound/round_3 (0.00s) +2026-05-13T18:30:52.7179222Z --- PASS: TestAdvanceRound/round_4 (0.00s) +2026-05-13T18:30:52.7179779Z --- PASS: TestAdvanceRound/round_5 (0.00s) +2026-05-13T18:30:52.7180338Z --- PASS: TestAdvanceRound/round_6 (0.00s) +2026-05-13T18:30:52.7180890Z --- PASS: TestAdvanceRound/round_7 (0.00s) +2026-05-13T18:30:52.7182257Z --- PASS: TestAdvanceRound/round_8 (0.00s) +2026-05-13T18:30:52.7182866Z --- PASS: TestAdvanceRound/round_9 (0.00s) +2026-05-13T18:30:52.7183353Z === RUN TestUpdateBytesEqualsLen +2026-05-13T18:30:52.7183813Z --- PASS: TestUpdateBytesEqualsLen (0.00s) +2026-05-13T18:30:52.7184284Z === RUN TestVerifyBlacklistUpdates +2026-05-13T18:30:52.7184797Z === RUN TestVerifyBlacklistUpdates/too_many_updates +2026-05-13T18:30:52.7185359Z === RUN TestVerifyBlacklistUpdates/invalid_type +2026-05-13T18:30:52.7185910Z === RUN TestVerifyBlacklistUpdates/invalid_index +2026-05-13T18:30:52.7186458Z === RUN TestVerifyBlacklistUpdates/double_vote +2026-05-13T18:30:52.7187023Z === RUN TestVerifyBlacklistUpdates/already_blacklisted +2026-05-13T18:30:52.7187733Z === RUN TestVerifyBlacklistUpdates/not_blacklisted,_cannot_be_redeemed +2026-05-13T18:30:52.7195792Z --- PASS: TestVerifyBlacklistUpdates (0.00s) +2026-05-13T18:30:52.7196534Z --- PASS: TestVerifyBlacklistUpdates/too_many_updates (0.00s) +2026-05-13T18:30:52.7197307Z --- PASS: TestVerifyBlacklistUpdates/invalid_type (0.00s) +2026-05-13T18:30:52.7198233Z --- PASS: TestVerifyBlacklistUpdates/invalid_index (0.00s) +2026-05-13T18:30:52.7198986Z --- PASS: TestVerifyBlacklistUpdates/double_vote (0.00s) +2026-05-13T18:30:52.7199787Z --- PASS: TestVerifyBlacklistUpdates/already_blacklisted (0.00s) +2026-05-13T18:30:52.7200758Z --- PASS: TestVerifyBlacklistUpdates/not_blacklisted,_cannot_be_redeemed (0.00s) +2026-05-13T18:30:52.7201571Z === RUN TestBlacklistMultipleAttemptsOverSeveralOrbits +2026-05-13T18:30:52.7202299Z --- PASS: TestBlacklistMultipleAttemptsOverSeveralOrbits (0.00s) +2026-05-13T18:30:52.7202949Z === RUN TestBlacklistSimulateNetwork +2026-05-13T18:30:52.7203452Z === RUN TestBlacklistSimulateNetwork/n=1/r=10 +2026-05-13T18:30:52.7204014Z === PAUSE TestBlacklistSimulateNetwork/n=1/r=10 +2026-05-13T18:30:52.7204549Z === RUN TestBlacklistSimulateNetwork/n=1/r=100 +2026-05-13T18:30:52.7205095Z === PAUSE TestBlacklistSimulateNetwork/n=1/r=100 +2026-05-13T18:30:52.7205634Z === RUN TestBlacklistSimulateNetwork/n=1/r=1000 +2026-05-13T18:30:52.7206185Z === PAUSE TestBlacklistSimulateNetwork/n=1/r=1000 +2026-05-13T18:30:52.7206724Z === RUN TestBlacklistSimulateNetwork/n=2/r=10 +2026-05-13T18:30:52.7207230Z === PAUSE TestBlacklistSimulateNetwork/n=2/r=10 +2026-05-13T18:30:52.7207754Z === RUN TestBlacklistSimulateNetwork/n=2/r=100 +2026-05-13T18:30:52.7208473Z === PAUSE TestBlacklistSimulateNetwork/n=2/r=100 +2026-05-13T18:30:52.7209010Z === RUN TestBlacklistSimulateNetwork/n=2/r=1000 +2026-05-13T18:30:52.7209538Z === PAUSE TestBlacklistSimulateNetwork/n=2/r=1000 +2026-05-13T18:30:52.7210073Z === RUN TestBlacklistSimulateNetwork/n=4/r=10 +2026-05-13T18:30:52.7210593Z === PAUSE TestBlacklistSimulateNetwork/n=4/r=10 +2026-05-13T18:30:52.7211126Z === RUN TestBlacklistSimulateNetwork/n=4/r=100 +2026-05-13T18:30:52.7211658Z === PAUSE TestBlacklistSimulateNetwork/n=4/r=100 +2026-05-13T18:30:52.7212213Z === RUN TestBlacklistSimulateNetwork/n=4/r=1000 +2026-05-13T18:30:52.7212755Z === PAUSE TestBlacklistSimulateNetwork/n=4/r=1000 +2026-05-13T18:30:52.7213460Z === RUN TestBlacklistSimulateNetwork/n=8/r=10 +2026-05-13T18:30:52.7213997Z === PAUSE TestBlacklistSimulateNetwork/n=8/r=10 +2026-05-13T18:30:52.7214514Z === RUN TestBlacklistSimulateNetwork/n=8/r=100 +2026-05-13T18:30:52.7215036Z === PAUSE TestBlacklistSimulateNetwork/n=8/r=100 +2026-05-13T18:30:52.7215585Z === RUN TestBlacklistSimulateNetwork/n=8/r=1000 +2026-05-13T18:30:52.7216111Z === PAUSE TestBlacklistSimulateNetwork/n=8/r=1000 +2026-05-13T18:30:52.7216635Z === RUN TestBlacklistSimulateNetwork/n=16/r=10 +2026-05-13T18:30:52.7217151Z === PAUSE TestBlacklistSimulateNetwork/n=16/r=10 +2026-05-13T18:30:52.7217694Z === RUN TestBlacklistSimulateNetwork/n=16/r=100 +2026-05-13T18:30:52.7218704Z === PAUSE TestBlacklistSimulateNetwork/n=16/r=100 +2026-05-13T18:30:52.7219245Z === RUN TestBlacklistSimulateNetwork/n=16/r=1000 +2026-05-13T18:30:52.7219793Z === PAUSE TestBlacklistSimulateNetwork/n=16/r=1000 +2026-05-13T18:30:52.7220486Z === RUN TestBlacklistSimulateNetwork/n=32/r=10 +2026-05-13T18:30:52.7221047Z === PAUSE TestBlacklistSimulateNetwork/n=32/r=10 +2026-05-13T18:30:52.7221566Z === RUN TestBlacklistSimulateNetwork/n=32/r=100 +2026-05-13T18:30:52.7222096Z === PAUSE TestBlacklistSimulateNetwork/n=32/r=100 +2026-05-13T18:30:52.7222637Z === RUN TestBlacklistSimulateNetwork/n=32/r=1000 +2026-05-13T18:30:52.7223163Z === PAUSE TestBlacklistSimulateNetwork/n=32/r=1000 +2026-05-13T18:30:52.7223707Z === RUN TestBlacklistSimulateNetwork/n=64/r=10 +2026-05-13T18:30:52.7224233Z === PAUSE TestBlacklistSimulateNetwork/n=64/r=10 +2026-05-13T18:30:52.7224767Z === RUN TestBlacklistSimulateNetwork/n=64/r=100 +2026-05-13T18:30:52.7225297Z === PAUSE TestBlacklistSimulateNetwork/n=64/r=100 +2026-05-13T18:30:52.7225833Z === RUN TestBlacklistSimulateNetwork/n=64/r=1000 +2026-05-13T18:30:52.7226383Z === PAUSE TestBlacklistSimulateNetwork/n=64/r=1000 +2026-05-13T18:30:52.7226929Z === RUN TestBlacklistSimulateNetwork/n=128/r=10 +2026-05-13T18:30:52.7227475Z === PAUSE TestBlacklistSimulateNetwork/n=128/r=10 +2026-05-13T18:30:52.7228009Z === RUN TestBlacklistSimulateNetwork/n=128/r=100 +2026-05-13T18:30:52.7228741Z === PAUSE TestBlacklistSimulateNetwork/n=128/r=100 +2026-05-13T18:30:52.7229295Z === RUN TestBlacklistSimulateNetwork/n=128/r=1000 +2026-05-13T18:30:52.7229846Z === PAUSE TestBlacklistSimulateNetwork/n=128/r=1000 +2026-05-13T18:30:52.7230395Z === CONT TestBlacklistSimulateNetwork/n=1/r=10 +2026-05-13T18:30:52.7230921Z === CONT TestBlacklistSimulateNetwork/n=32/r=100 +2026-05-13T18:30:52.7231470Z === CONT TestBlacklistSimulateNetwork/n=8/r=1000 +2026-05-13T18:30:52.7232002Z === CONT TestBlacklistSimulateNetwork/n=2/r=1000 +2026-05-13T18:30:52.7232583Z === CONT TestBlacklistSimulateNetwork/n=4/r=1000 +2026-05-13T18:30:52.7233119Z === CONT TestBlacklistSimulateNetwork/n=8/r=100 +2026-05-13T18:30:52.7233646Z === CONT TestBlacklistSimulateNetwork/n=128/r=1000 +2026-05-13T18:30:52.7234203Z === CONT TestBlacklistSimulateNetwork/n=2/r=100 +2026-05-13T18:30:52.7234723Z === CONT TestBlacklistSimulateNetwork/n=128/r=100 +2026-05-13T18:30:52.7235256Z === CONT TestBlacklistSimulateNetwork/n=1/r=100 +2026-05-13T18:30:52.7235785Z === CONT TestBlacklistSimulateNetwork/n=2/r=10 +2026-05-13T18:30:52.7236306Z === CONT TestBlacklistSimulateNetwork/n=1/r=1000 +2026-05-13T18:30:52.7236851Z === CONT TestBlacklistSimulateNetwork/n=64/r=1000 +2026-05-13T18:30:52.7237376Z === CONT TestBlacklistSimulateNetwork/n=128/r=10 +2026-05-13T18:30:52.7237908Z === CONT TestBlacklistSimulateNetwork/n=64/r=100 +2026-05-13T18:30:52.7238636Z === CONT TestBlacklistSimulateNetwork/n=64/r=10 +2026-05-13T18:30:52.7239163Z === CONT TestBlacklistSimulateNetwork/n=32/r=10 +2026-05-13T18:30:52.7239693Z === CONT TestBlacklistSimulateNetwork/n=16/r=1000 +2026-05-13T18:30:52.7240225Z === CONT TestBlacklistSimulateNetwork/n=32/r=1000 +2026-05-13T18:30:52.7240748Z === CONT TestBlacklistSimulateNetwork/n=16/r=10 +2026-05-13T18:30:52.7241279Z === CONT TestBlacklistSimulateNetwork/n=16/r=100 +2026-05-13T18:30:52.7241798Z === CONT TestBlacklistSimulateNetwork/n=4/r=100 +2026-05-13T18:30:52.7242495Z === CONT TestBlacklistSimulateNetwork/n=4/r=10 +2026-05-13T18:30:52.7243006Z === CONT TestBlacklistSimulateNetwork/n=8/r=10 +2026-05-13T18:30:52.7243521Z --- PASS: TestBlacklistSimulateNetwork (0.00s) +2026-05-13T18:30:52.7244222Z --- PASS: TestBlacklistSimulateNetwork/n=1/r=10 (0.00s) +2026-05-13T18:30:52.7244941Z --- PASS: TestBlacklistSimulateNetwork/n=32/r=100 (0.04s) +2026-05-13T18:30:52.7245671Z --- PASS: TestBlacklistSimulateNetwork/n=8/r=100 (0.01s) +2026-05-13T18:30:52.7246392Z --- PASS: TestBlacklistSimulateNetwork/n=2/r=1000 (0.21s) +2026-05-13T18:30:52.7247111Z --- PASS: TestBlacklistSimulateNetwork/n=2/r=100 (0.00s) +2026-05-13T18:30:52.7247824Z --- PASS: TestBlacklistSimulateNetwork/n=4/r=1000 (0.37s) +2026-05-13T18:30:52.7248913Z --- PASS: TestBlacklistSimulateNetwork/n=1/r=100 (0.00s) +2026-05-13T18:30:52.7249808Z --- PASS: TestBlacklistSimulateNetwork/n=2/r=10 (0.00s) +2026-05-13T18:30:52.7250556Z --- PASS: TestBlacklistSimulateNetwork/n=128/r=100 (0.23s) +2026-05-13T18:30:52.7251309Z --- PASS: TestBlacklistSimulateNetwork/n=1/r=1000 (0.08s) +2026-05-13T18:30:52.7252037Z --- PASS: TestBlacklistSimulateNetwork/n=128/r=10 (0.00s) +2026-05-13T18:30:52.7252781Z --- PASS: TestBlacklistSimulateNetwork/n=64/r=100 (0.07s) +2026-05-13T18:30:52.7253500Z --- PASS: TestBlacklistSimulateNetwork/n=64/r=10 (0.00s) +2026-05-13T18:30:52.7254221Z --- PASS: TestBlacklistSimulateNetwork/n=32/r=10 (0.00s) +2026-05-13T18:30:52.7254940Z --- PASS: TestBlacklistSimulateNetwork/n=8/r=1000 (0.95s) +2026-05-13T18:30:52.7255668Z --- PASS: TestBlacklistSimulateNetwork/n=16/r=1000 (1.64s) +2026-05-13T18:30:52.7256396Z --- PASS: TestBlacklistSimulateNetwork/n=16/r=10 (0.00s) +2026-05-13T18:30:52.7257116Z --- PASS: TestBlacklistSimulateNetwork/n=16/r=100 (0.02s) +2026-05-13T18:30:52.7257845Z --- PASS: TestBlacklistSimulateNetwork/n=4/r=100 (0.00s) +2026-05-13T18:30:52.7258748Z --- PASS: TestBlacklistSimulateNetwork/n=4/r=10 (0.00s) +2026-05-13T18:30:52.7326973Z --- PASS: TestBlacklistSimulateNetwork/n=8/r=10 (0.00s) +2026-05-13T18:30:52.7327830Z --- PASS: TestBlacklistSimulateNetwork/n=32/r=1000 (2.70s) +2026-05-13T18:30:52.7328791Z --- PASS: TestBlacklistSimulateNetwork/n=64/r=1000 (4.97s) +2026-05-13T18:30:52.7329560Z --- PASS: TestBlacklistSimulateNetwork/n=128/r=1000 (9.76s) +2026-05-13T18:30:52.7330112Z === RUN TestBlacklistEquals +2026-05-13T18:30:52.7330555Z === RUN TestBlacklistEquals/different_node_count +2026-05-13T18:30:52.7331139Z === RUN TestBlacklistEquals/different_suspected_nodes_count +2026-05-13T18:30:52.7331783Z === RUN TestBlacklistEquals/different_suspected_nodes_content +2026-05-13T18:30:52.7332381Z === RUN TestBlacklistEquals/different_updates_count +2026-05-13T18:30:52.7332988Z === RUN TestBlacklistEquals/different_updates_content +2026-05-13T18:30:52.7333527Z === RUN TestBlacklistEquals/equal_blacklists +2026-05-13T18:30:52.7339579Z --- PASS: TestBlacklistEquals (0.00s) +2026-05-13T18:30:52.7340249Z --- PASS: TestBlacklistEquals/different_node_count (0.00s) +2026-05-13T18:30:52.7341080Z --- PASS: TestBlacklistEquals/different_suspected_nodes_count (0.00s) +2026-05-13T18:30:52.7341984Z --- PASS: TestBlacklistEquals/different_suspected_nodes_content (0.00s) +2026-05-13T18:30:52.7342816Z --- PASS: TestBlacklistEquals/different_updates_count (0.00s) +2026-05-13T18:30:52.7343600Z --- PASS: TestBlacklistEquals/different_updates_content (0.00s) +2026-05-13T18:30:52.7344334Z --- PASS: TestBlacklistEquals/equal_blacklists (0.00s) +2026-05-13T18:30:52.7344829Z === RUN TestQuorumRecord +2026-05-13T18:30:52.7345202Z --- PASS: TestQuorumRecord (0.00s) +2026-05-13T18:30:52.7345618Z === RUN TestQuorumRecordFromBytes +2026-05-13T18:30:52.7346073Z === RUN TestQuorumRecordFromBytes/too_short +2026-05-13T18:30:52.7346592Z === RUN TestQuorumRecordFromBytes/buffer_too_small +2026-05-13T18:30:52.7347234Z === RUN TestQuorumRecordFromBytes/vote_length_exceeds_buffer_size +2026-05-13T18:30:52.7348834Z --- PASS: TestQuorumRecordFromBytes (0.00s) +2026-05-13T18:30:52.7349517Z --- PASS: TestQuorumRecordFromBytes/too_short (0.00s) +2026-05-13T18:30:52.7350291Z --- PASS: TestQuorumRecordFromBytes/buffer_too_small (0.00s) +2026-05-13T18:30:52.7351190Z --- PASS: TestQuorumRecordFromBytes/vote_length_exceeds_buffer_size (0.00s) +2026-05-13T18:30:52.7351839Z === RUN TestBlockRecord +2026-05-13T18:30:52.7352208Z --- PASS: TestBlockRecord (0.00s) +2026-05-13T18:30:52.7352624Z === RUN TestNotarizationRecord +2026-05-13T18:30:52.7353050Z --- PASS: TestNotarizationRecord (0.00s) +2026-05-13T18:30:52.7353480Z === RUN TestEmptyVote +2026-05-13T18:30:52.7353830Z --- PASS: TestEmptyVote (0.00s) +2026-05-13T18:30:52.7354207Z === RUN TestRetentionTerm +2026-05-13T18:30:52.7354612Z === RUN TestRetentionTerm/not_enough_bytes +2026-05-13T18:30:52.7355100Z === RUN TestRetentionTerm/wrong_record_type +2026-05-13T18:30:52.7355763Z === RUN TestRetentionTerm/EmptyVoteRecord +2026-05-13T18:30:52.7356261Z === RUN TestRetentionTerm/NotarizationRecord +2026-05-13T18:30:52.7356801Z === RUN TestRetentionTerm/EmptyNotarizationRecord +2026-05-13T18:30:52.7357310Z === RUN TestRetentionTerm/BlockRecord +2026-05-13T18:30:52.7357747Z --- PASS: TestRetentionTerm (0.00s) +2026-05-13T18:30:52.7358503Z --- PASS: TestRetentionTerm/not_enough_bytes (0.00s) +2026-05-13T18:30:52.7359185Z --- PASS: TestRetentionTerm/wrong_record_type (0.00s) +2026-05-13T18:30:52.7359857Z --- PASS: TestRetentionTerm/EmptyVoteRecord (0.00s) +2026-05-13T18:30:52.7360541Z --- PASS: TestRetentionTerm/NotarizationRecord (0.00s) +2026-05-13T18:30:52.7361284Z --- PASS: TestRetentionTerm/EmptyNotarizationRecord (0.00s) +2026-05-13T18:30:52.7361991Z --- PASS: TestRetentionTerm/BlockRecord (0.00s) +2026-05-13T18:30:52.7362451Z === RUN TestNodeIDs +2026-05-13T18:30:52.7362796Z --- PASS: TestNodeIDs (0.00s) +2026-05-13T18:30:52.7363159Z === RUN TestMetadata +2026-05-13T18:30:52.7363506Z --- PASS: TestMetadata (0.00s) +2026-05-13T18:30:52.7363904Z === RUN TestMonitorDoubleClose +2026-05-13T18:30:52.7364336Z --- PASS: TestMonitorDoubleClose (0.00s) +2026-05-13T18:30:52.7364816Z === RUN TestMonitorPrematureCancelTask +2026-05-13T18:30:52.7365473Z === RUN TestMonitorPrematureCancelTask/Cancelled_future_task_does_not_fire +2026-05-13T18:30:52.7366766Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "1h0m0s", "deadline": "2026-05-13T18:27:33.910Z"} +2026-05-13T18:30:52.7368306Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 0, "time": "2026-05-13T19:27:33.910Z"} +2026-05-13T18:30:52.7369295Z === RUN TestMonitorPrematureCancelTask/Non-Cancelled_future_task_fires +2026-05-13T18:30:52.7370350Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "1h0m0s", "deadline": "2026-05-13T19:27:33.910Z"} +2026-05-13T18:30:52.7371595Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 1, "deadline": "2026-05-13T20:27:33.910Z"} +2026-05-13T18:30:52.7372958Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executed f {"taskID": 1, "time": "2026-05-13T20:27:33.910Z", "deadline": "2026-05-13T20:27:33.910Z"} +2026-05-13T18:30:52.7374229Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 1, "time": "2026-05-13T20:27:33.910Z"} +2026-05-13T18:30:52.7375121Z === RUN TestMonitorPrematureCancelTask/Cancelled_task_does_not_fire +2026-05-13T18:30:52.7375873Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 2} +2026-05-13T18:30:52.7376750Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 2} +2026-05-13T18:30:52.7377468Z --- PASS: TestMonitorPrematureCancelTask (0.00s) +2026-05-13T18:30:52.7378559Z --- PASS: TestMonitorPrematureCancelTask/Cancelled_future_task_does_not_fire (0.00s) +2026-05-13T18:30:52.7379690Z --- PASS: TestMonitorPrematureCancelTask/Non-Cancelled_future_task_fires (0.00s) +2026-05-13T18:30:52.7380752Z --- PASS: TestMonitorPrematureCancelTask/Cancelled_task_does_not_fire (0.00s) +2026-05-13T18:30:52.7381621Z === RUN TestMonitorAsyncWaitFor +2026-05-13T18:30:52.7382286Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 0} +2026-05-13T18:30:52.7383167Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 0} +2026-05-13T18:30:52.7383861Z --- PASS: TestMonitorAsyncWaitFor (0.00s) +2026-05-13T18:30:52.7384362Z === RUN TestMonitorAsyncWaitUntilWithWaitFor +2026-05-13T18:30:52.7385345Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "10ms", "deadline": "2026-05-13T18:27:33.911Z"} +2026-05-13T18:30:52.7386483Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 0} +2026-05-13T18:30:52.7387352Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 0} +2026-05-13T18:30:52.7388831Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 1, "deadline": "2026-05-13T18:27:33.921Z"} +2026-05-13T18:30:52.7390310Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executed f {"taskID": 1, "time": "2026-05-13T18:27:33.921Z", "deadline": "2026-05-13T18:27:33.921Z"} +2026-05-13T18:30:52.7391700Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 1, "time": "2026-05-13T18:27:33.921Z"} +2026-05-13T18:30:52.7392601Z --- PASS: TestMonitorAsyncWaitUntilWithWaitFor (0.00s) +2026-05-13T18:30:52.7393216Z === RUN TestMonitorAsyncWaitForWithNestedWaitUntil +2026-05-13T18:30:52.7393945Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 0} +2026-05-13T18:30:52.7395099Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "10ms", "deadline": "2026-05-13T18:27:33.912Z"} +2026-05-13T18:30:52.7396371Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 0} +2026-05-13T18:30:52.7397542Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 1, "deadline": "2026-05-13T18:27:33.922Z"} +2026-05-13T18:30:52.7399725Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executed f {"taskID": 1, "time": "2026-05-13T18:27:33.922Z", "deadline": "2026-05-13T18:27:33.922Z"} +2026-05-13T18:30:52.7401275Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 1, "time": "2026-05-13T18:27:33.922Z"} +2026-05-13T18:30:52.7402314Z --- PASS: TestMonitorAsyncWaitForWithNestedWaitUntil (0.00s) +2026-05-13T18:30:52.7403125Z === RUN TestBlockVerificationScheduler +2026-05-13T18:30:52.7403966Z === RUN TestBlockVerificationScheduler/Schedules_immediately_when_no_dependencies +2026-05-13T18:30:52.7405199Z === RUN TestBlockVerificationScheduler/Defers_until_prevBlock_is_satisfied_(manual_ExecuteBlockDependents) +2026-05-13T18:30:52.7406582Z === RUN TestBlockVerificationScheduler/Defers_until_all_emptyRounds_are_satisfied +2026-05-13T18:30:52.7407695Z === RUN TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied +2026-05-13T18:30:52.7409318Z === RUN TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied_swapped_order +2026-05-13T18:30:52.7410869Z === RUN TestBlockVerificationScheduler/Chained_scheduling_via_onTaskFinished_(A_finishes_->_B_unblocked) +2026-05-13T18:30:52.7412121Z === RUN TestBlockVerificationScheduler/Max_pending_limit_enforced_(dependencies_+_queued) +2026-05-13T18:30:52.7413455Z === RUN TestBlockVerificationScheduler/Multiple_unrelated_dependency_resolutions_don't_trigger_others +2026-05-13T18:30:52.7414798Z === RUN TestBlockVerificationScheduler/RemoveOldTasks_removes_tasks_with_blockSeq_<=_finalized_seq +2026-05-13T18:30:52.7415683Z --- PASS: TestBlockVerificationScheduler (5.51s) +2026-05-13T18:30:52.7416345Z --- PASS: TestBlockVerificationScheduler/Schedules_immediately_when_no_dependencies (0.00s) +2026-05-13T18:30:52.7417231Z --- PASS: TestBlockVerificationScheduler/Defers_until_prevBlock_is_satisfied_(manual_ExecuteBlockDependents) (0.50s) +2026-05-13T18:30:52.7418667Z --- PASS: TestBlockVerificationScheduler/Defers_until_all_emptyRounds_are_satisfied (0.50s) +2026-05-13T18:30:52.7419556Z --- PASS: TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied (0.50s) +2026-05-13T18:30:52.7420564Z --- PASS: TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied_swapped_order (0.50s) +2026-05-13T18:30:52.7421639Z --- PASS: TestBlockVerificationScheduler/Chained_scheduling_via_onTaskFinished_(A_finishes_->_B_unblocked) (0.50s) +2026-05-13T18:30:52.7422509Z --- PASS: TestBlockVerificationScheduler/Max_pending_limit_enforced_(dependencies_+_queued) (0.00s) +2026-05-13T18:30:52.7423417Z --- PASS: TestBlockVerificationScheduler/Multiple_unrelated_dependency_resolutions_don't_trigger_others (1.50s) +2026-05-13T18:30:52.7424528Z --- PASS: TestBlockVerificationScheduler/RemoveOldTasks_removes_tasks_with_blockSeq_<=_finalized_seq (1.50s) +2026-05-13T18:30:52.7425200Z === RUN TestEpochLeaderFailoverWithEmptyNotarization +2026-05-13T18:30:52.7426035Z [05-13|18:27:39.421] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7426950Z [05-13|18:27:39.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7427890Z [05-13|18:27:39.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7429078Z [05-13|18:27:39.423] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7429844Z [05-13|18:27:39.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7430810Z [05-13|18:27:39.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7431756Z [05-13|18:27:39.424] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7432745Z [05-13|18:27:39.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7433666Z [05-13|18:27:39.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7434439Z === RUN TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-no-crash +2026-05-13T18:30:52.7435269Z [05-13|18:27:39.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.7436195Z [05-13|18:27:39.425] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.7437211Z [05-13|18:27:39.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7438430Z [05-13|18:27:39.426] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "3b6b859dc1c5eff907f7..."} +2026-05-13T18:30:52.7439379Z === RUN TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-with-crash +2026-05-13T18:30:52.7440410Z [05-13|18:27:39.426] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7441278Z [05-13|18:27:39.427] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} +2026-05-13T18:30:52.7442487Z [05-13|18:27:39.427] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: true, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: false}"} +2026-05-13T18:30:52.7443775Z [05-13|18:27:39.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.7444744Z [05-13|18:27:39.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7445715Z [05-13|18:27:39.428] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "3b6b859dc1c5eff907f7..."} +2026-05-13T18:30:52.7446337Z [05-13|18:27:39.428] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7446924Z [05-13|18:27:39.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.7447442Z [05-13|18:27:39.428] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7448277Z [05-13|18:27:39.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.7448972Z --- PASS: TestEpochLeaderFailoverWithEmptyNotarization (0.01s) +2026-05-13T18:30:52.7449860Z --- PASS: TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-no-crash (0.00s) +2026-05-13T18:30:52.7451002Z --- PASS: TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-with-crash (0.00s) +2026-05-13T18:30:52.7451746Z === RUN TestEpochRebroadcastsEmptyVoteAfterBlockProposalReceived +2026-05-13T18:30:52.7452686Z [05-13|18:27:39.429] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7453547Z [05-13|18:27:39.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.7454038Z [05-13|18:27:39.460] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7454659Z --- PASS: TestEpochRebroadcastsEmptyVoteAfterBlockProposalReceived (0.03s) +2026-05-13T18:30:52.7455191Z === RUN TestEpochLeaderFailoverReceivesEmptyVotesEarly +2026-05-13T18:30:52.7456022Z [05-13|18:27:39.460] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7457013Z [05-13|18:27:39.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7457893Z [05-13|18:27:39.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7459096Z [05-13|18:27:39.461] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7459956Z [05-13|18:27:39.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7460834Z [05-13|18:27:39.462] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.7461879Z [05-13|18:27:39.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7462889Z [05-13|18:27:39.462] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7463615Z [05-13|18:27:39.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7464462Z [05-13|18:27:39.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.7465562Z [05-13|18:27:39.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7466509Z [05-13|18:27:39.464] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7467343Z [05-13|18:27:39.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7468432Z [05-13|18:27:39.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7469454Z === RUN TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-no-crash +2026-05-13T18:30:52.7470335Z [05-13|18:27:39.517] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.7471321Z [05-13|18:27:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7472481Z === RUN TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-with-crash +2026-05-13T18:30:52.7473532Z [05-13|18:27:39.517] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7474427Z [05-13|18:27:39.518] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 4} +2026-05-13T18:30:52.7475039Z [05-13|18:27:39.518] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 9} +2026-05-13T18:30:52.7476148Z [05-13|18:27:39.518] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 4, "relevant": "walRound{round: 4, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:52.7477467Z [05-13|18:27:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.7478727Z [05-13|18:27:39.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7479481Z [05-13|18:27:39.519] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7480012Z [05-13|18:27:39.519] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7480540Z [05-13|18:27:39.519] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7481087Z --- PASS: TestEpochLeaderFailoverReceivesEmptyVotesEarly (0.06s) +2026-05-13T18:30:52.7482083Z --- PASS: TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-no-crash (0.00s) +2026-05-13T18:30:52.7483184Z --- PASS: TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-with-crash (0.00s) +2026-05-13T18:30:52.7483910Z === RUN TestReceiveEmptyNotarizationWithNoQC +2026-05-13T18:30:52.7484726Z [05-13|18:27:39.519] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7485467Z [05-13|18:27:39.520] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7485926Z --- PASS: TestReceiveEmptyNotarizationWithNoQC (0.00s) +2026-05-13T18:30:52.7486359Z === RUN TestEpochLeaderFailover +2026-05-13T18:30:52.7487095Z [05-13|18:27:39.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7487991Z [05-13|18:27:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7489115Z [05-13|18:27:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7490087Z [05-13|18:27:39.521] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7490844Z [05-13|18:27:39.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7491908Z [05-13|18:27:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7492867Z [05-13|18:27:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7493623Z [05-13|18:27:39.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7494482Z [05-13|18:27:39.522] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.7495646Z [05-13|18:27:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7496591Z [05-13|18:27:39.523] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7497330Z [05-13|18:27:39.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7497918Z === RUN TestEpochLeaderFailover/TestEpochLeaderFailover-no-crash +2026-05-13T18:30:52.7499003Z [05-13|18:27:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7499925Z [05-13|18:27:39.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7500832Z [05-13|18:27:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7501770Z [05-13|18:27:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.7502480Z === RUN TestEpochLeaderFailover/TestEpochLeaderFailover-with-crash +2026-05-13T18:30:52.7503303Z [05-13|18:27:39.577] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7504137Z [05-13|18:27:39.577] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} +2026-05-13T18:30:52.7505301Z [05-13|18:27:39.577] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} +2026-05-13T18:30:52.7506423Z [05-13|18:27:39.577] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} +2026-05-13T18:30:52.7507326Z [05-13|18:27:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7508438Z [05-13|18:27:39.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7509324Z [05-13|18:27:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7510266Z [05-13|18:27:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.7510927Z [05-13|18:27:39.578] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7511436Z [05-13|18:27:39.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7511997Z [05-13|18:27:39.579] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7512465Z [05-13|18:27:39.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7513019Z --- PASS: TestEpochLeaderFailover (0.06s) +2026-05-13T18:30:52.7513694Z --- PASS: TestEpochLeaderFailover/TestEpochLeaderFailover-no-crash (0.00s) +2026-05-13T18:30:52.7514363Z --- PASS: TestEpochLeaderFailover/TestEpochLeaderFailover-with-crash (0.00s) +2026-05-13T18:30:52.7515026Z === RUN TestEpochLeaderFailoverDoNotPersistEmptyRoundTwice +2026-05-13T18:30:52.7515813Z [05-13|18:27:39.579] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7516689Z [05-13|18:27:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7517641Z [05-13|18:27:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7518928Z [05-13|18:27:39.580] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7519690Z [05-13|18:27:39.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7520636Z [05-13|18:27:39.580] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.7521691Z [05-13|18:27:39.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7522619Z [05-13|18:27:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7523347Z [05-13|18:27:39.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:52.7524183Z [05-13|18:27:39.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7524922Z [05-13|18:27:39.643] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7525496Z [05-13|18:27:39.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7526084Z --- PASS: TestEpochLeaderFailoverDoNotPersistEmptyRoundTwice (0.06s) +2026-05-13T18:30:52.7526577Z === RUN TestEpochLeaderRecursivelyFetchNotarizedBlocks +2026-05-13T18:30:52.7527419Z [05-13|18:27:39.644] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7528553Z epoch_failover_test.go:378: Triggering block to be built for round 0 +2026-05-13T18:30:52.7529105Z [05-13|18:27:39.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.7530056Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7531129Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7532173Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7533310Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7534168Z epoch_failover_test.go:378: Triggering block to be built for round 4 +2026-05-13T18:30:52.7534768Z [05-13|18:27:39.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.7535671Z [05-13|18:27:39.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7536698Z [05-13|18:27:39.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7537573Z [05-13|18:27:39.759] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7538410Z [05-13|18:27:39.759] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:52.7538958Z --- PASS: TestEpochLeaderRecursivelyFetchNotarizedBlocks (0.12s) +2026-05-13T18:30:52.7539466Z === RUN TestEpochLeaderFailoverInLeaderRound +2026-05-13T18:30:52.7540282Z [05-13|18:27:39.760] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7541200Z [05-13|18:27:39.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7542192Z [05-13|18:27:39.760] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:52.7543278Z [05-13|18:27:39.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7544258Z [05-13|18:27:39.761] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7545004Z [05-13|18:27:39.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7545915Z [05-13|18:27:39.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7546867Z [05-13|18:27:39.762] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7547613Z [05-13|18:27:39.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7548732Z [05-13|18:27:39.762] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.7549815Z [05-13|18:27:39.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7550724Z [05-13|18:27:39.763] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7551494Z [05-13|18:27:39.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7552335Z [05-13|18:27:39.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7553057Z [05-13|18:27:39.816] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7553633Z [05-13|18:27:39.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.7554200Z --- PASS: TestEpochLeaderFailoverInLeaderRound (0.06s) +2026-05-13T18:30:52.7554607Z === RUN TestEpochNoFinalizationAfterEmptyVote +2026-05-13T18:30:52.7555419Z [05-13|18:27:39.816] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7556279Z [05-13|18:27:39.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7557177Z [05-13|18:27:39.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7558388Z [05-13|18:27:39.817] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7559144Z [05-13|18:27:39.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:52.7559947Z [05-13|18:27:39.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7560905Z [05-13|18:27:39.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7561819Z [05-13|18:27:39.880] INFO Simplex/epoch.go:2819 We have already timed out on this round, will not finalize it {"round": 1} +2026-05-13T18:30:52.7562461Z [05-13|18:27:40.880] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7563001Z [05-13|18:27:40.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:52.7563589Z --- PASS: TestEpochNoFinalizationAfterEmptyVote (1.06s) +2026-05-13T18:30:52.7564032Z === RUN TestEpochLeaderFailoverAfterProposal +2026-05-13T18:30:52.7564900Z [05-13|18:27:40.881] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7565829Z [05-13|18:27:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7566696Z [05-13|18:27:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7567709Z [05-13|18:27:40.882] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7568716Z [05-13|18:27:40.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7569579Z [05-13|18:27:40.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7570565Z [05-13|18:27:40.883] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7571352Z [05-13|18:27:40.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7572188Z [05-13|18:27:40.883] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.7573288Z [05-13|18:27:40.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7574244Z [05-13|18:27:40.884] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7574908Z [05-13|18:27:40.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7575614Z === RUN TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-no-crash +2026-05-13T18:30:52.7576523Z [05-13|18:27:40.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7577396Z [05-13|18:27:40.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7578751Z [05-13|18:27:40.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7579768Z [05-13|18:27:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.7580574Z === RUN TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-with-crash +2026-05-13T18:30:52.7581582Z [05-13|18:27:40.938] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7582425Z [05-13|18:27:40.939] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 3} +2026-05-13T18:30:52.7583218Z [05-13|18:27:40.939] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 8} +2026-05-13T18:30:52.7584308Z [05-13|18:27:40.939] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:52.7585512Z [05-13|18:27:40.939] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} +2026-05-13T18:30:52.7586407Z [05-13|18:27:40.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7587249Z [05-13|18:27:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7588594Z [05-13|18:27:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7589621Z [05-13|18:27:40.940] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.7590222Z [05-13|18:27:40.940] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7590826Z [05-13|18:27:40.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7591363Z [05-13|18:27:40.941] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7591833Z [05-13|18:27:40.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7592427Z --- PASS: TestEpochLeaderFailoverAfterProposal (0.06s) +2026-05-13T18:30:52.7593176Z --- PASS: TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-no-crash (0.00s) +2026-05-13T18:30:52.7594105Z --- PASS: TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-with-crash (0.00s) +2026-05-13T18:30:52.7594746Z === RUN TestEpochLeaderFailoverTwice +2026-05-13T18:30:52.7595497Z [05-13|18:27:40.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7596381Z [05-13|18:27:40.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7597301Z [05-13|18:27:40.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7598535Z [05-13|18:27:40.942] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7599308Z [05-13|18:27:40.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7600220Z [05-13|18:27:40.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.7601279Z [05-13|18:27:40.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7602205Z [05-13|18:27:40.943] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7602988Z epoch_failover_test.go:635: Node 2 crashes, leader failover to node 3 +2026-05-13T18:30:52.7603594Z [05-13|18:27:40.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:52.7604164Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash +2026-05-13T18:30:52.7605064Z [05-13|18:27:41.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7605978Z epoch_failover_test.go:658: Node 3 crashes and node 2 comes back up (just in time) +2026-05-13T18:30:52.7606680Z [05-13|18:27:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7607681Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-no-crash +2026-05-13T18:30:52.7609060Z [05-13|18:27:41.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7609909Z [05-13|18:27:41.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7610854Z [05-13|18:27:41.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7611888Z [05-13|18:27:41.069] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "bca88906d3250eaf6114..."} +2026-05-13T18:30:52.7612942Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-with-crash +2026-05-13T18:30:52.7614206Z [05-13|18:27:41.070] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7615005Z [05-13|18:27:41.070] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} +2026-05-13T18:30:52.7616158Z [05-13|18:27:41.070] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} +2026-05-13T18:30:52.7617347Z [05-13|18:27:41.070] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} +2026-05-13T18:30:52.7618422Z [05-13|18:27:41.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7619353Z [05-13|18:27:41.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7620305Z [05-13|18:27:41.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7621217Z [05-13|18:27:41.072] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "c0e3a2d586f16a64038e..."} +2026-05-13T18:30:52.7621856Z [05-13|18:27:41.072] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7622374Z [05-13|18:27:41.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7623005Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash +2026-05-13T18:30:52.7623927Z [05-13|18:27:41.072] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7624747Z [05-13|18:27:41.073] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} +2026-05-13T18:30:52.7625901Z [05-13|18:27:41.073] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} +2026-05-13T18:30:52.7627037Z [05-13|18:27:41.073] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 2} +2026-05-13T18:30:52.7627897Z [05-13|18:27:41.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7629034Z epoch_failover_test.go:658: Node 3 crashes and node 2 comes back up (just in time) +2026-05-13T18:30:52.7629674Z [05-13|18:27:41.073] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7630760Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-no-crash +2026-05-13T18:30:52.7631967Z [05-13|18:27:41.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7632846Z [05-13|18:27:41.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7633768Z [05-13|18:27:41.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7634731Z [05-13|18:27:41.137] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "bca88906d3250eaf6114..."} +2026-05-13T18:30:52.7635898Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-with-crash +2026-05-13T18:30:52.7637132Z [05-13|18:27:41.137] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7637981Z [05-13|18:27:41.137] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} +2026-05-13T18:30:52.7639363Z [05-13|18:27:41.137] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} +2026-05-13T18:30:52.7640544Z [05-13|18:27:41.137] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} +2026-05-13T18:30:52.7641473Z [05-13|18:27:41.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7642316Z [05-13|18:27:41.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7643233Z [05-13|18:27:41.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7644198Z [05-13|18:27:41.139] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "c0e3a2d586f16a64038e..."} +2026-05-13T18:30:52.7644803Z [05-13|18:27:41.139] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7645355Z [05-13|18:27:41.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7645896Z [05-13|18:27:41.139] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7646421Z [05-13|18:27:41.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7646972Z [05-13|18:27:41.139] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7647477Z [05-13|18:27:41.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:52.7647982Z --- PASS: TestEpochLeaderFailoverTwice (0.20s) +2026-05-13T18:30:52.7648766Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash (0.07s) +2026-05-13T18:30:52.7650168Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-no-crash (0.00s) +2026-05-13T18:30:52.7651791Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-with-crash (0.00s) +2026-05-13T18:30:52.7652856Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash (0.07s) +2026-05-13T18:30:52.7654238Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-no-crash (0.00s) +2026-05-13T18:30:52.7655980Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-with-crash (0.00s) +2026-05-13T18:30:52.7656897Z === RUN TestEpochLeaderFailoverGarbageCollectedEmptyVotes +2026-05-13T18:30:52.7657813Z [05-13|18:27:41.140] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7658965Z [05-13|18:27:41.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7659869Z [05-13|18:27:41.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7661034Z [05-13|18:27:41.141] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7661810Z [05-13|18:27:41.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7662717Z [05-13|18:27:41.141] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.7663831Z [05-13|18:27:41.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7664744Z [05-13|18:27:41.142] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7665487Z [05-13|18:27:41.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7666401Z [05-13|18:27:41.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7667349Z [05-13|18:27:41.143] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7668274Z [05-13|18:27:41.143] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7669163Z [05-13|18:27:41.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7669924Z [05-13|18:27:41.143] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7670431Z --- PASS: TestEpochLeaderFailoverGarbageCollectedEmptyVotes (0.00s) +2026-05-13T18:30:52.7670966Z === RUN TestEpochLeaderFailoverBecauseOfBadBlock +2026-05-13T18:30:52.7671766Z [05-13|18:27:41.144] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7672664Z [05-13|18:27:41.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7673590Z [05-13|18:27:41.144] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:52.7674641Z [05-13|18:27:41.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7675552Z [05-13|18:27:41.145] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7676614Z [05-13|18:27:41.145] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 1, "leader": "0200000000000000", "error": "invalid block"} +2026-05-13T18:30:52.7677754Z [05-13|18:27:41.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7678996Z [05-13|18:27:41.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7679981Z [05-13|18:27:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7680942Z [05-13|18:27:41.157] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "538d93321228f04444dd..."} +2026-05-13T18:30:52.7681552Z [05-13|18:27:41.157] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7682129Z [05-13|18:27:41.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7682684Z --- PASS: TestEpochLeaderFailoverBecauseOfBadBlock (0.01s) +2026-05-13T18:30:52.7683135Z === RUN TestEpochLeaderFailoverNotNeeded +2026-05-13T18:30:52.7684051Z [05-13|18:27:41.157] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7684934Z [05-13|18:27:41.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7685833Z [05-13|18:27:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7686827Z [05-13|18:27:41.158] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7687590Z [05-13|18:27:41.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7688669Z [05-13|18:27:41.159] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.7689731Z [05-13|18:27:41.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7690703Z [05-13|18:27:41.159] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7691475Z [05-13|18:27:41.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7692357Z [05-13|18:27:41.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7693351Z [05-13|18:27:41.160] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7694061Z [05-13|18:27:41.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.7694703Z [05-13|18:27:41.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.7695613Z [05-13|18:27:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7696341Z [05-13|18:27:41.162] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7696893Z [05-13|18:27:41.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.7697458Z --- PASS: TestEpochLeaderFailoverNotNeeded (0.00s) +2026-05-13T18:30:52.7697820Z === RUN TestEpochBlacklist +2026-05-13T18:30:52.7698869Z [05-13|18:27:41.162] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7699756Z [05-13|18:27:41.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7700659Z [05-13|18:27:41.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7701818Z [05-13|18:27:41.164] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7702559Z [05-13|18:27:41.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7703447Z [05-13|18:27:41.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7704416Z [05-13|18:27:41.165] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7705153Z [05-13|18:27:41.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7706021Z [05-13|18:27:41.165] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.7707225Z [05-13|18:27:41.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7708392Z [05-13|18:27:41.166] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7709353Z [05-13|18:27:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7710266Z [05-13|18:27:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7711136Z [05-13|18:27:41.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7712120Z [05-13|18:27:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.7712826Z [05-13|18:27:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.7713777Z [05-13|18:27:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7714724Z [05-13|18:27:41.168] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:52.7715432Z [05-13|18:27:41.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.7716353Z [05-13|18:27:41.169] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:52.7717430Z [05-13|18:27:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7718590Z [05-13|18:27:41.169] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:52.7719627Z [05-13|18:27:41.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7720502Z [05-13|18:27:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.7721343Z [05-13|18:27:41.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7722221Z [05-13|18:27:41.171] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:52.7722865Z [05-13|18:27:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.7723750Z [05-13|18:27:41.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7724835Z [05-13|18:27:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.7725699Z [05-13|18:27:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7726761Z [05-13|18:27:41.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7727650Z [05-13|18:27:41.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:52.7728512Z [05-13|18:27:41.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.7729522Z [05-13|18:27:41.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7730495Z [05-13|18:27:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.7731342Z [05-13|18:27:41.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:52.7732383Z [05-13|18:27:41.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7733354Z [05-13|18:27:41.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:52.7734232Z [05-13|18:27:41.177] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:52.7735276Z [05-13|18:27:41.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7736062Z [05-13|18:27:41.178] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7736489Z --- PASS: TestEpochBlacklist (0.02s) +2026-05-13T18:30:52.7736824Z === RUN TestEpochRebroadcastsEmptyVote +2026-05-13T18:30:52.7781567Z [05-13|18:27:41.178] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7782477Z [05-13|18:27:41.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.7783311Z [05-13|18:27:41.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7784208Z [05-13|18:27:41.854] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:52.7784758Z [05-13|18:27:41.967] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.7785202Z --- PASS: TestEpochRebroadcastsEmptyVote (0.79s) +2026-05-13T18:30:52.7785723Z === RUN TestSimplexRebroadcastFinalizationVotes +2026-05-13T18:30:52.7786494Z [05-13|18:27:41.967] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7787598Z [05-13|18:27:41.969] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7789058Z [05-13|18:27:41.969] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7790130Z [05-13|18:27:41.969] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.7791494Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7792262Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7792918Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7793810Z [05-13|18:27:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7794923Z [05-13|18:27:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7796063Z [05-13|18:27:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7796974Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.7797849Z [05-13|18:27:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7799054Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7799750Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7800444Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7801393Z [05-13|18:27:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7802268Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.7803152Z [05-13|18:27:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7804216Z [05-13|18:27:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7805272Z [05-13|18:27:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7806141Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7806880Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7807538Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7808502Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.7809447Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7810482Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7811568Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7812687Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7813525Z [05-13|18:27:41.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.7814383Z [05-13|18:27:41.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.7815091Z [05-13|18:27:41.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.7815947Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7816849Z [05-13|18:27:41.979] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.7817751Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7819247Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7820379Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7821236Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7821935Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7822687Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7823353Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.7824251Z [05-13|18:27:41.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7825371Z [05-13|18:27:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7826425Z [05-13|18:27:41.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7827492Z [05-13|18:27:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7828662Z [05-13|18:27:41.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.7829354Z [05-13|18:27:41.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.7830052Z [05-13|18:27:41.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.7830901Z [05-13|18:27:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7832034Z [05-13|18:27:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7833131Z [05-13|18:27:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7834162Z [05-13|18:27:41.982] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:52.7835242Z [05-13|18:27:41.983] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:52.7836255Z [05-13|18:27:41.983] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:52.7837064Z [05-13|18:27:41.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7837584Z [05-13|18:27:41.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7838601Z [05-13|18:27:41.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7839317Z [05-13|18:27:41.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7839968Z [05-13|18:27:41.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.7840634Z [05-13|18:27:41.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.7841428Z [05-13|18:27:41.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.7842389Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7843258Z [05-13|18:27:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.7844132Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7845251Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7846278Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7847132Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.7847841Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.7848781Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.7849459Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.7850384Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7851452Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7852511Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7853593Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7854489Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.7855167Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.7855871Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.7856757Z [05-13|18:27:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7857783Z [05-13|18:27:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7859185Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.7860095Z [05-13|18:27:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7861126Z [05-13|18:27:41.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7862058Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.7862750Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.7863407Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.7864494Z [05-13|18:27:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7865583Z [05-13|18:27:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7866426Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.7867366Z [05-13|18:27:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7868682Z [05-13|18:27:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7869612Z [05-13|18:27:43.593] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7870557Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7871344Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7872245Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7873104Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.7873888Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7874738Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7875601Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7876390Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7877204Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.7878008Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7879166Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.7880020Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.7880843Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.7881954Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.7882768Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.7883575Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.7884413Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.7885259Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.7886170Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.7887017Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.7887799Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.7888893Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.7889769Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.7890548Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.7891387Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.7892218Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.7892997Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.7893832Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.7894648Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.7895464Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.7896308Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.7897109Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.7897927Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.7899103Z [05-13|18:27:43.598] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.7899979Z [05-13|18:27:43.598] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.7900807Z [05-13|18:27:43.599] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.7901651Z [05-13|18:27:43.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.7902709Z [05-13|18:27:43.599] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.7903530Z [05-13|18:27:43.600] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.7904384Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.7905185Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.7905884Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.7906521Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.7907482Z [05-13|18:27:43.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7908877Z [05-13|18:27:43.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7909984Z [05-13|18:27:43.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7911136Z [05-13|18:27:43.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7912060Z [05-13|18:27:43.694] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:52.7912880Z [05-13|18:27:43.694] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:52.7913581Z [05-13|18:27:43.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7914006Z [05-13|18:27:43.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7914670Z [05-13|18:27:43.695] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:52.7915551Z [05-13|18:27:43.695] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:52.7916142Z [05-13|18:27:43.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7916702Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:52.7917426Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:52.7918315Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:52.7919035Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:52.7919969Z [05-13|18:27:43.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7921045Z [05-13|18:27:43.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7922113Z [05-13|18:27:43.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7923199Z [05-13|18:27:43.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7924141Z [05-13|18:27:43.697] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:52.7924960Z [05-13|18:27:43.697] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:52.7925825Z [05-13|18:27:43.697] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:52.7926589Z [05-13|18:27:43.698] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7927192Z [05-13|18:27:43.698] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:52.7927997Z [05-13|18:27:43.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.7928957Z [05-13|18:27:43.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.7929617Z [05-13|18:27:43.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.7930564Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7931726Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7932611Z [05-13|18:27:43.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.7933582Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7934645Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7935591Z [05-13|18:27:43.699] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:52.7936268Z [05-13|18:27:43.699] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7936878Z [05-13|18:27:43.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:52.7937713Z [05-13|18:27:43.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:52.7938686Z [05-13|18:27:43.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7939136Z [05-13|18:27:43.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7939776Z [05-13|18:27:43.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:52.7940529Z [05-13|18:27:43.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.7941767Z [05-13|18:27:43.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.7942457Z [05-13|18:27:43.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.7943342Z [05-13|18:27:43.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7944266Z [05-13|18:27:43.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.7945121Z [05-13|18:27:43.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7946224Z [05-13|18:27:43.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7947302Z [05-13|18:27:43.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7948480Z [05-13|18:27:43.702] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:52.7949557Z [05-13|18:27:43.702] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:52.7950405Z [05-13|18:27:43.703] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:52.7951191Z [05-13|18:27:43.703] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:52.7951850Z [05-13|18:27:43.703] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7952441Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:52.7953104Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:52.7953956Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:52.7954844Z [05-13|18:27:43.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7955923Z [05-13|18:27:43.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7956828Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:52.7957699Z [05-13|18:27:43.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7959080Z [05-13|18:27:43.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.7960107Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:52.7960921Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:52.7961554Z [05-13|18:27:43.705] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7962024Z [05-13|18:27:43.705] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7962641Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:52.7963457Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:52.7964070Z [05-13|18:27:43.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7964695Z [05-13|18:27:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.7965400Z [05-13|18:27:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.7966044Z [05-13|18:27:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.7966996Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7967838Z [05-13|18:27:43.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.7968884Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7970016Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7971053Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.7972128Z [05-13|18:27:43.707] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:52.7973017Z [05-13|18:27:43.708] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:52.7973648Z [05-13|18:27:43.708] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7974274Z [05-13|18:27:43.708] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:52.7974958Z [05-13|18:27:43.708] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7975557Z [05-13|18:27:43.708] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:52.7976402Z [05-13|18:27:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:52.7977135Z [05-13|18:27:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:52.7978250Z [05-13|18:27:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7979322Z [05-13|18:27:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7980223Z [05-13|18:27:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:52.7980920Z [05-13|18:27:43.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:52.7981796Z [05-13|18:27:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7982887Z [05-13|18:27:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.7983863Z [05-13|18:27:43.710] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:52.7984673Z [05-13|18:27:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:52.7985514Z [05-13|18:27:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:52.7986142Z [05-13|18:27:43.711] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7986745Z [05-13|18:27:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:52.7987462Z [05-13|18:27:43.711] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7988171Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:52.7988847Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:52.7989590Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:52.7990446Z [05-13|18:27:43.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7991323Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:52.7992291Z [05-13|18:27:43.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7993453Z [05-13|18:27:43.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7994524Z [05-13|18:27:43.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.7995518Z [05-13|18:27:43.713] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:52.7996321Z [05-13|18:27:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:52.7997149Z [05-13|18:27:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:52.7998288Z [05-13|18:27:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:52.7998952Z [05-13|18:27:43.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.7999541Z [05-13|18:27:43.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:52.8000245Z [05-13|18:27:43.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:52.8001171Z [05-13|18:27:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8002090Z [05-13|18:27:43.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:52.8002975Z [05-13|18:27:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8004060Z [05-13|18:27:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8004931Z [05-13|18:27:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:52.8005699Z [05-13|18:27:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:52.8006667Z [05-13|18:27:43.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8007633Z [05-13|18:27:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:52.8008580Z [05-13|18:27:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:52.8009227Z [05-13|18:27:43.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8009639Z [05-13|18:27:43.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8010105Z [05-13|18:27:43.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8010753Z [05-13|18:27:43.717] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:52.8011508Z [05-13|18:27:43.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:52.8012230Z [05-13|18:27:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:52.8012904Z [05-13|18:27:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:52.8013597Z [05-13|18:27:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:52.8014530Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8015695Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8016790Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8017884Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8019026Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:52.8019978Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:52.8021695Z [05-13|18:27:43.719] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8022352Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:52.8023173Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:52.8023880Z [05-13|18:27:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:52.8024640Z [05-13|18:27:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:52.8025334Z [05-13|18:27:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:52.8026175Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8027138Z [05-13|18:27:43.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:52.8028259Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8029314Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8030547Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8031476Z [05-13|18:27:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:52.8032356Z [05-13|18:27:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:52.8033219Z [05-13|18:27:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:52.8033819Z [05-13|18:27:43.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8034500Z [05-13|18:27:43.722] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:52.8035279Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:52.8035943Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:52.8036929Z [05-13|18:27:43.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8037816Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:52.8038757Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:52.8039705Z [05-13|18:27:43.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8040744Z [05-13|18:27:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8041810Z [05-13|18:27:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8042845Z [05-13|18:27:43.724] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:52.8043755Z [05-13|18:27:43.724] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:52.8044602Z [05-13|18:27:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:52.8045285Z [05-13|18:27:43.725] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8045697Z [05-13|18:27:43.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8046379Z [05-13|18:27:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:52.8047002Z [05-13|18:27:43.725] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8047595Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:52.8048447Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:52.8049143Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:52.8050062Z [05-13|18:27:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8051167Z [05-13|18:27:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8052228Z [05-13|18:27:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8053118Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:52.8054015Z [05-13|18:27:43.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8054958Z [05-13|18:27:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:52.8055799Z [05-13|18:27:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:52.8056683Z [05-13|18:27:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:52.8057525Z [05-13|18:27:43.728] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:52.8058341Z [05-13|18:27:43.728] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8058753Z [05-13|18:27:43.728] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8059357Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:52.8060076Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:52.8060895Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:52.8061617Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:52.8062498Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8063576Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8064667Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8065853Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8066812Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:52.8067667Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:52.8068608Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:52.8069433Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:52.8070095Z [05-13|18:27:43.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8070551Z [05-13|18:27:43.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8071128Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:52.8071777Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:52.8072542Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:52.8073234Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:52.8074078Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8075236Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8076276Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8077337Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8078467Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:52.8079270Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:52.8080082Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:52.8080810Z [05-13|18:27:43.733] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8081218Z [05-13|18:27:43.733] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8081850Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:52.8082767Z [05-13|18:27:43.733] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8083120Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:52.8083420Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:52.8083715Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:52.8084273Z [05-13|18:27:43.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8084617Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:52.8085276Z [05-13|18:27:43.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8085780Z [05-13|18:27:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8086271Z [05-13|18:27:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8086686Z [05-13|18:27:43.735] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:52.8087040Z [05-13|18:27:43.736] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:52.8087264Z [05-13|18:27:43.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8087685Z [05-13|18:27:43.736] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:52.8087865Z [05-13|18:27:43.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8088366Z [05-13|18:27:43.736] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:52.8088742Z [05-13|18:27:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:52.8089023Z [05-13|18:27:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:52.8089567Z [05-13|18:27:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8090117Z [05-13|18:27:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8090415Z [05-13|18:27:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:52.8090906Z [05-13|18:27:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8091417Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:52.8091573Z [05-13|18:27:43.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8092090Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:52.8092604Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:52.8092977Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:52.8093301Z [05-13|18:27:43.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8093702Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:52.8093853Z [05-13|18:27:43.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8094260Z [05-13|18:27:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:52.8094806Z [05-13|18:27:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8095170Z [05-13|18:27:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:52.8095441Z [05-13|18:27:43.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8095656Z [05-13|18:27:43.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8095939Z [05-13|18:27:43.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:52.8096275Z [05-13|18:27:43.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:52.8096653Z [05-13|18:27:43.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:52.8096945Z [05-13|18:27:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:52.8097440Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8097971Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8098629Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8099225Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8099600Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:52.8099970Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:52.8100176Z [05-13|18:27:43.742] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8100542Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:52.8100893Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:52.8101183Z [05-13|18:27:43.742] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8101352Z [05-13|18:27:43.742] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8101649Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:52.8101946Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:52.8102475Z [05-13|18:27:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8102756Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:52.8103142Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:52.8103762Z [05-13|18:27:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8104255Z [05-13|18:27:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8104777Z [05-13|18:27:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8105145Z [05-13|18:27:43.744] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:52.8105624Z [05-13|18:27:43.744] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:52.8105899Z [05-13|18:27:43.744] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8106070Z [05-13|18:27:43.744] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8106431Z [05-13|18:27:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:52.8106825Z [05-13|18:27:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:52.8106991Z [05-13|18:27:43.745] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8107271Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:52.8107656Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:52.8108359Z [05-13|18:27:43.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8108726Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} +2026-05-13T18:30:52.8109258Z [05-13|18:27:43.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8109592Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:52.8110069Z [05-13|18:27:43.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8110656Z [05-13|18:27:43.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8111029Z [05-13|18:27:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:52.8111397Z [05-13|18:27:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:52.8111794Z [05-13|18:27:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:52.8111962Z [05-13|18:27:43.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8112316Z [05-13|18:27:43.748] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:52.8112700Z [05-13|18:27:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:52.8112998Z [05-13|18:27:43.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:52.8113298Z [05-13|18:27:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:52.8113984Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8114472Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8114894Z [05-13|18:27:43.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:52.8115402Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8115889Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8116399Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:52.8116777Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:52.8117142Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:52.8117375Z [05-13|18:27:43.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8117751Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:52.8117920Z [05-13|18:27:43.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8118429Z [05-13|18:27:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} +2026-05-13T18:30:52.8118736Z [05-13|18:27:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} +2026-05-13T18:30:52.8119034Z [05-13|18:27:43.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} +2026-05-13T18:30:52.8119401Z [05-13|18:27:43.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} +2026-05-13T18:30:52.8119910Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8120403Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8120930Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8121423Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8121801Z [05-13|18:27:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} +2026-05-13T18:30:52.8122228Z [05-13|18:27:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} +2026-05-13T18:30:52.8122607Z [05-13|18:27:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} +2026-05-13T18:30:52.8122775Z [05-13|18:27:43.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8123208Z [05-13|18:27:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} +2026-05-13T18:30:52.8123506Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} +2026-05-13T18:30:52.8123802Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} +2026-05-13T18:30:52.8124284Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} +2026-05-13T18:30:52.8124596Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} +2026-05-13T18:30:52.8125091Z [05-13|18:27:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8125618Z [05-13|18:27:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8126105Z [05-13|18:27:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8126691Z [05-13|18:27:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8127136Z [05-13|18:27:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} +2026-05-13T18:30:52.8127553Z [05-13|18:27:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} +2026-05-13T18:30:52.8127953Z [05-13|18:27:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} +2026-05-13T18:30:52.8128455Z [05-13|18:27:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} +2026-05-13T18:30:52.8128628Z [05-13|18:27:43.756] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8128953Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} +2026-05-13T18:30:52.8129301Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} +2026-05-13T18:30:52.8129812Z [05-13|18:27:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8130146Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} +2026-05-13T18:30:52.8130634Z [05-13|18:27:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8131124Z [05-13|18:27:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8131445Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} +2026-05-13T18:30:52.8131895Z [05-13|18:27:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} +2026-05-13T18:30:52.8132409Z [05-13|18:27:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8132844Z [05-13|18:27:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} +2026-05-13T18:30:52.8133016Z [05-13|18:27:43.758] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8133376Z [05-13|18:27:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} +2026-05-13T18:30:52.8133756Z [05-13|18:27:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} +2026-05-13T18:30:52.8133969Z [05-13|18:27:43.759] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8134151Z [05-13|18:27:43.759] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8134605Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} +2026-05-13T18:30:52.8134903Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} +2026-05-13T18:30:52.8135196Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} +2026-05-13T18:30:52.8135539Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} +2026-05-13T18:30:52.8136077Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8136686Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8137226Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8137716Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8138259Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} +2026-05-13T18:30:52.8138660Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} +2026-05-13T18:30:52.8138941Z [05-13|18:27:43.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8139343Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} +2026-05-13T18:30:52.8139552Z [05-13|18:27:43.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8139917Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} +2026-05-13T18:30:52.8140250Z [05-13|18:27:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} +2026-05-13T18:30:52.8140565Z [05-13|18:27:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} +2026-05-13T18:30:52.8140898Z [05-13|18:27:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} +2026-05-13T18:30:52.8141206Z [05-13|18:27:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} +2026-05-13T18:30:52.8141737Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8142231Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8142725Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8143237Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8143646Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} +2026-05-13T18:30:52.8144060Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} +2026-05-13T18:30:52.8144426Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} +2026-05-13T18:30:52.8144946Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} +2026-05-13T18:30:52.8145151Z [05-13|18:27:43.765] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8145433Z [05-13|18:27:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} +2026-05-13T18:30:52.8145771Z [05-13|18:27:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} +2026-05-13T18:30:52.8146116Z [05-13|18:27:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} +2026-05-13T18:30:52.8146610Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8147005Z [05-13|18:27:43.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} +2026-05-13T18:30:52.8147537Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8148016Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8148697Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8149161Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} +2026-05-13T18:30:52.8149528Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} +2026-05-13T18:30:52.8149898Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} +2026-05-13T18:30:52.8150313Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} +2026-05-13T18:30:52.8150468Z [05-13|18:27:43.768] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8150675Z [05-13|18:27:43.768] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8151026Z [05-13|18:27:43.768] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} +2026-05-13T18:30:52.8151321Z [05-13|18:27:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} +2026-05-13T18:30:52.8151612Z [05-13|18:27:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} +2026-05-13T18:30:52.8152147Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8152425Z [05-13|18:27:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} +2026-05-13T18:30:52.8152957Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8153533Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8154022Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8154393Z [05-13|18:27:43.769] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} +2026-05-13T18:30:52.8154796Z [05-13|18:27:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} +2026-05-13T18:30:52.8155070Z [05-13|18:27:43.770] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8155478Z [05-13|18:27:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} +2026-05-13T18:30:52.8155892Z [05-13|18:27:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} +2026-05-13T18:30:52.8156059Z [05-13|18:27:43.771] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8156354Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} +2026-05-13T18:30:52.8156685Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} +2026-05-13T18:30:52.8156964Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} +2026-05-13T18:30:52.8157637Z [05-13|18:27:43.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8158320Z [05-13|18:27:43.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8158621Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} +2026-05-13T18:30:52.8159145Z [05-13|18:27:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8159634Z [05-13|18:27:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8159989Z [05-13|18:27:43.773] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} +2026-05-13T18:30:52.8160456Z [05-13|18:27:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} +2026-05-13T18:30:52.8160817Z [05-13|18:27:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} +2026-05-13T18:30:52.8160984Z [05-13|18:27:43.774] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8161377Z [05-13|18:27:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} +2026-05-13T18:30:52.8161705Z [05-13|18:27:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} +2026-05-13T18:30:52.8161985Z [05-13|18:27:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} +2026-05-13T18:30:52.8162569Z [05-13|18:27:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8163063Z [05-13|18:27:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8163359Z [05-13|18:27:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} +2026-05-13T18:30:52.8163883Z [05-13|18:27:43.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8164180Z [05-13|18:27:43.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} +2026-05-13T18:30:52.8164532Z [05-13|18:27:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} +2026-05-13T18:30:52.8164996Z [05-13|18:27:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} +2026-05-13T18:30:52.8165479Z [05-13|18:27:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} +2026-05-13T18:30:52.8165970Z [05-13|18:27:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8166205Z [05-13|18:27:43.778] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8166371Z [05-13|18:27:43.778] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8166717Z [05-13|18:27:43.778] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} +2026-05-13T18:30:52.8167109Z [05-13|18:27:43.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} +2026-05-13T18:30:52.8167405Z [05-13|18:27:43.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} +2026-05-13T18:30:52.8169939Z [05-13|18:27:43.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} +2026-05-13T18:30:52.8170498Z [05-13|18:27:43.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8170991Z [05-13|18:27:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8171552Z [05-13|18:27:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8171939Z [05-13|18:27:43.780] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} +2026-05-13T18:30:52.8172305Z [05-13|18:27:43.780] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} +2026-05-13T18:30:52.8172678Z [05-13|18:27:43.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} +2026-05-13T18:30:52.8173040Z [05-13|18:27:43.781] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} +2026-05-13T18:30:52.8173533Z [05-13|18:27:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8173768Z [05-13|18:27:43.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8173953Z [05-13|18:27:43.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8174317Z [05-13|18:27:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} +2026-05-13T18:30:52.8174652Z [05-13|18:27:43.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} +2026-05-13T18:30:52.8174953Z [05-13|18:27:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} +2026-05-13T18:30:52.8175249Z [05-13|18:27:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} +2026-05-13T18:30:52.8175803Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8176311Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8176800Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8177168Z [05-13|18:27:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} +2026-05-13T18:30:52.8177660Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8178321Z [05-13|18:27:43.783] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} +2026-05-13T18:30:52.8178769Z [05-13|18:27:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} +2026-05-13T18:30:52.8178955Z [05-13|18:27:43.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8179121Z [05-13|18:27:43.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8179521Z [05-13|18:27:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} +2026-05-13T18:30:52.8179999Z [05-13|18:27:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} +2026-05-13T18:30:52.8180173Z [05-13|18:27:43.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8180540Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} +2026-05-13T18:30:52.8180885Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} +2026-05-13T18:30:52.8181179Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} +2026-05-13T18:30:52.8181710Z [05-13|18:27:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8182202Z [05-13|18:27:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8182502Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} +2026-05-13T18:30:52.8183061Z [05-13|18:27:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8183572Z [05-13|18:27:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8183937Z [05-13|18:27:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} +2026-05-13T18:30:52.8184340Z [05-13|18:27:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} +2026-05-13T18:30:52.8184705Z [05-13|18:27:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} +2026-05-13T18:30:52.8184877Z [05-13|18:27:43.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8185335Z [05-13|18:27:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} +2026-05-13T18:30:52.8185523Z [05-13|18:27:43.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8185824Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} +2026-05-13T18:30:52.8186159Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} +2026-05-13T18:30:52.8186654Z [05-13|18:27:43.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8187148Z [05-13|18:27:43.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8187514Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} +2026-05-13T18:30:52.8187828Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} +2026-05-13T18:30:52.8188670Z [05-13|18:27:43.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8189163Z [05-13|18:27:43.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8189526Z [05-13|18:27:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} +2026-05-13T18:30:52.8189938Z [05-13|18:27:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} +2026-05-13T18:30:52.8190469Z [05-13|18:27:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} +2026-05-13T18:30:52.8190853Z [05-13|18:27:43.790] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} +2026-05-13T18:30:52.8191061Z [05-13|18:27:43.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8191360Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} +2026-05-13T18:30:52.8191654Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} +2026-05-13T18:30:52.8191979Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} +2026-05-13T18:30:52.8192316Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} +2026-05-13T18:30:52.8192826Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8193355Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8193847Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8194367Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8194756Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} +2026-05-13T18:30:52.8195160Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} +2026-05-13T18:30:52.8195351Z [05-13|18:27:43.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8195748Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} +2026-05-13T18:30:52.8196113Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} +2026-05-13T18:30:52.8196279Z [05-13|18:27:43.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8196465Z [05-13|18:27:43.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8196801Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} +2026-05-13T18:30:52.8197113Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} +2026-05-13T18:30:52.8197443Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} +2026-05-13T18:30:52.8197971Z [05-13|18:27:43.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8198524Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} +2026-05-13T18:30:52.8199038Z [05-13|18:27:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8199577Z [05-13|18:27:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8200084Z [05-13|18:27:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8200493Z [05-13|18:27:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} +2026-05-13T18:30:52.8200958Z [05-13|18:27:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} +2026-05-13T18:30:52.8201328Z [05-13|18:27:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} +2026-05-13T18:30:52.8201517Z [05-13|18:27:43.794] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8201927Z [05-13|18:27:43.795] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} +2026-05-13T18:30:52.8202112Z [05-13|18:27:43.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8202348Z [05-13|18:27:43.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8202645Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} +2026-05-13T18:30:52.8202940Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} +2026-05-13T18:30:52.8203258Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} +2026-05-13T18:30:52.8203799Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8204117Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} +2026-05-13T18:30:52.8204649Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8205140Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8205668Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8206028Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} +2026-05-13T18:30:52.8206436Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} +2026-05-13T18:30:52.8206880Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} +2026-05-13T18:30:52.8207050Z [05-13|18:27:43.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8207411Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} +2026-05-13T18:30:52.8207615Z [05-13|18:27:43.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8207767Z [05-13|18:27:43.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8208240Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} +2026-05-13T18:30:52.8208731Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} +2026-05-13T18:30:52.8209060Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} +2026-05-13T18:30:52.8209359Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 4} +2026-05-13T18:30:52.8209894Z [05-13|18:27:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8210371Z [05-13|18:27:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8211052Z [05-13|18:27:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8211603Z [05-13|18:27:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8211972Z [05-13|18:27:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} +2026-05-13T18:30:52.8212355Z [05-13|18:27:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} +2026-05-13T18:30:52.8212570Z [05-13|18:27:43.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8212914Z [05-13|18:27:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} +2026-05-13T18:30:52.8213319Z [05-13|18:27:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} +2026-05-13T18:30:52.8213676Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} +2026-05-13T18:30:52.8213977Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} +2026-05-13T18:30:52.8214270Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} +2026-05-13T18:30:52.8214836Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8215315Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8215845Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8216201Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} +2026-05-13T18:30:52.8216692Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8217061Z [05-13|18:27:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} +2026-05-13T18:30:52.8217271Z [05-13|18:27:43.802] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8217619Z [05-13|18:27:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} +2026-05-13T18:30:52.8218250Z [05-13|18:27:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} +2026-05-13T18:30:52.8218431Z [05-13|18:27:43.802] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8218800Z [05-13|18:27:43.803] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} +2026-05-13T18:30:52.8219092Z [05-13|18:27:43.803] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8219462Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} +2026-05-13T18:30:52.8219743Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} +2026-05-13T18:30:52.8220091Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} +2026-05-13T18:30:52.8220440Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} +2026-05-13T18:30:52.8220935Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8221564Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8222067Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8222540Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8223012Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} +2026-05-13T18:30:52.8223387Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} +2026-05-13T18:30:52.8223591Z [05-13|18:27:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8223995Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} +2026-05-13T18:30:52.8224172Z [05-13|18:27:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8224520Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} +2026-05-13T18:30:52.8224918Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} +2026-05-13T18:30:52.8225213Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} +2026-05-13T18:30:52.8225706Z [05-13|18:27:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8226039Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} +2026-05-13T18:30:52.8226533Z [05-13|18:27:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8227010Z [05-13|18:27:43.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8227405Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} +2026-05-13T18:30:52.8227768Z [05-13|18:27:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} +2026-05-13T18:30:52.8228426Z [05-13|18:27:43.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8228829Z [05-13|18:27:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} +2026-05-13T18:30:52.8229004Z [05-13|18:27:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8229276Z [05-13|18:27:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8229739Z [05-13|18:27:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} +2026-05-13T18:30:52.8229910Z [05-13|18:27:43.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8230266Z [05-13|18:27:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} +2026-05-13T18:30:52.8230598Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} +2026-05-13T18:30:52.8230894Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} +2026-05-13T18:30:52.8231173Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} +2026-05-13T18:30:52.8231701Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} +2026-05-13T18:30:52.8232217Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8232712Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8233270Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8233760Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8234198Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} +2026-05-13T18:30:52.8234585Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} +2026-05-13T18:30:52.8234753Z [05-13|18:27:43.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8235115Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} +2026-05-13T18:30:52.8235321Z [05-13|18:27:43.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8235682Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} +2026-05-13T18:30:52.8236073Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} +2026-05-13T18:30:52.8236385Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} +2026-05-13T18:30:52.8236683Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} +2026-05-13T18:30:52.8237179Z [05-13|18:27:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8237511Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} +2026-05-13T18:30:52.8238001Z [05-13|18:27:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8238695Z [05-13|18:27:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8239208Z [05-13|18:27:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8239697Z [05-13|18:27:43.812] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} +2026-05-13T18:30:52.8239903Z [05-13|18:27:43.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8240263Z [05-13|18:27:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} +2026-05-13T18:30:52.8240657Z [05-13|18:27:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} +2026-05-13T18:30:52.8240892Z [05-13|18:27:43.813] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8241071Z [05-13|18:27:43.813] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8241430Z [05-13|18:27:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} +2026-05-13T18:30:52.8241866Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} +2026-05-13T18:30:52.8242173Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} +2026-05-13T18:30:52.8242479Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} +2026-05-13T18:30:52.8242845Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} +2026-05-13T18:30:52.8243355Z [05-13|18:27:43.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8243847Z [05-13|18:27:43.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8244390Z [05-13|18:27:43.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8244913Z [05-13|18:27:43.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8245281Z [05-13|18:27:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} +2026-05-13T18:30:52.8245513Z [05-13|18:27:43.815] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8245892Z [05-13|18:27:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} +2026-05-13T18:30:52.8246251Z [05-13|18:27:43.816] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} +2026-05-13T18:30:52.8246458Z [05-13|18:27:43.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8246820Z [05-13|18:27:43.816] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} +2026-05-13T18:30:52.8247121Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} +2026-05-13T18:30:52.8247477Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} +2026-05-13T18:30:52.8247984Z [05-13|18:27:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8248413Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} +2026-05-13T18:30:52.8248781Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} +2026-05-13T18:30:52.8249276Z [05-13|18:27:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8249768Z [05-13|18:27:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8250451Z [05-13|18:27:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8250841Z [05-13|18:27:43.818] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} +2026-05-13T18:30:52.8251241Z [05-13|18:27:43.818] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} +2026-05-13T18:30:52.8251602Z [05-13|18:27:43.819] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} +2026-05-13T18:30:52.8252064Z [05-13|18:27:43.819] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} +2026-05-13T18:30:52.8252267Z [05-13|18:27:43.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8252613Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} +2026-05-13T18:30:52.8252928Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} +2026-05-13T18:30:52.8253292Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} +2026-05-13T18:30:52.8253785Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8254079Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} +2026-05-13T18:30:52.8254595Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8255127Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8255631Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8256034Z [05-13|18:27:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} +2026-05-13T18:30:52.8256397Z [05-13|18:27:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} +2026-05-13T18:30:52.8256759Z [05-13|18:27:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} +2026-05-13T18:30:52.8256955Z [05-13|18:27:43.821] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8257171Z [05-13|18:27:43.821] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8257583Z [05-13|18:27:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} +2026-05-13T18:30:52.8257919Z [05-13|18:27:43.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} +2026-05-13T18:30:52.8258395Z [05-13|18:27:43.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} +2026-05-13T18:30:52.8258697Z [05-13|18:27:43.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} +2026-05-13T18:30:52.8259019Z [05-13|18:27:43.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} +2026-05-13T18:30:52.8259568Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8260079Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8260732Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8261222Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8261588Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} +2026-05-13T18:30:52.8261978Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} +2026-05-13T18:30:52.8262525Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} +2026-05-13T18:30:52.8262728Z [05-13|18:27:43.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8263130Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} +2026-05-13T18:30:52.8263299Z [05-13|18:27:43.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8263593Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} +2026-05-13T18:30:52.8263909Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} +2026-05-13T18:30:52.8264248Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} +2026-05-13T18:30:52.8264556Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} +2026-05-13T18:30:52.8265096Z [05-13|18:27:43.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8265590Z [05-13|18:27:43.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8266145Z [05-13|18:27:43.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8266597Z [05-13|18:27:43.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8267083Z [05-13|18:27:43.826] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} +2026-05-13T18:30:52.8267304Z [05-13|18:27:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8267671Z [05-13|18:27:43.827] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} +2026-05-13T18:30:52.8268251Z [05-13|18:27:43.827] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} +2026-05-13T18:30:52.8268663Z [05-13|18:27:43.827] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} +2026-05-13T18:30:52.8268820Z [05-13|18:27:43.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8269168Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} +2026-05-13T18:30:52.8269518Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} +2026-05-13T18:30:52.8269814Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} +2026-05-13T18:30:52.8270312Z [05-13|18:27:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8270992Z [05-13|18:27:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8271468Z [05-13|18:27:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8271813Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 4} +2026-05-13T18:30:52.8272362Z [05-13|18:27:43.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8272840Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} +2026-05-13T18:30:52.8273208Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} +2026-05-13T18:30:52.8273614Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} +2026-05-13T18:30:52.8273962Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} +2026-05-13T18:30:52.8274178Z [05-13|18:27:43.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8274534Z [05-13|18:27:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} +2026-05-13T18:30:52.8274860Z [05-13|18:27:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} +2026-05-13T18:30:52.8275153Z [05-13|18:27:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} +2026-05-13T18:30:52.8275685Z [05-13|18:27:43.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8275970Z [05-13|18:27:43.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 4} +2026-05-13T18:30:52.8276501Z [05-13|18:27:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8277043Z [05-13|18:27:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8277532Z [05-13|18:27:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8277938Z [05-13|18:27:43.831] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} +2026-05-13T18:30:52.8278440Z [05-13|18:27:43.832] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} +2026-05-13T18:30:52.8278789Z [05-13|18:27:43.832] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} +2026-05-13T18:30:52.8279249Z [05-13|18:27:43.832] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} +2026-05-13T18:30:52.8279420Z [05-13|18:27:43.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8279619Z [05-13|18:27:43.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8279962Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} +2026-05-13T18:30:52.8280269Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} +2026-05-13T18:30:52.8280556Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} +2026-05-13T18:30:52.8281277Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8281581Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} +2026-05-13T18:30:52.8282077Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8282612Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8283208Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8283563Z [05-13|18:27:43.834] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} +2026-05-13T18:30:52.8284059Z [05-13|18:27:43.834] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} +2026-05-13T18:30:52.8284420Z [05-13|18:27:43.834] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} +2026-05-13T18:30:52.8284778Z [05-13|18:27:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} +2026-05-13T18:30:52.8284990Z [05-13|18:27:43.835] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8285289Z [05-13|18:27:43.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} +2026-05-13T18:30:52.8285574Z [05-13|18:27:43.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} +2026-05-13T18:30:52.8285966Z [05-13|18:27:43.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} +2026-05-13T18:30:52.8286261Z [05-13|18:27:43.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} +2026-05-13T18:30:52.8286755Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8287282Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8287771Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8288379Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8288899Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} +2026-05-13T18:30:52.8289265Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} +2026-05-13T18:30:52.8289634Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} +2026-05-13T18:30:52.8289841Z [05-13|18:27:43.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8290008Z [05-13|18:27:43.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8290355Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} +2026-05-13T18:30:52.8290755Z [05-13|18:27:43.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} +2026-05-13T18:30:52.8291052Z [05-13|18:27:43.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} +2026-05-13T18:30:52.8291674Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8292205Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8292536Z [05-13|18:27:43.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} +2026-05-13T18:30:52.8292900Z [05-13|18:27:43.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} +2026-05-13T18:30:52.8293512Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8293890Z [05-13|18:27:43.839] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} +2026-05-13T18:30:52.8294421Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8294592Z [05-13|18:27:43.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8294963Z [05-13|18:27:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} +2026-05-13T18:30:52.8295204Z [05-13|18:27:43.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8295589Z [05-13|18:27:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} +2026-05-13T18:30:52.8295758Z [05-13|18:27:43.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8296163Z [05-13|18:27:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} +2026-05-13T18:30:52.8296499Z [05-13|18:27:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} +2026-05-13T18:30:52.8296795Z [05-13|18:27:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} +2026-05-13T18:30:52.8297157Z [05-13|18:27:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} +2026-05-13T18:30:52.8297667Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8298337Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8298875Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8299178Z [05-13|18:27:43.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 4} +2026-05-13T18:30:52.8299672Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8300116Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} +2026-05-13T18:30:52.8300500Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} +2026-05-13T18:30:52.8300868Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} +2026-05-13T18:30:52.8301306Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} +2026-05-13T18:30:52.8301600Z [05-13|18:27:43.843] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8301900Z [05-13|18:27:43.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} +2026-05-13T18:30:52.8302459Z [05-13|18:27:43.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8302785Z [05-13|18:27:43.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} +2026-05-13T18:30:52.8303265Z [05-13|18:27:43.844] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 64, "epoch round": 64} +2026-05-13T18:30:52.8303471Z [05-13|18:27:43.844] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8304073Z [05-13|18:27:43.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8304380Z [05-13|18:27:43.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} +2026-05-13T18:30:52.8304941Z [05-13|18:27:43.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8305450Z [05-13|18:27:43.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8305885Z [05-13|18:27:43.845] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} +2026-05-13T18:30:52.8306053Z [05-13|18:27:43.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8306416Z [05-13|18:27:43.845] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} +2026-05-13T18:30:52.8306798Z [05-13|18:27:43.846] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} +2026-05-13T18:30:52.8307200Z [05-13|18:27:43.846] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} +2026-05-13T18:30:52.8307386Z [05-13|18:27:43.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8307722Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} +2026-05-13T18:30:52.8308021Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} +2026-05-13T18:30:52.8308450Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} +2026-05-13T18:30:52.8308971Z [05-13|18:27:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8309512Z [05-13|18:27:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8309860Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 4} +2026-05-13T18:30:52.8310392Z [05-13|18:27:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8310759Z [05-13|18:27:43.848] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} +2026-05-13T18:30:52.8311259Z [05-13|18:27:43.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8311650Z [05-13|18:27:43.848] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} +2026-05-13T18:30:52.8311983Z [05-13|18:27:43.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8312170Z [05-13|18:27:43.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8312570Z [05-13|18:27:43.848] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} +2026-05-13T18:30:52.8312738Z [05-13|18:27:43.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8313099Z [05-13|18:27:43.849] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} +2026-05-13T18:30:52.8313417Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} +2026-05-13T18:30:52.8313784Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} +2026-05-13T18:30:52.8314196Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} +2026-05-13T18:30:52.8314538Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} +2026-05-13T18:30:52.8315038Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8315550Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8316064Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8316600Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8316993Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} +2026-05-13T18:30:52.8317406Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} +2026-05-13T18:30:52.8317575Z [05-13|18:27:43.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8317939Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} +2026-05-13T18:30:52.8318290Z [05-13|18:27:43.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8318517Z [05-13|18:27:43.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8318900Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} +2026-05-13T18:30:52.8319241Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} +2026-05-13T18:30:52.8319538Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} +2026-05-13T18:30:52.8319835Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} +2026-05-13T18:30:52.8320158Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} +2026-05-13T18:30:52.8320694Z [05-13|18:27:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8321208Z [05-13|18:27:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8321738Z [05-13|18:27:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8322106Z [05-13|18:27:43.854] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} +2026-05-13T18:30:52.8322747Z [05-13|18:27:43.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8322941Z [05-13|18:27:43.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8323355Z [05-13|18:27:43.854] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} +2026-05-13T18:30:52.8323580Z [05-13|18:27:43.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8323947Z [05-13|18:27:43.855] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} +2026-05-13T18:30:52.8324415Z [05-13|18:27:43.855] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} +2026-05-13T18:30:52.8324588Z [05-13|18:27:43.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8324912Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} +2026-05-13T18:30:52.8325257Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} +2026-05-13T18:30:52.8325803Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8326134Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} +2026-05-13T18:30:52.8326427Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} +2026-05-13T18:30:52.8326961Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8327435Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8327969Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8328526Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} +2026-05-13T18:30:52.8328904Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} +2026-05-13T18:30:52.8329268Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} +2026-05-13T18:30:52.8329474Z [05-13|18:27:43.858] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8329826Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} +2026-05-13T18:30:52.8330047Z [05-13|18:27:43.858] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8330267Z [05-13|18:27:43.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8330600Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} +2026-05-13T18:30:52.8330898Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} +2026-05-13T18:30:52.8331230Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} +2026-05-13T18:30:52.8331509Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} +2026-05-13T18:30:52.8332046Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8332709Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8333235Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8333603Z [05-13|18:27:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} +2026-05-13T18:30:52.8334004Z [05-13|18:27:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} +2026-05-13T18:30:52.8334352Z [05-13|18:27:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} +2026-05-13T18:30:52.8334996Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8335264Z [05-13|18:27:43.861] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8335431Z [05-13|18:27:43.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8335800Z [05-13|18:27:43.862] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} +2026-05-13T18:30:52.8336006Z [05-13|18:27:43.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8336287Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} +2026-05-13T18:30:52.8336627Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} +2026-05-13T18:30:52.8336975Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} +2026-05-13T18:30:52.8337473Z [05-13|18:27:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8337770Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} +2026-05-13T18:30:52.8338476Z [05-13|18:27:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8338962Z [05-13|18:27:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8339539Z [05-13|18:27:43.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8339970Z [05-13|18:27:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} +2026-05-13T18:30:52.8340341Z [05-13|18:27:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} +2026-05-13T18:30:52.8340510Z [05-13|18:27:43.864] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8340913Z [05-13|18:27:43.865] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} +2026-05-13T18:30:52.8341080Z [05-13|18:27:43.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8341492Z [05-13|18:27:43.865] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} +2026-05-13T18:30:52.8341846Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} +2026-05-13T18:30:52.8342144Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} +2026-05-13T18:30:52.8342641Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8343138Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} +2026-05-13T18:30:52.8343418Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} +2026-05-13T18:30:52.8344009Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8344505Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8345102Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8345515Z [05-13|18:27:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} +2026-05-13T18:30:52.8345889Z [05-13|18:27:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} +2026-05-13T18:30:52.8346241Z [05-13|18:27:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} +2026-05-13T18:30:52.8346509Z [05-13|18:27:43.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8346678Z [05-13|18:27:43.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8346846Z [05-13|18:27:43.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8347283Z [05-13|18:27:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} +2026-05-13T18:30:52.8347587Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} +2026-05-13T18:30:52.8347871Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} +2026-05-13T18:30:52.8348731Z [05-13|18:27:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8349229Z [05-13|18:27:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8349527Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 4} +2026-05-13T18:30:52.8350060Z [05-13|18:27:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8350361Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} +2026-05-13T18:30:52.8350713Z [05-13|18:27:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} +2026-05-13T18:30:52.8351302Z [05-13|18:27:43.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8351669Z [05-13|18:27:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} +2026-05-13T18:30:52.8351838Z [05-13|18:27:43.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8352075Z [05-13|18:27:43.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8352440Z [05-13|18:27:43.871] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} +2026-05-13T18:30:52.8352787Z [05-13|18:27:43.871] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} +2026-05-13T18:30:52.8353179Z [05-13|18:27:43.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8353478Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} +2026-05-13T18:30:52.8353772Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} +2026-05-13T18:30:52.8354105Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} +2026-05-13T18:30:52.8354598Z [05-13|18:27:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8354876Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} +2026-05-13T18:30:52.8355569Z [05-13|18:27:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8356104Z [05-13|18:27:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8356598Z [05-13|18:27:43.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8357005Z [05-13|18:27:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} +2026-05-13T18:30:52.8357370Z [05-13|18:27:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} +2026-05-13T18:30:52.8357604Z [05-13|18:27:43.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8357787Z [05-13|18:27:43.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8358294Z [05-13|18:27:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} +2026-05-13T18:30:52.8358470Z [05-13|18:27:43.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8358871Z [05-13|18:27:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} +2026-05-13T18:30:52.8359173Z [05-13|18:27:43.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} +2026-05-13T18:30:52.8359454Z [05-13|18:27:43.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} +2026-05-13T18:30:52.8360083Z [05-13|18:27:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8360580Z [05-13|18:27:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8360918Z [05-13|18:27:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} +2026-05-13T18:30:52.8361215Z [05-13|18:27:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 4} +2026-05-13T18:30:52.8361710Z [05-13|18:27:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8362144Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} +2026-05-13T18:30:52.8362650Z [05-13|18:27:43.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8363020Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} +2026-05-13T18:30:52.8363421Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} +2026-05-13T18:30:52.8363711Z [05-13|18:27:43.876] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8364074Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} +2026-05-13T18:30:52.8364339Z [05-13|18:27:43.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8364650Z [05-13|18:27:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} +2026-05-13T18:30:52.8364944Z [05-13|18:27:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} +2026-05-13T18:30:52.8365275Z [05-13|18:27:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} +2026-05-13T18:30:52.8365677Z [05-13|18:27:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} +2026-05-13T18:30:52.8366177Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8366736Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8367246Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8367734Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8368272Z [05-13|18:27:43.878] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} +2026-05-13T18:30:52.8368695Z [05-13|18:27:43.878] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} +2026-05-13T18:30:52.8368905Z [05-13|18:27:43.878] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8369184Z [05-13|18:27:43.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8369563Z [05-13|18:27:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} +2026-05-13T18:30:52.8369927Z [05-13|18:27:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} +2026-05-13T18:30:52.8370263Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} +2026-05-13T18:30:52.8370561Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} +2026-05-13T18:30:52.8371057Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8371417Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} +2026-05-13T18:30:52.8371929Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8372224Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} +2026-05-13T18:30:52.8372754Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8373243Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8373649Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} +2026-05-13T18:30:52.8374230Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} +2026-05-13T18:30:52.8374615Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} +2026-05-13T18:30:52.8375018Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} +2026-05-13T18:30:52.8375188Z [05-13|18:27:43.881] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8375357Z [05-13|18:27:43.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8375524Z [05-13|18:27:43.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8375884Z [05-13|18:27:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} +2026-05-13T18:30:52.8376301Z [05-13|18:27:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} +2026-05-13T18:30:52.8376605Z [05-13|18:27:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} +2026-05-13T18:30:52.8377177Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8377470Z [05-13|18:27:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} +2026-05-13T18:30:52.8377983Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8378709Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8379223Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8379636Z [05-13|18:27:43.883] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} +2026-05-13T18:30:52.8379807Z [05-13|18:27:43.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8380171Z [05-13|18:27:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} +2026-05-13T18:30:52.8380554Z [05-13|18:27:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} +2026-05-13T18:30:52.8380762Z [05-13|18:27:43.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8381142Z [05-13|18:27:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} +2026-05-13T18:30:52.8381389Z [05-13|18:27:43.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8381690Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} +2026-05-13T18:30:52.8381987Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} +2026-05-13T18:30:52.8382304Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} +2026-05-13T18:30:52.8382847Z [05-13|18:27:43.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8383354Z [05-13|18:27:43.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8383690Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} +2026-05-13T18:30:52.8384180Z [05-13|18:27:43.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8384799Z [05-13|18:27:43.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8385190Z [05-13|18:27:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} +2026-05-13T18:30:52.8385601Z [05-13|18:27:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} +2026-05-13T18:30:52.8386013Z [05-13|18:27:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} +2026-05-13T18:30:52.8386523Z [05-13|18:27:43.887] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} +2026-05-13T18:30:52.8386702Z [05-13|18:27:43.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8386998Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} +2026-05-13T18:30:52.8387316Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} +2026-05-13T18:30:52.8387655Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} +2026-05-13T18:30:52.8387967Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} +2026-05-13T18:30:52.8388631Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8389136Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8389635Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8390148Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8390601Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} +2026-05-13T18:30:52.8391022Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} +2026-05-13T18:30:52.8391389Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} +2026-05-13T18:30:52.8391565Z [05-13|18:27:43.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8391771Z [05-13|18:27:43.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8392125Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} +2026-05-13T18:30:52.8392334Z [05-13|18:27:43.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8392683Z [05-13|18:27:43.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} +2026-05-13T18:30:52.8392980Z [05-13|18:27:43.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} +2026-05-13T18:30:52.8393277Z [05-13|18:27:43.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} +2026-05-13T18:30:52.8393774Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8394291Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8394799Z [05-13|18:27:43.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} +2026-05-13T18:30:52.8395348Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8395839Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8396209Z [05-13|18:27:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} +2026-05-13T18:30:52.8396614Z [05-13|18:27:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} +2026-05-13T18:30:52.8396876Z [05-13|18:27:43.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8397294Z [05-13|18:27:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} +2026-05-13T18:30:52.8397711Z [05-13|18:27:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} +2026-05-13T18:30:52.8397882Z [05-13|18:27:43.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8398369Z [05-13|18:27:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} +2026-05-13T18:30:52.8398740Z [05-13|18:27:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} +2026-05-13T18:30:52.8399218Z [05-13|18:27:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8399575Z [05-13|18:27:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} +2026-05-13T18:30:52.8400123Z [05-13|18:27:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8400615Z [05-13|18:27:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8400984Z [05-13|18:27:43.894] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} +2026-05-13T18:30:52.8401385Z [05-13|18:27:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} +2026-05-13T18:30:52.8401668Z [05-13|18:27:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} +2026-05-13T18:30:52.8402206Z [05-13|18:27:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8402627Z [05-13|18:27:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} +2026-05-13T18:30:52.8402796Z [05-13|18:27:43.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8402996Z [05-13|18:27:43.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8403202Z [05-13|18:27:43.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8403548Z [05-13|18:27:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} +2026-05-13T18:30:52.8403888Z [05-13|18:27:43.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} +2026-05-13T18:30:52.8404239Z [05-13|18:27:43.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} +2026-05-13T18:30:52.8404738Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8405357Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8405696Z [05-13|18:27:43.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} +2026-05-13T18:30:52.8406172Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8406511Z [05-13|18:27:43.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} +2026-05-13T18:30:52.8407208Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8407587Z [05-13|18:27:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} +2026-05-13T18:30:52.8407796Z [05-13|18:27:43.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8408300Z [05-13|18:27:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} +2026-05-13T18:30:52.8408654Z [05-13|18:27:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} +2026-05-13T18:30:52.8408935Z [05-13|18:27:43.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8409299Z [05-13|18:27:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} +2026-05-13T18:30:52.8409473Z [05-13|18:27:43.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8409780Z [05-13|18:27:43.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} +2026-05-13T18:30:52.8410117Z [05-13|18:27:43.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} +2026-05-13T18:30:52.8410420Z [05-13|18:27:43.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} +2026-05-13T18:30:52.8411036Z [05-13|18:27:43.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8411529Z [05-13|18:27:43.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8411834Z [05-13|18:27:43.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} +2026-05-13T18:30:52.8412365Z [05-13|18:27:43.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8412869Z [05-13|18:27:43.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8413221Z [05-13|18:27:43.900] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} +2026-05-13T18:30:52.8413677Z [05-13|18:27:43.900] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} +2026-05-13T18:30:52.8413853Z [05-13|18:27:43.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8414219Z [05-13|18:27:43.901] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} +2026-05-13T18:30:52.8414623Z [05-13|18:27:43.901] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} +2026-05-13T18:30:52.8414798Z [05-13|18:27:43.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8423822Z [05-13|18:27:43.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} +2026-05-13T18:30:52.8424193Z [05-13|18:27:43.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} +2026-05-13T18:30:52.8424492Z [05-13|18:27:43.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} +2026-05-13T18:30:52.8424975Z [05-13|18:27:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8425433Z [05-13|18:27:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8426060Z [05-13|18:27:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8426424Z [05-13|18:27:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} +2026-05-13T18:30:52.8426703Z [05-13|18:27:43.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} +2026-05-13T18:30:52.8427181Z [05-13|18:27:43.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8427523Z [05-13|18:27:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} +2026-05-13T18:30:52.8427858Z [05-13|18:27:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} +2026-05-13T18:30:52.8428450Z [05-13|18:27:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} +2026-05-13T18:30:52.8428618Z [05-13|18:27:43.904] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8428901Z [05-13|18:27:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} +2026-05-13T18:30:52.8429371Z [05-13|18:27:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8429640Z [05-13|18:27:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} +2026-05-13T18:30:52.8430096Z [05-13|18:27:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8430366Z [05-13|18:27:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} +2026-05-13T18:30:52.8430820Z [05-13|18:27:43.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8431279Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 85, "epoch round": 85} +2026-05-13T18:30:52.8431437Z [05-13|18:27:43.906] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8431785Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} +2026-05-13T18:30:52.8432234Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 85, "epoch round": 85} +2026-05-13T18:30:52.8432378Z [05-13|18:27:43.906] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8432713Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} +2026-05-13T18:30:52.8433080Z [05-13|18:27:43.907] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} +2026-05-13T18:30:52.8433648Z [05-13|18:27:43.907] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 85, "epoch round": 85} +2026-05-13T18:30:52.8433784Z [05-13|18:27:43.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8434110Z [05-13|18:27:43.907] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} +2026-05-13T18:30:52.8434578Z [05-13|18:27:43.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8434714Z [05-13|18:27:43.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8434982Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} +2026-05-13T18:30:52.8435350Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} +2026-05-13T18:30:52.8435617Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} +2026-05-13T18:30:52.8436075Z [05-13|18:27:43.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8436340Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} +2026-05-13T18:30:52.8436793Z [05-13|18:27:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8437241Z [05-13|18:27:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8437695Z [05-13|18:27:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8438030Z [05-13|18:27:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} +2026-05-13T18:30:52.8438491Z [05-13|18:27:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} +2026-05-13T18:30:52.8438632Z [05-13|18:27:43.910] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8438957Z [05-13|18:27:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} +2026-05-13T18:30:52.8439279Z [05-13|18:27:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} +2026-05-13T18:30:52.8439417Z [05-13|18:27:43.910] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8439553Z [05-13|18:27:43.910] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8439819Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} +2026-05-13T18:30:52.8440081Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} +2026-05-13T18:30:52.8440531Z [05-13|18:27:43.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8440980Z [05-13|18:27:43.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8441245Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} +2026-05-13T18:30:52.8441507Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} +2026-05-13T18:30:52.8441957Z [05-13|18:27:43.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8442527Z [05-13|18:27:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8442852Z [05-13|18:27:43.912] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} +2026-05-13T18:30:52.8443174Z [05-13|18:27:43.912] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} +2026-05-13T18:30:52.8443315Z [05-13|18:27:43.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8443632Z [05-13|18:27:43.912] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} +2026-05-13T18:30:52.8444057Z [05-13|18:27:43.913] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} +2026-05-13T18:30:52.8444206Z [05-13|18:27:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8444465Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} +2026-05-13T18:30:52.8444726Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} +2026-05-13T18:30:52.8444991Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} +2026-05-13T18:30:52.8445443Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8445895Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8446348Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8446613Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} +2026-05-13T18:30:52.8447068Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8447409Z [05-13|18:27:43.914] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} +2026-05-13T18:30:52.8447737Z [05-13|18:27:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} +2026-05-13T18:30:52.8447873Z [05-13|18:27:43.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8448012Z [05-13|18:27:43.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8448462Z [05-13|18:27:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} +2026-05-13T18:30:52.8448790Z [05-13|18:27:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} +2026-05-13T18:30:52.8448928Z [05-13|18:27:43.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8449191Z [05-13|18:27:43.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} +2026-05-13T18:30:52.8449450Z [05-13|18:27:43.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} +2026-05-13T18:30:52.8449714Z [05-13|18:27:43.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} +2026-05-13T18:30:52.8450168Z [05-13|18:27:43.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8450544Z [05-13|18:27:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 4} +2026-05-13T18:30:52.8451003Z [05-13|18:27:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8451453Z [05-13|18:27:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8451901Z [05-13|18:27:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8452238Z [05-13|18:27:43.917] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} +2026-05-13T18:30:52.8452675Z [05-13|18:27:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} +2026-05-13T18:30:52.8452816Z [05-13|18:27:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8453144Z [05-13|18:27:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} +2026-05-13T18:30:52.8453468Z [05-13|18:27:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} +2026-05-13T18:30:52.8453603Z [05-13|18:27:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8453739Z [05-13|18:27:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8454002Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} +2026-05-13T18:30:52.8454264Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} +2026-05-13T18:30:52.8454726Z [05-13|18:27:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8455000Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} +2026-05-13T18:30:52.8455457Z [05-13|18:27:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8455722Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 4} +2026-05-13T18:30:52.8456175Z [05-13|18:27:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8456503Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} +2026-05-13T18:30:52.8456968Z [05-13|18:27:43.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8457298Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} +2026-05-13T18:30:52.8457434Z [05-13|18:27:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8457762Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} +2026-05-13T18:30:52.8458253Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} +2026-05-13T18:30:52.8458405Z [05-13|18:27:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8458683Z [05-13|18:27:43.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} +2026-05-13T18:30:52.8458953Z [05-13|18:27:43.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} +2026-05-13T18:30:52.8459330Z [05-13|18:27:43.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} +2026-05-13T18:30:52.8459795Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8460066Z [05-13|18:27:43.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 4} +2026-05-13T18:30:52.8460532Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8460994Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8461542Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8461891Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} +2026-05-13T18:30:52.8462229Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} +2026-05-13T18:30:52.8462555Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} +2026-05-13T18:30:52.8462885Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} +2026-05-13T18:30:52.8463022Z [05-13|18:27:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8463159Z [05-13|18:27:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8463436Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} +2026-05-13T18:30:52.8463710Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} +2026-05-13T18:30:52.8463969Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} +2026-05-13T18:30:52.8464226Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} +2026-05-13T18:30:52.8464692Z [05-13|18:27:43.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8465147Z [05-13|18:27:43.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8465609Z [05-13|18:27:43.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8466064Z [05-13|18:27:43.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8466403Z [05-13|18:27:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} +2026-05-13T18:30:52.8466544Z [05-13|18:27:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8466875Z [05-13|18:27:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} +2026-05-13T18:30:52.8467201Z [05-13|18:27:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} +2026-05-13T18:30:52.8467339Z [05-13|18:27:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8467475Z [05-13|18:27:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8467802Z [05-13|18:27:43.926] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} +2026-05-13T18:30:52.8468264Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} +2026-05-13T18:30:52.8468536Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} +2026-05-13T18:30:52.8468796Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} +2026-05-13T18:30:52.8469055Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} +2026-05-13T18:30:52.8469520Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8470082Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8470549Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8471004Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8471339Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} +2026-05-13T18:30:52.8471478Z [05-13|18:27:43.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8471806Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} +2026-05-13T18:30:52.8472137Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} +2026-05-13T18:30:52.8472278Z [05-13|18:27:43.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8472617Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} +2026-05-13T18:30:52.8472769Z [05-13|18:27:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8473042Z [05-13|18:27:43.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} +2026-05-13T18:30:52.8473307Z [05-13|18:27:43.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} +2026-05-13T18:30:52.8473772Z [05-13|18:27:43.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8474044Z [05-13|18:27:43.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} +2026-05-13T18:30:52.8474505Z [05-13|18:27:43.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8474773Z [05-13|18:27:43.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} +2026-05-13T18:30:52.8475234Z [05-13|18:27:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8475571Z [05-13|18:27:43.931] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} +2026-05-13T18:30:52.8475900Z [05-13|18:27:43.931] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} +2026-05-13T18:30:52.8476368Z [05-13|18:27:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8476697Z [05-13|18:27:43.932] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} +2026-05-13T18:30:52.8476947Z [05-13|18:27:43.932] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8477278Z [05-13|18:27:43.932] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} +2026-05-13T18:30:52.8477542Z [05-13|18:27:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} +2026-05-13T18:30:52.8477803Z [05-13|18:27:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} +2026-05-13T18:30:52.8478430Z [05-13|18:27:43.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8478806Z [05-13|18:27:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} +2026-05-13T18:30:52.8479269Z [05-13|18:27:43.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8479416Z [05-13|18:27:43.933] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8479868Z [05-13|18:27:43.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8480204Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} +2026-05-13T18:30:52.8480655Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} +2026-05-13T18:30:52.8480993Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} +2026-05-13T18:30:52.8481128Z [05-13|18:27:43.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8481566Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} +2026-05-13T18:30:52.8481701Z [05-13|18:27:43.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8482128Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} +2026-05-13T18:30:52.8482269Z [05-13|18:27:43.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8482599Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} +2026-05-13T18:30:52.8483069Z [05-13|18:27:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8483406Z [05-13|18:27:43.935] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} +2026-05-13T18:30:52.8483677Z [05-13|18:27:43.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} +2026-05-13T18:30:52.8483940Z [05-13|18:27:43.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} +2026-05-13T18:30:52.8484206Z [05-13|18:27:43.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} +2026-05-13T18:30:52.8484466Z [05-13|18:27:43.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} +2026-05-13T18:30:52.8484925Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8485388Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8485953Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8486406Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8486753Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} +2026-05-13T18:30:52.8487089Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} +2026-05-13T18:30:52.8487421Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} +2026-05-13T18:30:52.8487677Z [05-13|18:27:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8487818Z [05-13|18:27:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8488271Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} +2026-05-13T18:30:52.8488544Z [05-13|18:27:43.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} +2026-05-13T18:30:52.8489000Z [05-13|18:27:43.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8489266Z [05-13|18:27:43.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} +2026-05-13T18:30:52.8489534Z [05-13|18:27:43.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} +2026-05-13T18:30:52.8489797Z [05-13|18:27:43.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} +2026-05-13T18:30:52.8490253Z [05-13|18:27:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8490715Z [05-13|18:27:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8491165Z [05-13|18:27:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8491498Z [05-13|18:27:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} +2026-05-13T18:30:52.8491641Z [05-13|18:27:43.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8491970Z [05-13|18:27:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} +2026-05-13T18:30:52.8492298Z [05-13|18:27:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} +2026-05-13T18:30:52.8492441Z [05-13|18:27:43.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8492574Z [05-13|18:27:43.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8492902Z [05-13|18:27:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} +2026-05-13T18:30:52.8493172Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} +2026-05-13T18:30:52.8493432Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} +2026-05-13T18:30:52.8493691Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} +2026-05-13T18:30:52.8494160Z [05-13|18:27:43.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8494540Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 4} +2026-05-13T18:30:52.8494997Z [05-13|18:27:43.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8495455Z [05-13|18:27:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8495907Z [05-13|18:27:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8496337Z [05-13|18:27:43.943] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} +2026-05-13T18:30:52.8496677Z [05-13|18:27:43.943] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} +2026-05-13T18:30:52.8496814Z [05-13|18:27:43.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8497141Z [05-13|18:27:43.944] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} +2026-05-13T18:30:52.8497472Z [05-13|18:27:43.944] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} +2026-05-13T18:30:52.8497608Z [05-13|18:27:43.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8497869Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} +2026-05-13T18:30:52.8498298Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} +2026-05-13T18:30:52.8498568Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} +2026-05-13T18:30:52.8498831Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} +2026-05-13T18:30:52.8499305Z [05-13|18:27:43.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8499767Z [05-13|18:27:43.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8500229Z [05-13|18:27:43.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8500688Z [05-13|18:27:43.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8501029Z [05-13|18:27:43.946] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} +2026-05-13T18:30:52.8501369Z [05-13|18:27:43.946] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} +2026-05-13T18:30:52.8501697Z [05-13|18:27:43.947] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} +2026-05-13T18:30:52.8501830Z [05-13|18:27:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8502160Z [05-13|18:27:43.947] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} +2026-05-13T18:30:52.8502434Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} +2026-05-13T18:30:52.8502701Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} +2026-05-13T18:30:52.8502981Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} +2026-05-13T18:30:52.8503582Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8504049Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8504322Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 4} +2026-05-13T18:30:52.8504783Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8505338Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8505701Z [05-13|18:27:43.949] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} +2026-05-13T18:30:52.8505835Z [05-13|18:27:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8506177Z [05-13|18:27:43.949] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} +2026-05-13T18:30:52.8506521Z [05-13|18:27:43.949] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} +2026-05-13T18:30:52.8506855Z [05-13|18:27:43.950] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} +2026-05-13T18:30:52.8506988Z [05-13|18:27:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8507127Z [05-13|18:27:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8507398Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} +2026-05-13T18:30:52.8507665Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} +2026-05-13T18:30:52.8507932Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} +2026-05-13T18:30:52.8508411Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} +2026-05-13T18:30:52.8508896Z [05-13|18:27:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8509369Z [05-13|18:27:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8509836Z [05-13|18:27:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8510309Z [05-13|18:27:43.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8510682Z [05-13|18:27:43.952] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} +2026-05-13T18:30:52.8510829Z [05-13|18:27:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8511172Z [05-13|18:27:43.952] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} +2026-05-13T18:30:52.8511315Z [05-13|18:27:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8511653Z [05-13|18:27:43.953] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} +2026-05-13T18:30:52.8511789Z [05-13|18:27:43.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8512251Z [05-13|18:27:43.953] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} +2026-05-13T18:30:52.8512531Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} +2026-05-13T18:30:52.8512807Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} +2026-05-13T18:30:52.8513075Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} +2026-05-13T18:30:52.8513548Z [05-13|18:27:43.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8513814Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} +2026-05-13T18:30:52.8514381Z [05-13|18:27:43.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8514849Z [05-13|18:27:43.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8515312Z [05-13|18:27:43.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8515664Z [05-13|18:27:43.955] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} +2026-05-13T18:30:52.8516003Z [05-13|18:27:43.956] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} +2026-05-13T18:30:52.8516344Z [05-13|18:27:43.956] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} +2026-05-13T18:30:52.8516489Z [05-13|18:27:43.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8516828Z [05-13|18:27:43.956] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} +2026-05-13T18:30:52.8516963Z [05-13|18:27:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8517233Z [05-13|18:27:43.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 3} +2026-05-13T18:30:52.8517500Z [05-13|18:27:43.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 3} +2026-05-13T18:30:52.8517963Z [05-13|18:27:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8518560Z [05-13|18:27:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8519018Z [05-13|18:27:43.958] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 103, "epoch round": 103} +2026-05-13T18:30:52.8519158Z [05-13|18:27:43.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8519599Z [05-13|18:27:43.958] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 103, "epoch round": 103} +2026-05-13T18:30:52.8519865Z [05-13|18:27:43.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 3} +2026-05-13T18:30:52.8519999Z [05-13|18:27:43.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8520468Z [05-13|18:27:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8520933Z [05-13|18:27:43.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8521395Z [05-13|18:27:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} +2026-05-13T18:30:52.8521737Z [05-13|18:27:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} +2026-05-13T18:30:52.8522071Z [05-13|18:27:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} +2026-05-13T18:30:52.8522408Z [05-13|18:27:43.960] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} +2026-05-13T18:30:52.8522549Z [05-13|18:27:43.960] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8522823Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} +2026-05-13T18:30:52.8523182Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} +2026-05-13T18:30:52.8523457Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} +2026-05-13T18:30:52.8523923Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8524384Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8524658Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} +2026-05-13T18:30:52.8525118Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8525587Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8525929Z [05-13|18:27:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} +2026-05-13T18:30:52.8526269Z [05-13|18:27:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} +2026-05-13T18:30:52.8526408Z [05-13|18:27:43.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8526544Z [05-13|18:27:43.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8526879Z [05-13|18:27:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} +2026-05-13T18:30:52.8527218Z [05-13|18:27:43.963] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} +2026-05-13T18:30:52.8527490Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} +2026-05-13T18:30:52.8527759Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} +2026-05-13T18:30:52.8528024Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} +2026-05-13T18:30:52.8528402Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} +2026-05-13T18:30:52.8528869Z [05-13|18:27:43.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8529338Z [05-13|18:27:43.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8529800Z [05-13|18:27:43.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8530378Z [05-13|18:27:43.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8530722Z [05-13|18:27:43.965] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} +2026-05-13T18:30:52.8531059Z [05-13|18:27:43.965] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} +2026-05-13T18:30:52.8531194Z [05-13|18:27:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8531332Z [05-13|18:27:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8531664Z [05-13|18:27:43.966] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} +2026-05-13T18:30:52.8532095Z [05-13|18:27:43.966] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} +2026-05-13T18:30:52.8532243Z [05-13|18:27:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8532506Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} +2026-05-13T18:30:52.8532775Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} +2026-05-13T18:30:52.8533274Z [05-13|18:27:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8533541Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} +2026-05-13T18:30:52.8533804Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} +2026-05-13T18:30:52.8534273Z [05-13|18:27:43.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8534736Z [05-13|18:27:43.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8535195Z [05-13|18:27:43.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8535542Z [05-13|18:27:43.969] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} +2026-05-13T18:30:52.8535675Z [05-13|18:27:43.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8536013Z [05-13|18:27:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} +2026-05-13T18:30:52.8536358Z [05-13|18:27:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} +2026-05-13T18:30:52.8536697Z [05-13|18:27:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} +2026-05-13T18:30:52.8536963Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 3} +2026-05-13T18:30:52.8537231Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 3} +2026-05-13T18:30:52.8537495Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 3} +2026-05-13T18:30:52.8537960Z [05-13|18:27:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8538590Z [05-13|18:27:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8538982Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 4} +2026-05-13T18:30:52.8539441Z [05-13|18:27:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8539906Z [05-13|18:27:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8540247Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} +2026-05-13T18:30:52.8540586Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} +2026-05-13T18:30:52.8541024Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} +2026-05-13T18:30:52.8541364Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} +2026-05-13T18:30:52.8541501Z [05-13|18:27:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8541639Z [05-13|18:27:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8541771Z [05-13|18:27:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8542037Z [05-13|18:27:43.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} +2026-05-13T18:30:52.8542306Z [05-13|18:27:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} +2026-05-13T18:30:52.8542772Z [05-13|18:27:43.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8543044Z [05-13|18:27:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} +2026-05-13T18:30:52.8543515Z [05-13|18:27:43.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8543779Z [05-13|18:27:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} +2026-05-13T18:30:52.8544236Z [05-13|18:27:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8544585Z [05-13|18:27:43.975] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} +2026-05-13T18:30:52.8545051Z [05-13|18:27:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8545189Z [05-13|18:27:43.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8545538Z [05-13|18:27:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} +2026-05-13T18:30:52.8545673Z [05-13|18:27:43.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8546012Z [05-13|18:27:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} +2026-05-13T18:30:52.8546153Z [05-13|18:27:43.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8546493Z [05-13|18:27:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} +2026-05-13T18:30:52.8546763Z [05-13|18:27:43.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 3} +2026-05-13T18:30:52.8547236Z [05-13|18:27:43.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8547582Z [05-13|18:27:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 4} +2026-05-13T18:30:52.8547846Z [05-13|18:27:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 3} +2026-05-13T18:30:52.8548427Z [05-13|18:27:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8548695Z [05-13|18:27:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 3} +2026-05-13T18:30:52.8549156Z [05-13|18:27:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8549610Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} +2026-05-13T18:30:52.8550081Z [05-13|18:27:43.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8550425Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} +2026-05-13T18:30:52.8550760Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} +2026-05-13T18:30:52.8551103Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} +2026-05-13T18:30:52.8551240Z [05-13|18:27:43.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8551389Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8551623Z [05-13|18:27:43.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:52.8551770Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8551987Z [05-13|18:27:43.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:52.8552136Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8552276Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8552487Z [05-13|18:27:43.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:52.8552659Z --- PASS: TestSimplexRebroadcastFinalizationVotes (2.01s) +2026-05-13T18:30:52.8552777Z === RUN TestSimplexMultiNodeSimple +2026-05-13T18:30:52.8553264Z [05-13|18:27:43.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8553738Z [05-13|18:27:43.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8554215Z [05-13|18:27:43.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8554683Z [05-13|18:27:43.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8554962Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8555228Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8555488Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8555959Z [05-13|18:27:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8556376Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8556835Z [05-13|18:27:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8557294Z [05-13|18:27:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8557745Z [05-13|18:27:43.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8558340Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8558696Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8559034Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8559359Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8559508Z [05-13|18:27:43.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8559771Z [05-13|18:27:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8560030Z [05-13|18:27:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8560494Z [05-13|18:27:43.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8560768Z [05-13|18:27:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8561239Z [05-13|18:27:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8561690Z [05-13|18:27:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8561949Z [05-13|18:27:43.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8562279Z [05-13|18:27:43.988] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8562740Z [05-13|18:27:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8563069Z [05-13|18:27:43.988] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8563398Z [05-13|18:27:43.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8563727Z [05-13|18:27:43.990] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8563866Z [05-13|18:27:43.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8564127Z [05-13|18:27:43.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8564390Z [05-13|18:27:43.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8564847Z [05-13|18:27:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8565392Z [05-13|18:27:43.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8565853Z [05-13|18:27:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8565989Z [05-13|18:27:43.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8566414Z [05-13|18:27:43.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8566872Z [05-13|18:27:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8567203Z [05-13|18:27:43.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8567341Z [05-13|18:27:43.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8567799Z [05-13|18:27:43.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8568253Z [05-13|18:27:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8568392Z [05-13|18:27:43.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8568725Z [05-13|18:27:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8569052Z [05-13|18:27:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8569186Z [05-13|18:27:43.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8569520Z [05-13|18:27:43.993] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8569785Z [05-13|18:27:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8570044Z [05-13|18:27:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8570307Z [05-13|18:27:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8570765Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8571213Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8571669Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8571934Z [05-13|18:27:43.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.8572385Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8572720Z [05-13|18:27:43.994] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.8573043Z [05-13|18:27:43.994] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.8573367Z [05-13|18:27:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.8573697Z [05-13|18:27:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.8573949Z [05-13|18:27:43.995] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8574208Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8574473Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8574730Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8574985Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8575445Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8575995Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8576454Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8576912Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8577243Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.8577576Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.8577903Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.8578200Z [05-13|18:27:43.997] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8578536Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.8578676Z [05-13|18:27:43.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8578937Z [05-13|18:27:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:52.8579196Z [05-13|18:27:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8579458Z [05-13|18:27:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8579714Z [05-13|18:27:44.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8580173Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8580632Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8581084Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8581535Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8581869Z [05-13|18:27:44.000] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.8582195Z [05-13|18:27:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.8582528Z [05-13|18:27:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.8582970Z [05-13|18:27:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.8583116Z [05-13|18:27:44.001] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8583260Z [05-13|18:27:44.001] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8583522Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8583782Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8584045Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8584499Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8584860Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8585324Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8585774Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8586223Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8586552Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.8586687Z [05-13|18:27:44.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8587011Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.8587340Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.8587660Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.8587920Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8588373Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8588634Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8588890Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8589353Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8589808Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8590259Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8590712Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8591042Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.8591177Z [05-13|18:27:44.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8591512Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.8591955Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.8592279Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.8592419Z [05-13|18:27:44.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8592680Z [05-13|18:27:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8592957Z [05-13|18:27:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8593224Z [05-13|18:27:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8593785Z [05-13|18:27:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8594246Z [05-13|18:27:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8594706Z [05-13|18:27:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8595039Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.8595365Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.8595802Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:52.8596128Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.8596266Z [05-13|18:27:44.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8596697Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:52.8596831Z [05-13|18:27:44.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8597286Z [05-13|18:27:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8597615Z [05-13|18:27:44.009] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.8597750Z [05-13|18:27:44.010] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8598013Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.8598401Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.8598662Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.8598917Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.8599383Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8599839Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8600295Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8600864Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8601199Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.8601530Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.8601860Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.8602185Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.8602320Z [05-13|18:27:44.012] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8602572Z [05-13|18:27:44.012] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8602809Z [05-13|18:27:44.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:52.8602951Z [05-13|18:27:44.013] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8603330Z [05-13|18:27:44.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0200000000000000", "to": "0100000000000000"} +2026-05-13T18:30:52.8603546Z [05-13|18:27:44.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:52.8603687Z [05-13|18:27:44.013] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8603831Z [05-13|18:27:44.013] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8604039Z [05-13|18:27:44.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:52.8604165Z --- PASS: TestSimplexMultiNodeSimple (0.03s) +2026-05-13T18:30:52.8604276Z === RUN TestSimplexMultiNodeBlacklist +2026-05-13T18:30:52.8604760Z [05-13|18:27:44.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8605236Z [05-13|18:27:44.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8605709Z [05-13|18:27:44.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8606176Z [05-13|18:27:44.015] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8606441Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8606709Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8606970Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8607429Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8607694Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8608269Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8608722Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8609183Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8609631Z [05-13|18:27:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8609774Z [05-13|18:27:44.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8610108Z [05-13|18:27:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8610432Z [05-13|18:27:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8610755Z [05-13|18:27:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8610909Z [05-13|18:27:44.021] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8611269Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8611534Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8611798Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8612055Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8612510Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8612977Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8613429Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8613882Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8614218Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8614356Z [05-13|18:27:44.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8614680Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8615009Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8615337Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8615476Z [05-13|18:27:44.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8615618Z [05-13|18:27:44.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8615881Z [05-13|18:27:44.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8616141Z [05-13|18:27:44.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8616405Z [05-13|18:27:44.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8616859Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8617311Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8617767Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8618228Z [05-13|18:27:44.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8618684Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8619022Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8619349Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8619487Z [05-13|18:27:44.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8619920Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8620059Z [05-13|18:27:44.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8620387Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8620606Z [05-13|18:27:44.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.8620815Z [05-13|18:27:44.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.8621024Z [05-13|18:27:44.026] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:52.8621238Z [05-13|18:27:44.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.8621691Z [05-13|18:27:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8622144Z [05-13|18:27:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8622598Z [05-13|18:27:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8622862Z [05-13|18:27:44.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8623129Z [05-13|18:27:44.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8623390Z [05-13|18:27:44.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8623842Z [05-13|18:27:44.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8624294Z [05-13|18:27:44.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8624750Z [05-13|18:27:44.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8625079Z [05-13|18:27:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.8625410Z [05-13|18:27:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.8625732Z [05-13|18:27:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.8625867Z [05-13|18:27:44.184] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8626195Z [05-13|18:27:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:52.8626651Z [05-13|18:27:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8627248Z [05-13|18:27:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8627514Z [05-13|18:27:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8627771Z [05-13|18:27:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8628026Z [05-13|18:27:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8628603Z [05-13|18:27:44.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8629162Z [05-13|18:27:44.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8629605Z [05-13|18:27:44.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:52.8630037Z [05-13|18:27:44.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:52.8630492Z [05-13|18:27:44.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8630627Z [05-13|18:27:44.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8630765Z [05-13|18:27:44.186] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8631097Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:52.8631427Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:52.8631887Z [05-13|18:27:44.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8632213Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:52.8632537Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:52.8632833Z [05-13|18:27:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8633103Z [05-13|18:27:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8633361Z [05-13|18:27:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8633827Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8634281Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8634730Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8635000Z [05-13|18:27:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8635333Z [05-13|18:27:44.188] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:52.8635782Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8636228Z [05-13|18:27:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:52.8636552Z [05-13|18:27:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:52.8636877Z [05-13|18:27:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:52.8637337Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8637856Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8638439Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8638898Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8639111Z [05-13|18:27:44.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8639377Z [05-13|18:27:44.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8639637Z [05-13|18:27:44.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8639895Z [05-13|18:27:44.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8640358Z [05-13|18:27:44.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8640810Z [05-13|18:27:44.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8641258Z [05-13|18:27:44.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8641593Z [05-13|18:27:44.192] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:52.8641918Z [05-13|18:27:44.192] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:52.8642245Z [05-13|18:27:44.193] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:52.8642463Z [05-13|18:27:44.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:52.8642668Z [05-13|18:27:44.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:52.8642874Z [05-13|18:27:44.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:52.8643138Z [05-13|18:27:44.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.8643395Z [05-13|18:27:44.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.8643651Z [05-13|18:27:44.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.8644119Z [05-13|18:27:44.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8644576Z [05-13|18:27:44.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8645148Z [05-13|18:27:44.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8645481Z [05-13|18:27:44.194] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5eaca5191250e1430153..."} +2026-05-13T18:30:52.8645806Z [05-13|18:27:44.194] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5eaca5191250e1430153..."} +2026-05-13T18:30:52.8646018Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:52.8646346Z [05-13|18:27:44.195] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5eaca5191250e1430153..."} +2026-05-13T18:30:52.8646654Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:52.8646870Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:52.8647081Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8647539Z [05-13|18:27:44.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8647996Z [05-13|18:27:44.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8648601Z [05-13|18:27:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8649061Z [05-13|18:27:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8649517Z [05-13|18:27:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8649975Z [05-13|18:27:44.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8650187Z [05-13|18:27:44.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:52.8650395Z [05-13|18:27:44.354] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:52.8650673Z [05-13|18:27:44.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.8650939Z [05-13|18:27:44.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.8651202Z [05-13|18:27:44.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.8651669Z [05-13|18:27:44.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8652125Z [05-13|18:27:44.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8652577Z [05-13|18:27:44.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8652924Z [05-13|18:27:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 8, "digest": "44863b934f8b551cec4b..."} +2026-05-13T18:30:52.8653258Z [05-13|18:27:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 8, "digest": "44863b934f8b551cec4b..."} +2026-05-13T18:30:52.8653704Z [05-13|18:27:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 8, "digest": "44863b934f8b551cec4b..."} +2026-05-13T18:30:52.8653924Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:52.8654131Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:52.8654335Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:52.8654607Z [05-13|18:27:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.8654867Z [05-13|18:27:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.8655127Z [05-13|18:27:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.8655692Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8656155Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8656609Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8656954Z [05-13|18:27:44.357] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 9, "digest": "3a0c0f33884daadfd192..."} +2026-05-13T18:30:52.8657285Z [05-13|18:27:44.357] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 9, "digest": "3a0c0f33884daadfd192..."} +2026-05-13T18:30:52.8657617Z [05-13|18:27:44.357] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 9, "digest": "3a0c0f33884daadfd192..."} +2026-05-13T18:30:52.8657834Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:52.8658167Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:52.8658386Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:52.8658854Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8659313Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8659524Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:52.8659987Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8660263Z [05-13|18:27:44.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.8660532Z [05-13|18:27:44.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.8660791Z [05-13|18:27:44.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.8661247Z [05-13|18:27:44.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8661709Z [05-13|18:27:44.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8662165Z [05-13|18:27:44.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8662626Z [05-13|18:27:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 10, "digest": "eee54994e3b8b64ff884..."} +2026-05-13T18:30:52.8662968Z [05-13|18:27:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 10, "digest": "eee54994e3b8b64ff884..."} +2026-05-13T18:30:52.8663302Z [05-13|18:27:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 10, "digest": "eee54994e3b8b64ff884..."} +2026-05-13T18:30:52.8663453Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8663671Z [05-13|18:27:44.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:52.8663880Z [05-13|18:27:44.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:52.8664024Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8664266Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8664412Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8664542Z --- PASS: TestSimplexMultiNodeBlacklist (0.50s) +2026-05-13T18:30:52.8664627Z === RUN TestSplitVotes +2026-05-13T18:30:52.8665114Z [05-13|18:27:44.517] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8665584Z [05-13|18:27:44.518] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8666049Z [05-13|18:27:44.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8666526Z [05-13|18:27:44.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8666741Z [05-13|18:27:44.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.8667010Z [05-13|18:27:44.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8667277Z [05-13|18:27:44.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8667738Z [05-13|18:27:44.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8668313Z [05-13|18:27:44.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8668525Z [05-13|18:27:44.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.8668734Z [05-13|18:27:44.586] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.8668885Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669027Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669162Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669296Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669432Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669564Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669696Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669833Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8669965Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8670100Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8670235Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8670483Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8670937Z [05-13|18:27:44.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8671276Z [05-13|18:27:44.748] INFO Simplex/epoch.go:2819 We have already timed out on this round, will not finalize it {"round": 0} +2026-05-13T18:30:52.8671744Z [05-13|18:27:44.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8672079Z [05-13|18:27:44.749] INFO Simplex/epoch.go:2819 We have already timed out on this round, will not finalize it {"round": 0} +2026-05-13T18:30:52.8672294Z [05-13|18:27:44.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:52.8672660Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8672929Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8673400Z [05-13|18:27:44.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8673852Z [05-13|18:27:44.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8674112Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8674376Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8674833Z [05-13|18:27:44.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8675288Z [05-13|18:27:44.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8675432Z [05-13|18:27:44.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8675771Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8676103Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8676436Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8676768Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8676905Z [05-13|18:27:44.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8677237Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8677373Z [05-13|18:27:44.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8677695Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8678023Z [05-13|18:27:44.753] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8678467Z [05-13|18:27:44.753] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8678604Z [05-13|18:27:44.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8678746Z [05-13|18:27:44.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:52.8678894Z [05-13|18:27:44.753] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8679218Z [05-13|18:27:44.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:52.8679362Z [05-13|18:27:44.754] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8679575Z [05-13|18:27:44.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:52.8679716Z [05-13|18:27:44.754] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8679856Z [05-13|18:27:44.754] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8680068Z [05-13|18:27:44.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:52.8680165Z --- PASS: TestSplitVotes (0.24s) +2026-05-13T18:30:52.8680263Z === RUN TestFinalizeSameSequence +2026-05-13T18:30:52.8680865Z [05-13|18:27:44.754] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8681143Z [05-13|18:27:44.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8681604Z [05-13|18:27:44.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8681878Z [05-13|18:27:44.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8682328Z [05-13|18:27:44.957] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8682783Z [05-13|18:27:44.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8682931Z [05-13|18:27:44.958] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8683149Z [05-13|18:27:44.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.8683268Z --- PASS: TestFinalizeSameSequence (0.20s) +2026-05-13T18:30:52.8683373Z === RUN TestFinalizeSameSequenceGap +2026-05-13T18:30:52.8683553Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 +2026-05-13T18:30:52.8683732Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 +2026-05-13T18:30:52.8683903Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 +2026-05-13T18:30:52.8684074Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 +2026-05-13T18:30:52.8684242Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 +2026-05-13T18:30:52.8684411Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 +2026-05-13T18:30:52.8684580Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 +2026-05-13T18:30:52.8684751Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 +2026-05-13T18:30:52.8684919Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 +2026-05-13T18:30:52.8685102Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 +2026-05-13T18:30:52.8685265Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 +2026-05-13T18:30:52.8685434Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 +2026-05-13T18:30:52.8685602Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 +2026-05-13T18:30:52.8685774Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 +2026-05-13T18:30:52.8685940Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 +2026-05-13T18:30:52.8686116Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 +2026-05-13T18:30:52.8686281Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 +2026-05-13T18:30:52.8686452Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 +2026-05-13T18:30:52.8686622Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 +2026-05-13T18:30:52.8686798Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 +2026-05-13T18:30:52.8687046Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 +2026-05-13T18:30:52.8687217Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 +2026-05-13T18:30:52.8687386Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 +2026-05-13T18:30:52.8687556Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 +2026-05-13T18:30:52.8687721Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 +2026-05-13T18:30:52.8687896Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 +2026-05-13T18:30:52.8688173Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 +2026-05-13T18:30:52.8688347Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 +2026-05-13T18:30:52.8688516Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 +2026-05-13T18:30:52.8688834Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 +2026-05-13T18:30:52.8689006Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 +2026-05-13T18:30:52.8689180Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 +2026-05-13T18:30:52.8689351Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 +2026-05-13T18:30:52.8689523Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 +2026-05-13T18:30:52.8689688Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 +2026-05-13T18:30:52.8689863Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 +2026-05-13T18:30:52.8690026Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 +2026-05-13T18:30:52.8690198Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 +2026-05-13T18:30:52.8690368Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 +2026-05-13T18:30:52.8690541Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 +2026-05-13T18:30:52.8690707Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 +2026-05-13T18:30:52.8690888Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 +2026-05-13T18:30:52.8691053Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 +2026-05-13T18:30:52.8691223Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 +2026-05-13T18:30:52.8691394Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 +2026-05-13T18:30:52.8691565Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 +2026-05-13T18:30:52.8691729Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 +2026-05-13T18:30:52.8691899Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 +2026-05-13T18:30:52.8692069Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 +2026-05-13T18:30:52.8692241Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 +2026-05-13T18:30:52.8692409Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 +2026-05-13T18:30:52.8692592Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 +2026-05-13T18:30:52.8692757Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 +2026-05-13T18:30:52.8692929Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 +2026-05-13T18:30:52.8693099Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 +2026-05-13T18:30:52.8693271Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 +2026-05-13T18:30:52.8693437Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 +2026-05-13T18:30:52.8693613Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 +2026-05-13T18:30:52.8693782Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 +2026-05-13T18:30:52.8693953Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 +2026-05-13T18:30:52.8694122Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 +2026-05-13T18:30:52.8694300Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 +2026-05-13T18:30:52.8694577Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 +2026-05-13T18:30:52.8694749Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 +2026-05-13T18:30:52.8694918Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 +2026-05-13T18:30:52.8695089Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 +2026-05-13T18:30:52.8695255Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 +2026-05-13T18:30:52.8695431Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 +2026-05-13T18:30:52.8695597Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 +2026-05-13T18:30:52.8695769Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 +2026-05-13T18:30:52.8695939Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 +2026-05-13T18:30:52.8696183Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 +2026-05-13T18:30:52.8696355Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 +2026-05-13T18:30:52.8696527Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 +2026-05-13T18:30:52.8696701Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 +2026-05-13T18:30:52.8696867Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 +2026-05-13T18:30:52.8697033Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 +2026-05-13T18:30:52.8697205Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 +2026-05-13T18:30:52.8697686Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8698281Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8698758Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8699027Z [05-13|18:27:44.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8699495Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8699763Z [05-13|18:27:44.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8700021Z [05-13|18:27:44.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8700456Z [05-13|18:27:44.962] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8700724Z [05-13|18:27:44.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8701185Z [05-13|18:27:44.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8701638Z [05-13|18:27:44.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8702091Z [05-13|18:27:44.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8702540Z [05-13|18:27:44.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8702808Z [05-13|18:27:44.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8703183Z [05-13|18:27:44.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8703441Z [05-13|18:27:44.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8703875Z [05-13|18:27:44.964] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8704326Z [05-13|18:27:44.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8704777Z [05-13|18:27:44.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8705326Z [05-13|18:27:44.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8705595Z [05-13|18:27:44.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8706024Z [05-13|18:27:44.964] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8706287Z [05-13|18:27:44.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8706739Z [05-13|18:27:44.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8706999Z [05-13|18:27:44.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8707456Z [05-13|18:27:44.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8707909Z [05-13|18:27:44.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8708285Z [05-13|18:27:44.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8708716Z [05-13|18:27:44.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:52.8708974Z [05-13|18:27:44.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8709394Z [05-13|18:27:44.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:52.8709856Z [05-13|18:27:44.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8710311Z [05-13|18:27:44.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8710572Z [05-13|18:27:44.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8711041Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8711491Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8711946Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8712392Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8712953Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8713406Z [05-13|18:27:44.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8713853Z [05-13|18:27:44.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8714117Z [05-13|18:27:44.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8714671Z [05-13|18:27:44.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8715130Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8715579Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8715845Z [05-13|18:27:44.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8716307Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8716758Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8717217Z [05-13|18:27:44.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8717476Z [05-13|18:27:45.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8717924Z [05-13|18:27:45.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8718184Z [05-13|18:27:45.165] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8718398Z [05-13|18:27:45.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.8718572Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 +2026-05-13T18:30:52.8719057Z [05-13|18:27:45.165] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8719321Z [05-13|18:27:45.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8719748Z [05-13|18:27:45.166] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8720203Z [05-13|18:27:45.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8720461Z [05-13|18:27:45.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8720911Z [05-13|18:27:45.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8721179Z [05-13|18:27:45.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8721753Z [05-13|18:27:45.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8722017Z [05-13|18:27:45.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8722470Z [05-13|18:27:45.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8722729Z [05-13|18:27:45.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8723184Z [05-13|18:27:45.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8723734Z [05-13|18:27:45.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8723887Z [05-13|18:27:45.170] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8724102Z [05-13|18:27:45.170] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8724371Z [05-13|18:27:45.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.8724828Z [05-13|18:27:45.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8725007Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 +2026-05-13T18:30:52.8725482Z [05-13|18:27:45.171] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8725749Z [05-13|18:27:45.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8726187Z [05-13|18:27:45.172] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8726640Z [05-13|18:27:45.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8726782Z [05-13|18:27:45.172] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8727001Z [05-13|18:27:45.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:52.8727269Z [05-13|18:27:45.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.8727442Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 +2026-05-13T18:30:52.8727907Z [05-13|18:27:45.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8728287Z [05-13|18:27:45.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8728715Z [05-13|18:27:45.173] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8729196Z [05-13|18:27:45.173] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8729339Z [05-13|18:27:45.173] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8729793Z [05-13|18:27:45.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8730016Z [05-13|18:27:45.173] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:52.8730190Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 +2026-05-13T18:30:52.8730566Z [05-13|18:27:45.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8730830Z [05-13|18:27:45.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8731306Z [05-13|18:27:45.174] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8731732Z [05-13|18:27:45.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8732191Z [05-13|18:27:45.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8732554Z [05-13|18:27:45.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8733014Z [05-13|18:27:45.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8733290Z [05-13|18:27:45.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8733742Z [05-13|18:27:45.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8734192Z [05-13|18:27:45.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8734459Z [05-13|18:27:45.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8734911Z [05-13|18:27:45.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8735174Z [05-13|18:27:45.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8735628Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8735886Z [05-13|18:27:45.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8736311Z [05-13|18:27:45.176] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8736770Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8737221Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8737672Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8738238Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8738689Z [05-13|18:27:45.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8738958Z [05-13|18:27:45.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8739224Z [05-13|18:27:45.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8739674Z [05-13|18:27:45.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8740240Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8740686Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8741134Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8741681Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8741946Z [05-13|18:27:45.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8742401Z [05-13|18:27:45.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8742553Z [05-13|18:27:45.371] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8742763Z [05-13|18:27:45.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8742935Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 +2026-05-13T18:30:52.8743414Z [05-13|18:27:45.372] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8743673Z [05-13|18:27:45.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8744127Z [05-13|18:27:45.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8744393Z [05-13|18:27:45.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8744820Z [05-13|18:27:45.373] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8745271Z [05-13|18:27:45.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8745724Z [05-13|18:27:45.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8745989Z [05-13|18:27:45.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8746441Z [05-13|18:27:45.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8746900Z [05-13|18:27:45.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8747162Z [05-13|18:27:45.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8747587Z [05-13|18:27:45.378] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:52.8748161Z [05-13|18:27:45.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8748429Z [05-13|18:27:45.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8748682Z [05-13|18:27:45.379] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8748949Z [05-13|18:27:45.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8749398Z [05-13|18:27:45.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8749570Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 +2026-05-13T18:30:52.8749719Z [05-13|18:27:45.380] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8750168Z [05-13|18:27:45.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8750378Z [05-13|18:27:45.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8750659Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 +2026-05-13T18:30:52.8751143Z [05-13|18:27:45.380] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8751613Z [05-13|18:27:45.381] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8751877Z [05-13|18:27:45.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8752020Z [05-13|18:27:45.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8752227Z [05-13|18:27:45.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8752402Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 +2026-05-13T18:30:52.8752858Z [05-13|18:27:45.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8753120Z [05-13|18:27:45.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8753586Z [05-13|18:27:45.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8754068Z [05-13|18:27:45.381] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8754333Z [05-13|18:27:45.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8754599Z [05-13|18:27:45.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8755031Z [05-13|18:27:45.382] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8755291Z [05-13|18:27:45.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8755723Z [05-13|18:27:45.382] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8756177Z [05-13|18:27:45.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8756637Z [05-13|18:27:45.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8757095Z [05-13|18:27:45.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8757357Z [05-13|18:27:45.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8757703Z [05-13|18:27:45.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8758245Z [05-13|18:27:45.383] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8758704Z [05-13|18:27:45.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8758974Z [05-13|18:27:45.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8759232Z [05-13|18:27:45.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8759829Z [05-13|18:27:45.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8760270Z [05-13|18:27:45.384] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8760721Z [05-13|18:27:45.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8760981Z [05-13|18:27:45.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8761437Z [05-13|18:27:45.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8761696Z [05-13|18:27:45.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8762149Z [05-13|18:27:45.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8762606Z [05-13|18:27:45.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8762865Z [05-13|18:27:45.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8763322Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8763777Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8764228Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8764683Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8764947Z [05-13|18:27:45.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8765396Z [05-13|18:27:45.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8765547Z [05-13|18:27:45.578] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8765762Z [05-13|18:27:45.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8765937Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 +2026-05-13T18:30:52.8766414Z [05-13|18:27:45.579] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8766791Z [05-13|18:27:45.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8767246Z [05-13|18:27:45.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8767509Z [05-13|18:27:45.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8767964Z [05-13|18:27:45.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8768344Z [05-13|18:27:45.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8768908Z [05-13|18:27:45.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8769176Z [05-13|18:27:45.581] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8769626Z [05-13|18:27:45.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8770080Z [05-13|18:27:45.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8770342Z [05-13|18:27:45.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8770793Z [05-13|18:27:45.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8770944Z [05-13|18:27:45.587] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8771157Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8771348Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 +2026-05-13T18:30:52.8771612Z [05-13|18:27:45.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8771870Z [05-13|18:27:45.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8772320Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8772802Z [05-13|18:27:45.588] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8773257Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8773404Z [05-13|18:27:45.588] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8773615Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8773786Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 +2026-05-13T18:30:52.8773927Z [05-13|18:27:45.589] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8774136Z [05-13|18:27:45.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8774398Z [05-13|18:27:45.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8774830Z [05-13|18:27:45.589] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8775310Z [05-13|18:27:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8775589Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 +2026-05-13T18:30:52.8776041Z [05-13|18:27:45.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8776307Z [05-13|18:27:45.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8776783Z [05-13|18:27:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8777238Z [05-13|18:27:45.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8777575Z [05-13|18:27:45.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8778010Z [05-13|18:27:45.590] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8778386Z [05-13|18:27:45.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8778842Z [05-13|18:27:45.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8779271Z [05-13|18:27:45.590] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8779720Z [05-13|18:27:45.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8779986Z [05-13|18:27:45.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8780411Z [05-13|18:27:45.591] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8780864Z [05-13|18:27:45.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8781128Z [05-13|18:27:45.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8781385Z [05-13|18:27:45.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8781834Z [05-13|18:27:45.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8782292Z [05-13|18:27:45.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8782556Z [05-13|18:27:45.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8782813Z [05-13|18:27:45.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8783074Z [05-13|18:27:45.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8783507Z [05-13|18:27:45.593] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:52.8783959Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8784417Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8784793Z [05-13|18:27:45.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8785241Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8785695Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8786143Z [05-13|18:27:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8786409Z [05-13|18:27:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8786953Z [05-13|18:27:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8787409Z [05-13|18:27:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8787677Z [05-13|18:27:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8788236Z [05-13|18:27:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8788385Z [05-13|18:27:45.784] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8788599Z [05-13|18:27:45.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8788773Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 +2026-05-13T18:30:52.8789249Z [05-13|18:27:45.784] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8789519Z [05-13|18:27:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8789969Z [05-13|18:27:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8790229Z [05-13|18:27:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8790687Z [05-13|18:27:45.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8790951Z [05-13|18:27:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8791381Z [05-13|18:27:45.786] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8791842Z [05-13|18:27:45.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8792104Z [05-13|18:27:45.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8792553Z [05-13|18:27:45.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8792820Z [05-13|18:27:45.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8793279Z [05-13|18:27:45.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8793536Z [05-13|18:27:45.795] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8793749Z [05-13|18:27:45.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8793921Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 +2026-05-13T18:30:52.8794182Z [05-13|18:27:45.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8794446Z [05-13|18:27:45.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8794924Z [05-13|18:27:45.796] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8795377Z [05-13|18:27:45.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8795932Z [05-13|18:27:45.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8796199Z [05-13|18:27:45.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8796341Z [05-13|18:27:45.796] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8796487Z [05-13|18:27:45.796] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8796692Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:52.8796897Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8797073Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 +2026-05-13T18:30:52.8797526Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8797700Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 +2026-05-13T18:30:52.8798299Z [05-13|18:27:45.797] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8798756Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8799233Z [05-13|18:27:45.797] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8799501Z [05-13|18:27:45.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8799760Z [05-13|18:27:45.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8800192Z [05-13|18:27:45.798] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8800655Z [05-13|18:27:45.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8801105Z [05-13|18:27:45.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8801363Z [05-13|18:27:45.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8801629Z [05-13|18:27:45.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8802056Z [05-13|18:27:45.799] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8802508Z [05-13|18:27:45.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8803076Z [05-13|18:27:45.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8803334Z [05-13|18:27:45.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8803589Z [05-13|18:27:45.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8804044Z [05-13|18:27:45.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8804591Z [05-13|18:27:45.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8804863Z [05-13|18:27:45.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8805121Z [05-13|18:27:45.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8805572Z [05-13|18:27:45.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8806023Z [05-13|18:27:45.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8806468Z [05-13|18:27:45.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8806916Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8807370Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8807818Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8808378Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8808834Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8809097Z [05-13|18:27:45.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8809547Z [05-13|18:27:45.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8809695Z [05-13|18:27:45.804] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8809900Z [05-13|18:27:45.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8810073Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 +2026-05-13T18:30:52.8810532Z [05-13|18:27:45.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8811007Z [05-13|18:27:45.805] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8811272Z [05-13|18:27:45.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8811862Z [05-13|18:27:45.805] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8812314Z [05-13|18:27:45.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8812574Z [05-13|18:27:45.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8813005Z [05-13|18:27:45.806] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8813461Z [05-13|18:27:45.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8813815Z [05-13|18:27:45.807] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8814253Z [05-13|18:27:45.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8814705Z [05-13|18:27:45.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8814962Z [05-13|18:27:45.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8815416Z [05-13|18:27:45.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8815866Z [05-13|18:27:45.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8816321Z [05-13|18:27:45.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8816771Z [05-13|18:27:45.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8817031Z [05-13|18:27:45.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.8817482Z [05-13|18:27:45.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8817950Z [05-13|18:27:45.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8818329Z [05-13|18:27:45.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8818792Z [05-13|18:27:45.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8818936Z [05-13|18:27:45.989] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8819143Z [05-13|18:27:45.989] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:52.8819319Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 +2026-05-13T18:30:52.8819793Z [05-13|18:27:45.989] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8820052Z [05-13|18:27:45.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8820512Z [05-13|18:27:45.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8820886Z [05-13|18:27:45.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8821314Z [05-13|18:27:45.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8821769Z [05-13|18:27:45.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8822217Z [05-13|18:27:45.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8822476Z [05-13|18:27:45.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8823027Z [05-13|18:27:45.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8823482Z [05-13|18:27:45.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8823930Z [05-13|18:27:45.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8824384Z [05-13|18:27:45.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8824526Z [05-13|18:27:45.993] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8824701Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 +2026-05-13T18:30:52.8825183Z [05-13|18:27:45.994] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8825447Z [05-13|18:27:45.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8825896Z [05-13|18:27:45.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8826162Z [05-13|18:27:45.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8826612Z [05-13|18:27:45.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8827065Z [05-13|18:27:45.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8827329Z [05-13|18:27:45.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8827780Z [05-13|18:27:45.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8828350Z [05-13|18:27:45.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8828805Z [05-13|18:27:45.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8829251Z [05-13|18:27:45.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8829401Z [05-13|18:27:45.997] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8829573Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 +2026-05-13T18:30:52.8829988Z [05-13|18:27:45.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8830470Z [05-13|18:27:45.998] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8830921Z [05-13|18:27:45.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8831183Z [05-13|18:27:45.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8831329Z [05-13|18:27:45.999] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8831874Z [05-13|18:27:45.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8832328Z [05-13|18:27:45.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8832504Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 +2026-05-13T18:30:52.8832984Z [05-13|18:27:46.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8833246Z [05-13|18:27:46.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8833733Z [05-13|18:27:46.000] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8834186Z [05-13|18:27:46.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8834447Z [05-13|18:27:46.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8834880Z [05-13|18:27:46.001] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8835333Z [05-13|18:27:46.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8835785Z [05-13|18:27:46.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8836237Z [05-13|18:27:46.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8836506Z [05-13|18:27:46.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8836934Z [05-13|18:27:46.002] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8837394Z [05-13|18:27:46.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8837653Z [05-13|18:27:46.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8838188Z [05-13|18:27:46.003] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8838647Z [05-13|18:27:46.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8838909Z [05-13|18:27:46.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8839484Z [05-13|18:27:46.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8839934Z [05-13|18:27:46.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8840382Z [05-13|18:27:46.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8840837Z [05-13|18:27:46.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8841079Z [05-13|18:27:46.006] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8841353Z [05-13|18:27:46.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.8841813Z [05-13|18:27:46.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8841985Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 +2026-05-13T18:30:52.8842127Z [05-13|18:27:46.007] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8842347Z [05-13|18:27:46.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:52.8842820Z [05-13|18:27:46.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8842994Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 +2026-05-13T18:30:52.8843467Z [05-13|18:27:46.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8843739Z [05-13|18:27:46.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8844164Z [05-13|18:27:46.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8844429Z [05-13|18:27:46.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8844849Z [05-13|18:27:46.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8845303Z [05-13|18:27:46.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8845762Z [05-13|18:27:46.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8846025Z [05-13|18:27:46.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8846449Z [05-13|18:27:46.009] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8846710Z [05-13|18:27:46.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8847165Z [05-13|18:27:46.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8847621Z [05-13|18:27:46.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8847962Z [05-13|18:27:46.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8848331Z [05-13|18:27:46.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8848781Z [05-13|18:27:46.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8849234Z [05-13|18:27:46.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8849492Z [05-13|18:27:46.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8850050Z [05-13|18:27:46.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8850322Z [05-13|18:27:46.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8850775Z [05-13|18:27:46.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8851225Z [05-13|18:27:46.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8851674Z [05-13|18:27:46.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8851942Z [05-13|18:27:46.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.8852405Z [05-13|18:27:46.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8852551Z [05-13|18:27:46.013] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8853003Z [05-13|18:27:46.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8853183Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 +2026-05-13T18:30:52.8853669Z [05-13|18:27:46.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8853929Z [05-13|18:27:46.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8854076Z [05-13|18:27:46.013] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8854289Z [05-13|18:27:46.014] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8854460Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 +2026-05-13T18:30:52.8854921Z [05-13|18:27:46.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8855394Z [05-13|18:27:46.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8855656Z [05-13|18:27:46.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8855919Z [05-13|18:27:46.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8856347Z [05-13|18:27:46.014] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8856770Z [05-13|18:27:46.015] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8857339Z [05-13|18:27:46.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8857787Z [05-13|18:27:46.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8858159Z [05-13|18:27:46.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8858426Z [05-13|18:27:46.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8858880Z [05-13|18:27:46.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8859440Z [05-13|18:27:46.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8859712Z [05-13|18:27:46.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8859971Z [05-13|18:27:46.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8860422Z [05-13|18:27:46.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8860874Z [05-13|18:27:46.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8861135Z [05-13|18:27:46.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8861590Z [05-13|18:27:46.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8862046Z [05-13|18:27:46.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8862496Z [05-13|18:27:46.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8862758Z [05-13|18:27:46.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8863212Z [05-13|18:27:46.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8863354Z [05-13|18:27:46.205] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8863565Z [05-13|18:27:46.205] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8863747Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 +2026-05-13T18:30:52.8864222Z [05-13|18:27:46.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8864484Z [05-13|18:27:46.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8864939Z [05-13|18:27:46.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8865197Z [05-13|18:27:46.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8865624Z [05-13|18:27:46.206] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8866190Z [05-13|18:27:46.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8866636Z [05-13|18:27:46.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8866900Z [05-13|18:27:46.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8867346Z [05-13|18:27:46.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8867792Z [05-13|18:27:46.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8868463Z [05-13|18:27:46.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8868732Z [05-13|18:27:46.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8869178Z [05-13|18:27:46.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8869323Z [05-13|18:27:46.213] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8869530Z [05-13|18:27:46.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:52.8869703Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 +2026-05-13T18:30:52.8870183Z [05-13|18:27:46.214] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8870443Z [05-13|18:27:46.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8870871Z [05-13|18:27:46.215] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8871326Z [05-13|18:27:46.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8871774Z [05-13|18:27:46.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8872223Z [05-13|18:27:46.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8872491Z [05-13|18:27:46.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8872944Z [05-13|18:27:46.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8873390Z [05-13|18:27:46.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8873662Z [05-13|18:27:46.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.8873918Z [05-13|18:27:46.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8874366Z [05-13|18:27:46.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8874822Z [05-13|18:27:46.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8875071Z [05-13|18:27:46.220] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8875244Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 +2026-05-13T18:30:52.8875723Z [05-13|18:27:46.220] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8875864Z [05-13|18:27:46.220] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8876072Z [05-13|18:27:46.220] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8876334Z [05-13|18:27:46.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8876504Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 +2026-05-13T18:30:52.8877027Z [05-13|18:27:46.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8877510Z [05-13|18:27:46.221] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8877771Z [05-13|18:27:46.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8878137Z [05-13|18:27:46.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8878575Z [05-13|18:27:46.222] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8879028Z [05-13|18:27:46.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8879478Z [05-13|18:27:46.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8879745Z [05-13|18:27:46.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8880169Z [05-13|18:27:46.222] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8880620Z [05-13|18:27:46.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8881071Z [05-13|18:27:46.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8881332Z [05-13|18:27:46.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8881788Z [05-13|18:27:46.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8882241Z [05-13|18:27:46.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8882687Z [05-13|18:27:46.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8882950Z [05-13|18:27:46.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8883398Z [05-13|18:27:46.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8883543Z [05-13|18:27:46.410] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8883759Z [05-13|18:27:46.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8884047Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 +2026-05-13T18:30:52.8884521Z [05-13|18:27:46.411] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8884785Z [05-13|18:27:46.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8885210Z [05-13|18:27:46.411] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8885662Z [05-13|18:27:46.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8886026Z [05-13|18:27:46.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8886486Z [05-13|18:27:46.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8886743Z [05-13|18:27:46.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8887170Z [05-13|18:27:46.412] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8887622Z [05-13|18:27:46.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8887880Z [05-13|18:27:46.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8888455Z [05-13|18:27:46.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8888908Z [05-13|18:27:46.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8889355Z [05-13|18:27:46.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8889621Z [05-13|18:27:46.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.8890073Z [05-13|18:27:46.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8890216Z [05-13|18:27:46.419] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8890430Z [05-13|18:27:46.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:52.8890606Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 +2026-05-13T18:30:52.8891081Z [05-13|18:27:46.419] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8891344Z [05-13|18:27:46.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8891792Z [05-13|18:27:46.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8892050Z [05-13|18:27:46.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8892479Z [05-13|18:27:46.421] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8892936Z [05-13|18:27:46.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8893312Z [05-13|18:27:46.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8893777Z [05-13|18:27:46.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8894036Z [05-13|18:27:46.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8894490Z [05-13|18:27:46.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8895034Z [05-13|18:27:46.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8895489Z [05-13|18:27:46.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8895751Z [05-13|18:27:46.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8896198Z [05-13|18:27:46.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8896340Z [05-13|18:27:46.425] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8896606Z [05-13|18:27:46.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8896777Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 +2026-05-13T18:30:52.8897228Z [05-13|18:27:46.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8897708Z [05-13|18:27:46.426] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8897849Z [05-13|18:27:46.426] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8898168Z [05-13|18:27:46.426] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8898439Z [05-13|18:27:46.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8898609Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 +2026-05-13T18:30:52.8899061Z [05-13|18:27:46.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8899542Z [05-13|18:27:46.427] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8899805Z [05-13|18:27:46.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.8900064Z [05-13|18:27:46.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8900493Z [05-13|18:27:46.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8900914Z [05-13|18:27:46.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:52.8901369Z [05-13|18:27:46.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8901825Z [05-13|18:27:46.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8902235Z [05-13|18:27:46.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8902685Z [05-13|18:27:46.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8902950Z [05-13|18:27:46.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8903385Z [05-13|18:27:46.430] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:52.8903835Z [05-13|18:27:46.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8904196Z [05-13|18:27:46.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.8904652Z [05-13|18:27:46.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8905101Z [05-13|18:27:46.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8905555Z [05-13|18:27:46.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8905815Z [05-13|18:27:46.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8906269Z [05-13|18:27:46.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8906419Z [05-13|18:27:46.616] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8906677Z [05-13|18:27:46.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8907125Z [05-13|18:27:46.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8907274Z [05-13|18:27:46.626] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8907484Z [05-13|18:27:46.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8907742Z [05-13|18:27:46.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8908448Z [05-13|18:27:46.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8908608Z [05-13|18:27:46.631] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8908821Z [05-13|18:27:46.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.8909090Z [05-13|18:27:46.632] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.8909544Z [05-13|18:27:46.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8909684Z [05-13|18:27:46.633] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8909893Z [05-13|18:27:46.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:52.8910018Z --- PASS: TestFinalizeSameSequenceGap (0.00s) +2026-05-13T18:30:52.8910298Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 (0.20s) +2026-05-13T18:30:52.8910574Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 (0.21s) +2026-05-13T18:30:52.8910837Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 (0.21s) +2026-05-13T18:30:52.8911227Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 (0.21s) +2026-05-13T18:30:52.8911494Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 (0.21s) +2026-05-13T18:30:52.8911755Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 (0.21s) +2026-05-13T18:30:52.8912017Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 (0.21s) +2026-05-13T18:30:52.8912299Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 (0.21s) +2026-05-13T18:30:52.8912566Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 (0.21s) +2026-05-13T18:30:52.8912826Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 (0.21s) +2026-05-13T18:30:52.8913087Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 (0.21s) +2026-05-13T18:30:52.8913464Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 (0.21s) +2026-05-13T18:30:52.8913733Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 (0.21s) +2026-05-13T18:30:52.8913994Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 (0.21s) +2026-05-13T18:30:52.8914258Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 (0.21s) +2026-05-13T18:30:52.8914517Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 (0.21s) +2026-05-13T18:30:52.8914776Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 (0.01s) +2026-05-13T18:30:52.8915040Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 (0.21s) +2026-05-13T18:30:52.8915300Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 (0.00s) +2026-05-13T18:30:52.8915560Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 (0.00s) +2026-05-13T18:30:52.8915829Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 (0.20s) +2026-05-13T18:30:52.8916093Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 (0.01s) +2026-05-13T18:30:52.8916353Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 (0.21s) +2026-05-13T18:30:52.8916618Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 (0.21s) +2026-05-13T18:30:52.8916879Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 (0.01s) +2026-05-13T18:30:52.8917140Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 (0.21s) +2026-05-13T18:30:52.8917406Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 (0.21s) +2026-05-13T18:30:52.8917666Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 (0.21s) +2026-05-13T18:30:52.8917929Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 (0.21s) +2026-05-13T18:30:52.8918326Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 (0.21s) +2026-05-13T18:30:52.8918594Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 (0.21s) +2026-05-13T18:30:52.8918859Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 (0.20s) +2026-05-13T18:30:52.8919118Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 (0.21s) +2026-05-13T18:30:52.8919388Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 (0.21s) +2026-05-13T18:30:52.8919650Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 (0.21s) +2026-05-13T18:30:52.8919911Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 (0.21s) +2026-05-13T18:30:52.8920177Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 (0.21s) +2026-05-13T18:30:52.8920314Z === RUN TestBlockNotVerifiedIfParentNotNotarized +2026-05-13T18:30:52.8920802Z [05-13|18:27:46.633] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8921379Z [05-13|18:27:46.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8921523Z [05-13|18:27:47.634] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8921734Z [05-13|18:27:47.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:52.8921903Z --- PASS: TestBlockNotVerifiedIfParentNotNotarized (1.00s) +2026-05-13T18:30:52.8922028Z === RUN TestEpochHandleNotarizationFutureRound +2026-05-13T18:30:52.8922502Z [05-13|18:27:47.635] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8922773Z [05-13|18:27:47.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:52.8923140Z [05-13|18:27:47.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8923604Z [05-13|18:27:47.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8924043Z [05-13|18:27:47.636] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:52.8924382Z [05-13|18:27:47.637] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8924840Z [05-13|18:27:47.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8925178Z [05-13|18:27:47.637] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8925328Z [05-13|18:27:47.637] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8925538Z [05-13|18:27:47.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:52.8925700Z --- PASS: TestEpochHandleNotarizationFutureRound (0.00s) +2026-05-13T18:30:52.8925803Z === RUN TestEpochIndexFinalization +2026-05-13T18:30:52.8926278Z [05-13|18:27:47.638] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8926550Z [05-13|18:27:47.638] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8927004Z [05-13|18:27:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8927456Z [05-13|18:27:47.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8927913Z [05-13|18:27:47.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8928479Z [05-13|18:27:47.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8928815Z [05-13|18:27:47.660] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8929149Z [05-13|18:27:47.660] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8929476Z [05-13|18:27:47.660] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "3b6b859dc1c5eff907f7..."} +2026-05-13T18:30:52.8929622Z [05-13|18:27:47.660] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8929840Z [05-13|18:27:47.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.8932115Z --- PASS: TestEpochIndexFinalization (0.02s) +2026-05-13T18:30:52.8932267Z === RUN TestEpochConsecutiveProposalsDoNotGetVerified +2026-05-13T18:30:52.8932463Z === RUN TestEpochConsecutiveProposalsDoNotGetVerified/valid_block +2026-05-13T18:30:52.8932981Z [05-13|18:27:47.660] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8933127Z [05-13|18:27:47.701] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8933341Z [05-13|18:27:47.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.8933541Z === RUN TestEpochConsecutiveProposalsDoNotGetVerified/invalid_block +2026-05-13T18:30:52.8934114Z [05-13|18:27:47.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8934796Z [05-13|18:27:47.704] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 0, "leader": "0100000000000000", "error": "invalid block"} +2026-05-13T18:30:52.8935375Z [05-13|18:27:47.705] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 0, "leader": "0100000000000000", "error": "invalid block"} +2026-05-13T18:30:52.8935967Z [05-13|18:27:47.738] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 0, "leader": "0100000000000000", "error": "invalid block"} +2026-05-13T18:30:52.8945716Z [05-13|18:27:47.738] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8946135Z [05-13|18:27:47.738] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:52.8946441Z --- PASS: TestEpochConsecutiveProposalsDoNotGetVerified (0.08s) +2026-05-13T18:30:52.8946762Z --- PASS: TestEpochConsecutiveProposalsDoNotGetVerified/valid_block (0.04s) +2026-05-13T18:30:52.8947152Z --- PASS: TestEpochConsecutiveProposalsDoNotGetVerified/invalid_block (0.04s) +2026-05-13T18:30:52.8947301Z === RUN TestEpochIncreasesRoundAfterFinalization +2026-05-13T18:30:52.8947912Z [05-13|18:27:47.738] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:52.8948468Z [05-13|18:27:47.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:52.8948934Z [05-13|18:27:47.739] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:52.8949424Z [05-13|18:27:47.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8949890Z [05-13|18:27:47.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8950237Z [05-13|18:27:47.750] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:52.8950565Z [05-13|18:27:47.750] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "4a1229652a901aeb2991..."} +2026-05-13T18:30:52.8950905Z [05-13|18:27:47.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:52.8951399Z [05-13|18:27:47.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8951751Z [05-13|18:27:47.751] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "12ad8a9e736dfcd15983..."} +2026-05-13T18:30:52.8952111Z [05-13|18:27:47.751] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8952331Z [05-13|18:27:47.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:52.8952520Z --- PASS: TestEpochIncreasesRoundAfterFinalization (0.01s) +2026-05-13T18:30:52.8952641Z === RUN TestEpochNotarizeTwiceThenFinalize +2026-05-13T18:30:52.8953158Z [05-13|18:27:47.751] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8953446Z [05-13|18:27:47.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.8953936Z [05-13|18:27:47.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8954550Z [05-13|18:27:47.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8954842Z [05-13|18:27:47.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.8955322Z [05-13|18:27:47.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8955590Z [05-13|18:27:47.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.8956066Z [05-13|18:27:47.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8956436Z [05-13|18:27:47.755] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8956775Z [05-13|18:27:47.755] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "538d93321228f04444dd..."} +2026-05-13T18:30:52.8957116Z [05-13|18:27:47.755] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "d79609ff43669a5a9d96..."} +2026-05-13T18:30:52.8957274Z [05-13|18:27:47.756] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.8957485Z [05-13|18:27:47.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:52.8957645Z --- PASS: TestEpochNotarizeTwiceThenFinalize (0.00s) +2026-05-13T18:30:52.8957753Z === RUN TestEpochFinalizeThenNotarize +2026-05-13T18:30:52.8958383Z [05-13|18:27:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.8958673Z === RUN TestEpochFinalizeThenNotarize/commit_without_notarization,_only_with_finalization +2026-05-13T18:30:52.8959030Z [05-13|18:27:47.757] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.8959507Z [05-13|18:27:47.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8959853Z [05-13|18:27:47.757] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.8960321Z [05-13|18:27:47.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8960673Z [05-13|18:27:47.758] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.8961167Z [05-13|18:27:47.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8961530Z [05-13|18:27:47.759] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.8962176Z [05-13|18:27:47.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8962507Z [05-13|18:27:47.759] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.8962962Z [05-13|18:27:47.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8963288Z [05-13|18:27:47.760] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.8963843Z [05-13|18:27:47.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8964176Z [05-13|18:27:47.761] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.8964717Z [05-13|18:27:47.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8965118Z [05-13|18:27:47.761] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.8965666Z [05-13|18:27:47.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8966002Z [05-13|18:27:47.762] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.8966457Z [05-13|18:27:47.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8966796Z [05-13|18:27:47.763] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.8967254Z [05-13|18:27:47.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8967588Z [05-13|18:27:47.763] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:52.8968176Z [05-13|18:27:47.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8968519Z [05-13|18:27:47.764] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:52.8968986Z [05-13|18:27:47.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8969333Z [05-13|18:27:47.765] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:52.8969789Z [05-13|18:27:47.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8970127Z [05-13|18:27:47.766] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:52.8970579Z [05-13|18:27:47.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8970913Z [05-13|18:27:47.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:52.8971496Z [05-13|18:27:47.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8971828Z [05-13|18:27:47.767] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:52.8972278Z [05-13|18:27:47.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8972615Z [05-13|18:27:47.768] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:52.8973068Z [05-13|18:27:47.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8973500Z [05-13|18:27:47.769] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:52.8973999Z [05-13|18:27:47.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8974328Z [05-13|18:27:47.769] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:52.8974846Z [05-13|18:27:47.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8975361Z [05-13|18:27:47.770] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:52.8979029Z [05-13|18:27:47.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8979419Z [05-13|18:27:47.771] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:52.8979901Z [05-13|18:27:47.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8980257Z [05-13|18:27:47.772] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:52.8980721Z [05-13|18:27:47.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8981056Z [05-13|18:27:47.773] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:52.8981519Z [05-13|18:27:47.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8981854Z [05-13|18:27:47.773] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:52.8982315Z [05-13|18:27:47.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8982648Z [05-13|18:27:47.774] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:52.8983099Z [05-13|18:27:47.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8983431Z [05-13|18:27:47.775] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:52.8983886Z [05-13|18:27:47.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8984366Z [05-13|18:27:47.775] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:52.8984823Z [05-13|18:27:47.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8985153Z [05-13|18:27:47.776] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:52.8985599Z [05-13|18:27:47.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8986040Z [05-13|18:27:47.777] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:52.8986497Z [05-13|18:27:47.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.8986826Z [05-13|18:27:47.778] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:52.8987288Z [05-13|18:27:47.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.8987615Z [05-13|18:27:47.778] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:52.8988303Z [05-13|18:27:47.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.8988668Z [05-13|18:27:47.779] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} +2026-05-13T18:30:52.8989123Z [05-13|18:27:47.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.8989455Z [05-13|18:27:47.780] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} +2026-05-13T18:30:52.9010566Z [05-13|18:27:47.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9010917Z [05-13|18:27:47.780] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} +2026-05-13T18:30:52.9011388Z [05-13|18:27:47.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9011723Z [05-13|18:27:47.781] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} +2026-05-13T18:30:52.9012175Z [05-13|18:27:47.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9012507Z [05-13|18:27:47.782] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} +2026-05-13T18:30:52.9012964Z [05-13|18:27:47.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9013294Z [05-13|18:27:47.783] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} +2026-05-13T18:30:52.9013753Z [05-13|18:27:47.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9014218Z [05-13|18:27:47.784] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} +2026-05-13T18:30:52.9014668Z [05-13|18:27:47.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9014997Z [05-13|18:27:47.784] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} +2026-05-13T18:30:52.9015447Z [05-13|18:27:47.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9015774Z [05-13|18:27:47.785] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} +2026-05-13T18:30:52.9016326Z [05-13|18:27:47.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9016658Z [05-13|18:27:47.786] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} +2026-05-13T18:30:52.9017108Z [05-13|18:27:47.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9017438Z [05-13|18:27:47.787] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} +2026-05-13T18:30:52.9017888Z [05-13|18:27:47.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9018497Z [05-13|18:27:47.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} +2026-05-13T18:30:52.9018979Z [05-13|18:27:47.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9019310Z [05-13|18:27:47.788] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} +2026-05-13T18:30:52.9019773Z [05-13|18:27:47.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9020104Z [05-13|18:27:47.789] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} +2026-05-13T18:30:52.9020553Z [05-13|18:27:47.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9020888Z [05-13|18:27:47.790] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} +2026-05-13T18:30:52.9021342Z [05-13|18:27:47.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9021670Z [05-13|18:27:47.791] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} +2026-05-13T18:30:52.9022121Z [05-13|18:27:47.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9022444Z [05-13|18:27:47.792] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} +2026-05-13T18:30:52.9022896Z [05-13|18:27:47.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9023359Z [05-13|18:27:47.793] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} +2026-05-13T18:30:52.9023817Z [05-13|18:27:47.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9024160Z [05-13|18:27:47.794] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} +2026-05-13T18:30:52.9024617Z [05-13|18:27:47.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9024944Z [05-13|18:27:47.794] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} +2026-05-13T18:30:52.9025500Z [05-13|18:27:47.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9025844Z [05-13|18:27:47.795] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} +2026-05-13T18:30:52.9026296Z [05-13|18:27:47.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9026624Z [05-13|18:27:47.796] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} +2026-05-13T18:30:52.9027083Z [05-13|18:27:47.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9027408Z [05-13|18:27:47.797] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} +2026-05-13T18:30:52.9027865Z [05-13|18:27:47.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9028454Z [05-13|18:27:47.798] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} +2026-05-13T18:30:52.9028944Z [05-13|18:27:47.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9029291Z [05-13|18:27:47.798] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} +2026-05-13T18:30:52.9029757Z [05-13|18:27:47.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9030094Z [05-13|18:27:47.799] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} +2026-05-13T18:30:52.9030554Z [05-13|18:27:47.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9030882Z [05-13|18:27:47.800] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} +2026-05-13T18:30:52.9031339Z [05-13|18:27:47.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9031676Z [05-13|18:27:47.800] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} +2026-05-13T18:30:52.9032127Z [05-13|18:27:47.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9032459Z [05-13|18:27:47.801] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} +2026-05-13T18:30:52.9033049Z [05-13|18:27:47.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9033386Z [05-13|18:27:47.802] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} +2026-05-13T18:30:52.9033851Z [05-13|18:27:47.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9034195Z [05-13|18:27:47.803] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} +2026-05-13T18:30:52.9034751Z [05-13|18:27:47.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9035094Z [05-13|18:27:47.804] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} +2026-05-13T18:30:52.9035555Z [05-13|18:27:47.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9035886Z [05-13|18:27:47.804] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} +2026-05-13T18:30:52.9036349Z [05-13|18:27:47.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9036682Z [05-13|18:27:47.805] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} +2026-05-13T18:30:52.9037152Z [05-13|18:27:47.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9037489Z [05-13|18:27:47.806] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} +2026-05-13T18:30:52.9037948Z [05-13|18:27:47.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9038418Z [05-13|18:27:47.807] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} +2026-05-13T18:30:52.9038879Z [05-13|18:27:47.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9039217Z [05-13|18:27:47.807] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} +2026-05-13T18:30:52.9039675Z [05-13|18:27:47.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9040007Z [05-13|18:27:47.808] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} +2026-05-13T18:30:52.9040468Z [05-13|18:27:47.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9040796Z [05-13|18:27:47.809] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} +2026-05-13T18:30:52.9041252Z [05-13|18:27:47.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9041591Z [05-13|18:27:47.810] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} +2026-05-13T18:30:52.9042167Z [05-13|18:27:47.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9042502Z [05-13|18:27:47.810] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} +2026-05-13T18:30:52.9042968Z [05-13|18:27:47.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9043298Z [05-13|18:27:47.811] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} +2026-05-13T18:30:52.9043757Z [05-13|18:27:47.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9044191Z [05-13|18:27:47.812] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} +2026-05-13T18:30:52.9044651Z [05-13|18:27:47.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9044988Z [05-13|18:27:47.813] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} +2026-05-13T18:30:52.9045445Z [05-13|18:27:47.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9045780Z [05-13|18:27:47.813] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} +2026-05-13T18:30:52.9046244Z [05-13|18:27:47.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9046581Z [05-13|18:27:47.814] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} +2026-05-13T18:30:52.9047034Z [05-13|18:27:47.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9047370Z [05-13|18:27:47.815] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} +2026-05-13T18:30:52.9047824Z [05-13|18:27:47.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9048273Z [05-13|18:27:47.816] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} +2026-05-13T18:30:52.9048737Z [05-13|18:27:47.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9049073Z [05-13|18:27:47.817] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} +2026-05-13T18:30:52.9049526Z [05-13|18:27:47.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9049861Z [05-13|18:27:47.817] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} +2026-05-13T18:30:52.9050313Z [05-13|18:27:47.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9050642Z [05-13|18:27:47.818] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} +2026-05-13T18:30:52.9051104Z [05-13|18:27:47.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9051552Z [05-13|18:27:47.819] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} +2026-05-13T18:30:52.9052005Z [05-13|18:27:47.819] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9052337Z [05-13|18:27:47.820] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} +2026-05-13T18:30:52.9052790Z [05-13|18:27:47.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9053263Z [05-13|18:27:47.820] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} +2026-05-13T18:30:52.9053731Z [05-13|18:27:47.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9054067Z [05-13|18:27:47.821] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} +2026-05-13T18:30:52.9054526Z [05-13|18:27:47.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9054858Z [05-13|18:27:47.822] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} +2026-05-13T18:30:52.9055313Z [05-13|18:27:47.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9055645Z [05-13|18:27:47.823] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} +2026-05-13T18:30:52.9056102Z [05-13|18:27:47.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9056435Z [05-13|18:27:47.824] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} +2026-05-13T18:30:52.9056898Z [05-13|18:27:47.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9057231Z [05-13|18:27:47.824] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} +2026-05-13T18:30:52.9057687Z [05-13|18:27:47.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9058251Z [05-13|18:27:47.825] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} +2026-05-13T18:30:52.9058753Z [05-13|18:27:47.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9059091Z [05-13|18:27:47.826] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} +2026-05-13T18:30:52.9059549Z [05-13|18:27:47.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9059883Z [05-13|18:27:47.827] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} +2026-05-13T18:30:52.9060341Z [05-13|18:27:47.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9060800Z [05-13|18:27:47.828] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} +2026-05-13T18:30:52.9061256Z [05-13|18:27:47.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9061590Z [05-13|18:27:47.828] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} +2026-05-13T18:30:52.9062044Z [05-13|18:27:47.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9062473Z [05-13|18:27:47.829] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} +2026-05-13T18:30:52.9062938Z [05-13|18:27:47.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9063275Z [05-13|18:27:47.830] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} +2026-05-13T18:30:52.9063728Z [05-13|18:27:47.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9064061Z [05-13|18:27:47.831] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} +2026-05-13T18:30:52.9064516Z [05-13|18:27:47.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9064848Z [05-13|18:27:47.832] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} +2026-05-13T18:30:52.9065308Z [05-13|18:27:47.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9065638Z [05-13|18:27:47.833] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} +2026-05-13T18:30:52.9066105Z [05-13|18:27:47.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9066367Z === RUN TestEpochFinalizeThenNotarize/notarization_after_commit_without_notarizations +2026-05-13T18:30:52.9066649Z [05-13|18:27:47.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} +2026-05-13T18:30:52.9067124Z [05-13|18:27:47.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9067286Z [05-13|18:27:47.835] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.9067510Z [05-13|18:27:47.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:52.9067641Z --- PASS: TestEpochFinalizeThenNotarize (0.08s) +2026-05-13T18:30:52.9068232Z --- PASS: TestEpochFinalizeThenNotarize/commit_without_notarization,_only_with_finalization (0.08s) +2026-05-13T18:30:52.9068654Z --- PASS: TestEpochFinalizeThenNotarize/notarization_after_commit_without_notarizations (0.00s) +2026-05-13T18:30:52.9068752Z === RUN TestEpochSimpleFlow +2026-05-13T18:30:52.9069253Z [05-13|18:27:47.835] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9069535Z [05-13|18:27:47.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9069997Z [05-13|18:27:47.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9070465Z [05-13|18:27:47.836] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9070732Z [05-13|18:27:47.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9071186Z [05-13|18:27:47.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9071521Z [05-13|18:27:47.837] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9071785Z [05-13|18:27:47.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9072332Z [05-13|18:27:47.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9072676Z [05-13|18:27:47.838] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9072937Z [05-13|18:27:47.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.9073387Z [05-13|18:27:47.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9073725Z [05-13|18:27:47.840] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9073988Z [05-13|18:27:47.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9074445Z [05-13|18:27:47.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9074783Z [05-13|18:27:47.840] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9075043Z [05-13|18:27:47.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9075493Z [05-13|18:27:47.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9075821Z [05-13|18:27:47.842] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9076080Z [05-13|18:27:47.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9076521Z [05-13|18:27:47.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:52.9076987Z [05-13|18:27:47.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9077312Z [05-13|18:27:47.843] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9077573Z [05-13|18:27:47.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.9078009Z [05-13|18:27:47.843] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:52.9078594Z [05-13|18:27:47.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9078935Z [05-13|18:27:47.844] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9079313Z [05-13|18:27:47.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9079766Z [05-13|18:27:47.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9080099Z [05-13|18:27:47.845] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9080359Z [05-13|18:27:47.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9080783Z [05-13|18:27:47.846] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:52.9081351Z [05-13|18:27:47.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9081688Z [05-13|18:27:47.847] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9081961Z [05-13|18:27:47.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:52.9082426Z [05-13|18:27:47.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9082762Z [05-13|18:27:47.848] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:52.9083028Z [05-13|18:27:47.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:52.9083471Z [05-13|18:27:47.848] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} +2026-05-13T18:30:52.9083934Z [05-13|18:27:47.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9084268Z [05-13|18:27:47.849] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:52.9084536Z [05-13|18:27:47.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:52.9084995Z [05-13|18:27:47.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9085333Z [05-13|18:27:47.850] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:52.9085604Z [05-13|18:27:47.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:52.9086062Z [05-13|18:27:47.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9086390Z [05-13|18:27:47.851] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:52.9086656Z [05-13|18:27:47.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:52.9087111Z [05-13|18:27:47.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9087441Z [05-13|18:27:47.853] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:52.9087712Z [05-13|18:27:47.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:52.9088282Z [05-13|18:27:47.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9088738Z [05-13|18:27:47.854] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:52.9089007Z [05-13|18:27:47.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:52.9089459Z [05-13|18:27:47.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9089792Z [05-13|18:27:47.855] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:52.9090059Z [05-13|18:27:47.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:52.9090588Z [05-13|18:27:47.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:52.9091052Z [05-13|18:27:47.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9091391Z [05-13|18:27:47.857] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:52.9091655Z [05-13|18:27:47.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:52.9092114Z [05-13|18:27:47.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9092445Z [05-13|18:27:47.858] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:52.9092708Z [05-13|18:27:47.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:52.9093168Z [05-13|18:27:47.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9093499Z [05-13|18:27:47.859] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:52.9093761Z [05-13|18:27:47.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:52.9094227Z [05-13|18:27:47.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9094556Z [05-13|18:27:47.860] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:52.9094820Z [05-13|18:27:47.861] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:52.9095256Z [05-13|18:27:47.861] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:52.9095713Z [05-13|18:27:47.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9096044Z [05-13|18:27:47.862] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:52.9096315Z [05-13|18:27:47.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:52.9096787Z [05-13|18:27:47.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9097130Z [05-13|18:27:47.863] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:52.9097487Z [05-13|18:27:47.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:52.9097922Z [05-13|18:27:47.864] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:52.9098613Z [05-13|18:27:47.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9098958Z [05-13|18:27:47.865] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:52.9099226Z [05-13|18:27:47.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:52.9099807Z [05-13|18:27:47.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9100160Z [05-13|18:27:47.866] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:52.9100425Z [05-13|18:27:47.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:52.9100859Z [05-13|18:27:47.867] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 25, "epoch round": 25} +2026-05-13T18:30:52.9101323Z [05-13|18:27:47.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9101656Z [05-13|18:27:47.869] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:52.9101925Z [05-13|18:27:47.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:52.9102364Z [05-13|18:27:47.870] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:52.9102819Z [05-13|18:27:47.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9103153Z [05-13|18:27:47.872] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:52.9103422Z [05-13|18:27:47.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:52.9103878Z [05-13|18:27:47.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9104219Z [05-13|18:27:47.873] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:52.9104488Z [05-13|18:27:47.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:52.9104944Z [05-13|18:27:47.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9105277Z [05-13|18:27:47.874] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:52.9105540Z [05-13|18:27:47.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:52.9105996Z [05-13|18:27:47.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9106336Z [05-13|18:27:47.876] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:52.9106710Z [05-13|18:27:47.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:52.9107165Z [05-13|18:27:47.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9107502Z [05-13|18:27:47.877] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:52.9107767Z [05-13|18:27:47.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} +2026-05-13T18:30:52.9108496Z [05-13|18:27:47.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9108976Z [05-13|18:27:47.879] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} +2026-05-13T18:30:52.9109257Z [05-13|18:27:47.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} +2026-05-13T18:30:52.9109723Z [05-13|18:27:47.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9110070Z [05-13|18:27:47.880] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} +2026-05-13T18:30:52.9110338Z [05-13|18:27:47.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} +2026-05-13T18:30:52.9110773Z [05-13|18:27:47.881] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} +2026-05-13T18:30:52.9111240Z [05-13|18:27:47.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9111575Z [05-13|18:27:47.882] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} +2026-05-13T18:30:52.9111839Z [05-13|18:27:47.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} +2026-05-13T18:30:52.9112279Z [05-13|18:27:47.882] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 34, "epoch round": 34} +2026-05-13T18:30:52.9112741Z [05-13|18:27:47.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9113083Z [05-13|18:27:47.884] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} +2026-05-13T18:30:52.9113357Z [05-13|18:27:47.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} +2026-05-13T18:30:52.9113797Z [05-13|18:27:47.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} +2026-05-13T18:30:52.9114260Z [05-13|18:27:47.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9114600Z [05-13|18:27:47.886] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} +2026-05-13T18:30:52.9114866Z [05-13|18:27:47.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} +2026-05-13T18:30:52.9115322Z [05-13|18:27:47.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9115667Z [05-13|18:27:47.887] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} +2026-05-13T18:30:52.9116040Z [05-13|18:27:47.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} +2026-05-13T18:30:52.9116494Z [05-13|18:27:47.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9116835Z [05-13|18:27:47.889] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} +2026-05-13T18:30:52.9117097Z [05-13|18:27:47.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} +2026-05-13T18:30:52.9117535Z [05-13|18:27:47.889] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 38, "epoch round": 38} +2026-05-13T18:30:52.9118255Z [05-13|18:27:47.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9118655Z [05-13|18:27:47.891] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} +2026-05-13T18:30:52.9118947Z [05-13|18:27:47.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} +2026-05-13T18:30:52.9119397Z [05-13|18:27:47.891] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} +2026-05-13T18:30:52.9119868Z [05-13|18:27:47.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9120215Z [05-13|18:27:47.893] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} +2026-05-13T18:30:52.9120493Z [05-13|18:27:47.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} +2026-05-13T18:30:52.9120957Z [05-13|18:27:47.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9121297Z [05-13|18:27:47.894] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} +2026-05-13T18:30:52.9121562Z [05-13|18:27:47.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} +2026-05-13T18:30:52.9122017Z [05-13|18:27:47.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9122357Z [05-13|18:27:47.896] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} +2026-05-13T18:30:52.9122627Z [05-13|18:27:47.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} +2026-05-13T18:30:52.9123061Z [05-13|18:27:47.896] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 42, "epoch round": 42} +2026-05-13T18:30:52.9123531Z [05-13|18:27:47.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9123867Z [05-13|18:27:47.898] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} +2026-05-13T18:30:52.9124141Z [05-13|18:27:47.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} +2026-05-13T18:30:52.9124600Z [05-13|18:27:47.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9124930Z [05-13|18:27:47.900] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} +2026-05-13T18:30:52.9125310Z [05-13|18:27:47.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} +2026-05-13T18:30:52.9125769Z [05-13|18:27:47.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9126101Z [05-13|18:27:47.901] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} +2026-05-13T18:30:52.9126365Z [05-13|18:27:47.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} +2026-05-13T18:30:52.9126826Z [05-13|18:27:47.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9127297Z [05-13|18:27:47.903] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} +2026-05-13T18:30:52.9127568Z [05-13|18:27:47.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} +2026-05-13T18:30:52.9128029Z [05-13|18:27:47.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9128493Z [05-13|18:27:47.904] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} +2026-05-13T18:30:52.9128759Z [05-13|18:27:47.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} +2026-05-13T18:30:52.9129224Z [05-13|18:27:47.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9129566Z [05-13|18:27:47.906] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} +2026-05-13T18:30:52.9129838Z [05-13|18:27:47.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} +2026-05-13T18:30:52.9130306Z [05-13|18:27:47.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9130642Z [05-13|18:27:47.907] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} +2026-05-13T18:30:52.9130911Z [05-13|18:27:47.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} +2026-05-13T18:30:52.9131379Z [05-13|18:27:47.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9131724Z [05-13|18:27:47.909] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} +2026-05-13T18:30:52.9132001Z [05-13|18:27:47.909] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} +2026-05-13T18:30:52.9132466Z [05-13|18:27:47.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9132797Z [05-13|18:27:47.911] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} +2026-05-13T18:30:52.9133066Z [05-13|18:27:47.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} +2026-05-13T18:30:52.9133525Z [05-13|18:27:47.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9133867Z [05-13|18:27:47.913] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} +2026-05-13T18:30:52.9134139Z [05-13|18:27:47.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} +2026-05-13T18:30:52.9134710Z [05-13|18:27:47.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9135043Z [05-13|18:27:47.914] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} +2026-05-13T18:30:52.9135310Z [05-13|18:27:47.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} +2026-05-13T18:30:52.9135764Z [05-13|18:27:47.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9136096Z [05-13|18:27:47.916] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} +2026-05-13T18:30:52.9136465Z [05-13|18:27:47.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} +2026-05-13T18:30:52.9136909Z [05-13|18:27:47.916] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:52.9137365Z [05-13|18:27:47.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9137703Z [05-13|18:27:47.919] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} +2026-05-13T18:30:52.9137962Z [05-13|18:27:47.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} +2026-05-13T18:30:52.9138545Z [05-13|18:27:47.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9138885Z [05-13|18:27:47.921] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} +2026-05-13T18:30:52.9139150Z [05-13|18:27:47.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} +2026-05-13T18:30:52.9139603Z [05-13|18:27:47.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9139938Z [05-13|18:27:47.922] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} +2026-05-13T18:30:52.9140200Z [05-13|18:27:47.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} +2026-05-13T18:30:52.9140631Z [05-13|18:27:47.922] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 57, "epoch round": 57} +2026-05-13T18:30:52.9141095Z [05-13|18:27:47.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9141430Z [05-13|18:27:47.924] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} +2026-05-13T18:30:52.9141692Z [05-13|18:27:47.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} +2026-05-13T18:30:52.9142126Z [05-13|18:27:47.924] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 58, "epoch round": 58} +2026-05-13T18:30:52.9142582Z [05-13|18:27:47.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9142922Z [05-13|18:27:47.926] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} +2026-05-13T18:30:52.9143186Z [05-13|18:27:47.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} +2026-05-13T18:30:52.9143771Z [05-13|18:27:47.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9144152Z [05-13|18:27:47.928] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} +2026-05-13T18:30:52.9144426Z [05-13|18:27:47.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} +2026-05-13T18:30:52.9144882Z [05-13|18:27:47.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9145214Z [05-13|18:27:47.930] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} +2026-05-13T18:30:52.9145573Z [05-13|18:27:47.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} +2026-05-13T18:30:52.9146011Z [05-13|18:27:47.930] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 61, "epoch round": 61} +2026-05-13T18:30:52.9146480Z [05-13|18:27:47.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9146811Z [05-13|18:27:47.933] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} +2026-05-13T18:30:52.9147082Z [05-13|18:27:47.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} +2026-05-13T18:30:52.9147537Z [05-13|18:27:47.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9147877Z [05-13|18:27:47.935] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} +2026-05-13T18:30:52.9148263Z [05-13|18:27:47.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} +2026-05-13T18:30:52.9148698Z [05-13|18:27:47.935] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} +2026-05-13T18:30:52.9149154Z [05-13|18:27:47.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9149493Z [05-13|18:27:47.937] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} +2026-05-13T18:30:52.9149770Z [05-13|18:27:47.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} +2026-05-13T18:30:52.9150234Z [05-13|18:27:47.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9150570Z [05-13|18:27:47.938] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} +2026-05-13T18:30:52.9150834Z [05-13|18:27:47.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} +2026-05-13T18:30:52.9151296Z [05-13|18:27:47.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9151626Z [05-13|18:27:47.940] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} +2026-05-13T18:30:52.9151889Z [05-13|18:27:47.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} +2026-05-13T18:30:52.9152350Z [05-13|18:27:47.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9152796Z [05-13|18:27:47.942] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} +2026-05-13T18:30:52.9153057Z [05-13|18:27:47.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} +2026-05-13T18:30:52.9153515Z [05-13|18:27:47.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9153844Z [05-13|18:27:47.944] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} +2026-05-13T18:30:52.9154111Z [05-13|18:27:47.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} +2026-05-13T18:30:52.9154666Z [05-13|18:27:47.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9155001Z [05-13|18:27:47.945] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} +2026-05-13T18:30:52.9155266Z [05-13|18:27:47.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} +2026-05-13T18:30:52.9155724Z [05-13|18:27:47.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9156051Z [05-13|18:27:47.947] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} +2026-05-13T18:30:52.9156313Z [05-13|18:27:47.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} +2026-05-13T18:30:52.9156768Z [05-13|18:27:47.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9157101Z [05-13|18:27:47.949] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} +2026-05-13T18:30:52.9157366Z [05-13|18:27:47.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} +2026-05-13T18:30:52.9157826Z [05-13|18:27:47.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9158297Z [05-13|18:27:47.952] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} +2026-05-13T18:30:52.9158562Z [05-13|18:27:47.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} +2026-05-13T18:30:52.9159020Z [05-13|18:27:47.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9159352Z [05-13|18:27:47.953] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} +2026-05-13T18:30:52.9159616Z [05-13|18:27:47.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} +2026-05-13T18:30:52.9160075Z [05-13|18:27:47.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9160403Z [05-13|18:27:47.955] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} +2026-05-13T18:30:52.9160663Z [05-13|18:27:47.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} +2026-05-13T18:30:52.9161096Z [05-13|18:27:47.956] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 74, "epoch round": 74} +2026-05-13T18:30:52.9161556Z [05-13|18:27:47.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9162002Z [05-13|18:27:47.958] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} +2026-05-13T18:30:52.9162272Z [05-13|18:27:47.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} +2026-05-13T18:30:52.9162703Z [05-13|18:27:47.958] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 75, "epoch round": 75} +2026-05-13T18:30:52.9163161Z [05-13|18:27:47.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9163501Z [05-13|18:27:47.961] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} +2026-05-13T18:30:52.9163863Z [05-13|18:27:47.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} +2026-05-13T18:30:52.9164334Z [05-13|18:27:47.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9164667Z [05-13|18:27:47.962] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} +2026-05-13T18:30:52.9164929Z [05-13|18:27:47.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} +2026-05-13T18:30:52.9165388Z [05-13|18:27:47.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9165718Z [05-13|18:27:47.964] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} +2026-05-13T18:30:52.9165983Z [05-13|18:27:47.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} +2026-05-13T18:30:52.9166419Z [05-13|18:27:47.964] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 78, "epoch round": 78} +2026-05-13T18:30:52.9166872Z [05-13|18:27:47.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9167202Z [05-13|18:27:47.968] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} +2026-05-13T18:30:52.9167468Z [05-13|18:27:47.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} +2026-05-13T18:30:52.9167897Z [05-13|18:27:47.968] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} +2026-05-13T18:30:52.9168472Z [05-13|18:27:47.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9168814Z [05-13|18:27:47.971] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} +2026-05-13T18:30:52.9169077Z [05-13|18:27:47.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} +2026-05-13T18:30:52.9169530Z [05-13|18:27:47.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9169862Z [05-13|18:27:47.972] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} +2026-05-13T18:30:52.9170123Z [05-13|18:27:47.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} +2026-05-13T18:30:52.9170553Z [05-13|18:27:47.972] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 81, "epoch round": 81} +2026-05-13T18:30:52.9171128Z [05-13|18:27:47.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9171456Z [05-13|18:27:47.975] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} +2026-05-13T18:30:52.9171720Z [05-13|18:27:47.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} +2026-05-13T18:30:52.9172152Z [05-13|18:27:47.975] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 82, "epoch round": 82} +2026-05-13T18:30:52.9172609Z [05-13|18:27:47.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9173033Z [05-13|18:27:47.978] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} +2026-05-13T18:30:52.9173307Z [05-13|18:27:47.979] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} +2026-05-13T18:30:52.9173734Z [05-13|18:27:47.979] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 83, "epoch round": 83} +2026-05-13T18:30:52.9174189Z [05-13|18:27:47.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9174522Z [05-13|18:27:47.981] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} +2026-05-13T18:30:52.9174784Z [05-13|18:27:47.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} +2026-05-13T18:30:52.9175241Z [05-13|18:27:47.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9175579Z [05-13|18:27:47.983] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} +2026-05-13T18:30:52.9175842Z [05-13|18:27:47.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} +2026-05-13T18:30:52.9176299Z [05-13|18:27:47.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9176631Z [05-13|18:27:47.985] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} +2026-05-13T18:30:52.9176892Z [05-13|18:27:47.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} +2026-05-13T18:30:52.9177326Z [05-13|18:27:47.985] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 86, "epoch round": 86} +2026-05-13T18:30:52.9177787Z [05-13|18:27:47.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9178235Z [05-13|18:27:47.989] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} +2026-05-13T18:30:52.9178505Z [05-13|18:27:47.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} +2026-05-13T18:30:52.9178960Z [05-13|18:27:47.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9179289Z [05-13|18:27:47.991] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} +2026-05-13T18:30:52.9179559Z [05-13|18:27:47.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} +2026-05-13T18:30:52.9180129Z [05-13|18:27:47.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9180459Z [05-13|18:27:47.993] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} +2026-05-13T18:30:52.9180727Z [05-13|18:27:47.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} +2026-05-13T18:30:52.9181156Z [05-13|18:27:47.994] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:52.9181611Z [05-13|18:27:47.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9182044Z [05-13|18:27:47.997] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} +2026-05-13T18:30:52.9182312Z [05-13|18:27:47.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} +2026-05-13T18:30:52.9182739Z [05-13|18:27:47.997] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 90, "epoch round": 90} +2026-05-13T18:30:52.9183200Z [05-13|18:27:48.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9183528Z [05-13|18:27:48.001] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} +2026-05-13T18:30:52.9183793Z [05-13|18:27:48.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} +2026-05-13T18:30:52.9184262Z [05-13|18:27:48.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9184594Z [05-13|18:27:48.003] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} +2026-05-13T18:30:52.9184854Z [05-13|18:27:48.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} +2026-05-13T18:30:52.9185313Z [05-13|18:27:48.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9185644Z [05-13|18:27:48.005] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} +2026-05-13T18:30:52.9185906Z [05-13|18:27:48.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} +2026-05-13T18:30:52.9186367Z [05-13|18:27:48.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9186699Z [05-13|18:27:48.007] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} +2026-05-13T18:30:52.9186958Z [05-13|18:27:48.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} +2026-05-13T18:30:52.9187394Z [05-13|18:27:48.007] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:52.9187849Z [05-13|18:27:48.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9188301Z [05-13|18:27:48.010] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} +2026-05-13T18:30:52.9188572Z [05-13|18:27:48.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} +2026-05-13T18:30:52.9189026Z [05-13|18:27:48.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9189478Z [05-13|18:27:48.012] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} +2026-05-13T18:30:52.9189743Z [05-13|18:27:48.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} +2026-05-13T18:30:52.9190197Z [05-13|18:27:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9190532Z [05-13|18:27:48.013] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} +2026-05-13T18:30:52.9190794Z [05-13|18:27:48.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} +2026-05-13T18:30:52.9191345Z [05-13|18:27:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9191683Z [05-13|18:27:48.015] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} +2026-05-13T18:30:52.9191946Z [05-13|18:27:48.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} +2026-05-13T18:30:52.9192401Z [05-13|18:27:48.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9192734Z [05-13|18:27:48.017] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} +2026-05-13T18:30:52.9192997Z [05-13|18:27:48.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} +2026-05-13T18:30:52.9193429Z [05-13|18:27:48.017] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:52.9193899Z [05-13|18:27:48.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9194239Z [05-13|18:27:48.021] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} +2026-05-13T18:30:52.9194391Z [05-13|18:27:48.021] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.9194619Z [05-13|18:27:48.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:52.9194726Z --- PASS: TestEpochSimpleFlow (0.19s) +2026-05-13T18:30:52.9194821Z === RUN TestEpochStartedTwice +2026-05-13T18:30:52.9195314Z [05-13|18:27:48.022] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9195467Z [05-13|18:27:48.022] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:52.9195574Z --- PASS: TestEpochStartedTwice (0.00s) +2026-05-13T18:30:52.9195674Z === RUN TestEpochInterleavingMessages +2026-05-13T18:30:52.9196150Z [05-13|18:27:48.022] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9196327Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9196468Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9196634Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9196945Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9197109Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9197419Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9197579Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9197982Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9198263Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9198559Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9198722Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9199007Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9199167Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9199445Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9199609Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9199910Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9200180Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9200325Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9200491Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9200768Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9200937Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9201214Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9201378Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9201677Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9201844Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9202138Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9202298Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9202578Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9202748Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9203042Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9203202Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9203500Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9203661Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9203935Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9204111Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9204246Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9204407Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9204709Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9204872Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9205168Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9205330Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9205628Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9205788Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9206065Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9206233Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9206530Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9206695Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9206972Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9207136Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9207383Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9207551Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9207854Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9208020Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9208416Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9208585Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9208888Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9209056Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9209197Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9209361Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9209764Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9209938Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9210223Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9210388Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9210689Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9210857Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9211138Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9211300Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9211581Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9211746Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9212022Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9212192Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9212473Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9212636Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9212777Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9212939Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9213239Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9213404Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9213681Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9213841Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9214138Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9214424Z [05-13|18:27:48.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9214899Z [05-13|18:27:48.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9215065Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9215353Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9215517Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9215815Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9215980Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9216273Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9216542Z [05-13|18:27:48.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9217011Z [05-13|18:27:48.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9217285Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9217586Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9219093Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9219396Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9219746Z [05-13|18:27:48.028] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9220082Z [05-13|18:27:48.028] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9220252Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9220668Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9220843Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9220986Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9221162Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9221336Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9221512Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9221782Z [05-13|18:27:48.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9222248Z [05-13|18:27:48.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9222588Z [05-13|18:27:48.029] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9222760Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9223030Z [05-13|18:27:48.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9223495Z [05-13|18:27:48.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9223826Z [05-13|18:27:48.030] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9224001Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9224277Z [05-13|18:27:48.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9224732Z [05-13|18:27:48.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9225065Z [05-13|18:27:48.031] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9225242Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9225504Z [05-13|18:27:48.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9225956Z [05-13|18:27:48.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9226289Z [05-13|18:27:48.032] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9226459Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9226721Z [05-13|18:27:48.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9227179Z [05-13|18:27:48.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9227507Z [05-13|18:27:48.033] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9227788Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9228285Z [05-13|18:27:48.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9228798Z [05-13|18:27:48.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9229134Z [05-13|18:27:48.034] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9229313Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9229577Z [05-13|18:27:48.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9230164Z [05-13|18:27:48.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9230354Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9230691Z [05-13|18:27:48.035] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9230956Z [05-13|18:27:48.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9231428Z [05-13|18:27:48.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9231763Z [05-13|18:27:48.035] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9232247Z [05-13|18:27:48.036] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9232424Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9232714Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9232880Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9233170Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9233332Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9233641Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9233807Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9234114Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9234277Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9234414Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9234585Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9234724Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9234886Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9235191Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9235351Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9235636Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9235803Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9236081Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9236242Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9236526Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9236695Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9236974Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9237251Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9237535Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9237700Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9237976Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9238279Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9238585Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9238855Z [05-13|18:27:48.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9239320Z [05-13|18:27:48.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9239594Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9239886Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9240059Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9240360Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9240526Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9240835Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9240999Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9241281Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9241446Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9241750Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9241917Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9242202Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9242373Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9242674Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9242837Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9243121Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9243285Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9243560Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9243730Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9244013Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9244177Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9244481Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9244658Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9244937Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9245275Z [05-13|18:27:48.039] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9245444Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9245747Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9245911Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9246199Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9246363Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9246664Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9246832Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9247243Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9247406Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9247545Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9247714Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9248011Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9248290Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9248582Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9248747Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9249046Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9249323Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9249625Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9249794Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9250098Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9250264Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9250546Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9250714Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9251017Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9251181Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9251317Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9251486Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9251789Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9251958Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9252099Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9252264Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9252562Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9252730Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9253026Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9253192Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9253327Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9253496Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9253631Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9253795Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9254104Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9254380Z [05-13|18:27:48.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9254846Z [05-13|18:27:48.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9255189Z [05-13|18:27:48.042] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9255357Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9255644Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9255917Z [05-13|18:27:48.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9256378Z [05-13|18:27:48.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9256841Z [05-13|18:27:48.043] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9257110Z [05-13|18:27:48.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9257561Z [05-13|18:27:48.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9257889Z [05-13|18:27:48.044] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9258177Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9258353Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9258522Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9258833Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9259011Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9259273Z [05-13|18:27:48.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9259741Z [05-13|18:27:48.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9260076Z [05-13|18:27:48.045] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9260247Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9260515Z [05-13|18:27:48.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9260994Z [05-13|18:27:48.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9261327Z [05-13|18:27:48.046] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9261508Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9261768Z [05-13|18:27:48.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9262220Z [05-13|18:27:48.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9262555Z [05-13|18:27:48.046] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9262727Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9262991Z [05-13|18:27:48.047] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9263453Z [05-13|18:27:48.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9263788Z [05-13|18:27:48.047] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9263959Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9264237Z [05-13|18:27:48.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9264692Z [05-13|18:27:48.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9265024Z [05-13|18:27:48.048] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9265202Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9265467Z [05-13|18:27:48.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9266039Z [05-13|18:27:48.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9266377Z [05-13|18:27:48.049] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9266863Z [05-13|18:27:48.049] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9267031Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9267322Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9267491Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9267970Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9268384Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9268729Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9268896Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9269178Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9269347Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9269623Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9269788Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9269928Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9270090Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9270368Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9270534Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9270812Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9270977Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9271276Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9271443Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9271741Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9271908Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9272193Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9272358Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9272495Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9272663Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9272944Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9273111Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9273422Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9273587Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9273866Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9274031Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9274344Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9274508Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9274643Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9274812Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9274945Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9275108Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9275252Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9275590Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9275876Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9276039Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9276321Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9276485Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9276760Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9276929Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9277233Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9277398Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9277681Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9277945Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9278603Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9278791Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9279094Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9279261Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9279563Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9279734Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9279871Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9280036Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9280324Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9280489Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9280797Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9280971Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9281253Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9281417Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9281723Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9281888Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9282190Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9282353Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9282659Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9282939Z [05-13|18:27:48.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9283407Z [05-13|18:27:48.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9283759Z [05-13|18:27:48.053] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9283930Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9284220Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9284392Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9284674Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9284838Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9285145Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9285314Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9285744Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9285919Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9286200Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9286364Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9286647Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9286811Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9286947Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9287111Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9287417Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9287690Z [05-13|18:27:48.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9288424Z [05-13|18:27:48.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9288784Z [05-13|18:27:48.054] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9289052Z [05-13|18:27:48.055] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9289511Z [05-13|18:27:48.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9289851Z [05-13|18:27:48.055] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9290021Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9290334Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9290609Z [05-13|18:27:48.055] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9291061Z [05-13|18:27:48.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9291388Z [05-13|18:27:48.056] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9291561Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9291843Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9292007Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9292314Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9292478Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9292777Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9293052Z [05-13|18:27:48.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9293507Z [05-13|18:27:48.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9293841Z [05-13|18:27:48.057] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9294108Z [05-13|18:27:48.057] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9294570Z [05-13|18:27:48.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9294901Z [05-13|18:27:48.058] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9295185Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9295487Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9295661Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9295835Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9296007Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9296177Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9296343Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9296516Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9296682Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9296945Z [05-13|18:27:48.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9297478Z [05-13|18:27:48.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9297810Z [05-13|18:27:48.059] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9297981Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9298362Z [05-13|18:27:48.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9298816Z [05-13|18:27:48.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9299146Z [05-13|18:27:48.061] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9299321Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9299585Z [05-13|18:27:48.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9300043Z [05-13|18:27:48.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9300378Z [05-13|18:27:48.061] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9300549Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9300811Z [05-13|18:27:48.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9301274Z [05-13|18:27:48.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9301606Z [05-13|18:27:48.062] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9302088Z [05-13|18:27:48.062] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9302264Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9302402Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9302565Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9302706Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9302868Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9303175Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9303344Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9303646Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9303808Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9304111Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9304397Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9304694Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9304861Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9305154Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9305318Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9305600Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9305769Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9306051Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9306213Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9306620Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9306895Z [05-13|18:27:48.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9307355Z [05-13|18:27:48.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9307531Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9307811Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9307980Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9308485Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9308665Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9308945Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9309115Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9309257Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9309424Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9309727Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9309899Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9310200Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9310364Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9310651Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9310816Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9311115Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9311281Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9311571Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9311739Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9311874Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9312044Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9312342Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9312506Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9312810Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9312975Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9313272Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9313441Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9313721Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9313888Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9314294Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9314463Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9314743Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9314910Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9315219Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9315385Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9315664Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9315837Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9316139Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9316404Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9316694Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9316861Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9316995Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9317158Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9317445Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9317609Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9317907Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9318205Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9318492Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9318657Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9318943Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9319110Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9319407Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9319575Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9319873Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9320036Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9320315Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9320487Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9320764Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9321103Z [05-13|18:27:48.067] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9321274Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9321554Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9321719Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9322025Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9322188Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9322323Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9322491Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9322790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9322953Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9323260Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9323425Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9323706Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9323993Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9324297Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9324468Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9324603Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9324784Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9324955Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9325227Z [05-13|18:27:48.067] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9325697Z [05-13|18:27:48.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9326134Z [05-13|18:27:48.068] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9326314Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9326583Z [05-13|18:27:48.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9327041Z [05-13|18:27:48.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9327375Z [05-13|18:27:48.069] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9327553Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9327816Z [05-13|18:27:48.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9328395Z [05-13|18:27:48.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9328739Z [05-13|18:27:48.070] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9328911Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9329176Z [05-13|18:27:48.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9329637Z [05-13|18:27:48.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9329967Z [05-13|18:27:48.070] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9330138Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9330405Z [05-13|18:27:48.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9330859Z [05-13|18:27:48.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9331190Z [05-13|18:27:48.071] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9331366Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9331628Z [05-13|18:27:48.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9332081Z [05-13|18:27:48.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9332258Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9332588Z [05-13|18:27:48.072] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9332851Z [05-13|18:27:48.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9333424Z [05-13|18:27:48.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9333753Z [05-13|18:27:48.073] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9333926Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9334200Z [05-13|18:27:48.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9334653Z [05-13|18:27:48.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9335092Z [05-13|18:27:48.074] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9335274Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9335539Z [05-13|18:27:48.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9335996Z [05-13|18:27:48.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9336335Z [05-13|18:27:48.074] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9336816Z [05-13|18:27:48.075] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9336982Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9337124Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9337289Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9337574Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9337738Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9337879Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9338151Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9338459Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9338626Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9338761Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9338920Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9339224Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9339388Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9339662Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9339830Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9340132Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9340292Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9340569Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9340736Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9341013Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9341178Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9341482Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9341648Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9341939Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9342112Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9342391Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9342679Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9342958Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9343122Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9343415Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9343577Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9343859Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9344020Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9344319Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9344492Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9344908Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9345075Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9345376Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9345536Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9345828Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9345993Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9346286Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9346552Z [05-13|18:27:48.077] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9347021Z [05-13|18:27:48.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9347185Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9347483Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9347645Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9347943Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9348320Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9348621Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9348791Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9349085Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9349248Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9349529Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9349695Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9349993Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9350160Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9350457Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9350618Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9350898Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9351059Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9351329Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9351490Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9351629Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9351790Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9352090Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9352488Z [05-13|18:27:48.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9352945Z [05-13|18:27:48.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9353110Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9353393Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9353656Z [05-13|18:27:48.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9354110Z [05-13|18:27:48.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9354376Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9354663Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9354827Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9354967Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9355130Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9355405Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9355669Z [05-13|18:27:48.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9356129Z [05-13|18:27:48.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9356293Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9356428Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9356598Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9356878Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9357040Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9357346Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9357510Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9357645Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9357812Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9358204Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9358369Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9358649Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9358841Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9359143Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9359408Z [05-13|18:27:48.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9359872Z [05-13|18:27:48.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9360035Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9360312Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9360582Z [05-13|18:27:48.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9361033Z [05-13|18:27:48.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9361294Z [05-13|18:27:48.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9361878Z [05-13|18:27:48.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9362042Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9362319Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9362589Z [05-13|18:27:48.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9363040Z [05-13|18:27:48.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9363203Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9363488Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9363928Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9364266Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9364610Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9364933Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9365261Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9365589Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9365912Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9366237Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9366408Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9366711Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9366972Z [05-13|18:27:48.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9367429Z [05-13|18:27:48.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9367757Z [05-13|18:27:48.087] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9367932Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9368224Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9368418Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9368602Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9368774Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9368940Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9369105Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9369271Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9369442Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9369607Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9369868Z [05-13|18:27:48.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9370334Z [05-13|18:27:48.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9370667Z [05-13|18:27:48.088] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9371263Z [05-13|18:27:48.088] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9371438Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9371571Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9371731Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9372037Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9372198Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9372475Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9372639Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9372874Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9373036Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9373318Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9373477Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9373774Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9373933Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9374230Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9374398Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9374674Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9374838Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9375113Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9375276Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9375580Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9375745Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9376041Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9376209Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9376485Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9376647Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9376921Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9377088Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9377381Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9377546Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9377690Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9377851Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9378264Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9378435Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9378713Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9378874Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9379014Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9379175Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9379474Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9379636Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9379944Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9380104Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9380501Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9380668Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9380966Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9381126Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9381425Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9381589Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9381863Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9382029Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9382306Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9382569Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9382852Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9383019Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9383297Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9383459Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9383765Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9383927Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9384205Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9384376Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9384510Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9384670Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9384811Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9384976Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9385271Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9385434Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9385718Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9385878Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9386171Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9386338Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9386634Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9386904Z [05-13|18:27:48.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9387370Z [05-13|18:27:48.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9387536Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9387672Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9387842Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9388351Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9388522Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9388803Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9388983Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9389260Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9389423Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9389726Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9390010Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9390286Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9390454Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9390749Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9391014Z [05-13|18:27:48.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9391478Z [05-13|18:27:48.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9391640Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9391917Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9392182Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9392461Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9392724Z [05-13|18:27:48.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9393182Z [05-13|18:27:48.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9393345Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9393642Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9393805Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9394086Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9394350Z [05-13|18:27:48.097] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9394805Z [05-13|18:27:48.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9395149Z [05-13|18:27:48.097] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9395476Z [05-13|18:27:48.098] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9395802Z [05-13|18:27:48.098] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9396129Z [05-13|18:27:48.098] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9396292Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9396591Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9396767Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9396937Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9397103Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9397274Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9397439Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9397706Z [05-13|18:27:48.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9398282Z [05-13|18:27:48.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9398635Z [05-13|18:27:48.099] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9398804Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9399076Z [05-13|18:27:48.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9399646Z [05-13|18:27:48.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9399974Z [05-13|18:27:48.100] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9400147Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9400406Z [05-13|18:27:48.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9400855Z [05-13|18:27:48.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9401027Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9401452Z [05-13|18:27:48.100] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9401718Z [05-13|18:27:48.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9402172Z [05-13|18:27:48.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9402500Z [05-13|18:27:48.101] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9402667Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9402933Z [05-13|18:27:48.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9403389Z [05-13|18:27:48.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9403717Z [05-13|18:27:48.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9403893Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9404153Z [05-13|18:27:48.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9404610Z [05-13|18:27:48.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9404946Z [05-13|18:27:48.103] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9405423Z [05-13|18:27:48.103] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9405589Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9405900Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9406070Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9406351Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9406521Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9406821Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9406983Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9407118Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9407284Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9407580Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9407740Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9408158Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9408446Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9408745Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9408913Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9409046Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9409206Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9409492Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9409650Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9409783Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9409947Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9410088Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9410250Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9410641Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9410818Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9411094Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9411257Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9411565Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9411728Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9412022Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9412184Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9412483Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9412646Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9412942Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9413114Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9413391Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9413553Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9413863Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9414024Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9414300Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9414467Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9414744Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9414908Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9415187Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9415361Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9415638Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9415799Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9416076Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9416237Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9416509Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9416676Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9416953Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9417114Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9417396Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9417561Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9417860Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9418428Z [05-13|18:27:48.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9418894Z [05-13|18:27:48.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9419225Z [05-13|18:27:48.107] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9419393Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9419690Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9419852Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9420307Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9420478Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9420618Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9420781Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9421064Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9421225Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9421502Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9421668Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9421943Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9422105Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9422384Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9422547Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9422685Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9422850Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9423151Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9423312Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9423445Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9423612Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9423907Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9424180Z [05-13|18:27:48.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9424658Z [05-13|18:27:48.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9424997Z [05-13|18:27:48.109] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9425167Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9425472Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9425737Z [05-13|18:27:48.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9426190Z [05-13|18:27:48.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9426531Z [05-13|18:27:48.110] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9426792Z [05-13|18:27:48.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.9427243Z [05-13|18:27:48.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9427624Z [05-13|18:27:48.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9428195Z [05-13|18:27:48.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9428363Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9428645Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9428906Z [05-13|18:27:48.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9429359Z [05-13|18:27:48.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9429735Z [05-13|18:27:48.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9430190Z [05-13|18:27:48.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9430450Z [05-13|18:27:48.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:52.9430910Z [05-13|18:27:48.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9431072Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9431354Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9431619Z [05-13|18:27:48.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9432073Z [05-13|18:27:48.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9432240Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9432523Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9432854Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9433183Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9433514Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9433836Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9434162Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9434494Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9434659Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9434955Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9435123Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9435421Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9435685Z [05-13|18:27:48.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9436152Z [05-13|18:27:48.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9436483Z [05-13|18:27:48.116] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9436761Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9437065Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9437344Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9437758Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9437934Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9438293Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9438474Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9438646Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9438821Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9438990Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9439287Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9439470Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9439640Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9439807Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9440295Z [05-13|18:27:48.117] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9440468Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9440751Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9440913Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9441199Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9493634Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9494047Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9494275Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9494603Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9494784Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9494927Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9495103Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9495428Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9495597Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9495897Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9496063Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9496350Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9496522Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9496800Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9496964Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9497273Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9497443Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9497719Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9497882Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9498301Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9498472Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9498750Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9498924Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9499201Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9499548Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9499856Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9500019Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9500302Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9500475Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9500776Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9500939Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9501241Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9501410Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9501810Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9501981Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9502123Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9502284Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9502416Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9502581Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9502714Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9502873Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9503154Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9503317Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9503592Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9503756Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9504038Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9504200Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9504330Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9504493Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9504787Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9504949Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9505247Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9505406Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9505700Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9505866Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9506163Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9506327Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9506602Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9506766Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9507059Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9507219Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9507501Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9507662Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9507935Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9508230Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9508535Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9508696Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9509111Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9509272Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9509564Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9509724Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9510021Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9510309Z [05-13|18:27:48.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9510791Z [05-13|18:27:48.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9511243Z [05-13|18:27:48.121] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9511419Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9511727Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9512009Z [05-13|18:27:48.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9512479Z [05-13|18:27:48.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9512645Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9512783Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9512943Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9513225Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9513395Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9513672Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9513940Z [05-13|18:27:48.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9514402Z [05-13|18:27:48.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9514674Z [05-13|18:27:48.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9515129Z [05-13|18:27:48.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9515468Z [05-13|18:27:48.125] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9515805Z [05-13|18:27:48.125] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9516131Z [05-13|18:27:48.125] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9516301Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9516580Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9516745Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9517051Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9517213Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9517489Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9517754Z [05-13|18:27:48.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9518342Z [05-13|18:27:48.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9518798Z [05-13|18:27:48.126] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9518969Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9519103Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9519279Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9519582Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9519856Z [05-13|18:27:48.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9520314Z [05-13|18:27:48.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9520747Z [05-13|18:27:48.127] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9521026Z [05-13|18:27:48.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9521477Z [05-13|18:27:48.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9521802Z [05-13|18:27:48.128] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9521984Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9522153Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9522319Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9522488Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9522656Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9522822Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9522998Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9523163Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9523428Z [05-13|18:27:48.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9523891Z [05-13|18:27:48.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9524221Z [05-13|18:27:48.129] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9524389Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9524653Z [05-13|18:27:48.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9525114Z [05-13|18:27:48.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9525443Z [05-13|18:27:48.129] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9525613Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9525874Z [05-13|18:27:48.130] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9526332Z [05-13|18:27:48.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9526668Z [05-13|18:27:48.130] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9527150Z [05-13|18:27:48.130] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9527401Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9527688Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9527852Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9528320Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9528487Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9528784Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9528942Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9529076Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9529241Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9529518Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9529795Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9530104Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9530264Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9530536Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9530699Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9530970Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9531126Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9531400Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9531563Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9531857Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9532024Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9532323Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9532486Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9532619Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9532785Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9533060Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9533223Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9533523Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9533686Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9533979Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9534140Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9534280Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9534440Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9534725Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9534891Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9535191Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9535353Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9535650Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9535811Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9536103Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9536379Z [05-13|18:27:48.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9536846Z [05-13|18:27:48.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9537121Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9537426Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9537588Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9537882Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9538233Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9538382Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9538547Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9538850Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9539019Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9539428Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9539597Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9539882Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9540042Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9540318Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9540484Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9540755Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9540915Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9541207Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9541374Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9541653Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9541817Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9542120Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9542281Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9542412Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9542578Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9542851Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9543012Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9543311Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9543471Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9543764Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9543928Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9544064Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9544227Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9544506Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9544671Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9544943Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9545105Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9545383Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9545542Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9545674Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9545833Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9546135Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9546408Z [05-13|18:27:48.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9547032Z [05-13|18:27:48.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9547206Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9547486Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9547753Z [05-13|18:27:48.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9548346Z [05-13|18:27:48.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9548613Z [05-13|18:27:48.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9549173Z [05-13|18:27:48.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9549350Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9549628Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9549892Z [05-13|18:27:48.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9550350Z [05-13|18:27:48.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9550512Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9550809Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9550975Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9551252Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9551518Z [05-13|18:27:48.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9551973Z [05-13|18:27:48.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9552233Z [05-13|18:27:48.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9552683Z [05-13|18:27:48.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9553023Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9553352Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9553682Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9554007Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9554334Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9554661Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9554837Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9555113Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9555439Z [05-13|18:27:48.141] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9555605Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9555993Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9556164Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9556335Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9556501Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9556666Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9556831Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9557001Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9557165Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9557328Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9557600Z [05-13|18:27:48.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9558294Z [05-13|18:27:48.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9558652Z [05-13|18:27:48.142] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9558860Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9559129Z [05-13|18:27:48.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9559594Z [05-13|18:27:48.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9559944Z [05-13|18:27:48.142] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9560116Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9560386Z [05-13|18:27:48.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9560856Z [05-13|18:27:48.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9561190Z [05-13|18:27:48.143] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9561669Z [05-13|18:27:48.144] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9561842Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9562146Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9562307Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9562611Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9562773Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9563068Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9563233Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9563527Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9563692Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9563976Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9564136Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9564416Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9564574Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9564857Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9565015Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9565264Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9565429Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9565724Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9565885Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9566184Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9566347Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9566619Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9566788Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9567084Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9567320Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9567455Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9567623Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9567754Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9567913Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9568332Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9568494Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9568767Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9568933Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9569207Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9569367Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9569659Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9569829Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9570106Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9570267Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9570565Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9570724Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9570997Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9571164Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9571462Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9571623Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9571906Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9572069Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9572369Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9572533Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9572826Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9572989Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9573277Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9573445Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9573716Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9573879Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9574157Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9574322Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9574604Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9574891Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9575190Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9575350Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9575629Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9575790Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9576084Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9576355Z [05-13|18:27:48.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9576927Z [05-13|18:27:48.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9577093Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9577390Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9577557Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9577832Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9577993Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9578437Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9578600Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9578896Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9579067Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9579343Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9579507Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9579647Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9579809Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9580081Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9580242Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9580548Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9580817Z [05-13|18:27:48.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9581282Z [05-13|18:27:48.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9581453Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9581737Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9581904Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9582043Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9582204Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9582336Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9582525Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9582831Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9583098Z [05-13|18:27:48.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9583559Z [05-13|18:27:48.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9583721Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9583858Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9584120Z [05-13|18:27:48.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9584694Z [05-13|18:27:48.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9584856Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9585133Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9585479Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9585807Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9586134Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9586781Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9587023Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9587319Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9587503Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9587674Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9587839Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9588010Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9588305Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9588579Z [05-13|18:27:48.151] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9589058Z [05-13|18:27:48.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9589231Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9589572Z [05-13|18:27:48.152] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9589845Z [05-13|18:27:48.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9590302Z [05-13|18:27:48.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9590470Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9590807Z [05-13|18:27:48.153] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9591068Z [05-13|18:27:48.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9591521Z [05-13|18:27:48.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9591853Z [05-13|18:27:48.154] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9592024Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9592282Z [05-13|18:27:48.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9592741Z [05-13|18:27:48.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9593071Z [05-13|18:27:48.155] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9593237Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9593503Z [05-13|18:27:48.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9594077Z [05-13|18:27:48.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9594406Z [05-13|18:27:48.156] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9594579Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9594846Z [05-13|18:27:48.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9595303Z [05-13|18:27:48.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9595745Z [05-13|18:27:48.157] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9596263Z [05-13|18:27:48.157] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9596438Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9596729Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9596892Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9597190Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9597351Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9597492Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9597650Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9597926Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9598237Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9598539Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9598698Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9598996Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9599153Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9599426Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9599588Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9599735Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9599895Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9600184Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9600346Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9600623Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9600791Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9600930Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9601090Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9601364Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9601529Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9601802Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9601961Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9602096Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9602255Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9602552Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9602715Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9602990Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9603272Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9603565Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9603728Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9604001Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9604161Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9604459Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9604619Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9604890Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9605062Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9605292Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9605457Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9605729Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9605898Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9606188Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9606347Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9606624Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9606785Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9607079Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9607243Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9607537Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9607696Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9607999Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9608306Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9608581Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9608740Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9609039Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9609197Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9609490Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9609763Z [05-13|18:27:48.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9610228Z [05-13|18:27:48.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9610565Z [05-13|18:27:48.161] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9610732Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9611010Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9611171Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9611473Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9611633Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9611924Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9612091Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9612368Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9612644Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9612925Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9613084Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9613218Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9613378Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9613653Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9613814Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9614106Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9614273Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9614568Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9614835Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9615120Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9615281Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9615555Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9615721Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9616010Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9616169Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9616443Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9616614Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9616891Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9617053Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9617193Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9617357Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9617651Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9617819Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9618383Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9618567Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9618734Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9619012Z [05-13|18:27:48.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9619478Z [05-13|18:27:48.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9619648Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9619986Z [05-13|18:27:48.163] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9620252Z [05-13|18:27:48.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9620704Z [05-13|18:27:48.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9621038Z [05-13|18:27:48.164] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9621205Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9621464Z [05-13|18:27:48.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9621928Z [05-13|18:27:48.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9622428Z [05-13|18:27:48.165] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9622595Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9622858Z [05-13|18:27:48.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9623308Z [05-13|18:27:48.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9623474Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9623809Z [05-13|18:27:48.166] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9624068Z [05-13|18:27:48.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9624629Z [05-13|18:27:48.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9624972Z [05-13|18:27:48.167] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9625139Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9625400Z [05-13|18:27:48.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9625860Z [05-13|18:27:48.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9626186Z [05-13|18:27:48.168] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9626352Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9626621Z [05-13|18:27:48.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9627076Z [05-13|18:27:48.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9627405Z [05-13|18:27:48.169] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9627577Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9627835Z [05-13|18:27:48.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9628422Z [05-13|18:27:48.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9628761Z [05-13|18:27:48.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9628931Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9629186Z [05-13|18:27:48.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9629647Z [05-13|18:27:48.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9629976Z [05-13|18:27:48.170] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9630457Z [05-13|18:27:48.171] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9630626Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9630909Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9631074Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9631328Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9631486Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9631761Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9631925Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9632223Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9632381Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9632518Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9632676Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9632973Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9633131Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9633368Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9633528Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9633805Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9633969Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9634243Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9634406Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9634715Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9634880Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9635175Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9635344Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9635639Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9635802Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9636081Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9636247Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9636537Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9636699Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9636979Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9637139Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9637417Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9637582Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9637853Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9638017Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9638279Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9638445Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9638739Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9638900Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9639198Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9639358Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9639493Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9639659Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9639936Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9640096Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9640375Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9640537Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9640949Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9641118Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9641410Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9641569Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9641840Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9642006Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9642301Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9642566Z [05-13|18:27:48.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9643136Z [05-13|18:27:48.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9643306Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9643439Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9643603Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9643880Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9644040Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9644338Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9644497Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9644771Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9645121Z [05-13|18:27:48.174] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9645287Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9645566Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9645726Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9646007Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9646168Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9646467Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9646634Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9646927Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9647084Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9647363Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9647525Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9647820Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9648216Z [05-13|18:27:48.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9648680Z [05-13|18:27:48.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9649017Z [05-13|18:27:48.175] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9649187Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9649319Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9649479Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9649781Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9650055Z [05-13|18:27:48.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9650643Z [05-13|18:27:48.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9650903Z [05-13|18:27:48.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9651354Z [05-13|18:27:48.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9651515Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9651812Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9651981Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9652354Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9652516Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9652799Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9652959Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9653231Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9653567Z [05-13|18:27:48.178] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9653886Z [05-13|18:27:48.178] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9654046Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9654348Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9654509Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9654814Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9654989Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9655266Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9655426Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9655718Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9655983Z [05-13|18:27:48.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9656437Z [05-13|18:27:48.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9656766Z [05-13|18:27:48.179] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9656944Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9657116Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9657281Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9657452Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9657614Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9657777Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9658160Z [05-13|18:27:48.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9658615Z [05-13|18:27:48.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9658971Z [05-13|18:27:48.180] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9659147Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9659407Z [05-13|18:27:48.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9659976Z [05-13|18:27:48.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9660303Z [05-13|18:27:48.180] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9660471Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9660729Z [05-13|18:27:48.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9661185Z [05-13|18:27:48.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9661612Z [05-13|18:27:48.182] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9661783Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9662048Z [05-13|18:27:48.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9662498Z [05-13|18:27:48.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9662824Z [05-13|18:27:48.183] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9662996Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9663253Z [05-13|18:27:48.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9663714Z [05-13|18:27:48.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9664049Z [05-13|18:27:48.184] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9664530Z [05-13|18:27:48.184] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9664693Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9664831Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9664991Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9665130Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9665288Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9665592Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9665756Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9666052Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9666222Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9666516Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9666674Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9666956Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9667114Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9667387Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9667553Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9667825Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9667983Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9668386Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9668547Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9668931Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9669094Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9669374Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9669536Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9669828Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9669994Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9670292Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9670460Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9670749Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9671009Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9671294Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9671461Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9671737Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9671898Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9672193Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9672359Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9672656Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9672817Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9672959Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9673120Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9673415Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9673583Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9673872Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9674035Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9674315Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9674479Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9674770Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9674940Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9675235Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9675395Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9675530Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9675695Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9675973Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9676133Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9676433Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9676594Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9676867Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9677031Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9677321Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9677480Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9677772Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9677940Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9678447Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9678608Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9678889Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9679050Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9679322Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9679491Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9679785Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9679945Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9680224Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9680507Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9680785Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9680952Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9681233Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9681393Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9681668Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9681833Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9682107Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9682267Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9682407Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9682565Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9682860Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9683028Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9683161Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9683321Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9683595Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9683761Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9683893Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9684055Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9684359Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9684634Z [05-13|18:27:48.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9685112Z [05-13|18:27:48.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9685460Z [05-13|18:27:48.189] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9685626Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9685924Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9686092Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9686384Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9686654Z [05-13|18:27:48.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9687117Z [05-13|18:27:48.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9687451Z [05-13|18:27:48.190] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9687826Z [05-13|18:27:48.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9688398Z [05-13|18:27:48.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9688733Z [05-13|18:27:48.191] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9688906Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9689076Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9689244Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9689407Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9689817Z [05-13|18:27:48.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9690277Z [05-13|18:27:48.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9690605Z [05-13|18:27:48.192] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9690777Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9691036Z [05-13|18:27:48.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9691483Z [05-13|18:27:48.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9691817Z [05-13|18:27:48.192] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9691987Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9692246Z [05-13|18:27:48.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9692698Z [05-13|18:27:48.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9692870Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9693195Z [05-13|18:27:48.193] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9693454Z [05-13|18:27:48.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9693910Z [05-13|18:27:48.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9694237Z [05-13|18:27:48.194] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9694406Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9694667Z [05-13|18:27:48.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9695115Z [05-13|18:27:48.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9695440Z [05-13|18:27:48.195] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9695613Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9695872Z [05-13|18:27:48.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9696320Z [05-13|18:27:48.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9696600Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9696925Z [05-13|18:27:48.196] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9697183Z [05-13|18:27:48.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9697646Z [05-13|18:27:48.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9697974Z [05-13|18:27:48.197] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9698568Z [05-13|18:27:48.197] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9698856Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9699161Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9699324Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9699466Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9699623Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9699918Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9700081Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9700359Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9700516Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9700798Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9700957Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9701233Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9701399Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9701670Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9701827Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9702126Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9702289Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9702580Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9702740Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9702876Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9703039Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9703180Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9703358Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9703644Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9703810Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9704088Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9704256Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9704555Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9704715Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9704852Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9705022Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9705296Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9705462Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9705760Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9706035Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9706335Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9706496Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9706773Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9706934Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9707210Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9707370Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9707645Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9707809Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9708324Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9708494Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9708635Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9708796Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9709068Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9709231Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9709525Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9709685Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9709977Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9710142Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9710414Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9710577Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9710879Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9711156Z [05-13|18:27:48.200] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9711620Z [05-13|18:27:48.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9711796Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9712093Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9712256Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9712542Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9712703Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9712982Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9713148Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9713445Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9713609Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9713901Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9714067Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9714201Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9714362Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9714646Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9714807Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9715104Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9715272Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9715544Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9715704Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9716002Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9716162Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9716451Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9716609Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9716892Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9717229Z [05-13|18:27:48.202] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9717390Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9717746Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9717906Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9718299Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9718465Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9718759Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9719027Z [05-13|18:27:48.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9719488Z [05-13|18:27:48.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9719820Z [05-13|18:27:48.203] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9719982Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9720284Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9720550Z [05-13|18:27:48.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9721000Z [05-13|18:27:48.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9721336Z [05-13|18:27:48.204] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9721595Z [05-13|18:27:48.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9722042Z [05-13|18:27:48.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9722373Z [05-13|18:27:48.205] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9722538Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9722817Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9722981Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9723275Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9723536Z [05-13|18:27:48.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9723991Z [05-13|18:27:48.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9724320Z [05-13|18:27:48.206] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9724483Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9724763Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9725049Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9725215Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9725381Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9725552Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9725717Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9725881Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9726150Z [05-13|18:27:48.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9726600Z [05-13|18:27:48.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9727026Z [05-13|18:27:48.207] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9727205Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9727463Z [05-13|18:27:48.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9727913Z [05-13|18:27:48.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9728359Z [05-13|18:27:48.208] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9728529Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9728786Z [05-13|18:27:48.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9729243Z [05-13|18:27:48.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9729572Z [05-13|18:27:48.209] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9729738Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9730001Z [05-13|18:27:48.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9730448Z [05-13|18:27:48.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9730775Z [05-13|18:27:48.210] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9730946Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9731203Z [05-13|18:27:48.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9731662Z [05-13|18:27:48.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9731998Z [05-13|18:27:48.211] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9732473Z [05-13|18:27:48.211] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9732637Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9732917Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9733078Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9733377Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9733540Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9733835Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9734109Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9734241Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9734404Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9734694Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9734854Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9734991Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9735151Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9735429Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9735591Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9735881Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9736141Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9736284Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9736442Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9736736Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9736899Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9737193Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9737355Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9737646Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9737816Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9738228Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9738392Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9738531Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9738694Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9738972Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9739135Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9739407Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9739566Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9739839Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9740003Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9740293Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9740454Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9740744Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9740906Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9741180Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9741345Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9741616Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9741775Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9742054Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9742214Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9742508Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9742668Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9742963Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9743126Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9743538Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9743704Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9743994Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9744153Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9744449Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9744716Z [05-13|18:27:48.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9745177Z [05-13|18:27:48.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9745345Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9745723Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9745993Z [05-13|18:27:48.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9746450Z [05-13|18:27:48.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9746613Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9746746Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9747013Z [05-13|18:27:48.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9747461Z [05-13|18:27:48.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9747722Z [05-13|18:27:48.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9748288Z [05-13|18:27:48.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9748456Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9748733Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9748897Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9749190Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9749349Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9749621Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9749785Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9750078Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9750342Z [05-13|18:27:48.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9750799Z [05-13|18:27:48.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9750960Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9751254Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9751518Z [05-13|18:27:48.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9751967Z [05-13|18:27:48.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9752129Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9752415Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9752693Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9752969Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9753134Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9753408Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9753568Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9753844Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9754004Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9754276Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9754607Z [05-13|18:27:48.220] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9754872Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9755163Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9755322Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9755462Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9755621Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9755916Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9756085Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9756375Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9756637Z [05-13|18:27:48.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9757100Z [05-13|18:27:48.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9757261Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9757542Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9757706Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9758003Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9758280Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9758556Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9758916Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9759243Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9759569Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9759899Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9760219Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9760543Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9760705Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9760838Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9761007Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9761179Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9761344Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9761510Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9761682Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9761966Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9762130Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9762299Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9762564Z [05-13|18:27:48.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9763018Z [05-13|18:27:48.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9763350Z [05-13|18:27:48.223] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9763517Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9763777Z [05-13|18:27:48.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9764377Z [05-13|18:27:48.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9764716Z [05-13|18:27:48.224] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9764882Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9765149Z [05-13|18:27:48.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9765606Z [05-13|18:27:48.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9765936Z [05-13|18:27:48.225] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9766420Z [05-13|18:27:48.225] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9766587Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9766885Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9767048Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9767347Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9767506Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9767798Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9767964Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9768534Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9768702Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9769005Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9769169Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9769446Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9769608Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9769887Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9770044Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9770343Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9770503Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9770779Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9770939Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9771078Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9771244Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9771666Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9771832Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9772128Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9772288Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9772564Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9772724Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9773018Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9773291Z [05-13|18:27:48.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9773850Z [05-13|18:27:48.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9774020Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9774297Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9774464Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9774597Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9774763Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9775043Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9775203Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9775334Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9775498Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9775793Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9775956Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9776242Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9776402Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9776695Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9776854Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9777134Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9777294Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9777567Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9777732Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9777863Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9778023Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9778438Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9778603Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9778894Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9779059Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9779351Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9779511Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9779645Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9779809Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9780098Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9780259Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9780549Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9780708Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9781100Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9781263Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9781559Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9781719Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9781998Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9782159Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9782452Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9782611Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9782890Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9783151Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9783431Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9783599Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9783872Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9784031Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9784311Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9784471Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9784744Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9785088Z [05-13|18:27:48.230] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9785248Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9785544Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9785713Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9785846Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9786006Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9786281Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9786447Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9786744Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9786903Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9787200Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9787359Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9787651Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9787816Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9787950Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9788226Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9788504Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9788779Z [05-13|18:27:48.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9789240Z [05-13|18:27:48.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9789582Z [05-13|18:27:48.231] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9789753Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9789920Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9790090Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9790480Z [05-13|18:27:48.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9790933Z [05-13|18:27:48.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9791267Z [05-13|18:27:48.232] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9791439Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9791701Z [05-13|18:27:48.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9792154Z [05-13|18:27:48.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9792588Z [05-13|18:27:48.233] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9792762Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9793025Z [05-13|18:27:48.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9793483Z [05-13|18:27:48.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9793812Z [05-13|18:27:48.234] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9793979Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9794245Z [05-13|18:27:48.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9794698Z [05-13|18:27:48.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9795032Z [05-13|18:27:48.235] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9795203Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9795462Z [05-13|18:27:48.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9795911Z [05-13|18:27:48.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9796238Z [05-13|18:27:48.236] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9796404Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9796665Z [05-13|18:27:48.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9797120Z [05-13|18:27:48.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9797448Z [05-13|18:27:48.237] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9797615Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9797877Z [05-13|18:27:48.237] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9798441Z [05-13|18:27:48.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9798769Z [05-13|18:27:48.238] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9798944Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9799203Z [05-13|18:27:48.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9799777Z [05-13|18:27:48.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9800114Z [05-13|18:27:48.239] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9800593Z [05-13|18:27:48.239] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9800758Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9800897Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9801056Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9801436Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9801603Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9801904Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9802063Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9802369Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9802528Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9802806Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9802965Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9803244Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9803402Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9803695Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9803863Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9804161Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9804320Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9804600Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9804758Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9805032Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9805207Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9805485Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9805645Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9805937Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9806104Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9806394Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9806556Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9806833Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9806994Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9807127Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9807293Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9807589Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9807750Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9807885Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9808161Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9808297Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9808461Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9808874Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9809034Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9809311Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9809476Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9809768Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9809929Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9810227Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9810400Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9810676Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9810940Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9811237Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9811511Z [05-13|18:27:48.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9811975Z [05-13|18:27:48.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9812143Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9812421Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9812582Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9812860Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9813125Z [05-13|18:27:48.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9813580Z [05-13|18:27:48.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9813750Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9814029Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9814188Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9814489Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9814653Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9814924Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9815089Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9815371Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9815535Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9815813Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9815979Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9816276Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9816436Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9816714Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9816874Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9817173Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9817338Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9817631Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9817791Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9817930Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9818294Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9818570Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9818738Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9819011Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9819172Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9819441Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9819605Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9819879Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9820214Z [05-13|18:27:48.244] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9820730Z [05-13|18:27:48.245] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9820898Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9821032Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9821197Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9821491Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9821652Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9821949Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9822109Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9822242Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9822403Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9822707Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9822868Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9823165Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9823331Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9823626Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9823892Z [05-13|18:27:48.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9824353Z [05-13|18:27:48.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9824686Z [05-13|18:27:48.246] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9824858Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9825036Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9825206Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9825379Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9825648Z [05-13|18:27:48.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9826097Z [05-13|18:27:48.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9826423Z [05-13|18:27:48.247] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9826595Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9826854Z [05-13|18:27:48.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9827308Z [05-13|18:27:48.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9827756Z [05-13|18:27:48.247] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9827921Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9828300Z [05-13|18:27:48.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9828760Z [05-13|18:27:48.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9829084Z [05-13|18:27:48.248] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9829252Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9829626Z [05-13|18:27:48.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9830078Z [05-13|18:27:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9830406Z [05-13|18:27:48.249] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9830578Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9830838Z [05-13|18:27:48.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9831286Z [05-13|18:27:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9831621Z [05-13|18:27:48.250] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9831791Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9832050Z [05-13|18:27:48.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9832509Z [05-13|18:27:48.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9832838Z [05-13|18:27:48.251] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9833005Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9833270Z [05-13|18:27:48.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9833726Z [05-13|18:27:48.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9834060Z [05-13|18:27:48.252] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9834545Z [05-13|18:27:48.252] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9834710Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9835011Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9835177Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9835457Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9835615Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9835889Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9836051Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9836325Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9836484Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9836771Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9836927Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9837202Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9837365Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9837658Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9837816Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9838208Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9838368Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9838644Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9838912Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9839217Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9839385Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9839680Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9839850Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9839982Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9840142Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9840425Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9840588Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9840884Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9841052Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9841186Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9841347Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9841625Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9841794Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9842068Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9842231Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9842531Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9842691Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9842983Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9843149Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9843423Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9843587Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9843867Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9844029Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9844298Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9844459Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9844733Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9844894Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9845025Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9845189Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9845483Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9845643Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9845922Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9846194Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9846485Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9846646Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9846786Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9846946Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9847237Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9847400Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9847676Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9847834Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9848247Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9848520Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9848820Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9848985Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9849274Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9849438Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9849735Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9849895Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9850026Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9850186Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9850475Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9850637Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9850938Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9851216Z [05-13|18:27:48.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9851677Z [05-13|18:27:48.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9852012Z [05-13|18:27:48.256] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9852181Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9852314Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9852577Z [05-13|18:27:48.256] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9853035Z [05-13|18:27:48.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9853368Z [05-13|18:27:48.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9853627Z [05-13|18:27:48.257] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9854087Z [05-13|18:27:48.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9854249Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9854553Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9854722Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9855021Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9855286Z [05-13|18:27:48.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9855860Z [05-13|18:27:48.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9856022Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9856300Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9856469Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9856764Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9857022Z [05-13|18:27:48.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9857473Z [05-13|18:27:48.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9857710Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9857992Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9858366Z [05-13|18:27:48.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9858855Z [05-13|18:27:48.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9859018Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9859316Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9859485Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9859762Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9860098Z [05-13|18:27:48.261] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9860428Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9860755Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9860918Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9861196Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9861518Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9861679Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9861978Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9862243Z [05-13|18:27:48.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9862697Z [05-13|18:27:48.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9863024Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9863193Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9863360Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9863532Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9863696Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9863860Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9864024Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9864194Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9864365Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9864627Z [05-13|18:27:48.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9865204Z [05-13|18:27:48.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9865377Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9865707Z [05-13|18:27:48.263] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9865973Z [05-13|18:27:48.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9866421Z [05-13|18:27:48.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9866845Z [05-13|18:27:48.264] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9867021Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9867279Z [05-13|18:27:48.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9867741Z [05-13|18:27:48.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9868193Z [05-13|18:27:48.265] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9868672Z [05-13|18:27:48.265] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9868834Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9869125Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9869293Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9869569Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9869732Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9869866Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9870023Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9870158Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9870315Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9870591Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9870748Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9871026Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9871182Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9871481Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9871647Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9871781Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9871937Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9872216Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9872374Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9872650Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9872817Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9873090Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9873253Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9873383Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9873552Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9873828Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9874110Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9874410Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9874569Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9874702Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9874866Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9875141Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9875304Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9875607Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9875772Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9876141Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9876307Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9876607Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9876767Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9877061Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9877227Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9877499Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9877660Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9877941Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9878217Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9878516Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9878682Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9878961Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9879119Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9879249Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9879414Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9879687Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9879847Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9880143Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9880302Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9880595Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9880761Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9881036Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9881197Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9881333Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9881494Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9881787Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9881946Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9882245Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9882407Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9882699Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9882864Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9883159Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9883436Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9883733Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9884003Z [05-13|18:27:48.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9887140Z [05-13|18:27:48.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9887541Z [05-13|18:27:48.270] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9887728Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9888233Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9888573Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9888869Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9889043Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9889346Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9889521Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9889806Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9889970Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9890251Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9890412Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9890712Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9890882Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9891161Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9891326Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9891631Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9891794Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9892087Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9892249Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9892550Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9892830Z [05-13|18:27:48.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9893300Z [05-13|18:27:48.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9893642Z [05-13|18:27:48.272] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9893809Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9894109Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9894279Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9894554Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9894821Z [05-13|18:27:48.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9895293Z [05-13|18:27:48.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9895648Z [05-13|18:27:48.273] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9896049Z [05-13|18:27:48.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9896514Z [05-13|18:27:48.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9896842Z [05-13|18:27:48.274] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9897106Z [05-13|18:27:48.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9897561Z [05-13|18:27:48.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9897892Z [05-13|18:27:48.275] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9898296Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9898489Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9898657Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9898822Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9898992Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9899158Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9899425Z [05-13|18:27:48.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9899886Z [05-13|18:27:48.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9900054Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9900388Z [05-13|18:27:48.276] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9900663Z [05-13|18:27:48.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9901115Z [05-13|18:27:48.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9901439Z [05-13|18:27:48.276] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9901613Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9901874Z [05-13|18:27:48.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9902325Z [05-13|18:27:48.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9902661Z [05-13|18:27:48.277] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9902835Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9903103Z [05-13|18:27:48.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9903564Z [05-13|18:27:48.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9903898Z [05-13|18:27:48.278] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9904070Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9904341Z [05-13|18:27:48.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9904812Z [05-13|18:27:48.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9905259Z [05-13|18:27:48.279] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9905745Z [05-13|18:27:48.279] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9905915Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9906205Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9906375Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9906512Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9906672Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9906953Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9907191Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9907470Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9907633Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9907772Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9907931Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9908356Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9908523Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9908827Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9908990Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9909296Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9909455Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9909751Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9909913Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9910195Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9910361Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9910661Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9910831Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9911118Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9911280Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9911578Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9911738Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9912014Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9912183Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9912462Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9912623Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9912916Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9913083Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9913381Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9913542Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9913823Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9913988Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9914280Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9914453Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9914750Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9914912Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9915209Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9915370Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9915650Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9915812Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9915956Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9916115Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9916390Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9916560Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9916955Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9917123Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9917421Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9917582Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9917854Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9918021Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9918275Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9918437Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9918728Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9918896Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9919191Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9919355Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9919657Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9919819Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9920096Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9920262Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9920538Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9920699Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9920993Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9921152Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9921284Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9921444Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9921585Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9921748Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9922043Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9922321Z [05-13|18:27:48.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9922786Z [05-13|18:27:48.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9923122Z [05-13|18:27:48.284] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9923291Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9923570Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9923731Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9924036Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9924317Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9924613Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9924779Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9925055Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9925215Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9925514Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9925786Z [05-13|18:27:48.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9926342Z [05-13|18:27:48.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9926678Z [05-13|18:27:48.285] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9926852Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9927131Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9927293Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9927571Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9927834Z [05-13|18:27:48.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9928406Z [05-13|18:27:48.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9928750Z [05-13|18:27:48.286] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9928913Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9929215Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9929481Z [05-13|18:27:48.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9929936Z [05-13|18:27:48.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9930263Z [05-13|18:27:48.287] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9930432Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9930730Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9930891Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9931178Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9931449Z [05-13|18:27:48.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9931905Z [05-13|18:27:48.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9932241Z [05-13|18:27:48.288] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9932414Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9932582Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9932754Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9932921Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9933087Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9933255Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9933640Z [05-13|18:27:48.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9934093Z [05-13|18:27:48.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9934419Z [05-13|18:27:48.289] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9934591Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9934851Z [05-13|18:27:48.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9935301Z [05-13|18:27:48.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9935747Z [05-13|18:27:48.290] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9935923Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9936183Z [05-13|18:27:48.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9936643Z [05-13|18:27:48.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9936971Z [05-13|18:27:48.291] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9937140Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9937403Z [05-13|18:27:48.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9937854Z [05-13|18:27:48.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9938306Z [05-13|18:27:48.292] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9938484Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9938747Z [05-13|18:27:48.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9939206Z [05-13|18:27:48.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9939546Z [05-13|18:27:48.293] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9940025Z [05-13|18:27:48.293] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9940195Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9940485Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9940648Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9940949Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9941116Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9941410Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9941571Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9941871Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9942030Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9942309Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9942478Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9942887Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:52.9943047Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9943182Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9943346Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9943640Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9943799Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9944080Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9944241Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9944516Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9944685Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9945064Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9945237Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9945521Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9945683Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9945815Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9945977Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9946255Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9946417Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9946549Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9946715Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9946989Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9947153Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9947433Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9947596Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9947892Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9948164Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9948452Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9948614Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9948907Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9949072Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9949348Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9949508Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9949812Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9949975Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9950251Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9950418Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9950694Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9950855Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9951153Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9951314Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9951609Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9951770Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9952053Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9952329Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9952624Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9952793Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9953085Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9953248Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9953549Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9953710Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9953982Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9954149Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9954547Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9954712Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9954992Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9955158Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9955433Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9955602Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9955900Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9956061Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9956350Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9956517Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9956794Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9956962Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9957103Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9957263Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9957539Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9957699Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9957978Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9958330Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9958567Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9958884Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9959264Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9959428Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9959569Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9959735Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9960032Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9960200Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9960496Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9960656Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9960788Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9960955Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:52.9961251Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9961522Z [05-13|18:27:48.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9961996Z [05-13|18:27:48.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9962475Z [05-13|18:27:48.298] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9962647Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:52.9962822Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:52.9963086Z [05-13|18:27:48.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9963540Z [05-13|18:27:48.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9963875Z [05-13|18:27:48.299] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9964047Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:52.9964412Z [05-13|18:27:48.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9964879Z [05-13|18:27:48.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9965212Z [05-13|18:27:48.300] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9965381Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:52.9965647Z [05-13|18:27:48.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:52.9966100Z [05-13|18:27:48.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9966427Z [05-13|18:27:48.300] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9966603Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:52.9966866Z [05-13|18:27:48.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:52.9967318Z [05-13|18:27:48.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9967653Z [05-13|18:27:48.301] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:52.9967820Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:52.9968219Z [05-13|18:27:48.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:52.9968680Z [05-13|18:27:48.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9969011Z [05-13|18:27:48.302] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:52.9969184Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:52.9969448Z [05-13|18:27:48.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:52.9969898Z [05-13|18:27:48.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9970221Z [05-13|18:27:48.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:52.9970396Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:52.9970654Z [05-13|18:27:48.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:52.9971105Z [05-13|18:27:48.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9971551Z [05-13|18:27:48.304] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:52.9971718Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:52.9971977Z [05-13|18:27:48.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:52.9972436Z [05-13|18:27:48.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9972764Z [05-13|18:27:48.305] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:52.9972930Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:52.9973293Z [05-13|18:27:48.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:52.9973754Z [05-13|18:27:48.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9974091Z [05-13|18:27:48.307] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:52.9974573Z [05-13|18:27:48.307] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:52.9974737Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:52.9975036Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:52.9975201Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:52.9975500Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:52.9975663Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:52.9975799Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:52.9975962Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:52.9976254Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:52.9976412Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:52.9976697Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9976854Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:52.9977131Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9977294Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:52.9977590Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:52.9977747Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:52.9978030Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9978314Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:52.9978609Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:52.9978773Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:52.9978907Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:52.9979072Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:52.9979368Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:52.9979536Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:52.9979670Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:52.9979832Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:52.9980119Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9980284Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:52.9980582Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:52.9980867Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:52.9981141Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9981303Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:52.9981597Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:52.9981763Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:52.9982054Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:52.9982215Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:52.9982515Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:52.9982676Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:52.9983109Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:52.9983282Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:52.9983561Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9983722Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:52.9984006Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:52.9984167Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:52.9984439Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:52.9984601Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:52.9984883Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:52.9985043Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:52.9985320Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:52.9985492Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:52.9985789Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:52.9985949Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:52.9986234Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9986394Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:52.9986687Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:52.9986853Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:52.9987131Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9987290Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:52.9987428Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:52.9987590Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:52.9987867Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:52.9988027Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:52.9988425Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9988585Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:52.9988857Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9989023Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:52.9989297Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:52.9989456Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:52.9989592Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:52.9989752Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:52.9989888Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:52.9990046Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:52.9990467Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:52.9990627Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:52.9990759Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:52.9990926Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:52.9991220Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:52.9991490Z [05-13|18:27:48.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:52.9991951Z [05-13|18:27:48.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:52.9992111Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:52.9992506Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:52.9992676Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:52.9992953Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:52.9993114Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:52.9993409Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:52.9993569Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:52.9993841Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:52.9994103Z [05-13|18:27:48.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:52.9994558Z [05-13|18:27:48.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:52.9994821Z [05-13|18:27:48.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:52.9995273Z [05-13|18:27:48.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:52.9995434Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:52.9995711Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:52.9996045Z [05-13|18:27:48.314] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:52.9996209Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:52.9996483Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:52.9996817Z [05-13|18:27:48.314] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:52.9997146Z [05-13|18:27:48.314] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:52.9997308Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:52.9997604Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:52.9997869Z [05-13|18:27:48.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:52.9998438Z [05-13|18:27:48.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:52.9998764Z [05-13|18:27:48.315] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:52.9998929Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:52.9999225Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:52.9999601Z [05-13|18:27:48.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0000060Z [05-13|18:27:48.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0000386Z [05-13|18:27:48.316] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0000547Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0000846Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0001015Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0001181Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0001349Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0001611Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0001783Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0001948Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0002213Z [05-13|18:27:48.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0002662Z [05-13|18:27:48.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0002989Z [05-13|18:27:48.317] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0003160Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0003419Z [05-13|18:27:48.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0003872Z [05-13|18:27:48.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0004201Z [05-13|18:27:48.318] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0004369Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0004626Z [05-13|18:27:48.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0005078Z [05-13|18:27:48.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0005404Z [05-13|18:27:48.319] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0005568Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0005834Z [05-13|18:27:48.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0006285Z [05-13|18:27:48.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0006613Z [05-13|18:27:48.319] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0006782Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0007037Z [05-13|18:27:48.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0007491Z [05-13|18:27:48.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0007822Z [05-13|18:27:48.320] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0008426Z [05-13|18:27:48.321] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0008714Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0009019Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0009181Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0009464Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0009633Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0009767Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0009924Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0010206Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0010366Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0010768Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0010937Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0011230Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0011397Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0011688Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0011853Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0012132Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0012289Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0012566Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0012723Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0013023Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0013195Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0013488Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0013647Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0013784Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0013943Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0014216Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0014375Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0014673Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0014832Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0015121Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0015289Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0015565Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0015728Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0016030Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0016301Z [05-13|18:27:48.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0016759Z [05-13|18:27:48.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0016923Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0017226Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0017389Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0017672Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0017923Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0018335Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0018496Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0018776Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0018936Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0019067Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0019230Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0019361Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0019626Z [05-13|18:27:48.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0020196Z [05-13|18:27:48.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0020366Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0020660Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0020926Z [05-13|18:27:48.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0021389Z [05-13|18:27:48.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0021550Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0021860Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0022021Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0022294Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0022463Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0022739Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0022899Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0023168Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0023332Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0023606Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0023766Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0024065Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0024225Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0024518Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0024684Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0024959Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0025125Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0025262Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0025424Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0025723Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0025883Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0026164Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0026323Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0026607Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0026774Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0027050Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0027323Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0027620Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0027781Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0028200Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0028369Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0028501Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0028660Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0028934Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0029206Z [05-13|18:27:48.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0029771Z [05-13|18:27:48.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0029940Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0030224Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0030385Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0030678Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0030843Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0031136Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0031397Z [05-13|18:27:48.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0031857Z [05-13|18:27:48.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0032018Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0032297Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0032637Z [05-13|18:27:48.329] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0032800Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0032932Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0033199Z [05-13|18:27:48.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0033649Z [05-13|18:27:48.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0033810Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0034095Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0034426Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0034756Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0035085Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0035409Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0035729Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0035906Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0036073Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0036239Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0036403Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0036686Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0036852Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0037016Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0037285Z [05-13|18:27:48.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0037738Z [05-13|18:27:48.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0038184Z [05-13|18:27:48.331] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0038370Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0038754Z [05-13|18:27:48.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0039217Z [05-13|18:27:48.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0039554Z [05-13|18:27:48.332] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0039724Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0039988Z [05-13|18:27:48.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0040446Z [05-13|18:27:48.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0040779Z [05-13|18:27:48.333] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0040949Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0041219Z [05-13|18:27:48.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0041676Z [05-13|18:27:48.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0042015Z [05-13|18:27:48.334] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0042498Z [05-13|18:27:48.334] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0042665Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0042969Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0043136Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0043436Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0043597Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0043883Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0044042Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0044316Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0044472Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0044752Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0044909Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0045203Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0045365Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0045639Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0045911Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0046051Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0046206Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0046340Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0046501Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0046632Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0046797Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0047070Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0047239Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0047534Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0047693Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0048169Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0048352Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0048657Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0048825Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0049102Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0049262Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0049542Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0049703Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0049999Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0050160Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0050460Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0050623Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0050897Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0051061Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0051332Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0051491Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0051770Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0051928Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0052228Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0052393Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0052667Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0052828Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0053103Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0053271Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0053568Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0053730Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0054030Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0054190Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0054480Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0054645Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0054777Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0054939Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0055238Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0055518Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0055801Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0055962Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0056243Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0056404Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0056535Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0056717Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0057012Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0057175Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0057596Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0057763Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0058167Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0058336Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0058612Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0058773Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0059095Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0059264Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0059536Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0059699Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0060002Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0060272Z [05-13|18:27:48.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0060738Z [05-13|18:27:48.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0061083Z [05-13|18:27:48.339] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0061245Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0061521Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0061792Z [05-13|18:27:48.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0062251Z [05-13|18:27:48.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0062413Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0062719Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0062879Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0063174Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0063339Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0063616Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0063955Z [05-13|18:27:48.340] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0064122Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0064258Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0064417Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0064718Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0065004Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0065302Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0065473Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0065612Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0065891Z [05-13|18:27:48.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0066350Z [05-13|18:27:48.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0066694Z [05-13|18:27:48.341] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0066869Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0067140Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0067315Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0067480Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0067748Z [05-13|18:27:48.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0068326Z [05-13|18:27:48.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0068663Z [05-13|18:27:48.342] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0068831Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0069099Z [05-13|18:27:48.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0069553Z [05-13|18:27:48.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0069723Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0070059Z [05-13|18:27:48.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0070320Z [05-13|18:27:48.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0070768Z [05-13|18:27:48.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0071098Z [05-13|18:27:48.343] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0071263Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0071523Z [05-13|18:27:48.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0071991Z [05-13|18:27:48.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0072328Z [05-13|18:27:48.344] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0072501Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0072766Z [05-13|18:27:48.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0073235Z [05-13|18:27:48.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0073403Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0073739Z [05-13|18:27:48.345] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0074126Z [05-13|18:27:48.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0074580Z [05-13|18:27:48.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0074914Z [05-13|18:27:48.346] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0075082Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0075345Z [05-13|18:27:48.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0075803Z [05-13|18:27:48.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0076239Z [05-13|18:27:48.347] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0076728Z [05-13|18:27:48.347] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0076899Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0077185Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0077347Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0077652Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0077816Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0078213Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0078376Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0078683Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0078845Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0079140Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0079307Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0079583Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0079739Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0080015Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0080172Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0080467Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0080732Z [05-13|18:27:48.349] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0081197Z [05-13|18:27:48.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0081364Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0081658Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0081823Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0082118Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0082282Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0082559Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0082723Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0083020Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0083190Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0083485Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0083765Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0084042Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0084203Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0084479Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0084638Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0084779Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0084939Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0085237Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0085407Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0085800Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0085967Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0086248Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0086512Z [05-13|18:27:48.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0086975Z [05-13|18:27:48.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0087143Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0087424Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0087583Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0087896Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0088199Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0088340Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0088500Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0088636Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0088797Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0089093Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0089362Z [05-13|18:27:48.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0089814Z [05-13|18:27:48.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0090075Z [05-13|18:27:48.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.0090531Z [05-13|18:27:48.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0090695Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0090971Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0091137Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0091267Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0091524Z [05-13|18:27:48.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0091983Z [05-13|18:27:48.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0092142Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0092437Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0092606Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0092856Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0093020Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0093296Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0093461Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0093756Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0094015Z [05-13|18:27:48.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0094468Z [05-13|18:27:48.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0094629Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0095026Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0095200Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0095476Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0095637Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0095942Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0096102Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0096375Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0096538Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0096829Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0096988Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0097262Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0097430Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0097564Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0097723Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0098025Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0098443Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0098744Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0098910Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0099187Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0099351Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0099630Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0099789Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0100065Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0100228Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0100504Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0100666Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0100939Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0101104Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0101400Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0101563Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0101700Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0101860Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0102136Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0102476Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0102928Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0103257Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0103583Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0103908Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0104233Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0104508Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0104680Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0104851Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0105015Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0105185Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0105347Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0105519Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0105792Z [05-13|18:27:48.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0106252Z [05-13|18:27:48.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0106577Z [05-13|18:27:48.358] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0106752Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0107016Z [05-13|18:27:48.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0107471Z [05-13|18:27:48.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0107806Z [05-13|18:27:48.359] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0107972Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0108367Z [05-13|18:27:48.359] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0108825Z [05-13|18:27:48.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0109159Z [05-13|18:27:48.359] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0109331Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0109598Z [05-13|18:27:48.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0110056Z [05-13|18:27:48.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0110389Z [05-13|18:27:48.360] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0110869Z [05-13|18:27:48.361] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0111033Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0111340Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0111623Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0111900Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0112059Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0112360Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0112627Z [05-13|18:27:48.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0113078Z [05-13|18:27:48.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0113244Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0113521Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0113777Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0114063Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0114221Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0114354Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0114511Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0114816Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0114975Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0115266Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0115428Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0115721Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0115884Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0116182Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0116349Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0116621Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0116788Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0117079Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0117259Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0117548Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0117720Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0118010Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0118290Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0118590Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0118754Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0119029Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0119192Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0119466Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0119625Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0119903Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0120063Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0120359Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0120520Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0120818Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0120980Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0121370Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0121534Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0121826Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0121985Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0122122Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0122281Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0122574Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0122737Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0123008Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0123265Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0123541Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0123709Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0123985Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0124145Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0124422Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0124585Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0124877Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0125042Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0125315Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0125475Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0125754Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0125929Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0126226Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0126386Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0126523Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0126681Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0126817Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0126981Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0127274Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0127432Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0127710Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0127874Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0128289Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0128455Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0128730Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0129064Z [05-13|18:27:48.366] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0129226Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0129504Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0129664Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0129957Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0130124Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0130420Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0130742Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0131021Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0131181Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0131316Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0131480Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0131754Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0131912Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0132046Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0132209Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0132340Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0132499Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0132883Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0133059Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0133226Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0133499Z [05-13|18:27:48.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0133958Z [05-13|18:27:48.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0134126Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0134465Z [05-13|18:27:48.367] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0134728Z [05-13|18:27:48.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0135183Z [05-13|18:27:48.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0135523Z [05-13|18:27:48.368] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0135689Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0135951Z [05-13|18:27:48.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0136409Z [05-13|18:27:48.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0136736Z [05-13|18:27:48.369] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0136903Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0137173Z [05-13|18:27:48.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0137626Z [05-13|18:27:48.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0137954Z [05-13|18:27:48.370] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0138247Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0138506Z [05-13|18:27:48.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0138957Z [05-13|18:27:48.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0139288Z [05-13|18:27:48.371] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0139457Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0139832Z [05-13|18:27:48.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0140293Z [05-13|18:27:48.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0140620Z [05-13|18:27:48.373] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0140786Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0141049Z [05-13|18:27:48.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0141499Z [05-13|18:27:48.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0141922Z [05-13|18:27:48.373] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0142099Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0142357Z [05-13|18:27:48.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0142804Z [05-13|18:27:48.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0142976Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0143302Z [05-13|18:27:48.374] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0143561Z [05-13|18:27:48.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0144021Z [05-13|18:27:48.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0144355Z [05-13|18:27:48.375] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0144830Z [05-13|18:27:48.376] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0144996Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0145128Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0145286Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0145564Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0145727Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0146004Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0146166Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0146476Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0146633Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0146928Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0147091Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0147383Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0147542Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0147837Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0147996Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0148387Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0148549Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0148828Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0149101Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0149399Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0149566Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0149838Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0150000Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0150297Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0150458Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0150590Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0150755Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0151125Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0151292Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0151587Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0151751Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0152025Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0152185Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0152483Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0152643Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0152916Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0153081Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0153213Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0153377Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0153661Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0153821Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0154092Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0154250Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0154385Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0154544Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0154836Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0155000Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0155271Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0155431Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0155710Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0155873Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0156167Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0156331Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0156604Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0156764Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0157035Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0157199Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0157493Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0157652Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0157951Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0158340Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0158637Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0158836Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0158971Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0159133Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0159269Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0159430Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0159729Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0159891Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0160173Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0160335Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0160746Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0161029Z [05-13|18:27:48.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0161495Z [05-13|18:27:48.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0161833Z [05-13|18:27:48.379] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0162001Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0162279Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0162443Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0162742Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0162904Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0163196Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0163360Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0163493Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0163759Z [05-13|18:27:48.380] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0164221Z [05-13|18:27:48.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0164552Z [05-13|18:27:48.380] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0164714Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0164988Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0165154Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0165429Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0165691Z [05-13|18:27:48.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0166147Z [05-13|18:27:48.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0166484Z [05-13|18:27:48.381] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0166645Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0166948Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0167108Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0167403Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0167781Z [05-13|18:27:48.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0168350Z [05-13|18:27:48.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0168677Z [05-13|18:27:48.382] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0168843Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0169141Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0169302Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0169597Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0169966Z [05-13|18:27:48.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0170424Z [05-13|18:27:48.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0170759Z [05-13|18:27:48.383] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0170920Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0171198Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0171373Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0171540Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0171706Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0171869Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0172042Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0172209Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0172472Z [05-13|18:27:48.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0172929Z [05-13|18:27:48.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0173256Z [05-13|18:27:48.384] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0173421Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0173684Z [05-13|18:27:48.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0174137Z [05-13|18:27:48.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0174466Z [05-13|18:27:48.385] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0174639Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0174898Z [05-13|18:27:48.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0175352Z [05-13|18:27:48.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0175523Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0175850Z [05-13|18:27:48.386] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0176108Z [05-13|18:27:48.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0176565Z [05-13|18:27:48.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0177004Z [05-13|18:27:48.387] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0177170Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0177432Z [05-13|18:27:48.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0177887Z [05-13|18:27:48.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0178332Z [05-13|18:27:48.388] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0178926Z [05-13|18:27:48.388] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0179092Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0179230Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0179394Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0179673Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0179833Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0180138Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0180297Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0180597Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0180761Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0181038Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0181199Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0181492Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0181659Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0181937Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0182096Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0182400Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0182558Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0182830Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0182995Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0183278Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0183451Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0183742Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0183909Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0184204Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0184367Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0184671Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0184833Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0185113Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0185279Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0185413Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0185577Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0185878Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0186039Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0186426Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0186591Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0186868Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0187028Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0187160Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0187325Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0187602Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0187767Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0188192Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0188471Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0188753Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0188925Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0189223Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0189387Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0189668Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0189829Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0190124Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0190283Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0190585Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0190859Z [05-13|18:27:48.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0191323Z [05-13|18:27:48.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0191670Z [05-13|18:27:48.392] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0191834Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0192129Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0192294Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0192573Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0192732Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0193009Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0193172Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0193472Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0193636Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0193931Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0194091Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0194388Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0194549Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0194681Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0194841Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0195122Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0195282Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0195577Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0195861Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0195993Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0196153Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0196431Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0196592Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0196885Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0197046Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0197328Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0197489Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0197762Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0198002Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0198258Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0198420Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0198556Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0198715Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0198986Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0199259Z [05-13|18:27:48.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0199717Z [05-13|18:27:48.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0200052Z [05-13|18:27:48.394] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0200224Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0200527Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0200688Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0200964Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0201235Z [05-13|18:27:48.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0201691Z [05-13|18:27:48.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0202025Z [05-13|18:27:48.395] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0202193Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0202491Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0202752Z [05-13|18:27:48.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0203213Z [05-13|18:27:48.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0203543Z [05-13|18:27:48.396] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0203804Z [05-13|18:27:48.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0204261Z [05-13|18:27:48.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0204591Z [05-13|18:27:48.397] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0204759Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0205214Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0205386Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0205554Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0205727Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0205892Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0206057Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0206227Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0206492Z [05-13|18:27:48.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0206943Z [05-13|18:27:48.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0207218Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0207554Z [05-13|18:27:48.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0207814Z [05-13|18:27:48.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0208408Z [05-13|18:27:48.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0208580Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0208904Z [05-13|18:27:48.399] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0209170Z [05-13|18:27:48.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0209623Z [05-13|18:27:48.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0209954Z [05-13|18:27:48.400] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0210132Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0210391Z [05-13|18:27:48.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0210843Z [05-13|18:27:48.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0211176Z [05-13|18:27:48.400] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0211342Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0211607Z [05-13|18:27:48.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0212070Z [05-13|18:27:48.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0212400Z [05-13|18:27:48.401] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0212876Z [05-13|18:27:48.401] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0213042Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0213322Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0213483Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0213762Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0213924Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0214175Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0214335Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0214615Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0214775Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0215048Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0215210Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0215507Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0215666Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0215941Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0216099Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0216498Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0216666Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0216941Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0217098Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0217389Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0217576Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0217883Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0218159Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0218460Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0218622Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0218921Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0219090Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0219366Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0219527Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0219805Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0219964Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0220235Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0220397Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0220671Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0220832Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0220965Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0221132Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0221408Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0221568Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0221864Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0222039Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0222316Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0222480Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0222777Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0222937Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0223069Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0223234Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0223534Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0223813Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0224112Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0224272Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0224547Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0224712Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0225005Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0225167Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0225444Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0225606Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0226002Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0226169Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0226449Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0226607Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0226900Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0227067Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0227341Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0227501Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0227803Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0227962Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0228358Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0228524Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0228820Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0228980Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0229257Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0229424Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0229558Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0229718Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0230018Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0230177Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0230471Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0230638Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0230928Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0231091Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0231390Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0231658Z [05-13|18:27:48.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0232118Z [05-13|18:27:48.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0232459Z [05-13|18:27:48.406] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0232622Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0232900Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0233068Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0233486Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0233647Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0233780Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0233946Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0234077Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0234236Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0234515Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0234674Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0234809Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0234987Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0235154Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0235524Z [05-13|18:27:48.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0235987Z [05-13|18:27:48.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0236327Z [05-13|18:27:48.408] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0236496Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0236762Z [05-13|18:27:48.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0237220Z [05-13|18:27:48.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0237554Z [05-13|18:27:48.409] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0237724Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0237991Z [05-13|18:27:48.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0238579Z [05-13|18:27:48.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0238908Z [05-13|18:27:48.409] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0239080Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0239341Z [05-13|18:27:48.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0239794Z [05-13|18:27:48.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0240127Z [05-13|18:27:48.410] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0240297Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0240556Z [05-13|18:27:48.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0241014Z [05-13|18:27:48.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0241340Z [05-13|18:27:48.412] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0241507Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0241770Z [05-13|18:27:48.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0242222Z [05-13|18:27:48.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0242663Z [05-13|18:27:48.413] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0242835Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0243094Z [05-13|18:27:48.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0243547Z [05-13|18:27:48.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0243881Z [05-13|18:27:48.414] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0244054Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0244409Z [05-13|18:27:48.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0244869Z [05-13|18:27:48.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0245201Z [05-13|18:27:48.414] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0245369Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0245634Z [05-13|18:27:48.415] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0246092Z [05-13|18:27:48.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0246422Z [05-13|18:27:48.415] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0246905Z [05-13|18:27:48.415] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0247071Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0247205Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0247374Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0247673Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0247833Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0248230Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0248392Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0248668Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0248831Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0249130Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0249291Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0249565Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0249728Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0250026Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0250185Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0250484Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0250646Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0250936Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0251100Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0251236Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0251399Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0251825Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0251988Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0252264Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0252427Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0252566Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0252726Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0252857Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0253024Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0253300Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0253461Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0253843Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0254010Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0254285Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0254450Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0254749Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0254908Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0255201Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0255367Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0255642Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0255801Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0256104Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0256267Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0256558Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0256728Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0257019Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0257179Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0257460Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0257620Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0257914Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0258186Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0258477Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0258638Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0258942Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0259109Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0259382Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0259542Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0259846Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0260006Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0260279Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0260445Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0260738Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0260900Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0261299Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0261461Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0261734Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0261895Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0262198Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0262358Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0262488Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0262656Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0262927Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0263086Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0263484Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0263650Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0263942Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0264107Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0264400Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0264669Z [05-13|18:27:48.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0265135Z [05-13|18:27:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0265472Z [05-13|18:27:48.419] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0265637Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0265939Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0266211Z [05-13|18:27:48.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0266666Z [05-13|18:27:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0266926Z [05-13|18:27:48.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0267379Z [05-13|18:27:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0267542Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0267820Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0268202Z [05-13|18:27:48.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0268658Z [05-13|18:27:48.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0268821Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0268959Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0269119Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0269395Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0269564Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0269837Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0270096Z [05-13|18:27:48.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0270553Z [05-13|18:27:48.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0271003Z [05-13|18:27:48.422] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0271165Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0271302Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0271460Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0271753Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0272093Z [05-13|18:27:48.423] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0272416Z [05-13|18:27:48.423] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0272884Z [05-13|18:27:48.423] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0273067Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0273366Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0273537Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0273706Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0273880Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0274053Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0274219Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0274391Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0274655Z [05-13|18:27:48.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0275110Z [05-13|18:27:48.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0275284Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0275615Z [05-13|18:27:48.424] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0275876Z [05-13|18:27:48.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0276332Z [05-13|18:27:48.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0276661Z [05-13|18:27:48.425] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0276830Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0277101Z [05-13|18:27:48.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0277553Z [05-13|18:27:48.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0277882Z [05-13|18:27:48.425] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0278178Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0278550Z [05-13|18:27:48.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0279006Z [05-13|18:27:48.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0279341Z [05-13|18:27:48.426] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0279512Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0279902Z [05-13|18:27:48.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0280362Z [05-13|18:27:48.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0280694Z [05-13|18:27:48.427] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0281171Z [05-13|18:27:48.427] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0281337Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0281635Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0284689Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0285076Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0285260Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0285556Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0285726Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0286015Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0286177Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0286460Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0286625Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0286899Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0287059Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0287372Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0287540Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0287854Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0288020Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0288576Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0288739Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0289018Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0289192Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0289495Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0289663Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0289951Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0290117Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0290412Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0290580Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0290857Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0291019Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0291318Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0291479Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0291774Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0291938Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0292218Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0292380Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0292645Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0292812Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0293088Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0293247Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0293528Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0293689Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0293966Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0294136Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0294436Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0294699Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0294998Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0295168Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0295460Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0295622Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0295759Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0295918Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0296225Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0296388Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0296679Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0296839Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0297123Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0297286Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0297417Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0297576Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0297856Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0298015Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0298278Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0298444Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0298740Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0298901Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0299196Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0299359Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0299490Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0299657Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0299949Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0300108Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0300383Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0300546Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0300837Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0300997Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0301278Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0301437Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0301732Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0302013Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0302146Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0302308Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0302588Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0302750Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0303044Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0303324Z [05-13|18:27:48.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0303801Z [05-13|18:27:48.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0304243Z [05-13|18:27:48.433] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0304413Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0304698Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0304964Z [05-13|18:27:48.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0305426Z [05-13|18:27:48.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0305764Z [05-13|18:27:48.434] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0306030Z [05-13|18:27:48.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0306496Z [05-13|18:27:48.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0306843Z [05-13|18:27:48.434] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0307005Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0307281Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0307453Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0307727Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0307890Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0308031Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0308315Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0308615Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0308799Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0308966Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0309136Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0309301Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0309573Z [05-13|18:27:48.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0310025Z [05-13|18:27:48.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0310357Z [05-13|18:27:48.436] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0310528Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0310788Z [05-13|18:27:48.436] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0311246Z [05-13|18:27:48.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0311709Z [05-13|18:27:48.436] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0311875Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0312135Z [05-13|18:27:48.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0312591Z [05-13|18:27:48.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0312918Z [05-13|18:27:48.437] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0313086Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0313446Z [05-13|18:27:48.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0313905Z [05-13|18:27:48.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0314230Z [05-13|18:27:48.438] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0314403Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0314659Z [05-13|18:27:48.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0315108Z [05-13|18:27:48.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0315443Z [05-13|18:27:48.439] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0315617Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0315880Z [05-13|18:27:48.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0316344Z [05-13|18:27:48.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0316670Z [05-13|18:27:48.440] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0316837Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0317101Z [05-13|18:27:48.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0317560Z [05-13|18:27:48.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0317892Z [05-13|18:27:48.441] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0318555Z [05-13|18:27:48.441] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0318723Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0319002Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0319168Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0319302Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0319461Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0319742Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0319902Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0320180Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0320457Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0320589Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0320746Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0321023Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0321186Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0321488Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0321645Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0321924Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0322082Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0322215Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0322377Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0322778Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0322986Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0323285Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0323447Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0323721Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0323883Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0324162Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0324322Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0324595Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0324760Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0325035Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0325199Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0325497Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0325657Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0325938Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0326103Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0326376Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0326538Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0326832Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0326997Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0327274Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0327435Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0327577Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0327749Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0328337Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0328570Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0328851Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0329014Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0329152Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0329315Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0329613Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0329776Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0330059Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0330353Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0330647Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0330811Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0331105Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0331262Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0331555Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0331713Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0332001Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0332164Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0332555Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0332721Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0332994Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0333159Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0333451Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0333609Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0333907Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0334066Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0334356Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0334521Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0334652Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0334814Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0335101Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0335261Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0335553Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0335714Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0335989Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0336148Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0336421Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0336586Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0336878Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0337152Z [05-13|18:27:48.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0337623Z [05-13|18:27:48.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0337960Z [05-13|18:27:48.446] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0338270Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0338568Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0338732Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0339036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0339201Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0339496Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0339768Z [05-13|18:27:48.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0340353Z [05-13|18:27:48.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0340688Z [05-13|18:27:48.446] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0340849Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0341148Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0341308Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0341598Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0341756Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0341993Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0342172Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0342342Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0342510Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0342775Z [05-13|18:27:48.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0343228Z [05-13|18:27:48.447] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0343567Z [05-13|18:27:48.448] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0343736Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0343996Z [05-13|18:27:48.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0344454Z [05-13|18:27:48.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0344781Z [05-13|18:27:48.449] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0344947Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0345208Z [05-13|18:27:48.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0345657Z [05-13|18:27:48.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0345986Z [05-13|18:27:48.449] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0346157Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0346416Z [05-13|18:27:48.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0346869Z [05-13|18:27:48.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0347201Z [05-13|18:27:48.451] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0347365Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0347622Z [05-13|18:27:48.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0348200Z [05-13|18:27:48.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0348529Z [05-13|18:27:48.452] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0348695Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0349077Z [05-13|18:27:48.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0349536Z [05-13|18:27:48.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0349864Z [05-13|18:27:48.453] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0350039Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0350297Z [05-13|18:27:48.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0350746Z [05-13|18:27:48.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0351223Z [05-13|18:27:48.454] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0351397Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0351655Z [05-13|18:27:48.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0352116Z [05-13|18:27:48.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0352446Z [05-13|18:27:48.455] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0352922Z [05-13|18:27:48.455] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0353091Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0353400Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0353564Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0353865Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0354024Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0354316Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0354478Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0354758Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0354913Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0355204Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0355365Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0355500Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0355657Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0355798Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0355957Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0356238Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0356401Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0356698Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0356856Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0357148Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0357317Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0357609Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0357773Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0358167Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0358447Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0358723Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0358920Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0359193Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0359352Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0359630Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0359788Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0360058Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0360217Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0360595Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0360761Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0361052Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0361221Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0361495Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0361656Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0361935Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0362093Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0362385Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0362549Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0362845Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0363007Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0363303Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0363463Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0363758Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0363919Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0364199Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0364359Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0364630Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0364794Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0365069Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0365229Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0365533Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0365691Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0365964Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0366129Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0366423Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0366691Z [05-13|18:27:48.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0367155Z [05-13|18:27:48.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0367490Z [05-13|18:27:48.458] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0367735Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0367867Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0368146Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0368429Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0368692Z [05-13|18:27:48.459] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0369152Z [05-13|18:27:48.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0369313Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0369590Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0369875Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0370011Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0370172Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0370475Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0370633Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0370764Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0370930Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0371206Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0371364Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0371635Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0371804Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0372103Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0372374Z [05-13|18:27:48.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0372841Z [05-13|18:27:48.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0373103Z [05-13|18:27:48.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.0373555Z [05-13|18:27:48.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0373819Z [05-13|18:27:48.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0374264Z [05-13|18:27:48.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0374430Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0374738Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0374998Z [05-13|18:27:48.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0375448Z [05-13|18:27:48.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0375619Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0375750Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0375910Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0376196Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0376547Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0376882Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0377159Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0377458Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0377616Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0377911Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0378182Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0378505Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0378667Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0378808Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0378966Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0379350Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0379691Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0380018Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0380341Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0380517Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0380684Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0380850Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0381020Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0381184Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0381350Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0381518Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0381787Z [05-13|18:27:48.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0382253Z [05-13|18:27:48.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0382418Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0382749Z [05-13|18:27:48.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0383010Z [05-13|18:27:48.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0383459Z [05-13|18:27:48.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0383793Z [05-13|18:27:48.466] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0383964Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0384222Z [05-13|18:27:48.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0384679Z [05-13|18:27:48.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0385005Z [05-13|18:27:48.467] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0385174Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0385437Z [05-13|18:27:48.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0385896Z [05-13|18:27:48.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0386333Z [05-13|18:27:48.468] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0386813Z [05-13|18:27:48.468] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0386975Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0387108Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0387270Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0387547Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0387706Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0388219Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0388388Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0388669Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0388832Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0389105Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0389263Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0389538Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0389696Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0389826Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0389981Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0390258Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0390414Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0390687Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0390851Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0391149Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0391310Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0391588Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0391747Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0392038Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0392201Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0392331Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0392489Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0392770Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0392936Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0393211Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0393372Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0393646Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0393804Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0394095Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0394257Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0394549Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0394709Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0394843Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0395009Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0395301Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0395572Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0395874Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0396035Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0396335Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0396500Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0396776Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0396940Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0397240Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0397400Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0397775Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0397946Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0398190Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0398351Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0398623Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0398787Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0399060Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0399218Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0399362Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0399525Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0399816Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0399984Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0400277Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0400439Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0400735Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0400899Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0401204Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0401370Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0401656Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0401818Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0402119Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0402288Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0402568Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0402728Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0402868Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0403028Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0403321Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0403483Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0403776Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0404052Z [05-13|18:27:48.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0404521Z [05-13|18:27:48.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0404866Z [05-13|18:27:48.474] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0405146Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0405431Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0405598Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0405870Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0406031Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0406308Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0406480Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0406753Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0407020Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0407297Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0407459Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0407761Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0408141Z [05-13|18:27:48.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0408608Z [05-13|18:27:48.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0408947Z [05-13|18:27:48.475] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0409108Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0409406Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0409677Z [05-13|18:27:48.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0410135Z [05-13|18:27:48.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0410465Z [05-13|18:27:48.476] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0410728Z [05-13|18:27:48.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0411179Z [05-13|18:27:48.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0411504Z [05-13|18:27:48.477] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0411672Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0411972Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0412144Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0412312Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0412480Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0412645Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0412807Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0413072Z [05-13|18:27:48.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0413524Z [05-13|18:27:48.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0413856Z [05-13|18:27:48.478] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0414148Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0414411Z [05-13|18:27:48.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0414867Z [05-13|18:27:48.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0415199Z [05-13|18:27:48.479] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0415370Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0415628Z [05-13|18:27:48.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0416187Z [05-13|18:27:48.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0416524Z [05-13|18:27:48.480] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0416695Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0416963Z [05-13|18:27:48.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0417413Z [05-13|18:27:48.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0417740Z [05-13|18:27:48.481] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0417912Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0418286Z [05-13|18:27:48.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0418743Z [05-13|18:27:48.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0419078Z [05-13|18:27:48.482] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0419246Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0419505Z [05-13|18:27:48.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0419969Z [05-13|18:27:48.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0420299Z [05-13|18:27:48.482] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0420779Z [05-13|18:27:48.483] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0420950Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0421233Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0421393Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0421674Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0421831Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0421965Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0422126Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0422427Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0422586Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0422860Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0423025Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0423474Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0423631Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0423909Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0424067Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0424200Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0424363Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0424493Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0424653Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0424952Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0425121Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0425515Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0425709Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0426004Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0426163Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0426439Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0426610Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0426880Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0427041Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0427341Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0427503Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0427776Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0427943Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0428347Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0428518Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0428790Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0428955Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0429228Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0429388Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0429687Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0429850Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0429983Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0430147Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0430425Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0430589Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0430892Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0431052Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0431183Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0431340Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0431479Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0431635Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0431927Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0432091Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0432382Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0432545Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0432954Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0433113Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0433385Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0433543Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0433823Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0433983Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0434275Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0434439Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0434732Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0434989Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0435290Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0435560Z [05-13|18:27:48.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0436019Z [05-13|18:27:48.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0436185Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0436487Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0436647Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0436939Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0437097Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0437376Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0437723Z [05-13|18:27:48.487] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0437883Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0438296Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0438463Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0438741Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0438901Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0439189Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0439353Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0439646Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0439806Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0439945Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0440105Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0440378Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0440540Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0440815Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0440974Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0441265Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0441428Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0441698Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0441857Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0442156Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0442535Z [05-13|18:27:48.488] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0442994Z [05-13|18:27:48.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0443331Z [05-13|18:27:48.489] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0443493Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0443770Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0444038Z [05-13|18:27:48.489] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0444592Z [05-13|18:27:48.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0444857Z [05-13|18:27:48.490] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0445311Z [05-13|18:27:48.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0445566Z [05-13|18:27:48.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0446011Z [05-13|18:27:48.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0446350Z [05-13|18:27:48.492] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0446676Z [05-13|18:27:48.492] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0447006Z [05-13|18:27:48.492] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0447183Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0447350Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0447514Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0447683Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0447847Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0448012Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0448398Z [05-13|18:27:48.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0448857Z [05-13|18:27:48.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0449183Z [05-13|18:27:48.493] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0449356Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0449614Z [05-13|18:27:48.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0450063Z [05-13|18:27:48.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0450390Z [05-13|18:27:48.493] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0450556Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0450814Z [05-13|18:27:48.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0451269Z [05-13|18:27:48.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0451710Z [05-13|18:27:48.494] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0451875Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0452138Z [05-13|18:27:48.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0452590Z [05-13|18:27:48.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0452918Z [05-13|18:27:48.495] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0453090Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0453447Z [05-13|18:27:48.496] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0453910Z [05-13|18:27:48.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0454245Z [05-13|18:27:48.497] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0454721Z [05-13|18:27:48.497] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0454883Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0455191Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0455352Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0455631Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0455788Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0456068Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0456227Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0456361Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0456523Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0456822Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0456980Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0457257Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0457414Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0457707Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0457872Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0458281Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0458443Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0458714Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0458900Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0459191Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0459353Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0459649Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0459810Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0460085Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0460253Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0460530Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0460809Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0461106Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0461268Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0461401Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0461562Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0461861Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0462020Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0462150Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0462314Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0462588Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0462846Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0463151Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0463314Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0463605Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0463768Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0464056Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0464216Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0464491Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0464655Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0464786Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0464945Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0465245Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0465410Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0465684Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0465848Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0466139Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0466411Z [05-13|18:27:48.500] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0466876Z [05-13|18:27:48.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0467037Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0467308Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0467473Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0467767Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0467926Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0468327Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0468499Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0468779Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0468942Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0469243Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0469402Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0469676Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0469843Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0470227Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0470386Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0470686Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0470846Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0471135Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0471294Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0471592Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0471751Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0472025Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0472294Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0472428Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0472591Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0472870Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0473028Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0473300Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0473464Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0473738Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0473896Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0474028Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0474194Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0474465Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0474805Z [05-13|18:27:48.502] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0474972Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0475103Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0475372Z [05-13|18:27:48.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0475836Z [05-13|18:27:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0476170Z [05-13|18:27:48.503] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0476339Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0476643Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0476911Z [05-13|18:27:48.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0477369Z [05-13|18:27:48.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0477704Z [05-13|18:27:48.504] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0477964Z [05-13|18:27:48.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0478599Z [05-13|18:27:48.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0478935Z [05-13|18:27:48.505] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0479099Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0479402Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0479685Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0479965Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0480226Z [05-13|18:27:48.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0480679Z [05-13|18:27:48.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0481006Z [05-13|18:27:48.506] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0481177Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0481353Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0481615Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0481786Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0481950Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0482124Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0482384Z [05-13|18:27:48.507] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0482835Z [05-13|18:27:48.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0483005Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0483331Z [05-13|18:27:48.507] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0483589Z [05-13|18:27:48.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0484044Z [05-13|18:27:48.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0484371Z [05-13|18:27:48.508] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0484536Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0484801Z [05-13|18:27:48.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0485250Z [05-13|18:27:48.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0485575Z [05-13|18:27:48.509] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0485745Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0486006Z [05-13|18:27:48.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0486465Z [05-13|18:27:48.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0486814Z [05-13|18:27:48.510] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0486987Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0487253Z [05-13|18:27:48.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0487722Z [05-13|18:27:48.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0488185Z [05-13|18:27:48.511] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0488668Z [05-13|18:27:48.511] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0488957Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0489238Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0489397Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0489675Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0489833Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0490106Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0490270Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0490541Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0490798Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0491080Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0491239Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0491540Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0491697Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0491999Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0492159Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0492293Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0492455Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0492750Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0492906Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0493048Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0493215Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0493346Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0493505Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0493789Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0493949Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0494222Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0494385Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0494654Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0494812Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0495111Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0495273Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0495563Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0495735Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0496026Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0496185Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0496316Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0496489Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0496780Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0496940Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0497220Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0497378Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0497670Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0497955Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0498353Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0498516Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0498652Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0498814Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0499110Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0499271Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0499553Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0499714Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0500005Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0500284Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0500566Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0500725Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0501022Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0501182Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0501473Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0501635Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0501925Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0502088Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0502364Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0502536Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0502840Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0503000Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0503281Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0503439Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0503713Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0503878Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0504011Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0504172Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0504472Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0504632Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0504928Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0505089Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0505384Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0505543Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0505818Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0505982Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0506274Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0506433Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0506721Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0506881Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0507177Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0507560Z [05-13|18:27:48.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0508021Z [05-13|18:27:48.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0508475Z [05-13|18:27:48.515] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0508640Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0508917Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0509076Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0509215Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0509373Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0509749Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0510019Z [05-13|18:27:48.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0510478Z [05-13|18:27:48.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0510809Z [05-13|18:27:48.516] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0510969Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0511249Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0511408Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0511701Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0511970Z [05-13|18:27:48.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0512423Z [05-13|18:27:48.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0512754Z [05-13|18:27:48.517] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0513019Z [05-13|18:27:48.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0513468Z [05-13|18:27:48.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0513793Z [05-13|18:27:48.518] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0513969Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0514137Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0514304Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0514475Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0514642Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0514900Z [05-13|18:27:48.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0515356Z [05-13|18:27:48.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0515684Z [05-13|18:27:48.519] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0515850Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0516112Z [05-13|18:27:48.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0516562Z [05-13|18:27:48.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0517000Z [05-13|18:27:48.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0517172Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0517433Z [05-13|18:27:48.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0517884Z [05-13|18:27:48.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0518329Z [05-13|18:27:48.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0518497Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0518863Z [05-13|18:27:48.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0519325Z [05-13|18:27:48.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0519654Z [05-13|18:27:48.523] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0519825Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0520100Z [05-13|18:27:48.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0520558Z [05-13|18:27:48.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0520895Z [05-13|18:27:48.523] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0521075Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0521346Z [05-13|18:27:48.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0521807Z [05-13|18:27:48.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0522148Z [05-13|18:27:48.524] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0522626Z [05-13|18:27:48.525] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0522795Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0522936Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0523098Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0523404Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0523565Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0523703Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0523860Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0523992Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0524157Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0524457Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0524613Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0524901Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0525059Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0525357Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0525518Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0525759Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0525916Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0526208Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0526371Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0526662Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0526827Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0527129Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0527292Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0527567Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0527730Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0528212Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0528390Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0528525Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0528692Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0528972Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0529133Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0529437Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0529596Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0529873Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0530040Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0530345Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0530507Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0530807Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0530968Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0531258Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0531420Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0531697Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0531855Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0532131Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0532299Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0532570Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0532734Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0533041Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0533199Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0533472Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0533635Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0533906Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0534064Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0534340Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0534499Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0534773Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0534936Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0535235Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0535520Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0535652Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0535816Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0536092Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0536250Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0536549Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0536714Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0537007Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0537171Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0537555Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0537721Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0538012Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0538301Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0538578Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0538737Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0539017Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0539175Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0539470Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0539633Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0539925Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0540087Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0540386Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0540545Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0540825Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0540991Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0541299Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0541477Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0541777Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0541945Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0542223Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0542385Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0542523Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0542683Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0542977Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0543254Z [05-13|18:27:48.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0543718Z [05-13|18:27:48.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0544052Z [05-13|18:27:48.530] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0544219Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0544502Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0544769Z [05-13|18:27:48.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0545341Z [05-13|18:27:48.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0545674Z [05-13|18:27:48.531] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0545937Z [05-13|18:27:48.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0546391Z [05-13|18:27:48.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0546729Z [05-13|18:27:48.532] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0547085Z [05-13|18:27:48.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0547544Z [05-13|18:27:48.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0547868Z [05-13|18:27:48.533] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0548157Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0548335Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0548500Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0548664Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0548827Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0549094Z [05-13|18:27:48.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0549547Z [05-13|18:27:48.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0549880Z [05-13|18:27:48.534] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0550051Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0550312Z [05-13|18:27:48.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0550760Z [05-13|18:27:48.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0551092Z [05-13|18:27:48.535] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0551258Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0551519Z [05-13|18:27:48.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0551975Z [05-13|18:27:48.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0552300Z [05-13|18:27:48.536] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0552465Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0552728Z [05-13|18:27:48.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0553177Z [05-13|18:27:48.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0553507Z [05-13|18:27:48.537] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0553791Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0554050Z [05-13|18:27:48.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0554499Z [05-13|18:27:48.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0554832Z [05-13|18:27:48.538] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0554999Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0555259Z [05-13|18:27:48.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0555937Z [05-13|18:27:48.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0556276Z [05-13|18:27:48.538] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0556757Z [05-13|18:27:48.539] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0556929Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0557204Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0557364Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0557668Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0557826Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0558230Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0558401Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0558677Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0558838Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0559146Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0559302Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0559598Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0559755Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0560033Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0560192Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0560486Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0560650Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0560926Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0561087Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0561225Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0561388Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0561662Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0561830Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0562102Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0562260Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0562551Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0562715Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0563012Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0563171Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0563565Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0563726Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0564019Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0564183Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0564477Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0564636Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0564917Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0565077Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0565351Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0565653Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0565962Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0566121Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0566255Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0566418Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0566551Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0566709Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0566986Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0567147Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0567277Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0567443Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0567716Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0567878Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0568267Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0568434Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0568729Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0568996Z [05-13|18:27:48.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0569461Z [05-13|18:27:48.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0569622Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0569755Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0569919Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0570051Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0570214Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0570519Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0570785Z [05-13|18:27:48.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0571235Z [05-13|18:27:48.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0571401Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0571681Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0571840Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0572136Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0572406Z [05-13|18:27:48.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0572975Z [05-13|18:27:48.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0573234Z [05-13|18:27:48.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0573690Z [05-13|18:27:48.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0573850Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0574127Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0574291Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0574568Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0574824Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0575127Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0575292Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0575586Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0575752Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0576025Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0576360Z [05-13|18:27:48.546] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0576694Z [05-13|18:27:48.546] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0576854Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0577153Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0577426Z [05-13|18:27:48.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0577881Z [05-13|18:27:48.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0578152Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0578447Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0578714Z [05-13|18:27:48.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0579173Z [05-13|18:27:48.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0579516Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0579685Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0579962Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0580292Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0580620Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0580941Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0581106Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0581405Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0581569Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0581870Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0582160Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0582293Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0582454Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0582737Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0582895Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0583186Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0583348Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0583637Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0583903Z [05-13|18:27:48.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0584461Z [05-13|18:27:48.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0584794Z [05-13|18:27:48.549] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0584952Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0585252Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0585514Z [05-13|18:27:48.550] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:53.0585965Z [05-13|18:27:48.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0586297Z [05-13|18:27:48.550] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0586471Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0586652Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0586819Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0586986Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0587149Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0587313Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0587481Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0587652Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0587816Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0588201Z [05-13|18:27:48.551] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0588663Z [05-13|18:27:48.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0588994Z [05-13|18:27:48.551] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0589171Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0589431Z [05-13|18:27:48.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0589887Z [05-13|18:27:48.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0590223Z [05-13|18:27:48.552] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0590699Z [05-13|18:27:48.552] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0590864Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0591149Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0591424Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0591726Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0591888Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0592167Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0592324Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0592599Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0592759Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0593054Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0593212Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0593606Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0593769Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0594049Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0594213Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0594487Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0594644Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0594943Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0595101Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0595374Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0595538Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0595822Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0595986Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0596281Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0596446Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0596743Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0597009Z [05-13|18:27:48.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0597467Z [05-13|18:27:48.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0597627Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0597919Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0598200Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0598498Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0598659Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0598955Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0599116Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0599251Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0599409Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0599709Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0599869Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0600164Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0600329Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0600625Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0600904Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0601198Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0601357Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0601649Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0601813Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0601946Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0602104Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0602379Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0602548Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0602941Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0603103Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0603386Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0603544Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0603820Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0603986Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0604255Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0604412Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0604690Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0604849Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0605121Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0605462Z [05-13|18:27:48.556] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0605628Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0605901Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0606062Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0606201Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0606360Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0606490Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0606661Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0606936Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0607095Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0607370Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0607533Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0607673Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0607833Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0608225Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0608388Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0608520Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0608682Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0608977Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0609137Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0609274Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0609432Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0609728Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0610000Z [05-13|18:27:48.557] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0610572Z [05-13|18:27:48.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0610734Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0611036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0611301Z [05-13|18:27:48.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0611749Z [05-13|18:27:48.558] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0611915Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0612307Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0612579Z [05-13|18:27:48.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0613027Z [05-13|18:27:48.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0613292Z [05-13|18:27:48.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0613739Z [05-13|18:27:48.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0613900Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0614181Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0614340Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0614636Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0614906Z [05-13|18:27:48.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0615358Z [05-13|18:27:48.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0615616Z [05-13|18:27:48.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0616067Z [05-13|18:27:48.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0616228Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0616506Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0616856Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0617188Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0617510Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0617842Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0618282Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0618604Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0618771Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0619053Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0619431Z [05-13|18:27:48.563] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0619888Z [05-13|18:27:48.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0620149Z [05-13|18:27:48.563] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0620599Z [05-13|18:27:48.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0620933Z [05-13|18:27:48.564] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0621353Z [05-13|18:27:48.564] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0621531Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0621705Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0621873Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0622037Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0622206Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0622372Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0622536Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0622709Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0622877Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0623041Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0623304Z [05-13|18:27:48.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0623771Z [05-13|18:27:48.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0624102Z [05-13|18:27:48.565] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0624581Z [05-13|18:27:48.565] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0624747Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0625047Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0625210Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0625351Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0625507Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0625643Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0625808Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0626107Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0626265Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0626551Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0626708Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0626984Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0627145Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0627285Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0627441Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0627715Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0627880Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0628295Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0628569Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0628867Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0629028Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0629299Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0629467Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0629764Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0629927Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0630222Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0630388Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0630780Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0630946Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0631242Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0631406Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0631683Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0631850Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0632126Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0632286Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0632588Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0632748Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0633028Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0633190Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0633493Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0633654Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0633930Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0634095Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0634389Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0634549Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0634852Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0635011Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0635290Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0635456Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0635755Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0635916Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0636191Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0636350Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0636641Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0636801Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0637100Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0637259Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0637391Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0637557Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0637835Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0638216Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0638508Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0638672Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0638968Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0639135Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0639405Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0639564Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0639694Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0639858Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0640309Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0640475Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0640753Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0640915Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0641192Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0641356Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0641653Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0641920Z [05-13|18:27:48.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0642385Z [05-13|18:27:48.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0642548Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0642826Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0643100Z [05-13|18:27:48.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0643552Z [05-13|18:27:48.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0643814Z [05-13|18:27:48.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0644266Z [05-13|18:27:48.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0644428Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0644705Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0645047Z [05-13|18:27:48.572] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0645379Z [05-13|18:27:48.572] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0645703Z [05-13|18:27:48.572] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0645870Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0646148Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0646309Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0646580Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0646847Z [05-13|18:27:48.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.0647305Z [05-13|18:27:48.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0647743Z [05-13|18:27:48.573] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0647910Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0648154Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0648418Z [05-13|18:27:48.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0648875Z [05-13|18:27:48.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0649203Z [05-13|18:27:48.574] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0649469Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0649754Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0649917Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0650215Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0650380Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0650674Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0650936Z [05-13|18:27:48.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0651396Z [05-13|18:27:48.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0651725Z [05-13|18:27:48.575] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0651886Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0652029Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0652198Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0652366Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0652533Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0652702Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0652866Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0653030Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0653200Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0653463Z [05-13|18:27:48.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0653919Z [05-13|18:27:48.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0654250Z [05-13|18:27:48.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0654417Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0654677Z [05-13|18:27:48.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0655129Z [05-13|18:27:48.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0655456Z [05-13|18:27:48.577] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0655622Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0655887Z [05-13|18:27:48.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0656341Z [05-13|18:27:48.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0656777Z [05-13|18:27:48.578] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0656952Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0657210Z [05-13|18:27:48.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0657667Z [05-13|18:27:48.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0657997Z [05-13|18:27:48.578] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0658858Z [05-13|18:27:48.579] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0659066Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0659377Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0659539Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0659835Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0659998Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0660279Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0660438Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0660736Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0660900Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0661196Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0661358Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0661640Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0661797Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0662071Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0662234Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0662509Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0662667Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0662805Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0662963Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0663095Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0663261Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0663399Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0663561Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0663693Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0663857Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0664154Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0664313Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0664610Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0664773Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0665048Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0665211Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0665504Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0665666Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0665912Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0666078Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0666371Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0666533Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0666817Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0666977Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0667254Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0667419Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0667695Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0667856Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0668381Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0668552Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0668848Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0669009Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0669306Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0669464Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0669755Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0669922Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0670215Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0670376Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0670678Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0670840Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0671118Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0671282Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0671560Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0671723Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0671996Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0672163Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0672461Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0672620Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0672900Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0673063Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0673360Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0673526Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0673797Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0673956Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0676741Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0676954Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0677102Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0677274Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0677594Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0677761Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0678250Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0678704Z [05-13|18:27:48.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0679178Z [05-13|18:27:48.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0679345Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0679637Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0679803Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0680082Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0680254Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0680651Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0680929Z [05-13|18:27:48.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0681403Z [05-13|18:27:48.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0681668Z [05-13|18:27:48.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0682119Z [05-13|18:27:48.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0682291Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0682575Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0682736Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0683013Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0683287Z [05-13|18:27:48.586] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.0683742Z [05-13|18:27:48.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0683905Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0684190Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0684454Z [05-13|18:27:48.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0684904Z [05-13|18:27:48.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0685253Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0685420Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0685699Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0686033Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0686358Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0686676Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0687001Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0687164Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0687471Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0687825Z [05-13|18:27:48.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0688400Z [05-13|18:27:48.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0688734Z [05-13|18:27:48.589] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0689010Z [05-13|18:27:48.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0689464Z [05-13|18:27:48.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0689899Z [05-13|18:27:48.590] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0690082Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0690391Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0690566Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0690741Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0690905Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0691070Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0691240Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0691406Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0691570Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0691734Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0692010Z [05-13|18:27:48.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0692468Z [05-13|18:27:48.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0692804Z [05-13|18:27:48.591] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0692976Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0693240Z [05-13|18:27:48.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0693696Z [05-13|18:27:48.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0693870Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0694198Z [05-13|18:27:48.592] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0694466Z [05-13|18:27:48.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0694933Z [05-13|18:27:48.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0695261Z [05-13|18:27:48.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0695735Z [05-13|18:27:48.593] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0695907Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0696192Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0696355Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0696666Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0696937Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0697217Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0697384Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0697685Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0697847Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0698250Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0698411Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0698547Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0698710Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0699005Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0699275Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0699555Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0699722Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0699997Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0700156Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0700437Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0700603Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0700899Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0701070Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0701204Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0701364Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0701668Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0701835Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0702109Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0702269Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0702567Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0702729Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0703022Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0703188Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0703461Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0703622Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0703924Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0704090Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0704221Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0704388Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0704683Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0704847Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0705128Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0705297Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0705434Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0705595Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0705880Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0706041Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0706318Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0706598Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0706730Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0706889Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0707185Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0707352Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0707642Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0707804Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0708217Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0708379Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0708781Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0708953Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0709228Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0709387Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0709666Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0709826Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0710098Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0710259Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0710538Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0710698Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0710992Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0711274Z [05-13|18:27:48.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0711739Z [05-13|18:27:48.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0712072Z [05-13|18:27:48.598] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0712240Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0712525Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0712686Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0712967Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0713128Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0713427Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0713594Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0713889Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0714051Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0714347Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0714510Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0714797Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0714956Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0715253Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0715416Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0715549Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0715722Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0716155Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0716317Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0716455Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0716615Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0716909Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0717075Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0717352Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0717513Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0717785Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0717962Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0718356Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0718637Z [05-13|18:27:48.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0719103Z [05-13|18:27:48.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0719433Z [05-13|18:27:48.601] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0719603Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0719873Z [05-13|18:27:48.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0720325Z [05-13|18:27:48.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0720654Z [05-13|18:27:48.602] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0720831Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0721095Z [05-13|18:27:48.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0721545Z [05-13|18:27:48.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0721877Z [05-13|18:27:48.603] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0722044Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0722304Z [05-13|18:27:48.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0722762Z [05-13|18:27:48.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0723090Z [05-13|18:27:48.603] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0723258Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0723634Z [05-13|18:27:48.604] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0724085Z [05-13|18:27:48.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0724407Z [05-13|18:27:48.604] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0724580Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0724841Z [05-13|18:27:48.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0725294Z [05-13|18:27:48.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0725746Z [05-13|18:27:48.605] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0725918Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0726183Z [05-13|18:27:48.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0726643Z [05-13|18:27:48.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0727203Z [05-13|18:27:48.606] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0727382Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0727742Z [05-13|18:27:48.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0728436Z [05-13|18:27:48.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0728772Z [05-13|18:27:48.607] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0728951Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0729212Z [05-13|18:27:48.607] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0729888Z [05-13|18:27:48.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0730244Z [05-13|18:27:48.608] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0730725Z [05-13|18:27:48.608] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0730894Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0731190Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0731356Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0731636Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0731803Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0732074Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0732233Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0732371Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0732541Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0732677Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0732835Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0733141Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0733302Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0733602Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0733767Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0734063Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0734221Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0734502Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0734661Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0734939Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0735246Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0735527Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0735689Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0735821Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0735986Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0736259Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0736419Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0736717Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0736879Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0737175Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0737438Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0737734Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0737894Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0738309Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0738478Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0738770Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0738932Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0739228Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0739387Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0739677Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0739849Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0740165Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0740329Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0740628Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0740790Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0740922Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0741081Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0741219Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0741378Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0741656Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0741824Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0742101Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0742261Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0742570Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0742730Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0743004Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0743170Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0743302Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0743462Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0743733Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0743902Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0744176Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0744339Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0744616Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0744893Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0745192Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0745357Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0745633Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0745793Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0746094Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0746255Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0746524Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0746683Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0747068Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0747235Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0747367Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0747533Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0747810Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0747972Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0748402Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0748562Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0748856Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0749024Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0749329Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0749494Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0749773Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0749942Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0750220Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0750381Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0750683Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0750961Z [05-13|18:27:48.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0751432Z [05-13|18:27:48.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0751780Z [05-13|18:27:48.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0751947Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0752250Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0752527Z [05-13|18:27:48.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0752983Z [05-13|18:27:48.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0753316Z [05-13|18:27:48.614] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0753488Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0753785Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0754051Z [05-13|18:27:48.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0754629Z [05-13|18:27:48.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0754962Z [05-13|18:27:48.615] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0755136Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0755313Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0755480Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0755645Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0755915Z [05-13|18:27:48.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0756471Z [05-13|18:27:48.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0756814Z [05-13|18:27:48.615] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0756986Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0757245Z [05-13|18:27:48.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0757696Z [05-13|18:27:48.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0758154Z [05-13|18:27:48.616] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0758326Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0758590Z [05-13|18:27:48.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0759074Z [05-13|18:27:48.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0759404Z [05-13|18:27:48.617] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0759571Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0759837Z [05-13|18:27:48.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0760285Z [05-13|18:27:48.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0760609Z [05-13|18:27:48.618] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0760784Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0761041Z [05-13|18:27:48.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0761496Z [05-13|18:27:48.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0761828Z [05-13|18:27:48.619] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0761994Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0762253Z [05-13|18:27:48.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0762709Z [05-13|18:27:48.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0763038Z [05-13|18:27:48.620] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0763319Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0763584Z [05-13|18:27:48.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0764047Z [05-13|18:27:48.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0764376Z [05-13|18:27:48.621] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0764859Z [05-13|18:27:48.621] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0765022Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0765419Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0765582Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0765891Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0766051Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0766331Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0766496Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0766631Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0766788Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0767077Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0767235Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0767526Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0767694Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0767829Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0767990Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0768541Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0768712Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0768989Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0769147Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0769428Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0769591Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0769887Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0770057Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0770338Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0770502Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0770805Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0770964Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0771100Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0771261Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0771400Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0771558Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0771831Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0771998Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0772293Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0772453Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0772736Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0773029Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0773321Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0773488Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0773780Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0773942Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0774221Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0774389Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0774664Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0774824Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0775207Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0775373Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0775669Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0775837Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0776130Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0776290Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0776589Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0776749Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0777023Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0777182Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0777465Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0777627Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0777758Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0777922Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0778343Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0778504Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0778787Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0778946Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0779245Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0779407Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0779699Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0779976Z [05-13|18:27:48.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0780444Z [05-13|18:27:48.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0780779Z [05-13|18:27:48.626] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0780938Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0781233Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0781398Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0781673Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0781935Z [05-13|18:27:48.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0782399Z [05-13|18:27:48.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0790645Z [05-13|18:27:48.627] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0790833Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0790981Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0791144Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0791428Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0791592Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0791870Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0792030Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0792168Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0792454Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0792763Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0793039Z [05-13|18:27:48.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0793506Z [05-13|18:27:48.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0793842Z [05-13|18:27:48.629] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0794007Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0794308Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0794571Z [05-13|18:27:48.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0795039Z [05-13|18:27:48.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0795203Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0795485Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0795648Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0795925Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0796086Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0796382Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0796649Z [05-13|18:27:48.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0797107Z [05-13|18:27:48.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0797270Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0797548Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0797877Z [05-13|18:27:48.631] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0798345Z [05-13|18:27:48.631] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0798513Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0798785Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0798943Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0799242Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0799507Z [05-13|18:27:48.632] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0800079Z [05-13|18:27:48.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0800409Z [05-13|18:27:48.632] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0800671Z [05-13|18:27:48.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0801123Z [05-13|18:27:48.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0801451Z [05-13|18:27:48.633] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0801808Z [05-13|18:27:48.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0802267Z [05-13|18:27:48.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0802596Z [05-13|18:27:48.634] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0802856Z [05-13|18:27:48.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0803305Z [05-13|18:27:48.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0803638Z [05-13|18:27:48.634] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0803808Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0803975Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0804147Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0804311Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0804477Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0804650Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0804818Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0804986Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0805150Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0805317Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0805578Z [05-13|18:27:48.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0806038Z [05-13|18:27:48.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0806374Z [05-13|18:27:48.635] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0806853Z [05-13|18:27:48.636] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0807015Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0807299Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0807458Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0807734Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0807900Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0808411Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0808584Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0809015Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0809177Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0809309Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0809467Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0809767Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0809928Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0810220Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0810384Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0810674Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0810831Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0811231Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0811401Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0811697Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0811863Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0811995Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0812155Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0812448Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0812612Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0812889Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0813049Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0813350Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0813509Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0813803Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0813967Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0814240Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0814397Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0814677Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0814836Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0815110Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0815273Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0815404Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0815566Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0815838Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0816014Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0816146Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0816305Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0816610Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0816769Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0817040Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0817204Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0817497Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0817762Z [05-13|18:27:48.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0818362Z [05-13|18:27:48.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0818648Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0818924Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0819083Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0819361Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0819520Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0819792Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0819957Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0820250Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0820548Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0820847Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0821114Z [05-13|18:27:48.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0821566Z [05-13|18:27:48.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0821732Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0821865Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0822024Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0822304Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0822464Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0822595Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0822756Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0823057Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0823219Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0823511Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0823676Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0823952Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0824287Z [05-13|18:27:48.641] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0824620Z [05-13|18:27:48.641] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0824781Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0825078Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0825247Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0825518Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0825679Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0825978Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0826138Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0826412Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0826571Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0826853Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0827012Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0827307Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0827476Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0827690Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0827849Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0828257Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0828418Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0828712Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0828980Z [05-13|18:27:48.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0829439Z [05-13|18:27:48.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0829877Z [05-13|18:27:48.642] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0830046Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0830326Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0830486Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0830758Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0830923Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0831219Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0831482Z [05-13|18:27:48.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0831940Z [05-13|18:27:48.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0832268Z [05-13|18:27:48.643] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0832439Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0832613Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0832779Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0832942Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0833111Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0833373Z [05-13|18:27:48.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0833827Z [05-13|18:27:48.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0834164Z [05-13|18:27:48.644] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0834333Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0834595Z [05-13|18:27:48.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0835064Z [05-13|18:27:48.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0835410Z [05-13|18:27:48.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0835595Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0835880Z [05-13|18:27:48.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0836360Z [05-13|18:27:48.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0836707Z [05-13|18:27:48.646] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0837009Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0837279Z [05-13|18:27:48.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0837740Z [05-13|18:27:48.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0838247Z [05-13|18:27:48.647] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0838431Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0838702Z [05-13|18:27:48.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0839277Z [05-13|18:27:48.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0839620Z [05-13|18:27:48.648] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0839792Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0840059Z [05-13|18:27:48.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0840518Z [05-13|18:27:48.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0840852Z [05-13|18:27:48.648] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0841335Z [05-13|18:27:48.649] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0841505Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0841816Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0841985Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0842280Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0842442Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0842723Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0842889Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0843166Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0843325Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0843622Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0843781Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0844057Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0844223Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0844516Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0844680Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0844958Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0845115Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0845409Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0845572Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0845863Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0846134Z [05-13|18:27:48.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0846701Z [05-13|18:27:48.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0846872Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0847175Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0847336Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0847618Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0847781Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0847916Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0848202Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0848484Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0848753Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0849041Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0849202Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0849475Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0849639Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0849936Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0850096Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0850369Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0850538Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0850672Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0850832Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0850972Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0851132Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0851415Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0851579Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0851877Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0852036Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0852310Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0852474Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0852767Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0853036Z [05-13|18:27:48.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0853504Z [05-13|18:27:48.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0853668Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0853963Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0854234Z [05-13|18:27:48.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0854686Z [05-13|18:27:48.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0854848Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0855148Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0855307Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0855605Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0855882Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0856165Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0856324Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0856606Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0856766Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0857038Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0857208Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0857347Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0857508Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0857806Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0858156Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0858445Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0858611Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0858942Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0859103Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0859376Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0859540Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0859814Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0859973Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0860110Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0860274Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0860578Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0860740Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0861022Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0861182Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0861454Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0861804Z [05-13|18:27:48.654] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0862134Z [05-13|18:27:48.654] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0862461Z [05-13|18:27:48.654] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0862630Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0862929Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0863091Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0863369Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0863529Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0863821Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0863981Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0864117Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0864276Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0864406Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0864568Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0864862Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0865024Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0865456Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0865627Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0865794Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0865966Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0866131Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0866403Z [05-13|18:27:48.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0866862Z [05-13|18:27:48.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0867204Z [05-13|18:27:48.656] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0867469Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0867741Z [05-13|18:27:48.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0868345Z [05-13|18:27:48.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0868699Z [05-13|18:27:48.657] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0868877Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0869149Z [05-13|18:27:48.657] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0869610Z [05-13|18:27:48.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0869947Z [05-13|18:27:48.658] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0870126Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0870388Z [05-13|18:27:48.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0870840Z [05-13|18:27:48.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0871171Z [05-13|18:27:48.659] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0871339Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0871599Z [05-13|18:27:48.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0872057Z [05-13|18:27:48.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0872389Z [05-13|18:27:48.660] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0872557Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0872823Z [05-13|18:27:48.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0873272Z [05-13|18:27:48.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0873598Z [05-13|18:27:48.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0873770Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0874030Z [05-13|18:27:48.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0874493Z [05-13|18:27:48.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0874948Z [05-13|18:27:48.662] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0875424Z [05-13|18:27:48.662] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0875588Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0875898Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0876059Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0876340Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0876602Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0876740Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0876901Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0877205Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0877371Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0877650Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0877813Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0878248Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0878415Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0878549Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0878713Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0878989Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0879151Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0879434Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0879592Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0879866Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0880033Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0880305Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0880473Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0880743Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0880911Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0881044Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0881205Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0881513Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0881783Z [05-13|18:27:48.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0882243Z [05-13|18:27:48.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0882410Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0882543Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0882702Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0882983Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0883143Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0883415Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0883585Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0883862Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0884140Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0884413Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0884576Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0884847Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0885007Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0885283Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0885616Z [05-13|18:27:48.666] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0885777Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0886011Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0886173Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0886476Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0886640Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0886916Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0887075Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0887347Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0887514Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0887807Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0887968Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0888243Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0888407Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0888681Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0888848Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0889122Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0889283Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0889582Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0889744Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0890019Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0890178Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0890479Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0890642Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0890936Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0891104Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0891396Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0891557Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0891694Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0891854Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0892148Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0892313Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0892610Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0892771Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0893067Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0893232Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0893654Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0893821Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0894124Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0894288Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0894581Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0894749Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0895027Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0895186Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0895483Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0895793Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0896090Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0896255Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0896544Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0896702Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0896996Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0897169Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0897462Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0897732Z [05-13|18:27:48.668] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0898327Z [05-13|18:27:48.668] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0898672Z [05-13|18:27:48.668] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0898844Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0899017Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0899182Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0899449Z [05-13|18:27:48.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0899907Z [05-13|18:27:48.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0900240Z [05-13|18:27:48.669] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0900411Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0900681Z [05-13|18:27:48.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0901135Z [05-13|18:27:48.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0901461Z [05-13|18:27:48.670] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0901634Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0901893Z [05-13|18:27:48.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0902345Z [05-13|18:27:48.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0902685Z [05-13|18:27:48.671] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0902968Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0903227Z [05-13|18:27:48.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0903687Z [05-13|18:27:48.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0904015Z [05-13|18:27:48.671] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0904182Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0904444Z [05-13|18:27:48.672] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0904992Z [05-13|18:27:48.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0905323Z [05-13|18:27:48.672] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0905494Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0905754Z [05-13|18:27:48.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0906210Z [05-13|18:27:48.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0906544Z [05-13|18:27:48.673] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0906711Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0906971Z [05-13|18:27:48.674] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0907426Z [05-13|18:27:48.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0907759Z [05-13|18:27:48.674] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0907925Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0908305Z [05-13|18:27:48.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0908765Z [05-13|18:27:48.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0909094Z [05-13|18:27:48.675] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0909578Z [05-13|18:27:48.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0909745Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0910051Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0910216Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0910509Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0910666Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0910957Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0911116Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0911393Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0911551Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0911856Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0912131Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0912403Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0912566Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0912860Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0913019Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0913316Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0913474Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0913764Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0913927Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0914298Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0914467Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0914742Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0914908Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0915181Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0915341Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0915637Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0915798Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0916091Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0916257Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0916552Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0916711Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0917008Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0917167Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0917446Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0917606Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0917904Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0918180Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0918483Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0918762Z [05-13|18:27:48.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0919229Z [05-13|18:27:48.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0919398Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0919685Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0919845Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0920124Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0920289Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0920591Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0920753Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0921033Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0921194Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0921332Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0921611Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0921749Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0921908Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0922182Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0922351Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0922483Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0922641Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0922778Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0922936Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0923210Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0923369Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0923768Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0924042Z [05-13|18:27:48.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0924499Z [05-13|18:27:48.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0924765Z [05-13|18:27:48.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0925215Z [05-13|18:27:48.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0925375Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0925514Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0925673Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0925807Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0925973Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0926278Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0926437Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0926735Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0926897Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0927028Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0927193Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0927471Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0927630Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0927904Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0928290Z [05-13|18:27:48.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.0928749Z [05-13|18:27:48.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0928909Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0929190Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0929350Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0929625Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0929788Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0930061Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0930220Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0930506Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0930668Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0931083Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0931349Z [05-13|18:27:48.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0931801Z [05-13|18:27:48.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0931962Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0932264Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0932425Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0932715Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0933074Z [05-13|18:27:48.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0933537Z [05-13|18:27:48.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0933698Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0933992Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0934257Z [05-13|18:27:48.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0934711Z [05-13|18:27:48.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0934971Z [05-13|18:27:48.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0935430Z [05-13|18:27:48.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0935594Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0935869Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0936132Z [05-13|18:27:48.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0936580Z [05-13|18:27:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0936919Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0937253Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0937583Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0937909Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0938355Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0938519Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0938798Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0939062Z [05-13|18:27:48.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0939523Z [05-13|18:27:48.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0939851Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0940293Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0940618Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0940939Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0941267Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0941441Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0941608Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0941778Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0942039Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0942205Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0942378Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0942543Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0942707Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0942875Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0943040Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0943517Z [05-13|18:27:48.690] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0943680Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0943961Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0944121Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0944427Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0944593Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0944728Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0944886Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0945168Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0945326Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0945602Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0945762Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0946058Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0946216Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0946491Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0946655Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0946931Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0947096Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0947396Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.0947554Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0947828Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0947994Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0948410Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0948573Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0948852Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0949015Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0949423Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0949584Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0949721Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0949880Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0950175Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0950339Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0950633Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0950793Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0951073Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0951233Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0951613Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0951783Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0952055Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0952214Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0952485Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0952650Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0952945Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0953105Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0953244Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0953403Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0953536Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.0953702Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0953977Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0954142Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0954441Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0954602Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0954897Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0955058Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0955340Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0955501Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0955795Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0955963Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0956256Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0956419Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0956718Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0956878Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0957170Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0957341Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0957618Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0957778Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0958171Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0958339Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0958639Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.0958911Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0959236Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0959503Z [05-13|18:27:48.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0959963Z [05-13|18:27:48.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0960302Z [05-13|18:27:48.694] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0960462Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0960757Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0961021Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0961301Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0961464Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0961765Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0961927Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0962216Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0962382Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0962652Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0962813Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0963087Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0963250Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0963385Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0963547Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0963823Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0963982Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.0964113Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0964275Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.0964547Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0964706Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.0964842Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0965006Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.0965303Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0965571Z [05-13|18:27:48.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0966039Z [05-13|18:27:48.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0966369Z [05-13|18:27:48.696] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0966630Z [05-13|18:27:48.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0967089Z [05-13|18:27:48.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0967430Z [05-13|18:27:48.697] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.0967692Z [05-13|18:27:48.697] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.0968272Z [05-13|18:27:48.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0968764Z [05-13|18:27:48.697] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.0968935Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.0969112Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.0969281Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.0969449Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.0969618Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.0969884Z [05-13|18:27:48.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.0970436Z [05-13|18:27:48.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0970780Z [05-13|18:27:48.698] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.0970945Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.0971205Z [05-13|18:27:48.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.0971660Z [05-13|18:27:48.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0971991Z [05-13|18:27:48.699] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.0972161Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.0972427Z [05-13|18:27:48.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.0972881Z [05-13|18:27:48.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0973207Z [05-13|18:27:48.700] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.0973380Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.0973640Z [05-13|18:27:48.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.0974089Z [05-13|18:27:48.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.0974425Z [05-13|18:27:48.701] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.0974594Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.0974851Z [05-13|18:27:48.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.0975309Z [05-13|18:27:48.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0975636Z [05-13|18:27:48.702] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.0975803Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.0976068Z [05-13|18:27:48.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.0976525Z [05-13|18:27:48.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0976860Z [05-13|18:27:48.703] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.0977421Z [05-13|18:27:48.703] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.0977584Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.0977890Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.0978170Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.0978455Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0978613Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.0978896Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0979056Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.0979440Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0979606Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.0979909Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.0980069Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.0980347Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0980511Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.0980802Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.0980959Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.0981257Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.0981417Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.0981717Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.0981883Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.0982163Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0982326Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.0982619Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.0982787Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.0983061Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.0983222Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.0983362Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.0983522Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.0983817Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.0983986Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.0984263Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0984430Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.0984736Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.0984895Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.0985170Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.0985329Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.0985630Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.0985789Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.0985923Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.0986087Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.0986385Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.0986658Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.0986940Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0987099Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.0987370Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.0987533Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.0987806Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.0987965Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.0988390Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.0988560Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.0988693Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.0988964Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.0989273Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.0989432Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.0989712Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.0989876Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.0990149Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.0990310Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.0990609Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.0990769Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.0991060Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.0991222Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.0991523Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.0991691Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.0991822Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.0991988Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.0992266Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0992428Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.0992710Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.0992871Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.0993165Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.0993439Z [05-13|18:27:48.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.0993903Z [05-13|18:27:48.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.0994067Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.0994371Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.0994635Z [05-13|18:27:48.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.0995091Z [05-13|18:27:48.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.0995258Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.0995391Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.0995552Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.0995684Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.0995853Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.0996246Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0996406Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.0996711Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.0996872Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.0997146Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.0997312Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.0997585Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.0997844Z [05-13|18:27:48.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.0998523Z [05-13|18:27:48.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.0998700Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.0998985Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.0999324Z [05-13|18:27:48.709] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.0999652Z [05-13|18:27:48.710] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.0999979Z [05-13|18:27:48.710] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1000146Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1000279Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1000441Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1000741Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1001015Z [05-13|18:27:48.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1001467Z [05-13|18:27:48.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1001795Z [05-13|18:27:48.711] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1001965Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1002265Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1002428Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1002708Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1002974Z [05-13|18:27:48.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1003428Z [05-13|18:27:48.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1003765Z [05-13|18:27:48.712] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1003953Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1004127Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1004301Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1004468Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1004634Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1004806Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1005083Z [05-13|18:27:48.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1005661Z [05-13|18:27:48.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1006003Z [05-13|18:27:48.713] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1006174Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1006438Z [05-13|18:27:48.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1006898Z [05-13|18:27:48.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1007226Z [05-13|18:27:48.714] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1007478Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1007744Z [05-13|18:27:48.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1008316Z [05-13|18:27:48.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1008651Z [05-13|18:27:48.714] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1008819Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1009083Z [05-13|18:27:48.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1009534Z [05-13|18:27:48.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1009874Z [05-13|18:27:48.715] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1010048Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1010309Z [05-13|18:27:48.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1010768Z [05-13|18:27:48.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1011107Z [05-13|18:27:48.716] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1011586Z [05-13|18:27:48.716] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1011755Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1012041Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1012210Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1012344Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1012509Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1012792Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1012950Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1013231Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1013388Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1013688Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1013851Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1014129Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1014289Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1014684Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1014844Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1015149Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1015314Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1015621Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1015782Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1015917Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1016087Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1016381Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1016544Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1016944Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1017111Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1017402Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1017568Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1017868Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1018148Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1018433Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1018599Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1018892Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1019055Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1019358Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1019522Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1019800Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1019966Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1020260Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1020421Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1020705Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1020865Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1021145Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1021307Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1021587Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1021750Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1022050Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1022216Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1022349Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1022509Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1022811Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1022971Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1023248Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1023413Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1023547Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1023706Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1024007Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1024406Z [05-13|18:27:48.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1024872Z [05-13|18:27:48.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1025037Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1025324Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1025487Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1025621Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1025788Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1026092Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1026350Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1026633Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1026798Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1027100Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1027262Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1027563Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1027723Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1028014Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1028307Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1028585Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1028748Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1029033Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1029199Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1029476Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1029642Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1029920Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1030255Z [05-13|18:27:48.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1030422Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1030555Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1030716Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1030849Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1031013Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1031295Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1031458Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1031768Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1031927Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1032224Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1032497Z [05-13|18:27:48.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1032957Z [05-13|18:27:48.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1033292Z [05-13|18:27:48.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1033464Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1033855Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1034020Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1034323Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1034590Z [05-13|18:27:48.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1035048Z [05-13|18:27:48.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1035385Z [05-13|18:27:48.724] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1035646Z [05-13|18:27:48.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1036195Z [05-13|18:27:48.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1036368Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1036646Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1036907Z [05-13|18:27:48.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1037366Z [05-13|18:27:48.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1037692Z [05-13|18:27:48.726] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1038022Z [05-13|18:27:48.726] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1038318Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1038490Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1038656Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1038821Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1038989Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1039152Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1039414Z [05-13|18:27:48.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1039875Z [05-13|18:27:48.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1040204Z [05-13|18:27:48.727] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1040375Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1040644Z [05-13|18:27:48.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1041097Z [05-13|18:27:48.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1041264Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1041595Z [05-13|18:27:48.728] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1041854Z [05-13|18:27:48.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1042307Z [05-13|18:27:48.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1042483Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1042812Z [05-13|18:27:48.729] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1043222Z [05-13|18:27:48.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1043679Z [05-13|18:27:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1044006Z [05-13|18:27:48.729] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1044173Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1044436Z [05-13|18:27:48.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1044993Z [05-13|18:27:48.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1045329Z [05-13|18:27:48.730] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1045809Z [05-13|18:27:48.730] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1045973Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1046256Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1046423Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1046724Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1046885Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1047187Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1047347Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1047629Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1047792Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1047926Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1048201Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1048480Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1048647Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1048944Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1049102Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1049403Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1049566Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1049842Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1050007Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1050280Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1050442Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1050743Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1050905Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1051204Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1051367Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1051648Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1051810Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1052086Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1052366Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1052643Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1052804Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1052945Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1053105Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1053239Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1053400Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1053543Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1053702Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1054001Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1054166Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1054560Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1054727Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1055012Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1055173Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1055447Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1055612Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1055911Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1056071Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1056366Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1056533Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1056832Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1057103Z [05-13|18:27:48.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1057571Z [05-13|18:27:48.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1057733Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1058140Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1058312Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1058589Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1058852Z [05-13|18:27:48.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1059343Z [05-13|18:27:48.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1059509Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1059641Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1059804Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1060085Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1060246Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1060526Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1060690Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1060823Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1060981Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1061283Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1061445Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1061836Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1062002Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1062279Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1062439Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1062739Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1062901Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1063176Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1063520Z [05-13|18:27:48.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1063682Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1064058Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1064223Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1064522Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1064683Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1064978Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1065144Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1065437Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1065598Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1065898Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1066057Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1066340Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1066678Z [05-13|18:27:48.736] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1066839Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1067137Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1067301Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1067578Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1067740Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1068278Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1068599Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1068781Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1068949Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1069405Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1070015Z [05-13|18:27:48.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1070842Z [05-13|18:27:48.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1071710Z [05-13|18:27:48.737] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1072292Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1072666Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1073021Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1073377Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1079096Z [05-13|18:27:48.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1080136Z [05-13|18:27:48.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1081001Z [05-13|18:27:48.738] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1081585Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1082064Z [05-13|18:27:48.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1082891Z [05-13|18:27:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1083736Z [05-13|18:27:48.739] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1084434Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1084914Z [05-13|18:27:48.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1085711Z [05-13|18:27:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1086566Z [05-13|18:27:48.740] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1087137Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1087623Z [05-13|18:27:48.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1088789Z [05-13|18:27:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1089699Z [05-13|18:27:48.741] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1090296Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1090763Z [05-13|18:27:48.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1091568Z [05-13|18:27:48.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1092417Z [05-13|18:27:48.742] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1092994Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1093452Z [05-13|18:27:48.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1094244Z [05-13|18:27:48.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1095098Z [05-13|18:27:48.742] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1095664Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1096126Z [05-13|18:27:48.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1096928Z [05-13|18:27:48.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1097781Z [05-13|18:27:48.743] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1098929Z [05-13|18:27:48.743] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1099637Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1100276Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1100742Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1101223Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1101675Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1102147Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1102595Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1102912Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1103234Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1103699Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1104240Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1104706Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1105144Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1105464Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1105809Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1106261Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1106702Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1107154Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1107599Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1108288Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1108784Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1109268Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1109718Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1110181Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1110617Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1111097Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1111551Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1112024Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1112460Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1112915Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1113357Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1113829Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1114284Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1114782Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1115227Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1115686Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1116117Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1116573Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1117003Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1117484Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1117940Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1118520Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1118963Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1119405Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1119727Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1120178Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1120614Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1121066Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1121488Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1121942Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1122370Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1122848Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1123294Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1123849Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1124292Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1124602Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1124922Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1125391Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1125842Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1126297Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1126738Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1127195Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1127625Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1128407Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1128933Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1129395Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1129831Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1130308Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1130764Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1131212Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1131647Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1132098Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1132535Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1133010Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1133459Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1133938Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1134385Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1134698Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1135016Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1135335Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1135658Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1136132Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1136700Z [05-13|18:27:48.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1137513Z [05-13|18:27:48.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1138514Z [05-13|18:27:48.748] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1139228Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1139687Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1140135Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1140609Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1141173Z [05-13|18:27:48.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1141979Z [05-13|18:27:48.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1142827Z [05-13|18:27:48.748] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1143493Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1144014Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1144588Z [05-13|18:27:48.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1145407Z [05-13|18:27:48.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1146285Z [05-13|18:27:48.750] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1146857Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1147346Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1147916Z [05-13|18:27:48.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1148964Z [05-13|18:27:48.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1149817Z [05-13|18:27:48.751] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1150480Z [05-13|18:27:48.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1151264Z [05-13|18:27:48.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1152108Z [05-13|18:27:48.752] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1152674Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1153168Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1153728Z [05-13|18:27:48.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1154517Z [05-13|18:27:48.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1155358Z [05-13|18:27:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1155918Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1156235Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1156576Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1156933Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1157292Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1157644Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1157989Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1158631Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1159011Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1159467Z [05-13|18:27:48.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1160261Z [05-13|18:27:48.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1161103Z [05-13|18:27:48.754] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1161665Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1162111Z [05-13|18:27:48.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1163065Z [05-13|18:27:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1163915Z [05-13|18:27:48.755] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1164470Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1164918Z [05-13|18:27:48.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1165696Z [05-13|18:27:48.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1166544Z [05-13|18:27:48.756] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1167111Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1167560Z [05-13|18:27:48.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1168720Z [05-13|18:27:48.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1169603Z [05-13|18:27:48.757] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1170494Z [05-13|18:27:48.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1171198Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1171678Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1172136Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1172453Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1172787Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1173106Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1173428Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1173891Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1174323Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1174781Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1175215Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1175672Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1176102Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1176591Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1177049Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1177506Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1177941Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1178760Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1179231Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1179559Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1179883Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1180354Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1180796Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1181264Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1181709Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1182218Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1182798Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1183280Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1183738Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1184215Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1184661Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1185142Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1185590Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1186076Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1186523Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1186839Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1187177Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1187637Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1188315Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1188801Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1189261Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1189742Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1190190Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1190648Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1191082Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1191536Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1191964Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1192426Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1192860Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1193330Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1193776Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1194249Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1194707Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1195176Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1195631Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1196099Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1196547Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1196863Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1197181Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1197501Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1197938Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1198545Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1198989Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1199467Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1200031Z [05-13|18:27:48.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1200850Z [05-13|18:27:48.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1201545Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1202002Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1202680Z [05-13|18:27:48.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1203490Z [05-13|18:27:48.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1204164Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1204652Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1205101Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1205577Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1206031Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1206483Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1206921Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1207236Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1207558Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1208012Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1208943Z [05-13|18:27:48.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1209747Z [05-13|18:27:48.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1210516Z [05-13|18:27:48.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1211307Z [05-13|18:27:48.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1211983Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1212473Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1212932Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1213410Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1213871Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1214351Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1214965Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1215699Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1216425Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1217140Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1217828Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1218432Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1218874Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1219350Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1219910Z [05-13|18:27:48.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1220705Z [05-13|18:27:48.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1221384Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1221953Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1222496Z [05-13|18:27:48.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1223293Z [05-13|18:27:48.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1224061Z [05-13|18:27:48.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1224851Z [05-13|18:27:48.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1225622Z [05-13|18:27:48.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1226401Z [05-13|18:27:48.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1227080Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1227541Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1228272Z [05-13|18:27:48.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1229083Z [05-13|18:27:48.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1229756Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1230239Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1230696Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1231149Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1231766Z [05-13|18:27:48.768] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1232489Z [05-13|18:27:48.768] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1233205Z [05-13|18:27:48.768] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1233918Z [05-13|18:27:48.769] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1234626Z [05-13|18:27:48.769] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1235190Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1235545Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1235904Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1236251Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1236603Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1237091Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1237436Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1237781Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1238273Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1238646Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1239104Z [05-13|18:27:48.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1239915Z [05-13|18:27:48.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1240773Z [05-13|18:27:48.769] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1241761Z [05-13|18:27:48.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1242467Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1242937Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1243378Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1243861Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1244313Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1244772Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1245202Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1245655Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1246085Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1246564Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1247021Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1247474Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1247905Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1248752Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1249217Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1249681Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1250112Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1250585Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1251032Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1251495Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1251938Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1252422Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1252875Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1253189Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1253513Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1254009Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1254464Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1254912Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1255345Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1255821Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1256271Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1256718Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1257034Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1257515Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1257967Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1258561Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1259042Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1259524Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1259986Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1260472Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1261043Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1261514Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1261964Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1262424Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1262860Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1263311Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1263740Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1264219Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1264669Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1264980Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1265311Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1265791Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1266243Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1266690Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1267122Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1267600Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1268242Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1268752Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1269187Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1269667Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1270113Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1270595Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1271043Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1271505Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1271945Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1272415Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1272860Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1273333Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1273775Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1274232Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1274663Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1274976Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1275294Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1275754Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1276313Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1276763Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1277195Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1277665Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1278362Z [05-13|18:27:48.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1279169Z [05-13|18:27:48.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1280029Z [05-13|18:27:48.775] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1280709Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1281034Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1281361Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1281837Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1282287Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1282745Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1283285Z [05-13|18:27:48.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1284085Z [05-13|18:27:48.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1284928Z [05-13|18:27:48.776] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1285590Z [05-13|18:27:48.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1286388Z [05-13|18:27:48.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1287225Z [05-13|18:27:48.777] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1287784Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1288620Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1289090Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1289548Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1289981Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1290300Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1290616Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1291073Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1291503Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1291817Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1292151Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1292507Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1292864Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1293211Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1293665Z [05-13|18:27:48.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1294460Z [05-13|18:27:48.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1295307Z [05-13|18:27:48.778] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1296002Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1296454Z [05-13|18:27:48.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1297247Z [05-13|18:27:48.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1298230Z [05-13|18:27:48.779] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1298811Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1299270Z [05-13|18:27:48.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1300176Z [05-13|18:27:48.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1301029Z [05-13|18:27:48.780] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1301604Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1302060Z [05-13|18:27:48.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1302854Z [05-13|18:27:48.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1303716Z [05-13|18:27:48.781] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1304279Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1304732Z [05-13|18:27:48.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1305520Z [05-13|18:27:48.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1306360Z [05-13|18:27:48.781] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1306918Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1307371Z [05-13|18:27:48.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1308392Z [05-13|18:27:48.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1309237Z [05-13|18:27:48.782] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1309810Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1310260Z [05-13|18:27:48.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1311053Z [05-13|18:27:48.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1311902Z [05-13|18:27:48.784] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1312771Z [05-13|18:27:48.784] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1313466Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1313940Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1314389Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1314708Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1315152Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1315638Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1316090Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1316571Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1317019Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1317471Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1317908Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1318485Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1318918Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1319525Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1319972Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1320446Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1320887Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1321362Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1321802Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1322276Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1322729Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1323188Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1323632Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1324105Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1324558Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1325014Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1325451Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1325930Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1326373Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1326847Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1327289Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1327762Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1328564Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1329054Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1329515Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1329973Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1330415Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1330866Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1331300Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1331755Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1332192Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1332509Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1332826Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1333301Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1333744Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1334227Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1334818Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1335278Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1335713Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1336198Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1336659Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1337130Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1337575Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1338198Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1338651Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1339224Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1339665Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1340139Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1340583Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1340896Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1341214Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1341490Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1341649Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1341923Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1342089Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1342360Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1342521Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1342829Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1342987Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1343119Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1343304Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1343576Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1343732Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1344036Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1344194Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1344328Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1344490Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1344777Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1344941Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1345239Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1345403Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1345698Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1345970Z [05-13|18:27:48.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1346440Z [05-13|18:27:48.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1346771Z [05-13|18:27:48.789] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1346933Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1347076Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1347459Z [05-13|18:27:48.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1347913Z [05-13|18:27:48.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1348533Z [05-13|18:27:48.790] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1348802Z [05-13|18:27:48.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1349257Z [05-13|18:27:48.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1349709Z [05-13|18:27:48.791] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1349882Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1350164Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1350431Z [05-13|18:27:48.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1350881Z [05-13|18:27:48.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1351206Z [05-13|18:27:48.792] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1351374Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1351649Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1351809Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1351951Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1352218Z [05-13|18:27:48.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1352683Z [05-13|18:27:48.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1353025Z [05-13|18:27:48.793] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1353190Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1353469Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1353629Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1353910Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1354082Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1354253Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1354428Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1354593Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1354757Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1354926Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1355194Z [05-13|18:27:48.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1355648Z [05-13|18:27:48.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1355983Z [05-13|18:27:48.794] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1356152Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1356416Z [05-13|18:27:48.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1356985Z [05-13|18:27:48.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1357311Z [05-13|18:27:48.795] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1357479Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1357744Z [05-13|18:27:48.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1358356Z [05-13|18:27:48.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1358687Z [05-13|18:27:48.796] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1358968Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1359263Z [05-13|18:27:48.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1359717Z [05-13|18:27:48.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1360050Z [05-13|18:27:48.797] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1360216Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1360476Z [05-13|18:27:48.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1360942Z [05-13|18:27:48.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1361280Z [05-13|18:27:48.798] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1361760Z [05-13|18:27:48.798] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1361930Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1362065Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1362225Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1362510Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1362677Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1362950Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1363108Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1363395Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1363557Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1363861Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1364025Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1364159Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1364315Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1364617Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1364776Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1365072Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1365229Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1365532Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1365692Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1366080Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1366248Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1366523Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1366682Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1366957Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1367115Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1367388Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1367551Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1367846Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1368017Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1368800Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1368993Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1369131Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1369294Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1369431Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1369590Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1369891Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1370055Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1370339Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1370500Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1370636Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1370797Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1371071Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1371237Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1371521Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1371708Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1372006Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1372174Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1372471Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1372629Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1372907Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1373066Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1373347Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1373514Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1373807Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1373966Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1374258Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1374422Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1374558Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1374715Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1375013Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1375172Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1375469Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1375636Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1376025Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1376185Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1376464Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1376624Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1376897Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1377056Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1377358Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1377519Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1377791Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1378031Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1378473Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1378634Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1378909Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1379069Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1379204Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1379368Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1379658Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1379817Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1380092Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1380254Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1380551Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1380831Z [05-13|18:27:48.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1381304Z [05-13|18:27:48.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1381644Z [05-13|18:27:48.803] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1381807Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1382107Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1382382Z [05-13|18:27:48.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1382844Z [05-13|18:27:48.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1383183Z [05-13|18:27:48.803] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1383364Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1383663Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1383932Z [05-13|18:27:48.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1384387Z [05-13|18:27:48.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1384645Z [05-13|18:27:48.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1385103Z [05-13|18:27:48.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1385551Z [05-13|18:27:48.805] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1385874Z [05-13|18:27:48.805] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1386042Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1386317Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1386476Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1386780Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1386946Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1387246Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1387618Z [05-13|18:27:48.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1388298Z [05-13|18:27:48.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1388666Z [05-13|18:27:48.806] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1388859Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1389039Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1389213Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1389389Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1389556Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1389721Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1390003Z [05-13|18:27:48.807] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1390470Z [05-13|18:27:48.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1390808Z [05-13|18:27:48.807] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1390978Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1391246Z [05-13|18:27:48.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1391705Z [05-13|18:27:48.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1392035Z [05-13|18:27:48.808] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1392212Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1392474Z [05-13|18:27:48.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1392925Z [05-13|18:27:48.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1393257Z [05-13|18:27:48.809] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1393425Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1393683Z [05-13|18:27:48.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1394140Z [05-13|18:27:48.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1394472Z [05-13|18:27:48.810] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1394768Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1395031Z [05-13|18:27:48.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1395487Z [05-13|18:27:48.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1395817Z [05-13|18:27:48.811] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1396297Z [05-13|18:27:48.811] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1396466Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1396698Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1396872Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1397180Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1397339Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1397629Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1397787Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1398221Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1398387Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1398665Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1398823Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1399097Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1399265Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1399566Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1399726Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1400008Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1400165Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1400442Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1400604Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1400897Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1401063Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1401201Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1401364Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1401640Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1401804Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1402083Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1402241Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1402514Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1402683Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1402979Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1403140Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1403438Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1403705Z [05-13|18:27:48.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1404166Z [05-13|18:27:48.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1404662Z [05-13|18:27:48.814] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1404824Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1405099Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1405266Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1405565Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1405725Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1406002Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1406264Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1406561Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1406725Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1406864Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1407022Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1407316Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1407482Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1407774Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1407933Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1408324Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1408595Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1408902Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1409065Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1409352Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1409513Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1409645Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1409813Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1410107Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1410267Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1410549Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1410709Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1411003Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1411172Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1411305Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1411469Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1411762Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1412036Z [05-13|18:27:48.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1412502Z [05-13|18:27:48.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1412664Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1412950Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1413110Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1413389Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1413559Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1413986Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1414253Z [05-13|18:27:48.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1414714Z [05-13|18:27:48.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1414877Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1415170Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1415334Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1415610Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1415770Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1416169Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1416335Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1416625Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1416785Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1416922Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1417079Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1417356Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1417627Z [05-13|18:27:48.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1418219Z [05-13|18:27:48.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1418560Z [05-13|18:27:48.818] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1418727Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1419000Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1419160Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1419460Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1419620Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1419899Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1420236Z [05-13|18:27:48.819] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1420559Z [05-13|18:27:48.819] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1420723Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1421004Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1421163Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1421437Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1421596Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1421899Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1422165Z [05-13|18:27:48.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1422617Z [05-13|18:27:48.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1422957Z [05-13|18:27:48.820] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1423243Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1423410Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1423582Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1423747Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1423911Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1424082Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1424344Z [05-13|18:27:48.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1424795Z [05-13|18:27:48.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1425229Z [05-13|18:27:48.821] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1425397Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1425661Z [05-13|18:27:48.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1426115Z [05-13|18:27:48.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1426439Z [05-13|18:27:48.822] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1426604Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1426870Z [05-13|18:27:48.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1427320Z [05-13|18:27:48.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1427658Z [05-13|18:27:48.823] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1427839Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1428338Z [05-13|18:27:48.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1428804Z [05-13|18:27:48.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1429143Z [05-13|18:27:48.824] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1429318Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1429581Z [05-13|18:27:48.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1430054Z [05-13|18:27:48.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1430389Z [05-13|18:27:48.825] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1430870Z [05-13|18:27:48.825] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1431039Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1431340Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1431502Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1431639Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1431797Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1432077Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1432237Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1432664Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1432823Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1433119Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1433282Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1433556Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1433712Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1433992Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1434150Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1434282Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1434446Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1434839Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1435003Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1435298Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1435467Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1435757Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1435921Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1436060Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1436221Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1436516Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1436681Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1436981Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1437252Z [05-13|18:27:48.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1437719Z [05-13|18:27:48.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1437881Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1438323Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1438494Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1438774Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1438935Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1439233Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1439402Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1439693Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1439855Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1440155Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1440324Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1440599Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1440765Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1441054Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1441246Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1441541Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1441699Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1441978Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1442257Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1442540Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1442700Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1442995Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1443269Z [05-13|18:27:48.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1443727Z [05-13|18:27:48.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1443887Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1444284Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1444450Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1444730Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1444894Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1445025Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1445184Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1445464Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1445623Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1445920Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1446187Z [05-13|18:27:48.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1446652Z [05-13|18:27:48.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1446814Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1447088Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1447252Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1447529Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1447689Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1447987Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1448479Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1448760Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1448930Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1449207Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1449368Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1449670Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1449830Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1450120Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1450280Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1450562Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1450722Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1450855Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1451020Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1451293Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1451456Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1451736Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1452026Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1452322Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1452486Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1452761Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1452924Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1453058Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1453223Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1453497Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1453768Z [05-13|18:27:48.832] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1454333Z [05-13|18:27:48.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1454604Z [05-13|18:27:48.832] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1455053Z [05-13|18:27:48.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1455226Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1455357Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1455516Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1455801Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1456141Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1456471Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1456806Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1457128Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1457451Z [05-13|18:27:48.834] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1457629Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1457797Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1457963Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1458266Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1458434Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1458598Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1458864Z [05-13|18:27:48.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1459355Z [05-13|18:27:48.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1459684Z [05-13|18:27:48.834] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1459851Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1460117Z [05-13|18:27:48.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1460570Z [05-13|18:27:48.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1460899Z [05-13|18:27:48.835] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1461187Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1461446Z [05-13|18:27:48.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1461897Z [05-13|18:27:48.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1462228Z [05-13|18:27:48.836] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1462394Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1462655Z [05-13|18:27:48.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1463207Z [05-13|18:27:48.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1463543Z [05-13|18:27:48.837] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1463711Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1463976Z [05-13|18:27:48.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1464435Z [05-13|18:27:48.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1464772Z [05-13|18:27:48.838] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1465259Z [05-13|18:27:48.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1465426Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1465706Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1465870Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1466169Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1466328Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1466628Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1466786Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1467059Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1467222Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1467518Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1467676Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1467962Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1468338Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1468629Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1468786Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1469089Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1469246Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1469379Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1469542Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1469839Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1470003Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1470286Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1470566Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1470699Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1470865Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1471142Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1471302Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1471596Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1471760Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1472052Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1472211Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1472610Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1472777Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1473068Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1473234Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1473511Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1473669Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1473949Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1474107Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1474380Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1474538Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1474840Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1475002Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1475138Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1475307Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1475441Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1475603Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1475884Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1476044Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1476175Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1476335Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1476635Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1476794Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1477068Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1477242Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1477540Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1477699Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1477996Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1478298Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1478593Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1478762Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1479059Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1479217Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1479514Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1479786Z [05-13|18:27:48.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1480414Z [05-13|18:27:48.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1480580Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1480878Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1481037Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1481310Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1481479Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1481757Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1486400Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1486916Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1487114Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1487410Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1487586Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1487891Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1488393Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1488842Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1489207Z [05-13|18:27:48.842] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1489379Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1489670Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1489846Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1490154Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1490317Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1490460Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1490619Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1490752Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1490918Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1491219Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1491499Z [05-13|18:27:48.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1491979Z [05-13|18:27:48.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1492314Z [05-13|18:27:48.843] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1492481Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1492763Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1493033Z [05-13|18:27:48.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1493488Z [05-13|18:27:48.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1493830Z [05-13|18:27:48.844] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1493992Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1494271Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1494670Z [05-13|18:27:48.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1495129Z [05-13|18:27:48.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1495453Z [05-13|18:27:48.845] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1495616Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1495896Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1496069Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1496234Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1496404Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1496674Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1496848Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1497122Z [05-13|18:27:48.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1497581Z [05-13|18:27:48.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1497918Z [05-13|18:27:48.846] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1498254Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1498531Z [05-13|18:27:48.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1498986Z [05-13|18:27:48.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1499322Z [05-13|18:27:48.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1499493Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1499761Z [05-13|18:27:48.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1500218Z [05-13|18:27:48.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1500545Z [05-13|18:27:48.847] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1500712Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1500977Z [05-13|18:27:48.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1501432Z [05-13|18:27:48.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1501762Z [05-13|18:27:48.848] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1501937Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1502195Z [05-13|18:27:48.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1502644Z [05-13|18:27:48.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1502816Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1503142Z [05-13|18:27:48.849] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1503404Z [05-13|18:27:48.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1503986Z [05-13|18:27:48.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1504317Z [05-13|18:27:48.850] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1504800Z [05-13|18:27:48.850] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1504972Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1505261Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1505423Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1505709Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1505968Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1506276Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1506437Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1506720Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1506879Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1507152Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1507315Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1507452Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1507609Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1507913Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1508281Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1508584Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1508753Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1509051Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1509212Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1509505Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1509675Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1509949Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1510113Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1510412Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1510575Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1510868Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1511038Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1511315Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1511475Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1511616Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1511776Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1512072Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1512233Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1512514Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1512679Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1512950Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1513121Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1513380Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1513544Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1513849Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1514014Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1514292Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1514460Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1514757Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1514917Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1515213Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1515380Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1515768Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1515936Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1516082Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1516243Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1516521Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1516688Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1516967Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1517132Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1517418Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1517580Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1517853Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1518013Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1518460Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1518621Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1518895Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1519061Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1519357Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1519518Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1519814Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1519973Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1520247Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1520413Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1520710Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1520870Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1521162Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1521330Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1521463Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1521623Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1521901Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1522063Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1522336Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1522498Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1522797Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1523191Z [05-13|18:27:48.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1523660Z [05-13|18:27:48.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1523995Z [05-13|18:27:48.855] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1524157Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1524299Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1524564Z [05-13|18:27:48.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1525117Z [05-13|18:27:48.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1525460Z [05-13|18:27:48.856] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1525625Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1525926Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1526086Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1526373Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1526532Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1526830Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1527003Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1527137Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1527304Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1527589Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1527757Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1528297Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1528599Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1528771Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1528937Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1529210Z [05-13|18:27:48.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1529685Z [05-13|18:27:48.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1530024Z [05-13|18:27:48.857] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1530197Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1530469Z [05-13|18:27:48.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1530922Z [05-13|18:27:48.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1531255Z [05-13|18:27:48.860] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1531426Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1531687Z [05-13|18:27:48.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1532136Z [05-13|18:27:48.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1532466Z [05-13|18:27:48.860] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1532766Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1533027Z [05-13|18:27:48.861] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1533481Z [05-13|18:27:48.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1533803Z [05-13|18:27:48.861] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1533971Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1534238Z [05-13|18:27:48.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1534785Z [05-13|18:27:48.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1535113Z [05-13|18:27:48.862] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1535288Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1535550Z [05-13|18:27:48.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1535997Z [05-13|18:27:48.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1536329Z [05-13|18:27:48.863] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1536498Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1536761Z [05-13|18:27:48.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1537213Z [05-13|18:27:48.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1537539Z [05-13|18:27:48.864] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1537707Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1537974Z [05-13|18:27:48.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1538566Z [05-13|18:27:48.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1538896Z [05-13|18:27:48.865] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1539384Z [05-13|18:27:48.865] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1539553Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1539689Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1539857Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1540160Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1540319Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1540459Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1540615Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1540917Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1541081Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1541365Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1541638Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1541912Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1542076Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1542350Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1542508Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1542809Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1542968Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1543103Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1543267Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1543561Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1543828Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1544116Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1544279Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1544579Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1544742Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1545044Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1545205Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1545481Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1545647Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1545919Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1546082Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1546380Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1546542Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1546678Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1546843Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1547135Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1547295Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1547583Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1547754Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1548029Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1548422Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1548744Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1548910Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1549189Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1549358Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1549634Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1549797Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1550097Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1550258Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1550531Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1550698Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1550977Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1551138Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1551538Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1551708Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1551989Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1552155Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1552433Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1552596Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1552895Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1553063Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1553336Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1553645Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1553931Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1554095Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1554392Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1554551Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1554850Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1555014Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1555305Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1555471Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1555744Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1555906Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1556205Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1556368Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1556657Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1556824Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1556960Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1557119Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1557251Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1557418Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1557694Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1557854Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1558289Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1558450Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1558745Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1558911Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1559231Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1559510Z [05-13|18:27:48.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1559986Z [05-13|18:27:48.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1560328Z [05-13|18:27:48.871] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1560493Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1560786Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1561175Z [05-13|18:27:48.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1561634Z [05-13|18:27:48.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1561973Z [05-13|18:27:48.872] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1562236Z [05-13|18:27:48.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1562690Z [05-13|18:27:48.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1563054Z [05-13|18:27:48.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1563509Z [05-13|18:27:48.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1563845Z [05-13|18:27:48.873] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1564174Z [05-13|18:27:48.873] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1564338Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1564619Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1564886Z [05-13|18:27:48.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1565342Z [05-13|18:27:48.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1565675Z [05-13|18:27:48.874] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1565844Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1565978Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1566147Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1566315Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1566486Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1566650Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1566814Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1566985Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1567247Z [05-13|18:27:48.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1567701Z [05-13|18:27:48.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1568255Z [05-13|18:27:48.875] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1568559Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1568830Z [05-13|18:27:48.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1569290Z [05-13|18:27:48.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1569616Z [05-13|18:27:48.876] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1569784Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1570054Z [05-13|18:27:48.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1570639Z [05-13|18:27:48.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1570968Z [05-13|18:27:48.877] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1571141Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1571401Z [05-13|18:27:48.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1571852Z [05-13|18:27:48.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1572285Z [05-13|18:27:48.878] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1572460Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1572723Z [05-13|18:27:48.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1573186Z [05-13|18:27:48.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1573516Z [05-13|18:27:48.878] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1573994Z [05-13|18:27:48.879] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1574163Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1574297Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1574458Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1574767Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1574928Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1575059Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1575216Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1575500Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1575656Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1575933Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1576100Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1576230Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1576385Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1576664Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1576824Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1576958Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1577120Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1577422Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1577580Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1577853Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1578024Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1578444Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1578606Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1578917Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1579080Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1579376Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1579667Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1579941Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1580100Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1580399Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1580560Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1580835Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1580996Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1581275Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1581437Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1581826Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1581999Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1582295Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1582454Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1582733Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1582893Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1583168Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1583334Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1583466Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1583624Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1583918Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1584087Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1584379Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1584540Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1584820Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1584979Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1585254Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1585421Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1585716Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1585877Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1586158Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1586321Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1586614Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1586779Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1587075Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1587236Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1587531Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1587696Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1587970Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1588342Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1588642Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1588805Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1589085Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1589372Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1589651Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1589813Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1590084Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1590249Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1590522Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1590685Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1590989Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1591149Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1591519Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1591691Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1591988Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1592149Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1592449Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1592609Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1592903Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1593070Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1593361Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1593520Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1593654Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1593820Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1594097Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1594257Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1594552Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1594819Z [05-13|18:27:48.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1595281Z [05-13|18:27:48.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1595620Z [05-13|18:27:48.885] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1595780Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1595916Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1596094Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1596264Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1596529Z [05-13|18:27:48.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1596986Z [05-13|18:27:48.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1597318Z [05-13|18:27:48.886] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1597486Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1597753Z [05-13|18:27:48.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1598336Z [05-13|18:27:48.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1598797Z [05-13|18:27:48.887] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1598976Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1599241Z [05-13|18:27:48.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1599699Z [05-13|18:27:48.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1600033Z [05-13|18:27:48.888] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1600202Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1600463Z [05-13|18:27:48.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1601025Z [05-13|18:27:48.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1601198Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1601527Z [05-13|18:27:48.888] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1601787Z [05-13|18:27:48.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1602239Z [05-13|18:27:48.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1602565Z [05-13|18:27:48.889] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1602737Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1602999Z [05-13|18:27:48.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1603452Z [05-13|18:27:48.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1603779Z [05-13|18:27:48.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1603946Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1604205Z [05-13|18:27:48.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1604652Z [05-13|18:27:48.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1604987Z [05-13|18:27:48.891] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1605153Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1605416Z [05-13|18:27:48.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1605871Z [05-13|18:27:48.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1606198Z [05-13|18:27:48.892] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1606365Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1606629Z [05-13|18:27:48.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1607085Z [05-13|18:27:48.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1607417Z [05-13|18:27:48.893] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1607981Z [05-13|18:27:48.893] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1608262Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1608547Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1608715Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1609015Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1609177Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1609477Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1609741Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1610035Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1610203Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1610337Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1610495Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1610790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1610946Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1611242Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1611399Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1611696Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1611960Z [05-13|18:27:48.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1612416Z [05-13|18:27:48.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1612584Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1612864Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1613021Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1613300Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1613464Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1613737Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1613904Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1614199Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1614365Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1614667Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1614832Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1615119Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1615284Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1615562Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1615722Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1615855Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1616021Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1616295Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1616456Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1616595Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1616755Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1617014Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1617177Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1617446Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1617609Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1617879Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1618157Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1618453Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1618612Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1618893Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1619158Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1619455Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1619627Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1619900Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1620059Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1620360Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1620624Z [05-13|18:27:48.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1621079Z [05-13|18:27:48.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1621244Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1621523Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1621682Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1621980Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1622146Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1622438Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1622599Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1622896Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1623056Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1623345Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1623510Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1623641Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1623803Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1624105Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1624368Z [05-13|18:27:48.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1624825Z [05-13|18:27:48.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1624990Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1625288Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1625451Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1625730Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1625898Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1626175Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1626450Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1626750Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1626911Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1627185Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1627455Z [05-13|18:27:48.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1627908Z [05-13|18:27:48.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1628285Z [05-13|18:27:48.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1628905Z [05-13|18:27:48.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1629075Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1629352Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1629619Z [05-13|18:27:48.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1630071Z [05-13|18:27:48.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1630332Z [05-13|18:27:48.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1630786Z [05-13|18:27:48.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1630950Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1631229Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1631399Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1631672Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1631834Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1632114Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1632450Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1632777Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1633108Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1633274Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1633410Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1633569Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1633848Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1634171Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1634496Z [05-13|18:27:48.905] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1634821Z [05-13|18:27:48.905] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1635143Z [05-13|18:27:48.905] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1635307Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1635589Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1635961Z [05-13|18:27:48.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1636416Z [05-13|18:27:48.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1636749Z [05-13|18:27:48.906] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1636911Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1637211Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1637378Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1637511Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1637751Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1637932Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1638214Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1638379Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1638544Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1638714Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1638886Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1639049Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1639219Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1639485Z [05-13|18:27:48.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1639945Z [05-13|18:27:48.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1640288Z [05-13|18:27:48.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1640460Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1640725Z [05-13|18:27:48.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1641191Z [05-13|18:27:48.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1641521Z [05-13|18:27:48.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1642002Z [05-13|18:27:48.908] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1642175Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1642456Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1642621Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1642900Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1643058Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1643336Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1643499Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1643801Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1643960Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1644232Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1644397Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1644531Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1644688Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1645105Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1645265Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1645555Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1645718Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1645850Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1646007Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1646281Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1646445Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1646737Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1647005Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1647306Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1647470Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1647741Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1647905Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1648317Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1648479Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1648758Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1648918Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1649189Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1649354Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1649630Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1649795Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1650098Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1650268Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1650560Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1650721Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1650999Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1651157Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1651428Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1651607Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1651903Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1652066Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1652345Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1652504Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1652775Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1652936Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1653076Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1653235Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1653367Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1653531Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1653804Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1653965Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1654266Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1654541Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1654834Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1655001Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1655291Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1655451Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1655726Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1655893Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1656166Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1656326Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1656703Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1656869Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1657001Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1657165Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1657461Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1657729Z [05-13|18:27:48.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1658314Z [05-13|18:27:48.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1658479Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1658756Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1658926Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1659085Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1659251Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1659549Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1659818Z [05-13|18:27:48.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1660271Z [05-13|18:27:48.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1660531Z [05-13|18:27:48.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1660989Z [05-13|18:27:48.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1661154Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1661450Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1661625Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1661916Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1662076Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1662372Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1662634Z [05-13|18:27:48.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.1663086Z [05-13|18:27:48.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1663253Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1663548Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1663927Z [05-13|18:27:48.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1664383Z [05-13|18:27:48.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1664542Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1664836Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1665001Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1665275Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1665613Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1666054Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1666388Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1666710Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1666873Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1667166Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1667428Z [05-13|18:27:48.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1667882Z [05-13|18:27:48.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1668162Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1668452Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1668785Z [05-13|18:27:48.917] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1669115Z [05-13|18:27:48.917] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1669277Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1669410Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1669586Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1669753Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1669916Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1670087Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1670251Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1670418Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1670589Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1670851Z [05-13|18:27:48.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1671304Z [05-13|18:27:48.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1671631Z [05-13|18:27:48.918] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1671797Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1672055Z [05-13|18:27:48.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1672515Z [05-13|18:27:48.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1672680Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1673119Z [05-13|18:27:48.919] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1673386Z [05-13|18:27:48.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1673834Z [05-13|18:27:48.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1674162Z [05-13|18:27:48.920] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1674333Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1674592Z [05-13|18:27:48.920] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1675144Z [05-13|18:27:48.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1675485Z [05-13|18:27:48.921] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1675960Z [05-13|18:27:48.921] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1676124Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1676434Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1676596Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1676889Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1677049Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1677349Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1677510Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1677787Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1677951Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1678372Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1678531Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1678820Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1678981Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1679260Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1679424Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1679698Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1679856Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1680136Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1680302Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1680435Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1680596Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1680735Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1680895Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1681168Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1681335Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1681607Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1681767Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1682072Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1682350Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1682623Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1682785Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1683083Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1683245Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1683521Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1683687Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1683820Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1683978Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1684120Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1684378Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1684681Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1684843Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1685141Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1685301Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1685595Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1685759Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1685890Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1686048Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1686346Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1686507Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1686799Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1686966Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1687242Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1687402Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1687694Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1687862Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1688286Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1688453Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1688763Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1688922Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1689198Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1689365Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1689638Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1689796Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1690072Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1690231Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1690523Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1690688Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1690961Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1691121Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1691417Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1691583Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1691840Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1691999Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1692293Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1692453Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1692749Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1692913Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1693204Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1693362Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1693660Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1694029Z [05-13|18:27:48.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1694493Z [05-13|18:27:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1694838Z [05-13|18:27:48.925] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1695001Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1695279Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1695438Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1695716Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1695874Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1696146Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1696312Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1696446Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1696603Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1696881Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1697146Z [05-13|18:27:48.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1697602Z [05-13|18:27:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1697939Z [05-13|18:27:48.926] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1698316Z [05-13|18:27:48.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1698771Z [05-13|18:27:48.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1699112Z [05-13|18:27:48.927] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1699276Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1699550Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1699718Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1700016Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1700274Z [05-13|18:27:48.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1700731Z [05-13|18:27:48.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1701058Z [05-13|18:27:48.928] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1701388Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1701559Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1701724Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1701888Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1702054Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1702322Z [05-13|18:27:48.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1702775Z [05-13|18:27:48.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1703209Z [05-13|18:27:48.929] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1703391Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1703656Z [05-13|18:27:48.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1704110Z [05-13|18:27:48.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1704444Z [05-13|18:27:48.930] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1704610Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1704870Z [05-13|18:27:48.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1705330Z [05-13|18:27:48.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1705657Z [05-13|18:27:48.931] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1705828Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1706091Z [05-13|18:27:48.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1706539Z [05-13|18:27:48.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1706865Z [05-13|18:27:48.932] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1707036Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1707296Z [05-13|18:27:48.932] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1707748Z [05-13|18:27:48.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1708202Z [05-13|18:27:48.933] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1708371Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1708628Z [05-13|18:27:48.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1709088Z [05-13|18:27:48.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1709415Z [05-13|18:27:48.933] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1709894Z [05-13|18:27:48.934] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1710174Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1710480Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1710644Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1710783Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1710943Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1711228Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1711392Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1711689Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1711847Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1712144Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1712414Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1712553Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1712710Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1713008Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1713167Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1713444Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1713606Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1713882Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1714040Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1714339Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1714503Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1714637Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1714800Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1715081Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1715241Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1715515Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1715683Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1715955Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1716114Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1716393Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1716551Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1716846Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1717009Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1717285Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1717444Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1717715Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1717888Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1718302Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1718466Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1718766Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1718924Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1719214Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1719383Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1719628Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1719788Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1720083Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1720242Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1720519Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1720678Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1720975Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1721133Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1721408Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1721572Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1721961Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1722126Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1722403Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1722563Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1722861Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1723025Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1723316Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1723476Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1723772Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1724041Z [05-13|18:27:48.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1724499Z [05-13|18:27:48.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1724842Z [05-13|18:27:48.938] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1725008Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1725288Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1725448Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1725731Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1725890Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1726165Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1726333Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1726627Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1726791Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1726930Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1727089Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1727222Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1727381Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1727664Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1727822Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1728241Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1728513Z [05-13|18:27:48.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1728970Z [05-13|18:27:48.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1729412Z [05-13|18:27:48.939] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1729581Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1729712Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1729873Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1730153Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1730312Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1730583Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1730748Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1731120Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1731284Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1731587Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1731747Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1732018Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1732177Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1732479Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1732742Z [05-13|18:27:48.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1733197Z [05-13|18:27:48.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1733539Z [05-13|18:27:48.941] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1733704Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1734001Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1734176Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1734345Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1734515Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1734690Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1734956Z [05-13|18:27:48.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1735411Z [05-13|18:27:48.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1735744Z [05-13|18:27:48.942] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1735913Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1736176Z [05-13|18:27:48.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1736628Z [05-13|18:27:48.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1736960Z [05-13|18:27:48.943] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1737127Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1737393Z [05-13|18:27:48.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1737845Z [05-13|18:27:48.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1738365Z [05-13|18:27:48.944] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1738541Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1738797Z [05-13|18:27:48.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1739248Z [05-13|18:27:48.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1739575Z [05-13|18:27:48.945] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1739743Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1740001Z [05-13|18:27:48.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1740560Z [05-13|18:27:48.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1740894Z [05-13|18:27:48.946] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1741061Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1741323Z [05-13|18:27:48.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1741769Z [05-13|18:27:48.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1742096Z [05-13|18:27:48.947] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1742268Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1742528Z [05-13|18:27:48.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1742992Z [05-13|18:27:48.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1743326Z [05-13|18:27:48.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1743800Z [05-13|18:27:48.948] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1743962Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1744243Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1744403Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1744682Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1744844Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1745151Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1745310Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1745442Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1745604Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1745901Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1746059Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1746359Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1746517Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1746794Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1746962Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1747239Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1747508Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1747639Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1747806Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1748213Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1748379Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1748679Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1748840Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1749132Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1749297Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1749676Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1749842Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1750121Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1750280Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1750573Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1750732Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1751010Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1751171Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1751446Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1751609Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1751884Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1752048Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1752329Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1752488Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1752621Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1752786Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1753058Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1753219Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1753516Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1753681Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1753973Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1754135Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1754412Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1754574Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1754707Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1754873Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1755166Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1755326Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1755624Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1755889Z [05-13|18:27:48.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1756349Z [05-13|18:27:48.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1756691Z [05-13|18:27:48.952] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1756967Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1757246Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1757406Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1757683Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1757846Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1758259Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1758532Z [05-13|18:27:48.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1759120Z [05-13|18:27:48.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1759290Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1759597Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1759861Z [05-13|18:27:48.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1760312Z [05-13|18:27:48.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1760484Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1760765Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1760925Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1761204Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1761367Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1761503Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1761667Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1761962Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1762122Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1762412Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1762579Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1762853Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1763013Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1763316Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1763475Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1763748Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1763919Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1764193Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1764526Z [05-13|18:27:48.955] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1764857Z [05-13|18:27:48.955] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1765016Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1765314Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1765479Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1765611Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1765770Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1766068Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1766344Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1766633Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1766792Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1766931Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1767193Z [05-13|18:27:48.955] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1767648Z [05-13|18:27:48.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1767980Z [05-13|18:27:48.956] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1768361Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1768646Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1768814Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1769110Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1769279Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1769451Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1769616Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1769780Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1769942Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1770211Z [05-13|18:27:48.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1770673Z [05-13|18:27:48.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1771005Z [05-13|18:27:48.957] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1771176Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1771437Z [05-13|18:27:48.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1771888Z [05-13|18:27:48.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1772219Z [05-13|18:27:48.958] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1772385Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1772647Z [05-13|18:27:48.959] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1773103Z [05-13|18:27:48.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1773431Z [05-13|18:27:48.959] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1773595Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1773858Z [05-13|18:27:48.959] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1774311Z [05-13|18:27:48.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1774638Z [05-13|18:27:48.960] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1774810Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1775069Z [05-13|18:27:48.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1775669Z [05-13|18:27:48.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1776000Z [05-13|18:27:48.961] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1776168Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1776423Z [05-13|18:27:48.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1776881Z [05-13|18:27:48.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1777280Z [05-13|18:27:48.961] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1777757Z [05-13|18:27:48.962] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1777928Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1778347Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1778509Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1778794Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1778952Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1779227Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1779392Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1779669Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1779828Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1780111Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1780270Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1780543Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1780700Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1781003Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1781162Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1781437Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1781599Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1781732Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1781888Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1782167Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1782337Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1782631Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1782799Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1782931Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1783090Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1783362Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1783529Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1783803Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1783963Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1784249Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1784414Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1784825Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1784994Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1785286Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1785446Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1785726Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1785886Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1786180Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1786341Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1786480Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1786736Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1787034Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1787204Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1787479Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1787636Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1787939Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1788217Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1788499Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1788669Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1788964Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1789124Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1789417Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1789586Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1789876Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1790036Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1790318Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1790478Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1790770Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1790933Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1791064Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1791225Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1791522Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1791683Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1791960Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1792119Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1792397Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1792556Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1792851Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1793016Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1793146Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1793305Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1793599Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1793762Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1794054Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1794335Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1794609Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1794770Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1794903Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1795067Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1795359Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1795522Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1795821Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1796087Z [05-13|18:27:48.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1796640Z [05-13|18:27:48.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1796986Z [05-13|18:27:48.967] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1797148Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1797427Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1797593Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1797725Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1797885Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1798306Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1798468Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1798746Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1799017Z [05-13|18:27:48.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1799480Z [05-13|18:27:48.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1799816Z [05-13|18:27:48.969] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1799979Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1800268Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1800428Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1800725Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1800997Z [05-13|18:27:48.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1801572Z [05-13|18:27:48.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1801989Z [05-13|18:27:48.970] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1802168Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1802336Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1802500Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1802673Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1802934Z [05-13|18:27:48.970] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1803391Z [05-13|18:27:48.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1803843Z [05-13|18:27:48.971] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1804009Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1804269Z [05-13|18:27:48.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1804724Z [05-13|18:27:48.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1805055Z [05-13|18:27:48.971] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1805312Z [05-13|18:27:48.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1805863Z [05-13|18:27:48.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1806038Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1806379Z [05-13|18:27:48.972] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1806552Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1806811Z [05-13|18:27:48.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1807265Z [05-13|18:27:48.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1807437Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1807760Z [05-13|18:27:48.973] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1808023Z [05-13|18:27:48.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1808613Z [05-13|18:27:48.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1808941Z [05-13|18:27:48.974] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1809116Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1809380Z [05-13|18:27:48.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1809831Z [05-13|18:27:48.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1810163Z [05-13|18:27:48.975] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1810340Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1810598Z [05-13|18:27:48.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1811054Z [05-13|18:27:48.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1811390Z [05-13|18:27:48.976] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1811863Z [05-13|18:27:48.976] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1812027Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1812164Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1812328Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1812605Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1812884Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1813017Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1813176Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1813476Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1813640Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1813775Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1813931Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1814213Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1814371Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1814742Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1814908Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1815211Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1815366Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1815640Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1815804Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1816075Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1816237Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1816538Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1816699Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1816995Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1817163Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1817439Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1817599Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1817899Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1818169Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1818464Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1818624Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1818902Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1819068Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1819341Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1819511Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1819806Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1819969Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1820248Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1820408Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1820686Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1820850Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1821144Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1821305Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1821589Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1821752Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1822047Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1822320Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1822617Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1822778Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1823053Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1823221Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1823355Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1823514Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1823818Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1823977Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1824368Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1824536Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1824831Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1824992Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1825267Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1825431Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1825702Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1825862Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1826143Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1826302Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1826575Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1826742Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1826877Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1827036Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1827315Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1827475Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1827747Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1827906Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1828305Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1828469Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1828767Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1828934Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1829217Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1829379Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1829520Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1829680Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1829978Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1830256Z [05-13|18:27:48.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1830718Z [05-13|18:27:48.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1831058Z [05-13|18:27:48.981] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1831230Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1831534Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1831809Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1832099Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1832371Z [05-13|18:27:48.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1832823Z [05-13|18:27:48.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1833154Z [05-13|18:27:48.982] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1833323Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1833619Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1833882Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1834184Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1834450Z [05-13|18:27:48.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1834904Z [05-13|18:27:48.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1835243Z [05-13|18:27:48.983] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1835504Z [05-13|18:27:48.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1835952Z [05-13|18:27:48.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1836288Z [05-13|18:27:48.984] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1836453Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1836586Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1836852Z [05-13|18:27:48.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1837305Z [05-13|18:27:48.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1837631Z [05-13|18:27:48.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1837798Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1838207Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1838384Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1838561Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1838726Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1838892Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1839068Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1839232Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1839496Z [05-13|18:27:48.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1839950Z [05-13|18:27:48.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1840281Z [05-13|18:27:48.986] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1840449Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1840709Z [05-13|18:27:48.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1841280Z [05-13|18:27:48.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1841606Z [05-13|18:27:48.987] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1841774Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1842038Z [05-13|18:27:48.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1842489Z [05-13|18:27:48.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1842955Z [05-13|18:27:48.989] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1843133Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1843391Z [05-13|18:27:48.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1843839Z [05-13|18:27:48.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1844173Z [05-13|18:27:48.990] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1844339Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1844597Z [05-13|18:27:48.991] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1845061Z [05-13|18:27:48.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1845392Z [05-13|18:27:48.991] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1845874Z [05-13|18:27:48.991] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1846041Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1846322Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1846482Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1846784Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1846941Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1847233Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1847399Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1847676Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1847835Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1848249Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1848515Z [05-13|18:27:48.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1848970Z [05-13|18:27:48.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1849133Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1849266Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1849430Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1849728Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1849895Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1850141Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1850298Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1850583Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1850742Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1851020Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1851188Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1851469Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1851635Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1851917Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1852078Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1852473Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1852641Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1852943Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1853103Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1853377Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1853542Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1853812Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1853972Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1854250Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1854589Z [05-13|18:27:48.994] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1854752Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1854889Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1855048Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1855343Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1855510Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1855806Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1855965Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1856259Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1856426Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1856701Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1856864Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1857145Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1857308Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1857601Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1857769Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1858174Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1858337Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1858618Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1858780Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1859109Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1859271Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1859571Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1859845Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1860138Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1860305Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1860580Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1860742Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1861046Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1861206Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1861497Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1861663Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1861897Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1862063Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1862339Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1862507Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1862643Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1862800Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1863098Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1863257Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1863532Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1863700Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1863970Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1864240Z [05-13|18:27:48.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1864714Z [05-13|18:27:48.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1865052Z [05-13|18:27:48.997] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1865214Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1865499Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1865662Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1865955Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1866114Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1866419Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1866580Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1866714Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1866878Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1867007Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1867167Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1867448Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1867608Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1867898Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1868180Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1868461Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1868620Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1868897Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1869288Z [05-13|18:27:48.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1869745Z [05-13|18:27:48.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1870075Z [05-13|18:27:48.998] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1870251Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1870420Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1870586Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1870756Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1871120Z [05-13|18:27:48.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1871576Z [05-13|18:27:48.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1871912Z [05-13|18:27:48.999] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1872077Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1872336Z [05-13|18:27:49.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1872791Z [05-13|18:27:49.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1873118Z [05-13|18:27:49.000] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1873287Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1873552Z [05-13|18:27:49.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1874005Z [05-13|18:27:49.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1874172Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1874502Z [05-13|18:27:49.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1874762Z [05-13|18:27:49.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1875212Z [05-13|18:27:49.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1875547Z [05-13|18:27:49.002] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1875717Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1875976Z [05-13|18:27:49.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1876429Z [05-13|18:27:49.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1876753Z [05-13|18:27:49.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1876921Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1877186Z [05-13|18:27:49.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1877640Z [05-13|18:27:49.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1877886Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1878333Z [05-13|18:27:49.003] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1878595Z [05-13|18:27:49.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1879060Z [05-13|18:27:49.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1879397Z [05-13|18:27:49.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1879874Z [05-13|18:27:49.004] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1880141Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1880449Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1880610Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1884037Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1884255Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1884579Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1884749Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1885038Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1885208Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1885508Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1885668Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1885818Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1885982Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1886116Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1886286Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1886585Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1886745Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1887049Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1887210Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1887491Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1887658Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1887964Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1888321Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1888622Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1888791Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1889076Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1889244Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1889383Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1889542Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1889817Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1889979Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1890251Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1890412Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1890548Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1890871Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1891171Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1891330Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1891630Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1891907Z [05-13|18:27:49.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1892377Z [05-13|18:27:49.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1892544Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1892841Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1893100Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1893389Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1893551Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1893825Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1893989Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1894258Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1894417Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1894714Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1894879Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1895169Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1895332Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1895469Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1895633Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1895925Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1896198Z [05-13|18:27:49.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1896660Z [05-13|18:27:49.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1896823Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1897109Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1897372Z [05-13|18:27:49.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1897830Z [05-13|18:27:49.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1898426Z [05-13|18:27:49.009] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1898597Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1898896Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1899063Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1899348Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1899506Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1899802Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1899970Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1900248Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1900534Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1900831Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1900992Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1901266Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1901432Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1901707Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1901868Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1902146Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1902307Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1902583Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1902844Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1903127Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1903288Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1903421Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1903585Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1903881Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1904040Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1904178Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1904338Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1904612Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1904883Z [05-13|18:27:49.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1905344Z [05-13|18:27:49.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1905509Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1905811Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1905971Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1906266Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1906531Z [05-13|18:27:49.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1906988Z [05-13|18:27:49.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1907147Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1907424Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1907696Z [05-13|18:27:49.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1908286Z [05-13|18:27:49.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1908551Z [05-13|18:27:49.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1909006Z [05-13|18:27:49.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1909176Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1909477Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1909648Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1910037Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1910370Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1910702Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1911023Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1911348Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1911675Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1912091Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1912272Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1912444Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1912609Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1912774Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1912945Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1913109Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1913274Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1913438Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1913707Z [05-13|18:27:49.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1914164Z [05-13|18:27:49.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1914332Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1914666Z [05-13|18:27:49.016] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1914927Z [05-13|18:27:49.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1915377Z [05-13|18:27:49.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1915712Z [05-13|18:27:49.017] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1915879Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1916138Z [05-13|18:27:49.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1916602Z [05-13|18:27:49.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1916932Z [05-13|18:27:49.018] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1917411Z [05-13|18:27:49.018] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1917582Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1917882Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1918159Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1918465Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1918626Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1918918Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1919203Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1919496Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1919654Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1919939Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1920098Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1920391Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1920553Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1920827Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1920983Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1921401Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1921572Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1921866Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1922023Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1922322Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1922485Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1922757Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1922925Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1923059Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1923220Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1923357Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1923521Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1923811Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1923975Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1924251Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1924411Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1924541Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1924709Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1924985Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1925146Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1925429Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1925588Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1925863Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1926024Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1926322Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1926481Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1926773Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1926943Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1927236Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1927502Z [05-13|18:27:49.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1927967Z [05-13|18:27:49.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1928424Z [05-13|18:27:49.022] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1928698Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1928838Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1928996Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1929282Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1929448Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1929745Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1929905Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1930202Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1930361Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1930740Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1930905Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1931045Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1931205Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1931479Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1931644Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1931943Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1932101Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1932240Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1932398Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1932675Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1932833Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1932974Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1933136Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1933409Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1933681Z [05-13|18:27:49.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1934142Z [05-13|18:27:49.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1934303Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1934585Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1934746Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1935019Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1935360Z [05-13|18:27:49.024] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1935526Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1935806Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1935971Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1936269Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1936430Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1936728Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1936889Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1937163Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1937324Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1937622Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1937866Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1938257Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1938424Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1938719Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1938878Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1939154Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1939321Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1939590Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1939757Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1940159Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1940432Z [05-13|18:27:49.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1940893Z [05-13|18:27:49.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1941226Z [05-13|18:27:49.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1941388Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1941684Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1941953Z [05-13|18:27:49.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1942407Z [05-13|18:27:49.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1942739Z [05-13|18:27:49.027] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1942909Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1943078Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1943243Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1943414Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1943582Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1943843Z [05-13|18:27:49.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1944300Z [05-13|18:27:49.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1944633Z [05-13|18:27:49.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1944802Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1945068Z [05-13|18:27:49.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1945517Z [05-13|18:27:49.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1945843Z [05-13|18:27:49.028] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1946017Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1946275Z [05-13|18:27:49.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1946726Z [05-13|18:27:49.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1947170Z [05-13|18:27:49.029] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1947337Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1947596Z [05-13|18:27:49.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1948159Z [05-13|18:27:49.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1948493Z [05-13|18:27:49.030] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1948659Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1948926Z [05-13|18:27:49.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1949494Z [05-13|18:27:49.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1949827Z [05-13|18:27:49.031] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1950002Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1950263Z [05-13|18:27:49.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1950722Z [05-13|18:27:49.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1951056Z [05-13|18:27:49.032] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1951536Z [05-13|18:27:49.032] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1951701Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1951988Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1952146Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1952446Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.1952610Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1952906Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1953065Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1953344Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1953504Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1953805Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1953966Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1954247Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1954406Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1954699Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1954864Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1955154Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.1955312Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1955452Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.1955609Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1955886Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1956054Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1956463Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1956623Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1956894Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1957062Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1957194Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.1957357Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1957657Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.1957816Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1958224Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.1958392Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1958774Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1958940Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1959267Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1959439Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1959712Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1959871Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1960152Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1960314Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1960589Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1960756Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1961030Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1961194Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1961494Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1961654Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1961946Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1962120Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1962415Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.1962576Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1962853Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1963018Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1963161Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1963323Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1963606Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1963769Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1964062Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.1964225Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1964514Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1964673Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.1964952Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1965111Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.1965383Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1965546Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.1965824Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1966098Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.1966394Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1966666Z [05-13|18:27:49.037] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1967124Z [05-13|18:27:49.037] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1967457Z [05-13|18:27:49.037] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.1967625Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.1967757Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.1967987Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.1968422Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.1968584Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.1968876Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.1969042Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.1969173Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.1969439Z [05-13|18:27:49.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.1969896Z [05-13|18:27:49.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1970235Z [05-13|18:27:49.039] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.1970399Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.1970680Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1970845Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.1970976Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1971135Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.1971438Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.1971701Z [05-13|18:27:49.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.1972154Z [05-13|18:27:49.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1972321Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.1972598Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1972761Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.1973040Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1973199Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.1973494Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1973763Z [05-13|18:27:49.041] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.1974215Z [05-13|18:27:49.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1974376Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.1974514Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.1974778Z [05-13|18:27:49.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.1975231Z [05-13|18:27:49.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1975504Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.1975807Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.1976067Z [05-13|18:27:49.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.1976518Z [05-13|18:27:49.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1976683Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.1976964Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1977222Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.1977508Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1977843Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.1978283Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.1978616Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.1978938Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.1979108Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.1979279Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.1979451Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.1979617Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.1979838Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.1980133Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.1980442Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.1980761Z [05-13|18:27:49.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.1981368Z [05-13|18:27:49.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.1981699Z [05-13|18:27:49.045] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.1981875Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.1982139Z [05-13|18:27:49.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.1982596Z [05-13|18:27:49.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.1982933Z [05-13|18:27:49.046] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.1983102Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.1983365Z [05-13|18:27:49.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.1983820Z [05-13|18:27:49.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1984147Z [05-13|18:27:49.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.1984313Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.1984576Z [05-13|18:27:49.047] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.1985181Z [05-13|18:27:49.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.1985512Z [05-13|18:27:49.048] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.1985993Z [05-13|18:27:49.048] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.1986157Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.1986455Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.1986618Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.1987023Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.1987191Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.1987486Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.1987654Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.1987930Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1988234Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.1988538Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.1988698Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.1988974Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1989137Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.1989411Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1989572Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.1989843Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.1990004Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.1990294Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.1990453Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.1990734Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.1990896Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.1991167Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.1991331Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.1991624Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.1991785Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.1992066Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1992228Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.1992502Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1992667Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.1992959Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.1993117Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.1993405Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.1993571Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.1993846Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1994012Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.1994289Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.1994608Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.1994900Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.1995064Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.1995341Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.1995500Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.1995801Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.1996065Z [05-13|18:27:49.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.1996621Z [05-13|18:27:49.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.1996794Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.1997073Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.1997234Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.1997510Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.1997681Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.1997815Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.1997976Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.1998366Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.1998525Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.1998658Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.1998821Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.1999098Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.1999260Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.1999539Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.1999703Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.1999974Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2000307Z [05-13|18:27:49.052] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2000475Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2000773Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2000933Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2001071Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2001233Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2001529Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2001693Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2001988Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2002147Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2002427Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2002588Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2002880Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2003039Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2003318Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2003480Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2003771Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2004052Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2004324Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2004485Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2004622Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2004783Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2004916Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2005076Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2005212Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2005373Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2005665Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2005927Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2006224Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2006383Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2006679Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2006837Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2007129Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2007293Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2007429Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2007695Z [05-13|18:27:49.053] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2008282Z [05-13|18:27:49.053] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2008621Z [05-13|18:27:49.054] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2008782Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2009085Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2009356Z [05-13|18:27:49.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2009810Z [05-13|18:27:49.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2010142Z [05-13|18:27:49.055] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2010309Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2010478Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2010645Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2010820Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2011086Z [05-13|18:27:49.055] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2011546Z [05-13|18:27:49.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2011879Z [05-13|18:27:49.056] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2012044Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2012306Z [05-13|18:27:49.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2012773Z [05-13|18:27:49.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2013215Z [05-13|18:27:49.056] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2013381Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2013647Z [05-13|18:27:49.057] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2014096Z [05-13|18:27:49.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2014420Z [05-13|18:27:49.057] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2014590Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2014944Z [05-13|18:27:49.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2015398Z [05-13|18:27:49.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2015730Z [05-13|18:27:49.058] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2015900Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2016163Z [05-13|18:27:49.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2016623Z [05-13|18:27:49.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2016955Z [05-13|18:27:49.059] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2017125Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2017391Z [05-13|18:27:49.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2017843Z [05-13|18:27:49.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2018283Z [05-13|18:27:49.060] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2018458Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2018717Z [05-13|18:27:49.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2019172Z [05-13|18:27:49.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2019518Z [05-13|18:27:49.061] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2019997Z [05-13|18:27:49.061] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2020159Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2020463Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2020621Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2020902Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2021064Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2021358Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2021515Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2021801Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2021959Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2022206Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2022363Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2022659Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2022816Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2023091Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2023252Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2023547Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2023704Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2024003Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2024271Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2024551Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2024723Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2024996Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2025157Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2025450Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2025618Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2025908Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2026071Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2026209Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2026369Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2026664Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2026834Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2027125Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2027285Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2027565Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2027725Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2028016Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2028310Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2028609Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2028768Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2029062Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2029346Z [05-13|18:27:49.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2029803Z [05-13|18:27:49.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2029962Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2030262Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2030422Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2030700Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2030871Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2031161Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2031323Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2031620Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2031896Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2032171Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2032331Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2032610Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2032769Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2033040Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2033206Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2033497Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2033862Z [05-13|18:27:49.065] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2034330Z [05-13|18:27:49.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2034491Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2034762Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2034928Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2035224Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2035384Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2035661Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2035823Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2036093Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2036258Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2036394Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2036554Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2036851Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2037016Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2037148Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2037303Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2037597Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2037757Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2037892Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2038169Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2038454Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2038616Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2038891Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2039056Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2039331Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2039504Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2039643Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2039812Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2039949Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2040113Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2040390Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2040549Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2040824Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2041101Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2041400Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2041664Z [05-13|18:27:49.067] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2042124Z [05-13|18:27:49.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2042285Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2042560Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2042899Z [05-13|18:27:49.068] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2043323Z [05-13|18:27:49.068] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2043656Z [05-13|18:27:49.068] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2043821Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2044095Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2044262Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2044433Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2044598Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2044761Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2045033Z [05-13|18:27:49.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2045491Z [05-13|18:27:49.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2045817Z [05-13|18:27:49.069] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2045987Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2046249Z [05-13|18:27:49.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2046698Z [05-13|18:27:49.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2046871Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2047201Z [05-13|18:27:49.070] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2047464Z [05-13|18:27:49.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2047921Z [05-13|18:27:49.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2048365Z [05-13|18:27:49.070] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2048536Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2048808Z [05-13|18:27:49.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2049267Z [05-13|18:27:49.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2049590Z [05-13|18:27:49.071] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2049773Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2050033Z [05-13|18:27:49.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2050599Z [05-13|18:27:49.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2050932Z [05-13|18:27:49.072] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2051100Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2051362Z [05-13|18:27:49.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2051817Z [05-13|18:27:49.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2052242Z [05-13|18:27:49.073] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2052413Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2052677Z [05-13|18:27:49.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2053132Z [05-13|18:27:49.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2053461Z [05-13|18:27:49.074] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2053940Z [05-13|18:27:49.074] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2054108Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2054390Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2054556Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2054860Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2055018Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2055294Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2055458Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2055751Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2055910Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2056207Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2056365Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2056658Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2056823Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2057099Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2057258Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2057555Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2057713Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2057989Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2058267Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2058570Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2058736Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2059012Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2059212Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2059464Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2059625Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2059905Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2060066Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2060343Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2060509Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2060781Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2060942Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2061213Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2061377Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2061776Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2061944Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2062224Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2062384Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2062677Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2062846Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2062983Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2063144Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2063451Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2063615Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2063747Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2063907Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2064205Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2064371Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2064653Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2064818Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2065114Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2065273Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2065571Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2065731Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2066009Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2066172Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2066466Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2066628Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2066905Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2067067Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2067199Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2067357Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2067654Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2067812Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2068200Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2068366Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2068497Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2068661Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2069089Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2069257Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2069540Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2069698Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2069998Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2070269Z [05-13|18:27:49.078] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2070734Z [05-13|18:27:49.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2070904Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2071283Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2071625Z [05-13|18:27:49.079] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2071793Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2071924Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2072084Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2072367Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2072526Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2072823Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2072988Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2073262Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2073423Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2073556Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2073724Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2073996Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2074155Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2074454Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2074615Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2074909Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2075074Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2075368Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2075636Z [05-13|18:27:49.080] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2076104Z [05-13|18:27:49.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2076438Z [05-13|18:27:49.080] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2076601Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2076902Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2077073Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2077238Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2077402Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2077674Z [05-13|18:27:49.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2078243Z [05-13|18:27:49.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2078698Z [05-13|18:27:49.081] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2078871Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2079135Z [05-13|18:27:49.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2079594Z [05-13|18:27:49.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2079927Z [05-13|18:27:49.082] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2080094Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2080452Z [05-13|18:27:49.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2080915Z [05-13|18:27:49.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2081242Z [05-13|18:27:49.083] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2081408Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2081674Z [05-13|18:27:49.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2082122Z [05-13|18:27:49.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2082448Z [05-13|18:27:49.084] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2082622Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2082883Z [05-13|18:27:49.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2083334Z [05-13|18:27:49.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2083663Z [05-13|18:27:49.085] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2083830Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2084087Z [05-13|18:27:49.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2084538Z [05-13|18:27:49.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2084870Z [05-13|18:27:49.086] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2085040Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2085305Z [05-13|18:27:49.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2085756Z [05-13|18:27:49.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2085922Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2086254Z [05-13|18:27:49.087] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2086512Z [05-13|18:27:49.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2086973Z [05-13|18:27:49.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2087390Z [05-13|18:27:49.088] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2087867Z [05-13|18:27:49.089] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2088142Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2088435Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2088597Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2088895Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2089061Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2089337Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2089601Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2089746Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2089904Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2090178Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2090335Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2090638Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2090795Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2091087Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2091250Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2091527Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2091683Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2091822Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2091983Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2092257Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2092425Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2092720Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2092882Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2093172Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2093339Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2093613Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2093772Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2094054Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2094216Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2094517Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2094683Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2094974Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2095134Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2095270Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2095432Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2095704Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2095863Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2096157Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2096320Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2096592Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2096867Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2097141Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2097299Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2097577Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2097737Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2098009Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2098286Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2098558Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2098717Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2098954Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2099121Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2099428Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2099698Z [05-13|18:27:49.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2100160Z [05-13|18:27:49.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2100491Z [05-13|18:27:49.092] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2100651Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2100951Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2101110Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2101244Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2101411Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2101708Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2101864Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2102160Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2102319Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2102597Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2102756Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2103036Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2103197Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2103328Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2103496Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2103773Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2103935Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2104235Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2104393Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2104689Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2104853Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2105128Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2105289Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2105562Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2105728Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2106019Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2106292Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2106592Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2106752Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2107039Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2107204Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2107478Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2107638Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2107775Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2107935Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2108446Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2108723Z [05-13|18:27:49.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2109178Z [05-13|18:27:49.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2109519Z [05-13|18:27:49.094] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2109685Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2109981Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2110141Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2110429Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2110702Z [05-13|18:27:49.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2111158Z [05-13|18:27:49.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2111485Z [05-13|18:27:49.095] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2111649Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2111924Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2112185Z [05-13|18:27:49.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2112642Z [05-13|18:27:49.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2112902Z [05-13|18:27:49.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2113351Z [05-13|18:27:49.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2113681Z [05-13|18:27:49.097] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2114005Z [05-13|18:27:49.097] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2114175Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2114350Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2114518Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2114682Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2114853Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2115018Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2115397Z [05-13|18:27:49.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2115854Z [05-13|18:27:49.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2116180Z [05-13|18:27:49.098] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2116347Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2116611Z [05-13|18:27:49.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2117060Z [05-13|18:27:49.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2117303Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2117637Z [05-13|18:27:49.099] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2117900Z [05-13|18:27:49.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2118463Z [05-13|18:27:49.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2118801Z [05-13|18:27:49.100] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2118971Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2119233Z [05-13|18:27:49.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2119702Z [05-13|18:27:49.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2120034Z [05-13|18:27:49.100] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2120202Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2120463Z [05-13|18:27:49.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2120920Z [05-13|18:27:49.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2121251Z [05-13|18:27:49.101] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2121731Z [05-13|18:27:49.102] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2121895Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2122199Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2122364Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2122496Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2122654Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2122933Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2123099Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2123391Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2123550Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2123828Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2123985Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2124282Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2124561Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2124837Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2124994Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2125295Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2125453Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2125728Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2125884Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2126180Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2126343Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2126733Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2126908Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2127200Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2127462Z [05-13|18:27:49.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2127924Z [05-13|18:27:49.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2128227Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2128529Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2128694Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2128968Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2129134Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2129436Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2129594Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2129727Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2129886Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2130172Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2130333Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2130606Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2130772Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2131066Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2131226Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2131505Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2131665Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2131955Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2132117Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2132391Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2132549Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2132848Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2133006Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2133276Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2133435Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2133576Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2133737Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2134130Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2134296Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2134587Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2134746Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2135039Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2135197Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2135471Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2135631Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2135908Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2136203Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2136503Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2136667Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2136955Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2137113Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2137252Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2137409Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2137539Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2137700Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2137992Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2138270Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2138547Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2138715Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2138987Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2139146Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2139426Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2139758Z [05-13|18:27:49.106] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2139918Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2140225Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2140383Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2140657Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2140823Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2141120Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2141279Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2141415Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2141573Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2141702Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2141967Z [05-13|18:27:49.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2142426Z [05-13|18:27:49.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2142689Z [05-13|18:27:49.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2143139Z [05-13|18:27:49.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2143526Z [05-13|18:27:49.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2143972Z [05-13|18:27:49.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2144228Z [05-13|18:27:49.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2144681Z [05-13|18:27:49.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2144843Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2145121Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2145477Z [05-13|18:27:49.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2145934Z [05-13|18:27:49.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2146264Z [05-13|18:27:49.110] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2146593Z [05-13|18:27:49.110] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2146754Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2147030Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2147195Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2147465Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2147792Z [05-13|18:27:49.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2148243Z [05-13|18:27:49.111] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2148565Z [05-13|18:27:49.111] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2148727Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2149036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2149206Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2149373Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2149551Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2149714Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2149881Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2150042Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2150213Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2150482Z [05-13|18:27:49.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2150935Z [05-13|18:27:49.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2151264Z [05-13|18:27:49.112] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2151430Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2151690Z [05-13|18:27:49.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2152150Z [05-13|18:27:49.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2152597Z [05-13|18:27:49.113] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2152762Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2153027Z [05-13|18:27:49.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2153475Z [05-13|18:27:49.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2153801Z [05-13|18:27:49.114] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2153973Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2154331Z [05-13|18:27:49.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2154788Z [05-13|18:27:49.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2155126Z [05-13|18:27:49.114] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2155602Z [05-13|18:27:49.115] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2155766Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2155907Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2156067Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2156368Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2156532Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2156831Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2156991Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2157275Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2157433Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2157727Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2157889Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2158282Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2158442Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2158739Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2158900Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2159206Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2159367Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2159504Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2159669Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2159940Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2160106Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2160378Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2160537Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2160813Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2160974Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2161106Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2161264Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2161548Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2161823Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2162095Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2162258Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2162390Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2162549Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2162854Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2163014Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2163303Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2163463Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2163843Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2164002Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2164300Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2164463Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2164594Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2164753Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2165029Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2165187Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2165457Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2165620Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2165910Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2166072Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2166345Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2166513Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2166787Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2166946Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2167081Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2167240Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2167534Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2167803Z [05-13|18:27:49.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2168379Z [05-13|18:27:49.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2168548Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2168830Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2169162Z [05-13|18:27:49.119] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2169322Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2169604Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2169765Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2170035Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2170200Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2170494Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2170653Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2170946Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2171224Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2171498Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2171657Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2171954Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2172115Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2172405Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2172674Z [05-13|18:27:49.120] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2173227Z [05-13|18:27:49.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2173559Z [05-13|18:27:49.120] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2173729Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2174023Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2174183Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2174480Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2174742Z [05-13|18:27:49.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2175195Z [05-13|18:27:49.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2175531Z [05-13|18:27:49.121] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2175696Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2175833Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2175992Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2176274Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2176432Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2176703Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2176869Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2177165Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2177324Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2177619Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2177885Z [05-13|18:27:49.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.2178458Z [05-13|18:27:49.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2178792Z [05-13|18:27:49.123] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2178954Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2179250Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2179517Z [05-13|18:27:49.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2179979Z [05-13|18:27:49.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2180143Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2180554Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2180814Z [05-13|18:27:49.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2181264Z [05-13|18:27:49.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2181531Z [05-13|18:27:49.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2181976Z [05-13|18:27:49.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2182138Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2182532Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2182699Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2182977Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2183311Z [05-13|18:27:49.125] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2183634Z [05-13|18:27:49.126] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2183953Z [05-13|18:27:49.126] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2184128Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2184294Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2184458Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2184625Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2184794Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2184960Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2185124Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2185290Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2185551Z [05-13|18:27:49.126] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2186002Z [05-13|18:27:49.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2186335Z [05-13|18:27:49.127] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2186502Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2186764Z [05-13|18:27:49.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2187219Z [05-13|18:27:49.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2187547Z [05-13|18:27:49.127] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2187713Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2187977Z [05-13|18:27:49.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2188545Z [05-13|18:27:49.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2188875Z [05-13|18:27:49.128] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2189358Z [05-13|18:27:49.129] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2189637Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2189771Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2189934Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2190235Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2190396Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2190697Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2190858Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2191149Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2191308Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2191693Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2191856Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2192147Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2192310Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2192602Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2192760Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2192896Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2193051Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2193339Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2193500Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2193790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2193954Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2194234Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2194400Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2194534Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2194693Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2194974Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2195134Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2195407Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2195569Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2195702Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2195861Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2196139Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2196307Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2196582Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2196739Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2197044Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2197203Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2197335Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2197498Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2197790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2197950Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2198354Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2198521Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2198906Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2199066Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2199374Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2199533Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2199802Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2199967Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2200262Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2200421Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2200558Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2200717Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2201110Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2201280Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2201574Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2201733Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2202007Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2202172Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2202463Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2202621Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2202759Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2202919Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2203195Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2203362Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2203636Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2203798Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2204098Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2204364Z [05-13|18:27:49.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2204820Z [05-13|18:27:49.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2204987Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2205261Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2205422Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2205695Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2205864Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2206157Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2206419Z [05-13|18:27:49.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2206876Z [05-13|18:27:49.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2207036Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2207331Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2207497Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2207775Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2207935Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2208411Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2208572Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2208847Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2209010Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2209278Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2209436Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2209739Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2209904Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2210175Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2210657Z [05-13|18:27:49.134] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2211003Z [05-13|18:27:49.135] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2211163Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2211437Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2211600Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2211895Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2212156Z [05-13|18:27:49.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2212613Z [05-13|18:27:49.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2212942Z [05-13|18:27:49.135] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2213104Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2213406Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2213573Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2213738Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2213909Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2214072Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2214336Z [05-13|18:27:49.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2214794Z [05-13|18:27:49.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2215121Z [05-13|18:27:49.136] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2215289Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2215558Z [05-13|18:27:49.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2216007Z [05-13|18:27:49.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2216335Z [05-13|18:27:49.137] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2216505Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2216763Z [05-13|18:27:49.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2217214Z [05-13|18:27:49.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2217667Z [05-13|18:27:49.138] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2217837Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2218214Z [05-13|18:27:49.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2218665Z [05-13|18:27:49.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2218993Z [05-13|18:27:49.139] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2219162Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2219525Z [05-13|18:27:49.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2219994Z [05-13|18:27:49.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2220320Z [05-13|18:27:49.140] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2220486Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2220750Z [05-13|18:27:49.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2221200Z [05-13|18:27:49.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2221524Z [05-13|18:27:49.141] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2221700Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2221960Z [05-13|18:27:49.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2222413Z [05-13|18:27:49.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2222746Z [05-13|18:27:49.143] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2223222Z [05-13|18:27:49.143] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2223385Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2223692Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2223853Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2223989Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2224156Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2224431Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2224590Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2224730Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2224887Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2225163Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2225329Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2225606Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2225763Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2226036Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2226200Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2226611Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2226769Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2227055Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2227214Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2227484Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2227655Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2227951Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2228351Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2228641Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2228804Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2229220Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2229390Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2229695Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2229855Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2229997Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2230165Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2230438Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2230597Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2230895Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2231055Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2231350Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2231518Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2231651Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2231809Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2232087Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2232252Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2232541Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2232700Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2232976Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2233135Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2233429Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2233705Z [05-13|18:27:49.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2234166Z [05-13|18:27:49.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2234498Z [05-13|18:27:49.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2234664Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2234959Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2235118Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2235417Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2235579Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2235870Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2236146Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2236424Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2236586Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2236875Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2237041Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2237312Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2237473Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2237609Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2237770Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2238261Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2238542Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2238820Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2238983Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2239116Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2239280Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2239555Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2239715Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2240020Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2240179Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2240470Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2240743Z [05-13|18:27:49.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2241203Z [05-13|18:27:49.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2241367Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2241647Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2241807Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2241939Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2242103Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2242377Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2242644Z [05-13|18:27:49.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2243106Z [05-13|18:27:49.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2243375Z [05-13|18:27:49.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2243825Z [05-13|18:27:49.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2244089Z [05-13|18:27:49.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2244541Z [05-13|18:27:49.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2244876Z [05-13|18:27:49.151] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2245046Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2245324Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2245694Z [05-13|18:27:49.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2246151Z [05-13|18:27:49.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2246408Z [05-13|18:27:49.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2246854Z [05-13|18:27:49.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2247021Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2247301Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2247460Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2247817Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2247989Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2248414Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2248675Z [05-13|18:27:49.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2249133Z [05-13|18:27:49.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2249295Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2249573Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2249920Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2250247Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2250574Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2250900Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2251218Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2251541Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2251710Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2252007Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2252170Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2252470Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2252633Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2252929Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2253198Z [05-13|18:27:49.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2253649Z [05-13|18:27:49.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2253976Z [05-13|18:27:49.155] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2254154Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2254321Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2254489Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2254774Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2254940Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2255107Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2255270Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2255440Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2255605Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2255773Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2256047Z [05-13|18:27:49.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2256508Z [05-13|18:27:49.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2256933Z [05-13|18:27:49.156] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2257419Z [05-13|18:27:49.157] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2257582Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2257880Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2258158Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2258439Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2258601Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2258886Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2259044Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2259374Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2259535Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2259822Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2259978Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2260273Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2260436Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2260706Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2260863Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2261137Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2261295Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2261571Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2261731Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2262026Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2262188Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2262467Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2262627Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2262899Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2263059Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2263199Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2263358Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2263633Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2263802Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2264095Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2264379Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2264655Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2264816Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2265114Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2265277Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2265413Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2265572Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2265868Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2266031Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2266422Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2266588Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2266882Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2267040Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2267316Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2267481Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2267755Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2267915Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2268310Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2268472Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2268770Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2268931Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2269072Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2269231Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2269362Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2269526Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2269826Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2269984Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2270265Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2270423Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2270717Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2270987Z [05-13|18:27:49.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2271455Z [05-13|18:27:49.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2271789Z [05-13|18:27:49.160] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2271955Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2272233Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2272392Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2272664Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2272832Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2273106Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2276157Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2276526Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2276872Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2277170Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2277347Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2277649Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2277814Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2278297Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2278468Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2278605Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2278765Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2279176Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2279344Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2279477Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2279643Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2279932Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2280101Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2280385Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2280547Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2280840Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2281000Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2281300Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2281463Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2281599Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2281766Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2282057Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2282216Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2282494Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2282665Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2282833Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2283118Z [05-13|18:27:49.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2283597Z [05-13|18:27:49.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2283940Z [05-13|18:27:49.162] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2284130Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2284409Z [05-13|18:27:49.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2284864Z [05-13|18:27:49.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2285206Z [05-13|18:27:49.163] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2285378Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2285644Z [05-13|18:27:49.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2286113Z [05-13|18:27:49.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2286596Z [05-13|18:27:49.164] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2286764Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2287033Z [05-13|18:27:49.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2287486Z [05-13|18:27:49.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2287820Z [05-13|18:27:49.164] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2288204Z [05-13|18:27:49.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2288764Z [05-13|18:27:49.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2288939Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2289270Z [05-13|18:27:49.166] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2289436Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2289694Z [05-13|18:27:49.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2290152Z [05-13|18:27:49.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2290477Z [05-13|18:27:49.166] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2290645Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2290906Z [05-13|18:27:49.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2291362Z [05-13|18:27:49.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2291690Z [05-13|18:27:49.167] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2291856Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2292120Z [05-13|18:27:49.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2292571Z [05-13|18:27:49.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2292901Z [05-13|18:27:49.168] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2293075Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2293337Z [05-13|18:27:49.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2293796Z [05-13|18:27:49.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2294134Z [05-13|18:27:49.169] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2294613Z [05-13|18:27:49.169] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2294786Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2295079Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2295349Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2295626Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2295792Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2296069Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2296229Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2296540Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2296698Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2296835Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2296999Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2297296Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2297526Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2297834Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2297992Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2298388Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2298546Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2298827Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2298986Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2299261Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2299433Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2299706Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2299879Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2300158Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2300324Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2300619Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2300790Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2301081Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2301240Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2301533Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2301808Z [05-13|18:27:49.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2302269Z [05-13|18:27:49.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2302435Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2302575Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2302736Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2303036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2303307Z [05-13|18:27:49.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2303760Z [05-13|18:27:49.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2303922Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2304224Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2304383Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2304679Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2304965Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2305258Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2305420Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2305560Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2305720Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2306012Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2306175Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2306460Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2306622Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2307016Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2307185Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2307478Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2307640Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2307921Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2308198Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2308494Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2308658Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2308790Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2308949Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2309224Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2309393Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2309685Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2309849Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2310150Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2310310Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2310584Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2310751Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2311026Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2311186Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2311462Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2311622Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2311758Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2311920Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2312201Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2312537Z [05-13|18:27:49.174] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2312866Z [05-13|18:27:49.174] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2313032Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2313309Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2313578Z [05-13|18:27:49.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2314040Z [05-13|18:27:49.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2314423Z [05-13|18:27:49.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.2314874Z [05-13|18:27:49.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2315212Z [05-13|18:27:49.176] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2315534Z [05-13|18:27:49.176] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2315698Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2315978Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2316141Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2316513Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2316686Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2316984Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2317247Z [05-13|18:27:49.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2317707Z [05-13|18:27:49.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2318158Z [05-13|18:27:49.177] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2318324Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2318603Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2318768Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2318903Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2319061Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2319339Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2319501Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2319796Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2319961Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2320094Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2320358Z [05-13|18:27:49.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2320818Z [05-13|18:27:49.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2321147Z [05-13|18:27:49.178] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2321311Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2321614Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2321874Z [05-13|18:27:49.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2322324Z [05-13|18:27:49.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2322653Z [05-13|18:27:49.179] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2322813Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2323110Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2323287Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2323568Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2323735Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2323898Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2324070Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2324233Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2324396Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2324568Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2324831Z [05-13|18:27:49.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2325282Z [05-13|18:27:49.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2325714Z [05-13|18:27:49.181] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2325885Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2326148Z [05-13|18:27:49.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2326604Z [05-13|18:27:49.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2326932Z [05-13|18:27:49.181] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2327099Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2327366Z [05-13|18:27:49.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2327824Z [05-13|18:27:49.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2328276Z [05-13|18:27:49.182] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2328760Z [05-13|18:27:49.183] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2328923Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2329201Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2329370Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2329671Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2329832Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2330135Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2330293Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2330574Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2330731Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2330869Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2331026Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2331320Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2331484Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2331617Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2331773Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2332070Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2332228Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2332506Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2332791Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2333085Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2333248Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2333380Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2333546Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2333819Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2333980Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2334261Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2334421Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2334552Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2334818Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2335115Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2335274Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2335571Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2335732Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2336006Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2336166Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2336444Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2336603Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2336894Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2337063Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2337195Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2337356Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2337654Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2337812Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2338223Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2338392Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2338522Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2338680Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2338956Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2339124Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2339419Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2339581Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2339881Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2340041Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2340335Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2340607Z [05-13|18:27:49.186] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2341063Z [05-13|18:27:49.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2341225Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2341527Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2341688Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2341969Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2342423Z [05-13|18:27:49.186] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2342585Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2342861Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2343021Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2343327Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2343486Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2343762Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2343930Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2344328Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2344491Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2344793Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2344954Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2345232Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2345398Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2345531Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2345693Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2345966Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2346135Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2346406Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2346568Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2346872Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2347037Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2347312Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2347481Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2347753Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2347915Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2348332Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2348601Z [05-13|18:27:49.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2349062Z [05-13|18:27:49.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2349232Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2349509Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2349839Z [05-13|18:27:49.188] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2350007Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2350287Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2350449Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2350719Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2350994Z [05-13|18:27:49.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2351448Z [05-13|18:27:49.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2351894Z [05-13|18:27:49.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2352163Z [05-13|18:27:49.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2352613Z [05-13|18:27:49.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2352937Z [05-13|18:27:49.190] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2353109Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2353383Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2353744Z [05-13|18:27:49.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2354212Z [05-13|18:27:49.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2354541Z [05-13|18:27:49.191] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2354704Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2355008Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2355270Z [05-13|18:27:49.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2355721Z [05-13|18:27:49.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2356064Z [05-13|18:27:49.192] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2356336Z [05-13|18:27:49.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2356793Z [05-13|18:27:49.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2357124Z [05-13|18:27:49.193] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2357296Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2357465Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2357634Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2357797Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2357963Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2358260Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2358428Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2358595Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2358864Z [05-13|18:27:49.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2359347Z [05-13|18:27:49.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2359676Z [05-13|18:27:49.195] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2359847Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2360106Z [05-13|18:27:49.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2360564Z [05-13|18:27:49.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2361062Z [05-13|18:27:49.196] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2361229Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2361489Z [05-13|18:27:49.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2361949Z [05-13|18:27:49.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2362277Z [05-13|18:27:49.197] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2362848Z [05-13|18:27:49.197] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2363018Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2363302Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2363462Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2363739Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2363902Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2364174Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2364332Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2364610Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2364770Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2365045Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2365211Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2365348Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2365506Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2365786Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2365943Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2366215Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2366371Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2366510Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2366667Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2366941Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2367109Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2367413Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2367577Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2367863Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2368024Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2368273Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2368432Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2368712Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2368871Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2369140Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2369308Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2369575Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2369737Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2370041Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2370318Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2370615Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2370782Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2371078Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2371239Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2371522Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2371683Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2371956Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2372115Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2372511Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2372677Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2372808Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2372974Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2373271Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2373434Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2373715Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2373876Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2374151Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2374318Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2374617Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2374779Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2375076Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2375241Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2375531Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2375693Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2375988Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2376146Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2376416Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2376579Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2376854Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2377020Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2377325Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2377487Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2377779Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2377938Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2378357Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2378518Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2378806Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2378971Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2379260Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2379423Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2379839Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2379999Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2380273Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2380437Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2380569Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2380727Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2381021Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2381184Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2381458Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2381616Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2381858Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2382021Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2382318Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2382482Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2382612Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2382769Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2383064Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2383332Z [05-13|18:27:49.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2383794Z [05-13|18:27:49.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2384134Z [05-13|18:27:49.202] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2384302Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2384595Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2384764Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2384935Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2385199Z [05-13|18:27:49.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2385650Z [05-13|18:27:49.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2385985Z [05-13|18:27:49.203] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2386150Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2386413Z [05-13|18:27:49.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2386869Z [05-13|18:27:49.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2387196Z [05-13|18:27:49.204] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2387362Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2387629Z [05-13|18:27:49.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2388198Z [05-13|18:27:49.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2388535Z [05-13|18:27:49.205] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2388706Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2389079Z [05-13|18:27:49.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2389528Z [05-13|18:27:49.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2389860Z [05-13|18:27:49.206] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2390028Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2390288Z [05-13|18:27:49.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2390742Z [05-13|18:27:49.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2391166Z [05-13|18:27:49.207] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2391339Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2391603Z [05-13|18:27:49.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2392053Z [05-13|18:27:49.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2392377Z [05-13|18:27:49.208] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2392642Z [05-13|18:27:49.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2393096Z [05-13|18:27:49.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2393264Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2393436Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2393765Z [05-13|18:27:49.208] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2394025Z [05-13|18:27:49.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2394476Z [05-13|18:27:49.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2394804Z [05-13|18:27:49.209] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2394971Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2395239Z [05-13|18:27:49.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2395703Z [05-13|18:27:49.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2396034Z [05-13|18:27:49.210] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2396515Z [05-13|18:27:49.211] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2396678Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2396978Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2397142Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2397421Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2397581Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2397941Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2398218Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2398496Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2398658Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2398928Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2399086Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2399380Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2399544Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2399678Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2399834Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2400238Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2400406Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2400676Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2400840Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2401115Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2401279Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2401554Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2401715Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2401983Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2402145Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2402424Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2402587Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2402878Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2403046Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2403316Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2403478Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2403778Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2403937Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2404226Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2404390Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2404684Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2404844Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2405139Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2405303Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2405572Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2405738Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2406035Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2406194Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2406467Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2406632Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2406762Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2406922Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2407203Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2407473Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2407746Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2407909Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2408335Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2408503Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2408801Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2408966Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2409241Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2409398Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2409785Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2409950Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2410088Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2410252Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2410544Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2410703Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2410995Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2411157Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2411428Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2411588Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2411723Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2411884Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2412179Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2412343Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2412635Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2412907Z [05-13|18:27:49.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2413373Z [05-13|18:27:49.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2413536Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2413816Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2413981Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2414278Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2414546Z [05-13|18:27:49.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2415007Z [05-13|18:27:49.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2415171Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2415303Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2415564Z [05-13|18:27:49.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2416021Z [05-13|18:27:49.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2416281Z [05-13|18:27:49.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2416732Z [05-13|18:27:49.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2417011Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2417308Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2417470Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2417606Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2417766Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2418176Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2418345Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2418476Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2418636Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2419037Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2419201Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2419498Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2419658Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2419941Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2420277Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2420606Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2420938Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2421262Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2421428Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2421734Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2421996Z [05-13|18:27:49.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2422447Z [05-13|18:27:49.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2422780Z [05-13|18:27:49.219] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2422950Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2423116Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2423286Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2423452Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2423620Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2423789Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2424051Z [05-13|18:27:49.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2424501Z [05-13|18:27:49.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2424833Z [05-13|18:27:49.220] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2425001Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2425260Z [05-13|18:27:49.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2425718Z [05-13|18:27:49.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2426152Z [05-13|18:27:49.221] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2426318Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2426582Z [05-13|18:27:49.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2427031Z [05-13|18:27:49.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2427358Z [05-13|18:27:49.221] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2427528Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2427895Z [05-13|18:27:49.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2428470Z [05-13|18:27:49.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2428643Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2428968Z [05-13|18:27:49.222] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2429230Z [05-13|18:27:49.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2429688Z [05-13|18:27:49.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2430016Z [05-13|18:27:49.223] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2430495Z [05-13|18:27:49.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2430665Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2430796Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2430957Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2431233Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2431398Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2431530Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2431685Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2431990Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2432148Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2432445Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2432615Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2432909Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2433066Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2433361Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2433519Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2433809Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2433964Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2434103Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2434259Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2434551Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2434719Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2435111Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2435276Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2435556Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2435713Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2435984Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2436150Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2436423Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2436581Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2436877Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2437142Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2437273Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2437437Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2437738Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2437895Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2438283Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2438447Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2438741Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2438900Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2439182Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2439342Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2439473Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2439639Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2439778Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2439935Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2440209Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2440373Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2440647Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2440807Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2441107Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2441370Z [05-13|18:27:49.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2441830Z [05-13|18:27:49.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2441999Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2442296Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2442456Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2442751Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2442910Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2443183Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2443342Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2443622Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2443783Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2444075Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2444242Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2444653Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2444812Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2445090Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2445251Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2445542Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2445704Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2445997Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2446157Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2446290Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2446562Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2446860Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2447128Z [05-13|18:27:49.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2447588Z [05-13|18:27:49.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2447850Z [05-13|18:27:49.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2448413Z [05-13|18:27:49.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2448583Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2448879Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2449042Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2449329Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2449488Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2449781Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2449946Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2450223Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2450485Z [05-13|18:27:49.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.2450941Z [05-13|18:27:49.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2451099Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2451394Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2451664Z [05-13|18:27:49.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2452115Z [05-13|18:27:49.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2452276Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2452562Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2452721Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2452995Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2453332Z [05-13|18:27:49.232] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2453500Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2453890Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2454048Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2454326Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2454587Z [05-13|18:27:49.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2455037Z [05-13|18:27:49.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2455373Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2455698Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2456118Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2456289Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2456563Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2456721Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2457000Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2457326Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2457647Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2457821Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2457987Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2458275Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2458445Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2458607Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2458773Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2458934Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2459229Z [05-13|18:27:49.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2459682Z [05-13|18:27:49.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2460004Z [05-13|18:27:49.234] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2460175Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2460437Z [05-13|18:27:49.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2460889Z [05-13|18:27:49.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2461225Z [05-13|18:27:49.235] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2461390Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2461649Z [05-13|18:27:49.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2462107Z [05-13|18:27:49.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2462275Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2462602Z [05-13|18:27:49.236] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2462984Z [05-13|18:27:49.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2463438Z [05-13|18:27:49.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2463766Z [05-13|18:27:49.237] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2464245Z [05-13|18:27:49.237] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2464406Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2464704Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2464968Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2465267Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2465428Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2465710Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2465866Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2466163Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2466326Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2466603Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2466759Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2467032Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2467188Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2467462Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2467622Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2467923Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2468196Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2468491Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2468654Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2468929Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2469090Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2469389Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2469551Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2469687Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2469852Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2470128Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2470286Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2470558Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2470721Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2470853Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2471011Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2471149Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2471307Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2471601Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2471770Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2472050Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2472323Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2472620Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2472785Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2473057Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2473219Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2473517Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2473676Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2473951Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2474117Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2474511Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2474675Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2474814Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2474973Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2475246Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2475404Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2475680Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2475838Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2476137Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2476303Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2476570Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2476730Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2477032Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2477189Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2477478Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2477640Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2477930Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2478207Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2478502Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2478770Z [05-13|18:27:49.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2479229Z [05-13|18:27:49.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2479400Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2479677Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2479938Z [05-13|18:27:49.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2480387Z [05-13|18:27:49.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2480553Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2480848Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2481109Z [05-13|18:27:49.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2481567Z [05-13|18:27:49.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2481844Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2482121Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2482287Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2482579Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2482741Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2483037Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2483197Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2483490Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2483655Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2483888Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2484055Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2484329Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2484667Z [05-13|18:27:49.244] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2484827Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2484959Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2485123Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2485399Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2485558Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2485833Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2486098Z [05-13|18:27:49.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2486556Z [05-13|18:27:49.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2486722Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2486853Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2487012Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2487291Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2487555Z [05-13|18:27:49.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2488005Z [05-13|18:27:49.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2488293Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2488572Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2488909Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2489239Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2489561Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2489886Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2490053Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2490357Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2490621Z [05-13|18:27:49.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2491188Z [05-13|18:27:49.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2491518Z [05-13|18:27:49.248] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2491690Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2491858Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2492026Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2492188Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2492351Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2492520Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2492687Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2493047Z [05-13|18:27:49.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2493514Z [05-13|18:27:49.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2493838Z [05-13|18:27:49.249] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2494004Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2494269Z [05-13|18:27:49.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2494719Z [05-13|18:27:49.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2495049Z [05-13|18:27:49.250] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2495316Z [05-13|18:27:49.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2495765Z [05-13|18:27:49.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2495930Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2496261Z [05-13|18:27:49.252] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2496427Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2496685Z [05-13|18:27:49.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2497145Z [05-13|18:27:49.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2497477Z [05-13|18:27:49.253] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2497959Z [05-13|18:27:49.253] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2498240Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2498522Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2498684Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2498967Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2499128Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2499401Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2499559Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2499868Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2500143Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2500422Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2500587Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2500879Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2501036Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2501315Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2501473Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2501767Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2501928Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2502340Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2502504Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2502802Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2502964Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2503257Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2503417Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2503710Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2503868Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2503999Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2504163Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2504455Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2504617Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2504900Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2505059Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2505350Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2505515Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2505789Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2505948Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2506237Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2506399Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2506689Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2506850Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2507131Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2507293Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2507566Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2507731Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2508023Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2508300Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2508438Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2508596Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2508867Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2509025Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2509325Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2509596Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2509888Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2510058Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2510190Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2510350Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2510487Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2510648Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2510939Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2511097Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2511377Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2511635Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2511768Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2511934Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2512067Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2512226Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2512527Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2512687Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2512978Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2513142Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2513411Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2513570Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2513845Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2514015Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2514309Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2514467Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2514763Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2515029Z [05-13|18:27:49.257] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2515485Z [05-13|18:27:49.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2515823Z [05-13|18:27:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2515983Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2516262Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2516431Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2516564Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2516826Z [05-13|18:27:49.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2517283Z [05-13|18:27:49.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2517443Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2517741Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2517905Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2518295Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2518464Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2518736Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2519020Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2519317Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2519580Z [05-13|18:27:49.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2520041Z [05-13|18:27:49.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2520201Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2520477Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2520815Z [05-13|18:27:49.260] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2521239Z [05-13|18:27:49.260] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2521406Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2521689Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2521850Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2522124Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2522391Z [05-13|18:27:49.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2522842Z [05-13|18:27:49.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2523104Z [05-13|18:27:49.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2523558Z [05-13|18:27:49.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2523888Z [05-13|18:27:49.262] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2524214Z [05-13|18:27:49.262] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2524387Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2524555Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2524721Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2524888Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2525051Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2525213Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2525476Z [05-13|18:27:49.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2525935Z [05-13|18:27:49.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2526263Z [05-13|18:27:49.263] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2526428Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2526694Z [05-13|18:27:49.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2527143Z [05-13|18:27:49.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2527471Z [05-13|18:27:49.264] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2527641Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2527980Z [05-13|18:27:49.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2528543Z [05-13|18:27:49.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2528877Z [05-13|18:27:49.265] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2529042Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2529300Z [05-13|18:27:49.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2529756Z [05-13|18:27:49.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2530187Z [05-13|18:27:49.266] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2530359Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2530630Z [05-13|18:27:49.266] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2531087Z [05-13|18:27:49.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2531415Z [05-13|18:27:49.267] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2531896Z [05-13|18:27:49.267] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2532058Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2532337Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2532504Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2532803Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2532962Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2533238Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2533395Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2533672Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2533832Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2534105Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2534262Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2534568Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2534731Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2535004Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2535162Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2535460Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2535619Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2535910Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2536072Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2536342Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2536503Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2536804Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2536964Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2537367Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2537532Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2537825Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2537984Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2538236Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2538402Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2538534Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2538692Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2538970Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2539129Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2539365Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2539535Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2539810Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2539969Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2540244Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2540402Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2540698Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2540858Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2541152Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2541311Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2541606Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2541773Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2542069Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2542229Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2542524Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2542681Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2542973Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2543141Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2543430Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2543589Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2543878Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2544046Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2544340Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2544500Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2544779Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2544939Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2545210Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2545375Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2545507Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2545666Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2545944Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2546103Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2546396Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2546665Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2546803Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2546962Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2547236Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2547400Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2547673Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2547832Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2548221Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2548382Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2548515Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2548786Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2549088Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2549246Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2549522Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2549686Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2549958Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2550117Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2550393Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2550553Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2550821Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2550983Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2551279Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2551440Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2551742Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2552009Z [05-13|18:27:49.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2552465Z [05-13|18:27:49.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2552630Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2552761Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2553022Z [05-13|18:27:49.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2553472Z [05-13|18:27:49.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2553740Z [05-13|18:27:49.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2554187Z [05-13|18:27:49.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2554451Z [05-13|18:27:49.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2554895Z [05-13|18:27:49.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2555058Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2555341Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2555616Z [05-13|18:27:49.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2556181Z [05-13|18:27:49.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2556519Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2556847Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2557173Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2557500Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2557894Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2558362Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2558546Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2558717Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2558881Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2559045Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2559237Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2559504Z [05-13|18:27:49.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2559961Z [05-13|18:27:49.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2560300Z [05-13|18:27:49.277] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2560466Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2560730Z [05-13|18:27:49.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2561184Z [05-13|18:27:49.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2561512Z [05-13|18:27:49.278] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2561679Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2561941Z [05-13|18:27:49.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2562392Z [05-13|18:27:49.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2562719Z [05-13|18:27:49.279] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2562894Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2563152Z [05-13|18:27:49.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2563600Z [05-13|18:27:49.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2563932Z [05-13|18:27:49.280] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2564100Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2564358Z [05-13|18:27:49.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2564822Z [05-13|18:27:49.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2565282Z [05-13|18:27:49.281] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2565758Z [05-13|18:27:49.281] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2565931Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2566070Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2566230Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2566524Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2566685Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2567090Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2567251Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2567393Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2567551Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2567682Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2567844Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2568260Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2568421Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2568728Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2568886Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2569163Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2569325Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2569628Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2569790Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2570082Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2570357Z [05-13|18:27:49.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2570826Z [05-13|18:27:49.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2570992Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2571294Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2571457Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2571731Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2572004Z [05-13|18:27:49.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2572456Z [05-13|18:27:49.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2572618Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2572898Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2573057Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2573353Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2573520Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2573796Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2573957Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2574259Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2574575Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2574867Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2575028Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2575167Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2575327Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2575603Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2575770Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2576064Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2576225Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2576505Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2576765Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2577045Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2577386Z [05-13|18:27:49.285] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2577716Z [05-13|18:27:49.285] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2577880Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2578278Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2578440Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2578741Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2578899Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2579177Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2579341Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2579633Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2579799Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2579931Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2580091Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2580370Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2580537Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2580810Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2580971Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2581241Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2581402Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2581697Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2581862Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2582155Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2582314Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2582599Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2582757Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2583026Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2583192Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2583463Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2583626Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2583925Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2584200Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2584332Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2584490Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2584788Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2584948Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2585240Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2585405Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2585699Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2585860Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2586260Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2586428Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2586561Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2586724Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2587016Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2587175Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2587472Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2587645Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2587939Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2588325Z [05-13|18:27:49.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2588797Z [05-13|18:27:49.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2589134Z [05-13|18:27:49.287] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2589298Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2589584Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2589847Z [05-13|18:27:49.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2590304Z [05-13|18:27:49.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2590637Z [05-13|18:27:49.288] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2590900Z [05-13|18:27:49.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2591353Z [05-13|18:27:49.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2591688Z [05-13|18:27:49.289] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2591850Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2592125Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2592301Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2592468Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2592633Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2592803Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2592970Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2593254Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2593525Z [05-13|18:27:49.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2593976Z [05-13|18:27:49.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2594305Z [05-13|18:27:49.290] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2594479Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2594736Z [05-13|18:27:49.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2595282Z [05-13|18:27:49.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2595617Z [05-13|18:27:49.291] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2595788Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2596046Z [05-13|18:27:49.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2596497Z [05-13|18:27:49.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2596825Z [05-13|18:27:49.292] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2596993Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2597255Z [05-13|18:27:49.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2597712Z [05-13|18:27:49.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2598151Z [05-13|18:27:49.292] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2598323Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2598589Z [05-13|18:27:49.293] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2599046Z [05-13|18:27:49.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2599383Z [05-13|18:27:49.293] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2599862Z [05-13|18:27:49.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2600026Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2600330Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2600504Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2600800Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2600959Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2601097Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2601253Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2601530Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2601692Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2601966Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2602127Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2602530Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2602688Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2602987Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2603145Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2603443Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2603600Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2603872Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2604039Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2604172Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2604333Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2604713Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2604880Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2605179Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2605343Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2605635Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2605798Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2606072Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2606235Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2606528Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2606688Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2606987Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2607147Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2607423Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2607586Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2607879Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2608156Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2608440Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2608601Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2608894Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2609059Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2609353Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2609511Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2609646Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2609810Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2610102Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2610261Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2610567Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2610833Z [05-13|18:27:49.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2611292Z [05-13|18:27:49.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2611459Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2611595Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2611872Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2612154Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2612315Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2612593Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2612753Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2612890Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2613050Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2613322Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2613591Z [05-13|18:27:49.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2614142Z [05-13|18:27:49.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2614409Z [05-13|18:27:49.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2614866Z [05-13|18:27:49.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2615124Z [05-13|18:27:49.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.2615571Z [05-13|18:27:49.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2615739Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2616018Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2616181Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2616484Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2616647Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2616941Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2617109Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2617241Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2617399Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2617698Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2617860Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2618269Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2618431Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2618716Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2618877Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2619155Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2619318Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2619613Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2619776Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2620061Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2620221Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2620494Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2620837Z [05-13|18:27:49.300] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2621000Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2621409Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2621678Z [05-13|18:27:49.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2622132Z [05-13|18:27:49.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2622292Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2622570Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2622735Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2623007Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2623267Z [05-13|18:27:49.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2623828Z [05-13|18:27:49.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2623996Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2624128Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2624292Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2624564Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2624721Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2625022Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2625281Z [05-13|18:27:49.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2625733Z [05-13|18:27:49.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2625901Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2626176Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2626440Z [05-13|18:27:49.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2626895Z [05-13|18:27:49.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2627227Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2627553Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2627879Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2628328Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2628666Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2628992Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2629317Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2629489Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2629660Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2629824Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2629984Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2630150Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2630433Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2630596Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2630759Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2630927Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2631194Z [05-13|18:27:49.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2631649Z [05-13|18:27:49.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2631983Z [05-13|18:27:49.306] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2632148Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2632509Z [05-13|18:27:49.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2632979Z [05-13|18:27:49.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2633309Z [05-13|18:27:49.307] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2633787Z [05-13|18:27:49.307] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2633953Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2634232Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2634393Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2634699Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2634859Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2635136Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2635298Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2635593Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2635750Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2636042Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2636204Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2636479Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2636636Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2636916Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2637077Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2637377Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2637539Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2637835Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2637991Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2638245Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2638408Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2638684Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2638844Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2639144Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2639305Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2639584Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2639865Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2640164Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2640323Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2640629Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2640789Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2641084Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2641248Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2641378Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2641538Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2641931Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2642105Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2642399Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2642558Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2642861Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2643127Z [05-13|18:27:49.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2643586Z [05-13|18:27:49.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2643753Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2644030Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2644193Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2644494Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2644658Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2644941Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2645111Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2645383Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2645541Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2645820Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2645981Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2646275Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2646435Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2646738Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2646904Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2647196Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2647362Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2647636Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2647796Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2648212Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2648376Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2648508Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2648671Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2648802Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2648965Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2649394Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2649560Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2649693Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2649851Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2650148Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2650309Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2650591Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2650756Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2651031Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2651464Z [05-13|18:27:49.313] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2651633Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2651913Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2652073Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2652203Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2652367Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2652641Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2652799Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2653097Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2653256Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2653530Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2653695Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2653969Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2654129Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2654405Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2654568Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2654699Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2654857Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2655138Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2655300Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2655593Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2655867Z [05-13|18:27:49.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2656329Z [05-13|18:27:49.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2656664Z [05-13|18:27:49.315] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2656838Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2657004Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2657170Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2657438Z [05-13|18:27:49.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2657890Z [05-13|18:27:49.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2658338Z [05-13|18:27:49.316] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2658625Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2658887Z [05-13|18:27:49.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2659364Z [05-13|18:27:49.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2659693Z [05-13|18:27:49.317] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2659859Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2660119Z [05-13|18:27:49.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2660673Z [05-13|18:27:49.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2661009Z [05-13|18:27:49.318] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2661177Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2661442Z [05-13|18:27:49.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2661891Z [05-13|18:27:49.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2662058Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2662391Z [05-13|18:27:49.319] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2662654Z [05-13|18:27:49.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2663107Z [05-13|18:27:49.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2663438Z [05-13|18:27:49.320] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2663604Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2663865Z [05-13|18:27:49.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2664316Z [05-13|18:27:49.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2664642Z [05-13|18:27:49.321] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2664808Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2665075Z [05-13|18:27:49.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2665526Z [05-13|18:27:49.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2665854Z [05-13|18:27:49.322] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2666025Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2666282Z [05-13|18:27:49.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2666732Z [05-13|18:27:49.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2667068Z [05-13|18:27:49.323] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2667543Z [05-13|18:27:49.323] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2670622Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2670812Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2671002Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2671329Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2671500Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2671801Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2671966Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2672247Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2672565Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2672852Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2673021Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2673332Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2673493Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2673768Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2673929Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2674231Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2674388Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2674525Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2674690Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2674964Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2675129Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2675435Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2675603Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2675899Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2676065Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2676345Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2676508Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2676781Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2676947Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2677242Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2677405Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2677702Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2677863Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2678336Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2678518Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2678801Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2678964Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2679251Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2679417Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2679694Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2679866Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2680289Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2680453Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2680596Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2680762Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2681057Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2681218Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2681502Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2681662Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2681796Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2681961Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2682335Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2682497Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2682795Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2682960Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2683092Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2683249Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2683527Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2683687Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2683981Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2684147Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2684421Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2684583Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2684882Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2685044Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2685339Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2685627Z [05-13|18:27:49.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2686104Z [05-13|18:27:49.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2686267Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2686546Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2686713Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2686992Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2687156Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2687459Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2687620Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2687752Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2687918Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2688335Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2688503Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2688788Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2688950Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2689241Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2689405Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2689661Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2689822Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2690096Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2690373Z [05-13|18:27:49.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2690843Z [05-13|18:27:49.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2691007Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2691308Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2691468Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2691844Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2692116Z [05-13|18:27:49.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2692574Z [05-13|18:27:49.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2692737Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2693018Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2693278Z [05-13|18:27:49.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2693734Z [05-13|18:27:49.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2694083Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2694408Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2694736Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2695061Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2695224Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2695530Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2695798Z [05-13|18:27:49.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2696261Z [05-13|18:27:49.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2696589Z [05-13|18:27:49.331] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2696759Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2697055Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2697228Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2697402Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2697567Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2697733Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2697898Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2698199Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2698467Z [05-13|18:27:49.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2698922Z [05-13|18:27:49.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2699378Z [05-13|18:27:49.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2699545Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2699808Z [05-13|18:27:49.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2700267Z [05-13|18:27:49.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2700608Z [05-13|18:27:49.333] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2700781Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2701152Z [05-13|18:27:49.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2701620Z [05-13|18:27:49.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2701953Z [05-13|18:27:49.334] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2702130Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2702395Z [05-13|18:27:49.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2702848Z [05-13|18:27:49.335] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2703023Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2703351Z [05-13|18:27:49.335] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2703615Z [05-13|18:27:49.335] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2704082Z [05-13|18:27:49.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2704412Z [05-13|18:27:49.336] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2704891Z [05-13|18:27:49.336] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2705062Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2705346Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2705507Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2705793Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2705951Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2706250Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2706415Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2706705Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2706863Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2707154Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2707318Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2707611Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2707772Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2708193Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2708474Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2708770Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2708935Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2709211Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2709369Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2709665Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2709828Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2710105Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2710271Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2710652Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2710816Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2711110Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2711277Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2711546Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2711705Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2712006Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2712167Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2712461Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2712628Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2712921Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2713085Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2713225Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2713385Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2713672Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2713833Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2714112Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2714273Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2714548Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2714714Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2714988Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2715153Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2715433Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2715596Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2715868Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2716035Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2716168Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2716328Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2716623Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2716789Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2717079Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2717238Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2717543Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2717788Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2718202Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2718371Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2718662Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2718824Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2719105Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2719265Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2719558Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2719718Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2720151Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2720319Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2720614Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2720781Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2721055Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2721216Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2721494Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2721654Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2721925Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2722092Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2722369Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2722532Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2722669Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2722838Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2722970Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2723132Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2723430Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2723591Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2723864Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2724028Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2724321Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2724592Z [05-13|18:27:49.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2725057Z [05-13|18:27:49.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2725394Z [05-13|18:27:49.341] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2725558Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2725693Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2725959Z [05-13|18:27:49.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2726415Z [05-13|18:27:49.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2726758Z [05-13|18:27:49.341] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2726923Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2727169Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2727328Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2727467Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2727730Z [05-13|18:27:49.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2728307Z [05-13|18:27:49.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2728646Z [05-13|18:27:49.343] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2728808Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2729087Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2729463Z [05-13|18:27:49.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2729924Z [05-13|18:27:49.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2730252Z [05-13|18:27:49.343] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2730433Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2730603Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2730771Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2730939Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2731103Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2731363Z [05-13|18:27:49.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2731822Z [05-13|18:27:49.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2732154Z [05-13|18:27:49.345] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2732322Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2732588Z [05-13|18:27:49.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2733035Z [05-13|18:27:49.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2733360Z [05-13|18:27:49.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2733531Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2733791Z [05-13|18:27:49.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2734242Z [05-13|18:27:49.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2734572Z [05-13|18:27:49.346] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2734740Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2734999Z [05-13|18:27:49.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2735452Z [05-13|18:27:49.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2735783Z [05-13|18:27:49.347] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2735950Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2736321Z [05-13|18:27:49.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2736775Z [05-13|18:27:49.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2737101Z [05-13|18:27:49.348] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2737272Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2737536Z [05-13|18:27:49.349] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2738192Z [05-13|18:27:49.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2738561Z [05-13|18:27:49.349] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2739057Z [05-13|18:27:49.349] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2739228Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2739542Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2739704Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2739986Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2740145Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2740428Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2740592Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2740873Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2741045Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2741339Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2741499Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2741775Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2741933Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2742208Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2742371Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2742667Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2742826Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2742963Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2743131Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2743428Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2743592Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2743878Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2744044Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2744338Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2744508Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2744804Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2744965Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2745263Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2745425Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2745671Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2745858Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2746178Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2746338Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2746468Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2746635Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2746910Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2747071Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2747372Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2747532Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2747896Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2748200Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2748488Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2748653Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2748928Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2749097Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2749371Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2749531Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2749815Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2749974Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2750249Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2750415Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2750691Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2750854Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2751166Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2751327Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2751598Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2751758Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2751898Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2752057Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2752189Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2752352Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2752652Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2752930Z [05-13|18:27:49.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2753404Z [05-13|18:27:49.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2753741Z [05-13|18:27:49.353] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2753905Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2754211Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2754370Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2754649Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2754818Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2755209Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2755370Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2755661Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2755829Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2756119Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2756280Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2756555Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2756716Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2757012Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2757276Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2757552Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2757715Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2758013Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2758310Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2758604Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2758764Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2758906Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2759066Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2759365Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2759532Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2759829Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2759994Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2760131Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2760290Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2760588Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2760765Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2761073Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2761248Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2761416Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2761695Z [05-13|18:27:49.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2762164Z [05-13|18:27:49.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2762503Z [05-13|18:27:49.355] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2762680Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2762945Z [05-13|18:27:49.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2763400Z [05-13|18:27:49.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2763737Z [05-13|18:27:49.356] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2763908Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2764169Z [05-13|18:27:49.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2764631Z [05-13|18:27:49.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2765089Z [05-13|18:27:49.357] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2765259Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2765525Z [05-13|18:27:49.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2765977Z [05-13|18:27:49.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2766307Z [05-13|18:27:49.357] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2766480Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2766837Z [05-13|18:27:49.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2767291Z [05-13|18:27:49.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2767625Z [05-13|18:27:49.358] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2767794Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2768172Z [05-13|18:27:49.359] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2768655Z [05-13|18:27:49.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2768990Z [05-13|18:27:49.359] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2769164Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2769435Z [05-13|18:27:49.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2769890Z [05-13|18:27:49.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2770219Z [05-13|18:27:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2770394Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2770655Z [05-13|18:27:49.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2771117Z [05-13|18:27:49.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2771461Z [05-13|18:27:49.361] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2771781Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2772211Z [05-13|18:27:49.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2772851Z [05-13|18:27:49.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2773206Z [05-13|18:27:49.362] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2773687Z [05-13|18:27:49.362] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2773866Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2774002Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2774312Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2774626Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2774787Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2775083Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2775247Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2775538Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2775697Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2775982Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2776142Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2776537Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2776704Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2776986Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2777144Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2777440Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2777604Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2777880Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2778174Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2778457Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2778622Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2778918Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2779084Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2779362Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2779524Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2779809Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2779979Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2780278Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2780440Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2780737Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2780896Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2781172Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2781339Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2781615Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2781774Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2782054Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2782211Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2782505Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2782663Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2782938Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2783096Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2783392Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2783562Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2783837Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2784113Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2784409Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2784567Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2784858Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2785024Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2785298Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2785459Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2785595Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2785760Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2786153Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2786323Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2786623Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2786785Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2787058Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2787224Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2787498Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2787658Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2787937Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2788218Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2788353Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2788517Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2788819Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2788984Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2789256Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2789424Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2789698Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2789857Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2790157Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2790318Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2790607Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2790776Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2791050Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2791212Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2791343Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2791507Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2791781Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2791942Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2792244Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2792404Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2792536Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2792701Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2792994Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2793154Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2793549Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2793708Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2793838Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2793999Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2794299Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2794575Z [05-13|18:27:49.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2795039Z [05-13|18:27:49.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2795530Z [05-13|18:27:49.367] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2795697Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2795835Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2796108Z [05-13|18:27:49.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2796566Z [05-13|18:27:49.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2796899Z [05-13|18:27:49.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2797080Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2797248Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2797414Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2797689Z [05-13|18:27:49.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2798269Z [05-13|18:27:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2798626Z [05-13|18:27:49.369] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2798809Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2799076Z [05-13|18:27:49.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2799531Z [05-13|18:27:49.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2799865Z [05-13|18:27:49.370] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2800036Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2800297Z [05-13|18:27:49.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2800757Z [05-13|18:27:49.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2801086Z [05-13|18:27:49.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2801254Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2801519Z [05-13|18:27:49.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2801968Z [05-13|18:27:49.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2802295Z [05-13|18:27:49.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2802579Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2802839Z [05-13|18:27:49.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2803290Z [05-13|18:27:49.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2803617Z [05-13|18:27:49.375] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2803786Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2804044Z [05-13|18:27:49.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2804595Z [05-13|18:27:49.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2804927Z [05-13|18:27:49.376] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2805097Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2805360Z [05-13|18:27:49.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2805806Z [05-13|18:27:49.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2806133Z [05-13|18:27:49.377] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2806304Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2806565Z [05-13|18:27:49.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2807022Z [05-13|18:27:49.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2807355Z [05-13|18:27:49.378] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2807833Z [05-13|18:27:49.378] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2807994Z epoch_test.go:820: Called callback 0 out of 47 +2026-05-13T18:30:53.2808390Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2808550Z epoch_test.go:820: Called callback 1 out of 47 +2026-05-13T18:30:53.2808826Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2808988Z epoch_test.go:820: Called callback 2 out of 47 +2026-05-13T18:30:53.2809267Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2809427Z epoch_test.go:820: Called callback 3 out of 47 +2026-05-13T18:30:53.2809700Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2809860Z epoch_test.go:820: Called callback 4 out of 47 +2026-05-13T18:30:53.2810161Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 +2026-05-13T18:30:53.2810318Z epoch_test.go:820: Called callback 5 out of 47 +2026-05-13T18:30:53.2810462Z epoch_test.go:850: Injecting block 7 +2026-05-13T18:30:53.2810618Z epoch_test.go:820: Called callback 6 out of 47 +2026-05-13T18:30:53.2810922Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 +2026-05-13T18:30:53.2811190Z [05-13|18:27:49.380] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2811646Z [05-13|18:27:49.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2811916Z epoch_test.go:820: Called callback 7 out of 47 +2026-05-13T18:30:53.2812198Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... +2026-05-13T18:30:53.2812354Z epoch_test.go:820: Called callback 8 out of 47 +2026-05-13T18:30:53.2812650Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 +2026-05-13T18:30:53.2812812Z epoch_test.go:820: Called callback 9 out of 47 +2026-05-13T18:30:53.2813087Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... +2026-05-13T18:30:53.2813250Z epoch_test.go:820: Called callback 10 out of 47 +2026-05-13T18:30:53.2813544Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 +2026-05-13T18:30:53.2813710Z epoch_test.go:820: Called callback 11 out of 47 +2026-05-13T18:30:53.2814099Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 +2026-05-13T18:30:53.2814265Z epoch_test.go:820: Called callback 12 out of 47 +2026-05-13T18:30:53.2814559Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 +2026-05-13T18:30:53.2814718Z epoch_test.go:820: Called callback 13 out of 47 +2026-05-13T18:30:53.2814994Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2815159Z epoch_test.go:820: Called callback 14 out of 47 +2026-05-13T18:30:53.2815431Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... +2026-05-13T18:30:53.2815590Z epoch_test.go:820: Called callback 15 out of 47 +2026-05-13T18:30:53.2815724Z epoch_test.go:850: Injecting block 3 +2026-05-13T18:30:53.2815882Z epoch_test.go:820: Called callback 16 out of 47 +2026-05-13T18:30:53.2816161Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2816322Z epoch_test.go:820: Called callback 17 out of 47 +2026-05-13T18:30:53.2816622Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 +2026-05-13T18:30:53.2816781Z epoch_test.go:820: Called callback 18 out of 47 +2026-05-13T18:30:53.2817054Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2817218Z epoch_test.go:820: Called callback 19 out of 47 +2026-05-13T18:30:53.2817349Z epoch_test.go:850: Injecting block 2 +2026-05-13T18:30:53.2817509Z epoch_test.go:820: Called callback 20 out of 47 +2026-05-13T18:30:53.2817789Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2817947Z epoch_test.go:820: Called callback 21 out of 47 +2026-05-13T18:30:53.2818363Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 +2026-05-13T18:30:53.2818526Z epoch_test.go:820: Called callback 22 out of 47 +2026-05-13T18:30:53.2818661Z epoch_test.go:850: Injecting block 6 +2026-05-13T18:30:53.2818823Z epoch_test.go:820: Called callback 23 out of 47 +2026-05-13T18:30:53.2819095Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2819260Z epoch_test.go:820: Called callback 24 out of 47 +2026-05-13T18:30:53.2819553Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 +2026-05-13T18:30:53.2819712Z epoch_test.go:820: Called callback 25 out of 47 +2026-05-13T18:30:53.2819846Z epoch_test.go:850: Injecting block 5 +2026-05-13T18:30:53.2820006Z epoch_test.go:820: Called callback 26 out of 47 +2026-05-13T18:30:53.2820136Z epoch_test.go:850: Injecting block 9 +2026-05-13T18:30:53.2820303Z epoch_test.go:820: Called callback 27 out of 47 +2026-05-13T18:30:53.2820598Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 +2026-05-13T18:30:53.2820769Z epoch_test.go:820: Called callback 28 out of 47 +2026-05-13T18:30:53.2821193Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 +2026-05-13T18:30:53.2821357Z epoch_test.go:820: Called callback 29 out of 47 +2026-05-13T18:30:53.2821653Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 +2026-05-13T18:30:53.2821813Z epoch_test.go:820: Called callback 30 out of 47 +2026-05-13T18:30:53.2822108Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 +2026-05-13T18:30:53.2822266Z epoch_test.go:820: Called callback 31 out of 47 +2026-05-13T18:30:53.2822558Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 +2026-05-13T18:30:53.2822722Z epoch_test.go:820: Called callback 32 out of 47 +2026-05-13T18:30:53.2822993Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... +2026-05-13T18:30:53.2823251Z epoch_test.go:820: Called callback 33 out of 47 +2026-05-13T18:30:53.2823552Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 +2026-05-13T18:30:53.2823715Z epoch_test.go:820: Called callback 34 out of 47 +2026-05-13T18:30:53.2823990Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2824148Z epoch_test.go:820: Called callback 35 out of 47 +2026-05-13T18:30:53.2824443Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 +2026-05-13T18:30:53.2824603Z epoch_test.go:820: Called callback 36 out of 47 +2026-05-13T18:30:53.2824894Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 +2026-05-13T18:30:53.2825058Z epoch_test.go:820: Called callback 37 out of 47 +2026-05-13T18:30:53.2825333Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... +2026-05-13T18:30:53.2825492Z epoch_test.go:820: Called callback 38 out of 47 +2026-05-13T18:30:53.2825775Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... +2026-05-13T18:30:53.2825937Z epoch_test.go:820: Called callback 39 out of 47 +2026-05-13T18:30:53.2826209Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... +2026-05-13T18:30:53.2826371Z epoch_test.go:820: Called callback 40 out of 47 +2026-05-13T18:30:53.2826645Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... +2026-05-13T18:30:53.2826803Z epoch_test.go:820: Called callback 41 out of 47 +2026-05-13T18:30:53.2827095Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 +2026-05-13T18:30:53.2827259Z epoch_test.go:820: Called callback 42 out of 47 +2026-05-13T18:30:53.2827549Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 +2026-05-13T18:30:53.2827708Z epoch_test.go:820: Called callback 43 out of 47 +2026-05-13T18:30:53.2827846Z epoch_test.go:850: Injecting block 1 +2026-05-13T18:30:53.2828004Z epoch_test.go:820: Called callback 44 out of 47 +2026-05-13T18:30:53.2828396Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... +2026-05-13T18:30:53.2828561Z epoch_test.go:820: Called callback 45 out of 47 +2026-05-13T18:30:53.2828838Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... +2026-05-13T18:30:53.2829171Z [05-13|18:27:49.382] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.2829336Z epoch_test.go:820: Called callback 46 out of 47 +2026-05-13T18:30:53.2829630Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 +2026-05-13T18:30:53.2829897Z [05-13|18:27:49.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2830360Z [05-13|18:27:49.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2830807Z [05-13|18:27:49.383] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2830978Z epoch_test.go:825: Waiting for commit of round 0 +2026-05-13T18:30:53.2831150Z epoch_test.go:825: Waiting for commit of round 1 +2026-05-13T18:30:53.2831314Z epoch_test.go:825: Waiting for commit of round 2 +2026-05-13T18:30:53.2831577Z [05-13|18:27:49.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.2832034Z [05-13|18:27:49.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2832369Z [05-13|18:27:49.384] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.2832633Z epoch_test.go:825: Waiting for commit of round 3 +2026-05-13T18:30:53.2832895Z [05-13|18:27:49.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.2833351Z [05-13|18:27:49.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2833518Z epoch_test.go:825: Waiting for commit of round 4 +2026-05-13T18:30:53.2833844Z [05-13|18:27:49.385] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.2834108Z [05-13|18:27:49.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.2834556Z [05-13|18:27:49.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2834886Z [05-13|18:27:49.386] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.2835061Z epoch_test.go:825: Waiting for commit of round 5 +2026-05-13T18:30:53.2835318Z [05-13|18:27:49.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.2835764Z [05-13|18:27:49.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2836094Z [05-13|18:27:49.387] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.2836260Z epoch_test.go:825: Waiting for commit of round 6 +2026-05-13T18:30:53.2836517Z [05-13|18:27:49.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.2836975Z [05-13|18:27:49.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2837299Z [05-13|18:27:49.388] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.2837465Z epoch_test.go:825: Waiting for commit of round 7 +2026-05-13T18:30:53.2837728Z [05-13|18:27:49.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.2838294Z [05-13|18:27:49.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.2838622Z [05-13|18:27:49.389] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.2838793Z epoch_test.go:825: Waiting for commit of round 8 +2026-05-13T18:30:53.2839050Z [05-13|18:27:49.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.2839502Z [05-13|18:27:49.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2839946Z [05-13|18:27:49.390] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.2840113Z epoch_test.go:825: Waiting for commit of round 9 +2026-05-13T18:30:53.2840371Z [05-13|18:27:49.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.2840832Z [05-13|18:27:49.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2841158Z [05-13|18:27:49.391] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.2841307Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2841626Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2841777Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2841984Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2842130Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2842340Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2842478Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2842688Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2842828Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2843030Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2843177Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2843383Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2843525Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2843735Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2843875Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2844081Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2844219Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2844428Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2844564Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2844769Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2844913Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2845121Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2845260Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2845474Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2845612Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2845819Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2845963Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2846169Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2846306Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2846518Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2846654Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2846944Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2847081Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2847290Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2847427Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2847631Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2847769Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2847972Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2848232Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2848556Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2848705Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2848911Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2849053Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2851542Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2851700Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2851916Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2852066Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2852277Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2852418Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2852638Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2852781Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2852987Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2853133Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2853375Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2853517Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2853722Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2853866Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2854070Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2854210Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2854422Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2854560Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2854765Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2854908Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2855115Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2855253Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2855457Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2855600Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2855804Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2855942Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2856241Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2856379Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2856584Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2856729Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2856933Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2857069Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2857277Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2857415Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2857701Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2857852Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2858223Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2858464Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2858701Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2858991Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2859218Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2859397Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2859615Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2859754Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2859965Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2860111Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2860328Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2860466Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2860678Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2860815Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2861019Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2861161Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2861365Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2861506Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2861715Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2861856Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2862062Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2862203Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2862417Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2862558Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2862762Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2862907Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2863113Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2863254Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2863584Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2863722Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2863927Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2864072Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2864274Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2864411Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2864621Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2864758Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2865066Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2865209Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2865424Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2865565Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2865771Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2865965Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2866169Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2866307Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2866517Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2866655Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2866863Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2867008Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2867215Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2867352Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2867561Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2867699Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2867903Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2868239Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2868487Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2868630Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2868841Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2868987Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2869193Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2869332Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2869549Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2869685Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2869890Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2870033Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2870240Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2870379Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2870589Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2870802Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2871007Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2871150Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2871359Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2871498Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2871703Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2871852Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2872056Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2872297Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2872510Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2872648Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2872851Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2873046Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2873250Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2873388Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2873599Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2873736Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2873944Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2874085Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2874294Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2875872Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2876114Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2876274Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2876490Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2876632Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2876841Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2876986Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2877193Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2877335Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2877548Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2877706Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2877915Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2878224Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2878442Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2878583Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2878789Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2878933Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2879143Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2879368Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2879579Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2879724Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2879931Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2880076Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2880282Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2880420Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2880631Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2880829Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2881047Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2881193Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2881402Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2881552Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2881834Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2881979Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2882182Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.2882314Z --- PASS: TestEpochInterleavingMessages (1.38s) +2026-05-13T18:30:53.2882415Z === RUN TestEpochBlockSentTwice +2026-05-13T18:30:53.2882905Z [05-13|18:27:49.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2883050Z [05-13|18:27:49.407] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2883353Z [05-13|18:27:49.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.2883495Z --- PASS: TestEpochBlockSentTwice (0.00s) +2026-05-13T18:30:53.2883629Z === RUN TestEpochQCSignedByNonExistentNodes +2026-05-13T18:30:53.2884114Z [05-13|18:27:49.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2884449Z === RUN TestEpochQCSignedByNonExistentNodes/notarization_with_unknown_signer_isn't_taken_into_account +2026-05-13T18:30:53.2884717Z [05-13|18:27:49.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.2885028Z === RUN TestEpochQCSignedByNonExistentNodes/notarization_with_double_signer_isn't_taken_into_account +2026-05-13T18:30:53.2885288Z [05-13|18:27:50.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 2} +2026-05-13T18:30:53.2885622Z === RUN TestEpochQCSignedByNonExistentNodes/empty_notarization_with_unknown_signer_isn't_taken_into_account +2026-05-13T18:30:53.2885954Z === RUN TestEpochQCSignedByNonExistentNodes/empty_notarization_with_double_signer_isn't_taken_into_account +2026-05-13T18:30:53.2886260Z === RUN TestEpochQCSignedByNonExistentNodes/finalization_with_unknown_signer_isn't_taken_into_account +2026-05-13T18:30:53.2886560Z === RUN TestEpochQCSignedByNonExistentNodes/finalization_with_double_signer_isn't_taken_into_account +2026-05-13T18:30:53.2886714Z [05-13|18:27:52.411] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2886924Z [05-13|18:27:52.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.2887071Z --- PASS: TestEpochQCSignedByNonExistentNodes (3.00s) +2026-05-13T18:30:53.2887530Z --- PASS: TestEpochQCSignedByNonExistentNodes/notarization_with_unknown_signer_isn't_taken_into_account (1.00s) +2026-05-13T18:30:53.2888014Z --- PASS: TestEpochQCSignedByNonExistentNodes/notarization_with_double_signer_isn't_taken_into_account (0.00s) +2026-05-13T18:30:53.2888608Z --- PASS: TestEpochQCSignedByNonExistentNodes/empty_notarization_with_unknown_signer_isn't_taken_into_account (0.00s) +2026-05-13T18:30:53.2889079Z --- PASS: TestEpochQCSignedByNonExistentNodes/empty_notarization_with_double_signer_isn't_taken_into_account (0.00s) +2026-05-13T18:30:53.2889519Z --- PASS: TestEpochQCSignedByNonExistentNodes/finalization_with_unknown_signer_isn't_taken_into_account (1.00s) +2026-05-13T18:30:53.2889949Z --- PASS: TestEpochQCSignedByNonExistentNodes/finalization_with_double_signer_isn't_taken_into_account (1.00s) +2026-05-13T18:30:53.2890057Z === RUN TestEpochBlockSentFromNonLeader +2026-05-13T18:30:53.2890603Z [05-13|18:27:52.412] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2890756Z [05-13|18:27:52.412] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2890967Z [05-13|18:27:52.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.2891102Z --- PASS: TestEpochBlockSentFromNonLeader (0.00s) +2026-05-13T18:30:53.2891256Z === RUN TestEpochBlockTooHighRound +2026-05-13T18:30:53.2891737Z [05-13|18:27:52.413] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2891939Z === RUN TestEpochBlockTooHighRound/block_from_higher_round_is_rejected +2026-05-13T18:30:53.2892074Z === RUN TestEpochBlockTooHighRound/block_is_accepted +2026-05-13T18:30:53.2892231Z [05-13|18:27:52.414] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2892455Z [05-13|18:27:52.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.2892579Z --- PASS: TestEpochBlockTooHighRound (0.00s) +2026-05-13T18:30:53.2892882Z --- PASS: TestEpochBlockTooHighRound/block_from_higher_round_is_rejected (0.00s) +2026-05-13T18:30:53.2893169Z --- PASS: TestEpochBlockTooHighRound/block_is_accepted (0.00s) +2026-05-13T18:30:53.2893281Z === RUN TestEpochSendsBlockDigestRequest +2026-05-13T18:30:53.2893770Z [05-13|18:27:52.414] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2894242Z [05-13|18:27:52.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2894515Z [05-13|18:27:52.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.2894956Z [05-13|18:27:52.415] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 1} +2026-05-13T18:30:53.2895107Z [05-13|18:27:52.435] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2895321Z [05-13|18:27:52.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.2895451Z --- PASS: TestEpochSendsBlockDigestRequest (0.02s) +2026-05-13T18:30:53.2895555Z === RUN TestMetadataProposedRound +2026-05-13T18:30:53.2896029Z [05-13|18:27:52.435] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2896172Z [05-13|18:27:52.436] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2896377Z [05-13|18:27:52.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.2896494Z --- PASS: TestMetadataProposedRound (0.00s) +2026-05-13T18:30:53.2896605Z === RUN TestEpochVotesForEquivocatedVotes +2026-05-13T18:30:53.2897133Z [05-13|18:27:52.436] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2897411Z [05-13|18:27:52.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.2897873Z [05-13|18:27:52.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2898017Z [05-13|18:27:52.938] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2898351Z [05-13|18:27:52.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.2898486Z --- PASS: TestEpochVotesForEquivocatedVotes (0.50s) +2026-05-13T18:30:53.2898609Z === RUN TestEpochRequestsEmptyRoundDependency +2026-05-13T18:30:53.2899149Z [05-13|18:27:52.938] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2899419Z [05-13|18:27:52.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.2899853Z [05-13|18:27:52.939] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:53.2900437Z [05-13|18:27:52.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2900700Z [05-13|18:27:52.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:53.2901160Z [05-13|18:27:52.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.2901310Z [05-13|18:27:52.941] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2901518Z [05-13|18:27:52.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.2901669Z --- PASS: TestEpochRequestsEmptyRoundDependency (0.00s) +2026-05-13T18:30:53.2901857Z === RUN TestDoubleIncrementOnPersistNotarization +2026-05-13T18:30:53.2902334Z [05-13|18:27:52.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2902787Z [05-13|18:27:52.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.2903054Z [05-13|18:27:52.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.2903196Z [05-13|18:27:52.942] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2903402Z [05-13|18:27:52.942] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.2903570Z --- PASS: TestDoubleIncrementOnPersistNotarization (0.00s) +2026-05-13T18:30:53.2903684Z === RUN TestRejectsOldNotarizationAndVotes +2026-05-13T18:30:53.2904157Z [05-13|18:27:52.943] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.2904503Z [05-13|18:27:52.943] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.2904957Z [05-13|18:27:52.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.2905164Z [05-13|18:27:52.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.2905433Z [05-13|18:27:53.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.2905638Z [05-13|18:27:56.157] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.2905774Z --- PASS: TestRejectsOldNotarizationAndVotes (3.21s) +2026-05-13T18:30:53.2905873Z === RUN TestBlockDeserializer +2026-05-13T18:30:53.2905975Z --- PASS: TestBlockDeserializer (0.00s) +2026-05-13T18:30:53.2906050Z === RUN TestQuorum +2026-05-13T18:30:53.2906129Z === RUN TestQuorum/1 +2026-05-13T18:30:53.2906209Z === RUN TestQuorum/2 +2026-05-13T18:30:53.2906281Z === RUN TestQuorum/3 +2026-05-13T18:30:53.2906356Z === RUN TestQuorum/4 +2026-05-13T18:30:53.2906433Z === RUN TestQuorum/5 +2026-05-13T18:30:53.2906505Z === RUN TestQuorum/6 +2026-05-13T18:30:53.2906577Z === RUN TestQuorum/7 +2026-05-13T18:30:53.2906648Z === RUN TestQuorum/8 +2026-05-13T18:30:53.2906727Z === RUN TestQuorum/9 +2026-05-13T18:30:53.2906803Z === RUN TestQuorum/10 +2026-05-13T18:30:53.2906877Z === RUN TestQuorum/11 +2026-05-13T18:30:53.2906998Z === RUN TestQuorum/12 +2026-05-13T18:30:53.2907089Z --- PASS: TestQuorum (0.00s) +2026-05-13T18:30:53.2907214Z --- PASS: TestQuorum/1 (0.00s) +2026-05-13T18:30:53.2907327Z --- PASS: TestQuorum/2 (0.00s) +2026-05-13T18:30:53.2907444Z --- PASS: TestQuorum/3 (0.00s) +2026-05-13T18:30:53.2907556Z --- PASS: TestQuorum/4 (0.00s) +2026-05-13T18:30:53.2907665Z --- PASS: TestQuorum/5 (0.00s) +2026-05-13T18:30:53.2907820Z --- PASS: TestQuorum/6 (0.00s) +2026-05-13T18:30:53.2907929Z --- PASS: TestQuorum/7 (0.00s) +2026-05-13T18:30:53.2908151Z --- PASS: TestQuorum/8 (0.00s) +2026-05-13T18:30:53.2908271Z --- PASS: TestQuorum/9 (0.00s) +2026-05-13T18:30:53.2908385Z --- PASS: TestQuorum/10 (0.00s) +2026-05-13T18:30:53.2908496Z --- PASS: TestQuorum/11 (0.00s) +2026-05-13T18:30:53.2908606Z --- PASS: TestQuorum/12 (0.00s) +2026-05-13T18:30:53.2908701Z === RUN TestNetworkSimpleFuzz +2026-05-13T18:30:53.2908791Z === RUN TestNetworkSimpleFuzz/#00 +2026-05-13T18:30:53.2909109Z [05-13|18:27:56.159] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696876158} +2026-05-13T18:30:53.2909380Z [05-13|18:27:56.159] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 7} +2026-05-13T18:30:53.2909922Z [05-13|18:27:56.178] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2910258Z [05-13|18:27:56.178] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 0, "max height": 0} +2026-05-13T18:30:53.2910634Z [05-13|18:27:56.203] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 0, "max height": 1} +2026-05-13T18:30:53.2910962Z [05-13|18:27:56.218] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 1, "max height": 1} +2026-05-13T18:30:53.2911334Z [05-13|18:27:56.347] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 3, "max height": 3} +2026-05-13T18:30:53.2911659Z [05-13|18:27:56.347] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 3, "max height": 3} +2026-05-13T18:30:53.2912023Z [05-13|18:27:56.369] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 5, "max height": 5} +2026-05-13T18:30:53.2912441Z [05-13|18:27:56.369] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2912772Z [05-13|18:27:56.369] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 5, "max height": 5} +2026-05-13T18:30:53.2913137Z [05-13|18:27:56.390] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 5, "max height": 7} +2026-05-13T18:30:53.2913614Z [05-13|18:27:56.401] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2913943Z [05-13|18:27:56.401] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 7, "max height": 7} +2026-05-13T18:30:53.2914376Z [05-13|18:27:56.422] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 7, "max height": 10} +2026-05-13T18:30:53.2914789Z [05-13|18:27:56.436] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2915130Z [05-13|18:27:56.436] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 10, "max height": 10} +2026-05-13T18:30:53.2915504Z [05-13|18:27:56.460] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 10, "max height": 12} +2026-05-13T18:30:53.2915832Z [05-13|18:27:56.467] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 12, "max height": 12} +2026-05-13T18:30:53.2916261Z [05-13|18:27:56.488] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 13, "max height": 14} +2026-05-13T18:30:53.2916744Z [05-13|18:27:56.490] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2917073Z [05-13|18:27:56.491] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 14, "max height": 14} +2026-05-13T18:30:53.2917503Z [05-13|18:27:56.512] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 14, "max height": 16} +2026-05-13T18:30:53.2917828Z [05-13|18:27:56.532] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 16, "max height": 16} +2026-05-13T18:30:53.2918310Z [05-13|18:27:56.553] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 18, "max height": 18} +2026-05-13T18:30:53.2918798Z [05-13|18:27:56.554] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2919129Z [05-13|18:27:56.554] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 18, "max height": 18} +2026-05-13T18:30:53.2919564Z [05-13|18:27:56.658] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 18, "max height": 20} +2026-05-13T18:30:53.2919904Z [05-13|18:27:56.674] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 20, "max height": 20} +2026-05-13T18:30:53.2920276Z [05-13|18:27:56.695] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 22, "max height": 22} +2026-05-13T18:30:53.2920610Z [05-13|18:27:56.695] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 22, "max height": 22} +2026-05-13T18:30:53.2920983Z [05-13|18:27:56.719] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 24, "max height": 24} +2026-05-13T18:30:53.2921458Z [05-13|18:27:56.720] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0200000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2921795Z [05-13|18:27:56.720] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 24, "max height": 24} +2026-05-13T18:30:53.2922170Z [05-13|18:27:56.745] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 24, "max height": 25} +2026-05-13T18:30:53.2922588Z [05-13|18:27:56.763] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2922921Z [05-13|18:27:56.763] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 25, "max height": 25} +2026-05-13T18:30:53.2923293Z [05-13|18:27:56.785] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 25, "max height": 27} +2026-05-13T18:30:53.2923679Z [05-13|18:27:56.797] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 27, "max height": 27} +2026-05-13T18:30:53.2924054Z [05-13|18:27:56.902] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 28, "max height": 29} +2026-05-13T18:30:53.2924528Z [05-13|18:27:56.906] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2924856Z [05-13|18:27:56.906] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 29, "max height": 29} +2026-05-13T18:30:53.2925230Z [05-13|18:27:56.926] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 29, "max height": 31} +2026-05-13T18:30:53.2925695Z [05-13|18:27:56.947] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2926029Z [05-13|18:27:56.947] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 31, "max height": 31} +2026-05-13T18:30:53.2926406Z [05-13|18:27:56.970] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 31, "max height": 33} +2026-05-13T18:30:53.2926909Z [05-13|18:27:56.983] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2927237Z [05-13|18:27:56.983] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 33, "max height": 33} +2026-05-13T18:30:53.2927613Z [05-13|18:27:57.194] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 33, "max height": 35} +2026-05-13T18:30:53.2928024Z [05-13|18:27:57.219] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2928470Z [05-13|18:27:57.219] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 36, "max height": 36} +2026-05-13T18:30:53.2928918Z [05-13|18:27:57.242] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 36, "max height": 39} +2026-05-13T18:30:53.2929335Z [05-13|18:27:57.268] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2929663Z [05-13|18:27:57.268] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 39, "max height": 39} +2026-05-13T18:30:53.2930041Z [05-13|18:27:57.294] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 39, "max height": 41} +2026-05-13T18:30:53.2930452Z [05-13|18:27:57.309] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2930779Z [05-13|18:27:57.309] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 41, "max height": 41} +2026-05-13T18:30:53.2931155Z [05-13|18:27:57.330] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 41, "max height": 43} +2026-05-13T18:30:53.2931566Z [05-13|18:27:57.347] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2931893Z [05-13|18:27:57.347] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 43, "max height": 43} +2026-05-13T18:30:53.2932269Z [05-13|18:27:57.369] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 43, "max height": 44} +2026-05-13T18:30:53.2932680Z [05-13|18:27:57.384] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2933073Z [05-13|18:27:57.384] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 44, "max height": 44} +2026-05-13T18:30:53.2933446Z [05-13|18:27:57.490] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 44, "max height": 46} +2026-05-13T18:30:53.2933772Z [05-13|18:27:57.512] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 46, "max height": 47} +2026-05-13T18:30:53.2934151Z [05-13|18:27:57.533] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 48, "max height": 48} +2026-05-13T18:30:53.2934479Z [05-13|18:27:57.533] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 48, "max height": 48} +2026-05-13T18:30:53.2934848Z [05-13|18:27:57.556] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 50, "max height": 50} +2026-05-13T18:30:53.2935321Z [05-13|18:27:57.556] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2935653Z [05-13|18:27:57.556] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 50, "max height": 50} +2026-05-13T18:30:53.2936027Z [05-13|18:27:57.578] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 50, "max height": 52} +2026-05-13T18:30:53.2936415Z [05-13|18:27:57.605] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 52, "max height": 53} +2026-05-13T18:30:53.2936783Z [05-13|18:27:57.626] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 55, "max height": 55} +2026-05-13T18:30:53.2937116Z [05-13|18:27:57.626] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 55, "max height": 55} +2026-05-13T18:30:53.2937491Z [05-13|18:27:57.647] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 56, "max height": 56} +2026-05-13T18:30:53.2937905Z [05-13|18:27:57.648] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2938416Z [05-13|18:27:57.648] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 56, "max height": 56} +2026-05-13T18:30:53.2938800Z [05-13|18:27:57.669] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 56, "max height": 58} +2026-05-13T18:30:53.2939124Z [05-13|18:27:57.690] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 58, "max height": 58} +2026-05-13T18:30:53.2939490Z [05-13|18:27:57.711] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 59, "max height": 59} +2026-05-13T18:30:53.2939824Z [05-13|18:27:57.712] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 59, "max height": 59} +2026-05-13T18:30:53.2940194Z [05-13|18:27:57.732] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 61, "max height": 61} +2026-05-13T18:30:53.2940669Z [05-13|18:27:57.733] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2941003Z [05-13|18:27:57.733] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 61, "max height": 61} +2026-05-13T18:30:53.2941376Z [05-13|18:27:57.758] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 61, "max height": 62} +2026-05-13T18:30:53.2941786Z [05-13|18:27:57.801] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2942123Z [05-13|18:27:57.801] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 62, "max height": 62} +2026-05-13T18:30:53.2942559Z [05-13|18:27:57.905] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 62, "max height": 64} +2026-05-13T18:30:53.2942887Z [05-13|18:27:57.926] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 64, "max height": 64} +2026-05-13T18:30:53.2943265Z [05-13|18:27:57.958] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 66, "max height": 67} +2026-05-13T18:30:53.2943673Z [05-13|18:27:57.964] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2943997Z [05-13|18:27:57.964] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 67, "max height": 67} +2026-05-13T18:30:53.2944423Z [05-13|18:27:57.985] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 67, "max height": 69} +2026-05-13T18:30:53.2944751Z [05-13|18:27:58.008] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 69, "max height": 69} +2026-05-13T18:30:53.2945123Z [05-13|18:27:58.030] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 71, "max height": 71} +2026-05-13T18:30:53.2945600Z [05-13|18:27:58.031] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2945982Z [05-13|18:27:58.031] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 71, "max height": 71} +2026-05-13T18:30:53.2946355Z [05-13|18:27:58.157] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 71, "max height": 72} +2026-05-13T18:30:53.2946688Z [05-13|18:27:58.198] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 72, "max height": 72} +2026-05-13T18:30:53.2947061Z [05-13|18:27:58.219] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 73, "max height": 74} +2026-05-13T18:30:53.2947386Z [05-13|18:27:58.223] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 74, "max height": 74} +2026-05-13T18:30:53.2947799Z [05-13|18:27:58.244] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 76, "max height": 76} +2026-05-13T18:30:53.2948388Z [05-13|18:27:58.244] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0200000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2948725Z [05-13|18:27:58.244] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 76, "max height": 76} +2026-05-13T18:30:53.2949095Z [05-13|18:27:58.271] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 76, "max height": 78} +2026-05-13T18:30:53.2949567Z [05-13|18:27:58.316] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.2949905Z [05-13|18:27:58.316] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 78, "max height": 78} +2026-05-13T18:30:53.2950275Z [05-13|18:27:58.547] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 78, "max height": 80} +2026-05-13T18:30:53.2950602Z [05-13|18:27:58.602] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 80, "max height": 80} +2026-05-13T18:30:53.2950978Z [05-13|18:27:58.624] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 82, "max height": 82} +2026-05-13T18:30:53.2951306Z [05-13|18:27:58.624] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 82, "max height": 82} +2026-05-13T18:30:53.2951676Z [05-13|18:27:58.649] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 84, "max height": 84} +2026-05-13T18:30:53.2952164Z [05-13|18:27:58.650] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2952496Z [05-13|18:27:58.650] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 84, "max height": 84} +2026-05-13T18:30:53.2952868Z [05-13|18:27:58.673] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 84, "max height": 87} +2026-05-13T18:30:53.2953285Z [05-13|18:27:58.701] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2953613Z [05-13|18:27:58.701] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 87, "max height": 87} +2026-05-13T18:30:53.2954039Z [05-13|18:27:58.827] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 87, "max height": 89} +2026-05-13T18:30:53.2954376Z [05-13|18:27:58.854] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 89, "max height": 89} +2026-05-13T18:30:53.2954744Z [05-13|18:27:58.961] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 90, "max height": 91} +2026-05-13T18:30:53.2955122Z [05-13|18:27:58.965] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 91, "max height": 91} +2026-05-13T18:30:53.2955495Z [05-13|18:27:58.987] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 93, "max height": 93} +2026-05-13T18:30:53.2955909Z [05-13|18:27:58.989] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2956239Z [05-13|18:27:58.989] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 93, "max height": 93} +2026-05-13T18:30:53.2956618Z [05-13|18:27:59.117] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 93, "max height": 97} +2026-05-13T18:30:53.2956993Z [05-13|18:27:59.154] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 97, "max height": 97} +2026-05-13T18:30:53.2957364Z [05-13|18:27:59.180] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 98, "max height": 98} +2026-05-13T18:30:53.2957707Z [05-13|18:27:59.180] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 98, "max height": 98} +2026-05-13T18:30:53.2958189Z [05-13|18:27:59.201] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 99, "max height": 99} +2026-05-13T18:30:53.2958606Z [05-13|18:27:59.201] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.2958938Z [05-13|18:27:59.202] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 99, "max height": 99} +2026-05-13T18:30:53.2959345Z [05-13|18:27:59.223] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 99, "max height": 101} +2026-05-13T18:30:53.2959679Z [05-13|18:27:59.252] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 101, "max height": 101} +2026-05-13T18:30:53.2960067Z [05-13|18:27:59.273] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 102, "max height": 102} +2026-05-13T18:30:53.2960380Z [05-13|18:27:59.273] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 102} +2026-05-13T18:30:53.2960661Z [05-13|18:27:59.275] INFO random_network/network.go:291 Network Status {"num nodes": 7, "Seed": 1778696876158} +2026-05-13T18:30:53.2961038Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 121, "Height": 102} +2026-05-13T18:30:53.2962171Z node.go:176: Node 0000000000000000 sent message types: map[BlockMessage:5 EmptyNotarization:5 EmptyVoteMessage:5 FinalizationMessage:28 NotarizationMessage:30 ReplicationRequest:2 ReplicationResponse:9 VerifiedReplicationRequest:29 VoteMessage:23] +2026-05-13T18:30:53.2962549Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 121, "Height": 102} +2026-05-13T18:30:53.2963718Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:20 EmptyNotarization:39 EmptyVoteMessage:34 FinalizationMessage:121 NotarizationMessage:165 ReplicationRequest:6 ReplicationResponse:7 VerifiedReplicationRequest:125 VoteMessage:105] +2026-05-13T18:30:53.2964134Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 121, "Height": 102} +2026-05-13T18:30:53.2964897Z node.go:176: Node 0200000000000000 sent message types: map[BlockMessage:1 FinalizationMessage:6 NotarizationMessage:12 ReplicationResponse:9 VerifiedReplicationRequest:6 VoteMessage:5] +2026-05-13T18:30:53.2965266Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 121, "Height": 102} +2026-05-13T18:30:53.2966489Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:39 EmptyNotarization:58 EmptyVoteMessage:64 FinalizationMessage:215 NotarizationMessage:278 ReplicationRequest:14 ReplicationResponse:12 VerifiedReplicationRequest:228 VoteMessage:186] +2026-05-13T18:30:53.2966857Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 121, "Height": 102} +2026-05-13T18:30:53.2968145Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:36 EmptyNotarization:53 EmptyVoteMessage:52 FinalizationMessage:205 NotarizationMessage:263 ReplicationRequest:12 ReplicationResponse:11 VerifiedReplicationRequest:216 VoteMessage:176] +2026-05-13T18:30:53.2968520Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 121, "Height": 102} +2026-05-13T18:30:53.2969641Z node.go:176: Node 0500000000000000 sent message types: map[BlockMessage:12 EmptyNotarization:23 EmptyVoteMessage:19 FinalizationMessage:72 NotarizationMessage:102 ReplicationRequest:2 ReplicationResponse:7 VerifiedReplicationRequest:73 VoteMessage:64] +2026-05-13T18:30:53.2970009Z [05-13|18:27:59.276] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 121, "Height": 102} +2026-05-13T18:30:53.2971181Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:21 EmptyNotarization:47 EmptyVoteMessage:35 FinalizationMessage:121 NotarizationMessage:168 ReplicationRequest:6 ReplicationResponse:8 VerifiedReplicationRequest:126 VoteMessage:105] +2026-05-13T18:30:53.2971439Z [05-13|18:27:59.276] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 688} +2026-05-13T18:30:53.2971539Z === RUN TestNetworkSimpleFuzz/#01 +2026-05-13T18:30:53.2971854Z [05-13|18:27:59.279] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696879279} +2026-05-13T18:30:53.2972116Z [05-13|18:27:59.279] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 3} +2026-05-13T18:30:53.2972390Z [05-13|18:27:59.283] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2972724Z [05-13|18:27:59.283] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 0, "max height": 0} +2026-05-13T18:30:53.2973096Z [05-13|18:27:59.307] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 3, "max height": 3} +2026-05-13T18:30:53.2973369Z [05-13|18:27:59.307] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2973758Z [05-13|18:27:59.307] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 3, "max height": 3} +2026-05-13T18:30:53.2974127Z [05-13|18:27:59.328] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 5, "max height": 5} +2026-05-13T18:30:53.2974398Z [05-13|18:27:59.328] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2974724Z [05-13|18:27:59.328] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 5, "max height": 5} +2026-05-13T18:30:53.2975089Z [05-13|18:27:59.349] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 7, "max height": 7} +2026-05-13T18:30:53.2975357Z [05-13|18:27:59.349] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2975733Z [05-13|18:27:59.349] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 7, "max height": 7} +2026-05-13T18:30:53.2976116Z [05-13|18:27:59.370] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 10, "max height": 10} +2026-05-13T18:30:53.2976390Z [05-13|18:27:59.370] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2976783Z [05-13|18:27:59.371] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 10, "max height": 10} +2026-05-13T18:30:53.2977160Z [05-13|18:27:59.391] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 13, "max height": 13} +2026-05-13T18:30:53.2977428Z [05-13|18:27:59.391] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2977766Z [05-13|18:27:59.391] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 13, "max height": 13} +2026-05-13T18:30:53.2978255Z [05-13|18:27:59.412] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 15, "max height": 15} +2026-05-13T18:30:53.2978529Z [05-13|18:27:59.412] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2978923Z [05-13|18:27:59.412] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 15, "max height": 15} +2026-05-13T18:30:53.2979301Z [05-13|18:27:59.433] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 17, "max height": 17} +2026-05-13T18:30:53.2979569Z [05-13|18:27:59.434] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2979903Z [05-13|18:27:59.434] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 17, "max height": 17} +2026-05-13T18:30:53.2980272Z [05-13|18:27:59.455] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 19, "max height": 19} +2026-05-13T18:30:53.2980541Z [05-13|18:27:59.455] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2980874Z [05-13|18:27:59.455] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 19, "max height": 19} +2026-05-13T18:30:53.2981245Z [05-13|18:27:59.478] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 21, "max height": 21} +2026-05-13T18:30:53.2981514Z [05-13|18:27:59.478] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2981854Z [05-13|18:27:59.478] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 21, "max height": 21} +2026-05-13T18:30:53.2982228Z [05-13|18:27:59.499] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 24, "max height": 24} +2026-05-13T18:30:53.2982506Z [05-13|18:27:59.499] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2982900Z [05-13|18:27:59.499] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 24, "max height": 24} +2026-05-13T18:30:53.2983274Z [05-13|18:27:59.522] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 26, "max height": 26} +2026-05-13T18:30:53.2983545Z [05-13|18:27:59.522] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2983878Z [05-13|18:27:59.522] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 26, "max height": 26} +2026-05-13T18:30:53.2984247Z [05-13|18:27:59.543] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 28, "max height": 28} +2026-05-13T18:30:53.2984515Z [05-13|18:27:59.543] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2984899Z [05-13|18:27:59.543] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 28, "max height": 28} +2026-05-13T18:30:53.2985276Z [05-13|18:27:59.565] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 30, "max height": 30} +2026-05-13T18:30:53.2985544Z [05-13|18:27:59.565] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2985929Z [05-13|18:27:59.565] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 30, "max height": 30} +2026-05-13T18:30:53.2986300Z [05-13|18:27:59.586] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 33, "max height": 33} +2026-05-13T18:30:53.2986573Z [05-13|18:27:59.586] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2986905Z [05-13|18:27:59.586] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 33, "max height": 33} +2026-05-13T18:30:53.2987272Z [05-13|18:27:59.607] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 35, "max height": 35} +2026-05-13T18:30:53.2987584Z [05-13|18:27:59.607] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2987918Z [05-13|18:27:59.607] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 35, "max height": 35} +2026-05-13T18:30:53.2988407Z [05-13|18:27:59.628] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 37, "max height": 37} +2026-05-13T18:30:53.2988675Z [05-13|18:27:59.628] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2989007Z [05-13|18:27:59.628] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 37, "max height": 37} +2026-05-13T18:30:53.2989380Z [05-13|18:27:59.648] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 40, "max height": 40} +2026-05-13T18:30:53.2989649Z [05-13|18:27:59.648] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2989985Z [05-13|18:27:59.649] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 40, "max height": 40} +2026-05-13T18:30:53.2990357Z [05-13|18:27:59.669] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 42, "max height": 42} +2026-05-13T18:30:53.2990622Z [05-13|18:27:59.669] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2990956Z [05-13|18:27:59.669] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 42, "max height": 42} +2026-05-13T18:30:53.2991329Z [05-13|18:27:59.690] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 44, "max height": 44} +2026-05-13T18:30:53.2991597Z [05-13|18:27:59.690] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2992001Z [05-13|18:27:59.690] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 44, "max height": 44} +2026-05-13T18:30:53.2992374Z [05-13|18:27:59.711] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 46, "max height": 46} +2026-05-13T18:30:53.2992645Z [05-13|18:27:59.711] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2992976Z [05-13|18:27:59.711] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 46, "max height": 46} +2026-05-13T18:30:53.2993349Z [05-13|18:27:59.732] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 49, "max height": 49} +2026-05-13T18:30:53.2993671Z [05-13|18:27:59.732] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2994005Z [05-13|18:27:59.733] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 49, "max height": 49} +2026-05-13T18:30:53.2994379Z [05-13|18:27:59.754] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 51, "max height": 51} +2026-05-13T18:30:53.2994651Z [05-13|18:27:59.754] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2995046Z [05-13|18:27:59.754] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 51, "max height": 51} +2026-05-13T18:30:53.2995417Z [05-13|18:27:59.775] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 53, "max height": 53} +2026-05-13T18:30:53.2995684Z [05-13|18:27:59.775] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2996019Z [05-13|18:27:59.775] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 53, "max height": 53} +2026-05-13T18:30:53.2996394Z [05-13|18:27:59.795] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 56, "max height": 56} +2026-05-13T18:30:53.2996712Z [05-13|18:27:59.796] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2997045Z [05-13|18:27:59.796] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 56, "max height": 56} +2026-05-13T18:30:53.2997415Z [05-13|18:27:59.816] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 58, "max height": 58} +2026-05-13T18:30:53.2997683Z [05-13|18:27:59.816] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2998015Z [05-13|18:27:59.816] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 58, "max height": 58} +2026-05-13T18:30:53.2998510Z [05-13|18:27:59.837] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 60, "max height": 60} +2026-05-13T18:30:53.2998782Z [05-13|18:27:59.837] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.2999115Z [05-13|18:27:59.837] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 60, "max height": 60} +2026-05-13T18:30:53.2999487Z [05-13|18:27:59.858] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 62, "max height": 62} +2026-05-13T18:30:53.2999754Z [05-13|18:27:59.858] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3000085Z [05-13|18:27:59.858] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 62, "max height": 62} +2026-05-13T18:30:53.3000454Z [05-13|18:27:59.879] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 64, "max height": 64} +2026-05-13T18:30:53.3000725Z [05-13|18:27:59.879] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3001122Z [05-13|18:27:59.879] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 64, "max height": 64} +2026-05-13T18:30:53.3001493Z [05-13|18:27:59.900] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 66, "max height": 66} +2026-05-13T18:30:53.3001768Z [05-13|18:27:59.900] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3002100Z [05-13|18:27:59.900] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 66, "max height": 66} +2026-05-13T18:30:53.3002474Z [05-13|18:27:59.920] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 69, "max height": 69} +2026-05-13T18:30:53.3002833Z [05-13|18:27:59.921] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3003167Z [05-13|18:27:59.921] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 69, "max height": 69} +2026-05-13T18:30:53.3003542Z [05-13|18:27:59.942] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 71, "max height": 71} +2026-05-13T18:30:53.3003818Z [05-13|18:27:59.942] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3004202Z [05-13|18:27:59.942] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 71, "max height": 71} +2026-05-13T18:30:53.3004576Z [05-13|18:27:59.963] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 73, "max height": 73} +2026-05-13T18:30:53.3004846Z [05-13|18:27:59.963] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3005178Z [05-13|18:27:59.963] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 73, "max height": 73} +2026-05-13T18:30:53.3005554Z [05-13|18:27:59.984] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 75, "max height": 75} +2026-05-13T18:30:53.3005876Z [05-13|18:27:59.984] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3006207Z [05-13|18:27:59.984] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 75, "max height": 75} +2026-05-13T18:30:53.3006579Z [05-13|18:28:00.005] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 76, "max height": 76} +2026-05-13T18:30:53.3006851Z [05-13|18:28:00.005] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3007177Z [05-13|18:28:00.005] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 76, "max height": 76} +2026-05-13T18:30:53.3007548Z [05-13|18:28:00.026] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 79, "max height": 79} +2026-05-13T18:30:53.3007823Z [05-13|18:28:00.026] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3008270Z [05-13|18:28:00.026] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 79, "max height": 79} +2026-05-13T18:30:53.3008645Z [05-13|18:28:00.047] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3008918Z [05-13|18:28:00.047] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3009244Z [05-13|18:28:00.047] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3009616Z [05-13|18:28:00.070] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 84, "max height": 84} +2026-05-13T18:30:53.3009892Z [05-13|18:28:00.070] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3010290Z [05-13|18:28:00.070] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 84, "max height": 84} +2026-05-13T18:30:53.3010662Z [05-13|18:28:00.091] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3010940Z [05-13|18:28:00.091] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3011266Z [05-13|18:28:00.091] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3011634Z [05-13|18:28:00.112] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 89, "max height": 89} +2026-05-13T18:30:53.3011959Z [05-13|18:28:00.112] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3012289Z [05-13|18:28:00.112] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 89, "max height": 89} +2026-05-13T18:30:53.3012662Z [05-13|18:28:00.132] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 91, "max height": 91} +2026-05-13T18:30:53.3012939Z [05-13|18:28:00.133] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3013318Z [05-13|18:28:00.133] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 91, "max height": 91} +2026-05-13T18:30:53.3013687Z [05-13|18:28:00.153] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 93, "max height": 93} +2026-05-13T18:30:53.3013959Z [05-13|18:28:00.153] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3014287Z [05-13|18:28:00.153] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 93, "max height": 93} +2026-05-13T18:30:53.3014659Z [05-13|18:28:00.174] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 96, "max height": 96} +2026-05-13T18:30:53.3014985Z [05-13|18:28:00.174] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3015318Z [05-13|18:28:00.174] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 96, "max height": 96} +2026-05-13T18:30:53.3015692Z [05-13|18:28:00.197] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 98, "max height": 98} +2026-05-13T18:30:53.3015965Z [05-13|18:28:00.197] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} +2026-05-13T18:30:53.3016292Z [05-13|18:28:00.197] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 98, "max height": 98} +2026-05-13T18:30:53.3016672Z [05-13|18:28:00.217] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 100, "max height": 100} +2026-05-13T18:30:53.3016987Z [05-13|18:28:00.217] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} +2026-05-13T18:30:53.3017269Z [05-13|18:28:00.218] INFO random_network/network.go:291 Network Status {"num nodes": 3, "Seed": 1778696879279} +2026-05-13T18:30:53.3017638Z [05-13|18:28:00.218] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 100, "Height": 100} +2026-05-13T18:30:53.3018555Z node.go:176: Node 0000000000000000 sent message types: map[BlockMessage:66 FinalizationMessage:200 NotarizationMessage:281 ReplicationRequest:2 VerifiedReplicationRequest:200 VoteMessage:134] +2026-05-13T18:30:53.3018924Z [05-13|18:28:00.218] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 100, "Height": 100} +2026-05-13T18:30:53.3019708Z node.go:176: Node 0100000000000000 sent message types: map[BlockMessage:67 FinalizationMessage:200 NotarizationMessage:302 ReplicationRequest:2 VerifiedReplicationRequest:200 VoteMessage:133] +2026-05-13T18:30:53.3020138Z [05-13|18:28:00.219] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 100, "Height": 100} +2026-05-13T18:30:53.3020920Z node.go:176: Node 0200000000000000 sent message types: map[BlockMessage:67 FinalizationMessage:200 NotarizationMessage:317 ReplicationRequest:2 VerifiedReplicationRequest:200 VoteMessage:133] +2026-05-13T18:30:53.3021177Z [05-13|18:28:00.219] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 546} +2026-05-13T18:30:53.3021278Z === RUN TestNetworkSimpleFuzz/#02 +2026-05-13T18:30:53.3021583Z [05-13|18:28:00.220] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696880220} +2026-05-13T18:30:53.3021897Z [05-13|18:28:00.220] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 10} +2026-05-13T18:30:53.3022328Z [05-13|18:28:00.246] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3022659Z [05-13|18:28:00.246] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3023029Z [05-13|18:28:00.276] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 0, "max height": 2} +2026-05-13T18:30:53.3023570Z [05-13|18:28:00.291] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3023895Z [05-13|18:28:00.291] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3024261Z [05-13|18:28:00.313] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 2, "max height": 3} +2026-05-13T18:30:53.3024681Z [05-13|18:28:00.332] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3025055Z [05-13|18:28:00.333] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 3, "max height": 4} +2026-05-13T18:30:53.3025425Z [05-13|18:28:00.355] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 4, "max height": 5} +2026-05-13T18:30:53.3025972Z [05-13|18:28:00.368] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 3} +2026-05-13T18:30:53.3026295Z [05-13|18:28:00.369] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 6, "max height": 6} +2026-05-13T18:30:53.3026662Z [05-13|18:28:00.391] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 6, "max height": 8} +2026-05-13T18:30:53.3027142Z [05-13|18:28:00.407] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3027467Z [05-13|18:28:00.407] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 8, "max height": 8} +2026-05-13T18:30:53.3027845Z [05-13|18:28:00.558] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 8, "max height": 11} +2026-05-13T18:30:53.3028440Z [05-13|18:28:00.583] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3028774Z [05-13|18:28:00.583] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3029155Z [05-13|18:28:00.609] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 11, "max height": 13} +2026-05-13T18:30:53.3029690Z [05-13|18:28:00.624] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3030023Z [05-13|18:28:00.624] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 13, "max height": 13} +2026-05-13T18:30:53.3030404Z [05-13|18:28:00.772] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 13, "max height": 16} +2026-05-13T18:30:53.3030875Z [05-13|18:28:00.796] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3031202Z [05-13|18:28:00.796] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 16, "max height": 16} +2026-05-13T18:30:53.3031630Z [05-13|18:28:00.820] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 16, "max height": 17} +2026-05-13T18:30:53.3032106Z [05-13|18:28:00.838] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3032439Z [05-13|18:28:00.838] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 17, "max height": 17} +2026-05-13T18:30:53.3032865Z [05-13|18:28:00.946] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 17, "max height": 18} +2026-05-13T18:30:53.3033281Z [05-13|18:28:00.963] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3033610Z [05-13|18:28:00.963] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 18, "max height": 18} +2026-05-13T18:30:53.3033987Z [05-13|18:28:00.995] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 18, "max height": 19} +2026-05-13T18:30:53.3034464Z [05-13|18:28:01.006] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3037014Z [05-13|18:28:01.006] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 19, "max height": 19} +2026-05-13T18:30:53.3037407Z [05-13|18:28:01.143] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 19, "max height": 21} +2026-05-13T18:30:53.3037884Z [05-13|18:28:01.168] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0200000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3038333Z [05-13|18:28:01.168] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 21, "max height": 21} +2026-05-13T18:30:53.3038714Z [05-13|18:28:01.276] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 21, "max height": 22} +2026-05-13T18:30:53.3039044Z [05-13|18:28:01.297] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 22, "max height": 22} +2026-05-13T18:30:53.3039416Z [05-13|18:28:01.429] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 23, "max height": 23} +2026-05-13T18:30:53.3039836Z [05-13|18:28:01.430] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3040164Z [05-13|18:28:01.430] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 23, "max height": 23} +2026-05-13T18:30:53.3040537Z [05-13|18:28:01.456] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 23, "max height": 25} +2026-05-13T18:30:53.3040873Z [05-13|18:28:01.475] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 25, "max height": 25} +2026-05-13T18:30:53.3041307Z [05-13|18:28:01.526] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 27, "max height": 27} +2026-05-13T18:30:53.3041722Z [05-13|18:28:01.526] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3042059Z [05-13|18:28:01.526] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 27, "max height": 27} +2026-05-13T18:30:53.3042428Z [05-13|18:28:01.551] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 27, "max height": 28} +2026-05-13T18:30:53.3042846Z [05-13|18:28:01.563] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3043224Z [05-13|18:28:01.563] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 28, "max height": 28} +2026-05-13T18:30:53.3043597Z [05-13|18:28:01.588] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 28, "max height": 29} +2026-05-13T18:30:53.3043935Z [05-13|18:28:01.611] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 29, "max height": 30} +2026-05-13T18:30:53.3044305Z [05-13|18:28:01.683] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 33, "max height": 33} +2026-05-13T18:30:53.3044894Z [05-13|18:28:01.684] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0400000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} +2026-05-13T18:30:53.3045231Z [05-13|18:28:01.684] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 33, "max height": 33} +2026-05-13T18:30:53.3045606Z [05-13|18:28:01.735] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 33, "max height": 36} +2026-05-13T18:30:53.3046016Z [05-13|18:28:01.775] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3046399Z [05-13|18:28:01.775] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 36, "max height": 36} +2026-05-13T18:30:53.3046773Z [05-13|18:28:01.824] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 36, "max height": 39} +2026-05-13T18:30:53.3047188Z [05-13|18:28:01.856] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3047522Z [05-13|18:28:01.856] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3047894Z [05-13|18:28:01.882] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 39, "max height": 40} +2026-05-13T18:30:53.3048427Z [05-13|18:28:01.898] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3048783Z [05-13|18:28:01.898] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 40, "max height": 40} +2026-05-13T18:30:53.3049156Z [05-13|18:28:02.013] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 40, "max height": 41} +2026-05-13T18:30:53.3049484Z [05-13|18:28:02.037] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 41, "max height": 42} +2026-05-13T18:30:53.3049859Z [05-13|18:28:02.081] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 44, "max height": 44} +2026-05-13T18:30:53.3050272Z [05-13|18:28:02.081] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3050604Z [05-13|18:28:02.082] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 44, "max height": 44} +2026-05-13T18:30:53.3051048Z [05-13|18:28:02.126] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 44, "max height": 46} +2026-05-13T18:30:53.3051525Z [05-13|18:28:02.145] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3051858Z [05-13|18:28:02.145] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 46, "max height": 46} +2026-05-13T18:30:53.3052234Z [05-13|18:28:02.276] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 46, "max height": 48} +2026-05-13T18:30:53.3052646Z [05-13|18:28:02.322] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3053026Z [05-13|18:28:02.322] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 49, "max height": 49} +2026-05-13T18:30:53.3053405Z [05-13|18:28:02.374] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 49, "max height": 52} +2026-05-13T18:30:53.3053819Z [05-13|18:28:02.402] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3054197Z [05-13|18:28:02.402] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 52, "max height": 52} +2026-05-13T18:30:53.3054570Z [05-13|18:28:02.423] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 52, "max height": 53} +2026-05-13T18:30:53.3054898Z [05-13|18:28:02.442] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 53, "max height": 53} +2026-05-13T18:30:53.3055269Z [05-13|18:28:02.472] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 54, "max height": 54} +2026-05-13T18:30:53.3055749Z [05-13|18:28:02.472] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3056127Z [05-13|18:28:02.472] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 54, "max height": 54} +2026-05-13T18:30:53.3056512Z [05-13|18:28:02.510] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 54, "max height": 56} +2026-05-13T18:30:53.3056922Z [05-13|18:28:02.548] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3057247Z [05-13|18:28:02.548] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3057627Z [05-13|18:28:02.569] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 56, "max height": 57} +2026-05-13T18:30:53.3058151Z [05-13|18:28:02.608] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3058488Z [05-13|18:28:02.608] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 57, "max height": 58} +2026-05-13T18:30:53.3058869Z [05-13|18:28:02.629] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 58, "max height": 59} +2026-05-13T18:30:53.3059304Z [05-13|18:28:02.650] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3059632Z [05-13|18:28:02.650] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 59, "max height": 59} +2026-05-13T18:30:53.3060010Z [05-13|18:28:02.671] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 59, "max height": 60} +2026-05-13T18:30:53.3060487Z [05-13|18:28:02.701] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3060817Z [05-13|18:28:02.701] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 60, "max height": 61} +2026-05-13T18:30:53.3061194Z [05-13|18:28:02.746] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 61, "max height": 63} +2026-05-13T18:30:53.3061527Z [05-13|18:28:02.775] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 63, "max height": 63} +2026-05-13T18:30:53.3061897Z [05-13|18:28:02.842] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 65, "max height": 65} +2026-05-13T18:30:53.3062364Z [05-13|18:28:02.842] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3062696Z [05-13|18:28:02.843] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 65, "max height": 65} +2026-05-13T18:30:53.3063071Z [05-13|18:28:02.893] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 65, "max height": 68} +2026-05-13T18:30:53.3063540Z [05-13|18:28:02.918] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3063868Z [05-13|18:28:02.918] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 68, "max height": 68} +2026-05-13T18:30:53.3064238Z [05-13|18:28:02.971] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 68, "max height": 70} +2026-05-13T18:30:53.3064655Z [05-13|18:28:02.998] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3064984Z [05-13|18:28:02.998] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 70, "max height": 70} +2026-05-13T18:30:53.3065407Z [05-13|18:28:03.154] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 70, "max height": 72} +2026-05-13T18:30:53.3065742Z [05-13|18:28:03.183] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 72, "max height": 72} +2026-05-13T18:30:53.3066117Z [05-13|18:28:03.208] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 73, "max height": 74} +2026-05-13T18:30:53.3066655Z [05-13|18:28:03.219] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0700000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} +2026-05-13T18:30:53.3066989Z [05-13|18:28:03.220] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 74, "max height": 74} +2026-05-13T18:30:53.3067364Z [05-13|18:28:03.557] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 74, "max height": 75} +2026-05-13T18:30:53.3067781Z [05-13|18:28:03.631] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3068234Z [05-13|18:28:03.631] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 75, "max height": 75} +2026-05-13T18:30:53.3068604Z [05-13|18:28:03.777] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 75, "max height": 77} +2026-05-13T18:30:53.3069018Z [05-13|18:28:03.806] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3069346Z [05-13|18:28:03.807] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 77, "max height": 77} +2026-05-13T18:30:53.3069717Z [05-13|18:28:03.863] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 77, "max height": 80} +2026-05-13T18:30:53.3070197Z [05-13|18:28:03.894] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3070525Z [05-13|18:28:03.894] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 80, "max height": 80} +2026-05-13T18:30:53.3070899Z [05-13|18:28:03.931] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 80, "max height": 82} +2026-05-13T18:30:53.3071320Z [05-13|18:28:03.969] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3071699Z [05-13|18:28:03.969] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3072072Z [05-13|18:28:04.018] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 82, "max height": 84} +2026-05-13T18:30:53.3072489Z [05-13|18:28:04.049] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3072819Z [05-13|18:28:04.049] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 84, "max height": 84} +2026-05-13T18:30:53.3073242Z [05-13|18:28:04.070] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 84, "max height": 85} +2026-05-13T18:30:53.3073579Z [05-13|18:28:04.107] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 85, "max height": 86} +2026-05-13T18:30:53.3073947Z [05-13|18:28:04.132] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3074359Z [05-13|18:28:04.134] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3074692Z [05-13|18:28:04.135] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3075111Z [05-13|18:28:04.191] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 87, "max height": 90} +2026-05-13T18:30:53.3075526Z [05-13|18:28:04.225] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3075860Z [05-13|18:28:04.225] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3076233Z [05-13|18:28:04.274] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 90, "max height": 92} +2026-05-13T18:30:53.3076644Z [05-13|18:28:04.306] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0900000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3076980Z [05-13|18:28:04.306] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3077351Z [05-13|18:28:04.470] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 92, "max height": 95} +2026-05-13T18:30:53.3077762Z [05-13|18:28:04.507] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3078213Z [05-13|18:28:04.507] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 95, "max height": 95} +2026-05-13T18:30:53.3078586Z [05-13|18:28:04.528] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 95, "max height": 96} +2026-05-13T18:30:53.3078914Z [05-13|18:28:04.579] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 96, "max height": 97} +2026-05-13T18:30:53.3079399Z [05-13|18:28:04.648] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 100, "max height": 100} +2026-05-13T18:30:53.3079710Z [05-13|18:28:04.648] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} +2026-05-13T18:30:53.3079998Z [05-13|18:28:04.650] INFO random_network/network.go:291 Network Status {"num nodes": 10, "Seed": 1778696880220} +2026-05-13T18:30:53.3080372Z [05-13|18:28:04.650] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3081530Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:8 EmptyNotarization:8 EmptyVoteMessage:10 FinalizationMessage:67 NotarizationMessage:93 ReplicationRequest:5 ReplicationResponse:11 VerifiedReplicationRequest:69 VoteMessage:60] +2026-05-13T18:30:53.3081953Z [05-13|18:28:04.650] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3083137Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:12 BlockMessage:38 EmptyNotarization:73 EmptyVoteMessage:74 FinalizationMessage:321 NotarizationMessage:387 ReplicationRequest:30 ReplicationResponse:18 VerifiedReplicationRequest:334 VoteMessage:291] +2026-05-13T18:30:53.3083555Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3084726Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:20 BlockMessage:59 EmptyNotarization:76 EmptyVoteMessage:96 FinalizationMessage:494 NotarizationMessage:643 ReplicationRequest:37 ReplicationResponse:21 VerifiedReplicationRequest:518 VoteMessage:446] +2026-05-13T18:30:53.3085090Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3086303Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:17 EmptyNotarization:18 EmptyVoteMessage:10 FinalizationMessage:150 NotarizationMessage:225 ReplicationRequest:7 ReplicationResponse:15 VerifiedReplicationRequest:154 VoteMessage:133] +2026-05-13T18:30:53.3086674Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3087818Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:10 EmptyNotarization:24 EmptyVoteMessage:9 FinalizationMessage:83 NotarizationMessage:133 ReplicationRequest:3 ReplicationResponse:19 VerifiedReplicationRequest:86 VoteMessage:74] +2026-05-13T18:30:53.3088298Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3089074Z node.go:176: Node 0500000000000000 sent message types: map[BlockMessage:2 FinalizationMessage:27 NotarizationMessage:54 ReplicationResponse:10 VerifiedReplicationRequest:27 VoteMessage:25] +2026-05-13T18:30:53.3089438Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3090609Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:12 BlockMessage:24 EmptyNotarization:56 EmptyVoteMessage:31 FinalizationMessage:206 NotarizationMessage:272 ReplicationRequest:9 ReplicationResponse:10 VerifiedReplicationRequest:212 VoteMessage:187] +2026-05-13T18:30:53.3090973Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0700000000000000", "Short": 7, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3092137Z node.go:176: Node 0700000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:13 EmptyNotarization:8 EmptyVoteMessage:10 FinalizationMessage:118 NotarizationMessage:165 ReplicationRequest:4 ReplicationResponse:18 VerifiedReplicationRequest:121 VoteMessage:105] +2026-05-13T18:30:53.3092570Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0800000000000000", "Short": 8, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3093739Z node.go:176: Node 0800000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:27 EmptyNotarization:39 EmptyVoteMessage:32 FinalizationMessage:206 NotarizationMessage:280 ReplicationRequest:12 ReplicationResponse:28 VerifiedReplicationRequest:213 VoteMessage:185] +2026-05-13T18:30:53.3094102Z [05-13|18:28:04.652] INFO random_network/network.go:295 Node Status {"nodeID": "0900000000000000", "Short": 9, "Round": 118, "Height": 100} +2026-05-13T18:30:53.3095029Z node.go:176: Node 0900000000000000 sent message types: map[BlockMessage:5 FinalizationMessage:43 NotarizationMessage:51 ReplicationRequest:1 ReplicationResponse:13 VerifiedReplicationRequest:44 VoteMessage:38] +2026-05-13T18:30:53.3095289Z [05-13|18:28:04.652] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 645} +2026-05-13T18:30:53.3095389Z === RUN TestNetworkSimpleFuzz/#03 +2026-05-13T18:30:53.3095698Z [05-13|18:28:04.658] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696884658} +2026-05-13T18:30:53.3096008Z [05-13|18:28:04.658] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 6} +2026-05-13T18:30:53.3096334Z [05-13|18:28:04.663] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3096712Z [05-13|18:28:04.684] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3097135Z [05-13|18:28:04.684] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3097468Z [05-13|18:28:04.684] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3097838Z [05-13|18:28:04.706] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 2, "max height": 4} +2026-05-13T18:30:53.3098434Z [05-13|18:28:04.711] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3098769Z [05-13|18:28:04.711] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 4, "max height": 4} +2026-05-13T18:30:53.3099134Z [05-13|18:28:04.737] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 4, "max height": 6} +2026-05-13T18:30:53.3099547Z [05-13|18:28:04.742] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3099874Z [05-13|18:28:04.743] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 6, "max height": 6} +2026-05-13T18:30:53.3100245Z [05-13|18:28:04.870] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 6, "max height": 8} +2026-05-13T18:30:53.3100660Z [05-13|18:28:04.876] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3100990Z [05-13|18:28:04.876] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 8, "max height": 8} +2026-05-13T18:30:53.3101362Z [05-13|18:28:04.897] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 8, "max height": 10} +2026-05-13T18:30:53.3101689Z [05-13|18:28:04.906] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 10, "max height": 10} +2026-05-13T18:30:53.3102062Z [05-13|18:28:05.010] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3102446Z [05-13|18:28:05.010] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3102816Z [05-13|18:28:05.032] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 12, "max height": 12} +2026-05-13T18:30:53.3103151Z [05-13|18:28:05.032] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 12, "max height": 12} +2026-05-13T18:30:53.3103524Z [05-13|18:28:05.053] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3103847Z [05-13|18:28:05.053] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3104269Z [05-13|18:28:05.075] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 16, "max height": 16} +2026-05-13T18:30:53.3104685Z [05-13|18:28:05.075] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3105019Z [05-13|18:28:05.076] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 16, "max height": 16} +2026-05-13T18:30:53.3105395Z [05-13|18:28:05.096] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 16, "max height": 18} +2026-05-13T18:30:53.3105857Z [05-13|18:28:05.108] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3106181Z [05-13|18:28:05.108] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 18, "max height": 18} +2026-05-13T18:30:53.3106554Z [05-13|18:28:05.129] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 18, "max height": 19} +2026-05-13T18:30:53.3106967Z [05-13|18:28:05.142] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3107336Z [05-13|18:28:05.142] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 19, "max height": 19} +2026-05-13T18:30:53.3107715Z [05-13|18:28:05.165] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 19, "max height": 22} +2026-05-13T18:30:53.3107817Z node.go:62: +2026-05-13T18:30:53.3108274Z Error Trace: /home/runner/work/Simplex/Simplex/testutil/node.go:62 +2026-05-13T18:30:53.3108984Z /home/runner/work/Simplex/Simplex/testutil/random_network/network.go:326 +2026-05-13T18:30:53.3109675Z /home/runner/work/Simplex/Simplex/testutil/random_network/network.go:131 +2026-05-13T18:30:53.3110366Z /home/runner/work/Simplex/Simplex/testutil/random_network/network.go:89 +2026-05-13T18:30:53.3110936Z /home/runner/work/Simplex/Simplex/fuzz_network_test.go:16 +2026-05-13T18:30:53.3111126Z Error: Received unexpected error: +2026-05-13T18:30:53.3111717Z could not find round 23, its proposal was probably not persisted earlier +2026-05-13T18:30:53.3111908Z Test: TestNetworkSimpleFuzz/#03 +2026-05-13T18:30:53.3112005Z === RUN TestNetworkSimpleFuzz/#04 +2026-05-13T18:30:53.3112317Z [05-13|18:28:05.173] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696885172} +2026-05-13T18:30:53.3112574Z [05-13|18:28:05.173] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 7} +2026-05-13T18:30:53.3112904Z [05-13|18:28:05.187] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3113275Z [05-13|18:28:05.208] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3113766Z [05-13|18:28:05.208] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3114095Z [05-13|18:28:05.208] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3114462Z [05-13|18:28:05.229] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 2, "max height": 4} +2026-05-13T18:30:53.3114880Z [05-13|18:28:05.235] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3115199Z [05-13|18:28:05.235] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 4, "max height": 4} +2026-05-13T18:30:53.3115621Z [05-13|18:28:05.257] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 4, "max height": 7} +2026-05-13T18:30:53.3115952Z [05-13|18:28:05.264] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 7, "max height": 7} +2026-05-13T18:30:53.3116317Z [05-13|18:28:05.286] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 9, "max height": 9} +2026-05-13T18:30:53.3116638Z [05-13|18:28:05.286] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 9, "max height": 9} +2026-05-13T18:30:53.3117074Z [05-13|18:28:05.307] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 10, "max height": 11} +2026-05-13T18:30:53.3117486Z [05-13|18:28:05.313] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3117816Z [05-13|18:28:05.313] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3118310Z [05-13|18:28:05.334] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 11, "max height": 12} +2026-05-13T18:30:53.3118641Z [05-13|18:28:05.339] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 12, "max height": 12} +2026-05-13T18:30:53.3119070Z [05-13|18:28:05.361] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3119498Z [05-13|18:28:05.361] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3119836Z [05-13|18:28:05.361] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3120214Z [05-13|18:28:05.486] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 14, "max height": 17} +2026-05-13T18:30:53.3120636Z [05-13|18:28:05.496] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3120969Z [05-13|18:28:05.496] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 17, "max height": 17} +2026-05-13T18:30:53.3121352Z [05-13|18:28:05.517] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 17, "max height": 18} +2026-05-13T18:30:53.3121691Z [05-13|18:28:05.530] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 18, "max height": 18} +2026-05-13T18:30:53.3122065Z [05-13|18:28:05.552] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 20, "max height": 20} +2026-05-13T18:30:53.3122392Z [05-13|18:28:05.553] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 20, "max height": 20} +2026-05-13T18:30:53.3122765Z [05-13|18:28:05.576] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 22, "max height": 22} +2026-05-13T18:30:53.3123237Z [05-13|18:28:05.576] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3123568Z [05-13|18:28:05.577] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 22, "max height": 22} +2026-05-13T18:30:53.3123947Z [05-13|18:28:05.597] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 22, "max height": 23} +2026-05-13T18:30:53.3124428Z [05-13|18:28:05.607] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3124757Z [05-13|18:28:05.608] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 23, "max height": 23} +2026-05-13T18:30:53.3125183Z [05-13|18:28:05.628] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 23, "max height": 25} +2026-05-13T18:30:53.3125515Z [05-13|18:28:05.646] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 25, "max height": 25} +2026-05-13T18:30:53.3125884Z [05-13|18:28:05.690] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 27, "max height": 27} +2026-05-13T18:30:53.3126214Z [05-13|18:28:05.690] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 27, "max height": 27} +2026-05-13T18:30:53.3126634Z [05-13|18:28:05.712] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 29, "max height": 29} +2026-05-13T18:30:53.3126958Z [05-13|18:28:05.712] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 29, "max height": 29} +2026-05-13T18:30:53.3127329Z [05-13|18:28:05.733] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 31, "max height": 31} +2026-05-13T18:30:53.3127660Z [05-13|18:28:05.733] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 31, "max height": 31} +2026-05-13T18:30:53.3128146Z [05-13|18:28:05.758] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 33, "max height": 33} +2026-05-13T18:30:53.3131857Z [05-13|18:28:05.758] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3132230Z [05-13|18:28:05.758] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 33, "max height": 33} +2026-05-13T18:30:53.3132623Z [05-13|18:28:05.779] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 33, "max height": 35} +2026-05-13T18:30:53.3133053Z [05-13|18:28:05.792] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3133398Z [05-13|18:28:05.792] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 35, "max height": 35} +2026-05-13T18:30:53.3133781Z [05-13|18:28:05.820] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 35, "max height": 36} +2026-05-13T18:30:53.3134123Z [05-13|18:28:05.833] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 36, "max height": 36} +2026-05-13T18:30:53.3134500Z [05-13|18:28:05.864] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 38, "max height": 38} +2026-05-13T18:30:53.3134927Z [05-13|18:28:05.865] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3135259Z [05-13|18:28:05.865] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 38, "max height": 38} +2026-05-13T18:30:53.3135634Z [05-13|18:28:05.886] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 38, "max height": 39} +2026-05-13T18:30:53.3136117Z [05-13|18:28:05.901] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3136466Z [05-13|18:28:05.901] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3136850Z [05-13|18:28:06.005] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 39, "max height": 40} +2026-05-13T18:30:53.3137184Z [05-13|18:28:06.019] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 40, "max height": 40} +2026-05-13T18:30:53.3137556Z [05-13|18:28:06.039] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3138203Z [05-13|18:28:06.040] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3138567Z [05-13|18:28:06.040] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3138945Z [05-13|18:28:06.173] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 42, "max height": 46} +2026-05-13T18:30:53.3139428Z [05-13|18:28:06.195] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3139834Z [05-13|18:28:06.195] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 46, "max height": 46} +2026-05-13T18:30:53.3140205Z [05-13|18:28:06.218] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 46, "max height": 48} +2026-05-13T18:30:53.3140618Z [05-13|18:28:06.246] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3140955Z [05-13|18:28:06.247] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 48, "max height": 48} +2026-05-13T18:30:53.3141384Z [05-13|18:28:06.268] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 48, "max height": 49} +2026-05-13T18:30:53.3141793Z [05-13|18:28:06.286] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3142124Z [05-13|18:28:06.286] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 49, "max height": 49} +2026-05-13T18:30:53.3142492Z [05-13|18:28:06.391] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 49, "max height": 50} +2026-05-13T18:30:53.3142903Z [05-13|18:28:06.408] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3143234Z [05-13|18:28:06.408] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 50, "max height": 50} +2026-05-13T18:30:53.3143601Z [05-13|18:28:06.430] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 50, "max height": 52} +2026-05-13T18:30:53.3144007Z [05-13|18:28:06.448] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3144344Z [05-13|18:28:06.448] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 52, "max height": 52} +2026-05-13T18:30:53.3144713Z [05-13|18:28:06.574] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 52, "max height": 53} +2026-05-13T18:30:53.3145039Z [05-13|18:28:06.604] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 53, "max height": 53} +2026-05-13T18:30:53.3145415Z [05-13|18:28:06.626] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 55, "max height": 55} +2026-05-13T18:30:53.3145798Z [05-13|18:28:06.626] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 55, "max height": 55} +2026-05-13T18:30:53.3146168Z [05-13|18:28:06.652] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 57, "max height": 57} +2026-05-13T18:30:53.3146585Z [05-13|18:28:06.653] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3146910Z [05-13|18:28:06.653] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 57, "max height": 57} +2026-05-13T18:30:53.3147275Z [05-13|18:28:06.675] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 57, "max height": 58} +2026-05-13T18:30:53.3147740Z [05-13|18:28:06.695] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3148194Z [05-13|18:28:06.695] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 58, "max height": 58} +2026-05-13T18:30:53.3148573Z [05-13|18:28:06.716] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 58, "max height": 60} +2026-05-13T18:30:53.3149058Z [05-13|18:28:06.736] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3149384Z [05-13|18:28:06.736] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 60, "max height": 60} +2026-05-13T18:30:53.3149761Z [05-13|18:28:06.759] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 60, "max height": 62} +2026-05-13T18:30:53.3150174Z [05-13|18:28:06.781] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3150500Z [05-13|18:28:06.781] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 62, "max height": 62} +2026-05-13T18:30:53.3150927Z [05-13|18:28:06.884] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 62, "max height": 63} +2026-05-13T18:30:53.3151340Z [05-13|18:28:06.910] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3151672Z [05-13|18:28:06.910] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 63, "max height": 64} +2026-05-13T18:30:53.3152051Z [05-13|18:28:07.037] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 64, "max height": 67} +2026-05-13T18:30:53.3152458Z [05-13|18:28:07.063] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3152786Z [05-13|18:28:07.063] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 67, "max height": 67} +2026-05-13T18:30:53.3153162Z [05-13|18:28:07.086] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 67, "max height": 69} +2026-05-13T18:30:53.3153489Z [05-13|18:28:07.119] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 70, "max height": 70} +2026-05-13T18:30:53.3153856Z [05-13|18:28:07.140] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 72, "max height": 72} +2026-05-13T18:30:53.3154268Z [05-13|18:28:07.140] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3154596Z [05-13|18:28:07.141] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 72, "max height": 72} +2026-05-13T18:30:53.3155021Z [05-13|18:28:07.161] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 72, "max height": 74} +2026-05-13T18:30:53.3155437Z [05-13|18:28:07.184] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3155764Z [05-13|18:28:07.184] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 74, "max height": 74} +2026-05-13T18:30:53.3156132Z [05-13|18:28:07.205] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 74, "max height": 76} +2026-05-13T18:30:53.3156464Z [05-13|18:28:07.227] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 76, "max height": 76} +2026-05-13T18:30:53.3156883Z [05-13|18:28:07.248] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 78, "max height": 78} +2026-05-13T18:30:53.3157291Z [05-13|18:28:07.248] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3157629Z [05-13|18:28:07.248] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 78, "max height": 78} +2026-05-13T18:30:53.3157997Z [05-13|18:28:07.353] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 78, "max height": 79} +2026-05-13T18:30:53.3158672Z [05-13|18:28:07.377] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3159017Z [05-13|18:28:07.377] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 79, "max height": 79} +2026-05-13T18:30:53.3159423Z [05-13|18:28:07.398] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 79, "max height": 81} +2026-05-13T18:30:53.3159839Z [05-13|18:28:07.448] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3160282Z [05-13|18:28:07.448] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 81, "max height": 81} +2026-05-13T18:30:53.3160655Z [05-13|18:28:07.469] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 81, "max height": 82} +2026-05-13T18:30:53.3161065Z [05-13|18:28:07.497] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3161396Z [05-13|18:28:07.497] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3161763Z [05-13|18:28:07.603] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 82, "max height": 84} +2026-05-13T18:30:53.3162088Z [05-13|18:28:07.628] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 84, "max height": 84} +2026-05-13T18:30:53.3162462Z [05-13|18:28:07.652] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 86, "max height": 86} +2026-05-13T18:30:53.3162876Z [05-13|18:28:07.653] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3163210Z [05-13|18:28:07.653] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 86, "max height": 86} +2026-05-13T18:30:53.3163579Z [05-13|18:28:07.675] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 86, "max height": 88} +2026-05-13T18:30:53.3163988Z [05-13|18:28:07.701] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3164323Z [05-13|18:28:07.701] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 88, "max height": 88} +2026-05-13T18:30:53.3164754Z [05-13|18:28:07.742] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 88, "max height": 91} +2026-05-13T18:30:53.3165082Z [05-13|18:28:07.770] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 91, "max height": 91} +2026-05-13T18:30:53.3165456Z [05-13|18:28:07.812] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 94, "max height": 94} +2026-05-13T18:30:53.3165782Z [05-13|18:28:07.813] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 94, "max height": 94} +2026-05-13T18:30:53.3166150Z [05-13|18:28:07.837] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 96, "max height": 97} +2026-05-13T18:30:53.3166530Z [05-13|18:28:07.842] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3166901Z [05-13|18:28:07.863] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3167228Z [05-13|18:28:07.863] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3167661Z [05-13|18:28:07.885] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 101, "max height": 101} +2026-05-13T18:30:53.3167973Z [05-13|18:28:07.886] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 101} +2026-05-13T18:30:53.3168377Z [05-13|18:28:07.888] INFO random_network/network.go:291 Network Status {"num nodes": 7, "Seed": 1778696885172} +2026-05-13T18:30:53.3168757Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 116, "Height": 101} +2026-05-13T18:30:53.3169742Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:11 FinalizationMessage:75 NotarizationMessage:81 ReplicationRequest:2 ReplicationResponse:8 VerifiedReplicationRequest:76 VoteMessage:64] +2026-05-13T18:30:53.3170177Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 116, "Height": 101} +2026-05-13T18:30:53.3171254Z node.go:176: Node 0100000000000000 sent message types: map[BlockMessage:18 EmptyNotarization:5 EmptyVoteMessage:6 FinalizationMessage:112 NotarizationMessage:139 ReplicationRequest:9 ReplicationResponse:6 VerifiedReplicationRequest:117 VoteMessage:96] +2026-05-13T18:30:53.3171626Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 116, "Height": 101} +2026-05-13T18:30:53.3172511Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:8 FinalizationMessage:60 NotarizationMessage:76 ReplicationResponse:11 VerifiedReplicationRequest:60 VoteMessage:52] +2026-05-13T18:30:53.3172885Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 116, "Height": 101} +2026-05-13T18:30:53.3174058Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:48 EmptyNotarization:77 EmptyVoteMessage:53 FinalizationMessage:283 NotarizationMessage:404 ReplicationRequest:27 ReplicationResponse:8 VerifiedReplicationRequest:300 VoteMessage:241] +2026-05-13T18:30:53.3174426Z [05-13|18:28:07.889] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 116, "Height": 101} +2026-05-13T18:30:53.3175578Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:18 EmptyNotarization:10 EmptyVoteMessage:5 FinalizationMessage:112 NotarizationMessage:166 ReplicationRequest:4 ReplicationResponse:10 VerifiedReplicationRequest:116 VoteMessage:96] +2026-05-13T18:30:53.3175942Z [05-13|18:28:07.889] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 116, "Height": 101} +2026-05-13T18:30:53.3177163Z node.go:176: Node 0500000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:23 EmptyNotarization:10 EmptyVoteMessage:12 FinalizationMessage:137 NotarizationMessage:174 ReplicationRequest:7 ReplicationResponse:8 VerifiedReplicationRequest:144 VoteMessage:116] +2026-05-13T18:30:53.3177526Z [05-13|18:28:07.889] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 116, "Height": 101} +2026-05-13T18:30:53.3178803Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:39 EmptyNotarization:44 EmptyVoteMessage:30 FinalizationMessage:229 NotarizationMessage:292 ReplicationRequest:16 ReplicationResponse:10 VerifiedReplicationRequest:242 VoteMessage:193] +2026-05-13T18:30:53.3179131Z [05-13|18:28:07.889] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 607} +2026-05-13T18:30:53.3179234Z === RUN TestNetworkSimpleFuzz/#05 +2026-05-13T18:30:53.3179543Z [05-13|18:28:07.892] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696887892} +2026-05-13T18:30:53.3179812Z [05-13|18:28:07.892] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 8} +2026-05-13T18:30:53.3180345Z [05-13|18:28:07.911] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3180678Z [05-13|18:28:07.911] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3181061Z [05-13|18:28:07.939] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 0, "max height": 1} +2026-05-13T18:30:53.3181480Z [05-13|18:28:07.953] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3181811Z [05-13|18:28:07.953] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 1, "max height": 1} +2026-05-13T18:30:53.3182232Z [05-13|18:28:08.079] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 1, "max height": 3} +2026-05-13T18:30:53.3182649Z [05-13|18:28:08.089] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3182967Z [05-13|18:28:08.089] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 3, "max height": 3} +2026-05-13T18:30:53.3183337Z [05-13|18:28:08.115] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 3, "max height": 5} +2026-05-13T18:30:53.3183749Z [05-13|18:28:08.121] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3184078Z [05-13|18:28:08.121] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3184446Z [05-13|18:28:08.247] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 5, "max height": 6} +2026-05-13T18:30:53.3184922Z [05-13|18:28:08.260] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3185250Z [05-13|18:28:08.260] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 7, "max height": 7} +2026-05-13T18:30:53.3185612Z [05-13|18:28:08.282] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 7, "max height": 8} +2026-05-13T18:30:53.3186019Z [05-13|18:28:08.297] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3186399Z [05-13|18:28:08.297] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 8, "max height": 8} +2026-05-13T18:30:53.3186764Z [05-13|18:28:08.404] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 8, "max height": 9} +2026-05-13T18:30:53.3187095Z [05-13|18:28:08.422] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 10, "max height": 10} +2026-05-13T18:30:53.3187472Z [05-13|18:28:08.471] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 13, "max height": 13} +2026-05-13T18:30:53.3187799Z [05-13|18:28:08.471] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 13, "max height": 13} +2026-05-13T18:30:53.3188433Z [05-13|18:28:08.504] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 15, "max height": 15} +2026-05-13T18:30:53.3188997Z [05-13|18:28:08.504] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3189333Z [05-13|18:28:08.504] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 15, "max height": 15} +2026-05-13T18:30:53.3189701Z [05-13|18:28:08.528] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 15, "max height": 17} +2026-05-13T18:30:53.3190169Z [05-13|18:28:08.544] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3190491Z [05-13|18:28:08.545] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 17, "max height": 17} +2026-05-13T18:30:53.3190858Z [05-13|18:28:08.568] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 17, "max height": 19} +2026-05-13T18:30:53.3191273Z [05-13|18:28:08.584] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3191663Z [05-13|18:28:08.585] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 19, "max height": 19} +2026-05-13T18:30:53.3192040Z [05-13|18:28:08.606] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 19, "max height": 21} +2026-05-13T18:30:53.3192372Z [05-13|18:28:08.624] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 21, "max height": 22} +2026-05-13T18:30:53.3192736Z [05-13|18:28:08.645] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 23, "max height": 24} +2026-05-13T18:30:53.3193143Z [05-13|18:28:08.650] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3193478Z [05-13|18:28:08.650] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 24, "max height": 24} +2026-05-13T18:30:53.3193849Z [05-13|18:28:08.691] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 24, "max height": 26} +2026-05-13T18:30:53.3194259Z [05-13|18:28:08.711] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3194596Z [05-13|18:28:08.711] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 26, "max height": 26} +2026-05-13T18:30:53.3194966Z [05-13|18:28:08.818] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 26, "max height": 28} +2026-05-13T18:30:53.3195436Z [05-13|18:28:08.832] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3195772Z [05-13|18:28:08.832] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 28, "max height": 28} +2026-05-13T18:30:53.3196200Z [05-13|18:28:08.853] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 28, "max height": 30} +2026-05-13T18:30:53.3196527Z [05-13|18:28:08.878] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 30, "max height": 30} +2026-05-13T18:30:53.3196903Z [05-13|18:28:08.902] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 31, "max height": 32} +2026-05-13T18:30:53.3197230Z [05-13|18:28:08.904] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 32, "max height": 32} +2026-05-13T18:30:53.3197602Z [05-13|18:28:08.959] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 35, "max height": 35} +2026-05-13T18:30:53.3198187Z [05-13|18:28:08.959] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3198543Z [05-13|18:28:08.959] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 35, "max height": 35} +2026-05-13T18:30:53.3198921Z [05-13|18:28:09.065] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 35, "max height": 37} +2026-05-13T18:30:53.3199395Z [05-13|18:28:09.082] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3199719Z [05-13|18:28:09.082] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 37, "max height": 37} +2026-05-13T18:30:53.3200096Z [05-13|18:28:09.104] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 37, "max height": 39} +2026-05-13T18:30:53.3200511Z [05-13|18:28:09.118] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3200840Z [05-13|18:28:09.118] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3201266Z [05-13|18:28:09.139] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 39, "max height": 41} +2026-05-13T18:30:53.3201594Z [05-13|18:28:09.157] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 41, "max height": 41} +2026-05-13T18:30:53.3201966Z [05-13|18:28:09.180] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3202297Z [05-13|18:28:09.180] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3202665Z [05-13|18:28:09.202] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 43, "max height": 43} +2026-05-13T18:30:53.3203076Z [05-13|18:28:09.202] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3203413Z [05-13|18:28:09.202] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 43, "max height": 43} +2026-05-13T18:30:53.3203784Z [05-13|18:28:09.228] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 43, "max height": 45} +2026-05-13T18:30:53.3204195Z [05-13|18:28:09.249] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3204528Z [05-13|18:28:09.249] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 46, "max height": 46} +2026-05-13T18:30:53.3204898Z [05-13|18:28:09.270] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 46, "max height": 48} +2026-05-13T18:30:53.3205224Z [05-13|18:28:09.298] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 48, "max height": 49} +2026-05-13T18:30:53.3205658Z [05-13|18:28:09.342] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 51, "max height": 51} +2026-05-13T18:30:53.3206072Z [05-13|18:28:09.342] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3206401Z [05-13|18:28:09.343] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 51, "max height": 51} +2026-05-13T18:30:53.3206777Z [05-13|18:28:09.363] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 51, "max height": 53} +2026-05-13T18:30:53.3207183Z [05-13|18:28:09.384] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3207563Z [05-13|18:28:09.384] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 53, "max height": 53} +2026-05-13T18:30:53.3207942Z [05-13|18:28:09.411] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 53, "max height": 54} +2026-05-13T18:30:53.3208472Z [05-13|18:28:09.427] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3208866Z [05-13|18:28:09.427] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 54, "max height": 54} +2026-05-13T18:30:53.3209239Z [05-13|18:28:09.451] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 54, "max height": 56} +2026-05-13T18:30:53.3209565Z [05-13|18:28:09.472] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3209939Z [05-13|18:28:09.515] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 59, "max height": 59} +2026-05-13T18:30:53.3210420Z [05-13|18:28:09.516] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3210800Z [05-13|18:28:09.516] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 59, "max height": 59} +2026-05-13T18:30:53.3211174Z [05-13|18:28:09.537] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 59, "max height": 61} +2026-05-13T18:30:53.3211514Z [05-13|18:28:09.577] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 61, "max height": 61} +2026-05-13T18:30:53.3211882Z [05-13|18:28:09.708] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 63, "max height": 63} +2026-05-13T18:30:53.3212359Z [05-13|18:28:09.711] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3212689Z [05-13|18:28:09.711] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 63, "max height": 63} +2026-05-13T18:30:53.3213077Z [05-13|18:28:09.844] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 63, "max height": 66} +2026-05-13T18:30:53.3213413Z [05-13|18:28:09.892] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 66, "max height": 67} +2026-05-13T18:30:53.3213779Z [05-13|18:28:09.914] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 68, "max height": 69} +2026-05-13T18:30:53.3214189Z [05-13|18:28:09.919] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3214523Z [05-13|18:28:09.919] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 69, "max height": 69} +2026-05-13T18:30:53.3214949Z [05-13|18:28:09.962] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 69, "max height": 71} +2026-05-13T18:30:53.3215420Z [05-13|18:28:09.989] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3215760Z [05-13|18:28:09.989] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 71, "max height": 71} +2026-05-13T18:30:53.3216134Z [05-13|18:28:10.221] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 71, "max height": 74} +2026-05-13T18:30:53.3216602Z [05-13|18:28:10.269] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3216987Z [05-13|18:28:10.269] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 74, "max height": 74} +2026-05-13T18:30:53.3217362Z [05-13|18:28:10.394] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 74, "max height": 76} +2026-05-13T18:30:53.3217692Z [05-13|18:28:10.447] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 76, "max height": 76} +2026-05-13T18:30:53.3218223Z [05-13|18:28:10.467] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 77, "max height": 77} +2026-05-13T18:30:53.3218637Z [05-13|18:28:10.468] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3218963Z [05-13|18:28:10.468] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 77, "max height": 77} +2026-05-13T18:30:53.3219339Z [05-13|18:28:10.497] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 77, "max height": 78} +2026-05-13T18:30:53.3219666Z [05-13|18:28:10.523] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 78, "max height": 78} +2026-05-13T18:30:53.3220090Z [05-13|18:28:10.545] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 79, "max height": 80} +2026-05-13T18:30:53.3220430Z [05-13|18:28:10.549] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 80, "max height": 80} +2026-05-13T18:30:53.3220800Z [05-13|18:28:10.571] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 81, "max height": 81} +2026-05-13T18:30:53.3221125Z [05-13|18:28:10.571] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 81, "max height": 81} +2026-05-13T18:30:53.3221498Z [05-13|18:28:10.592] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 82, "max height": 83} +2026-05-13T18:30:53.3221973Z [05-13|18:28:10.594] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3222304Z [05-13|18:28:10.595] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 83, "max height": 83} +2026-05-13T18:30:53.3222679Z [05-13|18:28:10.616] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 83, "max height": 85} +2026-05-13T18:30:53.3223148Z [05-13|18:28:10.674] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3223472Z [05-13|18:28:10.674] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 85, "max height": 85} +2026-05-13T18:30:53.3223847Z [05-13|18:28:10.800] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 85, "max height": 87} +2026-05-13T18:30:53.3224257Z [05-13|18:28:10.858] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3224646Z [05-13|18:28:10.858] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3225022Z [05-13|18:28:10.883] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 87, "max height": 89} +2026-05-13T18:30:53.3225349Z [05-13|18:28:10.925] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3225717Z [05-13|18:28:10.976] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3226131Z [05-13|18:28:10.976] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3226509Z [05-13|18:28:10.976] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3226884Z [05-13|18:28:10.997] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 92, "max height": 94} +2026-05-13T18:30:53.3227359Z [05-13|18:28:11.028] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3227742Z [05-13|18:28:11.028] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 94, "max height": 94} +2026-05-13T18:30:53.3228237Z [05-13|18:28:11.153] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 94, "max height": 96} +2026-05-13T18:30:53.3228714Z [05-13|18:28:11.217] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3229039Z [05-13|18:28:11.217] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 96, "max height": 96} +2026-05-13T18:30:53.3229479Z [05-13|18:28:11.322] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 96, "max height": 97} +2026-05-13T18:30:53.3229892Z [05-13|18:28:11.383] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3230220Z [05-13|18:28:11.383] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3230596Z [05-13|18:28:11.425] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 97, "max height": 99} +2026-05-13T18:30:53.3231005Z [05-13|18:28:11.459] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3231331Z [05-13|18:28:11.460] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3231707Z [05-13|18:28:11.565] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 99, "max height": 100} +2026-05-13T18:30:53.3232116Z [05-13|18:28:11.597] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3232449Z [05-13|18:28:11.597] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 100, "max height": 100} +2026-05-13T18:30:53.3232827Z [05-13|18:28:11.726] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 100, "max height": 102} +2026-05-13T18:30:53.3233137Z [05-13|18:28:11.761] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} +2026-05-13T18:30:53.3233419Z [05-13|18:28:11.763] INFO random_network/network.go:291 Network Status {"num nodes": 8, "Seed": 1778696887892} +2026-05-13T18:30:53.3233850Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3234382Z node.go:176: Node 0000000000000000 sent message types: map[NotarizationMessage:7 ReplicationResponse:15 VerifiedReplicationRequest:7] +2026-05-13T18:30:53.3234746Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3235898Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:8 EmptyNotarization:19 EmptyVoteMessage:32 FinalizationMessage:35 NotarizationMessage:43 ReplicationRequest:7 ReplicationResponse:7 VerifiedReplicationRequest:39 VoteMessage:34] +2026-05-13T18:30:53.3236313Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3237492Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:28 EmptyNotarization:58 EmptyVoteMessage:69 FinalizationMessage:166 NotarizationMessage:191 ReplicationRequest:21 ReplicationResponse:8 VerifiedReplicationRequest:178 VoteMessage:147] +2026-05-13T18:30:53.3237852Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3239204Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:6 EmptyNotarization:19 EmptyVoteMessage:22 FinalizationMessage:30 NotarizationMessage:44 ReplicationRequest:4 ReplicationResponse:7 VerifiedReplicationRequest:32 VoteMessage:30] +2026-05-13T18:30:53.3239576Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3240710Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:3 EmptyNotarization:12 EmptyVoteMessage:13 FinalizationMessage:12 NotarizationMessage:30 ReplicationRequest:1 ReplicationResponse:9 VerifiedReplicationRequest:12 VoteMessage:11] +2026-05-13T18:30:53.3241130Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3242271Z node.go:176: Node 0500000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:6 EmptyNotarization:18 EmptyVoteMessage:21 FinalizationMessage:30 NotarizationMessage:45 ReplicationRequest:3 ReplicationResponse:8 VerifiedReplicationRequest:38 VoteMessage:30] +2026-05-13T18:30:53.3242634Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3243815Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:46 EmptyNotarization:100 EmptyVoteMessage:103 FinalizationMessage:286 NotarizationMessage:340 ReplicationRequest:24 ReplicationResponse:8 VerifiedReplicationRequest:303 VoteMessage:253] +2026-05-13T18:30:53.3244181Z [05-13|18:28:11.764] INFO random_network/network.go:295 Node Status {"nodeID": "0700000000000000", "Short": 7, "Round": 124, "Height": 102} +2026-05-13T18:30:53.3245317Z node.go:176: Node 0700000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:4 EmptyNotarization:12 EmptyVoteMessage:23 FinalizationMessage:18 NotarizationMessage:18 ReplicationRequest:2 ReplicationResponse:9 VerifiedReplicationRequest:19 VoteMessage:20] +2026-05-13T18:30:53.3245583Z [05-13|18:28:11.764] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 637} +2026-05-13T18:30:53.3245684Z === RUN TestNetworkSimpleFuzz/#06 +2026-05-13T18:30:53.3245988Z [05-13|18:28:11.768] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696891768} +2026-05-13T18:30:53.3246255Z [05-13|18:28:11.768] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 5} +2026-05-13T18:30:53.3246639Z [05-13|18:28:11.776] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3247008Z [05-13|18:28:11.798] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3247334Z [05-13|18:28:11.798] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3247692Z [05-13|18:28:11.819] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 4, "max height": 4} +2026-05-13T18:30:53.3248007Z [05-13|18:28:11.819] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 4, "max height": 4} +2026-05-13T18:30:53.3248547Z [05-13|18:28:11.840] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3248876Z [05-13|18:28:11.840] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3249246Z [05-13|18:28:11.861] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 7, "max height": 7} +2026-05-13T18:30:53.3249666Z [05-13|18:28:11.862] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3250044Z [05-13|18:28:11.862] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 7, "max height": 7} +2026-05-13T18:30:53.3250408Z [05-13|18:28:11.883] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 7, "max height": 9} +2026-05-13T18:30:53.3250831Z [05-13|18:28:11.889] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3251153Z [05-13|18:28:11.889] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 9, "max height": 9} +2026-05-13T18:30:53.3251575Z [05-13|18:28:12.013] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 9, "max height": 11} +2026-05-13T18:30:53.3251995Z [05-13|18:28:12.020] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3252328Z [05-13|18:28:12.020] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3252701Z [05-13|18:28:12.041] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 11, "max height": 13} +2026-05-13T18:30:53.3253036Z [05-13|18:28:12.053] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 13, "max height": 13} +2026-05-13T18:30:53.3253406Z [05-13|18:28:12.074] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 15, "max height": 15} +2026-05-13T18:30:53.3253815Z [05-13|18:28:12.074] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3254153Z [05-13|18:28:12.075] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 15, "max height": 15} +2026-05-13T18:30:53.3254525Z [05-13|18:28:12.096] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 15, "max height": 17} +2026-05-13T18:30:53.3254937Z [05-13|18:28:12.104] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3255275Z [05-13|18:28:12.105] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 17, "max height": 17} +2026-05-13T18:30:53.3255644Z [05-13|18:28:12.229] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 17, "max height": 19} +2026-05-13T18:30:53.3256109Z [05-13|18:28:12.239] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3256446Z [05-13|18:28:12.239] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 19, "max height": 19} +2026-05-13T18:30:53.3256817Z [05-13|18:28:12.261] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 19, "max height": 21} +2026-05-13T18:30:53.3257227Z [05-13|18:28:12.274] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3257561Z [05-13|18:28:12.274] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 21, "max height": 21} +2026-05-13T18:30:53.3257966Z [05-13|18:28:12.296] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 21, "max height": 23} +2026-05-13T18:30:53.3258425Z [05-13|18:28:12.305] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 23, "max height": 23} +2026-05-13T18:30:53.3258799Z [05-13|18:28:12.327] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 25, "max height": 25} +2026-05-13T18:30:53.3259186Z [05-13|18:28:12.327] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 25, "max height": 25} +2026-05-13T18:30:53.3259585Z [05-13|18:28:12.347] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 27, "max height": 27} +2026-05-13T18:30:53.3259994Z [05-13|18:28:12.348] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3260320Z [05-13|18:28:12.348] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 27, "max height": 27} +2026-05-13T18:30:53.3260695Z [05-13|18:28:12.451] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 27, "max height": 30} +2026-05-13T18:30:53.3261074Z [05-13|18:28:12.464] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 30, "max height": 30} +2026-05-13T18:30:53.3261445Z [05-13|18:28:12.485] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 32, "max height": 32} +2026-05-13T18:30:53.3261864Z [05-13|18:28:12.487] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3262188Z [05-13|18:28:12.487] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 32, "max height": 32} +2026-05-13T18:30:53.3262555Z [05-13|18:28:12.508] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 32, "max height": 35} +2026-05-13T18:30:53.3262890Z [05-13|18:28:12.521] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 35, "max height": 35} +2026-05-13T18:30:53.3263263Z [05-13|18:28:12.542] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 37, "max height": 37} +2026-05-13T18:30:53.3263670Z [05-13|18:28:12.542] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3264002Z [05-13|18:28:12.542] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 37, "max height": 37} +2026-05-13T18:30:53.3264369Z [05-13|18:28:12.563] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 37, "max height": 39} +2026-05-13T18:30:53.3264776Z [05-13|18:28:12.576] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3265108Z [05-13|18:28:12.576] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3265534Z [05-13|18:28:12.701] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 39, "max height": 42} +2026-05-13T18:30:53.3265863Z [05-13|18:28:12.717] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3266241Z [05-13|18:28:12.738] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 44, "max height": 44} +2026-05-13T18:30:53.3266652Z [05-13|18:28:12.738] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3266981Z [05-13|18:28:12.738] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 44, "max height": 44} +2026-05-13T18:30:53.3267408Z [05-13|18:28:12.759] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 44, "max height": 47} +2026-05-13T18:30:53.3267822Z [05-13|18:28:12.775] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3268265Z [05-13|18:28:12.775] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 47, "max height": 47} +2026-05-13T18:30:53.3268711Z [05-13|18:28:12.796] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 47, "max height": 49} +2026-05-13T18:30:53.3269042Z [05-13|18:28:12.814] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 49, "max height": 49} +2026-05-13T18:30:53.3269414Z [05-13|18:28:12.835] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 52, "max height": 52} +2026-05-13T18:30:53.3269834Z [05-13|18:28:12.835] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3270168Z [05-13|18:28:12.835] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 52, "max height": 52} +2026-05-13T18:30:53.3270591Z [05-13|18:28:12.959] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 52, "max height": 54} +2026-05-13T18:30:53.3270926Z [05-13|18:28:12.976] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 54, "max height": 54} +2026-05-13T18:30:53.3271296Z [05-13|18:28:12.999] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3271704Z [05-13|18:28:12.999] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3272048Z [05-13|18:28:12.999] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3272417Z [05-13|18:28:13.123] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 56, "max height": 58} +2026-05-13T18:30:53.3272746Z [05-13|18:28:13.141] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 58, "max height": 58} +2026-05-13T18:30:53.3273119Z [05-13|18:28:13.266] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 61, "max height": 61} +2026-05-13T18:30:53.3273532Z [05-13|18:28:13.267] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3273864Z [05-13|18:28:13.267] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 61, "max height": 61} +2026-05-13T18:30:53.3274234Z [05-13|18:28:13.292] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 61, "max height": 62} +2026-05-13T18:30:53.3274560Z [05-13|18:28:13.313] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 62, "max height": 62} +2026-05-13T18:30:53.3274992Z [05-13|18:28:13.336] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 64, "max height": 64} +2026-05-13T18:30:53.3275320Z [05-13|18:28:13.336] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 64, "max height": 64} +2026-05-13T18:30:53.3275695Z [05-13|18:28:13.359] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 66, "max height": 66} +2026-05-13T18:30:53.3276110Z [05-13|18:28:13.359] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3276435Z [05-13|18:28:13.359] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 66, "max height": 66} +2026-05-13T18:30:53.3276852Z [05-13|18:28:13.380] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 66, "max height": 68} +2026-05-13T18:30:53.3277190Z [05-13|18:28:13.402] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 68, "max height": 68} +2026-05-13T18:30:53.3277560Z [05-13|18:28:13.424] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 70, "max height": 70} +2026-05-13T18:30:53.3277923Z [05-13|18:28:13.424] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 70, "max height": 70} +2026-05-13T18:30:53.3278416Z [05-13|18:28:13.445] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 72, "max height": 72} +2026-05-13T18:30:53.3278829Z [05-13|18:28:13.446] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3279158Z [05-13|18:28:13.446] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 72, "max height": 72} +2026-05-13T18:30:53.3279535Z [05-13|18:28:13.467] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 72, "max height": 74} +2026-05-13T18:30:53.3279923Z [05-13|18:28:13.486] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 74, "max height": 74} +2026-05-13T18:30:53.3280298Z [05-13|18:28:13.508] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 77, "max height": 77} +2026-05-13T18:30:53.3280713Z [05-13|18:28:13.508] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3281043Z [05-13|18:28:13.508] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 77, "max height": 77} +2026-05-13T18:30:53.3281411Z [05-13|18:28:13.529] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 77, "max height": 79} +2026-05-13T18:30:53.3281831Z [05-13|18:28:13.554] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3282161Z [05-13|18:28:13.554] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 79, "max height": 79} +2026-05-13T18:30:53.3282536Z [05-13|18:28:13.658] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 79, "max height": 82} +2026-05-13T18:30:53.3282868Z [05-13|18:28:13.681] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3283238Z [05-13|18:28:13.702] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 83, "max height": 83} +2026-05-13T18:30:53.3283562Z [05-13|18:28:13.702] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 83, "max height": 83} +2026-05-13T18:30:53.3283936Z [05-13|18:28:13.724] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 85, "max height": 85} +2026-05-13T18:30:53.3284321Z [05-13|18:28:13.724] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 85, "max height": 85} +2026-05-13T18:30:53.3284692Z [05-13|18:28:13.745] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 86, "max height": 86} +2026-05-13T18:30:53.3285028Z [05-13|18:28:13.745] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 86, "max height": 86} +2026-05-13T18:30:53.3285395Z [05-13|18:28:13.767] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3285724Z [05-13|18:28:13.767] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3286149Z [05-13|18:28:13.790] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3286483Z [05-13|18:28:13.790] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3286852Z [05-13|18:28:13.813] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3287234Z [05-13|18:28:13.813] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3287601Z [05-13|18:28:13.836] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 93, "max height": 93} +2026-05-13T18:30:53.3287929Z [05-13|18:28:13.836] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 93, "max height": 93} +2026-05-13T18:30:53.3288419Z [05-13|18:28:13.859] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 95, "max height": 95} +2026-05-13T18:30:53.3288835Z [05-13|18:28:13.859] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3289224Z [05-13|18:28:13.859] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 95, "max height": 95} +2026-05-13T18:30:53.3289603Z [05-13|18:28:13.880] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 95, "max height": 97} +2026-05-13T18:30:53.3289928Z [05-13|18:28:13.904] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3290296Z [05-13|18:28:13.925] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3290628Z [05-13|18:28:13.925] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3291004Z [05-13|18:28:13.946] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 100, "max height": 100} +2026-05-13T18:30:53.3291321Z [05-13|18:28:13.946] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} +2026-05-13T18:30:53.3291610Z [05-13|18:28:13.947] INFO random_network/network.go:291 Network Status {"num nodes": 5, "Seed": 1778696891768} +2026-05-13T18:30:53.3291987Z [05-13|18:28:13.947] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 113, "Height": 100} +2026-05-13T18:30:53.3292847Z node.go:176: Node 0000000000000000 sent message types: map[BlockMessage:2 EmptyVoteMessage:2 FinalizationMessage:11 NotarizationMessage:17 ReplicationResponse:6 VerifiedReplicationRequest:12 VoteMessage:9] +2026-05-13T18:30:53.3293214Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 113, "Height": 100} +2026-05-13T18:30:53.3294380Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:6 BlockMessage:55 EmptyNotarization:30 EmptyVoteMessage:36 FinalizationMessage:232 NotarizationMessage:258 ReplicationRequest:24 ReplicationResponse:7 VerifiedReplicationRequest:245 VoteMessage:185] +2026-05-13T18:30:53.3294809Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 113, "Height": 100} +2026-05-13T18:30:53.3295942Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:17 EmptyNotarization:7 EmptyVoteMessage:9 FinalizationMessage:78 NotarizationMessage:85 ReplicationRequest:5 ReplicationResponse:5 VerifiedReplicationRequest:81 VoteMessage:62] +2026-05-13T18:30:53.3296305Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 113, "Height": 100} +2026-05-13T18:30:53.3297519Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:40 EmptyNotarization:32 EmptyVoteMessage:26 FinalizationMessage:168 NotarizationMessage:212 ReplicationRequest:7 ReplicationResponse:8 VerifiedReplicationRequest:176 VoteMessage:133] +2026-05-13T18:30:53.3297886Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 113, "Height": 100} +2026-05-13T18:30:53.3299239Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:45 EmptyNotarization:35 EmptyVoteMessage:30 FinalizationMessage:192 NotarizationMessage:239 ReplicationRequest:9 ReplicationResponse:16 VerifiedReplicationRequest:202 VoteMessage:153] +2026-05-13T18:30:53.3299501Z [05-13|18:28:13.948] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 663} +2026-05-13T18:30:53.3299599Z === RUN TestNetworkSimpleFuzz/#07 +2026-05-13T18:30:53.3299925Z [05-13|18:28:13.950] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696893950} +2026-05-13T18:30:53.3300188Z [05-13|18:28:13.950] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 7} +2026-05-13T18:30:53.3300520Z [05-13|18:28:13.966] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3300966Z [05-13|18:28:13.986] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3301298Z [05-13|18:28:13.986] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 2, "max height": 2} +2026-05-13T18:30:53.3301665Z [05-13|18:28:14.008] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 4, "max height": 4} +2026-05-13T18:30:53.3301989Z [05-13|18:28:14.008] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 4, "max height": 4} +2026-05-13T18:30:53.3302353Z [05-13|18:28:14.037] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3302776Z [05-13|18:28:14.037] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3303106Z [05-13|18:28:14.037] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3303469Z [05-13|18:28:14.059] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 5, "max height": 8} +2026-05-13T18:30:53.3303786Z [05-13|18:28:14.066] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 8, "max height": 8} +2026-05-13T18:30:53.3304160Z [05-13|18:28:14.093] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 10, "max height": 11} +2026-05-13T18:30:53.3304574Z [05-13|18:28:14.094] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3304959Z [05-13|18:28:14.095] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3305334Z [05-13|18:28:14.116] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 11, "max height": 13} +2026-05-13T18:30:53.3305665Z [05-13|18:28:14.125] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 13, "max height": 13} +2026-05-13T18:30:53.3306036Z [05-13|18:28:14.146] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3306449Z [05-13|18:28:14.146] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3306832Z [05-13|18:28:14.146] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3307205Z [05-13|18:28:14.173] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 14, "max height": 17} +2026-05-13T18:30:53.3307621Z [05-13|18:28:14.185] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3308002Z [05-13|18:28:14.185] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 17, "max height": 17} +2026-05-13T18:30:53.3308486Z [05-13|18:28:14.206] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 17, "max height": 20} +2026-05-13T18:30:53.3308816Z [05-13|18:28:14.217] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 20, "max height": 20} +2026-05-13T18:30:53.3309186Z [05-13|18:28:14.238] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 21, "max height": 21} +2026-05-13T18:30:53.3309665Z [05-13|18:28:14.238] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3310058Z [05-13|18:28:14.239] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 21, "max height": 21} +2026-05-13T18:30:53.3310431Z [05-13|18:28:14.265] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 21, "max height": 23} +2026-05-13T18:30:53.3310842Z [05-13|18:28:14.292] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3311176Z [05-13|18:28:14.292] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 23, "max height": 23} +2026-05-13T18:30:53.3311546Z [05-13|18:28:14.395] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 23, "max height": 25} +2026-05-13T18:30:53.3311873Z [05-13|18:28:14.410] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 25, "max height": 26} +2026-05-13T18:30:53.3312250Z [05-13|18:28:14.433] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 28, "max height": 28} +2026-05-13T18:30:53.3312576Z [05-13|18:28:14.433] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 28, "max height": 28} +2026-05-13T18:30:53.3312944Z [05-13|18:28:14.454] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 29, "max height": 29} +2026-05-13T18:30:53.3313274Z [05-13|18:28:14.454] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 29, "max height": 29} +2026-05-13T18:30:53.3313636Z [05-13|18:28:14.475] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 31, "max height": 31} +2026-05-13T18:30:53.3314110Z [05-13|18:28:14.476] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3314504Z [05-13|18:28:14.476] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 31, "max height": 31} +2026-05-13T18:30:53.3314871Z [05-13|18:28:14.497] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 31, "max height": 32} +2026-05-13T18:30:53.3315286Z [05-13|18:28:14.522] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3315612Z [05-13|18:28:14.522] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 32, "max height": 32} +2026-05-13T18:30:53.3315982Z [05-13|18:28:14.543] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 32, "max height": 33} +2026-05-13T18:30:53.3316487Z [05-13|18:28:14.556] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3316818Z [05-13|18:28:14.556] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 33, "max height": 33} +2026-05-13T18:30:53.3317189Z [05-13|18:28:14.577] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 33, "max height": 34} +2026-05-13T18:30:53.3317654Z [05-13|18:28:14.589] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3317980Z [05-13|18:28:14.589] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 34, "max height": 34} +2026-05-13T18:30:53.3318469Z [05-13|18:28:14.694] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 34, "max height": 35} +2026-05-13T18:30:53.3318803Z [05-13|18:28:14.708] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 35, "max height": 35} +2026-05-13T18:30:53.3319172Z [05-13|18:28:14.758] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 38, "max height": 38} +2026-05-13T18:30:53.3319642Z [05-13|18:28:14.758] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3319978Z [05-13|18:28:14.758] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 38, "max height": 38} +2026-05-13T18:30:53.3320348Z [05-13|18:28:14.779] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 38, "max height": 40} +2026-05-13T18:30:53.3320818Z [05-13|18:28:14.794] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3321152Z [05-13|18:28:14.794] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 40, "max height": 40} +2026-05-13T18:30:53.3321524Z [05-13|18:28:14.816] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 40, "max height": 42} +2026-05-13T18:30:53.3322007Z [05-13|18:28:14.846] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3322342Z [05-13|18:28:14.846] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3322712Z [05-13|18:28:14.867] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 42, "max height": 45} +2026-05-13T18:30:53.3323121Z [05-13|18:28:14.899] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3323455Z [05-13|18:28:14.899] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 45, "max height": 45} +2026-05-13T18:30:53.3323887Z [05-13|18:28:14.920] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 45, "max height": 47} +2026-05-13T18:30:53.3324297Z [05-13|18:28:14.937] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3324634Z [05-13|18:28:14.937] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 47, "max height": 47} +2026-05-13T18:30:53.3325003Z [05-13|18:28:14.958] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 47, "max height": 49} +2026-05-13T18:30:53.3325473Z [05-13|18:28:14.975] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3325859Z [05-13|18:28:14.975] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 49, "max height": 49} +2026-05-13T18:30:53.3326233Z [05-13|18:28:15.101] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 49, "max height": 51} +2026-05-13T18:30:53.3326559Z [05-13|18:28:15.139] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 51, "max height": 51} +2026-05-13T18:30:53.3326985Z [05-13|18:28:15.162] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 53, "max height": 53} +2026-05-13T18:30:53.3327394Z [05-13|18:28:15.163] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3327721Z [05-13|18:28:15.163] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 53, "max height": 53} +2026-05-13T18:30:53.3328215Z [05-13|18:28:15.186] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 53, "max height": 55} +2026-05-13T18:30:53.3328694Z [05-13|18:28:15.207] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3329083Z [05-13|18:28:15.207] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 55, "max height": 55} +2026-05-13T18:30:53.3329455Z [05-13|18:28:15.230] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 55, "max height": 56} +2026-05-13T18:30:53.3329781Z [05-13|18:28:15.265] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3330156Z [05-13|18:28:15.392] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 58, "max height": 58} +2026-05-13T18:30:53.3330631Z [05-13|18:28:15.393] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3330957Z [05-13|18:28:15.393] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 58, "max height": 58} +2026-05-13T18:30:53.3331331Z [05-13|18:28:15.414] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 58, "max height": 60} +2026-05-13T18:30:53.3331660Z [05-13|18:28:15.450] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 60, "max height": 60} +2026-05-13T18:30:53.3332037Z [05-13|18:28:15.470] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 62, "max height": 62} +2026-05-13T18:30:53.3332370Z [05-13|18:28:15.470] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 62, "max height": 62} +2026-05-13T18:30:53.3332737Z [05-13|18:28:15.496] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 64, "max height": 65} +2026-05-13T18:30:53.3333062Z [05-13|18:28:15.502] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 65, "max height": 65} +2026-05-13T18:30:53.3333492Z [05-13|18:28:15.530] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 67, "max height": 67} +2026-05-13T18:30:53.3333819Z [05-13|18:28:15.531] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 67, "max height": 67} +2026-05-13T18:30:53.3334190Z [05-13|18:28:15.553] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 69, "max height": 69} +2026-05-13T18:30:53.3334606Z [05-13|18:28:15.553] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3334929Z [05-13|18:28:15.554] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 69, "max height": 69} +2026-05-13T18:30:53.3335348Z [05-13|18:28:15.681] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 69, "max height": 71} +2026-05-13T18:30:53.3335766Z [05-13|18:28:15.703] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3336098Z [05-13|18:28:15.703] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 71, "max height": 71} +2026-05-13T18:30:53.3336520Z [05-13|18:28:15.806] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 71, "max height": 73} +2026-05-13T18:30:53.3336933Z [05-13|18:28:15.830] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3337260Z [05-13|18:28:15.831] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 73, "max height": 73} +2026-05-13T18:30:53.3337630Z [05-13|18:28:15.937] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 73, "max height": 74} +2026-05-13T18:30:53.3337963Z [05-13|18:28:15.960] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 74, "max height": 74} +2026-05-13T18:30:53.3338503Z [05-13|18:28:15.991] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 76, "max height": 77} +2026-05-13T18:30:53.3338920Z [05-13|18:28:15.996] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3339252Z [05-13|18:28:15.996] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 77, "max height": 77} +2026-05-13T18:30:53.3339621Z [05-13|18:28:16.019] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 77, "max height": 78} +2026-05-13T18:30:53.3339949Z [05-13|18:28:16.043] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 78, "max height": 78} +2026-05-13T18:30:53.3340321Z [05-13|18:28:16.070] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 80, "max height": 81} +2026-05-13T18:30:53.3340646Z [05-13|18:28:16.071] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 81, "max height": 81} +2026-05-13T18:30:53.3341011Z [05-13|18:28:16.092] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3341430Z [05-13|18:28:16.094] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3341755Z [05-13|18:28:16.094] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3342132Z [05-13|18:28:16.121] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 82, "max height": 85} +2026-05-13T18:30:53.3342545Z [05-13|18:28:16.147] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3342932Z [05-13|18:28:16.147] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 85, "max height": 85} +2026-05-13T18:30:53.3343300Z [05-13|18:28:16.271] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 85, "max height": 86} +2026-05-13T18:30:53.3343716Z [05-13|18:28:16.305] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3344043Z [05-13|18:28:16.305] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 86, "max height": 86} +2026-05-13T18:30:53.3344413Z [05-13|18:28:16.326] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 86, "max height": 88} +2026-05-13T18:30:53.3344790Z [05-13|18:28:16.361] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 88, "max height": 88} +2026-05-13T18:30:53.3345161Z [05-13|18:28:16.382] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3345576Z [05-13|18:28:16.382] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3345955Z [05-13|18:28:16.382] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3346322Z [05-13|18:28:16.411] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 90, "max height": 92} +2026-05-13T18:30:53.3346651Z [05-13|18:28:16.445] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3347021Z [05-13|18:28:16.470] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 94, "max height": 94} +2026-05-13T18:30:53.3347495Z [05-13|18:28:16.471] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3347863Z [05-13|18:28:16.472] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 94, "max height": 95} +2026-05-13T18:30:53.3348348Z [05-13|18:28:16.495] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 94, "max height": 97} +2026-05-13T18:30:53.3348675Z [05-13|18:28:16.555] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3349058Z [05-13|18:28:16.601] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 100, "max height": 100} +2026-05-13T18:30:53.3349368Z [05-13|18:28:16.601] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} +2026-05-13T18:30:53.3349651Z [05-13|18:28:16.603] INFO random_network/network.go:291 Network Status {"num nodes": 7, "Seed": 1778696893950} +2026-05-13T18:30:53.3350027Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 114, "Height": 100} +2026-05-13T18:30:53.3351205Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:8 BlockMessage:39 EmptyNotarization:41 EmptyVoteMessage:47 FinalizationMessage:224 NotarizationMessage:263 ReplicationRequest:23 ReplicationResponse:7 VerifiedReplicationRequest:231 VoteMessage:190] +2026-05-13T18:30:53.3351570Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 114, "Height": 100} +2026-05-13T18:30:53.3352737Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:13 EmptyNotarization:29 EmptyVoteMessage:17 FinalizationMessage:82 NotarizationMessage:106 ReplicationRequest:7 ReplicationResponse:8 VerifiedReplicationRequest:85 VoteMessage:69] +2026-05-13T18:30:53.3353161Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 114, "Height": 100} +2026-05-13T18:30:53.3354305Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:7 EmptyNotarization:12 EmptyVoteMessage:7 FinalizationMessage:45 NotarizationMessage:63 ReplicationRequest:2 ReplicationResponse:9 VerifiedReplicationRequest:46 VoteMessage:37] +2026-05-13T18:30:53.3354668Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 114, "Height": 100} +2026-05-13T18:30:53.3355584Z node.go:176: Node 0300000000000000 sent message types: map[BlockMessage:3 FinalizationMessage:18 NotarizationMessage:35 ReplicationRequest:1 ReplicationResponse:14 VerifiedReplicationRequest:19 VoteMessage:15] +2026-05-13T18:30:53.3355952Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 114, "Height": 100} +2026-05-13T18:30:53.3357082Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:10 EmptyNotarization:5 EmptyVoteMessage:7 FinalizationMessage:67 NotarizationMessage:88 ReplicationRequest:4 ReplicationResponse:7 VerifiedReplicationRequest:69 VoteMessage:56] +2026-05-13T18:30:53.3357490Z [05-13|18:28:16.604] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 114, "Height": 100} +2026-05-13T18:30:53.3358748Z node.go:176: Node 0500000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:12 EmptyNotarization:16 EmptyVoteMessage:6 FinalizationMessage:77 NotarizationMessage:115 ReplicationRequest:5 ReplicationResponse:9 VerifiedReplicationRequest:79 VoteMessage:64] +2026-05-13T18:30:53.3359117Z [05-13|18:28:16.604] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 114, "Height": 100} +2026-05-13T18:30:53.3360069Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:2 FinalizationMessage:18 NotarizationMessage:21 ReplicationResponse:8 VerifiedReplicationRequest:18 VoteMessage:16] +2026-05-13T18:30:53.3360333Z [05-13|18:28:16.604] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 648} +2026-05-13T18:30:53.3360431Z === RUN TestNetworkSimpleFuzz/#08 +2026-05-13T18:30:53.3360738Z [05-13|18:28:16.607] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696896607} +2026-05-13T18:30:53.3361006Z [05-13|18:28:16.607] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 10} +2026-05-13T18:30:53.3361328Z [05-13|18:28:16.629] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3361697Z [05-13|18:28:16.651] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 1, "max height": 1} +2026-05-13T18:30:53.3362033Z [05-13|18:28:16.651] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 1, "max height": 1} +2026-05-13T18:30:53.3362404Z [05-13|18:28:16.728] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3362885Z [05-13|18:28:16.729] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3363211Z [05-13|18:28:16.729] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3363575Z [05-13|18:28:16.965] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 5, "max height": 7} +2026-05-13T18:30:53.3363899Z [05-13|18:28:16.995] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 7, "max height": 8} +2026-05-13T18:30:53.3364328Z [05-13|18:28:17.034] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 10, "max height": 10} +2026-05-13T18:30:53.3364658Z [05-13|18:28:17.034] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 10, "max height": 10} +2026-05-13T18:30:53.3365035Z [05-13|18:28:17.055] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3365448Z [05-13|18:28:17.058] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3365777Z [05-13|18:28:17.058] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 11, "max height": 11} +2026-05-13T18:30:53.3366205Z [05-13|18:28:17.107] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 11, "max height": 14} +2026-05-13T18:30:53.3366619Z [05-13|18:28:17.119] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3366950Z [05-13|18:28:17.119] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3367377Z [05-13|18:28:17.143] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 14, "max height": 15} +2026-05-13T18:30:53.3367785Z [05-13|18:28:17.173] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3368227Z [05-13|18:28:17.173] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 16, "max height": 16} +2026-05-13T18:30:53.3368605Z [05-13|18:28:17.195] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 16, "max height": 17} +2026-05-13T18:30:53.3369016Z [05-13|18:28:17.205] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3369417Z [05-13|18:28:17.205] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 17, "max height": 17} +2026-05-13T18:30:53.3369793Z [05-13|18:28:17.354] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 17, "max height": 18} +2026-05-13T18:30:53.3370117Z [05-13|18:28:17.363] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 18, "max height": 18} +2026-05-13T18:30:53.3370485Z [05-13|18:28:17.385] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 19, "max height": 19} +2026-05-13T18:30:53.3370899Z [05-13|18:28:17.388] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3371227Z [05-13|18:28:17.388] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 19, "max height": 19} +2026-05-13T18:30:53.3371601Z [05-13|18:28:17.420] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 19, "max height": 21} +2026-05-13T18:30:53.3372081Z [05-13|18:28:17.445] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3372411Z [05-13|18:28:17.446] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 22, "max height": 22} +2026-05-13T18:30:53.3372787Z [05-13|18:28:17.497] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 22, "max height": 25} +2026-05-13T18:30:53.3373266Z [05-13|18:28:17.520] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3373594Z [05-13|18:28:17.520] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 25, "max height": 25} +2026-05-13T18:30:53.3374027Z [05-13|18:28:17.573] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 25, "max height": 28} +2026-05-13T18:30:53.3374360Z [05-13|18:28:17.595] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 28, "max height": 28} +2026-05-13T18:30:53.3374730Z [05-13|18:28:17.619] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 29, "max height": 29} +2026-05-13T18:30:53.3375055Z [05-13|18:28:17.619] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 29, "max height": 29} +2026-05-13T18:30:53.3375428Z [05-13|18:28:17.663] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 30, "max height": 30} +2026-05-13T18:30:53.3375891Z [05-13|18:28:17.664] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3376226Z [05-13|18:28:17.664] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 30, "max height": 30} +2026-05-13T18:30:53.3376604Z [05-13|18:28:17.724] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 30, "max height": 33} +2026-05-13T18:30:53.3376978Z [05-13|18:28:17.738] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 33, "max height": 33} +2026-05-13T18:30:53.3377345Z [05-13|18:28:17.762] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 34, "max height": 34} +2026-05-13T18:30:53.3377673Z [05-13|18:28:17.762] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 34, "max height": 34} +2026-05-13T18:30:53.3378153Z [05-13|18:28:17.823] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 37, "max height": 37} +2026-05-13T18:30:53.3378500Z [05-13|18:28:17.823] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 37, "max height": 37} +2026-05-13T18:30:53.3378937Z [05-13|18:28:17.870] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3379421Z [05-13|18:28:17.871] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3379753Z [05-13|18:28:17.871] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3380124Z [05-13|18:28:17.897] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 39, "max height": 41} +2026-05-13T18:30:53.3380451Z [05-13|18:28:17.931] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 41, "max height": 41} +2026-05-13T18:30:53.3380823Z [05-13|18:28:17.956] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3381364Z [05-13|18:28:17.958] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0200000000000000", "0400000000000000"], "recovered": [], "num crashed": 3} +2026-05-13T18:30:53.3381694Z [05-13|18:28:17.958] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 42, "max height": 42} +2026-05-13T18:30:53.3382068Z [05-13|18:28:17.984] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 42, "max height": 44} +2026-05-13T18:30:53.3382396Z [05-13|18:28:18.040] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 44, "max height": 45} +2026-05-13T18:30:53.3382764Z [05-13|18:28:18.064] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 46, "max height": 46} +2026-05-13T18:30:53.3383145Z [05-13|18:28:18.064] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 46, "max height": 46} +2026-05-13T18:30:53.3383510Z [05-13|18:28:18.113] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 48, "max height": 49} +2026-05-13T18:30:53.3383840Z [05-13|18:28:18.119] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 49, "max height": 49} +2026-05-13T18:30:53.3384218Z [05-13|18:28:18.141] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 50, "max height": 50} +2026-05-13T18:30:53.3384631Z [05-13|18:28:18.142] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3385009Z [05-13|18:28:18.142] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 50, "max height": 50} +2026-05-13T18:30:53.3385386Z [05-13|18:28:18.197] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 50, "max height": 53} +2026-05-13T18:30:53.3385798Z [05-13|18:28:18.221] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3386125Z [05-13|18:28:18.221] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 53, "max height": 53} +2026-05-13T18:30:53.3386549Z [05-13|18:28:18.379] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 53, "max height": 56} +2026-05-13T18:30:53.3386874Z [05-13|18:28:18.403] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3387241Z [05-13|18:28:18.426] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 57, "max height": 57} +2026-05-13T18:30:53.3387568Z [05-13|18:28:18.426] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 57, "max height": 57} +2026-05-13T18:30:53.3387936Z [05-13|18:28:18.485] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 59, "max height": 59} +2026-05-13T18:30:53.3388469Z [05-13|18:28:18.485] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 59, "max height": 59} +2026-05-13T18:30:53.3388853Z [05-13|18:28:18.560] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 61, "max height": 62} +2026-05-13T18:30:53.3389180Z [05-13|18:28:18.567] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 62, "max height": 62} +2026-05-13T18:30:53.3389550Z [05-13|18:28:18.634] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 64, "max height": 64} +2026-05-13T18:30:53.3389880Z [05-13|18:28:18.634] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 64, "max height": 64} +2026-05-13T18:30:53.3390247Z [05-13|18:28:18.660] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 65, "max height": 65} +2026-05-13T18:30:53.3390659Z [05-13|18:28:18.661] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3390995Z [05-13|18:28:18.661] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 65, "max height": 65} +2026-05-13T18:30:53.3391364Z [05-13|18:28:18.695] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 65, "max height": 67} +2026-05-13T18:30:53.3391691Z [05-13|18:28:18.726] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 67, "max height": 67} +2026-05-13T18:30:53.3392066Z [05-13|18:28:18.752] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 68, "max height": 68} +2026-05-13T18:30:53.3392577Z [05-13|18:28:18.755] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0900000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3392904Z [05-13|18:28:18.755] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 68, "max height": 68} +2026-05-13T18:30:53.3393279Z [05-13|18:28:18.806] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 68, "max height": 71} +2026-05-13T18:30:53.3393756Z [05-13|18:28:18.834] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3394086Z [05-13|18:28:18.834] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 71, "max height": 71} +2026-05-13T18:30:53.3394512Z [05-13|18:28:18.963] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 71, "max height": 72} +2026-05-13T18:30:53.3395053Z [05-13|18:28:19.016] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000", "0900000000000000"], "recovered": [], "num crashed": 3} +2026-05-13T18:30:53.3395392Z [05-13|18:28:19.017] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 73, "max height": 73} +2026-05-13T18:30:53.3395817Z [05-13|18:28:19.168] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 73, "max height": 75} +2026-05-13T18:30:53.3396144Z [05-13|18:28:19.243] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 75, "max height": 75} +2026-05-13T18:30:53.3396516Z [05-13|18:28:19.410] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 77, "max height": 78} +2026-05-13T18:30:53.3397051Z [05-13|18:28:19.418] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0700000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} +2026-05-13T18:30:53.3397380Z [05-13|18:28:19.418] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 78, "max height": 78} +2026-05-13T18:30:53.3397793Z [05-13|18:28:19.523] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 78, "max height": 79} +2026-05-13T18:30:53.3398331Z [05-13|18:28:19.615] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3398663Z [05-13|18:28:19.615] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 79, "max height": 80} +2026-05-13T18:30:53.3399037Z [05-13|18:28:19.653] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 80, "max height": 82} +2026-05-13T18:30:53.3399570Z [05-13|18:28:19.682] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0200000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} +2026-05-13T18:30:53.3399895Z [05-13|18:28:19.682] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3400269Z [05-13|18:28:19.703] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 82, "max height": 84} +2026-05-13T18:30:53.3400596Z [05-13|18:28:19.789] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 84, "max height": 84} +2026-05-13T18:30:53.3400966Z [05-13|18:28:19.849] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3401297Z [05-13|18:28:19.849] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3401666Z [05-13|18:28:19.871] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 88, "max height": 88} +2026-05-13T18:30:53.3402057Z [05-13|18:28:19.871] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 88, "max height": 88} +2026-05-13T18:30:53.3402431Z [05-13|18:28:19.940] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 91, "max height": 91} +2026-05-13T18:30:53.3402907Z [05-13|18:28:19.941] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3403237Z [05-13|18:28:19.941] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 91, "max height": 91} +2026-05-13T18:30:53.3403613Z [05-13|18:28:19.968] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 91, "max height": 93} +2026-05-13T18:30:53.3404134Z [05-13|18:28:20.042] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3404465Z [05-13|18:28:20.042] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 93, "max height": 93} +2026-05-13T18:30:53.3404843Z [05-13|18:28:20.069] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 93, "max height": 94} +2026-05-13T18:30:53.3405306Z [05-13|18:28:20.127] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3405636Z [05-13|18:28:20.127] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 94, "max height": 94} +2026-05-13T18:30:53.3406014Z [05-13|18:28:20.148] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 94, "max height": 95} +2026-05-13T18:30:53.3406338Z [05-13|18:28:20.185] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 95, "max height": 95} +2026-05-13T18:30:53.3406707Z [05-13|18:28:20.246] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3407171Z [05-13|18:28:20.246] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3407500Z [05-13|18:28:20.247] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3407881Z [05-13|18:28:20.296] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 97, "max height": 99} +2026-05-13T18:30:53.3408465Z [05-13|18:28:20.328] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3408800Z [05-13|18:28:20.328] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3409183Z [05-13|18:28:20.478] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 99, "max height": 101} +2026-05-13T18:30:53.3409655Z [05-13|18:28:20.544] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} +2026-05-13T18:30:53.3409991Z [05-13|18:28:20.544] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 101, "max height": 101} +2026-05-13T18:30:53.3410373Z [05-13|18:28:20.566] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 101, "max height": 102} +2026-05-13T18:30:53.3410679Z [05-13|18:28:20.634] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 101} +2026-05-13T18:30:53.3410962Z [05-13|18:28:20.637] INFO random_network/network.go:291 Network Status {"num nodes": 10, "Seed": 1778696896607} +2026-05-13T18:30:53.3411334Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3412601Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:31 BlockMessage:98 EmptyNotarization:108 EmptyVoteMessage:135 FinalizationMessage:834 NotarizationMessage:1046 ReplicationRequest:97 ReplicationResponse:14 VerifiedReplicationRequest:865 VoteMessage:752] +2026-05-13T18:30:53.3412974Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3414145Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:7 BlockMessage:18 EmptyNotarization:23 EmptyVoteMessage:31 FinalizationMessage:147 NotarizationMessage:147 ReplicationRequest:14 ReplicationResponse:8 VerifiedReplicationRequest:155 VoteMessage:134] +2026-05-13T18:30:53.3414560Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3415732Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:6 BlockMessage:18 EmptyNotarization:25 EmptyVoteMessage:34 FinalizationMessage:147 NotarizationMessage:217 ReplicationRequest:11 ReplicationResponse:17 VerifiedReplicationRequest:153 VoteMessage:133] +2026-05-13T18:30:53.3416143Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3416522Z node.go:176: Node 0300000000000000 sent message types: map[EmptyVoteMessage:2 ReplicationResponse:10] +2026-05-13T18:30:53.3416887Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3418025Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:9 EmptyNotarization:23 EmptyVoteMessage:34 FinalizationMessage:70 NotarizationMessage:95 ReplicationRequest:9 ReplicationResponse:9 VerifiedReplicationRequest:75 VoteMessage:65] +2026-05-13T18:30:53.3418506Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3419443Z node.go:176: Node 0500000000000000 sent message types: map[EmptyVoteMessage:3 FinalizationMessage:7 NotarizationMessage:7 ReplicationRequest:2 ReplicationResponse:11 VerifiedReplicationRequest:8 VoteMessage:7] +2026-05-13T18:30:53.3419810Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3420516Z node.go:176: Node 0600000000000000 sent message types: map[EmptyVoteMessage:2 NotarizationMessage:8 ReplicationRequest:1 ReplicationResponse:12 VerifiedReplicationRequest:9] +2026-05-13T18:30:53.3420882Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0700000000000000", "Short": 7, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3422025Z node.go:176: Node 0700000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:4 EmptyNotarization:14 EmptyVoteMessage:17 FinalizationMessage:21 NotarizationMessage:30 ReplicationRequest:4 ReplicationResponse:10 VerifiedReplicationRequest:23 VoteMessage:20] +2026-05-13T18:30:53.3422391Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0800000000000000", "Short": 8, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3423546Z node.go:176: Node 0800000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:18 EmptyNotarization:30 EmptyVoteMessage:34 FinalizationMessage:147 NotarizationMessage:209 ReplicationRequest:11 ReplicationResponse:26 VerifiedReplicationRequest:154 VoteMessage:133] +2026-05-13T18:30:53.3423909Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0900000000000000", "Short": 9, "Round": 116, "Height": 102} +2026-05-13T18:30:53.3425050Z node.go:176: Node 0900000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:8 EmptyNotarization:23 EmptyVoteMessage:26 FinalizationMessage:63 NotarizationMessage:96 ReplicationRequest:6 ReplicationResponse:14 VerifiedReplicationRequest:75 VoteMessage:59] +2026-05-13T18:30:53.3425364Z [05-13|18:28:20.638] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 621} +2026-05-13T18:30:53.3425462Z === RUN TestNetworkSimpleFuzz/#09 +2026-05-13T18:30:53.3425769Z [05-13|18:28:20.644] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696900644} +2026-05-13T18:30:53.3426026Z [05-13|18:28:20.644] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 5} +2026-05-13T18:30:53.3426353Z [05-13|18:28:20.651] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 0, "max height": 0} +2026-05-13T18:30:53.3426780Z [05-13|18:28:20.676] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 3, "max height": 3} +2026-05-13T18:30:53.3427199Z [05-13|18:28:20.677] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3427521Z [05-13|18:28:20.677] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 3, "max height": 3} +2026-05-13T18:30:53.3427946Z [05-13|18:28:20.698] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 3, "max height": 5} +2026-05-13T18:30:53.3428383Z [05-13|18:28:20.704] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 5, "max height": 5} +2026-05-13T18:30:53.3428747Z [05-13|18:28:20.725] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 7, "max height": 7} +2026-05-13T18:30:53.3429167Z [05-13|18:28:20.725] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3429489Z [05-13|18:28:20.725] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 7, "max height": 7} +2026-05-13T18:30:53.3429918Z [05-13|18:28:20.829] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 7, "max height": 8} +2026-05-13T18:30:53.3430245Z [05-13|18:28:20.836] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 8, "max height": 8} +2026-05-13T18:30:53.3430620Z [05-13|18:28:20.858] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 10, "max height": 10} +2026-05-13T18:30:53.3431030Z [05-13|18:28:20.858] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3431362Z [05-13|18:28:20.858] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 10, "max height": 10} +2026-05-13T18:30:53.3431733Z [05-13|18:28:20.963] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 10, "max height": 12} +2026-05-13T18:30:53.3432146Z [05-13|18:28:20.971] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3432482Z [05-13|18:28:20.972] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 12, "max height": 12} +2026-05-13T18:30:53.3432856Z [05-13|18:28:20.993] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 12, "max height": 14} +2026-05-13T18:30:53.3433268Z [05-13|18:28:20.999] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3433602Z [05-13|18:28:20.999] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 14, "max height": 14} +2026-05-13T18:30:53.3433974Z [05-13|18:28:21.024] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 14, "max height": 16} +2026-05-13T18:30:53.3434357Z [05-13|18:28:21.034] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 16, "max height": 16} +2026-05-13T18:30:53.3434733Z [05-13|18:28:21.055] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 18, "max height": 18} +2026-05-13T18:30:53.3435061Z [05-13|18:28:21.055] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 18, "max height": 18} +2026-05-13T18:30:53.3435430Z [05-13|18:28:21.075] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 20, "max height": 20} +2026-05-13T18:30:53.3435847Z [05-13|18:28:21.076] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3436224Z [05-13|18:28:21.076] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 20, "max height": 20} +2026-05-13T18:30:53.3436598Z [05-13|18:28:21.097] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 20, "max height": 23} +2026-05-13T18:30:53.3436930Z [05-13|18:28:21.108] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 23, "max height": 23} +2026-05-13T18:30:53.3437356Z [05-13|18:28:21.129] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 26, "max height": 26} +2026-05-13T18:30:53.3437687Z [05-13|18:28:21.129] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 26, "max height": 26} +2026-05-13T18:30:53.3438172Z [05-13|18:28:21.150] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 28, "max height": 28} +2026-05-13T18:30:53.3438588Z [05-13|18:28:21.151] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3438921Z [05-13|18:28:21.151] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 28, "max height": 28} +2026-05-13T18:30:53.3439354Z [05-13|18:28:21.171] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 28, "max height": 30} +2026-05-13T18:30:53.3439687Z [05-13|18:28:21.183] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 30, "max height": 30} +2026-05-13T18:30:53.3440058Z [05-13|18:28:21.204] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 32, "max height": 32} +2026-05-13T18:30:53.3440386Z [05-13|18:28:21.204] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 32, "max height": 32} +2026-05-13T18:30:53.3440757Z [05-13|18:28:21.225] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 35, "max height": 35} +2026-05-13T18:30:53.3441087Z [05-13|18:28:21.226] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 35, "max height": 35} +2026-05-13T18:30:53.3441458Z [05-13|18:28:21.246] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 37, "max height": 37} +2026-05-13T18:30:53.3441787Z [05-13|18:28:21.246] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 37, "max height": 37} +2026-05-13T18:30:53.3442166Z [05-13|18:28:21.267] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3442495Z [05-13|18:28:21.267] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 39, "max height": 39} +2026-05-13T18:30:53.3442863Z [05-13|18:28:21.290] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 41, "max height": 41} +2026-05-13T18:30:53.3443192Z [05-13|18:28:21.290] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 41, "max height": 41} +2026-05-13T18:30:53.3443624Z [05-13|18:28:21.311] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 43, "max height": 43} +2026-05-13T18:30:53.3444037Z [05-13|18:28:21.311] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3444376Z [05-13|18:28:21.311] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 43, "max height": 43} +2026-05-13T18:30:53.3444745Z [05-13|18:28:21.415] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 43, "max height": 45} +2026-05-13T18:30:53.3445072Z [05-13|18:28:21.430] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 45, "max height": 45} +2026-05-13T18:30:53.3445501Z [05-13|18:28:21.451] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 47, "max height": 47} +2026-05-13T18:30:53.3445831Z [05-13|18:28:21.451] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 47, "max height": 47} +2026-05-13T18:30:53.3446201Z [05-13|18:28:21.474] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 49, "max height": 49} +2026-05-13T18:30:53.3446582Z [05-13|18:28:21.474] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 49, "max height": 49} +2026-05-13T18:30:53.3446953Z [05-13|18:28:21.495] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 50, "max height": 50} +2026-05-13T18:30:53.3447280Z [05-13|18:28:21.495] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 50, "max height": 50} +2026-05-13T18:30:53.3447657Z [05-13|18:28:21.518] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 52, "max height": 52} +2026-05-13T18:30:53.3448179Z [05-13|18:28:21.518] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3448585Z [05-13|18:28:21.518] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 52, "max height": 52} +2026-05-13T18:30:53.3448969Z [05-13|18:28:21.539] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 52, "max height": 54} +2026-05-13T18:30:53.3449384Z [05-13|18:28:21.562] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3449714Z [05-13|18:28:21.563] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 54, "max height": 54} +2026-05-13T18:30:53.3450090Z [05-13|18:28:21.686] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 54, "max height": 55} +2026-05-13T18:30:53.3450413Z [05-13|18:28:21.703] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 55, "max height": 55} +2026-05-13T18:30:53.3450785Z [05-13|18:28:21.724] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3451118Z [05-13|18:28:21.724] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 56, "max height": 56} +2026-05-13T18:30:53.3451492Z [05-13|18:28:21.745] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 58, "max height": 58} +2026-05-13T18:30:53.3451817Z [05-13|18:28:21.745] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 58, "max height": 58} +2026-05-13T18:30:53.3452192Z [05-13|18:28:21.766] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 61, "max height": 61} +2026-05-13T18:30:53.3452604Z [05-13|18:28:21.766] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3452988Z [05-13|18:28:21.766] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 61, "max height": 61} +2026-05-13T18:30:53.3453363Z [05-13|18:28:21.787] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 61, "max height": 64} +2026-05-13T18:30:53.3453777Z [05-13|18:28:21.810] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3454104Z [05-13|18:28:21.810] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 64, "max height": 64} +2026-05-13T18:30:53.3454469Z [05-13|18:28:21.831] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 64, "max height": 65} +2026-05-13T18:30:53.3454842Z [05-13|18:28:21.848] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 65, "max height": 65} +2026-05-13T18:30:53.3455216Z [05-13|18:28:21.973] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 67, "max height": 67} +2026-05-13T18:30:53.3455628Z [05-13|18:28:21.974] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3456003Z [05-13|18:28:21.974] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 67, "max height": 67} +2026-05-13T18:30:53.3456380Z [05-13|18:28:22.098] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 67, "max height": 70} +2026-05-13T18:30:53.3456705Z [05-13|18:28:22.120] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 70, "max height": 70} +2026-05-13T18:30:53.3457072Z [05-13|18:28:22.141] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 72, "max height": 72} +2026-05-13T18:30:53.3457484Z [05-13|18:28:22.141] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3457854Z [05-13|18:28:22.142] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 72, "max height": 72} +2026-05-13T18:30:53.3458338Z [05-13|18:28:22.162] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 72, "max height": 74} +2026-05-13T18:30:53.3458672Z [05-13|18:28:22.183] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 74, "max height": 74} +2026-05-13T18:30:53.3459039Z [05-13|18:28:22.205] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 76, "max height": 76} +2026-05-13T18:30:53.3459391Z [05-13|18:28:22.206] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 76, "max height": 76} +2026-05-13T18:30:53.3459766Z [05-13|18:28:22.226] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 78, "max height": 78} +2026-05-13T18:30:53.3460093Z [05-13|18:28:22.227] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 78, "max height": 78} +2026-05-13T18:30:53.3460465Z [05-13|18:28:22.252] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 81, "max height": 81} +2026-05-13T18:30:53.3460882Z [05-13|18:28:22.252] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3461209Z [05-13|18:28:22.252] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 81, "max height": 81} +2026-05-13T18:30:53.3461582Z [05-13|18:28:22.274] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 81, "max height": 82} +2026-05-13T18:30:53.3461914Z [05-13|18:28:22.301] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 82, "max height": 82} +2026-05-13T18:30:53.3462389Z [05-13|18:28:22.324] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 84, "max height": 84} +2026-05-13T18:30:53.3462747Z [05-13|18:28:22.324] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 84, "max height": 84} +2026-05-13T18:30:53.3463126Z [05-13|18:28:22.346] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 86, "max height": 86} +2026-05-13T18:30:53.3463467Z [05-13|18:28:22.346] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 86, "max height": 86} +2026-05-13T18:30:53.3463853Z [05-13|18:28:22.367] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3464331Z [05-13|18:28:22.367] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} +2026-05-13T18:30:53.3464667Z [05-13|18:28:22.367] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 87, "max height": 87} +2026-05-13T18:30:53.3465040Z [05-13|18:28:22.388] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 87, "max height": 88} +2026-05-13T18:30:53.3465421Z [05-13|18:28:22.414] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 88, "max height": 88} +2026-05-13T18:30:53.3465789Z [05-13|18:28:22.435] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3466118Z [05-13|18:28:22.435] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 90, "max height": 90} +2026-05-13T18:30:53.3466492Z [05-13|18:28:22.456] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3466817Z [05-13|18:28:22.456] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 92, "max height": 92} +2026-05-13T18:30:53.3467189Z [05-13|18:28:22.477] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 95, "max height": 95} +2026-05-13T18:30:53.3467609Z [05-13|18:28:22.477] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 95, "max height": 95} +2026-05-13T18:30:53.3467982Z [05-13|18:28:22.499] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3468424Z [05-13|18:28:22.499] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 97, "max height": 97} +2026-05-13T18:30:53.3468798Z [05-13|18:28:22.520] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3469124Z [05-13|18:28:22.520] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 99, "max height": 99} +2026-05-13T18:30:53.3469500Z [05-13|18:28:22.546] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 101, "max height": 101} +2026-05-13T18:30:53.3469814Z [05-13|18:28:22.546] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 101} +2026-05-13T18:30:53.3470098Z [05-13|18:28:22.547] INFO random_network/network.go:291 Network Status {"num nodes": 5, "Seed": 1778696900644} +2026-05-13T18:30:53.3470465Z [05-13|18:28:22.547] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 110, "Height": 101} +2026-05-13T18:30:53.3471459Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:22 FinalizationMessage:106 NotarizationMessage:126 ReplicationRequest:5 ReplicationResponse:9 VerifiedReplicationRequest:108 VoteMessage:84] +2026-05-13T18:30:53.3471824Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 110, "Height": 101} +2026-05-13T18:30:53.3473060Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:29 EmptyNotarization:12 EmptyVoteMessage:14 FinalizationMessage:137 NotarizationMessage:159 ReplicationRequest:7 ReplicationResponse:5 VerifiedReplicationRequest:140 VoteMessage:109] +2026-05-13T18:30:53.3473426Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 110, "Height": 101} +2026-05-13T18:30:53.3474589Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:7 BlockMessage:71 EmptyNotarization:29 EmptyVoteMessage:26 FinalizationMessage:324 NotarizationMessage:396 ReplicationRequest:21 ReplicationResponse:16 VerifiedReplicationRequest:336 VoteMessage:258] +2026-05-13T18:30:53.3475012Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 110, "Height": 101} +2026-05-13T18:30:53.3476176Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:37 EmptyNotarization:11 EmptyVoteMessage:13 FinalizationMessage:173 NotarizationMessage:219 ReplicationRequest:6 ReplicationResponse:10 VerifiedReplicationRequest:178 VoteMessage:138] +2026-05-13T18:30:53.3476536Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 110, "Height": 101} +2026-05-13T18:30:53.3477461Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:10 FinalizationMessage:52 NotarizationMessage:73 ReplicationResponse:12 VerifiedReplicationRequest:52 VoteMessage:42] +2026-05-13T18:30:53.3477716Z [05-13|18:28:22.548] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 666} +2026-05-13T18:30:53.3477823Z --- FAIL: TestNetworkSimpleFuzz (26.39s) +2026-05-13T18:30:53.3477985Z --- PASS: TestNetworkSimpleFuzz/#00 (3.12s) +2026-05-13T18:30:53.3478246Z --- PASS: TestNetworkSimpleFuzz/#01 (0.94s) +2026-05-13T18:30:53.3478389Z --- PASS: TestNetworkSimpleFuzz/#02 (4.44s) +2026-05-13T18:30:53.3478533Z --- FAIL: TestNetworkSimpleFuzz/#03 (0.51s) +2026-05-13T18:30:53.3478735Z --- PASS: TestNetworkSimpleFuzz/#04 (2.72s) +2026-05-13T18:30:53.3478879Z --- PASS: TestNetworkSimpleFuzz/#05 (3.88s) +2026-05-13T18:30:53.3479025Z --- PASS: TestNetworkSimpleFuzz/#06 (2.18s) +2026-05-13T18:30:53.3479166Z --- PASS: TestNetworkSimpleFuzz/#07 (2.66s) +2026-05-13T18:30:53.3479304Z --- PASS: TestNetworkSimpleFuzz/#08 (4.04s) +2026-05-13T18:30:53.3479443Z --- PASS: TestNetworkSimpleFuzz/#09 (1.91s) +2026-05-13T18:30:53.3479539Z === RUN TestLongRunningSimple +2026-05-13T18:30:53.3480108Z [05-13|18:28:22.550] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "103ae74e068c2eeb", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} +2026-05-13T18:30:53.3480665Z [05-13|18:28:22.551] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "2266b38484e26c88", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} +2026-05-13T18:30:53.3481298Z [05-13|18:28:22.552] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "2a13296a445c281f", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} +2026-05-13T18:30:53.3482048Z [05-13|18:28:22.553] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "e9fdff04dd02736b", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} +2026-05-13T18:30:53.3482605Z [05-13|18:28:22.553] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "23a7847ddd647882", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} +2026-05-13T18:30:53.3482825Z [05-13|18:28:22.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3483036Z [05-13|18:28:22.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3483326Z [05-13|18:28:22.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3483534Z [05-13|18:28:22.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3483737Z [05-13|18:28:22.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3484014Z [05-13|18:28:22.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.3484280Z [05-13|18:28:22.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.3484537Z [05-13|18:28:22.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.3485071Z [05-13|18:28:22.558] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3485539Z [05-13|18:28:22.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3485802Z [05-13|18:28:22.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.3486061Z [05-13|18:28:22.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:53.3486576Z [05-13|18:28:22.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3486784Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3487244Z [05-13|18:28:22.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3487452Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3487787Z [05-13|18:28:22.560] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} +2026-05-13T18:30:53.3488439Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3488654Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3488984Z [05-13|18:28:22.560] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} +2026-05-13T18:30:53.3489313Z [05-13|18:28:22.560] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} +2026-05-13T18:30:53.3489462Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3489784Z [05-13|18:28:22.561] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} +2026-05-13T18:30:53.3489929Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3490065Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3490272Z [05-13|18:28:22.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3490481Z [05-13|18:28:22.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3490619Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3490879Z [05-13|18:28:22.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.3491137Z [05-13|18:28:22.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.3491399Z [05-13|18:28:22.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.3491922Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3492378Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3492644Z [05-13|18:28:22.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.3493097Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3493424Z [05-13|18:28:22.562] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} +2026-05-13T18:30:53.3493925Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3494136Z [05-13|18:28:22.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3494466Z [05-13|18:28:22.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} +2026-05-13T18:30:53.3494722Z [05-13|18:28:22.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3495046Z [05-13|18:28:22.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} +2026-05-13T18:30:53.3495254Z [05-13|18:28:22.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3495576Z [05-13|18:28:22.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} +2026-05-13T18:30:53.3495898Z [05-13|18:28:22.564] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} +2026-05-13T18:30:53.3496108Z [05-13|18:28:22.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3496369Z [05-13|18:28:22.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 5} +2026-05-13T18:30:53.3496861Z [05-13|18:28:22.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3497003Z [05-13|18:28:22.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3497138Z [05-13|18:28:22.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3497269Z [05-13|18:28:22.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3497399Z [05-13|18:28:22.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3497728Z [05-13|18:28:22.565] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} +2026-05-13T18:30:53.3497989Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:53.3498366Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:53.3498633Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:53.3498888Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:53.3499350Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3499830Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3500293Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3500622Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 5} +2026-05-13T18:30:53.3500839Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3501296Z [05-13|18:28:22.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3501503Z [05-13|18:28:22.567] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3501958Z [05-13|18:28:22.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3502341Z [05-13|18:28:22.567] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} +2026-05-13T18:30:53.3502552Z [05-13|18:28:22.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3502880Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} +2026-05-13T18:30:53.3503084Z [05-13|18:28:22.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3503689Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} +2026-05-13T18:30:53.3504107Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} +2026-05-13T18:30:53.3504593Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} +2026-05-13T18:30:53.3504753Z [05-13|18:28:22.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3504897Z [05-13|18:28:22.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3505114Z [05-13|18:28:22.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3505469Z [05-13|18:28:22.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.3505761Z [05-13|18:28:22.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.3506021Z [05-13|18:28:22.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.3506276Z [05-13|18:28:22.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.3506760Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3507227Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3507491Z [05-13|18:28:22.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:53.3507959Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3508591Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3509067Z [05-13|18:28:22.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3509412Z [05-13|18:28:22.571] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} +2026-05-13T18:30:53.3509736Z [05-13|18:28:22.571] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} +2026-05-13T18:30:53.3510027Z [05-13|18:28:22.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3510237Z [05-13|18:28:22.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3510380Z [05-13|18:28:22.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3510514Z [05-13|18:28:22.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3510841Z [05-13|18:28:22.572] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} +2026-05-13T18:30:53.3511163Z [05-13|18:28:22.572] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} +2026-05-13T18:30:53.3511537Z [05-13|18:28:22.572] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} +2026-05-13T18:30:53.3511752Z [05-13|18:28:22.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3511888Z [05-13|18:28:22.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3512092Z [05-13|18:28:22.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3512232Z [05-13|18:28:22.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3512490Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3512754Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:53.3513020Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:53.3513282Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:53.3513546Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:53.3514023Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3514545Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3515044Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3515322Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 5} +2026-05-13T18:30:53.3515536Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3515747Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3516217Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3516679Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3517011Z [05-13|18:28:22.574] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} +2026-05-13T18:30:53.3517349Z [05-13|18:28:22.574] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} +2026-05-13T18:30:53.3517557Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3517884Z [05-13|18:28:22.575] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} +2026-05-13T18:30:53.3518468Z [05-13|18:28:22.575] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3518914Z [05-13|18:28:22.575] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} +2026-05-13T18:30:53.3519249Z [05-13|18:28:22.575] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} +2026-05-13T18:30:53.3519395Z [05-13|18:28:22.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3519604Z [05-13|18:28:22.575] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3519870Z [05-13|18:28:22.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:53.3520133Z [05-13|18:28:22.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:53.3520452Z [05-13|18:28:22.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:53.3520925Z [05-13|18:28:22.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3521389Z [05-13|18:28:22.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3521706Z [05-13|18:28:22.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:53.3522165Z [05-13|18:28:22.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3522440Z [05-13|18:28:22.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:53.3522896Z [05-13|18:28:22.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3523348Z [05-13|18:28:22.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3523736Z [05-13|18:28:22.577] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} +2026-05-13T18:30:53.3523948Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3524154Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3524486Z [05-13|18:28:22.578] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} +2026-05-13T18:30:53.3524693Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3524897Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3525227Z [05-13|18:28:22.578] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} +2026-05-13T18:30:53.3525547Z [05-13|18:28:22.578] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} +2026-05-13T18:30:53.3525871Z [05-13|18:28:22.579] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} +2026-05-13T18:30:53.3526013Z [05-13|18:28:22.579] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3526146Z [05-13|18:28:22.579] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3526353Z [05-13|18:28:22.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3526617Z [05-13|18:28:22.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:53.3527078Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3527386Z [05-13|18:28:22.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:53.3527850Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3528251Z [05-13|18:28:22.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:53.3528713Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3528980Z [05-13|18:28:22.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:53.3529251Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3529462Z [05-13|18:28:22.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3529924Z [05-13|18:28:22.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3530311Z [05-13|18:28:22.581] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} +2026-05-13T18:30:53.3530645Z [05-13|18:28:22.581] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} +2026-05-13T18:30:53.3530868Z [05-13|18:28:22.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3531194Z [05-13|18:28:22.582] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} +2026-05-13T18:30:53.3531459Z [05-13|18:28:22.582] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 5} +2026-05-13T18:30:53.3531792Z [05-13|18:28:22.582] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} +2026-05-13T18:30:53.3532309Z [05-13|18:28:22.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3532532Z [05-13|18:28:22.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3532810Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.3532951Z [05-13|18:28:22.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3533088Z [05-13|18:28:22.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3533355Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.3533614Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.3534084Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3534348Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:53.3534805Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3535259Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3535479Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3535688Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3536083Z [05-13|18:28:22.584] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} +2026-05-13T18:30:53.3536297Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3536503Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3536960Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3537297Z [05-13|18:28:22.584] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} +2026-05-13T18:30:53.3537622Z [05-13|18:28:22.584] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} +2026-05-13T18:30:53.3538233Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:53.3538393Z [05-13|18:28:22.585] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3538726Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} +2026-05-13T18:30:53.3539148Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} +2026-05-13T18:30:53.3539589Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:53.3539726Z [05-13|18:28:22.585] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3540151Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:53.3540370Z [05-13|18:28:22.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3540794Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:53.3540980Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3541121Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3541586Z [05-13|18:28:22.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3541916Z [05-13|18:28:22.586] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} +2026-05-13T18:30:53.3542055Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3542190Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3542406Z [05-13|18:28:22.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3542677Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.3542940Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.3543201Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.3543676Z [05-13|18:28:22.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3544139Z [05-13|18:28:22.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3544403Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.3544723Z [05-13|18:28:22.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.3545189Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3545650Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3546115Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3546323Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3546572Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3546908Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} +2026-05-13T18:30:53.3547235Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} +2026-05-13T18:30:53.3547443Z [05-13|18:28:22.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3547622Z [05-13|18:28:22.590] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3547755Z [05-13|18:28:22.590] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3547959Z [05-13|18:28:22.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3548403Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} +2026-05-13T18:30:53.3548541Z [05-13|18:28:22.590] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3548865Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} +2026-05-13T18:30:53.3549192Z [05-13|18:28:22.591] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} +2026-05-13T18:30:53.3549461Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3549601Z [05-13|18:28:22.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3549866Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:53.3550125Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:53.3550382Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:53.3550862Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3551330Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3551795Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3552064Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:53.3552504Z [05-13|18:28:22.591] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:53.3552926Z [05-13|18:28:22.592] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:53.3553070Z [05-13|18:28:22.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3553552Z [05-13|18:28:22.592] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:53.3554022Z [05-13|18:28:22.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3554243Z [05-13|18:28:22.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3554379Z [05-13|18:28:22.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3554843Z [05-13|18:28:22.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3555244Z [05-13|18:28:22.592] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} +2026-05-13T18:30:53.3555383Z [05-13|18:28:22.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3555597Z [05-13|18:28:22.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3555812Z [05-13|18:28:22.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3556143Z [05-13|18:28:22.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} +2026-05-13T18:30:53.3556332Z [05-13|18:28:22.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3556545Z [05-13|18:28:22.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3556870Z [05-13|18:28:22.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} +2026-05-13T18:30:53.3557197Z [05-13|18:28:22.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} +2026-05-13T18:30:53.3557336Z [05-13|18:28:22.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3557663Z [05-13|18:28:22.594] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} +2026-05-13T18:30:53.3557836Z [05-13|18:28:22.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3557975Z [05-13|18:28:22.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3558300Z [05-13|18:28:22.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3558572Z [05-13|18:28:22.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:53.3558836Z [05-13|18:28:22.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:53.3559102Z [05-13|18:28:22.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:53.3559603Z [05-13|18:28:22.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3560078Z [05-13|18:28:22.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3560344Z [05-13|18:28:22.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:53.3560807Z [05-13|18:28:22.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3561276Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3561488Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3561698Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3561979Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3562320Z [05-13|18:28:22.596] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} +2026-05-13T18:30:53.3562657Z [05-13|18:28:22.596] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} +2026-05-13T18:30:53.3562994Z [05-13|18:28:22.596] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} +2026-05-13T18:30:53.3563256Z [05-13|18:28:22.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:53.3563771Z [05-13|18:28:22.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3564109Z [05-13|18:28:22.597] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} +2026-05-13T18:30:53.3564321Z [05-13|18:28:22.597] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3564459Z [05-13|18:28:22.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3564723Z [05-13|18:28:22.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3564858Z [05-13|18:28:22.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3564991Z [05-13|18:28:22.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3565319Z [05-13|18:28:22.598] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} +2026-05-13T18:30:53.3565588Z [05-13|18:28:22.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:53.3566053Z [05-13|18:28:22.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3566271Z [05-13|18:28:22.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.3566586Z [05-13|18:28:22.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:53.3566851Z [05-13|18:28:22.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:53.3567112Z [05-13|18:28:22.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:53.3567251Z [05-13|18:28:22.600] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3567715Z [05-13|18:28:22.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3568292Z [05-13|18:28:22.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3568568Z [05-13|18:28:22.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:53.3569028Z [05-13|18:28:22.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3569374Z [05-13|18:28:22.600] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} +2026-05-13T18:30:53.3569832Z [05-13|18:28:22.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3570043Z [05-13|18:28:22.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.3570382Z [05-13|18:28:22.601] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} +2026-05-13T18:30:53.3570777Z [05-13|18:28:22.601] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} +2026-05-13T18:30:53.3571113Z [05-13|18:28:22.602] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} +2026-05-13T18:30:53.3571449Z [05-13|18:28:22.602] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} +2026-05-13T18:30:53.3571658Z [05-13|18:28:22.602] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.3571792Z [05-13|18:28:22.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3572059Z [05-13|18:28:22.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:53.3572376Z [05-13|18:28:22.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:53.3572640Z [05-13|18:28:22.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:53.3573109Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3573622Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3574081Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3574352Z [05-13|18:28:22.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:53.3574562Z [05-13|18:28:22.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.3574774Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.3575290Z [05-13|18:28:22.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3575633Z [05-13|18:28:22.604] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} +2026-05-13T18:30:53.3575963Z [05-13|18:28:22.604] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} +2026-05-13T18:30:53.3576230Z [05-13|18:28:22.604] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:53.3576558Z [05-13|18:28:22.605] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} +2026-05-13T18:30:53.3576771Z [05-13|18:28:22.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.3577108Z [05-13|18:28:22.605] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} +2026-05-13T18:30:53.3577572Z [05-13|18:28:22.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3577783Z [05-13|18:28:22.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.3577924Z [05-13|18:28:22.605] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3578175Z [05-13|18:28:22.605] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3578386Z [05-13|18:28:22.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.3578655Z [05-13|18:28:22.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:53.3578921Z [05-13|18:28:22.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:53.3579242Z [05-13|18:28:22.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:53.3579583Z [05-13|18:28:22.606] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} +2026-05-13T18:30:53.3580051Z [05-13|18:28:22.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3580517Z [05-13|18:28:22.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3580736Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.3581002Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.3581448Z [05-13|18:28:22.607] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:53.3581595Z [05-13|18:28:22.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3581734Z [05-13|18:28:22.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3582263Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3582537Z [05-13|18:28:22.607] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:53.3582749Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.3583214Z [05-13|18:28:22.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3583558Z [05-13|18:28:22.608] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} +2026-05-13T18:30:53.3583938Z [05-13|18:28:22.608] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} +2026-05-13T18:30:53.3584407Z [05-13|18:28:22.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3584741Z [05-13|18:28:22.609] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} +2026-05-13T18:30:53.3585222Z [05-13|18:28:22.609] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} +2026-05-13T18:30:53.3585479Z [05-13|18:28:22.609] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3585706Z [05-13|18:28:22.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.3586008Z [05-13|18:28:22.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.3586215Z [05-13|18:28:22.609] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3586360Z [05-13|18:28:22.609] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3586632Z [05-13|18:28:22.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:53.3586899Z [05-13|18:28:22.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:53.3587161Z [05-13|18:28:22.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:53.3587634Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3587897Z [05-13|18:28:22.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:53.3588671Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3589144Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3589480Z [05-13|18:28:22.610] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} +2026-05-13T18:30:53.3589950Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3590163Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.3590448Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.3590725Z [05-13|18:28:22.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:53.3591064Z [05-13|18:28:22.611] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} +2026-05-13T18:30:53.3591332Z [05-13|18:28:22.612] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.3591669Z [05-13|18:28:22.612] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} +2026-05-13T18:30:53.3592001Z [05-13|18:28:22.612] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} +2026-05-13T18:30:53.3592210Z [05-13|18:28:22.612] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.3592726Z [05-13|18:28:22.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3592879Z [05-13|18:28:22.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3593024Z [05-13|18:28:22.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3593428Z [05-13|18:28:22.613] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} +2026-05-13T18:30:53.3593646Z [05-13|18:28:22.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.3593980Z [05-13|18:28:22.613] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} +2026-05-13T18:30:53.3594124Z [05-13|18:28:22.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3594334Z [05-13|18:28:22.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.3594605Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:53.3594878Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:53.3595139Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:53.3595399Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:53.3595875Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3596340Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3596810Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3597086Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.3597380Z [05-13|18:28:22.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:53.3597848Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3598436Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3598778Z [05-13|18:28:22.615] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} +2026-05-13T18:30:53.3599059Z [05-13|18:28:22.616] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.3599398Z [05-13|18:28:22.616] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} +2026-05-13T18:30:53.3599611Z [05-13|18:28:22.616] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.3599949Z [05-13|18:28:22.616] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} +2026-05-13T18:30:53.3600335Z [05-13|18:28:22.616] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} +2026-05-13T18:30:53.3600667Z [05-13|18:28:22.617] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} +2026-05-13T18:30:53.3600812Z [05-13|18:28:22.617] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3601021Z [05-13|18:28:22.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.3601231Z [05-13|18:28:22.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.3601497Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:53.3601819Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:53.3602084Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:53.3602348Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:53.3602821Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3603085Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:53.3603552Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3604012Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3604472Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3604941Z [05-13|18:28:22.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3605152Z [05-13|18:28:22.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.3605485Z [05-13|18:28:22.619] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} +2026-05-13T18:30:53.3605824Z [05-13|18:28:22.619] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} +2026-05-13T18:30:53.3606213Z [05-13|18:28:22.620] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} +2026-05-13T18:30:53.3606425Z [05-13|18:28:22.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.3606643Z [05-13|18:28:22.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.3606852Z [05-13|18:28:22.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.3606986Z [05-13|18:28:22.620] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3607318Z [05-13|18:28:22.620] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} +2026-05-13T18:30:53.3607728Z [05-13|18:28:22.620] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} +2026-05-13T18:30:53.3607870Z [05-13|18:28:22.620] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3608212Z [05-13|18:28:22.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.3608642Z [05-13|18:28:22.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:53.3608998Z [05-13|18:28:22.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:53.3609473Z [05-13|18:28:22.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3609762Z [05-13|18:28:22.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:53.3610023Z [05-13|18:28:22.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:53.3610290Z [05-13|18:28:22.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:53.3610516Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.3611042Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3611517Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3611986Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3612321Z [05-13|18:28:22.623] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} +2026-05-13T18:30:53.3612793Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3613130Z [05-13|18:28:22.623] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} +2026-05-13T18:30:53.3613460Z [05-13|18:28:22.623] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} +2026-05-13T18:30:53.3613607Z [05-13|18:28:22.623] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3613815Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.3614022Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.3614231Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.3614584Z [05-13|18:28:22.624] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} +2026-05-13T18:30:53.3614856Z [05-13|18:28:22.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.3614997Z [05-13|18:28:22.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3615323Z [05-13|18:28:22.624] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} +2026-05-13T18:30:53.3615592Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:53.3615856Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:53.3616115Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:53.3616385Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:53.3616916Z [05-13|18:28:22.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3617383Z [05-13|18:28:22.625] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} +2026-05-13T18:30:53.3617892Z [05-13|18:28:22.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3618500Z [05-13|18:28:22.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3618640Z [05-13|18:28:22.626] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3619102Z [05-13|18:28:22.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3619547Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} +2026-05-13T18:30:53.3620044Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} +2026-05-13T18:30:53.3620388Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} +2026-05-13T18:30:53.3620726Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} +2026-05-13T18:30:53.3620861Z [05-13|18:28:22.626] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3621071Z [05-13|18:28:22.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.3621284Z [05-13|18:28:22.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.3621615Z [05-13|18:28:22.627] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} +2026-05-13T18:30:53.3621751Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3622088Z [05-13|18:28:22.627] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} +2026-05-13T18:30:53.3622310Z [05-13|18:28:22.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.3622782Z [05-13|18:28:22.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3622998Z [05-13|18:28:22.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.3623165Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3623416Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3623682Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3623929Z [05-13|18:28:22.628] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3624515Z [05-13|18:28:22.628] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} +2026-05-13T18:30:53.3624751Z [05-13|18:28:22.628] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3625118Z [05-13|18:28:22.629] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.3625596Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:53.3626049Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:53.3626645Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:53.3627461Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3627925Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:53.3628931Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3629909Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3630316Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.3631157Z [05-13|18:28:22.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:53.3631586Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.3632256Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3632417Z [05-13|18:28:22.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3632885Z [05-13|18:28:22.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3633104Z [05-13|18:28:22.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.3633450Z [05-13|18:28:22.631] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} +2026-05-13T18:30:53.3633788Z [05-13|18:28:22.631] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} +2026-05-13T18:30:53.3634124Z [05-13|18:28:22.631] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} +2026-05-13T18:30:53.3634265Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3634590Z [05-13|18:28:22.632] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} +2026-05-13T18:30:53.3634730Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3634862Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3634994Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3635320Z [05-13|18:28:22.632] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} +2026-05-13T18:30:53.3635537Z [05-13|18:28:22.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.3635814Z [05-13|18:28:22.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.3636083Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:53.3636354Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:53.3636625Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:53.3637108Z [05-13|18:28:22.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3637385Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:53.3637908Z [05-13|18:28:22.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3638412Z [05-13|18:28:22.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.3638906Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:53.3639459Z [05-13|18:28:22.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3639926Z [05-13|18:28:22.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3640359Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:53.3640790Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:53.3641278Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:53.3641419Z [05-13|18:28:22.634] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3641887Z [05-13|18:28:22.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3642230Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} +2026-05-13T18:30:53.3642575Z [05-13|18:28:22.635] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} +2026-05-13T18:30:53.3642907Z [05-13|18:28:22.635] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} +2026-05-13T18:30:53.3643052Z [05-13|18:28:22.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3643185Z [05-13|18:28:22.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3643321Z [05-13|18:28:22.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3643541Z [05-13|18:28:22.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.3643872Z [05-13|18:28:22.635] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} +2026-05-13T18:30:53.3644082Z [05-13|18:28:22.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.3644215Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3644352Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3644484Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3644676Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3645015Z [05-13|18:28:22.636] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} +2026-05-13T18:30:53.3645229Z [05-13|18:28:22.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.3645439Z [05-13|18:28:22.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.3645710Z [05-13|18:28:22.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} +2026-05-13T18:30:53.3645973Z [05-13|18:28:22.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} +2026-05-13T18:30:53.3646235Z [05-13|18:28:22.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} +2026-05-13T18:30:53.3646553Z [05-13|18:28:22.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} +2026-05-13T18:30:53.3647027Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3647491Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3648008Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3648757Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3648976Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.3649328Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} +2026-05-13T18:30:53.3649542Z [05-13|18:28:22.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.3649949Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} +2026-05-13T18:30:53.3650294Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} +2026-05-13T18:30:53.3650622Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} +2026-05-13T18:30:53.3650831Z [05-13|18:28:22.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.3651276Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:53.3651485Z [05-13|18:28:22.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.3651919Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:53.3652065Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3652494Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:53.3652630Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3652767Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3653193Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:53.3653327Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3653529Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3653999Z [05-13|18:28:22.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3654134Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3654277Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3654408Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3654539Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3654879Z [05-13|18:28:22.640] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} +2026-05-13T18:30:53.3655089Z [05-13|18:28:22.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.3655408Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:53.3655903Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:53.3656391Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:53.3656873Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:53.3657518Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:53.3658417Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3658922Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3659817Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3660792Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3661414Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3661644Z [05-13|18:28:22.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.3662026Z [05-13|18:28:22.643] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} +2026-05-13T18:30:53.3662335Z [05-13|18:28:22.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.3662551Z [05-13|18:28:22.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.3662696Z [05-13|18:28:22.643] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3663030Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} +2026-05-13T18:30:53.3663498Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} +2026-05-13T18:30:53.3663716Z [05-13|18:28:22.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.3664042Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} +2026-05-13T18:30:53.3664450Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} +2026-05-13T18:30:53.3664637Z [05-13|18:28:22.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3664937Z [05-13|18:28:22.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.3665078Z [05-13|18:28:22.645] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3665353Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} +2026-05-13T18:30:53.3665752Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} +2026-05-13T18:30:53.3666026Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} +2026-05-13T18:30:53.3666506Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3666887Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} +2026-05-13T18:30:53.3667450Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3667721Z [05-13|18:28:22.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} +2026-05-13T18:30:53.3668489Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3669229Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3669709Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3670053Z [05-13|18:28:22.647] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} +2026-05-13T18:30:53.3670397Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.3670547Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3670954Z [05-13|18:28:22.647] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} +2026-05-13T18:30:53.3671295Z [05-13|18:28:22.647] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} +2026-05-13T18:30:53.3671861Z [05-13|18:28:22.646] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} +2026-05-13T18:30:53.3672008Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3672224Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.3672364Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3672659Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.3672985Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.3673256Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3673612Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.3674089Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} +2026-05-13T18:30:53.3674566Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} +2026-05-13T18:30:53.3675358Z [05-13|18:28:22.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3675845Z [05-13|18:28:22.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3676231Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} +2026-05-13T18:30:53.3676494Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} +2026-05-13T18:30:53.3676842Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} +2026-05-13T18:30:53.3677060Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.3677269Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.3677743Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3678594Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3679059Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:53.3679549Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:53.3679890Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} +2026-05-13T18:30:53.3680035Z [05-13|18:28:22.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3680376Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} +2026-05-13T18:30:53.3680810Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:53.3681316Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:53.3681693Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} +2026-05-13T18:30:53.3681917Z [05-13|18:28:22.650] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.3682056Z [05-13|18:28:22.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3682198Z [05-13|18:28:22.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3682524Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} +2026-05-13T18:30:53.3682996Z [05-13|18:28:22.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3683140Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3683279Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3683412Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3683759Z [05-13|18:28:22.651] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} +2026-05-13T18:30:53.3683903Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3684037Z [05-13|18:28:22.652] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3684315Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} +2026-05-13T18:30:53.3684451Z [05-13|18:28:22.652] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3684926Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3685304Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} +2026-05-13T18:30:53.3685519Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.3685785Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} +2026-05-13T18:30:53.3686251Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3686520Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} +2026-05-13T18:30:53.3687020Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3687487Z [05-13|18:28:22.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3687828Z [05-13|18:28:22.653] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} +2026-05-13T18:30:53.3688449Z [05-13|18:28:22.653] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} +2026-05-13T18:30:53.3688677Z [05-13|18:28:22.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.3688888Z [05-13|18:28:22.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.3689221Z [05-13|18:28:22.654] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} +2026-05-13T18:30:53.3689499Z [05-13|18:28:22.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} +2026-05-13T18:30:53.3689970Z [05-13|18:28:22.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3690180Z [05-13|18:28:22.654] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3690401Z [05-13|18:28:22.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.3690537Z [05-13|18:28:22.654] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3690866Z [05-13|18:28:22.654] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} +2026-05-13T18:30:53.3691001Z [05-13|18:28:22.655] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3691268Z [05-13|18:28:22.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} +2026-05-13T18:30:53.3691737Z [05-13|18:28:22.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3692086Z [05-13|18:28:22.655] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} +2026-05-13T18:30:53.3692353Z [05-13|18:28:22.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} +2026-05-13T18:30:53.3692616Z [05-13|18:28:22.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} +2026-05-13T18:30:53.3693063Z [05-13|18:28:22.656] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:53.3693328Z [05-13|18:28:22.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} +2026-05-13T18:30:53.3693800Z [05-13|18:28:22.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3694329Z [05-13|18:28:22.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3694466Z [05-13|18:28:22.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3694924Z [05-13|18:28:22.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3695143Z [05-13|18:28:22.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.3695603Z [05-13|18:28:22.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3695792Z [05-13|18:28:22.657] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3696141Z [05-13|18:28:22.657] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} +2026-05-13T18:30:53.3696477Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} +2026-05-13T18:30:53.3696613Z [05-13|18:28:22.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3696804Z [05-13|18:28:22.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3701451Z [05-13|18:28:22.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.3701823Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} +2026-05-13T18:30:53.3702167Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} +2026-05-13T18:30:53.3702536Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} +2026-05-13T18:30:53.3702696Z [05-13|18:28:22.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3702919Z [05-13|18:28:22.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.3703246Z [05-13|18:28:22.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.3703461Z [05-13|18:28:22.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.3703736Z [05-13|18:28:22.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} +2026-05-13T18:30:53.3704008Z [05-13|18:28:22.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} +2026-05-13T18:30:53.3704269Z [05-13|18:28:22.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} +2026-05-13T18:30:53.3704530Z [05-13|18:28:22.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} +2026-05-13T18:30:53.3705014Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3705480Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3705752Z [05-13|18:28:22.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 5} +2026-05-13T18:30:53.3706221Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3706692Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3706912Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.3707454Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3707664Z [05-13|18:28:22.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.3708008Z [05-13|18:28:22.661] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} +2026-05-13T18:30:53.3708474Z [05-13|18:28:22.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.3708805Z [05-13|18:28:22.661] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} +2026-05-13T18:30:53.3708948Z [05-13|18:28:22.661] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3709160Z [05-13|18:28:22.661] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3709491Z [05-13|18:28:22.661] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} +2026-05-13T18:30:53.3709702Z [05-13|18:28:22.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.3710032Z [05-13|18:28:22.662] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} +2026-05-13T18:30:53.3710413Z [05-13|18:28:22.662] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} +2026-05-13T18:30:53.3710549Z [05-13|18:28:22.662] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3710764Z [05-13|18:28:22.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.3711032Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} +2026-05-13T18:30:53.3711296Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} +2026-05-13T18:30:53.3711564Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} +2026-05-13T18:30:53.3711882Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} +2026-05-13T18:30:53.3712381Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3712601Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.3712870Z [05-13|18:28:22.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 5} +2026-05-13T18:30:53.3713340Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3713804Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3714267Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3714726Z [05-13|18:28:22.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3715073Z [05-13|18:28:22.665] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} +2026-05-13T18:30:53.3715406Z [05-13|18:28:22.665] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} +2026-05-13T18:30:53.3715546Z [05-13|18:28:22.665] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3715881Z [05-13|18:28:22.666] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} +2026-05-13T18:30:53.3716079Z [05-13|18:28:22.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3716409Z [05-13|18:28:22.666] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} +2026-05-13T18:30:53.3716556Z [05-13|18:28:22.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3716769Z [05-13|18:28:22.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.3716974Z [05-13|18:28:22.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.3717183Z [05-13|18:28:22.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.3717491Z [05-13|18:28:22.666] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} +2026-05-13T18:30:53.3717755Z [05-13|18:28:22.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} +2026-05-13T18:30:53.3718355Z [05-13|18:28:22.667] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} +2026-05-13T18:30:53.3718669Z [05-13|18:28:22.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} +2026-05-13T18:30:53.3719018Z [05-13|18:28:22.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 5} +2026-05-13T18:30:53.3719503Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3719970Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3720434Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3720955Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3721169Z [05-13|18:28:22.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.3721380Z [05-13|18:28:22.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.3721724Z [05-13|18:28:22.668] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} +2026-05-13T18:30:53.3722056Z [05-13|18:28:22.668] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} +2026-05-13T18:30:53.3722265Z [05-13|18:28:22.669] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.3722536Z [05-13|18:28:22.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} +2026-05-13T18:30:53.3722866Z [05-13|18:28:22.669] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} +2026-05-13T18:30:53.3723193Z [05-13|18:28:22.669] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} +2026-05-13T18:30:53.3723667Z [05-13|18:28:22.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3723877Z [05-13|18:28:22.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.3724013Z [05-13|18:28:22.670] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3724154Z [05-13|18:28:22.670] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3724289Z [05-13|18:28:22.670] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3724557Z [05-13|18:28:22.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.3724830Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} +2026-05-13T18:30:53.3725097Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} +2026-05-13T18:30:53.3725569Z [05-13|18:28:22.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3725837Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} +2026-05-13T18:30:53.3726096Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} +2026-05-13T18:30:53.3726613Z [05-13|18:28:22.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3726959Z [05-13|18:28:22.672] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} +2026-05-13T18:30:53.3727423Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3727670Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.3727886Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.3728643Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3728925Z [05-13|18:28:22.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} +2026-05-13T18:30:53.3729273Z [05-13|18:28:22.673] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} +2026-05-13T18:30:53.3729682Z [05-13|18:28:22.673] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} +2026-05-13T18:30:53.3730155Z [05-13|18:28:22.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3730383Z [05-13|18:28:22.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.3730528Z [05-13|18:28:22.674] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3730737Z [05-13|18:28:22.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.3731081Z [05-13|18:28:22.674] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} +2026-05-13T18:30:53.3731413Z [05-13|18:28:22.674] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} +2026-05-13T18:30:53.3731554Z [05-13|18:28:22.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3731699Z [05-13|18:28:22.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3732028Z [05-13|18:28:22.675] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} +2026-05-13T18:30:53.3732240Z [05-13|18:28:22.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.3732457Z [05-13|18:28:22.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.3732728Z [05-13|18:28:22.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} +2026-05-13T18:30:53.3732991Z [05-13|18:28:22.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} +2026-05-13T18:30:53.3733257Z [05-13|18:28:22.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} +2026-05-13T18:30:53.3733789Z [05-13|18:28:22.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3734235Z [05-13|18:28:22.676] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 31, "epoch round": 31} +2026-05-13T18:30:53.3734709Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3734846Z [05-13|18:28:22.677] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3735053Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.3735571Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3736033Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3736375Z [05-13|18:28:22.678] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} +2026-05-13T18:30:53.3736698Z [05-13|18:28:22.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} +2026-05-13T18:30:53.3737155Z [05-13|18:28:22.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3737489Z [05-13|18:28:22.678] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} +2026-05-13T18:30:53.3737826Z [05-13|18:28:22.679] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} +2026-05-13T18:30:53.3738378Z [05-13|18:28:22.679] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} +2026-05-13T18:30:53.3738669Z [05-13|18:28:22.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.3738889Z [05-13|18:28:22.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.3739098Z [05-13|18:28:22.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.3739302Z [05-13|18:28:22.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.3739640Z [05-13|18:28:22.680] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} +2026-05-13T18:30:53.3739779Z [05-13|18:28:22.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3740044Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} +2026-05-13T18:30:53.3740315Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} +2026-05-13T18:30:53.3740575Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} +2026-05-13T18:30:53.3740834Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} +2026-05-13T18:30:53.3741095Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} +2026-05-13T18:30:53.3741559Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3742020Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3742543Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3743010Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3743468Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3743682Z [05-13|18:28:22.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.3743889Z [05-13|18:28:22.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.3744271Z [05-13|18:28:22.682] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} +2026-05-13T18:30:53.3744493Z [05-13|18:28:22.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.3744696Z [05-13|18:28:22.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.3745028Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} +2026-05-13T18:30:53.3745412Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} +2026-05-13T18:30:53.3745736Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} +2026-05-13T18:30:53.3746063Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} +2026-05-13T18:30:53.3746276Z [05-13|18:28:22.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.3746416Z [05-13|18:28:22.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3746550Z [05-13|18:28:22.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3746818Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} +2026-05-13T18:30:53.3747121Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} +2026-05-13T18:30:53.3747385Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} +2026-05-13T18:30:53.3747649Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} +2026-05-13T18:30:53.3748251Z [05-13|18:28:22.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3748727Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3749199Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3749411Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.3749673Z [05-13|18:28:22.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 5} +2026-05-13T18:30:53.3750138Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3750598Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3750809Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.3751220Z [05-13|18:28:22.685] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} +2026-05-13T18:30:53.3751553Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} +2026-05-13T18:30:53.3751881Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} +2026-05-13T18:30:53.3752213Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} +2026-05-13T18:30:53.3752420Z [05-13|18:28:22.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.3752746Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} +2026-05-13T18:30:53.3752944Z [05-13|18:28:22.686] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3753158Z [05-13|18:28:22.687] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.3753363Z [05-13|18:28:22.687] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.3753634Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} +2026-05-13T18:30:53.3753956Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} +2026-05-13T18:30:53.3754214Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} +2026-05-13T18:30:53.3754479Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} +2026-05-13T18:30:53.3754737Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} +2026-05-13T18:30:53.3755205Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3755772Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3756238Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3756450Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.3756916Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3757377Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3757593Z [05-13|18:28:22.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.3757800Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.3758260Z [05-13|18:28:22.689] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} +2026-05-13T18:30:53.3758611Z [05-13|18:28:22.689] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} +2026-05-13T18:30:53.3758747Z [05-13|18:28:22.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3759074Z [05-13|18:28:22.690] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} +2026-05-13T18:30:53.3759434Z [05-13|18:28:22.690] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} +2026-05-13T18:30:53.3759835Z [05-13|18:28:22.690] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} +2026-05-13T18:30:53.3759971Z [05-13|18:28:22.690] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3760238Z [05-13|18:28:22.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} +2026-05-13T18:30:53.3760380Z [05-13|18:28:22.691] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3760641Z [05-13|18:28:22.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} +2026-05-13T18:30:53.3760898Z [05-13|18:28:22.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 5} +2026-05-13T18:30:53.3761369Z [05-13|18:28:22.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3761888Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3762155Z [05-13|18:28:22.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} +2026-05-13T18:30:53.3762622Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3762885Z [05-13|18:28:22.691] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.3763147Z [05-13|18:28:22.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} +2026-05-13T18:30:53.3763364Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.3763825Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3764295Z [05-13|18:28:22.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3764685Z [05-13|18:28:22.693] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} +2026-05-13T18:30:53.3764900Z [05-13|18:28:22.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.3765235Z [05-13|18:28:22.693] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} +2026-05-13T18:30:53.3765440Z [05-13|18:28:22.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.3765766Z [05-13|18:28:22.694] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} +2026-05-13T18:30:53.3765981Z [05-13|18:28:22.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.3766312Z [05-13|18:28:22.694] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} +2026-05-13T18:30:53.3766448Z [05-13|18:28:22.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3766776Z [05-13|18:28:22.694] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} +2026-05-13T18:30:53.3766991Z [05-13|18:28:22.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.3767254Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} +2026-05-13T18:30:53.3767515Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} +2026-05-13T18:30:53.3767779Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} +2026-05-13T18:30:53.3768159Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} +2026-05-13T18:30:53.3768713Z [05-13|18:28:22.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3769187Z [05-13|18:28:22.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3769398Z [05-13|18:28:22.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.3769662Z [05-13|18:28:22.697] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 5} +2026-05-13T18:30:53.3770125Z [05-13|18:28:22.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3770640Z [05-13|18:28:22.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3770988Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} +2026-05-13T18:30:53.3771319Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} +2026-05-13T18:30:53.3771582Z [05-13|18:28:22.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.3771912Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} +2026-05-13T18:30:53.3772235Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} +2026-05-13T18:30:53.3772445Z [05-13|18:28:22.699] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.3772913Z [05-13|18:28:22.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} +2026-05-13T18:30:53.3773289Z [05-13|18:28:22.699] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} +2026-05-13T18:30:53.3773501Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.3773710Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.3773973Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} +2026-05-13T18:30:53.3774107Z [05-13|18:28:22.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3774373Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} +2026-05-13T18:30:53.3774635Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} +2026-05-13T18:30:53.3775098Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3775366Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} +2026-05-13T18:30:53.3775830Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3776288Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3776554Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} +2026-05-13T18:30:53.3777013Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3777512Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} +2026-05-13T18:30:53.3777731Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.3777936Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.3778384Z [05-13|18:28:22.701] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} +2026-05-13T18:30:53.3778718Z [05-13|18:28:22.701] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} +2026-05-13T18:30:53.3779102Z [05-13|18:28:22.701] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} +2026-05-13T18:30:53.3779244Z [05-13|18:28:22.701] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3779459Z [05-13|18:28:22.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.3779784Z [05-13|18:28:22.702] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} +2026-05-13T18:30:53.3780045Z [05-13|18:28:22.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.3780373Z [05-13|18:28:22.703] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} +2026-05-13T18:30:53.3780507Z [05-13|18:28:22.703] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3780639Z [05-13|18:28:22.703] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3780853Z [05-13|18:28:22.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.3781118Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} +2026-05-13T18:30:53.3781382Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} +2026-05-13T18:30:53.3781694Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} +2026-05-13T18:30:53.3782177Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3782437Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} +2026-05-13T18:30:53.3782908Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3783118Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.3783582Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3784049Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3784314Z [05-13|18:28:22.705] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 5} +2026-05-13T18:30:53.3784777Z [05-13|18:28:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} +2026-05-13T18:30:53.3784992Z [05-13|18:28:22.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.3785323Z [05-13|18:28:22.705] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} +2026-05-13T18:30:53.3785706Z [05-13|18:28:22.705] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} +2026-05-13T18:30:53.3785848Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3785982Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3786311Z [05-13|18:28:22.706] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} +2026-05-13T18:30:53.3786525Z [05-13|18:28:22.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.3786849Z [05-13|18:28:22.706] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} +2026-05-13T18:30:53.3786983Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3787226Z [05-13|18:28:22.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.3787440Z [05-13|18:28:22.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.3787575Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3787900Z [05-13|18:28:22.706] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} +2026-05-13T18:30:53.3788328Z [05-13|18:28:22.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} +2026-05-13T18:30:53.3788593Z [05-13|18:28:22.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} +2026-05-13T18:30:53.3789059Z [05-13|18:28:22.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3789530Z [05-13|18:28:22.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3789794Z [05-13|18:28:22.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} +2026-05-13T18:30:53.3790296Z [05-13|18:28:22.708] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} +2026-05-13T18:30:53.3790516Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.3790650Z [05-13|18:28:22.708] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3791113Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3791550Z [05-13|18:28:22.708] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} +2026-05-13T18:30:53.3791690Z [05-13|18:28:22.708] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3792118Z [05-13|18:28:22.708] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} +2026-05-13T18:30:53.3792258Z [05-13|18:28:22.708] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3792467Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.3792674Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.3792941Z [05-13|18:28:22.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} +2026-05-13T18:30:53.3793403Z [05-13|18:28:22.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3793868Z [05-13|18:28:22.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} +2026-05-13T18:30:53.3794277Z [05-13|18:28:22.709] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} +2026-05-13T18:30:53.3794604Z [05-13|18:28:22.709] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} +2026-05-13T18:30:53.3794935Z [05-13|18:28:22.709] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} +2026-05-13T18:30:53.3795072Z [05-13|18:28:22.709] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3795281Z [05-13|18:28:22.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.3795605Z [05-13|18:28:22.710] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} +2026-05-13T18:30:53.3795798Z [05-13|18:28:22.710] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3796122Z [05-13|18:28:22.710] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} +2026-05-13T18:30:53.3796388Z [05-13|18:28:22.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} +2026-05-13T18:30:53.3796658Z [05-13|18:28:22.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} +2026-05-13T18:30:53.3796970Z [05-13|18:28:22.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} +2026-05-13T18:30:53.3797437Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3797578Z [05-13|18:28:22.711] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3797843Z [05-13|18:28:22.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} +2026-05-13T18:30:53.3798435Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3798970Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3799434Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3799775Z [05-13|18:28:22.713] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} +2026-05-13T18:30:53.3800038Z [05-13|18:28:22.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} +2026-05-13T18:30:53.3800370Z [05-13|18:28:22.713] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} +2026-05-13T18:30:53.3800840Z [05-13|18:28:22.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} +2026-05-13T18:30:53.3801172Z [05-13|18:28:22.714] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} +2026-05-13T18:30:53.3801502Z [05-13|18:28:22.714] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} +2026-05-13T18:30:53.3801837Z [05-13|18:28:22.714] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} +2026-05-13T18:30:53.3801971Z [05-13|18:28:22.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3802118Z [05-13|18:28:23.213] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.3802339Z [05-13|18:28:23.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.3802484Z [05-13|18:28:23.215] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.3802682Z [05-13|18:28:23.217] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.3802893Z [05-13|18:28:23.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.3803037Z [05-13|18:28:23.219] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.3803245Z [05-13|18:28:23.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.3803383Z [05-13|18:28:23.222] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.3803594Z [05-13|18:28:23.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.3804605Z node.go:176: Node 103ae74e068c2eeb sent message types: map[BlockDigestRequest:5 BlockMessage:32 FinalizationMessage:164 NotarizationMessage:192 ReplicationRequest:5 ReplicationResponse:3 VerifiedReplicationRequest:164 VoteMessage:132] +2026-05-13T18:30:53.3805547Z node.go:176: Node 2266b38484e26c88 sent message types: map[BlockDigestRequest:9 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:205 ReplicationRequest:5 VerifiedReplicationRequest:164 VoteMessage:131] +2026-05-13T18:30:53.3806546Z node.go:176: Node 2a13296a445c281f sent message types: map[BlockDigestRequest:7 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:195 ReplicationRequest:4 ReplicationResponse:4 VerifiedReplicationRequest:164 VoteMessage:131] +2026-05-13T18:30:53.3807580Z node.go:176: Node e9fdff04dd02736b sent message types: map[BlockDigestRequest:5 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:215 ReplicationRequest:5 ReplicationResponse:6 VerifiedReplicationRequest:164 VoteMessage:131] +2026-05-13T18:30:53.3808689Z node.go:176: Node 23a7847ddd647882 sent message types: map[BlockDigestRequest:3 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:218 ReplicationRequest:4 ReplicationResponse:19 VerifiedReplicationRequest:164 VoteMessage:131] +2026-05-13T18:30:53.3808801Z --- PASS: TestLongRunningSimple (0.67s) +2026-05-13T18:30:53.3808902Z === RUN TestLongRunningReplication +2026-05-13T18:30:53.3809834Z [05-13|18:28:23.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "8794c776671975b3", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3810690Z [05-13|18:28:23.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "21826c883b159699", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3811530Z [05-13|18:28:23.224] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "9a32e163f3901fc2", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3812373Z [05-13|18:28:23.226] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "1184a377bc50e386", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3813211Z [05-13|18:28:23.228] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "37a6091fa4d587b3", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3814055Z [05-13|18:28:23.233] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "d027e66eba763d0d", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3814892Z [05-13|18:28:23.234] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "5267cfe9cb30e201", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3815787Z [05-13|18:28:23.235] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "fb655003ad8a55a5", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3816631Z [05-13|18:28:23.235] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6ebb93ab8ac85ba2", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3817517Z [05-13|18:28:23.235] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "8af533882fa24c31", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} +2026-05-13T18:30:53.3817743Z [05-13|18:28:23.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3817953Z [05-13|18:28:23.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3818324Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3818536Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3818738Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3818937Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3819145Z [05-13|18:28:23.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3819347Z [05-13|18:28:23.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3819550Z [05-13|18:28:23.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3819762Z [05-13|18:28:23.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.3820093Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3820360Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3820621Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3820875Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3821350Z [05-13|18:28:23.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3821615Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3821872Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3822311Z [05-13|18:28:23.240] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3822462Z [05-13|18:28:23.241] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3822933Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3823389Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3823604Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3824096Z [05-13|18:28:23.241] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3824520Z [05-13|18:28:23.241] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3824981Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3825120Z [05-13|18:28:23.241] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3825540Z [05-13|18:28:23.242] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3825731Z [05-13|18:28:23.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3825940Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3826201Z [05-13|18:28:23.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3826344Z [05-13|18:28:23.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3826548Z [05-13|18:28:23.242] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3827060Z [05-13|18:28:23.242] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3827199Z [05-13|18:28:23.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3827654Z [05-13|18:28:23.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3828230Z [05-13|18:28:23.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3828668Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3828870Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3829076Z [05-13|18:28:23.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3829501Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3829638Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3830055Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3830195Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3830649Z [05-13|18:28:23.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3831071Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3831213Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3831549Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3831811Z [05-13|18:28:23.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} +2026-05-13T18:30:53.3832146Z [05-13|18:28:23.244] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3832608Z [05-13|18:28:23.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3833123Z [05-13|18:28:23.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3833266Z [05-13|18:28:23.244] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3833475Z [05-13|18:28:23.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3833897Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:53.3834034Z [05-13|18:28:23.245] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3834362Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3834739Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3835072Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3835528Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3835788Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3836116Z [05-13|18:28:23.246] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3836442Z [05-13|18:28:23.246] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3836650Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3836980Z [05-13|18:28:23.246] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3837190Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3837557Z [05-13|18:28:23.247] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3837711Z [05-13|18:28:23.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3837920Z [05-13|18:28:23.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.3838275Z [05-13|18:28:23.248] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3838541Z [05-13|18:28:23.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3838817Z [05-13|18:28:23.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3839082Z [05-13|18:28:23.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3839339Z [05-13|18:28:23.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3839599Z [05-13|18:28:23.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3840066Z [05-13|18:28:23.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3840519Z [05-13|18:28:23.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3840785Z [05-13|18:28:23.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3841240Z [05-13|18:28:23.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3841569Z [05-13|18:28:23.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3841777Z [05-13|18:28:23.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3842110Z [05-13|18:28:23.251] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} +2026-05-13T18:30:53.3842244Z [05-13|18:28:23.251] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3842381Z [05-13|18:28:23.251] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3842835Z [05-13|18:28:23.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3843099Z [05-13|18:28:23.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3843241Z [05-13|18:28:23.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3843695Z [05-13|18:28:23.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3843956Z [05-13|18:28:23.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3844272Z [05-13|18:28:23.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3844724Z [05-13|18:28:23.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3845176Z [05-13|18:28:23.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3845634Z [05-13|18:28:23.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3845842Z [05-13|18:28:23.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3846226Z [05-13|18:28:23.254] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3846682Z [05-13|18:28:23.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3846943Z [05-13|18:28:23.254] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.3847401Z [05-13|18:28:23.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3847726Z [05-13|18:28:23.256] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3848166Z [05-13|18:28:23.256] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3848385Z [05-13|18:28:23.256] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3848523Z [05-13|18:28:23.256] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3848657Z [05-13|18:28:23.256] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3848980Z [05-13|18:28:23.256] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3849116Z [05-13|18:28:23.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3849247Z [05-13|18:28:23.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3849566Z [05-13|18:28:23.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3849843Z [05-13|18:28:23.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3850045Z [05-13|18:28:23.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3850366Z [05-13|18:28:23.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3850505Z [05-13|18:28:23.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3850708Z [05-13|18:28:23.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3850911Z [05-13|18:28:23.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3851177Z [05-13|18:28:23.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3851363Z [05-13|18:28:23.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3851685Z [05-13|18:28:23.259] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3852159Z [05-13|18:28:23.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3852485Z [05-13|18:28:23.259] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3852672Z [05-13|18:28:23.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3852936Z [05-13|18:28:23.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3853141Z [05-13|18:28:23.259] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3853463Z [05-13|18:28:23.259] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3853726Z [05-13|18:28:23.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3854048Z [05-13|18:28:23.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} +2026-05-13T18:30:53.3854306Z [05-13|18:28:23.259] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3854449Z [05-13|18:28:23.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3854909Z [05-13|18:28:23.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3855043Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3855178Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3855309Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3855441Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3855578Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3855840Z [05-13|18:28:23.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3856098Z [05-13|18:28:23.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3856564Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3856822Z [05-13|18:28:23.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3857028Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.3857233Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3857700Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3857878Z [05-13|18:28:23.262] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3858457Z [05-13|18:28:23.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3858918Z [05-13|18:28:23.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3859124Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3859415Z [05-13|18:28:23.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3859739Z [05-13|18:28:23.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3859947Z [05-13|18:28:23.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3860206Z [05-13|18:28:23.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3860671Z [05-13|18:28:23.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3860930Z [05-13|18:28:23.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3861390Z [05-13|18:28:23.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3861650Z [05-13|18:28:23.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.3862110Z [05-13|18:28:23.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3862571Z [05-13|18:28:23.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.3862831Z [05-13|18:28:23.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3863160Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3863489Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3863624Z [05-13|18:28:23.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3863942Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3864268Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3864588Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3864723Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3864861Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3864993Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3865121Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3865328Z [05-13|18:28:23.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3865465Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3865667Z [05-13|18:28:23.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3865800Z [05-13|18:28:23.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3865993Z [05-13|18:28:23.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3866196Z [05-13|18:28:23.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3866518Z [05-13|18:28:23.267] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3866849Z [05-13|18:28:23.267] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3867052Z [05-13|18:28:23.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.3867184Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3867319Z [05-13|18:28:23.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3867450Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3867620Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3867759Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3867890Z [05-13|18:28:23.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3868333Z [05-13|18:28:23.269] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3868718Z [05-13|18:28:23.269] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3868985Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3869116Z [05-13|18:28:23.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3869373Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3869636Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3869768Z [05-13|18:28:23.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3870022Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3870550Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3871014Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3871342Z [05-13|18:28:23.270] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} +2026-05-13T18:30:53.3871807Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3871940Z [05-13|18:28:23.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3872074Z [05-13|18:28:23.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3872286Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3872419Z [05-13|18:28:23.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3872622Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3872759Z [05-13|18:28:23.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3873019Z [05-13|18:28:23.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3873276Z [05-13|18:28:23.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3873537Z [05-13|18:28:23.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3874003Z [05-13|18:28:23.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3874526Z [05-13|18:28:23.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3874990Z [05-13|18:28:23.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3875249Z [05-13|18:28:23.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3875379Z [05-13|18:28:23.272] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3875892Z [05-13|18:28:23.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3876099Z [05-13|18:28:23.272] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3876558Z [05-13|18:28:23.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3876768Z [05-13|18:28:23.272] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3877135Z [05-13|18:28:23.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3877457Z [05-13|18:28:23.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3877594Z [05-13|18:28:23.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3877728Z [05-13|18:28:23.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3877933Z [05-13|18:28:23.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3878377Z [05-13|18:28:23.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3878699Z [05-13|18:28:23.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3878959Z [05-13|18:28:23.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.3879099Z [05-13|18:28:23.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3879559Z [05-13|18:28:23.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3879694Z [05-13|18:28:23.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3879830Z [05-13|18:28:23.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3880035Z [05-13|18:28:23.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3880167Z [05-13|18:28:23.275] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3880375Z [05-13|18:28:23.275] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3880834Z [05-13|18:28:23.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.3881160Z [05-13|18:28:23.275] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3881297Z [05-13|18:28:23.275] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3881428Z [05-13|18:28:23.275] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3881561Z [05-13|18:28:23.276] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3881773Z [05-13|18:28:23.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3881978Z [05-13|18:28:23.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3882359Z [05-13|18:28:23.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3882493Z [05-13|18:28:23.276] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3882629Z [05-13|18:28:23.276] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3882949Z [05-13|18:28:23.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3883271Z [05-13|18:28:23.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3883410Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3883611Z [05-13|18:28:23.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.3883798Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3883937Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3884258Z [05-13|18:28:23.277] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3884393Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3884773Z [05-13|18:28:23.278] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3885033Z [05-13|18:28:23.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3885288Z [05-13|18:28:23.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3885549Z [05-13|18:28:23.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3885806Z [05-13|18:28:23.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3886130Z [05-13|18:28:23.279] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} +2026-05-13T18:30:53.3886427Z [05-13|18:28:23.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3886562Z [05-13|18:28:23.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3886695Z [05-13|18:28:23.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3886832Z [05-13|18:28:23.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3887087Z [05-13|18:28:23.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3887550Z [05-13|18:28:23.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3887812Z [05-13|18:28:23.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3888391Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3888850Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3888991Z [05-13|18:28:23.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3889246Z [05-13|18:28:23.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3889699Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3890157Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3890685Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3890894Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3891103Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3891304Z [05-13|18:28:23.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3891759Z [05-13|18:28:23.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3892306Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3892515Z [05-13|18:28:23.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3892844Z [05-13|18:28:23.283] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3893173Z [05-13|18:28:23.283] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3893430Z [05-13|18:28:23.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3893687Z [05-13|18:28:23.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3893947Z [05-13|18:28:23.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.3894149Z [05-13|18:28:23.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3894353Z [05-13|18:28:23.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3894682Z [05-13|18:28:23.283] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3895189Z [05-13|18:28:23.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3895329Z [05-13|18:28:23.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3895662Z [05-13|18:28:23.284] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3895983Z [05-13|18:28:23.284] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3896115Z [05-13|18:28:23.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3896325Z [05-13|18:28:23.284] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3896460Z [05-13|18:28:23.285] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3896782Z [05-13|18:28:23.285] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3897109Z [05-13|18:28:23.285] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3897569Z [05-13|18:28:23.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.3897702Z [05-13|18:28:23.285] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3897910Z [05-13|18:28:23.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3898229Z [05-13|18:28:23.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.3898557Z [05-13|18:28:23.286] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3898761Z [05-13|18:28:23.287] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3898892Z [05-13|18:28:23.287] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3899153Z [05-13|18:28:23.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3899286Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3899545Z [05-13|18:28:23.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3899800Z [05-13|18:28:23.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3899931Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3900455Z [05-13|18:28:23.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3900592Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3900722Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3900986Z [05-13|18:28:23.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3901442Z [05-13|18:28:23.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3901636Z [05-13|18:28:23.289] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3901900Z [05-13|18:28:23.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3902157Z [05-13|18:28:23.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3902612Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3902825Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3903330Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3903661Z [05-13|18:28:23.290] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3903800Z [05-13|18:28:23.290] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3904253Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3904514Z [05-13|18:28:23.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3904974Z [05-13|18:28:23.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3905179Z [05-13|18:28:23.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3905384Z [05-13|18:28:23.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3905524Z [05-13|18:28:23.292] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3905725Z [05-13|18:28:23.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3905982Z [05-13|18:28:23.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3906436Z [05-13|18:28:23.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3906763Z [05-13|18:28:23.293] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} +2026-05-13T18:30:53.3906938Z [05-13|18:28:23.293] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3907273Z [05-13|18:28:23.293] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3907599Z [05-13|18:28:23.294] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3907809Z [05-13|18:28:23.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3908017Z [05-13|18:28:23.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3908568Z [05-13|18:28:23.294] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:53.3908960Z [05-13|18:28:23.294] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3909296Z [05-13|18:28:23.295] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3909622Z [05-13|18:28:23.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3910003Z [05-13|18:28:23.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3910332Z [05-13|18:28:23.297] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3910790Z [05-13|18:28:23.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3910926Z [05-13|18:28:23.297] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3911189Z [05-13|18:28:23.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3911323Z [05-13|18:28:23.297] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3911455Z [05-13|18:28:23.297] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3911646Z [05-13|18:28:23.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3911780Z [05-13|18:28:23.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3912236Z [05-13|18:28:23.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3912373Z [05-13|18:28:23.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3912503Z [05-13|18:28:23.299] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3912762Z [05-13|18:28:23.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3912974Z [05-13|18:28:23.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3913303Z [05-13|18:28:23.299] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3913437Z [05-13|18:28:23.299] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3913643Z [05-13|18:28:23.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3914106Z [05-13|18:28:23.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3914368Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3914500Z [05-13|18:28:23.300] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3914633Z [05-13|18:28:23.300] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3914890Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3915206Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3915466Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3915725Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3915857Z [05-13|18:28:23.300] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3916317Z [05-13|18:28:23.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3916573Z [05-13|18:28:23.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3916817Z [05-13|18:28:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3917280Z [05-13|18:28:23.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3917734Z [05-13|18:28:23.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3918347Z [05-13|18:28:23.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3918810Z [05-13|18:28:23.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3919264Z [05-13|18:28:23.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3919475Z [05-13|18:28:23.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3919806Z [05-13|18:28:23.304] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3920000Z [05-13|18:28:23.304] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3920209Z [05-13|18:28:23.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3920420Z [05-13|18:28:23.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3920744Z [05-13|18:28:23.305] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3920877Z [05-13|18:28:23.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3921084Z [05-13|18:28:23.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3921286Z [05-13|18:28:23.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3921545Z [05-13|18:28:23.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3921753Z [05-13|18:28:23.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3922077Z [05-13|18:28:23.305] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3922537Z [05-13|18:28:23.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3922871Z [05-13|18:28:23.306] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3923006Z [05-13|18:28:23.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3923331Z [05-13|18:28:23.306] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3923721Z [05-13|18:28:23.306] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3923984Z [05-13|18:28:23.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.3924310Z [05-13|18:28:23.307] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3924520Z [05-13|18:28:23.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3924652Z [05-13|18:28:23.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3925107Z [05-13|18:28:23.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.3925300Z [05-13|18:28:23.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3925434Z [05-13|18:28:23.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3925760Z [05-13|18:28:23.307] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3925973Z [05-13|18:28:23.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.3926160Z [05-13|18:28:23.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3926363Z [05-13|18:28:23.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3926623Z [05-13|18:28:23.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3926882Z [05-13|18:28:23.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3927137Z [05-13|18:28:23.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3927276Z [05-13|18:28:23.309] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3927603Z [05-13|18:28:23.308] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3927733Z [05-13|18:28:23.309] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3928381Z [05-13|18:28:23.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3928660Z [05-13|18:28:23.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3928929Z [05-13|18:28:23.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3929191Z [05-13|18:28:23.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3929657Z [05-13|18:28:23.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3930117Z [05-13|18:28:23.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3930385Z [05-13|18:28:23.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3930845Z [05-13|18:28:23.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3931179Z [05-13|18:28:23.311] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} +2026-05-13T18:30:53.3931393Z [05-13|18:28:23.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3931847Z [05-13|18:28:23.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3932110Z [05-13|18:28:23.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3932249Z [05-13|18:28:23.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3932704Z [05-13|18:28:23.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3932911Z [05-13|18:28:23.312] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3933123Z [05-13|18:28:23.312] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3933382Z [05-13|18:28:23.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3933516Z [05-13|18:28:23.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3933706Z [05-13|18:28:23.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3934163Z [05-13|18:28:23.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3934425Z [05-13|18:28:23.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3934684Z [05-13|18:28:23.313] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3934950Z [05-13|18:28:23.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.3935402Z [05-13|18:28:23.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3935733Z [05-13|18:28:23.314] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3936192Z [05-13|18:28:23.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.3936690Z [05-13|18:28:23.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3937021Z [05-13|18:28:23.314] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3937155Z [05-13|18:28:23.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3937359Z [05-13|18:28:23.315] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3937687Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3938003Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3938259Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3938587Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3938723Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3939040Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3939179Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3939311Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3939441Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3939758Z [05-13|18:28:23.316] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3939971Z [05-13|18:28:23.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3940170Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3940376Z [05-13|18:28:23.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3940513Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3940645Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3940773Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3940980Z [05-13|18:28:23.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.3941183Z [05-13|18:28:23.317] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3941314Z [05-13|18:28:23.317] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3941447Z [05-13|18:28:23.317] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3941820Z [05-13|18:28:23.318] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3941958Z [05-13|18:28:23.318] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3942287Z [05-13|18:28:23.318] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3942668Z [05-13|18:28:23.318] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} +2026-05-13T18:30:53.3942799Z [05-13|18:28:23.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3943066Z [05-13|18:28:23.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3943323Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3943580Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3943840Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3944096Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3944433Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3944906Z [05-13|18:28:23.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3945366Z [05-13|18:28:23.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3945500Z [05-13|18:28:23.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3945766Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3946028Z [05-13|18:28:23.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3946491Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3946702Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3947160Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3947615Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3947879Z [05-13|18:28:23.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3948014Z [05-13|18:28:23.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3948635Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3948847Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3949304Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3949562Z [05-13|18:28:23.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.3950023Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.3950288Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3950496Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3950959Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3951092Z [05-13|18:28:23.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3951347Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3951555Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3951881Z [05-13|18:28:23.323] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3952341Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3952481Z [05-13|18:28:23.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3952809Z [05-13|18:28:23.324] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3953185Z [05-13|18:28:23.324] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3953400Z [05-13|18:28:23.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3953722Z [05-13|18:28:23.324] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3953926Z [05-13|18:28:23.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.3954062Z [05-13|18:28:23.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3954264Z [05-13|18:28:23.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3954396Z [05-13|18:28:23.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3954719Z [05-13|18:28:23.325] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3955041Z [05-13|18:28:23.325] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3955177Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3955379Z [05-13|18:28:23.326] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3955698Z [05-13|18:28:23.326] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} +2026-05-13T18:30:53.3955832Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3955979Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3956125Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3956355Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3956698Z [05-13|18:28:23.327] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3956843Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3956976Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3957107Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3957242Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3957573Z [05-13|18:28:23.327] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3957900Z [05-13|18:28:23.328] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3958355Z [05-13|18:28:23.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3958626Z [05-13|18:28:23.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.3959128Z [05-13|18:28:23.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3959652Z [05-13|18:28:23.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.3959788Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3959921Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3960058Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3960186Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3960318Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3960449Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3960586Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3960769Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3960904Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3961122Z [05-13|18:28:23.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3961384Z [05-13|18:28:23.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.3961642Z [05-13|18:28:23.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.3961907Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.3962166Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.3962422Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.3962684Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.3963154Z [05-13|18:28:23.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3963626Z [05-13|18:28:23.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3964093Z [05-13|18:28:23.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3964229Z [05-13|18:28:23.333] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3964685Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3965014Z [05-13|18:28:23.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 8} +2026-05-13T18:30:53.3965230Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3965689Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3966154Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3966649Z [05-13|18:28:23.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3966864Z [05-13|18:28:23.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3967204Z [05-13|18:28:23.334] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3967411Z [05-13|18:28:23.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.3967712Z [05-13|18:28:23.335] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 8} +2026-05-13T18:30:53.3968167Z [05-13|18:28:23.335] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} +2026-05-13T18:30:53.3968386Z [05-13|18:28:23.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3968719Z [05-13|18:28:23.335] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3968863Z [05-13|18:28:23.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3969077Z [05-13|18:28:23.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3969343Z [05-13|18:28:23.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3969558Z [05-13|18:28:23.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3969766Z [05-13|18:28:23.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3970097Z [05-13|18:28:23.336] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3970429Z [05-13|18:28:23.337] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3970758Z [05-13|18:28:23.336] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3971227Z [05-13|18:28:23.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3971367Z [05-13|18:28:23.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3971695Z [05-13|18:28:23.337] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3972022Z [05-13|18:28:23.337] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3972289Z [05-13|18:28:23.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.3972426Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3972557Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3972694Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3972885Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3973223Z [05-13|18:28:23.338] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3973436Z [05-13|18:28:23.338] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3973871Z [05-13|18:28:23.339] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:53.3974337Z [05-13|18:28:23.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3974476Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3974607Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3974789Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3974929Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3975059Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3975189Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3975658Z [05-13|18:28:23.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.3975848Z [05-13|18:28:23.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3975979Z [05-13|18:28:23.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3976310Z [05-13|18:28:23.340] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3976447Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3976579Z [05-13|18:28:23.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3976908Z [05-13|18:28:23.340] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3977045Z [05-13|18:28:23.341] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3977288Z [05-13|18:28:23.341] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3977424Z [05-13|18:28:23.341] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3977560Z [05-13|18:28:23.341] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3977765Z [05-13|18:28:23.342] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.3978207Z [05-13|18:28:23.343] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} +2026-05-13T18:30:53.3978483Z [05-13|18:28:23.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3978750Z [05-13|18:28:23.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3978884Z [05-13|18:28:23.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3979356Z [05-13|18:28:23.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3979619Z [05-13|18:28:23.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3979752Z [05-13|18:28:23.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3980013Z [05-13|18:28:23.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3980271Z [05-13|18:28:23.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3980405Z [05-13|18:28:23.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3980878Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3981406Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3981671Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3981935Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3982194Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3982450Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3982967Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3983189Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3983397Z [05-13|18:28:23.346] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3983861Z [05-13|18:28:23.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3984375Z [05-13|18:28:23.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3984831Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3985177Z [05-13|18:28:23.347] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3985640Z [05-13|18:28:23.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3985899Z [05-13|18:28:23.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3986042Z [05-13|18:28:23.347] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3986250Z [05-13|18:28:23.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3986514Z [05-13|18:28:23.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.3986978Z [05-13|18:28:23.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3987187Z [05-13|18:28:23.348] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3987522Z [05-13|18:28:23.348] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3987857Z [05-13|18:28:23.348] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3988307Z [05-13|18:28:23.348] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3988445Z [05-13|18:28:23.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3988658Z [05-13|18:28:23.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3988866Z [05-13|18:28:23.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3989198Z [05-13|18:28:23.349] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3989531Z [05-13|18:28:23.350] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3989733Z [05-13|18:28:23.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3990197Z [05-13|18:28:23.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.3990415Z [05-13|18:28:23.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3990745Z [05-13|18:28:23.350] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3990878Z [05-13|18:28:23.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3991015Z [05-13|18:28:23.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3991199Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3991411Z [05-13|18:28:23.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3991544Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3991681Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3992010Z [05-13|18:28:23.351] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3992393Z [05-13|18:28:23.351] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3992530Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3992660Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3992791Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3992927Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3993059Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3993191Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3993414Z [05-13|18:28:23.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.3993795Z [05-13|18:28:23.354] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} +2026-05-13T18:30:53.3994064Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.3994331Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.3994590Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.3994847Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.3995112Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.3995581Z [05-13|18:28:23.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3996043Z [05-13|18:28:23.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3996507Z [05-13|18:28:23.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3996969Z [05-13|18:28:23.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3997234Z [05-13|18:28:23.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.3997736Z [05-13|18:28:23.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3998311Z [05-13|18:28:23.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.3998529Z [05-13|18:28:23.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.3998668Z [05-13|18:28:23.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3998875Z [05-13|18:28:23.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.3999011Z [05-13|18:28:23.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.3999220Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.3999544Z [05-13|18:28:23.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.3999813Z [05-13|18:28:23.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.4000079Z [05-13|18:28:23.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.4000286Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.4000798Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4001015Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.4001472Z [05-13|18:28:23.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4001808Z [05-13|18:28:23.358] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4002022Z [05-13|18:28:23.358] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.4002405Z [05-13|18:28:23.358] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4002870Z [05-13|18:28:23.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4003217Z [05-13|18:28:23.359] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4003352Z [05-13|18:28:23.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4003559Z [05-13|18:28:23.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.4003698Z [05-13|18:28:23.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4004029Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4004359Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4004630Z [05-13|18:28:23.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.4004836Z [05-13|18:28:23.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.4005167Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4005500Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4005636Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4005826Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4006037Z [05-13|18:28:23.361] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.4006502Z [05-13|18:28:23.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4006637Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4006773Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4006905Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4007236Z [05-13|18:28:23.361] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4007369Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4007617Z [05-13|18:28:23.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.4007754Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4007886Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4008022Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4008266Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4008591Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4008728Z [05-13|18:28:23.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4008990Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4009251Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4009515Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4009649Z [05-13|18:28:23.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4009908Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4010302Z [05-13|18:28:23.363] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4010567Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4010698Z [05-13|18:28:23.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4011172Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4011638Z [05-13|18:28:23.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4011900Z [05-13|18:28:23.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4012236Z [05-13|18:28:23.364] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} +2026-05-13T18:30:53.4012698Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4013163Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4013628Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4014089Z [05-13|18:28:23.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4014364Z [05-13|18:28:23.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4014503Z [05-13|18:28:23.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4014966Z [05-13|18:28:23.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4015408Z [05-13|18:28:23.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} +2026-05-13T18:30:53.4015624Z [05-13|18:28:23.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4016108Z [05-13|18:28:23.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} +2026-05-13T18:30:53.4016540Z [05-13|18:28:23.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} +2026-05-13T18:30:53.4016753Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4016958Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4017335Z [05-13|18:28:23.367] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4017550Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4017684Z [05-13|18:28:23.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4017816Z [05-13|18:28:23.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4018228Z [05-13|18:28:23.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4018442Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4018575Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4019153Z [05-13|18:28:23.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4019291Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4019623Z [05-13|18:28:23.368] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4019760Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4019891Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4020222Z [05-13|18:28:23.369] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4020557Z [05-13|18:28:23.369] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4020691Z [05-13|18:28:23.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4020823Z [05-13|18:28:23.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4021095Z [05-13|18:28:23.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.4021561Z [05-13|18:28:23.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4021695Z [05-13|18:28:23.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4021907Z [05-13|18:28:23.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4022041Z [05-13|18:28:23.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4022174Z [05-13|18:28:23.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4022564Z [05-13|18:28:23.371] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4022702Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4023167Z [05-13|18:28:23.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4023377Z [05-13|18:28:23.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4023514Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4023842Z [05-13|18:28:23.371] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4023974Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4024163Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4024298Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4024429Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4024568Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4024697Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4025078Z [05-13|18:28:23.372] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4025410Z [05-13|18:28:23.372] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4025618Z [05-13|18:28:23.373] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4025824Z [05-13|18:28:23.373] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.4025964Z [05-13|18:28:23.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4026099Z [05-13|18:28:23.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4026229Z [05-13|18:28:23.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4026599Z [05-13|18:28:23.374] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4026737Z [05-13|18:28:23.374] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4027004Z [05-13|18:28:23.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4027266Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4027528Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4027788Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4028174Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4028662Z [05-13|18:28:23.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4028923Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4029055Z [05-13|18:28:23.375] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4029317Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4029786Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4030252Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4030587Z [05-13|18:28:23.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4031054Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4031270Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4031601Z [05-13|18:28:23.376] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} +2026-05-13T18:30:53.4031809Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4032333Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4032545Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4032805Z [05-13|18:28:23.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.4032941Z [05-13|18:28:23.377] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4033471Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4033935Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4034403Z [05-13|18:28:23.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4034613Z [05-13|18:28:23.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4034949Z [05-13|18:28:23.378] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4035473Z [05-13|18:28:23.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4035814Z [05-13|18:28:23.379] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4036025Z [05-13|18:28:23.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4036236Z [05-13|18:28:23.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4036371Z [05-13|18:28:23.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4036633Z [05-13|18:28:23.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 8} +2026-05-13T18:30:53.4036847Z [05-13|18:28:23.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4037179Z [05-13|18:28:23.380] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4037315Z [05-13|18:28:23.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4037449Z [05-13|18:28:23.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4037785Z [05-13|18:28:23.380] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4037919Z [05-13|18:28:23.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4038244Z [05-13|18:28:23.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4038719Z [05-13|18:28:23.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4039118Z [05-13|18:28:23.381] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4039449Z [05-13|18:28:23.381] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4039591Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4039726Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4039857Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4040193Z [05-13|18:28:23.381] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4040325Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4040717Z [05-13|18:28:23.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4040862Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4040993Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4041125Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4041263Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4041523Z [05-13|18:28:23.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4041656Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4041792Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4041922Z [05-13|18:28:23.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4042051Z [05-13|18:28:23.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4042387Z [05-13|18:28:23.383] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4042527Z [05-13|18:28:23.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4042671Z [05-13|18:28:23.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4042857Z [05-13|18:28:23.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4042995Z [05-13|18:28:23.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4043327Z [05-13|18:28:23.385] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} +2026-05-13T18:30:53.4043592Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4043858Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4044120Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4044379Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4044854Z [05-13|18:28:23.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4045322Z [05-13|18:28:23.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4045587Z [05-13|18:28:23.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4046054Z [05-13|18:28:23.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4046492Z [05-13|18:28:23.387] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:53.4046962Z [05-13|18:28:23.387] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:53.4047100Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4047528Z [05-13|18:28:23.388] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:53.4047662Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4047797Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4048381Z [05-13|18:28:23.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4048599Z [05-13|18:28:23.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4048798Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4049066Z [05-13|18:28:23.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4049530Z [05-13|18:28:23.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4049865Z [05-13|18:28:23.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4050073Z [05-13|18:28:23.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.4050530Z [05-13|18:28:23.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4050745Z [05-13|18:28:23.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4051177Z [05-13|18:28:23.391] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:53.4051314Z [05-13|18:28:23.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4051631Z [05-13|18:28:23.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4052097Z [05-13|18:28:23.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4052434Z [05-13|18:28:23.393] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4052647Z [05-13|18:28:23.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4053116Z [05-13|18:28:23.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4053383Z [05-13|18:28:23.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.4053521Z [05-13|18:28:23.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4053860Z [05-13|18:28:23.394] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4054325Z [05-13|18:28:23.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4054464Z [05-13|18:28:23.395] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4054672Z [05-13|18:28:23.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4054804Z [05-13|18:28:23.395] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4055017Z [05-13|18:28:23.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4055206Z [05-13|18:28:23.395] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4055412Z [05-13|18:28:23.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4055625Z [05-13|18:28:23.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4055961Z [05-13|18:28:23.396] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4056291Z [05-13|18:28:23.395] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4056506Z [05-13|18:28:23.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4056835Z [05-13|18:28:23.396] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4057010Z [05-13|18:28:23.396] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4057349Z [05-13|18:28:23.397] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4057484Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4057813Z [05-13|18:28:23.397] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4058000Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4058719Z [05-13|18:28:23.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4058861Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4059002Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4059163Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4059293Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4059631Z [05-13|18:28:23.398] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4059845Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4059979Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4060192Z [05-13|18:28:23.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4060402Z [05-13|18:28:23.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.4060733Z [05-13|18:28:23.399] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4060868Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4061007Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4061138Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4061273Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4061409Z [05-13|18:28:23.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4061741Z [05-13|18:28:23.400] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} +2026-05-13T18:30:53.4062007Z [05-13|18:28:23.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4062272Z [05-13|18:28:23.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4062535Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4063004Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4063330Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4063794Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4064057Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4064272Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4064731Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4064867Z [05-13|18:28:23.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4065187Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4065324Z [05-13|18:28:23.401] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4065583Z [05-13|18:28:23.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4065849Z [05-13|18:28:23.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4066361Z [05-13|18:28:23.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4066820Z [05-13|18:28:23.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4067278Z [05-13|18:28:23.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4067738Z [05-13|18:28:23.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4068266Z [05-13|18:28:23.403] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4068492Z [05-13|18:28:23.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4068955Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4069166Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4069378Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4069586Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4069723Z [05-13|18:28:23.404] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4069937Z [05-13|18:28:23.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4070278Z [05-13|18:28:23.405] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4070544Z [05-13|18:28:23.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4070885Z [05-13|18:28:23.405] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4071215Z [05-13|18:28:23.405] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4071542Z [05-13|18:28:23.406] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4071757Z [05-13|18:28:23.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4072145Z [05-13|18:28:23.406] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4072283Z [05-13|18:28:23.406] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4072750Z [05-13|18:28:23.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4073018Z [05-13|18:28:23.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.4073159Z [05-13|18:28:23.406] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4073375Z [05-13|18:28:23.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4073510Z [05-13|18:28:23.407] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4073894Z [05-13|18:28:23.407] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4074233Z [05-13|18:28:23.407] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4074695Z [05-13|18:28:23.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4074882Z [05-13|18:28:23.407] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4075094Z [05-13|18:28:23.408] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4075225Z [05-13|18:28:23.408] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4075361Z [05-13|18:28:23.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4075701Z [05-13|18:28:23.409] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4075967Z [05-13|18:28:23.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4076098Z [05-13|18:28:23.410] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4076400Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4076667Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4076797Z [05-13|18:28:23.410] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4077054Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4077267Z [05-13|18:28:23.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.4077525Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4077991Z [05-13|18:28:23.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4078378Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4078643Z [05-13|18:28:23.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 8} +2026-05-13T18:30:53.4079110Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4079549Z [05-13|18:28:23.411] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.4079682Z [05-13|18:28:23.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4080018Z [05-13|18:28:23.411] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} +2026-05-13T18:30:53.4080518Z [05-13|18:28:23.411] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.4080982Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4081119Z [05-13|18:28:23.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4081256Z [05-13|18:28:23.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4081718Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4082228Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4082696Z [05-13|18:28:23.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4082830Z [05-13|18:28:23.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4082962Z [05-13|18:28:23.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4083526Z [05-13|18:28:23.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4083735Z [05-13|18:28:23.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4083942Z [05-13|18:28:23.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4084210Z [05-13|18:28:23.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4084420Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4084684Z [05-13|18:28:23.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.4084950Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4085162Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4085622Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4085963Z [05-13|18:28:23.414] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4086295Z [05-13|18:28:23.414] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4086757Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4086974Z [05-13|18:28:23.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4087183Z [05-13|18:28:23.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4087645Z [05-13|18:28:23.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4087986Z [05-13|18:28:23.415] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4088317Z [05-13|18:28:23.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4088656Z [05-13|18:28:23.415] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4088863Z [05-13|18:28:23.415] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4088997Z [05-13|18:28:23.416] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4089208Z [05-13|18:28:23.416] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4089346Z [05-13|18:28:23.416] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4089680Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4090009Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4090147Z [05-13|18:28:23.417] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4090524Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4090856Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4091191Z [05-13|18:28:23.418] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4091326Z [05-13|18:28:23.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4091511Z [05-13|18:28:23.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4091648Z [05-13|18:28:23.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4091779Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4091908Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4092177Z [05-13|18:28:23.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4092308Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4092571Z [05-13|18:28:23.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4092789Z [05-13|18:28:23.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.4093104Z [05-13|18:28:23.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4093587Z [05-13|18:28:23.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4093725Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4093986Z [05-13|18:28:23.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 8} +2026-05-13T18:30:53.4094317Z [05-13|18:28:23.420] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} +2026-05-13T18:30:53.4094460Z [05-13|18:28:23.420] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4094674Z [05-13|18:28:23.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4095140Z [05-13|18:28:23.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4095408Z [05-13|18:28:23.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4095544Z [05-13|18:28:23.420] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4095802Z [05-13|18:28:23.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4096272Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4096482Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4096939Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4097454Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4097665Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4098245Z [05-13|18:28:23.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4098469Z [05-13|18:28:23.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4098676Z [05-13|18:28:23.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4098873Z [05-13|18:28:23.422] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4099145Z [05-13|18:28:23.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4099281Z [05-13|18:28:23.423] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4099740Z [05-13|18:28:23.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4100060Z [05-13|18:28:23.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4100322Z [05-13|18:28:23.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4100662Z [05-13|18:28:23.424] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4100875Z [05-13|18:28:23.424] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4101141Z [05-13|18:28:23.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.4101656Z [05-13|18:28:23.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4102000Z [05-13|18:28:23.425] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4102334Z [05-13|18:28:23.425] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4102798Z [05-13|18:28:23.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4102942Z [05-13|18:28:23.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4103410Z [05-13|18:28:23.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4103544Z [05-13|18:28:23.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4103884Z [05-13|18:28:23.425] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4104093Z [05-13|18:28:23.426] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4104424Z [05-13|18:28:23.426] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4104640Z [05-13|18:28:23.426] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4104970Z [05-13|18:28:23.426] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4105105Z [05-13|18:28:23.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4105494Z [05-13|18:28:23.427] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4105632Z [05-13|18:28:23.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4105963Z [05-13|18:28:23.426] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4106293Z [05-13|18:28:23.427] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4106433Z [05-13|18:28:23.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4106640Z [05-13|18:28:23.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4106774Z [05-13|18:28:23.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4106908Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4107081Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4107216Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4107350Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4107557Z [05-13|18:28:23.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.4107857Z [05-13|18:28:23.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4107993Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4108371Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4108633Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4108896Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4109156Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4109689Z [05-13|18:28:23.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4110161Z [05-13|18:28:23.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4110625Z [05-13|18:28:23.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4110961Z [05-13|18:28:23.430] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} +2026-05-13T18:30:53.4111430Z [05-13|18:28:23.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4111695Z [05-13|18:28:23.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4112834Z [05-13|18:28:23.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4113152Z [05-13|18:28:23.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4113623Z [05-13|18:28:23.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4113858Z [05-13|18:28:23.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4114080Z [05-13|18:28:23.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4114226Z [05-13|18:28:23.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4114702Z [05-13|18:28:23.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4114951Z [05-13|18:28:23.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4115164Z [05-13|18:28:23.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4115635Z [05-13|18:28:23.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4115849Z [05-13|18:28:23.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4116188Z [05-13|18:28:23.432] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4116577Z [05-13|18:28:23.432] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4116916Z [05-13|18:28:23.432] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4117126Z [05-13|18:28:23.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4117262Z [05-13|18:28:23.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4117588Z [05-13|18:28:23.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4118207Z [05-13|18:28:23.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4118453Z [05-13|18:28:23.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4118690Z [05-13|18:28:23.434] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4119040Z [05-13|18:28:23.434] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4119256Z [05-13|18:28:23.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4119401Z [05-13|18:28:23.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4119807Z [05-13|18:28:23.435] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4120024Z [05-13|18:28:23.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4120299Z [05-13|18:28:23.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.4120637Z [05-13|18:28:23.435] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4121116Z [05-13|18:28:23.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4121455Z [05-13|18:28:23.436] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4121589Z [05-13|18:28:23.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4121727Z [05-13|18:28:23.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4121943Z [05-13|18:28:23.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4122077Z [05-13|18:28:23.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4122208Z [05-13|18:28:23.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4122536Z [05-13|18:28:23.437] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4122672Z [05-13|18:28:23.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4123001Z [05-13|18:28:23.438] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4123532Z [05-13|18:28:23.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4123675Z [05-13|18:28:23.438] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4123942Z [05-13|18:28:23.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4124201Z [05-13|18:28:23.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4124338Z [05-13|18:28:23.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4124596Z [05-13|18:28:23.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4124728Z [05-13|18:28:23.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4125042Z [05-13|18:28:23.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4125517Z [05-13|18:28:23.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4125982Z [05-13|18:28:23.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4126305Z [05-13|18:28:23.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4126764Z [05-13|18:28:23.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4126903Z [05-13|18:28:23.441] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4127168Z [05-13|18:28:23.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4127379Z [05-13|18:28:23.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.4127639Z [05-13|18:28:23.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4128390Z [05-13|18:28:23.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4128623Z [05-13|18:28:23.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4129089Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4129361Z [05-13|18:28:23.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4129827Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4130042Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4130310Z [05-13|18:28:23.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 8} +2026-05-13T18:30:53.4130520Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4130978Z [05-13|18:28:23.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4131323Z [05-13|18:28:23.444] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} +2026-05-13T18:30:53.4131788Z [05-13|18:28:23.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4131986Z [05-13|18:28:23.444] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4132450Z [05-13|18:28:23.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4132662Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4132996Z [05-13|18:28:23.445] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4133207Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4133347Z [05-13|18:28:23.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4133732Z [05-13|18:28:23.445] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4133871Z [05-13|18:28:23.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4134078Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4134285Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4134425Z [05-13|18:28:23.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4134609Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4134740Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4135071Z [05-13|18:28:23.446] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4135203Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4135529Z [05-13|18:28:23.446] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4135742Z [05-13|18:28:23.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4136079Z [05-13|18:28:23.446] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4136257Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4136600Z [05-13|18:28:23.447] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4136734Z [05-13|18:28:23.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4136865Z [05-13|18:28:23.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4137195Z [05-13|18:28:23.448] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4137329Z [05-13|18:28:23.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4137654Z [05-13|18:28:23.448] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4137875Z [05-13|18:28:23.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4138007Z [05-13|18:28:23.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4138399Z [05-13|18:28:23.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.4138538Z [05-13|18:28:23.449] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4138674Z [05-13|18:28:23.449] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4138999Z [05-13|18:28:23.449] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4139133Z [05-13|18:28:23.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4139612Z [05-13|18:28:23.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4139816Z [05-13|18:28:23.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4140083Z [05-13|18:28:23.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4140352Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4140613Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4140869Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4141131Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4141649Z [05-13|18:28:23.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4142109Z [05-13|18:28:23.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4142381Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4142838Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4143360Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4143630Z [05-13|18:28:23.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4143842Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.4144298Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4144810Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4145271Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4145485Z [05-13|18:28:23.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4145691Z [05-13|18:28:23.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4145826Z [05-13|18:28:23.453] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4146032Z [05-13|18:28:23.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4146245Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4146450Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4146714Z [05-13|18:28:23.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4147178Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4147384Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4151156Z [05-13|18:28:23.454] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4151366Z [05-13|18:28:23.455] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4151617Z [05-13|18:28:23.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4152006Z [05-13|18:28:23.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4152369Z [05-13|18:28:23.455] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4152703Z [05-13|18:28:23.455] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4153028Z [05-13|18:28:23.455] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4153361Z [05-13|18:28:23.456] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} +2026-05-13T18:30:53.4153945Z [05-13|18:28:23.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4154098Z [05-13|18:28:23.456] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4154239Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4154372Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4154699Z [05-13|18:28:23.457] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4154981Z [05-13|18:28:23.457] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4155316Z [05-13|18:28:23.457] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4155453Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4155592Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4155728Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4155860Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4156203Z [05-13|18:28:23.458] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4156400Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4156735Z [05-13|18:28:23.458] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4156958Z [05-13|18:28:23.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4157280Z [05-13|18:28:23.458] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4157418Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4157554Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4157831Z [05-13|18:28:23.459] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.4158726Z [05-13|18:28:23.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4158922Z [05-13|18:28:23.459] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4159097Z [05-13|18:28:23.460] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4159310Z [05-13|18:28:23.462] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.4159584Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4159866Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4160127Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4160391Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4160817Z [05-13|18:28:23.463] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} +2026-05-13T18:30:53.4161084Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4161557Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4161824Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4162080Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4162220Z [05-13|18:28:23.463] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4162740Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4163004Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4163467Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4163978Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4164429Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4164887Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4165150Z [05-13|18:28:23.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4165419Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4165882Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4166335Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4166784Z [05-13|18:28:23.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4167002Z [05-13|18:28:23.465] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4167142Z [05-13|18:28:23.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4167479Z [05-13|18:28:23.466] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4167692Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4167899Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4168241Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4168454Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4168657Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4168792Z [05-13|18:28:23.466] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4168997Z [05-13|18:28:23.467] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4169208Z [05-13|18:28:23.467] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4169537Z [05-13|18:28:23.467] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4169671Z [05-13|18:28:23.467] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4169942Z [05-13|18:28:23.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.4170075Z [05-13|18:28:23.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4170400Z [05-13|18:28:23.468] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4170920Z [05-13|18:28:23.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4171251Z [05-13|18:28:23.469] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4171576Z [05-13|18:28:23.469] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4171906Z [05-13|18:28:23.469] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4172166Z [05-13|18:28:23.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4172298Z [05-13|18:28:23.469] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4172436Z [05-13|18:28:23.469] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4172757Z [05-13|18:28:23.470] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4173082Z [05-13|18:28:23.470] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4173225Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4173355Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4173736Z [05-13|18:28:23.470] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4173880Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4174010Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4174141Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4174278Z [05-13|18:28:23.471] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4174408Z [05-13|18:28:23.471] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4174538Z [05-13|18:28:23.471] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4174863Z [05-13|18:28:23.471] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} +2026-05-13T18:30:53.4175004Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4175136Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4175345Z [05-13|18:28:23.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.4175484Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4175613Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4175876Z [05-13|18:28:23.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4176141Z [05-13|18:28:23.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4176400Z [05-13|18:28:23.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4176865Z [05-13|18:28:23.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4177176Z [05-13|18:28:23.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4177635Z [05-13|18:28:23.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4178214Z [05-13|18:28:23.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4178487Z [05-13|18:28:23.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4178986Z [05-13|18:28:23.474] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} +2026-05-13T18:30:53.4179416Z [05-13|18:28:23.474] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} +2026-05-13T18:30:53.4179688Z [05-13|18:28:23.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4180004Z [05-13|18:28:23.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4180209Z [05-13|18:28:23.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4180676Z [05-13|18:28:23.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4180935Z [05-13|18:28:23.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4181360Z [05-13|18:28:23.475] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} +2026-05-13T18:30:53.4181503Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4182012Z [05-13|18:28:23.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4182151Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4182362Z [05-13|18:28:23.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4182494Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4182916Z [05-13|18:28:23.475] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} +2026-05-13T18:30:53.4183129Z [05-13|18:28:23.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4183263Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4183475Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4183942Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4184404Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4184859Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4185125Z [05-13|18:28:23.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.4185581Z [05-13|18:28:23.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4185970Z [05-13|18:28:23.477] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4186109Z [05-13|18:28:23.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4186437Z [05-13|18:28:23.477] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4186758Z [05-13|18:28:23.478] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4187083Z [05-13|18:28:23.478] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4187215Z [05-13|18:28:23.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4187383Z [05-13|18:28:23.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4187712Z [05-13|18:28:23.479] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4187920Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4188365Z [05-13|18:28:23.479] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4188644Z [05-13|18:28:23.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4189114Z [05-13|18:28:23.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4189258Z [05-13|18:28:23.480] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4189480Z [05-13|18:28:23.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4189617Z [05-13|18:28:23.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4189752Z [05-13|18:28:23.480] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4189891Z [05-13|18:28:23.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4190278Z [05-13|18:28:23.481] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4190494Z [05-13|18:28:23.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4190631Z [05-13|18:28:23.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4190763Z [05-13|18:28:23.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4190967Z [05-13|18:28:23.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4191104Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4191237Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4191369Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4191498Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4191710Z [05-13|18:28:23.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.4192042Z [05-13|18:28:23.483] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4192184Z [05-13|18:28:23.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4192340Z [05-13|18:28:23.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4192689Z [05-13|18:28:23.483] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4192831Z [05-13|18:28:23.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4192972Z [05-13|18:28:23.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4193248Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4193574Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4193848Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4194107Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4194586Z [05-13|18:28:23.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4194857Z [05-13|18:28:23.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4195375Z [05-13|18:28:23.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4195640Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4195781Z [05-13|18:28:23.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4196244Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4196746Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4196970Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4197178Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4197382Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4197653Z [05-13|18:28:23.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4198269Z [05-13|18:28:23.487] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:53.4198420Z [05-13|18:28:23.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4198862Z [05-13|18:28:23.487] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:53.4199000Z [05-13|18:28:23.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4199470Z [05-13|18:28:23.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4199905Z [05-13|18:28:23.488] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:53.4200117Z [05-13|18:28:23.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4200250Z [05-13|18:28:23.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4200682Z [05-13|18:28:23.488] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:53.4201151Z [05-13|18:28:23.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4201284Z [05-13|18:28:23.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4201629Z [05-13|18:28:23.489] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} +2026-05-13T18:30:53.4202094Z [05-13|18:28:23.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4202417Z [05-13|18:28:23.490] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.4202857Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:53.4202991Z [05-13|18:28:23.491] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4203415Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:53.4203556Z [05-13|18:28:23.491] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4203766Z [05-13|18:28:23.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4204152Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4204588Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:53.4204920Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4205181Z [05-13|18:28:23.492] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4205653Z [05-13|18:28:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4205982Z [05-13|18:28:23.492] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4206120Z [05-13|18:28:23.492] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4206259Z [05-13|18:28:23.492] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4206526Z [05-13|18:28:23.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4206660Z [05-13|18:28:23.492] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4206965Z [05-13|18:28:23.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4207431Z [05-13|18:28:23.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4207895Z [05-13|18:28:23.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4208240Z [05-13|18:28:23.493] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4208380Z [05-13|18:28:23.493] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4208644Z [05-13|18:28:23.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4208783Z [05-13|18:28:23.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4208991Z [05-13|18:28:23.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4209323Z [05-13|18:28:23.494] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4209595Z [05-13|18:28:23.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4210056Z [05-13|18:28:23.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4210393Z [05-13|18:28:23.495] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4210729Z [05-13|18:28:23.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4211192Z [05-13|18:28:23.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4211650Z [05-13|18:28:23.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4211865Z [05-13|18:28:23.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4212326Z [05-13|18:28:23.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4212586Z [05-13|18:28:23.497] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4212925Z [05-13|18:28:23.497] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4213256Z [05-13|18:28:23.497] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4213391Z [05-13|18:28:23.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4213909Z [05-13|18:28:23.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4214044Z [05-13|18:28:23.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4214176Z [05-13|18:28:23.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4214314Z [05-13|18:28:23.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4214520Z [05-13|18:28:23.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4214782Z [05-13|18:28:23.498] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4215000Z [05-13|18:28:23.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4215183Z [05-13|18:28:23.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4215643Z [05-13|18:28:23.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4215785Z [05-13|18:28:23.499] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4216043Z [05-13|18:28:23.499] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4216373Z [05-13|18:28:23.499] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4216836Z [05-13|18:28:23.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4216971Z [05-13|18:28:23.500] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4217304Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4217517Z [05-13|18:28:23.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4217849Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4218292Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4218626Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4218762Z [05-13|18:28:23.501] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4219076Z [05-13|18:28:23.502] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4219290Z [05-13|18:28:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4219426Z [05-13|18:28:23.504] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4219630Z [05-13|18:28:23.504] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4219892Z [05-13|18:28:23.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4220104Z [05-13|18:28:23.505] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.4220565Z [05-13|18:28:23.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4220950Z [05-13|18:28:23.505] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4221286Z [05-13|18:28:23.506] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} +2026-05-13T18:30:53.4221550Z [05-13|18:28:23.506] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4221736Z [05-13|18:28:23.506] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4221874Z [05-13|18:28:23.506] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4222202Z [05-13|18:28:23.506] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4222666Z [05-13|18:28:23.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4222881Z [05-13|18:28:23.506] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4223015Z [05-13|18:28:23.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4223341Z [05-13|18:28:23.507] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4223534Z [05-13|18:28:23.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4223670Z [05-13|18:28:23.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4223803Z [05-13|18:28:23.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4223942Z [05-13|18:28:23.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4224204Z [05-13|18:28:23.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.4224666Z [05-13|18:28:23.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4225006Z [05-13|18:28:23.508] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4225141Z [05-13|18:28:23.509] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4225273Z [05-13|18:28:23.509] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4225413Z [05-13|18:28:23.509] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4225546Z [05-13|18:28:23.510] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4225753Z [05-13|18:28:23.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4225890Z [05-13|18:28:23.510] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4226218Z [05-13|18:28:23.510] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4226351Z [05-13|18:28:23.510] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4226489Z [05-13|18:28:23.511] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4226739Z [05-13|18:28:23.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.4227066Z [05-13|18:28:23.511] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4227201Z [05-13|18:28:23.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4227535Z [05-13|18:28:23.512] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} +2026-05-13T18:30:53.4227668Z [05-13|18:28:23.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4227799Z [05-13|18:28:23.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4227938Z [05-13|18:28:23.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4228186Z [05-13|18:28:23.514] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4228384Z [05-13|18:28:23.514] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4228656Z [05-13|18:28:23.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4228920Z [05-13|18:28:23.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4229182Z [05-13|18:28:23.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4229498Z [05-13|18:28:23.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4229631Z [05-13|18:28:23.515] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4230095Z [05-13|18:28:23.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4230365Z [05-13|18:28:23.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4230825Z [05-13|18:28:23.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4231336Z [05-13|18:28:23.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4231478Z [05-13|18:28:23.515] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4231612Z [05-13|18:28:23.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4231871Z [05-13|18:28:23.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4232134Z [05-13|18:28:23.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4232391Z [05-13|18:28:23.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4232853Z [05-13|18:28:23.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4233320Z [05-13|18:28:23.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4233774Z [05-13|18:28:23.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4234228Z [05-13|18:28:23.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4234495Z [05-13|18:28:23.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 8} +2026-05-13T18:30:53.4234951Z [05-13|18:28:23.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4235220Z [05-13|18:28:23.519] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4235560Z [05-13|18:28:23.520] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4235769Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4236096Z [05-13|18:28:23.520] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4236238Z [05-13|18:28:23.520] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4236451Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4236656Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4236960Z [05-13|18:28:23.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.4237289Z [05-13|18:28:23.521] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4237748Z [05-13|18:28:23.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4238231Z [05-13|18:28:23.521] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4238691Z [05-13|18:28:23.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4239017Z [05-13|18:28:23.521] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4239156Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4239363Z [05-13|18:28:23.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4239499Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4239637Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4239827Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4240037Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4240178Z [05-13|18:28:23.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4240317Z [05-13|18:28:23.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4240642Z [05-13|18:28:23.523] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4240780Z [05-13|18:28:23.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4241104Z [05-13|18:28:23.523] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4241313Z [05-13|18:28:23.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4241453Z [05-13|18:28:23.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4241776Z [05-13|18:28:23.524] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4241910Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4242117Z [05-13|18:28:23.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4242254Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4242386Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4242515Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4242651Z [05-13|18:28:23.526] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4243031Z [05-13|18:28:23.526] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4243163Z [05-13|18:28:23.526] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4243300Z [05-13|18:28:23.526] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4243634Z [05-13|18:28:23.526] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} +2026-05-13T18:30:53.4243840Z [05-13|18:28:23.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.4244106Z [05-13|18:28:23.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4244364Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4244672Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4244815Z [05-13|18:28:23.527] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4245280Z [05-13|18:28:23.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4245540Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4245857Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4245990Z [05-13|18:28:23.527] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4246450Z [05-13|18:28:23.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4246720Z [05-13|18:28:23.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4246852Z [05-13|18:28:23.528] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4246988Z [05-13|18:28:23.528] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4247290Z [05-13|18:28:23.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4247501Z [05-13|18:28:23.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4247963Z [05-13|18:28:23.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4248293Z [05-13|18:28:23.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4248556Z [05-13|18:28:23.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 8} +2026-05-13T18:30:53.4249016Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4249478Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4249742Z [05-13|18:28:23.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4250202Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4250469Z [05-13|18:28:23.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.4250925Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4251386Z [05-13|18:28:23.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4251915Z [05-13|18:28:23.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4252371Z [05-13|18:28:23.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4252703Z [05-13|18:28:23.531] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4252921Z [05-13|18:28:23.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4253053Z [05-13|18:28:23.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4253311Z [05-13|18:28:23.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4253458Z [05-13|18:28:23.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4253595Z [05-13|18:28:23.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4253802Z [05-13|18:28:23.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4254137Z [05-13|18:28:23.533] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4254399Z [05-13|18:28:23.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4254724Z [05-13|18:28:23.533] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4254864Z [05-13|18:28:23.533] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4254996Z [05-13|18:28:23.533] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4255201Z [05-13|18:28:23.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4255342Z [05-13|18:28:23.533] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4255721Z [05-13|18:28:23.534] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4255931Z [05-13|18:28:23.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4256142Z [05-13|18:28:23.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4256280Z [05-13|18:28:23.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4256606Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4256929Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4257072Z [05-13|18:28:23.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4257204Z [05-13|18:28:23.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4257334Z [05-13|18:28:23.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4257665Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4257991Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4258246Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4258384Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4258513Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4258642Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4259026Z [05-13|18:28:23.536] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4259304Z [05-13|18:28:23.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.4259437Z [05-13|18:28:23.537] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4259578Z [05-13|18:28:23.537] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4259708Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4259841Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4259971Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4260106Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4260234Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4260559Z [05-13|18:28:23.538] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} +2026-05-13T18:30:53.4260885Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4261149Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4261413Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4261672Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4262193Z [05-13|18:28:23.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4262451Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4262713Z [05-13|18:28:23.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4263182Z [05-13|18:28:23.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4263693Z [05-13|18:28:23.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4264167Z [05-13|18:28:23.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4264432Z [05-13|18:28:23.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4264887Z [05-13|18:28:23.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4265350Z [05-13|18:28:23.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4265611Z [05-13|18:28:23.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4265824Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4266278Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4266487Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4266694Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4266898Z [05-13|18:28:23.543] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4267356Z [05-13|18:28:23.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4267732Z [05-13|18:28:23.543] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4268181Z [05-13|18:28:23.543] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4268511Z [05-13|18:28:23.543] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4268722Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4268981Z [05-13|18:28:23.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.4269305Z [05-13|18:28:23.544] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4269694Z [05-13|18:28:23.544] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4269905Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4270110Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4270247Z [05-13|18:28:23.544] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4270503Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4270962Z [05-13|18:28:23.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4271096Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4271436Z [05-13|18:28:23.545] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4271571Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4271896Z [05-13|18:28:23.545] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4272087Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4272223Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4272555Z [05-13|18:28:23.545] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4272696Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4272959Z [05-13|18:28:23.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 8} +2026-05-13T18:30:53.4273165Z [05-13|18:28:23.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4273304Z [05-13|18:28:23.547] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4273768Z [05-13|18:28:23.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4273904Z [05-13|18:28:23.547] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4274040Z [05-13|18:28:23.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4274371Z [05-13|18:28:23.548] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4274633Z [05-13|18:28:23.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4274899Z [05-13|18:28:23.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4275033Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4275164Z [05-13|18:28:23.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4275428Z [05-13|18:28:23.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4275624Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4275884Z [05-13|18:28:23.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4276357Z [05-13|18:28:23.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4276618Z [05-13|18:28:23.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4276827Z [05-13|18:28:23.549] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.4277334Z [05-13|18:28:23.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4277794Z [05-13|18:28:23.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4277929Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4278320Z [05-13|18:28:23.550] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4278855Z [05-13|18:28:23.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4279064Z [05-13|18:28:23.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4279328Z [05-13|18:28:23.551] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4279460Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4279674Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4279814Z [05-13|18:28:23.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4280019Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4280570Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4280844Z [05-13|18:28:23.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4281303Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4281764Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4282226Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4282557Z [05-13|18:28:23.553] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4282693Z [05-13|18:28:23.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4283022Z [05-13|18:28:23.553] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4283282Z [05-13|18:28:23.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4283610Z [05-13|18:28:23.554] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} +2026-05-13T18:30:53.4283825Z [05-13|18:28:23.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4284014Z [05-13|18:28:23.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4284333Z [05-13|18:28:23.554] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4284663Z [05-13|18:28:23.554] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4284872Z [05-13|18:28:23.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4285334Z [05-13|18:28:23.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4285665Z [05-13|18:28:23.555] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4286042Z [05-13|18:28:23.555] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4286254Z [05-13|18:28:23.553] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4286390Z [05-13|18:28:23.555] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4286525Z [05-13|18:28:23.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4286768Z [05-13|18:28:23.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4286972Z [05-13|18:28:23.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4287108Z [05-13|18:28:23.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4287429Z [05-13|18:28:23.556] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4287636Z [05-13|18:28:23.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4287773Z [05-13|18:28:23.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4288214Z [05-13|18:28:23.557] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4288349Z [05-13|18:28:23.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4288737Z [05-13|18:28:23.557] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4288873Z [05-13|18:28:23.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4289003Z [05-13|18:28:23.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4289267Z [05-13|18:28:23.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.4289731Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4289993Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4290256Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4290514Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4290768Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4291028Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4291491Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4291951Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4292164Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.4292356Z [05-13|18:28:23.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4292617Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4292879Z [05-13|18:28:23.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4293088Z [05-13|18:28:23.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4293345Z [05-13|18:28:23.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4293816Z [05-13|18:28:23.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4294002Z [05-13|18:28:23.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4294462Z [05-13|18:28:23.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4294677Z [05-13|18:28:23.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4294808Z [05-13|18:28:23.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4295185Z [05-13|18:28:23.561] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} +2026-05-13T18:30:53.4295396Z [05-13|18:28:23.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4295653Z [05-13|18:28:23.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.4296110Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4296573Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4297065Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4297525Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4297661Z [05-13|18:28:23.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4297867Z [05-13|18:28:23.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4298445Z [05-13|18:28:23.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4298890Z [05-13|18:28:23.563] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} +2026-05-13T18:30:53.4299025Z [05-13|18:28:23.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4299451Z [05-13|18:28:23.563] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} +2026-05-13T18:30:53.4299789Z [05-13|18:28:23.563] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4300218Z [05-13|18:28:23.564] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} +2026-05-13T18:30:53.4300350Z [05-13|18:28:23.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4300564Z [05-13|18:28:23.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4300766Z [05-13|18:28:23.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4300897Z [05-13|18:28:23.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4301238Z [05-13|18:28:23.564] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4301708Z [05-13|18:28:23.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4301918Z [05-13|18:28:23.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4302248Z [05-13|18:28:23.565] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4302382Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4302568Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4302901Z [05-13|18:28:23.565] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4303033Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4303241Z [05-13|18:28:23.565] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4303434Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4303765Z [05-13|18:28:23.565] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4303899Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4304036Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4304167Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4304297Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4304427Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4304641Z [05-13|18:28:23.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4304827Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4304960Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4305098Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4305228Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4305550Z [05-13|18:28:23.566] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4305687Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4305817Z [05-13|18:28:23.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4306048Z [05-13|18:28:23.567] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4306190Z [05-13|18:28:23.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4306515Z [05-13|18:28:23.567] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4306837Z [05-13|18:28:23.567] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4306979Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4307109Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4307240Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4307370Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4307504Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4307712Z [05-13|18:28:23.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.4307843Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4308335Z [05-13|18:28:23.568] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4308606Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4308868Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4309129Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4309384Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4309855Z [05-13|18:28:23.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4310183Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4310623Z [05-13|18:28:23.569] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} +2026-05-13T18:30:53.4311085Z [05-13|18:28:23.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4311601Z [05-13|18:28:23.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4312054Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4312320Z [05-13|18:28:23.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4312778Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4313160Z [05-13|18:28:23.570] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} +2026-05-13T18:30:53.4313304Z [05-13|18:28:23.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4313514Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4313724Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4313866Z [05-13|18:28:23.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4314132Z [05-13|18:28:23.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4314339Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4314799Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4315012Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4315467Z [05-13|18:28:23.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4315921Z [05-13|18:28:23.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4316255Z [05-13|18:28:23.573] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4316462Z [05-13|18:28:23.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4316725Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4317054Z [05-13|18:28:23.573] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4317316Z [05-13|18:28:23.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4317643Z [05-13|18:28:23.574] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4317858Z [05-13|18:28:23.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4318494Z [05-13|18:28:23.574] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4318924Z [05-13|18:28:23.574] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4319400Z [05-13|18:28:23.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4319728Z [05-13|18:28:23.575] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4319928Z [05-13|18:28:23.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4320060Z [05-13|18:28:23.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4320190Z [05-13|18:28:23.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4320402Z [05-13|18:28:23.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4320617Z [05-13|18:28:23.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4320941Z [05-13|18:28:23.576] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4321081Z [05-13|18:28:23.576] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4321216Z [05-13|18:28:23.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4321591Z [05-13|18:28:23.577] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4321728Z [05-13|18:28:23.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4321995Z [05-13|18:28:23.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.4322124Z [05-13|18:28:23.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4322447Z [05-13|18:28:23.578] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4322914Z [05-13|18:28:23.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4323179Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4323440Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4323709Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4323966Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4324226Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4324488Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4324952Z [05-13|18:28:23.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4325473Z [05-13|18:28:23.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4325740Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4325872Z [05-13|18:28:23.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4326337Z [05-13|18:28:23.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4326477Z [05-13|18:28:23.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4326940Z [05-13|18:28:23.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4327438Z [05-13|18:28:23.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4327580Z [05-13|18:28:23.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4327710Z [05-13|18:28:23.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4328297Z [05-13|18:28:23.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4328581Z [05-13|18:28:23.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4328712Z [05-13|18:28:23.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4329169Z [05-13|18:28:23.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4329384Z [05-13|18:28:23.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4329517Z [05-13|18:28:23.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4329646Z [05-13|18:28:23.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4329834Z [05-13|18:28:23.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4330045Z [05-13|18:28:23.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4330384Z [05-13|18:28:23.583] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4330722Z [05-13|18:28:23.583] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4331053Z [05-13|18:28:23.583] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4331261Z [05-13|18:28:23.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4331589Z [05-13|18:28:23.584] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} +2026-05-13T18:30:53.4331800Z [05-13|18:28:23.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.4332129Z [05-13|18:28:23.584] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4332463Z [05-13|18:28:23.585] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4332669Z [05-13|18:28:23.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4332874Z [05-13|18:28:23.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4333206Z [05-13|18:28:23.585] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4333470Z [05-13|18:28:23.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4333741Z [05-13|18:28:23.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4334011Z [05-13|18:28:23.586] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.4334472Z [05-13|18:28:23.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4334932Z [05-13|18:28:23.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4335069Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4335201Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4335384Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4335826Z [05-13|18:28:23.587] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 31, "epoch round": 31} +2026-05-13T18:30:53.4335961Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4336092Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4336262Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4336601Z [05-13|18:28:23.587] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4336735Z [05-13|18:28:23.588] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4336867Z [05-13|18:28:23.588] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4337079Z [05-13|18:28:23.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4337214Z [05-13|18:28:23.588] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4337673Z [05-13|18:28:23.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4337929Z [05-13|18:28:23.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4338316Z [05-13|18:28:23.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4338577Z [05-13|18:28:23.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4338839Z [05-13|18:28:23.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4339095Z [05-13|18:28:23.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4339230Z [05-13|18:28:23.589] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4339490Z [05-13|18:28:23.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4339749Z [05-13|18:28:23.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4340086Z [05-13|18:28:23.590] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4340556Z [05-13|18:28:23.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4341022Z [05-13|18:28:23.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4341157Z [05-13|18:28:23.590] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4341622Z [05-13|18:28:23.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4342154Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4342363Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4342825Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4342958Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4343086Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4343299Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4343485Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4343619Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4343836Z [05-13|18:28:23.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4344042Z [05-13|18:28:23.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4344181Z [05-13|18:28:23.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4344486Z [05-13|18:28:23.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4344823Z [05-13|18:28:23.592] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4345284Z [05-13|18:28:23.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4345422Z [05-13|18:28:23.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4345553Z [05-13|18:28:23.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4345816Z [05-13|18:28:23.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4346132Z [05-13|18:28:23.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4346267Z [05-13|18:28:23.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4346728Z [05-13|18:28:23.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4347189Z [05-13|18:28:23.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4347520Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4347953Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 32, "epoch round": 32} +2026-05-13T18:30:53.4348282Z [05-13|18:28:23.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.4348421Z [05-13|18:28:23.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4348553Z [05-13|18:28:23.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4348880Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4349017Z [05-13|18:28:23.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4349341Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4349665Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4349945Z [05-13|18:28:23.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4350151Z [05-13|18:28:23.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4350474Z [05-13|18:28:23.596] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4350613Z [05-13|18:28:23.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4350744Z [05-13|18:28:23.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4350875Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4351341Z [05-13|18:28:23.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4351525Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4351658Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4351795Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4351923Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4352131Z [05-13|18:28:23.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4352320Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4352450Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4352785Z [05-13|18:28:23.598] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} +2026-05-13T18:30:53.4352919Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4353241Z [05-13|18:28:23.598] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4353374Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4353705Z [05-13|18:28:23.599] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4353837Z [05-13|18:28:23.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4354028Z [05-13|18:28:23.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4354353Z [05-13|18:28:23.600] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4354565Z [05-13|18:28:23.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4354827Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4355086Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4355350Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4355610Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4355939Z [05-13|18:28:23.600] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4356203Z [05-13|18:28:23.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4356339Z [05-13|18:28:23.601] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4356469Z [05-13|18:28:23.601] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4356733Z [05-13|18:28:23.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4356989Z [05-13|18:28:23.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4357459Z [05-13|18:28:23.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4357976Z [05-13|18:28:23.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4358557Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4359047Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4359513Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4359713Z [05-13|18:28:23.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4360179Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4360645Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4360912Z [05-13|18:28:23.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4361127Z [05-13|18:28:23.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4361391Z [05-13|18:28:23.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} +2026-05-13T18:30:53.4361595Z [05-13|18:28:23.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4361932Z [05-13|18:28:23.603] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4362266Z [05-13|18:28:23.604] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4362645Z [05-13|18:28:23.604] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4362862Z [05-13|18:28:23.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4363067Z [05-13|18:28:23.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4363530Z [05-13|18:28:23.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4363662Z [05-13|18:28:23.605] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4363930Z [05-13|18:28:23.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 8} +2026-05-13T18:30:53.4364063Z [05-13|18:28:23.605] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4364390Z [05-13|18:28:23.605] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4364656Z [05-13|18:28:23.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.4364986Z [05-13|18:28:23.606] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4365119Z [05-13|18:28:23.606] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4365256Z [05-13|18:28:23.606] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4365718Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4366184Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4366578Z [05-13|18:28:23.606] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4366792Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4367000Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.4367134Z [05-13|18:28:23.606] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4367338Z [05-13|18:28:23.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4367468Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4367602Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4367769Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4367900Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4368154Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4368287Z [05-13|18:28:23.608] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4368616Z [05-13|18:28:23.608] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4368818Z [05-13|18:28:23.608] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4368949Z [05-13|18:28:23.608] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4369272Z [05-13|18:28:23.608] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} +2026-05-13T18:30:53.4369409Z [05-13|18:28:23.609] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4369733Z [05-13|18:28:23.609] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4369868Z [05-13|18:28:23.610] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4370073Z [05-13|18:28:23.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4370563Z [05-13|18:28:23.610] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} +2026-05-13T18:30:53.4370700Z [05-13|18:28:23.610] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4371027Z [05-13|18:28:23.610] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4371498Z [05-13|18:28:23.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4371708Z [05-13|18:28:23.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4371841Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4371977Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4372106Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4372235Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4372370Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4372501Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4372629Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4372763Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4372894Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4373023Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4373156Z [05-13|18:28:23.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4373484Z [05-13|18:28:23.614] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} +2026-05-13T18:30:53.4373807Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4374072Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4374332Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4374589Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4374848Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4375107Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4375630Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4375893Z [05-13|18:28:23.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4376362Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4376860Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4377129Z [05-13|18:28:23.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4377587Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4378160Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4378689Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4378904Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.4379110Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4379373Z [05-13|18:28:23.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4379578Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4379782Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4380245Z [05-13|18:28:23.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4380705Z [05-13|18:28:23.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4381165Z [05-13|18:28:23.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4381504Z [05-13|18:28:23.619] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4381711Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4381845Z [05-13|18:28:23.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4382113Z [05-13|18:28:23.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.4382502Z [05-13|18:28:23.619] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4382637Z [05-13|18:28:23.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4382850Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4383057Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4383261Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4383727Z [05-13|18:28:23.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4384110Z [05-13|18:28:23.620] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4384446Z [05-13|18:28:23.620] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4384585Z [05-13|18:28:23.620] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4384915Z [05-13|18:28:23.620] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4385101Z [05-13|18:28:23.620] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4385236Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4385366Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4385494Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4385623Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4385837Z [05-13|18:28:23.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4385967Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4386103Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4386237Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4386406Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4386737Z [05-13|18:28:23.621] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4386952Z [05-13|18:28:23.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4387087Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4387217Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4387352Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4387483Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4387690Z [05-13|18:28:23.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.4387825Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4387960Z [05-13|18:28:23.623] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4388407Z [05-13|18:28:23.623] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4388546Z [05-13|18:28:23.623] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4388875Z [05-13|18:28:23.624] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4389142Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4389402Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4389667Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4389993Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4390459Z [05-13|18:28:23.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4390598Z [05-13|18:28:23.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4390860Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4391190Z [05-13|18:28:23.624] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4391707Z [05-13|18:28:23.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4391841Z [05-13|18:28:23.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4391975Z [05-13|18:28:23.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4392241Z [05-13|18:28:23.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4392572Z [05-13|18:28:23.626] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} +2026-05-13T18:30:53.4393085Z [05-13|18:28:23.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4393299Z [05-13|18:28:23.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4393435Z [05-13|18:28:23.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4393864Z [05-13|18:28:23.626] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} +2026-05-13T18:30:53.4394329Z [05-13|18:28:23.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4394836Z [05-13|18:28:23.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4395269Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} +2026-05-13T18:30:53.4395696Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} +2026-05-13T18:30:53.4396119Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} +2026-05-13T18:30:53.4396549Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} +2026-05-13T18:30:53.4396757Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4396966Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4397229Z [05-13|18:28:23.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4397441Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4397573Z [05-13|18:28:23.628] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4398146Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4398292Z [05-13|18:28:23.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4398614Z [05-13|18:28:23.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4398824Z [05-13|18:28:23.629] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4398961Z [05-13|18:28:23.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4399420Z [05-13|18:28:23.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4399876Z [05-13|18:28:23.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4400392Z [05-13|18:28:23.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4400530Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4400865Z [05-13|18:28:23.630] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4401081Z [05-13|18:28:23.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4401463Z [05-13|18:28:23.630] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4401596Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4401730Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4401859Z [05-13|18:28:23.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4401987Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4402256Z [05-13|18:28:23.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.4402466Z [05-13|18:28:23.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4402985Z [05-13|18:28:23.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4403201Z [05-13|18:28:23.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4403335Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4403662Z [05-13|18:28:23.632] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4403994Z [05-13|18:28:23.632] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4404126Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4404257Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4404589Z [05-13|18:28:23.632] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4404721Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4405047Z [05-13|18:28:23.633] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4405185Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4405313Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4405442Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4405575Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4405703Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4405833Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4406157Z [05-13|18:28:23.633] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4406340Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4406549Z [05-13|18:28:23.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4406680Z [05-13|18:28:23.634] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4407012Z [05-13|18:28:23.634] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4407336Z [05-13|18:28:23.635] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4407468Z [05-13|18:28:23.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4407604Z [05-13|18:28:23.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4407808Z [05-13|18:28:23.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4407940Z [05-13|18:28:23.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4408325Z [05-13|18:28:23.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.4408596Z [05-13|18:28:23.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.4408915Z [05-13|18:28:23.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.4409388Z [05-13|18:28:23.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4409522Z [05-13|18:28:23.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4409987Z [05-13|18:28:23.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4410252Z [05-13|18:28:23.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.4410586Z [05-13|18:28:23.637] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} +2026-05-13T18:30:53.4410900Z [05-13|18:28:23.638] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.4411369Z [05-13|18:28:23.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4411803Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4411934Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4412364Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4412497Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4412919Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4413386Z [05-13|18:28:23.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4413815Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4413951Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4414418Z [05-13|18:28:23.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4414906Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4415039Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4415467Z [05-13|18:28:23.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4415601Z [05-13|18:28:23.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4416022Z [05-13|18:28:23.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4416158Z [05-13|18:28:23.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4416670Z [05-13|18:28:23.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4416885Z [05-13|18:28:23.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4417314Z [05-13|18:28:23.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4417446Z [05-13|18:28:23.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4417695Z [05-13|18:28:23.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.4417961Z [05-13|18:28:23.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.4418500Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4418636Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4419066Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4419275Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4419798Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4419940Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4420399Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4420828Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4421042Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4421177Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4421306Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4421735Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4421942Z [05-13|18:28:23.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4422074Z [05-13|18:28:23.642] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4422500Z [05-13|18:28:23.642] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} +2026-05-13T18:30:53.4422630Z [05-13|18:28:23.642] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4422838Z [05-13|18:28:23.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4423174Z [05-13|18:28:23.642] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4423369Z [05-13|18:28:23.643] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4423838Z [05-13|18:28:23.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4424055Z [05-13|18:28:23.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4424384Z [05-13|18:28:23.644] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4424711Z [05-13|18:28:23.644] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4425090Z [05-13|18:28:23.643] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4425228Z [05-13|18:28:23.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4425434Z [05-13|18:28:23.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4425569Z [05-13|18:28:23.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4425894Z [05-13|18:28:23.644] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4426080Z [05-13|18:28:23.645] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4426216Z [05-13|18:28:23.645] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4426484Z [05-13|18:28:23.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.4426955Z [05-13|18:28:23.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4427087Z [05-13|18:28:23.646] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4427427Z [05-13|18:28:23.645] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4427672Z [05-13|18:28:23.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4428001Z [05-13|18:28:23.647] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4428256Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4428389Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4428519Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4428652Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4428982Z [05-13|18:28:23.648] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4429246Z [05-13|18:28:23.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4429512Z [05-13|18:28:23.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4429645Z [05-13|18:28:23.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4430113Z [05-13|18:28:23.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4430379Z [05-13|18:28:23.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4430707Z [05-13|18:28:23.649] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4430838Z [05-13|18:28:23.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4431308Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4431836Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4431970Z [05-13|18:28:23.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4432186Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4432446Z [05-13|18:28:23.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4432653Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4432789Z [05-13|18:28:23.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4433051Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4433519Z [05-13|18:28:23.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4433789Z [05-13|18:28:23.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4434110Z [05-13|18:28:23.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4434244Z [05-13|18:28:23.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4434578Z [05-13|18:28:23.650] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} +2026-05-13T18:30:53.4434709Z [05-13|18:28:23.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4435172Z [05-13|18:28:23.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4435310Z [05-13|18:28:23.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4435517Z [05-13|18:28:23.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4435702Z [05-13|18:28:23.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4435968Z [05-13|18:28:23.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4436429Z [05-13|18:28:23.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4436885Z [05-13|18:28:23.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4437098Z [05-13|18:28:23.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.4437433Z [05-13|18:28:23.653] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4437766Z [05-13|18:28:23.653] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4437978Z [05-13|18:28:23.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4438227Z [05-13|18:28:23.652] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4438558Z [05-13|18:28:23.653] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4438770Z [05-13|18:28:23.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4439031Z [05-13|18:28:23.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4439358Z [05-13|18:28:23.654] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4439563Z [05-13|18:28:23.654] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4439772Z [05-13|18:28:23.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4440036Z [05-13|18:28:23.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4440502Z [05-13|18:28:23.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4440713Z [05-13|18:28:23.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4440846Z [05-13|18:28:23.655] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4441365Z [05-13|18:28:23.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4441703Z [05-13|18:28:23.655] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4441909Z [05-13|18:28:23.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4442045Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4442233Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4442363Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4442492Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4442625Z [05-13|18:28:23.657] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4442953Z [05-13|18:28:23.657] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4443216Z [05-13|18:28:23.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.4443551Z [05-13|18:28:23.657] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4443928Z [05-13|18:28:23.657] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4444138Z [05-13|18:28:23.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4444278Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4444748Z [05-13|18:28:23.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4444886Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4445021Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4445350Z [05-13|18:28:23.659] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4445613Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4445750Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4446008Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4446269Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4446531Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4446661Z [05-13|18:28:23.659] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4447130Z [05-13|18:28:23.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4447396Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4447700Z [05-13|18:28:23.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4448399Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4448626Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4449091Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4449551Z [05-13|18:28:23.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4450081Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4450295Z [05-13|18:28:23.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4450755Z [05-13|18:28:23.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4451078Z [05-13|18:28:23.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 8} +2026-05-13T18:30:53.4451287Z [05-13|18:28:23.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4451745Z [05-13|18:28:23.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4452014Z [05-13|18:28:23.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4452344Z [05-13|18:28:23.663] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4452856Z [05-13|18:28:23.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4453199Z [05-13|18:28:23.663] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} +2026-05-13T18:30:53.4453521Z [05-13|18:28:23.663] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4453656Z [05-13|18:28:23.663] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4453868Z [05-13|18:28:23.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4454083Z [05-13|18:28:23.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4454286Z [05-13|18:28:23.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.4454494Z [05-13|18:28:23.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4454822Z [05-13|18:28:23.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4455086Z [05-13|18:28:23.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.4455415Z [05-13|18:28:23.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4455550Z [05-13|18:28:23.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4456014Z [05-13|18:28:23.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4456404Z [05-13|18:28:23.665] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4456537Z [05-13|18:28:23.665] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4456743Z [05-13|18:28:23.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4456883Z [05-13|18:28:23.665] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4457012Z [05-13|18:28:23.665] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4457216Z [05-13|18:28:23.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4457544Z [05-13|18:28:23.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4457677Z [05-13|18:28:23.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4457846Z [05-13|18:28:23.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4458181Z [05-13|18:28:23.667] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4458446Z [05-13|18:28:23.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 8} +2026-05-13T18:30:53.4458804Z [05-13|18:28:23.667] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4459196Z [05-13|18:28:23.667] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4459329Z [05-13|18:28:23.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4459652Z [05-13|18:28:23.667] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4460120Z [05-13|18:28:23.668] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4460254Z [05-13|18:28:23.668] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4460387Z [05-13|18:28:23.668] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4460570Z [05-13|18:28:23.669] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4460840Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4461100Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4461357Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4461618Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4462084Z [05-13|18:28:23.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4462226Z [05-13|18:28:23.670] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4462509Z [05-13|18:28:23.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4462971Z [05-13|18:28:23.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4463232Z [05-13|18:28:23.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4463493Z [05-13|18:28:23.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4463951Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4464417Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4464942Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4465152Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.4465358Z [05-13|18:28:23.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4465498Z [05-13|18:28:23.672] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4465702Z [05-13|18:28:23.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4466162Z [05-13|18:28:23.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4466482Z [05-13|18:28:23.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4466944Z [05-13|18:28:23.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4467278Z [05-13|18:28:23.673] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} +2026-05-13T18:30:53.4467657Z [05-13|18:28:23.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4467788Z [05-13|18:28:23.674] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4467918Z [05-13|18:28:23.674] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4468246Z [05-13|18:28:23.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4468711Z [05-13|18:28:23.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4468975Z [05-13|18:28:23.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4469252Z [05-13|18:28:23.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4469587Z [05-13|18:28:23.675] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4469917Z [05-13|18:28:23.675] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4470058Z [05-13|18:28:23.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4470520Z [05-13|18:28:23.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4470851Z [05-13|18:28:23.676] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4471063Z [05-13|18:28:23.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4471200Z [05-13|18:28:23.676] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4471529Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4471865Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4472193Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4472327Z [05-13|18:28:23.677] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4472541Z [05-13|18:28:23.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4472674Z [05-13|18:28:23.677] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4472978Z [05-13|18:28:23.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4473113Z [05-13|18:28:23.677] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4473443Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4473576Z [05-13|18:28:23.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4473838Z [05-13|18:28:23.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.4474097Z [05-13|18:28:23.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4474356Z [05-13|18:28:23.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4474556Z [05-13|18:28:23.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4474768Z [05-13|18:28:23.678] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4474898Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4475033Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4475290Z [05-13|18:28:23.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4475553Z [05-13|18:28:23.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4475890Z [05-13|18:28:23.679] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4476149Z [05-13|18:28:23.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4476620Z [05-13|18:28:23.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4476759Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4476894Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4477194Z [05-13|18:28:23.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4477330Z [05-13|18:28:23.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4477590Z [05-13|18:28:23.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4477720Z [05-13|18:28:23.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4477972Z [05-13|18:28:23.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4478560Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4479020Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4479479Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4479942Z [05-13|18:28:23.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4480396Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4480663Z [05-13|18:28:23.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4481118Z [05-13|18:28:23.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4481394Z [05-13|18:28:23.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4481530Z [05-13|18:28:23.681] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4481984Z [05-13|18:28:23.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4482248Z [05-13|18:28:23.682] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 8} +2026-05-13T18:30:53.4482460Z [05-13|18:28:23.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4482791Z [05-13|18:28:23.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4483051Z [05-13|18:28:23.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4483265Z [05-13|18:28:23.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4483725Z [05-13|18:28:23.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4484234Z [05-13|18:28:23.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4484567Z [05-13|18:28:23.683] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4484701Z [05-13|18:28:23.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4484906Z [05-13|18:28:23.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4485043Z [05-13|18:28:23.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4485370Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4485627Z [05-13|18:28:23.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4485956Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4486168Z [05-13|18:28:23.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4486300Z [05-13|18:28:23.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4486623Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4486958Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} +2026-05-13T18:30:53.4487092Z [05-13|18:28:23.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4487299Z [05-13|18:28:23.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4487630Z [05-13|18:28:23.685] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4487840Z [05-13|18:28:23.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4487973Z [05-13|18:28:23.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4488418Z [05-13|18:28:23.686] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4488552Z [05-13|18:28:23.686] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4488878Z [05-13|18:28:23.686] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4489016Z [05-13|18:28:23.686] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4489291Z [05-13|18:28:23.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.4489424Z [05-13|18:28:23.686] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4489756Z [05-13|18:28:23.686] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4489893Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4490024Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4490159Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4490289Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4490553Z [05-13|18:28:23.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.4491075Z [05-13|18:28:23.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4491212Z [05-13|18:28:23.688] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4491543Z [05-13|18:28:23.689] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} +2026-05-13T18:30:53.4491807Z [05-13|18:28:23.690] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.4491941Z [05-13|18:28:23.691] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4492203Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4492463Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4492724Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4492984Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4493240Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4493763Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4494232Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4494499Z [05-13|18:28:23.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4494957Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4495415Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4495687Z [05-13|18:28:23.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4496145Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4496409Z [05-13|18:28:23.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4496623Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4496757Z [05-13|18:28:23.691] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4496964Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.4497424Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4497674Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4498252Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4498713Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4498920Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4499126Z [05-13|18:28:23.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4499396Z [05-13|18:28:23.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4499730Z [05-13|18:28:23.694] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4499996Z [05-13|18:28:23.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.4500206Z [05-13|18:28:23.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4500470Z [05-13|18:28:23.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4500602Z [05-13|18:28:23.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4501063Z [05-13|18:28:23.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4501396Z [05-13|18:28:23.695] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4501720Z [05-13|18:28:23.695] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4501858Z [05-13|18:28:23.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4502039Z [05-13|18:28:23.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4502365Z [05-13|18:28:23.696] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4502576Z [05-13|18:28:23.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4502711Z [05-13|18:28:23.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4503034Z [05-13|18:28:23.697] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4503360Z [05-13|18:28:23.697] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4503497Z [05-13|18:28:23.697] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4503631Z [05-13|18:28:23.697] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4503955Z [05-13|18:28:23.698] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4504284Z [05-13|18:28:23.698] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4504493Z [05-13|18:28:23.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} +2026-05-13T18:30:53.4504623Z [05-13|18:28:23.699] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4504890Z [05-13|18:28:23.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4505216Z [05-13|18:28:23.699] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.4505479Z [05-13|18:28:23.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4505800Z [05-13|18:28:23.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4506268Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4506530Z [05-13|18:28:23.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4506793Z [05-13|18:28:23.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4507258Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4507753Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4508335Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4508471Z [05-13|18:28:23.699] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4508988Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4509253Z [05-13|18:28:23.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4509385Z [05-13|18:28:23.701] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4509595Z [05-13|18:28:23.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4509731Z [05-13|18:28:23.701] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4509941Z [05-13|18:28:23.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4510451Z [05-13|18:28:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4510721Z [05-13|18:28:23.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4510927Z [05-13|18:28:23.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4511131Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4511593Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4511802Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4512065Z [05-13|18:28:23.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4512329Z [05-13|18:28:23.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} +2026-05-13T18:30:53.4512788Z [05-13|18:28:23.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4513120Z [05-13|18:28:23.704] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4513335Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4513794Z [05-13|18:28:23.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4514004Z [05-13|18:28:23.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4514392Z [05-13|18:28:23.705] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4514717Z [05-13|18:28:23.705] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4515040Z [05-13|18:28:23.705] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4515253Z [05-13|18:28:23.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4515574Z [05-13|18:28:23.706] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4515945Z [05-13|18:28:23.707] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4516274Z [05-13|18:28:23.707] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4516482Z [05-13|18:28:23.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.4516741Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4517045Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4517304Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4517560Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4517823Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4518265Z [05-13|18:28:23.708] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4518736Z [05-13|18:28:23.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4519269Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4519738Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4520195Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4520335Z [05-13|18:28:23.709] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4520661Z [05-13|18:28:23.709] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.4520874Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4521011Z [05-13|18:28:23.710] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4521142Z [05-13|18:28:23.710] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4521351Z [05-13|18:28:23.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4521617Z [05-13|18:28:23.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4521875Z [05-13|18:28:23.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4522340Z [05-13|18:28:23.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4522806Z [05-13|18:28:23.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4523127Z [05-13|18:28:23.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4523385Z [05-13|18:28:23.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.4523599Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4523804Z [05-13|18:28:23.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4524264Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4524779Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4525115Z [05-13|18:28:23.712] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4525576Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4525966Z [05-13|18:28:23.712] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4526292Z [05-13|18:28:23.713] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4526497Z [05-13|18:28:23.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4526710Z [05-13|18:28:23.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4527035Z [05-13|18:28:23.714] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4527242Z [05-13|18:28:23.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4527417Z [05-13|18:28:23.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4527625Z [05-13|18:28:23.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4527829Z [05-13|18:28:23.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.4527964Z [05-13|18:28:23.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4528409Z [05-13|18:28:23.715] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4528674Z [05-13|18:28:23.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4529005Z [05-13|18:28:23.715] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4529267Z [05-13|18:28:23.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4529404Z [05-13|18:28:23.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4529876Z [05-13|18:28:23.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4530203Z [05-13|18:28:23.716] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4530528Z [05-13|18:28:23.716] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4530999Z [05-13|18:28:23.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4531330Z [05-13|18:28:23.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4531541Z [05-13|18:28:23.717] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4531679Z [05-13|18:28:23.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4531941Z [05-13|18:28:23.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4532073Z [05-13|18:28:23.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4532408Z [05-13|18:28:23.718] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.4532922Z [05-13|18:28:23.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4533132Z [05-13|18:28:23.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4533596Z [05-13|18:28:23.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4533859Z [05-13|18:28:23.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4534170Z [05-13|18:28:23.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4534434Z [05-13|18:28:23.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4534641Z [05-13|18:28:23.719] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4535103Z [05-13|18:28:23.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4535368Z [05-13|18:28:23.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4535920Z [05-13|18:28:23.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4536384Z [05-13|18:28:23.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4536648Z [05-13|18:28:23.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.4537108Z [05-13|18:28:23.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4537566Z [05-13|18:28:23.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4537903Z [05-13|18:28:23.720] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4538150Z [05-13|18:28:23.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4538360Z [05-13|18:28:23.721] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4538696Z [05-13|18:28:23.721] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4539022Z [05-13|18:28:23.721] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4539154Z [05-13|18:28:23.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4539484Z [05-13|18:28:23.722] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4539691Z [05-13|18:28:23.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4539962Z [05-13|18:28:23.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4540172Z [05-13|18:28:23.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4540500Z [05-13|18:28:23.724] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4540825Z [05-13|18:28:23.724] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4541036Z [05-13|18:28:23.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4541242Z [05-13|18:28:23.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.4541622Z [05-13|18:28:23.725] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4541958Z [05-13|18:28:23.725] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4542090Z [05-13|18:28:23.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4542223Z [05-13|18:28:23.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4542412Z [05-13|18:28:23.728] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4542541Z [05-13|18:28:23.728] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4542866Z [05-13|18:28:23.729] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.4543002Z [05-13|18:28:23.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4543263Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4543522Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4543788Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4544102Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4544567Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4544834Z [05-13|18:28:23.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4545094Z [05-13|18:28:23.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4545350Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4545813Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4546271Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4546727Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4547168Z [05-13|18:28:23.731] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 45, "epoch round": 45} +2026-05-13T18:30:53.4547627Z [05-13|18:28:23.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4547839Z [05-13|18:28:23.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4548467Z [05-13|18:28:23.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4548607Z [05-13|18:28:23.733] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4548817Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4549031Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4549236Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4549692Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4550022Z [05-13|18:28:23.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.4550358Z [05-13|18:28:23.735] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4550689Z [05-13|18:28:23.735] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4551155Z [05-13|18:28:23.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4551664Z [05-13|18:28:23.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4551993Z [05-13|18:28:23.736] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4552131Z [05-13|18:28:23.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4552265Z [05-13|18:28:23.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4552398Z [05-13|18:28:23.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4552782Z [05-13|18:28:23.737] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4553109Z [05-13|18:28:23.737] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4553244Z [05-13|18:28:23.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4553455Z [05-13|18:28:23.737] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4553587Z [05-13|18:28:23.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4553716Z [05-13|18:28:23.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4553850Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4553981Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4554112Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4554440Z [05-13|18:28:23.738] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4554777Z [05-13|18:28:23.737] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4554911Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4555116Z [05-13|18:28:23.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4555325Z [05-13|18:28:23.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4555455Z [05-13|18:28:23.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4555780Z [05-13|18:28:23.739] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4556172Z [05-13|18:28:23.739] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.4556305Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4556437Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4556646Z [05-13|18:28:23.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4556852Z [05-13|18:28:23.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.4556982Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4557118Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4557382Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4557677Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4557944Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4558319Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4558584Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4558939Z [05-13|18:28:23.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4559405Z [05-13|18:28:23.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4559666Z [05-13|18:28:23.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4560131Z [05-13|18:28:23.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4560394Z [05-13|18:28:23.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4560702Z [05-13|18:28:23.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.4561171Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4561631Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4562087Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4562300Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4562756Z [05-13|18:28:23.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4563212Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4563552Z [05-13|18:28:23.744] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4564008Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4564346Z [05-13|18:28:23.745] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4564560Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4564823Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4565028Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4565489Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4565625Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4565755Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4566090Z [05-13|18:28:23.746] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4566468Z [05-13|18:28:23.746] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4566799Z [05-13|18:28:23.746] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4566936Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4567067Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4567316Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4567452Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4567658Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4567790Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4568000Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4568320Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4568454Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4568590Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4568722Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4569110Z [05-13|18:28:23.747] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4569247Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4569385Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4569709Z [05-13|18:28:23.748] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4569841Z [05-13|18:28:23.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4570171Z [05-13|18:28:23.748] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4570380Z [05-13|18:28:23.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.4570510Z [05-13|18:28:23.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4570647Z [05-13|18:28:23.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4570971Z [05-13|18:28:23.749] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.4571104Z [05-13|18:28:23.749] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4571573Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4572033Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4572494Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4573015Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4573149Z [05-13|18:28:24.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4573281Z [05-13|18:28:24.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4573743Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4573873Z [05-13|18:28:24.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4574388Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4574853Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4577699Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4578531Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4578704Z [05-13|18:28:24.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4578928Z [05-13|18:28:24.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4579070Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4579214Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4579425Z [05-13|18:28:24.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4579559Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4579704Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4580250Z [05-13|18:28:24.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4580394Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4580613Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4580817Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4581021Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4581234Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4581370Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4581503Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4581642Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4581776Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4581908Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4582040Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4582176Z [05-13|18:28:24.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4582304Z [05-13|18:28:24.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4582434Z [05-13|18:28:24.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4582645Z [05-13|18:28:24.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4582849Z [05-13|18:28:24.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.4583185Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4583453Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4583710Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4583967Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4584443Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4584709Z [05-13|18:28:24.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4585225Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4585497Z [05-13|18:28:24.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4585756Z [05-13|18:28:24.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4586276Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4586736Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4587193Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4587650Z [05-13|18:28:24.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4588294Z [05-13|18:28:24.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4588520Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4588784Z [05-13|18:28:24.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.4588997Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4589199Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4589667Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4589902Z [05-13|18:28:24.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4590104Z [05-13|18:28:24.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4590449Z [05-13|18:28:24.183] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4590786Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4591111Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4591460Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4591798Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4592183Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4592393Z [05-13|18:28:24.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4592606Z [05-13|18:28:24.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4593045Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 48, "epoch round": 48} +2026-05-13T18:30:53.4593190Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4593330Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4593537Z [05-13|18:28:24.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4594019Z [05-13|18:28:24.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 48, "epoch round": 48} +2026-05-13T18:30:53.4594163Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4594296Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4594628Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4595112Z [05-13|18:28:24.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 48, "epoch round": 48} +2026-05-13T18:30:53.4595438Z [05-13|18:28:24.185] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4595572Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4595712Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4595843Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4596342Z [05-13|18:28:24.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4596668Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4596938Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4597198Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4597460Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4597718Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4598318Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4598795Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4599060Z [05-13|18:28:24.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4599525Z [05-13|18:28:24.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4599790Z [05-13|18:28:24.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4600002Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.4600211Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4600743Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4601212Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4601675Z [05-13|18:28:24.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4601889Z [05-13|18:28:24.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4602153Z [05-13|18:28:24.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4602410Z [05-13|18:28:24.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4602878Z [05-13|18:28:24.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4603088Z [05-13|18:28:24.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4603432Z [05-13|18:28:24.190] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.4603750Z [05-13|18:28:24.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4603889Z [05-13|18:28:24.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4604217Z [05-13|18:28:24.190] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4604549Z [05-13|18:28:24.191] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4605018Z [05-13|18:28:24.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4605398Z [05-13|18:28:24.191] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4605733Z [05-13|18:28:24.191] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4605868Z [05-13|18:28:24.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4606003Z [05-13|18:28:24.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4606331Z [05-13|18:28:24.192] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4606464Z [05-13|18:28:24.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4606596Z [05-13|18:28:24.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4606809Z [05-13|18:28:24.192] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4606944Z [05-13|18:28:24.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4607267Z [05-13|18:28:24.193] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4607483Z [05-13|18:28:24.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4607688Z [05-13|18:28:24.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4607819Z [05-13|18:28:24.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4607961Z [05-13|18:28:24.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4608402Z [05-13|18:28:24.194] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4608676Z [05-13|18:28:24.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.4609072Z [05-13|18:28:24.194] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4609541Z [05-13|18:28:24.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4609677Z [05-13|18:28:24.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4609944Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4610203Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4610462Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4610781Z [05-13|18:28:24.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4611046Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4611508Z [05-13|18:28:24.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4611818Z [05-13|18:28:24.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4612282Z [05-13|18:28:24.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4612492Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.4612701Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4612967Z [05-13|18:28:24.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4613173Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4613685Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4613957Z [05-13|18:28:24.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4614413Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4614874Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4615328Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4615785Z [05-13|18:28:24.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4616243Z [05-13|18:28:24.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4616576Z [05-13|18:28:24.199] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4616902Z [05-13|18:28:24.199] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4617041Z [05-13|18:28:24.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4617365Z [05-13|18:28:24.200] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4617544Z [05-13|18:28:24.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4617875Z [05-13|18:28:24.200] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.4618205Z [05-13|18:28:24.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4618422Z [05-13|18:28:24.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4618630Z [05-13|18:28:24.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4618955Z [05-13|18:28:24.201] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4619341Z [05-13|18:28:24.202] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4619675Z [05-13|18:28:24.202] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4619882Z [05-13|18:28:24.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4620089Z [05-13|18:28:24.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4620352Z [05-13|18:28:24.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4620485Z [05-13|18:28:24.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4620809Z [05-13|18:28:24.203] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4621138Z [05-13|18:28:24.203] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4621273Z [05-13|18:28:24.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4621534Z [05-13|18:28:24.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4621795Z [05-13|18:28:24.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4622111Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4622376Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4622844Z [05-13|18:28:24.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4623114Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4623254Z [05-13|18:28:24.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4623723Z [05-13|18:28:24.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4623996Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4624256Z [05-13|18:28:24.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4624717Z [05-13|18:28:24.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4624982Z [05-13|18:28:24.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.4625441Z [05-13|18:28:24.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4625902Z [05-13|18:28:24.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4626221Z [05-13|18:28:24.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.4626681Z [05-13|18:28:24.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4627142Z [05-13|18:28:24.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4627358Z [05-13|18:28:24.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4627566Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4628198Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4628419Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4628760Z [05-13|18:28:24.208] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4629470Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4629873Z [05-13|18:28:24.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.4630315Z [05-13|18:28:24.209] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4630539Z [05-13|18:28:24.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4630812Z [05-13|18:28:24.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4631260Z [05-13|18:28:24.209] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4631516Z [05-13|18:28:24.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4631859Z [05-13|18:28:24.209] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4632074Z [05-13|18:28:24.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4632286Z [05-13|18:28:24.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4632491Z [05-13|18:28:24.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4632823Z [05-13|18:28:24.210] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4633155Z [05-13|18:28:24.211] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4633483Z [05-13|18:28:24.211] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4633624Z [05-13|18:28:24.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4633961Z [05-13|18:28:24.212] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4634295Z [05-13|18:28:24.212] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.4634432Z [05-13|18:28:24.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4634566Z [05-13|18:28:24.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4634842Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4635167Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4635426Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4635693Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4635952Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4636210Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4636694Z [05-13|18:28:24.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4637201Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4637671Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4638319Z [05-13|18:28:24.214] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} +2026-05-13T18:30:53.4638589Z [05-13|18:28:24.214] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4639079Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4639353Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4639799Z [05-13|18:28:24.214] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} +2026-05-13T18:30:53.4640279Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4640474Z [05-13|18:28:24.214] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4640917Z [05-13|18:28:24.214] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} +2026-05-13T18:30:53.4641059Z [05-13|18:28:24.214] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4641328Z [05-13|18:28:24.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4641795Z [05-13|18:28:24.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4642262Z [05-13|18:28:24.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4642726Z [05-13|18:28:24.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4642942Z [05-13|18:28:24.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4643374Z [05-13|18:28:24.215] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} +2026-05-13T18:30:53.4643507Z [05-13|18:28:24.216] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4643839Z [05-13|18:28:24.216] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4644170Z [05-13|18:28:24.216] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4644439Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4644571Z [05-13|18:28:24.217] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4644898Z [05-13|18:28:24.217] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4645221Z [05-13|18:28:24.217] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4645429Z [05-13|18:28:24.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4645639Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4645770Z [05-13|18:28:24.217] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4646155Z [05-13|18:28:24.217] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4646296Z [05-13|18:28:24.217] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4646758Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4647005Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4647214Z [05-13|18:28:24.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4647540Z [05-13|18:28:24.218] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4647673Z [05-13|18:28:24.218] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4647804Z [05-13|18:28:24.218] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4648021Z [05-13|18:28:24.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4648512Z [05-13|18:28:24.219] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4648787Z [05-13|18:28:24.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4649007Z [05-13|18:28:24.220] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} +2026-05-13T18:30:53.4649343Z [05-13|18:28:24.220] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.4649489Z [05-13|18:28:24.220] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4649825Z [05-13|18:28:24.220] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4650103Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4650239Z [05-13|18:28:24.221] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4650518Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4650651Z [05-13|18:28:24.221] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4650911Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4651401Z [05-13|18:28:24.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4651663Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4652135Z [05-13|18:28:24.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4652605Z [05-13|18:28:24.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4652930Z [05-13|18:28:24.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4653192Z [05-13|18:28:24.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4653666Z [05-13|18:28:24.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4654129Z [05-13|18:28:24.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4654342Z [05-13|18:28:24.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4654609Z [05-13|18:28:24.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4654876Z [05-13|18:28:24.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4655138Z [05-13|18:28:24.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4655352Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4655663Z [05-13|18:28:24.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} +2026-05-13T18:30:53.4655869Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4656338Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4656801Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4657012Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4657518Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4657981Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4658559Z [05-13|18:28:24.224] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4658711Z [05-13|18:28:24.225] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4659045Z [05-13|18:28:24.225] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4659179Z [05-13|18:28:24.225] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4659516Z [05-13|18:28:24.225] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4659729Z [05-13|18:28:24.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4660058Z [05-13|18:28:24.226] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4660272Z [05-13|18:28:24.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4660478Z [05-13|18:28:24.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4660805Z [05-13|18:28:24.227] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4661020Z [05-13|18:28:24.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.4661427Z [05-13|18:28:24.227] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4661757Z [05-13|18:28:24.228] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.4661901Z [05-13|18:28:24.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4662232Z [05-13|18:28:24.228] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4662366Z [05-13|18:28:24.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4662700Z [05-13|18:28:24.228] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4662833Z [05-13|18:28:24.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4663154Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4663427Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4663691Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4663949Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4664265Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4664735Z [05-13|18:28:24.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4665177Z [05-13|18:28:24.230] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.4665651Z [05-13|18:28:24.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4665790Z [05-13|18:28:24.230] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4666273Z [05-13|18:28:24.230] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.4666467Z [05-13|18:28:24.230] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4666927Z [05-13|18:28:24.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4667191Z [05-13|18:28:24.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4667666Z [05-13|18:28:24.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4667878Z [05-13|18:28:24.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4668211Z [05-13|18:28:24.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4668431Z [05-13|18:28:24.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4668894Z [05-13|18:28:24.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4669355Z [05-13|18:28:24.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4669637Z [05-13|18:28:24.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.4670108Z [05-13|18:28:24.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4670505Z [05-13|18:28:24.233] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4670777Z [05-13|18:28:24.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4671103Z [05-13|18:28:24.233] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4671427Z [05-13|18:28:24.233] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4671642Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4672206Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4672670Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4672886Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4673271Z [05-13|18:28:24.234] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4673413Z [05-13|18:28:24.234] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4673751Z [05-13|18:28:24.234] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4673967Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4674108Z [05-13|18:28:24.235] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4674326Z [05-13|18:28:24.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4674462Z [05-13|18:28:24.235] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4674602Z [05-13|18:28:24.235] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4674989Z [05-13|18:28:24.235] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4675318Z [05-13|18:28:24.235] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4675452Z [05-13|18:28:24.236] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4675590Z [05-13|18:28:24.236] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4675801Z [05-13|18:28:24.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.4676129Z [05-13|18:28:24.236] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4676345Z [05-13|18:28:24.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4676674Z [05-13|18:28:24.236] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.4676809Z [05-13|18:28:24.237] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4676953Z [05-13|18:28:24.237] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4677225Z [05-13|18:28:24.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.4677699Z [05-13|18:28:24.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4678148Z [05-13|18:28:24.239] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.4678287Z [05-13|18:28:24.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4678488Z [05-13|18:28:24.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4678700Z [05-13|18:28:24.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.4678969Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4679231Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4679496Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4679755Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4680273Z [05-13|18:28:24.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4680743Z [05-13|18:28:24.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4681007Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4681521Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4681986Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4682249Z [05-13|18:28:24.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4682511Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4682776Z [05-13|18:28:24.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4683035Z [05-13|18:28:24.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.4683546Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4684015Z [05-13|18:28:24.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4684480Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4684937Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4685400Z [05-13|18:28:24.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4685613Z [05-13|18:28:24.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4685820Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4686033Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4686239Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4686566Z [05-13|18:28:24.245] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4686900Z [05-13|18:28:24.246] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4687147Z [05-13|18:28:24.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4687472Z [05-13|18:28:24.246] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4687688Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4687824Z [05-13|18:28:24.246] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4687958Z [05-13|18:28:24.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4688213Z [05-13|18:28:24.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4688346Z [05-13|18:28:24.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4688553Z [05-13|18:28:24.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4688830Z [05-13|18:28:24.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4689041Z [05-13|18:28:24.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.4689364Z [05-13|18:28:24.247] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4689692Z [05-13|18:28:24.248] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4690070Z [05-13|18:28:24.248] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4690206Z [05-13|18:28:24.248] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4690532Z [05-13|18:28:24.248] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4690854Z [05-13|18:28:24.249] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4691177Z [05-13|18:28:24.249] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.4691315Z [05-13|18:28:24.249] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4691632Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4691902Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4692161Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4692417Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4692679Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4692938Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4693197Z [05-13|18:28:24.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4693667Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4694132Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4694595Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4695057Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4695514Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4696031Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4696494Z [05-13|18:28:24.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4696757Z [05-13|18:28:24.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4697214Z [05-13|18:28:24.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4697583Z [05-13|18:28:24.253] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4697851Z [05-13|18:28:24.253] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.4698297Z [05-13|18:28:24.254] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4698693Z [05-13|18:28:24.254] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4699014Z [05-13|18:28:24.254] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4699338Z [05-13|18:28:24.255] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4699473Z [05-13|18:28:24.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4699795Z [05-13|18:28:24.255] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4700260Z [05-13|18:28:24.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4700449Z [05-13|18:28:24.256] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4700589Z [05-13|18:28:24.256] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4700911Z [05-13|18:28:24.256] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4701047Z [05-13|18:28:24.256] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4701509Z [05-13|18:28:24.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4701971Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4702439Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4702649Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4702861Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4702993Z [05-13|18:28:24.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4703123Z [05-13|18:28:24.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4703581Z [05-13|18:28:24.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4703911Z [05-13|18:28:24.258] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4704433Z [05-13|18:28:24.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4704763Z [05-13|18:28:24.258] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.4704897Z [05-13|18:28:24.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4705032Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4705161Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4705626Z [05-13|18:28:24.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4705812Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4705948Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4706082Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4706211Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4706340Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4706511Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4706717Z [05-13|18:28:24.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4706848Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4706983Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4707112Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4707582Z [05-13|18:28:24.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4707733Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4707864Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4708143Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4708279Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4708421Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4708550Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4708680Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4708814Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4708944Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4709074Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4709210Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4709423Z [05-13|18:28:24.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4709629Z [05-13|18:28:24.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4709840Z [05-13|18:28:24.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4710044Z [05-13|18:28:24.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4710176Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4710639Z [05-13|18:28:24.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4711099Z [05-13|18:28:24.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4711299Z [05-13|18:28:24.263] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4711435Z [05-13|18:28:24.263] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4711702Z [05-13|18:28:24.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4711963Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4712226Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4712360Z [05-13|18:28:24.264] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4712616Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4713142Z [05-13|18:28:24.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4713614Z [05-13|18:28:24.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4714077Z [05-13|18:28:24.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4714397Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4714657Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4714911Z [05-13|18:28:24.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4715124Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4715332Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4715538Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4715742Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4716261Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4716399Z [05-13|18:28:24.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4716857Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4716999Z [05-13|18:28:24.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4717459Z [05-13|18:28:24.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4717927Z [05-13|18:28:24.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4718181Z [05-13|18:28:24.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4718523Z [05-13|18:28:24.267] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4718861Z [05-13|18:28:24.267] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4719068Z [05-13|18:28:24.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4719200Z [05-13|18:28:24.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4719332Z [05-13|18:28:24.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4719543Z [05-13|18:28:24.268] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4719741Z [05-13|18:28:24.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4719945Z [05-13|18:28:24.268] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.4720281Z [05-13|18:28:24.267] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4720610Z [05-13|18:28:24.269] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4720873Z [05-13|18:28:24.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.4721084Z [05-13|18:28:24.269] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4721466Z [05-13|18:28:24.269] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4721798Z [05-13|18:28:24.269] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4722272Z [05-13|18:28:24.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4722532Z [05-13|18:28:24.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4722665Z [05-13|18:28:24.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4722802Z [05-13|18:28:24.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4723006Z [05-13|18:28:24.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4723139Z [05-13|18:28:24.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4723405Z [05-13|18:28:24.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 8} +2026-05-13T18:30:53.4723735Z [05-13|18:28:24.271] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4724252Z [05-13|18:28:24.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4724521Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4724779Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4725036Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4725296Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4725553Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4726022Z [05-13|18:28:24.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4726486Z [05-13|18:28:24.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4726749Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4727210Z [05-13|18:28:24.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4727670Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4728246Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4728664Z [05-13|18:28:24.273] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4728811Z [05-13|18:28:24.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4729029Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.4729237Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4729510Z [05-13|18:28:24.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4729720Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4729979Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4730192Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4730691Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4730836Z [05-13|18:28:24.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4731362Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4731705Z [05-13|18:28:24.275] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4732067Z [05-13|18:28:24.275] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4732419Z [05-13|18:28:24.275] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4732635Z [05-13|18:28:24.275] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4732770Z [05-13|18:28:24.276] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4733158Z [05-13|18:28:24.276] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.4733488Z [05-13|18:28:24.276] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4733764Z [05-13|18:28:24.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.4733989Z [05-13|18:28:24.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4734329Z [05-13|18:28:24.277] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4734800Z [05-13|18:28:24.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4734953Z [05-13|18:28:24.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4735287Z [05-13|18:28:24.277] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4735502Z [05-13|18:28:24.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4735649Z [05-13|18:28:24.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4735782Z [05-13|18:28:24.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4735913Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4736356Z [05-13|18:28:24.278] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 59, "epoch round": 59} +2026-05-13T18:30:53.4736651Z [05-13|18:28:24.278] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4736787Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4736926Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4737256Z [05-13|18:28:24.278] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4737690Z [05-13|18:28:24.278] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 59, "epoch round": 59} +2026-05-13T18:30:53.4737828Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4738412Z [05-13|18:28:24.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4738612Z [05-13|18:28:24.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4738755Z [05-13|18:28:24.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4739087Z [05-13|18:28:24.279] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4739302Z [05-13|18:28:24.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.4739688Z [05-13|18:28:24.282] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.4739960Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4740222Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4740489Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4740749Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4741010Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4741539Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4741803Z [05-13|18:28:24.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4742266Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4742531Z [05-13|18:28:24.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4742992Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4743453Z [05-13|18:28:24.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4743913Z [05-13|18:28:24.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4744370Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4744632Z [05-13|18:28:24.284] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4744848Z [05-13|18:28:24.284] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4744984Z [05-13|18:28:24.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4745250Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4745713Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4745922Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4746129Z [05-13|18:28:24.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4746591Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4746799Z [05-13|18:28:24.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4747099Z [05-13|18:28:24.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.4747446Z [05-13|18:28:24.286] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4747582Z [05-13|18:28:24.287] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4747914Z [05-13|18:28:24.287] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4748532Z [05-13|18:28:24.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4748867Z [05-13|18:28:24.287] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4749001Z [05-13|18:28:24.287] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4749217Z [05-13|18:28:24.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4749353Z [05-13|18:28:24.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4749493Z [05-13|18:28:24.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4749707Z [05-13|18:28:24.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4749902Z [05-13|18:28:24.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4750239Z [05-13|18:28:24.288] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4750448Z [05-13|18:28:24.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4750587Z [05-13|18:28:24.289] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4750915Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4751243Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4751575Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4751710Z [05-13|18:28:24.289] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4752037Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4752253Z [05-13|18:28:24.289] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.4752580Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.4752720Z [05-13|18:28:24.290] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4752857Z [05-13|18:28:24.290] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4753123Z [05-13|18:28:24.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4753448Z [05-13|18:28:24.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4753714Z [05-13|18:28:24.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4753973Z [05-13|18:28:24.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4754110Z [05-13|18:28:24.291] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4754371Z [05-13|18:28:24.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4754506Z [05-13|18:28:24.291] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4754973Z [05-13|18:28:24.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4755493Z [05-13|18:28:24.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4755958Z [05-13|18:28:24.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4756415Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4756927Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4757192Z [05-13|18:28:24.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4757404Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4757669Z [05-13|18:28:24.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4757884Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4758549Z [05-13|18:28:24.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4759023Z [05-13|18:28:24.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4759234Z [05-13|18:28:24.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4759494Z [05-13|18:28:24.293] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4759760Z [05-13|18:28:24.294] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.4760101Z [05-13|18:28:24.294] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4760310Z [05-13|18:28:24.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4760652Z [05-13|18:28:24.295] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4760862Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4761191Z [05-13|18:28:24.295] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4761527Z [05-13|18:28:24.295] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4761989Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4762259Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4762736Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4762877Z [05-13|18:28:24.296] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4763011Z [05-13|18:28:24.296] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4763223Z [05-13|18:28:24.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4763559Z [05-13|18:28:24.296] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4763697Z [05-13|18:28:24.296] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4764088Z [05-13|18:28:24.296] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4764229Z [05-13|18:28:24.297] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4764441Z [05-13|18:28:24.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4764581Z [05-13|18:28:24.297] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4764766Z [05-13|18:28:24.297] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4765096Z [05-13|18:28:24.298] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4765235Z [05-13|18:28:24.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4765366Z [05-13|18:28:24.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4765497Z [05-13|18:28:24.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4765835Z [05-13|18:28:24.297] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4765970Z [05-13|18:28:24.299] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4766179Z [05-13|18:28:24.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} +2026-05-13T18:30:53.4766349Z [05-13|18:28:24.299] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4766625Z [05-13|18:28:24.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4767098Z [05-13|18:28:24.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4767308Z [05-13|18:28:24.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4767646Z [05-13|18:28:24.300] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.4767913Z [05-13|18:28:24.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4768292Z [05-13|18:28:24.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4768771Z [05-13|18:28:24.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4769212Z [05-13|18:28:24.301] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 62, "epoch round": 62} +2026-05-13T18:30:53.4769483Z [05-13|18:28:24.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4769911Z [05-13|18:28:24.301] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 62, "epoch round": 62} +2026-05-13T18:30:53.4770175Z [05-13|18:28:24.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4770380Z [05-13|18:28:24.302] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4770638Z [05-13|18:28:24.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4771106Z [05-13|18:28:24.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4771574Z [05-13|18:28:24.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4771836Z [05-13|18:28:24.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4771969Z [05-13|18:28:24.303] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4772229Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4772702Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4773165Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4773682Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4774142Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4774408Z [05-13|18:28:24.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} +2026-05-13T18:30:53.4774872Z [05-13|18:28:24.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4775263Z [05-13|18:28:24.305] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4775610Z [05-13|18:28:24.305] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4775827Z [05-13|18:28:24.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4776036Z [05-13|18:28:24.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4776175Z [05-13|18:28:24.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4776388Z [05-13|18:28:24.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4776522Z [05-13|18:28:24.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4776852Z [05-13|18:28:24.306] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4777068Z [05-13|18:28:24.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4777401Z [05-13|18:28:24.306] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4777610Z [05-13|18:28:24.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4777749Z [05-13|18:28:24.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4778188Z [05-13|18:28:24.307] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4778326Z [05-13|18:28:24.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4778655Z [05-13|18:28:24.308] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4779056Z [05-13|18:28:24.308] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4779191Z [05-13|18:28:24.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4779399Z [05-13|18:28:24.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4779613Z [05-13|18:28:24.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.4779942Z [05-13|18:28:24.309] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4780207Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4780473Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4780785Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4781048Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4781527Z [05-13|18:28:24.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4782043Z [05-13|18:28:24.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4782506Z [05-13|18:28:24.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4782843Z [05-13|18:28:24.310] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.4782980Z [05-13|18:28:24.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4783115Z [05-13|18:28:24.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4783328Z [05-13|18:28:24.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4783640Z [05-13|18:28:24.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4783855Z [05-13|18:28:24.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4784123Z [05-13|18:28:24.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4784384Z [05-13|18:28:24.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4784643Z [05-13|18:28:24.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.4785084Z [05-13|18:28:24.312] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} +2026-05-13T18:30:53.4785550Z [05-13|18:28:24.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4785687Z [05-13|18:28:24.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4786124Z [05-13|18:28:24.312] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} +2026-05-13T18:30:53.4786258Z [05-13|18:28:24.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4786720Z [05-13|18:28:24.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4787158Z [05-13|18:28:24.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} +2026-05-13T18:30:53.4787664Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4787801Z [05-13|18:28:24.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4788384Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4788600Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4789065Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4789594Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4789811Z [05-13|18:28:24.314] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4790026Z [05-13|18:28:24.314] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4790366Z [05-13|18:28:24.315] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4790631Z [05-13|18:28:24.314] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4790965Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4791303Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4791637Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4791974Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4792183Z [05-13|18:28:24.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4792439Z [05-13|18:28:24.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4792770Z [05-13|18:28:24.317] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4793105Z [05-13|18:28:24.317] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4793241Z [05-13|18:28:24.317] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4793374Z [05-13|18:28:24.317] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4793589Z [05-13|18:28:24.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.4793856Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4794119Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4794386Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4794656Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4794916Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4795256Z [05-13|18:28:24.319] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4795724Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4796246Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4796710Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4796975Z [05-13|18:28:24.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4797310Z [05-13|18:28:24.320] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.4797523Z [05-13|18:28:24.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4798141Z [05-13|18:28:24.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4798627Z [05-13|18:28:24.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4798770Z [05-13|18:28:24.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4799236Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4799518Z [05-13|18:28:24.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4799787Z [05-13|18:28:24.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4799996Z [05-13|18:28:24.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4800206Z [05-13|18:28:24.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4800417Z [05-13|18:28:24.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4800971Z [05-13|18:28:24.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4801238Z [05-13|18:28:24.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4801503Z [05-13|18:28:24.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.4801842Z [05-13|18:28:24.323] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4802307Z [05-13|18:28:24.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4802649Z [05-13|18:28:24.323] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4802859Z [05-13|18:28:24.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4803192Z [05-13|18:28:24.323] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4803525Z [05-13|18:28:24.324] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4803989Z [05-13|18:28:24.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4804134Z [05-13|18:28:24.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4804342Z [05-13|18:28:24.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4804673Z [05-13|18:28:24.325] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4804877Z [05-13|18:28:24.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4805091Z [05-13|18:28:24.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4805422Z [05-13|18:28:24.326] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4805751Z [05-13|18:28:24.326] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4805891Z [05-13|18:28:24.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4806023Z [05-13|18:28:24.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4806230Z [05-13|18:28:24.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.4806615Z [05-13|18:28:24.327] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4806754Z [05-13|18:28:24.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4806885Z [05-13|18:28:24.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4807023Z [05-13|18:28:24.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4807290Z [05-13|18:28:24.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4807465Z [05-13|18:28:24.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4807734Z [05-13|18:28:24.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4807994Z [05-13|18:28:24.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4808246Z [05-13|18:28:24.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4808721Z [05-13|18:28:24.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4808983Z [05-13|18:28:24.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4809505Z [05-13|18:28:24.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4809972Z [05-13|18:28:24.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4810234Z [05-13|18:28:24.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4810494Z [05-13|18:28:24.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4810831Z [05-13|18:28:24.329] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.4811292Z [05-13|18:28:24.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4811749Z [05-13|18:28:24.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4811966Z [05-13|18:28:24.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4812424Z [05-13|18:28:24.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4812558Z [05-13|18:28:24.331] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4812825Z [05-13|18:28:24.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4813038Z [05-13|18:28:24.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4813358Z [05-13|18:28:24.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4813822Z [05-13|18:28:24.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4814033Z [05-13|18:28:24.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4814240Z [05-13|18:28:24.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4814506Z [05-13|18:28:24.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.4814714Z [05-13|18:28:24.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4815227Z [05-13|18:28:24.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4815445Z [05-13|18:28:24.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4815784Z [05-13|18:28:24.333] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4816166Z [05-13|18:28:24.334] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4816309Z [05-13|18:28:24.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4816517Z [05-13|18:28:24.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4816842Z [05-13|18:28:24.334] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4817309Z [05-13|18:28:24.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4817637Z [05-13|18:28:24.334] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4817809Z [05-13|18:28:24.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4817948Z [05-13|18:28:24.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4818275Z [05-13|18:28:24.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4818603Z [05-13|18:28:24.335] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4818743Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4819073Z [05-13|18:28:24.336] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4819206Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4819347Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4819675Z [05-13|18:28:24.336] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4819808Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4819948Z [05-13|18:28:24.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4820274Z [05-13|18:28:24.337] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4820407Z [05-13|18:28:24.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4820732Z [05-13|18:28:24.338] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.4820869Z [05-13|18:28:24.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4821130Z [05-13|18:28:24.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4821405Z [05-13|18:28:24.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.4821673Z [05-13|18:28:24.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4821933Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4822190Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4822661Z [05-13|18:28:24.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4823179Z [05-13|18:28:24.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4823443Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4823706Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4824169Z [05-13|18:28:24.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4824682Z [05-13|18:28:24.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4825146Z [05-13|18:28:24.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4825413Z [05-13|18:28:24.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4825876Z [05-13|18:28:24.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4826190Z [05-13|18:28:24.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4826652Z [05-13|18:28:24.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4827111Z [05-13|18:28:24.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4827550Z [05-13|18:28:24.342] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 66, "epoch round": 66} +2026-05-13T18:30:53.4827686Z [05-13|18:28:24.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4828027Z [05-13|18:28:24.343] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4828423Z [05-13|18:28:24.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.4828762Z [05-13|18:28:24.343] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4828908Z [05-13|18:28:24.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4829379Z [05-13|18:28:24.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4829713Z [05-13|18:28:24.344] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4829859Z [05-13|18:28:24.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4830392Z [05-13|18:28:24.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4830607Z [05-13|18:28:24.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4830941Z [05-13|18:28:24.346] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4831270Z [05-13|18:28:24.346] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4831735Z [05-13|18:28:24.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4832120Z [05-13|18:28:24.346] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4832260Z [05-13|18:28:24.346] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4832723Z [05-13|18:28:24.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4832940Z [05-13|18:28:24.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4833204Z [05-13|18:28:24.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4833533Z [05-13|18:28:24.347] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4833674Z [05-13|18:28:24.347] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4833999Z [05-13|18:28:24.347] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4834466Z [05-13|18:28:24.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4834613Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4834799Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4834934Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4835072Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4835201Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4835334Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4835465Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4835600Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4835730Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4836197Z [05-13|18:28:24.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4836338Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4836470Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4836601Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4837070Z [05-13|18:28:24.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4837202Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4837332Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4837468Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4837929Z [05-13|18:28:24.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4838300Z [05-13|18:28:24.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4838443Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4838572Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4838705Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4838918Z [05-13|18:28:24.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4839050Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4839179Z [05-13|18:28:24.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4839312Z [05-13|18:28:24.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4839586Z [05-13|18:28:24.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4839720Z [05-13|18:28:24.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4839853Z [05-13|18:28:24.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4839986Z [05-13|18:28:24.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4840194Z [05-13|18:28:24.352] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4840380Z [05-13|18:28:24.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4840846Z [05-13|18:28:24.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4841178Z [05-13|18:28:24.352] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.4841309Z [05-13|18:28:24.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4841446Z [05-13|18:28:24.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4841654Z [05-13|18:28:24.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4841920Z [05-13|18:28:24.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4842240Z [05-13|18:28:24.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4842503Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4842966Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4843231Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4843492Z [05-13|18:28:24.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4843750Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4844015Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4844490Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4844965Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4845433Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4845896Z [05-13|18:28:24.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4846412Z [05-13|18:28:24.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4846877Z [05-13|18:28:24.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4847089Z [05-13|18:28:24.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4847296Z [05-13|18:28:24.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4847760Z [05-13|18:28:24.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4848006Z [05-13|18:28:24.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4848329Z [05-13|18:28:24.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4848671Z [05-13|18:28:24.357] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4848810Z [05-13|18:28:24.357] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4849006Z [05-13|18:28:24.357] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4849143Z [05-13|18:28:24.357] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4849348Z [05-13|18:28:24.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4849681Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4850016Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4850345Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4850672Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4850934Z [05-13|18:28:24.358] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4851205Z [05-13|18:28:24.359] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4851411Z [05-13|18:28:24.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.4851621Z [05-13|18:28:24.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4851950Z [05-13|18:28:24.359] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4852416Z [05-13|18:28:24.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4852556Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4852691Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4852824Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4852962Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4853092Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4853221Z [05-13|18:28:24.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4853351Z [05-13|18:28:24.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4853568Z [05-13|18:28:24.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4853698Z [05-13|18:28:24.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4854029Z [05-13|18:28:24.362] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4854359Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4854631Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4854892Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4855155Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4855286Z [05-13|18:28:24.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4855616Z [05-13|18:28:24.363] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4855934Z [05-13|18:28:24.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4856404Z [05-13|18:28:24.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4856665Z [05-13|18:28:24.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4856841Z [05-13|18:28:24.364] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4857305Z [05-13|18:28:24.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4857765Z [05-13|18:28:24.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4858368Z [05-13|18:28:24.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4858833Z [05-13|18:28:24.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4859109Z [05-13|18:28:24.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4859385Z [05-13|18:28:24.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.4859856Z [05-13|18:28:24.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4860129Z [05-13|18:28:24.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4860399Z [05-13|18:28:24.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4860612Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4861081Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4861549Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4861761Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4862097Z [05-13|18:28:24.370] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4862558Z [05-13|18:28:24.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4862770Z [05-13|18:28:24.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4863039Z [05-13|18:28:24.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4863370Z [05-13|18:28:24.370] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4863579Z [05-13|18:28:24.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4863912Z [05-13|18:28:24.371] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4864244Z [05-13|18:28:24.372] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.4864569Z [05-13|18:28:24.372] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4864834Z [05-13|18:28:24.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4864976Z [05-13|18:28:24.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4865302Z [05-13|18:28:24.373] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4865627Z [05-13|18:28:24.372] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4865860Z [05-13|18:28:24.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4865994Z [05-13|18:28:24.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4866125Z [05-13|18:28:24.374] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4866265Z [05-13|18:28:24.374] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4866592Z [05-13|18:28:24.375] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4866728Z [05-13|18:28:24.375] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4866950Z [05-13|18:28:24.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4867156Z [05-13|18:28:24.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.4867521Z [05-13|18:28:24.375] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4867664Z [05-13|18:28:24.376] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4867808Z [05-13|18:28:24.376] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4867940Z [05-13|18:28:24.376] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4868325Z [05-13|18:28:24.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.4868590Z [05-13|18:28:24.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4868847Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4869111Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4869575Z [05-13|18:28:24.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4869839Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4870101Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4870566Z [05-13|18:28:24.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4870829Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4871159Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4871624Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4872081Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4872297Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4872571Z [05-13|18:28:24.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4873077Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4873298Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4873755Z [05-13|18:28:24.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4874208Z [05-13|18:28:24.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4874475Z [05-13|18:28:24.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4874930Z [05-13|18:28:24.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4875268Z [05-13|18:28:24.380] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4875487Z [05-13|18:28:24.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4875819Z [05-13|18:28:24.381] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4876204Z [05-13|18:28:24.381] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4876541Z [05-13|18:28:24.382] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4876753Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4876960Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4877172Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.4877632Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4877968Z [05-13|18:28:24.383] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4878417Z [05-13|18:28:24.383] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4878629Z [05-13|18:28:24.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4878956Z [05-13|18:28:24.384] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4879291Z [05-13|18:28:24.384] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.4879499Z [05-13|18:28:24.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4879702Z [05-13|18:28:24.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4879840Z [05-13|18:28:24.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4879973Z [05-13|18:28:24.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4880306Z [05-13|18:28:24.386] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4880446Z [05-13|18:28:24.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4880709Z [05-13|18:28:24.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.4881167Z [05-13|18:28:24.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4881304Z [05-13|18:28:24.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4881569Z [05-13|18:28:24.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.4881835Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4882102Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4882364Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4882674Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4882936Z [05-13|18:28:24.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4883399Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4883661Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4884127Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4884441Z [05-13|18:28:24.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4884900Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4885360Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4885697Z [05-13|18:28:24.390] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.4886157Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4886300Z [05-13|18:28:24.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4886510Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4886719Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4887179Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4887635Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4887846Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4888174Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4888586Z [05-13|18:28:24.392] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4888801Z [05-13|18:28:24.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4889135Z [05-13|18:28:24.392] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4889343Z [05-13|18:28:24.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4889674Z [05-13|18:28:24.393] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4889949Z [05-13|18:28:24.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.4890336Z [05-13|18:28:24.393] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4890548Z [05-13|18:28:24.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4890881Z [05-13|18:28:24.393] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4891397Z [05-13|18:28:24.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4891723Z [05-13|18:28:24.394] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4891867Z [05-13|18:28:24.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4892188Z [05-13|18:28:24.394] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4892514Z [05-13|18:28:24.395] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.4892653Z [05-13|18:28:24.395] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4892913Z [05-13|18:28:24.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} +2026-05-13T18:30:53.4893381Z [05-13|18:28:24.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4893850Z [05-13|18:28:24.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4893985Z [05-13|18:28:24.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4894117Z [05-13|18:28:24.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4894580Z [05-13|18:28:24.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4895046Z [05-13|18:28:24.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4895505Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4895971Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4896104Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4896560Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4896815Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4897022Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4897157Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4897294Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4897756Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4897889Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4898025Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4898279Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4898552Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4898769Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4898901Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4899033Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4899241Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4899431Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4899563Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4899770Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4899979Z [05-13|18:28:24.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4900182Z [05-13|18:28:24.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.4900450Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.4900719Z [05-13|18:28:24.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.4901033Z [05-13|18:28:24.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.4901296Z [05-13|18:28:24.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.4901556Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.4901814Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.4902073Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.4902548Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4903013Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4903478Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4903928Z [05-13|18:28:24.892] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.4904064Z [05-13|18:28:24.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4904526Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4904991Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4905485Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.4905917Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.4906055Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4906480Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.4906693Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4907192Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4907623Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.4907764Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4908355Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.4908490Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4908702Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4908912Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4909051Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4909257Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4909469Z [05-13|18:28:24.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4909664Z [05-13|18:28:24.894] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4909803Z [05-13|18:28:24.894] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4910277Z [05-13|18:28:24.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4910616Z [05-13|18:28:24.895] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4910826Z [05-13|18:28:24.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4911164Z [05-13|18:28:24.895] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4911633Z [05-13|18:28:24.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.4911967Z [05-13|18:28:24.896] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4912301Z [05-13|18:28:24.895] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4912437Z [05-13|18:28:24.896] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4912764Z [05-13|18:28:24.897] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4912983Z [05-13|18:28:24.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4913316Z [05-13|18:28:24.897] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4913512Z [05-13|18:28:24.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4913650Z [05-13|18:28:24.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4913981Z [05-13|18:28:24.898] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4914311Z [05-13|18:28:24.898] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.4914584Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4914848Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4915109Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4915430Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4915692Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4916163Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4916684Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4916946Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4917406Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4917629Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.4917896Z [05-13|18:28:24.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4918553Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4919034Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4919494Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4919705Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4920173Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4920383Z [05-13|18:28:24.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4920592Z [05-13|18:28:24.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4920932Z [05-13|18:28:24.901] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4921268Z [05-13|18:28:24.902] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4921478Z [05-13|18:28:24.902] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4921812Z [05-13|18:28:24.902] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4922142Z [05-13|18:28:24.902] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4922412Z [05-13|18:28:24.903] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4922748Z [05-13|18:28:24.903] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4923082Z [05-13|18:28:24.903] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4923287Z [05-13|18:28:24.903] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4923496Z [05-13|18:28:24.903] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4923824Z [05-13|18:28:24.903] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4924139Z [05-13|18:28:24.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.4924413Z [05-13|18:28:24.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4924674Z [05-13|18:28:24.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4924932Z [05-13|18:28:24.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4925451Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4925912Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4926178Z [05-13|18:28:24.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4926442Z [05-13|18:28:24.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4926901Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4927408Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4927674Z [05-13|18:28:24.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4928265Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.4928483Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4928745Z [05-13|18:28:24.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4928884Z [05-13|18:28:24.906] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4929348Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4929805Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4930259Z [05-13|18:28:24.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4930474Z [05-13|18:28:24.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4930820Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.4931123Z [05-13|18:28:24.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.4931270Z [05-13|18:28:24.908] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4931611Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4931822Z [05-13|18:28:24.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4932155Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4932484Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4932695Z [05-13|18:28:24.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4932924Z [05-13|18:28:24.908] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4933134Z [05-13|18:28:24.909] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4933268Z [05-13|18:28:24.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4933475Z [05-13|18:28:24.909] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4933860Z [05-13|18:28:24.909] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4934190Z [05-13|18:28:24.909] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4934518Z [05-13|18:28:24.909] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4934797Z [05-13|18:28:24.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.4935004Z [05-13|18:28:24.910] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4935464Z [05-13|18:28:24.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.4935850Z [05-13|18:28:24.911] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4935994Z [05-13|18:28:24.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4936127Z [05-13|18:28:24.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4936339Z [05-13|18:28:24.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.4936472Z [05-13|18:28:24.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4936736Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4937003Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4937265Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4937523Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4937787Z [05-13|18:28:24.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4938162Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4938499Z [05-13|18:28:24.913] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.4938966Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4939428Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4939952Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4940417Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4940679Z [05-13|18:28:24.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4941138Z [05-13|18:28:24.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4941650Z [05-13|18:28:24.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4941919Z [05-13|18:28:24.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.4942383Z [05-13|18:28:24.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4942892Z [05-13|18:28:24.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.4943229Z [05-13|18:28:24.917] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4943566Z [05-13|18:28:24.917] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4943704Z [05-13|18:28:24.917] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4943839Z [05-13|18:28:24.917] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4944170Z [05-13|18:28:24.917] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4944550Z [05-13|18:28:24.918] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4944881Z [05-13|18:28:24.918] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4945361Z [05-13|18:28:24.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4945689Z [05-13|18:28:24.919] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4946155Z [05-13|18:28:24.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4946489Z [05-13|18:28:24.919] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4946624Z [05-13|18:28:24.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4946949Z [05-13|18:28:24.919] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.4947088Z [05-13|18:28:24.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4947552Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4948014Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4948399Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4948863Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4949328Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4949543Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4949755Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4949960Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4950227Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4950690Z [05-13|18:28:24.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4950828Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4950965Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4951152Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4951283Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4951413Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4951550Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4952014Z [05-13|18:28:24.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.4952148Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4952287Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4952418Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4952677Z [05-13|18:28:24.922] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4952893Z [05-13|18:28:24.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4953099Z [05-13|18:28:24.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.4953363Z [05-13|18:28:24.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4953629Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4953890Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4954147Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4954411Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4954671Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4955150Z [05-13|18:28:24.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4955617Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4956081Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4956537Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4957060Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4957326Z [05-13|18:28:24.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4957819Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4958147Z [05-13|18:28:24.926] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4958359Z [05-13|18:28:24.926] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4958624Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4958840Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4959045Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4959250Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4959765Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4960102Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4960366Z [05-13|18:28:24.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.4960702Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4961032Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4961410Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4961882Z [05-13|18:28:24.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.4962211Z [05-13|18:28:24.929] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4962348Z [05-13|18:28:24.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4962682Z [05-13|18:28:24.929] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4962816Z [05-13|18:28:24.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4962949Z [05-13|18:28:24.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4963161Z [05-13|18:28:24.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4963488Z [05-13|18:28:24.930] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4963815Z [05-13|18:28:24.931] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.4964084Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.4964346Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.4964606Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.4964876Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.4965192Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.4965450Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.4965594Z [05-13|18:28:24.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4965803Z [05-13|18:28:24.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.4966267Z [05-13|18:28:24.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4966774Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4967235Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4967507Z [05-13|18:28:24.932] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.4967970Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4968719Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4969185Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4969655Z [05-13|18:28:24.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4969871Z [05-13|18:28:24.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4970377Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} +2026-05-13T18:30:53.4970815Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} +2026-05-13T18:30:53.4971240Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} +2026-05-13T18:30:53.4971586Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4971726Z [05-13|18:28:24.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4971938Z [05-13|18:28:24.934] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4972405Z [05-13|18:28:24.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.4972742Z [05-13|18:28:24.935] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4973071Z [05-13|18:28:24.935] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4973284Z [05-13|18:28:24.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4973421Z [05-13|18:28:24.935] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4973553Z [05-13|18:28:24.936] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4973882Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4974272Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4974606Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4974817Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4975037Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4975171Z [05-13|18:28:24.936] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4975377Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4975644Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4975852Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.4976183Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4976324Z [05-13|18:28:24.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4976704Z [05-13|18:28:24.937] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.4976838Z [05-13|18:28:24.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4977108Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4977370Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4977630Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4977768Z [05-13|18:28:24.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4978363Z [05-13|18:28:24.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4978691Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4978961Z [05-13|18:28:24.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4979425Z [05-13|18:28:24.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4979881Z [05-13|18:28:24.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4980152Z [05-13|18:28:24.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4980609Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4981066Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4981287Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4981547Z [05-13|18:28:24.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4982001Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4982216Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4982483Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4982940Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4983209Z [05-13|18:28:24.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.4983415Z [05-13|18:28:24.942] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4983870Z [05-13|18:28:24.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.4984205Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4984585Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4984798Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4985140Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4985525Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4985662Z [05-13|18:28:24.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4985992Z [05-13|18:28:24.943] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4986199Z [05-13|18:28:24.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4986527Z [05-13|18:28:24.943] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4986859Z [05-13|18:28:24.944] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4987106Z [05-13|18:28:24.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4987433Z [05-13|18:28:24.944] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.4987573Z [05-13|18:28:24.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4987779Z [05-13|18:28:24.945] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.4988153Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.4988424Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.4988686Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.4989156Z [05-13|18:28:24.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4989615Z [05-13|18:28:24.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4989880Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.4990137Z [05-13|18:28:24.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.4990602Z [05-13|18:28:24.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4991036Z [05-13|18:28:24.947] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 81, "epoch round": 81} +2026-05-13T18:30:53.4991565Z [05-13|18:28:24.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4991707Z [05-13|18:28:24.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4992137Z [05-13|18:28:24.947] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 81, "epoch round": 81} +2026-05-13T18:30:53.4992272Z [05-13|18:28:24.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4992544Z [05-13|18:28:24.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.4993051Z [05-13|18:28:24.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4993321Z [05-13|18:28:24.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.4993783Z [05-13|18:28:24.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4994292Z [05-13|18:28:24.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4994753Z [05-13|18:28:24.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.4995092Z [05-13|18:28:24.949] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.4995227Z [05-13|18:28:24.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4995566Z [05-13|18:28:24.949] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.4995949Z [05-13|18:28:24.950] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.4996281Z [05-13|18:28:24.950] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.4996616Z [05-13|18:28:24.950] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.4996946Z [05-13|18:28:24.951] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.4997082Z [05-13|18:28:24.951] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4997549Z [05-13|18:28:24.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4997684Z [05-13|18:28:24.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.4998267Z [05-13|18:28:24.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4998734Z [05-13|18:28:24.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4999195Z [05-13|18:28:24.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4999658Z [05-13|18:28:24.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.4999877Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5000319Z [05-13|18:28:24.953] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.5000530Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5000998Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5001130Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5001262Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5001398Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5001534Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5001798Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5001940Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5002070Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5002202Z [05-13|18:28:24.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5002338Z [05-13|18:28:24.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5002607Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5002740Z [05-13|18:28:24.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5002947Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5003160Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5003496Z [05-13|18:28:24.954] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.5003961Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5004153Z [05-13|18:28:24.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5004614Z [05-13|18:28:24.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5004749Z [05-13|18:28:24.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5004888Z [05-13|18:28:24.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5005097Z [05-13|18:28:24.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5005229Z [05-13|18:28:24.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5005501Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5005767Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5006027Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5006294Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5006554Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5006812Z [05-13|18:28:24.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5007283Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5007748Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5008371Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5008852Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5009068Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.5009533Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5010066Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5010286Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5010494Z [05-13|18:28:24.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5010706Z [05-13|18:28:24.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5011024Z [05-13|18:28:24.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5011285Z [05-13|18:28:24.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.5011753Z [05-13|18:28:24.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5011963Z [05-13|18:28:24.961] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5012296Z [05-13|18:28:24.962] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5012513Z [05-13|18:28:24.962] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5013029Z [05-13|18:28:24.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5013365Z [05-13|18:28:24.962] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5013701Z [05-13|18:28:24.962] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5014028Z [05-13|18:28:24.963] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5014165Z [05-13|18:28:24.963] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5014493Z [05-13|18:28:24.963] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5014630Z [05-13|18:28:24.963] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5014839Z [05-13|18:28:24.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5015049Z [05-13|18:28:24.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5015375Z [05-13|18:28:24.964] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5015704Z [05-13|18:28:24.964] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5015846Z [05-13|18:28:24.964] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5016051Z [05-13|18:28:24.964] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.5016377Z [05-13|18:28:24.965] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5016573Z [05-13|18:28:24.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5016840Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5017104Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5017367Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5017626Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5017884Z [05-13|18:28:24.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5018326Z [05-13|18:28:24.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5018802Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5019064Z [05-13|18:28:24.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5019531Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5020045Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5020502Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5020773Z [05-13|18:28:24.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.5020984Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5021492Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5021961Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5022428Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5022639Z [05-13|18:28:24.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5022975Z [05-13|18:28:24.968] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5023191Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5023399Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5023613Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5023946Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5024407Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5024548Z [05-13|18:28:24.969] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5024880Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5025264Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5025597Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5025806Z [05-13|18:28:24.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5025942Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5026269Z [05-13|18:28:24.970] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5026402Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5026534Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5026674Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5026919Z [05-13|18:28:24.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5027248Z [05-13|18:28:24.970] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5027580Z [05-13|18:28:24.971] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5027825Z [05-13|18:28:24.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.5027963Z [05-13|18:28:24.972] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5028356Z [05-13|18:28:24.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5028621Z [05-13|18:28:24.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5029089Z [05-13|18:28:24.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5029554Z [05-13|18:28:24.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5029883Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5030148Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5030410Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5030619Z [05-13|18:28:24.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5030877Z [05-13|18:28:24.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5031140Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5034685Z [05-13|18:28:24.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5034979Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.5035476Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5035959Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5036428Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5036893Z [05-13|18:28:24.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5037221Z [05-13|18:28:24.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5037682Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5037902Z [05-13|18:28:24.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5038426Z [05-13|18:28:24.977] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5038897Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5039305Z [05-13|18:28:24.978] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5039639Z [05-13|18:28:24.978] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5039788Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5039933Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5040316Z [05-13|18:28:24.978] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5040453Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5040671Z [05-13|18:28:24.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5040806Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5041023Z [05-13|18:28:24.979] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5041362Z [05-13|18:28:24.979] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5041698Z [05-13|18:28:24.979] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5042075Z [05-13|18:28:24.979] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5042301Z [05-13|18:28:24.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5042445Z [05-13|18:28:24.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5042579Z [05-13|18:28:24.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5042907Z [05-13|18:28:24.981] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5043190Z [05-13|18:28:24.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5043455Z [05-13|18:28:24.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5043715Z [05-13|18:28:24.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5043980Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5044192Z [05-13|18:28:24.981] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.5044448Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5044711Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5044969Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5045447Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5046005Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5046464Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5046925Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5047386Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5047882Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5048485Z [05-13|18:28:24.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5048771Z [05-13|18:28:24.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.5049179Z [05-13|18:28:24.985] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5049515Z [05-13|18:28:24.985] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5049842Z [05-13|18:28:24.986] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5050175Z [05-13|18:28:24.986] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5050660Z [05-13|18:28:24.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5050853Z [05-13|18:28:24.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5050991Z [05-13|18:28:24.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5051326Z [05-13|18:28:24.987] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5051794Z [05-13|18:28:24.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5052125Z [05-13|18:28:24.988] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5052266Z [05-13|18:28:24.988] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5052730Z [05-13|18:28:24.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5053058Z [05-13|18:28:24.988] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5053279Z [05-13|18:28:24.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5053411Z [05-13|18:28:24.988] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5053620Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5054086Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5054548Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5055064Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5055206Z [05-13|18:28:24.989] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5055347Z [05-13|18:28:24.989] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5055485Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5055624Z [05-13|18:28:24.989] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5055839Z [05-13|18:28:24.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5055972Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5056154Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5056635Z [05-13|18:28:24.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5056976Z [05-13|18:28:24.990] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5057221Z [05-13|18:28:24.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5057363Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5057528Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5057661Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5058245Z [05-13|18:28:24.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5058383Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5058517Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5058654Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5058929Z [05-13|18:28:24.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5059066Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5059282Z [05-13|18:28:24.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5059415Z [05-13|18:28:24.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5059879Z [05-13|18:28:24.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5060022Z [05-13|18:28:24.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5060157Z [05-13|18:28:24.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5060366Z [05-13|18:28:24.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5060576Z [05-13|18:28:24.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.5060848Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.5061112Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.5061378Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.5061637Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.5061896Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.5062377Z [05-13|18:28:24.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5062904Z [05-13|18:28:24.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5063166Z [05-13|18:28:24.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.5063442Z [05-13|18:28:24.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.5063654Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5064119Z [05-13|18:28:24.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5064641Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5064855Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5065318Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5065589Z [05-13|18:28:24.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5066052Z [05-13|18:28:24.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5066511Z [05-13|18:28:24.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5066955Z [05-13|18:28:24.996] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.5067402Z [05-13|18:28:24.997] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.5067623Z [05-13|18:28:24.997] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5067978Z [05-13|18:28:24.997] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5068310Z [05-13|18:28:24.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5068646Z [05-13|18:28:24.997] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5068858Z [05-13|18:28:24.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5069193Z [05-13|18:28:24.998] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5069532Z [05-13|18:28:24.998] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5070019Z [05-13|18:28:24.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5070231Z [05-13|18:28:24.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5070438Z [05-13|18:28:24.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5070776Z [05-13|18:28:24.998] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5070913Z [05-13|18:28:24.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5071246Z [05-13|18:28:24.999] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5071650Z [05-13|18:28:24.999] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5071787Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5071919Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5072058Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5072188Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5072317Z [05-13|18:28:25.000] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5072527Z [05-13|18:28:25.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.5072859Z [05-13|18:28:25.001] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5073181Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.5073456Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.5073929Z [05-13|18:28:25.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5074244Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.5074507Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.5074941Z [05-13|18:28:25.003] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.5075416Z [05-13|18:28:25.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5075690Z [05-13|18:28:25.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.5075825Z [05-13|18:28:25.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5076336Z [05-13|18:28:25.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5076606Z [05-13|18:28:25.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.5077309Z [05-13|18:28:25.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5077673Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5078289Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5079029Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5079273Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5079555Z [05-13|18:28:25.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.5080026Z [05-13|18:28:25.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5080369Z [05-13|18:28:25.006] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5080590Z [05-13|18:28:25.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5081025Z [05-13|18:28:25.006] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5081499Z [05-13|18:28:25.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5081723Z [05-13|18:28:25.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5081930Z [05-13|18:28:25.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5082261Z [05-13|18:28:25.007] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5082476Z [05-13|18:28:25.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5082859Z [05-13|18:28:25.008] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5083190Z [05-13|18:28:25.008] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5083343Z [05-13|18:28:25.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5083552Z [05-13|18:28:25.008] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5083933Z [05-13|18:28:25.009] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5084264Z [05-13|18:28:25.010] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5084594Z [05-13|18:28:25.010] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5084804Z [05-13|18:28:25.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.5085079Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5085343Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5085655Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5086056Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5086324Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5086583Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5087060Z [05-13|18:28:25.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5087529Z [05-13|18:28:25.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5087808Z [05-13|18:28:25.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5088514Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5088989Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5089447Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5089919Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5090215Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5090675Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5090898Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5091110Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5091320Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5091663Z [05-13|18:28:25.014] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5092052Z [05-13|18:28:25.014] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5092389Z [05-13|18:28:25.014] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5092606Z [05-13|18:28:25.015] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5092864Z [05-13|18:28:25.015] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5093196Z [05-13|18:28:25.016] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5093468Z [05-13|18:28:25.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.5093935Z [05-13|18:28:25.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5094077Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5094221Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5094602Z [05-13|18:28:25.017] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5094932Z [05-13|18:28:25.016] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5095078Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5095215Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5095554Z [05-13|18:28:25.018] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5095696Z [05-13|18:28:25.018] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5095907Z [05-13|18:28:25.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5096116Z [05-13|18:28:25.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.5096259Z [05-13|18:28:25.018] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5096393Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5096721Z [05-13|18:28:25.019] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5096865Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5096999Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5097264Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5097528Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5097795Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5097989Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5098245Z [05-13|18:28:25.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5098516Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5098780Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5098912Z [05-13|18:28:25.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5099391Z [05-13|18:28:25.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5099654Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5099853Z [05-13|18:28:25.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5100325Z [05-13|18:28:25.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5100590Z [05-13|18:28:25.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5100777Z [05-13|18:28:25.021] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5101042Z [05-13|18:28:25.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.5101505Z [05-13|18:28:25.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5101967Z [05-13|18:28:25.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5102109Z [05-13|18:28:25.021] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5102243Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5102374Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5102895Z [05-13|18:28:25.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5103033Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5103493Z [05-13|18:28:25.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5103632Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5104091Z [05-13|18:28:25.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5104228Z [05-13|18:28:25.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5104366Z [05-13|18:28:25.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5104500Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5104631Z [05-13|18:28:25.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5104769Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5105100Z [05-13|18:28:25.024] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5105233Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5105366Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5105503Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5105834Z [05-13|18:28:25.025] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.5106355Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5106495Z [05-13|18:28:25.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5106829Z [05-13|18:28:25.025] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.5107297Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5107769Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5107943Z [05-13|18:28:25.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5108526Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5108862Z [05-13|18:28:25.025] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5109061Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5109401Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.5109873Z [05-13|18:28:25.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5110203Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5110343Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5110668Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5110856Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5110991Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5111322Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5111457Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5111588Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5111726Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5111857Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5112190Z [05-13|18:28:25.027] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.5112664Z [05-13|18:28:25.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5112800Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5113134Z [05-13|18:28:25.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.5113610Z [05-13|18:28:25.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5114074Z [05-13|18:28:25.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5114537Z [05-13|18:28:25.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5114735Z [05-13|18:28:25.028] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5115074Z [05-13|18:28:25.028] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5115405Z [05-13|18:28:25.029] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.5115881Z [05-13|18:28:25.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5116349Z [05-13|18:28:25.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5116735Z [05-13|18:28:25.029] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5116951Z [05-13|18:28:25.029] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5117088Z [05-13|18:28:25.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5117295Z [05-13|18:28:25.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5117474Z [05-13|18:28:25.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5117607Z [05-13|18:28:25.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5118212Z [05-13|18:28:25.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5118693Z [05-13|18:28:25.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5119032Z [05-13|18:28:25.030] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5119564Z [05-13|18:28:25.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5119721Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5119857Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5119992Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5120461Z [05-13|18:28:25.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5120595Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5120731Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5120872Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5121004Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5121135Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5121272Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5121406Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5121539Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5122009Z [05-13|18:28:25.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5122144Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5122609Z [05-13|18:28:25.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5122896Z [05-13|18:28:25.032] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5123031Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5123167Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5123306Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5123438Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5123569Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5123781Z [05-13|18:28:25.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.5123997Z [05-13|18:28:25.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5124130Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5124531Z [05-13|18:28:25.033] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.5125013Z [05-13|18:28:25.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5125224Z [05-13|18:28:25.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5125411Z [05-13|18:28:25.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5125549Z [05-13|18:28:25.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5125679Z [05-13|18:28:25.036] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5125887Z [05-13|18:28:25.036] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5126099Z [05-13|18:28:25.036] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5126234Z [05-13|18:28:25.037] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5126367Z [05-13|18:28:25.037] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5126705Z [05-13|18:28:25.038] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.5127207Z [05-13|18:28:25.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5127346Z [05-13|18:28:25.038] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5127558Z [05-13|18:28:25.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5127832Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5128216Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5128511Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5128778Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5129251Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5129522Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5129783Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5130040Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5130514Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5130983Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5131516Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5131983Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5132446Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5132782Z [05-13|18:28:25.041] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} +2026-05-13T18:30:53.5133307Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5133654Z [05-13|18:28:25.041] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.5133918Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.5134485Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5134946Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5135163Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5135516Z [05-13|18:28:25.042] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5136043Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5136512Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5136664Z [05-13|18:28:25.042] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5137002Z [05-13|18:28:25.042] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5137218Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5137435Z [05-13|18:28:25.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5137642Z [05-13|18:28:25.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5137980Z [05-13|18:28:25.043] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5138444Z [05-13|18:28:25.043] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5138915Z [05-13|18:28:25.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5139247Z [05-13|18:28:25.044] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5139464Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5139792Z [05-13|18:28:25.044] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} +2026-05-13T18:30:53.5140326Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5140670Z [05-13|18:28:25.044] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5140813Z [05-13|18:28:25.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5140949Z [05-13|18:28:25.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5141427Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5141565Z [05-13|18:28:25.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5141826Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5142170Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} +2026-05-13T18:30:53.5142505Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5142978Z [05-13|18:28:25.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5143499Z [05-13|18:28:25.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5143835Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5144174Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} +2026-05-13T18:30:53.5144651Z [05-13|18:28:25.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5144837Z [05-13|18:28:25.045] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5144975Z [05-13|18:28:25.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5145315Z [05-13|18:28:25.046] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5145450Z [05-13|18:28:25.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5145658Z [05-13|18:28:25.046] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5145996Z [05-13|18:28:25.046] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5146325Z [05-13|18:28:25.047] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5146798Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5147143Z [05-13|18:28:25.047] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5147354Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5147825Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5148412Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5148558Z [05-13|18:28:25.047] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5148958Z [05-13|18:28:25.048] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5149426Z [05-13|18:28:25.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5149761Z [05-13|18:28:25.048] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5150095Z [05-13|18:28:25.048] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5150561Z [05-13|18:28:25.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5150747Z [05-13|18:28:25.048] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5151030Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5151365Z [05-13|18:28:25.049] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} +2026-05-13T18:30:53.5151827Z [05-13|18:28:25.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5152152Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5152414Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5152673Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5152936Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5153409Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5153924Z [05-13|18:28:25.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5154397Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5154661Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5155123Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5155402Z [05-13|18:28:25.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5155865Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5156004Z [05-13|18:28:25.051] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5156346Z [05-13|18:28:25.051] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} +2026-05-13T18:30:53.5156808Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5157024Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5157324Z [05-13|18:28:25.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.5157538Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5158164Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5158505Z [05-13|18:28:25.051] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5158971Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5159438Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5159837Z [05-13|18:28:25.052] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} +2026-05-13T18:30:53.5160309Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5160775Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5161297Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5161739Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5161879Z [05-13|18:28:25.053] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5162316Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5162452Z [05-13|18:28:25.053] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5162839Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5163062Z [05-13|18:28:25.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5163272Z [05-13|18:28:25.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5163940Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5164176Z [05-13|18:28:25.054] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5164629Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5164808Z [05-13|18:28:25.054] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5165400Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5165623Z [05-13|18:28:25.054] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5166064Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5166209Z [05-13|18:28:25.054] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5166689Z [05-13|18:28:25.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5167168Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5167614Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5167844Z [05-13|18:28:25.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5168209Z [05-13|18:28:25.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5168776Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5168921Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5169066Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5169571Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5169710Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5170061Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5170401Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5170596Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5170937Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5171371Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5171506Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5171843Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} +2026-05-13T18:30:53.5172277Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5172465Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5172610Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5173050Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5173389Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5173831Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5173967Z [05-13|18:28:25.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5174396Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5174832Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} +2026-05-13T18:30:53.5174969Z [05-13|18:28:25.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5175101Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5175343Z [05-13|18:28:25.058] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5175823Z [05-13|18:28:25.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5175960Z [05-13|18:28:25.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5176361Z [05-13|18:28:25.058] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5176495Z [05-13|18:28:25.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5176632Z [05-13|18:28:25.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5176850Z [05-13|18:28:25.059] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.5176989Z [05-13|18:28:25.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5177320Z [05-13|18:28:25.059] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5177459Z [05-13|18:28:25.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5177591Z [05-13|18:28:25.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5177761Z [05-13|18:28:25.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5178246Z [05-13|18:28:25.060] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} +2026-05-13T18:30:53.5178521Z [05-13|18:28:25.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5179038Z [05-13|18:28:25.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5179456Z [05-13|18:28:25.060] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} +2026-05-13T18:30:53.5179600Z [05-13|18:28:25.061] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5180090Z [05-13|18:28:25.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5180425Z [05-13|18:28:25.061] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} +2026-05-13T18:30:53.5180900Z [05-13|18:28:25.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5181248Z [05-13|18:28:25.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5181524Z [05-13|18:28:25.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5181993Z [05-13|18:28:25.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5182259Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5182524Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5182785Z [05-13|18:28:25.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5183002Z [05-13|18:28:25.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5183265Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5183755Z [05-13|18:28:25.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5184033Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5184168Z [05-13|18:28:25.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5184512Z [05-13|18:28:25.064] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5184981Z [05-13|18:28:25.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5185318Z [05-13|18:28:25.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5185794Z [05-13|18:28:25.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5186234Z [05-13|18:28:25.064] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5186374Z [05-13|18:28:25.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5186840Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5187327Z [05-13|18:28:25.065] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5187474Z [05-13|18:28:25.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5187940Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5188477Z [05-13|18:28:25.064] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} +2026-05-13T18:30:53.5188949Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5189419Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5189753Z [05-13|18:28:25.066] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} +2026-05-13T18:30:53.5189975Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5190503Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5190972Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5191438Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5191777Z [05-13|18:28:25.066] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5192104Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} +2026-05-13T18:30:53.5192572Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5193007Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5193144Z [05-13|18:28:25.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5193478Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} +2026-05-13T18:30:53.5193909Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5194380Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5194877Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5195214Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} +2026-05-13T18:30:53.5195652Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5196133Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5196319Z [05-13|18:28:25.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5196798Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5197037Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5197374Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5197761Z [05-13|18:28:25.068] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} +2026-05-13T18:30:53.5198356Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5198495Z [05-13|18:28:25.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5198710Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5198919Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5199126Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5199615Z [05-13|18:28:25.068] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5199828Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5200161Z [05-13|18:28:25.069] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5200296Z [05-13|18:28:25.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5200632Z [05-13|18:28:25.069] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5200965Z [05-13|18:28:25.069] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5201103Z [05-13|18:28:25.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5201240Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5201570Z [05-13|18:28:25.070] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5201707Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5202148Z [05-13|18:28:25.070] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5202282Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5202717Z [05-13|18:28:25.070] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5202857Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5203050Z [05-13|18:28:25.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5203385Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} +2026-05-13T18:30:53.5203860Z [05-13|18:28:25.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5204295Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5204629Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} +2026-05-13T18:30:53.5205198Z [05-13|18:28:25.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5205645Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5205999Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} +2026-05-13T18:30:53.5206521Z [05-13|18:28:25.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5206656Z [05-13|18:28:25.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5207092Z [05-13|18:28:25.072] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5207228Z [05-13|18:28:25.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5207439Z [05-13|18:28:25.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5207573Z [05-13|18:28:25.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5207711Z [05-13|18:28:25.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5208329Z [05-13|18:28:25.073] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5208669Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5208953Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5209221Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5209482Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5209752Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5210017Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5210462Z [05-13|18:28:25.073] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5210609Z [05-13|18:28:25.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5211087Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5211558Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5211909Z [05-13|18:28:25.074] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} +2026-05-13T18:30:53.5212444Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5212737Z [05-13|18:28:25.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5213208Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5213642Z [05-13|18:28:25.074] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5213915Z [05-13|18:28:25.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5214307Z [05-13|18:28:25.074] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} +2026-05-13T18:30:53.5214776Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5215247Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5215770Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5216104Z [05-13|18:28:25.075] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} +2026-05-13T18:30:53.5216576Z [05-13|18:28:25.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5217037Z [05-13|18:28:25.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5217176Z [05-13|18:28:25.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5217675Z [05-13|18:28:25.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5218378Z [05-13|18:28:25.076] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} +2026-05-13T18:30:53.5218575Z [05-13|18:28:25.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5218920Z [05-13|18:28:25.076] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} +2026-05-13T18:30:53.5219398Z [05-13|18:28:25.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5219619Z [05-13|18:28:25.076] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.5219962Z [05-13|18:28:25.076] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} +2026-05-13T18:30:53.5220434Z [05-13|18:28:25.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5220900Z [05-13|18:28:25.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5221250Z [05-13|18:28:25.078] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} +2026-05-13T18:30:53.5221735Z [05-13|18:28:25.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5221958Z [05-13|18:28:25.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5222307Z [05-13|18:28:25.079] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} +2026-05-13T18:30:53.5222647Z [05-13|18:28:25.079] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5223115Z [05-13|18:28:25.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5223255Z [05-13|18:28:25.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5223652Z [05-13|18:28:25.080] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5224124Z [05-13|18:28:25.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5224470Z [05-13|18:28:25.081] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5224853Z [05-13|18:28:25.082] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5224986Z [05-13|18:28:25.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5225464Z [05-13|18:28:25.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5225598Z [05-13|18:28:25.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5225731Z [05-13|18:28:25.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5226201Z [05-13|18:28:25.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5226337Z [05-13|18:28:25.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5226519Z [05-13|18:28:25.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5226991Z [05-13|18:28:25.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5227127Z [05-13|18:28:25.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5227485Z [05-13|18:28:25.085] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} +2026-05-13T18:30:53.5227625Z [05-13|18:28:25.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5228221Z [05-13|18:28:25.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5228565Z [05-13|18:28:25.085] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5228904Z [05-13|18:28:25.086] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5229123Z [05-13|18:28:25.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5229588Z [05-13|18:28:25.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5229805Z [05-13|18:28:25.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5229939Z [05-13|18:28:25.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5230274Z [05-13|18:28:25.087] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5230482Z [05-13|18:28:25.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5230947Z [05-13|18:28:25.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5231086Z [05-13|18:28:25.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5231551Z [05-13|18:28:25.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5231761Z [05-13|18:28:25.089] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5232298Z [05-13|18:28:25.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5232518Z [05-13|18:28:25.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5232851Z [05-13|18:28:25.090] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} +2026-05-13T18:30:53.5233319Z [05-13|18:28:25.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5233844Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5234179Z [05-13|18:28:25.091] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} +2026-05-13T18:30:53.5234645Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5234986Z [05-13|18:28:25.091] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} +2026-05-13T18:30:53.5235512Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5235733Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5236066Z [05-13|18:28:25.092] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5236398Z [05-13|18:28:25.092] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5236611Z [05-13|18:28:25.093] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5236822Z [05-13|18:28:25.093] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.5236958Z [05-13|18:28:25.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5237092Z [05-13|18:28:25.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5237431Z [05-13|18:28:25.093] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} +2026-05-13T18:30:53.5237903Z [05-13|18:28:25.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5238155Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5238298Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5238429Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5238560Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5239031Z [05-13|18:28:25.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5239234Z [05-13|18:28:25.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5239371Z [05-13|18:28:25.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5239839Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5240194Z [05-13|18:28:25.096] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} +2026-05-13T18:30:53.5240656Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5241185Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5241524Z [05-13|18:28:25.096] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} +2026-05-13T18:30:53.5242096Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5242435Z [05-13|18:28:25.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5242974Z [05-13|18:28:25.096] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} +2026-05-13T18:30:53.5243426Z [05-13|18:28:25.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.5243688Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5243927Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5244161Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5244414Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5244628Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5245098Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5245371Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5245599Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5245841Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5246729Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5247008Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5247410Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5247670Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5248540Z [05-13|18:28:25.097] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} +2026-05-13T18:30:53.5248840Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5249333Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5249680Z [05-13|18:28:25.098] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} +2026-05-13T18:30:53.5250160Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5250652Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5251115Z [05-13|18:28:25.098] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} +2026-05-13T18:30:53.5251396Z [05-13|18:28:25.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5251670Z [05-13|18:28:25.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5252144Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5252673Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5253142Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5253411Z [05-13|18:28:25.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5253672Z [05-13|18:28:25.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5253870Z [05-13|18:28:25.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5254337Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5254601Z [05-13|18:28:25.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5254823Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5255085Z [05-13|18:28:25.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5255609Z [05-13|18:28:25.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5256079Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5256217Z [05-13|18:28:25.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5256478Z [05-13|18:28:25.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5256990Z [05-13|18:28:25.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5257478Z [05-13|18:28:25.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5257616Z [05-13|18:28:25.102] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5257838Z [05-13|18:28:25.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5258505Z [05-13|18:28:25.102] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} +2026-05-13T18:30:53.5258997Z [05-13|18:28:25.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5259223Z [05-13|18:28:25.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5259565Z [05-13|18:28:25.103] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5259900Z [05-13|18:28:25.103] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5260464Z [05-13|18:28:25.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5260680Z [05-13|18:28:25.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5261012Z [05-13|18:28:25.104] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5261288Z [05-13|18:28:25.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.5261498Z [05-13|18:28:25.104] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.5261883Z [05-13|18:28:25.104] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5262360Z [05-13|18:28:25.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5262502Z [05-13|18:28:25.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5262834Z [05-13|18:28:25.105] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5263105Z [05-13|18:28:25.105] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5263434Z [05-13|18:28:25.105] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5263641Z [05-13|18:28:25.105] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5263977Z [05-13|18:28:25.105] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} +2026-05-13T18:30:53.5264121Z [05-13|18:28:25.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5264923Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5265189Z [05-13|18:28:25.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5265580Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5266181Z [05-13|18:28:25.106] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5266446Z [05-13|18:28:25.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5267090Z [05-13|18:28:25.106] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} +2026-05-13T18:30:53.5267968Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5269055Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5269308Z [05-13|18:28:25.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5269557Z [05-13|18:28:25.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5270193Z [05-13|18:28:25.106] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5270365Z [05-13|18:28:25.107] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5270582Z [05-13|18:28:25.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5270929Z [05-13|18:28:25.108] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} +2026-05-13T18:30:53.5271628Z [05-13|18:28:25.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5271974Z [05-13|18:28:25.108] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} +2026-05-13T18:30:53.5272448Z [05-13|18:28:25.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5272726Z [05-13|18:28:25.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5272992Z [05-13|18:28:25.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5273412Z [05-13|18:28:25.109] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} +2026-05-13T18:30:53.5273753Z [05-13|18:28:25.109] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5274223Z [05-13|18:28:25.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5274572Z [05-13|18:28:25.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5275045Z [05-13|18:28:25.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5275317Z [05-13|18:28:25.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5275806Z [05-13|18:28:25.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5276074Z [05-13|18:28:25.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5276337Z [05-13|18:28:25.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5276735Z [05-13|18:28:25.111] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} +2026-05-13T18:30:53.5277212Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5277681Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5278393Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5278674Z [05-13|18:28:25.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5278940Z [05-13|18:28:25.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.5279413Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5279882Z [05-13|18:28:25.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5280352Z [05-13|18:28:25.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5280577Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5281162Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5281389Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5282208Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5282607Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5283024Z [05-13|18:28:25.114] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5283261Z [05-13|18:28:25.113] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5283848Z [05-13|18:28:25.114] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} +2026-05-13T18:30:53.5284355Z [05-13|18:28:25.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5284697Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5285090Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5285426Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5285651Z [05-13|18:28:25.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5286101Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} +2026-05-13T18:30:53.5286251Z [05-13|18:28:25.116] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5286587Z [05-13|18:28:25.116] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5286855Z [05-13|18:28:25.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5287078Z [05-13|18:28:25.116] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5287411Z [05-13|18:28:25.114] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5287688Z [05-13|18:28:25.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.5288023Z [05-13|18:28:25.118] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5288494Z [05-13|18:28:25.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5288831Z [05-13|18:28:25.118] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5288978Z [05-13|18:28:25.118] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5289116Z [05-13|18:28:25.117] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5289449Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5289931Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5290211Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5290482Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5290697Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5291033Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} +2026-05-13T18:30:53.5291508Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5291993Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5292131Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5292572Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5292903Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5293042Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5293519Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5293845Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5294281Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5294415Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5294893Z [05-13|18:28:25.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5295329Z [05-13|18:28:25.120] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5295474Z [05-13|18:28:25.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5295796Z [05-13|18:28:25.120] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5296229Z [05-13|18:28:25.120] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5296362Z [05-13|18:28:25.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5296799Z [05-13|18:28:25.121] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5297067Z [05-13|18:28:25.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5297202Z [05-13|18:28:25.121] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5297637Z [05-13|18:28:25.121] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5298304Z [05-13|18:28:25.121] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5298500Z [05-13|18:28:25.121] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5298991Z [05-13|18:28:25.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5299463Z [05-13|18:28:25.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5299684Z [05-13|18:28:25.122] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5299986Z [05-13|18:28:25.122] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5300426Z [05-13|18:28:25.123] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.5300770Z [05-13|18:28:25.123] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5301053Z [05-13|18:28:25.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5301271Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5301535Z [05-13|18:28:25.120] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5301678Z [05-13|18:28:25.124] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5302208Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5302348Z [05-13|18:28:25.124] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5302827Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5303094Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5303303Z [05-13|18:28:25.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5303779Z [05-13|18:28:25.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5304133Z [05-13|18:28:25.125] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5304271Z [05-13|18:28:25.125] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5304487Z [05-13|18:28:25.126] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5304673Z [05-13|18:28:25.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5304813Z [05-13|18:28:25.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5305023Z [05-13|18:28:25.126] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5305370Z [05-13|18:28:25.126] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5305719Z [05-13|18:28:25.126] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5305852Z [05-13|18:28:25.127] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5306070Z [05-13|18:28:25.127] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5306206Z [05-13|18:28:25.127] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5306546Z [05-13|18:28:25.127] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} +2026-05-13T18:30:53.5306889Z [05-13|18:28:25.127] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5307365Z [05-13|18:28:25.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5307501Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5307975Z [05-13|18:28:25.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5308642Z [05-13|18:28:25.128] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5308863Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5309309Z [05-13|18:28:25.128] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5309449Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5309880Z [05-13|18:28:25.128] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5310020Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5310152Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5310338Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5310479Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5310611Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5311046Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5311449Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5311583Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5312012Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5312152Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5312583Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5312718Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5312856Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5313248Z [05-13|18:28:25.130] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5313589Z [05-13|18:28:25.130] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5314071Z [05-13|18:28:25.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5314502Z [05-13|18:28:25.130] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5314638Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5314780Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5314912Z [05-13|18:28:25.131] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5315042Z [05-13|18:28:25.131] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5315384Z [05-13|18:28:25.131] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5315610Z [05-13|18:28:25.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.5315883Z [05-13|18:28:25.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5316156Z [05-13|18:28:25.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5316419Z [05-13|18:28:25.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5316556Z [05-13|18:28:25.131] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5317087Z [05-13|18:28:25.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5317360Z [05-13|18:28:25.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5317496Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5317936Z [05-13|18:28:25.132] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5318263Z [05-13|18:28:25.132] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5318748Z [05-13|18:28:25.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5319296Z [05-13|18:28:25.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5319572Z [05-13|18:28:25.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5320005Z [05-13|18:28:25.133] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5320206Z [05-13|18:28:25.133] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5320679Z [05-13|18:28:25.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5321110Z [05-13|18:28:25.133] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5321384Z [05-13|18:28:25.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5321651Z [05-13|18:28:25.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5322134Z [05-13|18:28:25.133] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5322410Z [05-13|18:28:25.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5322882Z [05-13|18:28:25.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5323353Z [05-13|18:28:25.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5323494Z [05-13|18:28:25.133] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5323628Z [05-13|18:28:25.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5324101Z [05-13|18:28:25.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5324537Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5324674Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5325103Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5325244Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5325719Z [05-13|18:28:25.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5325913Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5326051Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5326482Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5326617Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5326964Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5327393Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5327770Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5327912Z [05-13|18:28:25.136] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5328258Z [05-13|18:28:25.136] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5328669Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5329195Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5329625Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.5329762Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5329900Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5330036Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5330168Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5330516Z [05-13|18:28:25.138] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5330908Z [05-13|18:28:25.137] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5331395Z [05-13|18:28:25.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5331875Z [05-13|18:28:25.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5332349Z [05-13|18:28:25.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5332690Z [05-13|18:28:25.138] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5333173Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5333310Z [05-13|18:28:25.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5333529Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5333749Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5334087Z [05-13|18:28:25.139] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5334562Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5335062Z [05-13|18:28:25.140] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5335200Z [05-13|18:28:25.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5335333Z [05-13|18:28:25.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5335552Z [05-13|18:28:25.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5336025Z [05-13|18:28:25.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5336456Z [05-13|18:28:25.142] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5336647Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5336785Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5336920Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5337056Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5337532Z [05-13|18:28:25.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5338248Z [05-13|18:28:25.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5338566Z [05-13|18:28:25.143] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5338910Z [05-13|18:28:25.142] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5339387Z [05-13|18:28:25.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5339812Z [05-13|18:28:25.144] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5339956Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5340092Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5340232Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5340364Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5340494Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5340626Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5341109Z [05-13|18:28:25.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5341245Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5341680Z [05-13|18:28:25.145] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5341819Z [05-13|18:28:25.145] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5341950Z [05-13|18:28:25.145] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5342381Z [05-13|18:28:25.146] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5342517Z [05-13|18:28:25.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5342729Z [05-13|18:28:25.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5343010Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5343349Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5343620Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5343885Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5344157Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5344587Z [05-13|18:28:25.147] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5344722Z [05-13|18:28:25.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5344941Z [05-13|18:28:25.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5345206Z [05-13|18:28:25.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.5345425Z [05-13|18:28:25.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5345710Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5346195Z [05-13|18:28:25.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5346730Z [05-13|18:28:25.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5347004Z [05-13|18:28:25.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5347479Z [05-13|18:28:25.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5347914Z [05-13|18:28:25.148] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5348589Z [05-13|18:28:25.149] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} +2026-05-13T18:30:53.5349086Z [05-13|18:28:25.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5349561Z [05-13|18:28:25.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5349705Z [05-13|18:28:25.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5349921Z [05-13|18:28:25.149] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5350396Z [05-13|18:28:25.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5350837Z [05-13|18:28:25.150] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5350972Z [05-13|18:28:25.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5351447Z [05-13|18:28:25.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5351885Z [05-13|18:28:25.150] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5352100Z [05-13|18:28:25.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5352381Z [05-13|18:28:25.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5352863Z [05-13|18:28:25.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5353206Z [05-13|18:28:25.152] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5353349Z [05-13|18:28:25.152] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5353779Z [05-13|18:28:25.153] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5354122Z [05-13|18:28:25.153] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5354318Z [05-13|18:28:25.154] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5354456Z [05-13|18:28:25.154] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5354890Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5355027Z [05-13|18:28:25.154] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5355416Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5355749Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5356080Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5356518Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5356688Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5356901Z [05-13|18:28:25.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5357080Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5357418Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5357852Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5357992Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5358551Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5358690Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5358910Z [05-13|18:28:25.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5359341Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5359553Z [05-13|18:28:25.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5359988Z [05-13|18:28:25.156] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} +2026-05-13T18:30:53.5360126Z [05-13|18:28:25.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5360602Z [05-13|18:28:25.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5360743Z [05-13|18:28:25.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5360944Z [05-13|18:28:25.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5361281Z [05-13|18:28:25.157] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5361502Z [05-13|18:28:25.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5361774Z [05-13|18:28:25.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5362040Z [05-13|18:28:25.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5362382Z [05-13|18:28:25.157] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5362917Z [05-13|18:28:25.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5363055Z [05-13|18:28:25.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5363396Z [05-13|18:28:25.158] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5363530Z [05-13|18:28:25.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5363662Z [05-13|18:28:25.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5364053Z [05-13|18:28:25.159] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} +2026-05-13T18:30:53.5364528Z [05-13|18:28:25.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5364662Z [05-13|18:28:25.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5364799Z [05-13|18:28:25.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5365067Z [05-13|18:28:25.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5365335Z [05-13|18:28:25.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5365662Z [05-13|18:28:25.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5365799Z [05-13|18:28:25.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5366013Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5366284Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5366548Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5366811Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5367296Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5367564Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5368223Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5368843Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5369330Z [05-13|18:28:25.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5369472Z [05-13|18:28:25.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5369615Z [05-13|18:28:25.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5370168Z [05-13|18:28:25.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5370388Z [05-13|18:28:25.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5370865Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5370999Z [05-13|18:28:25.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5371215Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.5371433Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5371622Z [05-13|18:28:25.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5371892Z [05-13|18:28:25.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5372164Z [05-13|18:28:25.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.5372380Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5372646Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5372861Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5373072Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5373542Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5374019Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5374542Z [05-13|18:28:25.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5374929Z [05-13|18:28:25.165] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5375147Z [05-13|18:28:25.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5375355Z [05-13|18:28:25.166] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5375695Z [05-13|18:28:25.166] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5376036Z [05-13|18:28:25.166] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5376172Z [05-13|18:28:25.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5376306Z [05-13|18:28:25.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5376445Z [05-13|18:28:25.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5376781Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5377114Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5377253Z [05-13|18:28:25.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5377390Z [05-13|18:28:25.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5377721Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5377985Z [05-13|18:28:25.168] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5378566Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5378711Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5378847Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5378986Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5379118Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5379330Z [05-13|18:28:25.169] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.5379668Z [05-13|18:28:25.169] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5379873Z [05-13|18:28:25.170] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5380146Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.5380419Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.5380687Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.5381006Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.5381275Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.5381619Z [05-13|18:28:25.170] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5381753Z [05-13|18:28:25.170] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5382023Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.5382503Z [05-13|18:28:25.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5382824Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.5383305Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5383778Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5384247Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5384721Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5384858Z [05-13|18:28:25.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5385075Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5385295Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5385504Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5385973Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5386195Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5386667Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5387070Z [05-13|18:28:25.173] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5387289Z [05-13|18:28:25.173] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5387631Z [05-13|18:28:25.173] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5388281Z [05-13|18:28:25.173] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5388739Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5388950Z [05-13|18:28:25.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5389168Z [05-13|18:28:25.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5389609Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5389803Z [05-13|18:28:25.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5390145Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} +2026-05-13T18:30:53.5390425Z [05-13|18:28:25.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5390859Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5390995Z [05-13|18:28:25.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5391437Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5391572Z [05-13|18:28:25.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5392055Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5392197Z [05-13|18:28:25.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5392540Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5392876Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5393219Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5393656Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5393793Z [05-13|18:28:25.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5394013Z [05-13|18:28:25.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5394502Z [05-13|18:28:25.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5394638Z [05-13|18:28:25.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5394980Z [05-13|18:28:25.176] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5395316Z [05-13|18:28:25.176] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5395510Z [05-13|18:28:25.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5395995Z [05-13|18:28:25.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5396267Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5396539Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5396808Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5397073Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5397589Z [05-13|18:28:25.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5398198Z [05-13|18:28:25.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5398351Z [05-13|18:28:25.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5398902Z [05-13|18:28:25.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5399390Z [05-13|18:28:25.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5399664Z [05-13|18:28:25.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5399938Z [05-13|18:28:25.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5400290Z [05-13|18:28:25.180] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5400608Z [05-13|18:28:25.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.5401085Z [05-13|18:28:25.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5401440Z [05-13|18:28:25.180] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5401577Z [05-13|18:28:25.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5401716Z [05-13|18:28:25.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5402200Z [05-13|18:28:25.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5402470Z [05-13|18:28:25.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5402603Z [05-13|18:28:25.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5403084Z [05-13|18:28:25.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5403221Z [05-13|18:28:25.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5403696Z [05-13|18:28:25.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5403924Z [05-13|18:28:25.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5404401Z [05-13|18:28:25.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5404675Z [05-13|18:28:25.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5405023Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} +2026-05-13T18:30:53.5405362Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5405495Z [05-13|18:28:25.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5405834Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5406165Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5406550Z [05-13|18:28:25.186] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5406694Z [05-13|18:28:25.186] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5406967Z [05-13|18:28:25.186] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5407447Z [05-13|18:28:25.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5407969Z [05-13|18:28:25.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5408562Z [05-13|18:28:25.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5408912Z [05-13|18:28:25.187] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5409396Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5409672Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5409895Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5410029Z [05-13|18:28:25.186] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5410161Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5410642Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5410778Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5410990Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.5411202Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5411341Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5411473Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5411949Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5412089Z [05-13|18:28:25.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5412426Z [05-13|18:28:25.190] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5412901Z [05-13|18:28:25.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5413179Z [05-13|18:28:25.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5413518Z [05-13|18:28:25.190] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5413994Z [05-13|18:28:25.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5414135Z [05-13|18:28:25.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5414267Z [05-13|18:28:25.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5414401Z [05-13|18:28:25.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5414678Z [05-13|18:28:25.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5415205Z [05-13|18:28:25.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5415343Z [05-13|18:28:25.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5415827Z [05-13|18:28:25.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5416131Z [05-13|18:28:25.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5416402Z [05-13|18:28:25.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.5416619Z [05-13|18:28:25.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5417102Z [05-13|18:28:25.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5417241Z [05-13|18:28:25.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5417380Z [05-13|18:28:25.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5417632Z [05-13|18:28:25.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5417770Z [05-13|18:28:25.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5417989Z [05-13|18:28:25.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5418241Z [05-13|18:28:25.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5418375Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5418513Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5418645Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5418776Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5418914Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5419258Z [05-13|18:28:25.195] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5419474Z [05-13|18:28:25.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.5419607Z [05-13|18:28:25.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5419948Z [05-13|18:28:25.196] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5420429Z [05-13|18:28:25.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5420764Z [05-13|18:28:25.196] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} +2026-05-13T18:30:53.5421045Z [05-13|18:28:25.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5421382Z [05-13|18:28:25.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5421649Z [05-13|18:28:25.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5422131Z [05-13|18:28:25.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5422268Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5422401Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5422538Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5422806Z [05-13|18:28:25.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5423339Z [05-13|18:28:25.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5423825Z [05-13|18:28:25.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5424144Z [05-13|18:28:25.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5424278Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5424418Z [05-13|18:28:25.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5424681Z [05-13|18:28:25.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5424894Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5425034Z [05-13|18:28:25.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5425508Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5425825Z [05-13|18:28:25.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5426308Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5426446Z [05-13|18:28:25.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5426919Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5427148Z [05-13|18:28:25.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5427284Z [05-13|18:28:25.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5427499Z [05-13|18:28:25.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5427775Z [05-13|18:28:25.200] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5428376Z [05-13|18:28:25.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5428722Z [05-13|18:28:25.201] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5428943Z [05-13|18:28:25.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5429156Z [05-13|18:28:25.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5429633Z [05-13|18:28:25.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5429915Z [05-13|18:28:25.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5430125Z [05-13|18:28:25.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5430464Z [05-13|18:28:25.202] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5430604Z [05-13|18:28:25.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5430871Z [05-13|18:28:25.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.5431207Z [05-13|18:28:25.203] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5431347Z [05-13|18:28:25.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5431879Z [05-13|18:28:25.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5432019Z [05-13|18:28:25.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5432360Z [05-13|18:28:25.203] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5432626Z [05-13|18:28:25.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5432838Z [05-13|18:28:25.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.5433176Z [05-13|18:28:25.205] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5433388Z [05-13|18:28:25.205] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5433657Z [05-13|18:28:25.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5433800Z [05-13|18:28:25.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5434130Z [05-13|18:28:25.206] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5434516Z [05-13|18:28:25.206] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5435000Z [05-13|18:28:25.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5435339Z [05-13|18:28:25.207] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5435474Z [05-13|18:28:25.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5435612Z [05-13|18:28:25.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5435831Z [05-13|18:28:25.208] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5435967Z [05-13|18:28:25.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5436239Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5436503Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5436643Z [05-13|18:28:25.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5436909Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5437172Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5437432Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5437698Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5438003Z [05-13|18:28:25.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5438605Z [05-13|18:28:25.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5439087Z [05-13|18:28:25.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5439560Z [05-13|18:28:25.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5439777Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5440311Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5440787Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5441306Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5441756Z [05-13|18:28:25.210] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5442096Z [05-13|18:28:25.210] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5442532Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5442674Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5443156Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5443294Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5443432Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5443564Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5443998Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5444137Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5444614Z [05-13|18:28:25.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5444955Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} +2026-05-13T18:30:53.5445396Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5445531Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5445960Z [05-13|18:28:25.212] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.5446099Z [05-13|18:28:25.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5446311Z [05-13|18:28:25.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5446525Z [05-13|18:28:25.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5446936Z [05-13|18:28:25.212] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5447071Z [05-13|18:28:25.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5447205Z [05-13|18:28:25.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5447695Z [05-13|18:28:25.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5447830Z [05-13|18:28:25.213] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5448215Z [05-13|18:28:25.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5448563Z [05-13|18:28:25.214] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5448962Z [05-13|18:28:25.214] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5449180Z [05-13|18:28:25.214] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5449522Z [05-13|18:28:25.214] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5450051Z [05-13|18:28:25.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5450390Z [05-13|18:28:25.215] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5450730Z [05-13|18:28:25.215] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5450943Z [05-13|18:28:25.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5451282Z [05-13|18:28:25.215] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5451425Z [05-13|18:28:25.215] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5451613Z [05-13|18:28:25.216] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5451830Z [05-13|18:28:25.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5452046Z [05-13|18:28:25.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5452386Z [05-13|18:28:25.217] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5452522Z [05-13|18:28:25.217] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5452735Z [05-13|18:28:25.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5453011Z [05-13|18:28:25.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5453280Z [05-13|18:28:25.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5453494Z [05-13|18:28:25.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5453766Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5454031Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 8} +2026-05-13T18:30:53.5454297Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5454564Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5454830Z [05-13|18:28:25.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5455152Z [05-13|18:28:25.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5455641Z [05-13|18:28:25.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5456126Z [05-13|18:28:25.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5456631Z [05-13|18:28:25.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5457101Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5457277Z [05-13|18:28:25.220] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5457754Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5457970Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5458599Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5459071Z [05-13|18:28:25.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5459284Z [05-13|18:28:25.221] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5459753Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5460105Z [05-13|18:28:25.221] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5460379Z [05-13|18:28:25.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5460520Z [05-13|18:28:25.222] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5460791Z [05-13|18:28:25.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.5461131Z [05-13|18:28:25.223] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5461345Z [05-13|18:28:25.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.5461825Z [05-13|18:28:25.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5461961Z [05-13|18:28:25.224] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5462171Z [05-13|18:28:25.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5462517Z [05-13|18:28:25.224] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5462739Z [05-13|18:28:25.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5462949Z [05-13|18:28:25.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5463086Z [05-13|18:28:25.225] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5463219Z [05-13|18:28:25.225] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5463428Z [05-13|18:28:25.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5463765Z [05-13|18:28:25.225] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5463964Z [05-13|18:28:25.225] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5464300Z [05-13|18:28:25.225] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5464434Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5464772Z [05-13|18:28:25.226] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5464905Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5465035Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5465173Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5465560Z [05-13|18:28:25.226] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5465901Z [05-13|18:28:25.226] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} +2026-05-13T18:30:53.5466175Z [05-13|18:28:25.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5466311Z [05-13|18:28:25.227] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5466837Z [05-13|18:28:25.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5466975Z [05-13|18:28:25.227] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5467313Z [05-13|18:28:25.228] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5467648Z [05-13|18:28:25.228] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5467788Z [05-13|18:28:25.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5467921Z [05-13|18:28:25.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5468569Z [05-13|18:28:25.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5468854Z [05-13|18:28:25.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 8} +2026-05-13T18:30:53.5469065Z [05-13|18:28:25.230] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5469198Z [05-13|18:28:25.229] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5469336Z [05-13|18:28:25.230] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5469468Z [05-13|18:28:25.230] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5469943Z [05-13|18:28:25.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5470083Z [05-13|18:28:25.231] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5470218Z [05-13|18:28:25.231] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5470431Z [05-13|18:28:25.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5470705Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5470970Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5471233Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5471713Z [05-13|18:28:25.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5472114Z [05-13|18:28:25.232] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5472250Z [05-13|18:28:25.232] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5472522Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5472786Z [05-13|18:28:25.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5472918Z [05-13|18:28:25.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5473390Z [05-13|18:28:25.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5473528Z [05-13|18:28:25.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5473710Z [05-13|18:28:25.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5473978Z [05-13|18:28:25.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5474458Z [05-13|18:28:25.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5474980Z [05-13|18:28:25.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5475256Z [05-13|18:28:25.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5475391Z [05-13|18:28:25.234] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5475523Z [05-13|18:28:25.234] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5475994Z [05-13|18:28:25.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5476471Z [05-13|18:28:25.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5476642Z [05-13|18:28:25.235] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5477114Z [05-13|18:28:25.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5477462Z [05-13|18:28:25.236] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} +2026-05-13T18:30:53.5477597Z [05-13|18:28:25.236] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5477728Z [05-13|18:28:25.237] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5477999Z [05-13|18:28:25.237] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.5478467Z [05-13|18:28:25.237] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5478944Z [05-13|18:28:25.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5479221Z [05-13|18:28:25.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5479569Z [05-13|18:28:25.238] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5479703Z [05-13|18:28:25.238] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5479842Z [05-13|18:28:25.238] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5480320Z [05-13|18:28:25.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5480560Z [05-13|18:28:25.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5480925Z [05-13|18:28:25.239] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5481267Z [05-13|18:28:25.239] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5481604Z [05-13|18:28:25.239] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5482091Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5482528Z [05-13|18:28:25.240] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5482748Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5483229Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5483444Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5483976Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5484190Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5484663Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5485138Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5485406Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5485881Z [05-13|18:28:25.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5486104Z [05-13|18:28:25.242] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5486576Z [05-13|18:28:25.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5486920Z [05-13|18:28:25.243] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5487061Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5487196Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5487328Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5487467Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5487678Z [05-13|18:28:25.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.5488016Z [05-13|18:28:25.243] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5488339Z [05-13|18:28:25.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5488481Z [05-13|18:28:25.244] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5488690Z [05-13|18:28:25.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5489165Z [05-13|18:28:25.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5489583Z [05-13|18:28:25.245] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5489717Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5489852Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5489989Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5490119Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5490594Z [05-13|18:28:25.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5490730Z [05-13|18:28:25.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5490994Z [05-13|18:28:25.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5491267Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5491539Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5491856Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5492118Z [05-13|18:28:25.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5492385Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5492517Z [05-13|18:28:25.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5492777Z [05-13|18:28:25.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5493265Z [05-13|18:28:25.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5493532Z [05-13|18:28:25.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5494059Z [05-13|18:28:25.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5494202Z [05-13|18:28:25.248] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5494676Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5495149Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5495373Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5495642Z [05-13|18:28:25.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.5496114Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5496595Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5497069Z [05-13|18:28:25.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5497283Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5497507Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5497760Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5497897Z [05-13|18:28:25.251] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5498287Z [05-13|18:28:25.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5498766Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5498980Z [05-13|18:28:25.252] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.5499118Z [05-13|18:28:25.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5499520Z [05-13|18:28:25.252] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5499861Z [05-13|18:28:25.252] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5500349Z [05-13|18:28:25.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5500612Z [05-13|18:28:25.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5500949Z [05-13|18:28:25.253] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} +2026-05-13T18:30:53.5501168Z [05-13|18:28:25.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5501503Z [05-13|18:28:25.254] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5501841Z [05-13|18:28:25.253] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5502057Z [05-13|18:28:25.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5502191Z [05-13|18:28:25.254] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5502581Z [05-13|18:28:25.255] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5502936Z [05-13|18:28:25.255] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5503271Z [05-13|18:28:25.255] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5503542Z [05-13|18:28:25.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.5503681Z [05-13|18:28:25.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5504016Z [05-13|18:28:25.256] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5504496Z [05-13|18:28:25.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5504771Z [05-13|18:28:25.257] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5504985Z [05-13|18:28:25.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5505197Z [05-13|18:28:25.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.5505677Z [05-13|18:28:25.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5505813Z [05-13|18:28:25.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5506029Z [05-13|18:28:25.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5506359Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5506627Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5506893Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5511751Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5512113Z [05-13|18:28:25.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5512735Z [05-13|18:28:25.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5513234Z [05-13|18:28:25.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5513520Z [05-13|18:28:25.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5513670Z [05-13|18:28:25.259] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5513960Z [05-13|18:28:25.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5514171Z [05-13|18:28:25.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5514529Z [05-13|18:28:25.260] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} +2026-05-13T18:30:53.5515013Z [05-13|18:28:25.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5515289Z [05-13|18:28:25.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5515431Z [05-13|18:28:25.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5515961Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5516433Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5516664Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5517157Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5517377Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5517662Z [05-13|18:28:25.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5518305Z [05-13|18:28:25.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5518530Z [05-13|18:28:25.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5518671Z [05-13|18:28:25.262] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5519150Z [05-13|18:28:25.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5519423Z [05-13|18:28:25.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.5519559Z [05-13|18:28:25.263] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5519975Z [05-13|18:28:25.263] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5520331Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5520551Z [05-13|18:28:25.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5520892Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5521226Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5521436Z [05-13|18:28:25.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5521825Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5522159Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5522295Z [05-13|18:28:25.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5522508Z [05-13|18:28:25.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5522894Z [05-13|18:28:25.265] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5523362Z [05-13|18:28:25.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5523580Z [05-13|18:28:25.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5523915Z [05-13|18:28:25.265] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5524258Z [05-13|18:28:25.266] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5524449Z [05-13|18:28:25.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5524585Z [05-13|18:28:25.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5524721Z [05-13|18:28:25.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5524938Z [05-13|18:28:25.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.5525074Z [05-13|18:28:25.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5525407Z [05-13|18:28:25.267] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} +2026-05-13T18:30:53.5525544Z [05-13|18:28:25.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5525676Z [05-13|18:28:25.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5525811Z [05-13|18:28:25.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5526266Z [05-13|18:28:25.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5526405Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5526839Z [05-13|18:28:25.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5526972Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5527108Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5527238Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5527366Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5527646Z [05-13|18:28:25.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5528246Z [05-13|18:28:25.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5528384Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5528821Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5529245Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5529377Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5529869Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5530007Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5530144Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5530577Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5530766Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5531239Z [05-13|18:28:25.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5531711Z [05-13|18:28:25.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5532144Z [05-13|18:28:25.271] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5532573Z [05-13|18:28:25.271] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} +2026-05-13T18:30:53.5532764Z [05-13|18:28:25.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5532901Z [05-13|18:28:25.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5533370Z [05-13|18:28:25.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5533513Z [05-13|18:28:25.272] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5533727Z [05-13|18:28:25.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5533862Z [05-13|18:28:25.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5534002Z [05-13|18:28:25.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5534347Z [05-13|18:28:25.273] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5534480Z [05-13|18:28:25.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5534618Z [05-13|18:28:25.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5534750Z [05-13|18:28:25.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5535021Z [05-13|18:28:25.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5535288Z [05-13|18:28:25.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5535552Z [05-13|18:28:25.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5535812Z [05-13|18:28:25.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5536170Z [05-13|18:28:25.275] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5536703Z [05-13|18:28:25.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5536838Z [05-13|18:28:25.275] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5536976Z [05-13|18:28:25.275] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5537438Z [05-13|18:28:25.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5537906Z [05-13|18:28:25.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5538227Z [05-13|18:28:25.275] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5538511Z [05-13|18:28:25.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5538778Z [05-13|18:28:25.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5539256Z [05-13|18:28:25.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5539778Z [05-13|18:28:25.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5539916Z [05-13|18:28:25.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5540139Z [05-13|18:28:25.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5540601Z [05-13|18:28:25.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5540816Z [05-13|18:28:25.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5540956Z [05-13|18:28:25.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5541142Z [05-13|18:28:25.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5541411Z [05-13|18:28:25.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5541763Z [05-13|18:28:25.278] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} +2026-05-13T18:30:53.5542232Z [05-13|18:28:25.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5542366Z [05-13|18:28:25.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5542509Z [05-13|18:28:25.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5542644Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5542775Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5542907Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5543126Z [05-13|18:28:25.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5543591Z [05-13|18:28:25.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5543724Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5543862Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5543995Z [05-13|18:28:25.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5544261Z [05-13|18:28:25.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5544541Z [05-13|18:28:25.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5544752Z [05-13|18:28:25.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5545094Z [05-13|18:28:25.281] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5545437Z [05-13|18:28:25.281] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5545646Z [05-13|18:28:25.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5545977Z [05-13|18:28:25.281] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5546491Z [05-13|18:28:25.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5546704Z [05-13|18:28:25.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5547171Z [05-13|18:28:25.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5547551Z [05-13|18:28:25.282] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5547688Z [05-13|18:28:25.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5548020Z [05-13|18:28:25.283] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5548282Z [05-13|18:28:25.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5548417Z [05-13|18:28:25.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5548682Z [05-13|18:28:25.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5548900Z [05-13|18:28:25.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5549295Z [05-13|18:28:25.283] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5549772Z [05-13|18:28:25.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5550112Z [05-13|18:28:25.284] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5550247Z [05-13|18:28:25.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5550457Z [05-13|18:28:25.284] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5550729Z [05-13|18:28:25.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5550942Z [05-13|18:28:25.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.5551207Z [05-13|18:28:25.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5551344Z [05-13|18:28:25.286] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5551605Z [05-13|18:28:25.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5552073Z [05-13|18:28:25.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5552413Z [05-13|18:28:25.286] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5552624Z [05-13|18:28:25.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5553186Z [05-13|18:28:25.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5553458Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5553721Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5553983Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5554449Z [05-13|18:28:25.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5554967Z [05-13|18:28:25.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5555236Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5555720Z [05-13|18:28:25.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5555977Z [05-13|18:28:25.287] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5556274Z [05-13|18:28:25.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.5556744Z [05-13|18:28:25.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5557082Z [05-13|18:28:25.288] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5557550Z [05-13|18:28:25.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5557691Z [05-13|18:28:25.289] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5558330Z [05-13|18:28:25.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5558552Z [05-13|18:28:25.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.5558823Z [05-13|18:28:25.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5559291Z [05-13|18:28:25.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5559635Z [05-13|18:28:25.291] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5559978Z [05-13|18:28:25.291] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5560113Z [05-13|18:28:25.292] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5560442Z [05-13|18:28:25.292] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5560661Z [05-13|18:28:25.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5560796Z [05-13|18:28:25.293] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5561124Z [05-13|18:28:25.293] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5561602Z [05-13|18:28:25.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5562000Z [05-13|18:28:25.293] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5562488Z [05-13|18:28:25.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5562636Z [05-13|18:28:25.294] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5562981Z [05-13|18:28:25.294] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5563253Z [05-13|18:28:25.294] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5563790Z [05-13|18:28:25.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5563930Z [05-13|18:28:25.294] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5564398Z [05-13|18:28:25.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5564742Z [05-13|18:28:25.295] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} +2026-05-13T18:30:53.5565008Z [05-13|18:28:25.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5565342Z [05-13|18:28:25.295] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5565818Z [05-13|18:28:25.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5565953Z [05-13|18:28:25.295] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5566164Z [05-13|18:28:25.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5566302Z [05-13|18:28:25.295] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5566549Z [05-13|18:28:25.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5566686Z [05-13|18:28:25.296] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5567161Z [05-13|18:28:25.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5567501Z [05-13|18:28:25.296] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5567973Z [05-13|18:28:25.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5568504Z [05-13|18:28:25.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5568719Z [05-13|18:28:25.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5568856Z [05-13|18:28:25.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5569070Z [05-13|18:28:25.298] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5569344Z [05-13|18:28:25.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.5569815Z [05-13|18:28:25.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5570292Z [05-13|18:28:25.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5570427Z [05-13|18:28:25.300] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5570845Z [05-13|18:28:25.299] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5570988Z [05-13|18:28:25.301] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5571196Z [05-13|18:28:25.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5571339Z [05-13|18:28:25.301] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5571482Z [05-13|18:28:25.301] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5571756Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5572027Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5572352Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5572618Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5572881Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5573375Z [05-13|18:28:25.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5573908Z [05-13|18:28:25.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5574123Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.5574342Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5574556Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5574824Z [05-13|18:28:25.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5575357Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5575705Z [05-13|18:28:25.304] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} +2026-05-13T18:30:53.5575973Z [05-13|18:28:25.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5576122Z [05-13|18:28:25.304] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5576590Z [05-13|18:28:25.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5577060Z [05-13|18:28:25.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5577542Z [05-13|18:28:25.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5577681Z [05-13|18:28:25.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5577944Z [05-13|18:28:25.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5578281Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5578494Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5578626Z [05-13|18:28:25.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5579101Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5579634Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5579767Z [05-13|18:28:25.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5579905Z [05-13|18:28:25.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5580117Z [05-13|18:28:25.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5580588Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5580727Z [05-13|18:28:25.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5580988Z [05-13|18:28:25.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5581334Z [05-13|18:28:25.308] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5581682Z [05-13|18:28:25.308] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5581815Z [05-13|18:28:25.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5581997Z [05-13|18:28:25.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5582134Z [05-13|18:28:25.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5582344Z [05-13|18:28:25.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5582554Z [05-13|18:28:25.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5582763Z [05-13|18:28:25.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5583108Z [05-13|18:28:25.309] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5583319Z [05-13|18:28:25.310] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5583709Z [05-13|18:28:25.310] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5584055Z [05-13|18:28:25.310] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5584386Z [05-13|18:28:25.310] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5584718Z [05-13|18:28:25.311] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5584992Z [05-13|18:28:25.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.5585328Z [05-13|18:28:25.313] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5585809Z [05-13|18:28:25.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5585945Z [05-13|18:28:25.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5586085Z [05-13|18:28:25.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5586350Z [05-13|18:28:25.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5586620Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5586881Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5587143Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5587452Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5587715Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5588309Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5588793Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5589054Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5589589Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5589857Z [05-13|18:28:25.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5590325Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5590849Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5591316Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5591781Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5592253Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5592570Z [05-13|18:28:25.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5593039Z [05-13|18:28:25.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5593257Z [05-13|18:28:25.317] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5593593Z [05-13|18:28:25.317] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5593804Z [05-13|18:28:25.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5593945Z [05-13|18:28:25.318] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5594280Z [05-13|18:28:25.319] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5594493Z [05-13|18:28:25.319] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5594708Z [05-13|18:28:25.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.5595048Z [05-13|18:28:25.320] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5595387Z [05-13|18:28:25.320] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5595601Z [05-13|18:28:25.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5595735Z [05-13|18:28:25.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5595945Z [05-13|18:28:25.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5596149Z [05-13|18:28:25.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5596361Z [05-13|18:28:25.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5596495Z [05-13|18:28:25.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5596712Z [05-13|18:28:25.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5597184Z [05-13|18:28:25.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5597395Z [05-13|18:28:25.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5597668Z [05-13|18:28:25.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5597844Z [05-13|18:28:25.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5598298Z [05-13|18:28:25.323] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5598634Z [05-13|18:28:25.324] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5598774Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5598969Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5599101Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5599240Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5599370Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5599581Z [05-13|18:28:25.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5600060Z [05-13|18:28:25.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5600197Z [05-13|18:28:25.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5600585Z [05-13|18:28:25.326] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5600807Z [05-13|18:28:25.326] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5601251Z [05-13|18:28:25.327] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 118, "epoch round": 118} +2026-05-13T18:30:53.5601687Z [05-13|18:28:25.327] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 118, "epoch round": 118} +2026-05-13T18:30:53.5602035Z [05-13|18:28:25.328] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5602169Z [05-13|18:28:25.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5602504Z [05-13|18:28:25.328] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5602848Z [05-13|18:28:25.329] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} +2026-05-13T18:30:53.5602983Z [05-13|18:28:25.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5603416Z [05-13|18:28:25.329] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 118, "epoch round": 118} +2026-05-13T18:30:53.5603557Z [05-13|18:28:25.329] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5603689Z [05-13|18:28:25.329] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5603817Z [05-13|18:28:25.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5603952Z [05-13|18:28:25.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5604342Z [05-13|18:28:25.330] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5604475Z [05-13|18:28:25.331] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5604611Z [05-13|18:28:25.331] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5605090Z [05-13|18:28:25.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5605223Z [05-13|18:28:25.333] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5605499Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5605765Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5606089Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5606233Z [05-13|18:28:25.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5606496Z [05-13|18:28:25.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.5606759Z [05-13|18:28:25.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5607274Z [05-13|18:28:25.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5607407Z [05-13|18:28:25.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5607873Z [05-13|18:28:25.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5608012Z [05-13|18:28:25.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5608594Z [05-13|18:28:25.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5608790Z [05-13|18:28:25.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5609056Z [05-13|18:28:25.335] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5609526Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5609740Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5609872Z [05-13|18:28:25.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5610011Z [05-13|18:28:25.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5610143Z [05-13|18:28:25.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5610608Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5610829Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5611094Z [05-13|18:28:25.337] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5611305Z [05-13|18:28:25.337] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5611575Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5612042Z [05-13|18:28:25.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5612505Z [05-13|18:28:25.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5612704Z [05-13|18:28:25.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5612839Z [05-13|18:28:25.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5612971Z [05-13|18:28:25.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5613322Z [05-13|18:28:25.339] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} +2026-05-13T18:30:53.5613789Z [05-13|18:28:25.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5614002Z [05-13|18:28:25.340] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5614320Z [05-13|18:28:25.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5614788Z [05-13|18:28:25.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5614923Z [05-13|18:28:25.341] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5615140Z [05-13|18:28:25.341] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5615334Z [05-13|18:28:25.341] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5615673Z [05-13|18:28:25.341] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5616151Z [05-13|18:28:25.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5616499Z [05-13|18:28:25.342] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5616636Z [05-13|18:28:25.342] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5616773Z [05-13|18:28:25.342] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5617190Z [05-13|18:28:25.343] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5617327Z [05-13|18:28:25.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5617668Z [05-13|18:28:25.343] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5617802Z [05-13|18:28:25.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5618014Z [05-13|18:28:25.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5618355Z [05-13|18:28:25.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5618693Z [05-13|18:28:25.343] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5619027Z [05-13|18:28:25.344] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5619247Z [05-13|18:28:25.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5619382Z [05-13|18:28:25.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5619592Z [05-13|18:28:25.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.5619808Z [05-13|18:28:25.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5619940Z [05-13|18:28:25.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5620275Z [05-13|18:28:25.345] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5620413Z [05-13|18:28:25.346] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5620817Z [05-13|18:28:25.346] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5621153Z [05-13|18:28:25.346] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5621294Z [05-13|18:28:25.347] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5621561Z [05-13|18:28:25.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5621824Z [05-13|18:28:25.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.5622086Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5622406Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5622672Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5622934Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5623201Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5623514Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5623988Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5624462Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5624930Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5625445Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5625910Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5626380Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5626854Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5627123Z [05-13|18:28:25.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5627597Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5628187Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5628406Z [05-13|18:28:25.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.5628619Z [05-13|18:28:25.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5628758Z [05-13|18:28:25.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5629097Z [05-13|18:28:25.352] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5629233Z [05-13|18:28:25.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5629434Z [05-13|18:28:25.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5629776Z [05-13|18:28:25.353] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5630110Z [05-13|18:28:25.353] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5630382Z [05-13|18:28:25.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5630849Z [05-13|18:28:25.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5630981Z [05-13|18:28:25.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5631174Z [05-13|18:28:25.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5631654Z [05-13|18:28:25.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5632014Z [05-13|18:28:25.354] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5632554Z [05-13|18:28:25.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5632901Z [05-13|18:28:25.355] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5633239Z [05-13|18:28:25.355] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5633581Z [05-13|18:28:25.355] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5634057Z [05-13|18:28:25.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5634446Z [05-13|18:28:25.356] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5634923Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5635391Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5635856Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5635998Z [05-13|18:28:25.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5636130Z [05-13|18:28:25.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5636340Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5636818Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5636952Z [05-13|18:28:25.357] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5637162Z [05-13|18:28:25.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5637299Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5637430Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5637771Z [05-13|18:28:25.358] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} +2026-05-13T18:30:53.5638145Z [05-13|18:28:25.358] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5638489Z [05-13|18:28:25.358] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5638621Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5638760Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5638969Z [05-13|18:28:25.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5639100Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5639236Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5639365Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5639557Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5639689Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5639828Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5639957Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5640088Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5640359Z [05-13|18:28:25.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5640569Z [05-13|18:28:25.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5640701Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5640836Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5641046Z [05-13|18:28:25.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5641177Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5641314Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5641445Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5641575Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5641761Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5641893Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5642024Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5642152Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5642285Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5642414Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5642885Z [05-13|18:28:25.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5643101Z [05-13|18:28:25.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5643373Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.5643640Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5643910Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5644173Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5644433Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5644699Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5644960Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5645497Z [05-13|18:28:25.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5645769Z [05-13|18:28:25.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5646031Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5646514Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5646991Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5647490Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5647966Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5648555Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5649087Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5649561Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5649777Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5649988Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5650127Z [05-13|18:28:25.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5650385Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5650860Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5651076Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5651285Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.5651436Z [05-13|18:28:25.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5651568Z [05-13|18:28:25.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5651781Z [05-13|18:28:25.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5651991Z [05-13|18:28:25.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5652123Z [05-13|18:28:25.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5652260Z [05-13|18:28:25.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5652602Z [05-13|18:28:25.367] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5652943Z [05-13|18:28:25.367] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5653285Z [05-13|18:28:25.368] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5653418Z [05-13|18:28:25.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5653556Z [05-13|18:28:25.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5653835Z [05-13|18:28:25.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5654174Z [05-13|18:28:25.368] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5654510Z [05-13|18:28:25.369] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5654730Z [05-13|18:28:25.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5655061Z [05-13|18:28:25.369] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5655394Z [05-13|18:28:25.369] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5655751Z [05-13|18:28:25.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5656023Z [05-13|18:28:25.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5656155Z [05-13|18:28:25.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5656503Z [05-13|18:28:25.370] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5656877Z [05-13|18:28:25.370] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} +2026-05-13T18:30:53.5657356Z [05-13|18:28:25.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5657494Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5657629Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5657760Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5657895Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5658539Z [05-13|18:28:25.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5658681Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5658815Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5658944Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659074Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659202Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659339Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659469Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659598Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659734Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659863Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5659993Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5660128Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5660258Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5660392Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5660526Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5660869Z [05-13|18:28:25.374] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5661135Z [05-13|18:28:25.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.5661341Z [05-13|18:28:25.375] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5661814Z [05-13|18:28:25.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5662154Z [05-13|18:28:25.375] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5662292Z [05-13|18:28:25.375] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5662764Z [05-13|18:28:25.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5662977Z [05-13|18:28:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.5663112Z [05-13|18:28:25.376] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5663428Z [05-13|18:28:25.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5663692Z [05-13|18:28:25.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5663952Z [05-13|18:28:25.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5664221Z [05-13|18:28:25.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5664483Z [05-13|18:28:25.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5664953Z [05-13|18:28:25.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5665225Z [05-13|18:28:25.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5665695Z [05-13|18:28:25.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5666204Z [05-13|18:28:25.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5666469Z [05-13|18:28:25.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5666681Z [05-13|18:28:25.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5667025Z [05-13|18:28:25.379] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} +2026-05-13T18:30:53.5667495Z [05-13|18:28:25.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5667962Z [05-13|18:28:25.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5668217Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5668353Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5668488Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5668704Z [05-13|18:28:25.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5668913Z [05-13|18:28:25.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5669045Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5669251Z [05-13|18:28:25.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5669389Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5669655Z [05-13|18:28:25.380] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5669983Z [05-13|18:28:25.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5670123Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5670590Z [05-13|18:28:25.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5670802Z [05-13|18:28:25.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5670941Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5671072Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5671204Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5671761Z [05-13|18:28:25.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5672233Z [05-13|18:28:25.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5672578Z [05-13|18:28:25.382] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5672970Z [05-13|18:28:25.382] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5673104Z [05-13|18:28:25.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5673235Z [05-13|18:28:25.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5673449Z [05-13|18:28:25.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5673660Z [05-13|18:28:25.384] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5673870Z [05-13|18:28:25.384] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5674190Z [05-13|18:28:25.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.5674532Z [05-13|18:28:25.384] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5674866Z [05-13|18:28:25.384] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5675009Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5675478Z [05-13|18:28:25.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5675617Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5675959Z [05-13|18:28:25.385] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5676292Z [05-13|18:28:25.385] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5676556Z [05-13|18:28:25.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.5676696Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5676826Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5677306Z [05-13|18:28:25.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5677441Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5677780Z [05-13|18:28:25.386] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} +2026-05-13T18:30:53.5677957Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5678207Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5678344Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5678682Z [05-13|18:28:25.384] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5678944Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5679214Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5679345Z [05-13|18:28:25.387] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5679666Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5680011Z [05-13|18:28:25.387] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5680224Z [05-13|18:28:25.387] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5680356Z [05-13|18:28:25.387] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5680926Z [05-13|18:28:25.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5681192Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5681324Z [05-13|18:28:25.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5681591Z [05-13|18:28:25.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5682066Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5682583Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5682805Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5683070Z [05-13|18:28:25.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5683536Z [05-13|18:28:25.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5684010Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5684222Z [05-13|18:28:25.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5684433Z [05-13|18:28:25.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5684572Z [05-13|18:28:25.389] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5684703Z [05-13|18:28:25.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5684835Z [05-13|18:28:25.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5684972Z [05-13|18:28:25.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5685179Z [05-13|18:28:25.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5685652Z [05-13|18:28:25.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5685922Z [05-13|18:28:25.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5686191Z [05-13|18:28:25.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5686397Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5686667Z [05-13|18:28:25.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5687134Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5687267Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5687403Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5687534Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5688157Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5688677Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5688823Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5689102Z [05-13|18:28:25.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.5689449Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5689786Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5690121Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5690258Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5690591Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5690785Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5690925Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5691057Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5691389Z [05-13|18:28:25.393] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5691529Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5691661Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5691789Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5691919Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5692372Z [05-13|18:28:25.393] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 123, "epoch round": 123} +2026-05-13T18:30:53.5692711Z [05-13|18:28:25.394] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5692844Z [05-13|18:28:25.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5693060Z [05-13|18:28:25.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5693269Z [05-13|18:28:25.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5693400Z [05-13|18:28:25.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5693535Z [05-13|18:28:25.395] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5693743Z [05-13|18:28:25.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5694226Z [05-13|18:28:25.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5694634Z [05-13|18:28:25.396] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5694768Z [05-13|18:28:25.396] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5695098Z [05-13|18:28:25.396] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5695236Z [05-13|18:28:25.396] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5695447Z [05-13|18:28:25.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.5695579Z [05-13|18:28:25.397] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5695969Z [05-13|18:28:25.397] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5696104Z [05-13|18:28:25.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5696439Z [05-13|18:28:25.398] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} +2026-05-13T18:30:53.5696577Z [05-13|18:28:25.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5696891Z [05-13|18:28:25.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5697155Z [05-13|18:28:25.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5697420Z [05-13|18:28:25.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5697553Z [05-13|18:28:25.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5697815Z [05-13|18:28:25.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5697956Z [05-13|18:28:25.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5698331Z [05-13|18:28:25.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5698870Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5699350Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5699820Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5700288Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5700760Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5701031Z [05-13|18:28:25.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5701164Z [05-13|18:28:25.401] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5701303Z [05-13|18:28:25.401] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5701565Z [05-13|18:28:25.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5701829Z [05-13|18:28:25.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5702095Z [05-13|18:28:25.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5702568Z [05-13|18:28:25.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5702759Z [05-13|18:28:25.402] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5703234Z [05-13|18:28:25.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5703698Z [05-13|18:28:25.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5704163Z [05-13|18:28:25.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5704433Z [05-13|18:28:25.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5704702Z [05-13|18:28:25.403] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.5705045Z [05-13|18:28:25.404] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5705186Z [05-13|18:28:25.403] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5705716Z [05-13|18:28:25.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5705850Z [05-13|18:28:25.405] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5706068Z [05-13|18:28:25.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.5706417Z [05-13|18:28:25.406] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5706753Z [05-13|18:28:25.406] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5707094Z [05-13|18:28:25.406] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5707467Z [05-13|18:28:25.407] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5707946Z [05-13|18:28:25.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5708551Z [05-13|18:28:25.407] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5708900Z [05-13|18:28:25.407] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} +2026-05-13T18:30:53.5709038Z [05-13|18:28:25.407] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5709257Z [05-13|18:28:25.408] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5709390Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5709867Z [05-13|18:28:25.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5710216Z [05-13|18:28:25.408] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5710363Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5710498Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5710635Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5710983Z [05-13|18:28:25.408] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5711197Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5711547Z [05-13|18:28:25.409] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5712042Z [05-13|18:28:25.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5712186Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5712322Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5712452Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5712582Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5712715Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5713013Z [05-13|18:28:25.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5713495Z [05-13|18:28:25.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5713773Z [05-13|18:28:25.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5713965Z [05-13|18:28:25.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5714437Z [05-13|18:28:25.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5714709Z [05-13|18:28:25.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.5715182Z [05-13|18:28:25.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5715315Z [05-13|18:28:25.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5715789Z [05-13|18:28:25.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5716304Z [05-13|18:28:25.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5716447Z [05-13|18:28:25.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5716910Z [05-13|18:28:25.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5717043Z [05-13|18:28:25.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5717258Z [05-13|18:28:25.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5717474Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5717686Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5718287Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5718504Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5718713Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5718848Z [05-13|18:28:25.413] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5718979Z [05-13|18:28:25.414] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5719114Z [05-13|18:28:25.413] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5719324Z [05-13|18:28:25.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5719524Z [05-13|18:28:25.414] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5719738Z [05-13|18:28:25.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5719870Z [05-13|18:28:25.415] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5720077Z [05-13|18:28:25.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.5720429Z [05-13|18:28:25.417] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5720562Z [05-13|18:28:25.417] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5720693Z [05-13|18:28:25.417] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5720963Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5721282Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5721548Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5721894Z [05-13|18:28:25.418] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} +2026-05-13T18:30:53.5722208Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5722341Z [05-13|18:28:25.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5722606Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5722867Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5723342Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5723611Z [05-13|18:28:25.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5723928Z [05-13|18:28:25.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5724399Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5724539Z [05-13|18:28:25.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5725007Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5725477Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5725951Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5726415Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5726631Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5726846Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5727054Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5727520Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5727738Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5728381Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5728652Z [05-13|18:28:25.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.5729004Z [05-13|18:28:25.421] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5729346Z [05-13|18:28:25.422] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5729793Z [05-13|18:28:25.422] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 126, "epoch round": 126} +2026-05-13T18:30:53.5729994Z [05-13|18:28:25.422] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5730130Z [05-13|18:28:25.422] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5730340Z [05-13|18:28:25.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5730479Z [05-13|18:28:25.423] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5730817Z [05-13|18:28:25.423] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5731080Z [05-13|18:28:25.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5731554Z [05-13|18:28:25.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5732021Z [05-13|18:28:25.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5732362Z [05-13|18:28:25.423] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5732499Z [05-13|18:28:25.423] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5732886Z [05-13|18:28:25.423] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5733100Z [05-13|18:28:25.424] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5733237Z [05-13|18:28:25.424] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5733368Z [05-13|18:28:25.424] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5733497Z [05-13|18:28:25.424] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5733836Z [05-13|18:28:25.424] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5733968Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5734176Z [05-13|18:28:25.425] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5734311Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5734447Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5734784Z [05-13|18:28:25.426] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5734916Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5735049Z [05-13|18:28:25.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5735181Z [05-13|18:28:25.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5735418Z [05-13|18:28:25.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5736069Z [05-13|18:28:25.427] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5736346Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5736498Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5736643Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5736808Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5737064Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5737389Z [05-13|18:28:25.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5737743Z [05-13|18:28:25.428] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5737878Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5738692Z [05-13|18:28:25.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5738847Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5738981Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5739261Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5739584Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5740059Z [05-13|18:28:25.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5740537Z [05-13|18:28:25.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5740675Z [05-13|18:28:25.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5740807Z [05-13|18:28:25.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5741076Z [05-13|18:28:25.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5741393Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5741660Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5741884Z [05-13|18:28:25.430] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5742361Z [05-13|18:28:25.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5742832Z [05-13|18:28:25.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5742976Z [05-13|18:28:25.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5743109Z [05-13|18:28:25.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5743377Z [05-13|18:28:25.431] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5743640Z [05-13|18:28:25.431] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5744116Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5744581Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5745053Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5745333Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5745544Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5745758Z [05-13|18:28:25.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5745967Z [05-13|18:28:25.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5746315Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5746536Z [05-13|18:28:25.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5747055Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} +2026-05-13T18:30:53.5747400Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5747540Z [05-13|18:28:25.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5747977Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} +2026-05-13T18:30:53.5748699Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} +2026-05-13T18:30:53.5749068Z [05-13|18:28:25.432] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} +2026-05-13T18:30:53.5749511Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} +2026-05-13T18:30:53.5749653Z [05-13|18:28:25.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5749797Z [05-13|18:28:25.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5750300Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} +2026-05-13T18:30:53.5750791Z [05-13|18:28:25.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5751013Z [05-13|18:28:25.434] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5751147Z [05-13|18:28:25.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5751490Z [05-13|18:28:25.434] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5751630Z [05-13|18:28:25.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5751982Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5752120Z [05-13|18:28:25.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5752607Z [05-13|18:28:25.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5753085Z [05-13|18:28:25.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5753423Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5753642Z [05-13|18:28:25.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5753980Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5754375Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5754516Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5754727Z [05-13|18:28:25.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5754862Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5754994Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5755132Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5755263Z [05-13|18:28:25.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5755564Z [05-13|18:28:25.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5755900Z [05-13|18:28:25.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5756038Z [05-13|18:28:25.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5756304Z [05-13|18:28:25.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5756784Z [05-13|18:28:25.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5757053Z [05-13|18:28:25.438] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.5757317Z [05-13|18:28:25.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5757793Z [05-13|18:28:25.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5757928Z [05-13|18:28:25.438] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5758180Z [05-13|18:28:25.438] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5758460Z [05-13|18:28:25.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5758732Z [05-13|18:28:25.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5759000Z [05-13|18:28:25.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5759475Z [05-13|18:28:25.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5759818Z [05-13|18:28:25.439] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5759954Z [05-13|18:28:25.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5760095Z [05-13|18:28:25.440] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5760566Z [05-13|18:28:25.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5760778Z [05-13|18:28:25.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5760921Z [05-13|18:28:25.440] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5761385Z [05-13|18:28:25.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5761852Z [05-13|18:28:25.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5762201Z [05-13|18:28:25.441] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5762473Z [05-13|18:28:25.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5762684Z [05-13|18:28:25.441] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5762955Z [05-13|18:28:25.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.5763090Z [05-13|18:28:25.441] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5763564Z [05-13|18:28:25.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5763836Z [05-13|18:28:25.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5763968Z [05-13|18:28:25.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5764280Z [05-13|18:28:25.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5764502Z [05-13|18:28:25.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5764635Z [05-13|18:28:25.443] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5765111Z [05-13|18:28:25.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5765380Z [05-13|18:28:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5765848Z [05-13|18:28:25.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5766190Z [05-13|18:28:25.444] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5766536Z [05-13|18:28:25.444] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5766676Z [05-13|18:28:25.444] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5767054Z [05-13|18:28:25.444] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5767400Z [05-13|18:28:25.445] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5767732Z [05-13|18:28:25.445] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5767944Z [05-13|18:28:25.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5768204Z [05-13|18:28:25.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5768549Z [05-13|18:28:25.445] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} +2026-05-13T18:30:53.5768683Z [05-13|18:28:25.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5768818Z [05-13|18:28:25.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5769088Z [05-13|18:28:25.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5769301Z [05-13|18:28:25.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5769781Z [05-13|18:28:25.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5769914Z [05-13|18:28:25.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5770251Z [05-13|18:28:25.446] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5770389Z [05-13|18:28:25.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5770608Z [05-13|18:28:25.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5770823Z [05-13|18:28:25.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.5770955Z [05-13|18:28:25.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5771091Z [05-13|18:28:25.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5771301Z [05-13|18:28:25.447] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5771435Z [05-13|18:28:25.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5771649Z [05-13|18:28:25.447] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5771986Z [05-13|18:28:25.448] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5772379Z [05-13|18:28:25.448] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5772522Z [05-13|18:28:25.449] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5772654Z [05-13|18:28:25.449] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5772924Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5773246Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5773512Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5773777Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5774044Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5774305Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5774568Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5775102Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5775240Z [05-13|18:28:25.451] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5775711Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5776183Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5776652Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5776920Z [05-13|18:28:25.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5777395Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5777745Z [05-13|18:28:25.451] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5778333Z [05-13|18:28:25.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5778477Z [05-13|18:28:25.452] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5778743Z [05-13|18:28:25.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.5779211Z [05-13|18:28:25.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5779626Z [05-13|18:28:25.454] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5780095Z [05-13|18:28:25.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5780230Z [05-13|18:28:25.454] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5780575Z [05-13|18:28:25.455] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5780910Z [05-13|18:28:25.455] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5781435Z [05-13|18:28:25.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5781578Z [05-13|18:28:25.456] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5781920Z [05-13|18:28:25.456] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5782309Z [05-13|18:28:25.456] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5782448Z [05-13|18:28:25.456] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5782580Z [05-13|18:28:25.456] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5782845Z [05-13|18:28:25.457] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5783322Z [05-13|18:28:25.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5783798Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5784317Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5784794Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5784926Z [05-13|18:28:25.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5785145Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5785277Z [05-13|18:28:25.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5785493Z [05-13|18:28:25.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.5785628Z [05-13|18:28:25.459] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5785976Z [05-13|18:28:25.459] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5786112Z [05-13|18:28:25.459] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5786459Z [05-13|18:28:25.459] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5786674Z [05-13|18:28:25.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5786807Z [05-13|18:28:25.460] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5787281Z [05-13|18:28:25.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5787420Z [05-13|18:28:25.460] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5787671Z [05-13|18:28:25.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5788265Z [05-13|18:28:25.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5788408Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5788539Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5788879Z [05-13|18:28:25.461] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5789015Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5789148Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5789338Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5789478Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5789952Z [05-13|18:28:25.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5790087Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5790275Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5790406Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5790744Z [05-13|18:28:25.462] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5791218Z [05-13|18:28:25.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5791433Z [05-13|18:28:25.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5791567Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5791702Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5791883Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5792096Z [05-13|18:28:25.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5792307Z [05-13|18:28:25.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5792444Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5792574Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5792708Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5792844Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5792975Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5793107Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5793451Z [05-13|18:28:25.464] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} +2026-05-13T18:30:53.5793663Z [05-13|18:28:25.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5794138Z [05-13|18:28:25.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5794274Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5794405Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5794534Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5794668Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5794801Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5794991Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5795121Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5795400Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5795611Z [05-13|18:28:25.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5795821Z [05-13|18:28:25.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5796092Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5796356Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5796656Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5796924Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5797188Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5797451Z [05-13|18:28:25.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5797971Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5798560Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5799037Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5799513Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5799843Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5800323Z [05-13|18:28:25.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5800461Z [05-13|18:28:25.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5800936Z [05-13|18:28:25.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5801411Z [05-13|18:28:25.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5801681Z [05-13|18:28:25.469] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.5802149Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5802369Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5802578Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5802712Z [05-13|18:28:25.469] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5802847Z [05-13|18:28:25.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5802979Z [05-13|18:28:25.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5803109Z [05-13|18:28:25.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5803319Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5803649Z [05-13|18:28:25.471] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5803860Z [05-13|18:28:25.471] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5804331Z [05-13|18:28:25.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5804548Z [05-13|18:28:25.471] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5804681Z [05-13|18:28:25.471] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5804813Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5804948Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5805343Z [05-13|18:28:25.472] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5805480Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5805825Z [05-13|18:28:25.472] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5805957Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5806218Z [05-13|18:28:25.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.5806357Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5806565Z [05-13|18:28:25.473] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5806903Z [05-13|18:28:25.473] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} +2026-05-13T18:30:53.5807041Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5807251Z [05-13|18:28:25.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5807385Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5807523Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5807692Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5808147Z [05-13|18:28:25.473] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5808630Z [05-13|18:28:25.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5808976Z [05-13|18:28:25.474] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5809111Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5809243Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5809381Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5809513Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5809644Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5809987Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5810319Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5810794Z [05-13|18:28:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5810934Z [05-13|18:28:25.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5811272Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5811717Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5811858Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5811990Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5812120Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5812255Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5812387Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5812598Z [05-13|18:28:25.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5812929Z [05-13|18:28:25.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5813064Z [05-13|18:28:25.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5813199Z [05-13|18:28:25.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5813683Z [05-13|18:28:25.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5814005Z [05-13|18:28:25.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5814477Z [05-13|18:28:25.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5814693Z [05-13|18:28:25.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5814960Z [05-13|18:28:25.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5815226Z [05-13|18:28:25.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5815571Z [05-13|18:28:25.478] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5816096Z [05-13|18:28:25.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5816235Z [05-13|18:28:25.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5816503Z [05-13|18:28:25.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.5816644Z [05-13|18:28:25.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5816774Z [05-13|18:28:25.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5817248Z [05-13|18:28:25.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5817513Z [05-13|18:28:25.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5817775Z [05-13|18:28:25.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5817914Z [05-13|18:28:25.480] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5818294Z [05-13|18:28:25.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5818507Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5818976Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5819194Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5819665Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5819867Z [05-13|18:28:25.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5820133Z [05-13|18:28:25.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5820607Z [05-13|18:28:25.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5820822Z [05-13|18:28:25.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5821087Z [05-13|18:28:25.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5821611Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5822092Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5822561Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5822826Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5823045Z [05-13|18:28:25.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5823391Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} +2026-05-13T18:30:53.5823736Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5824082Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5824296Z [05-13|18:28:25.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5824488Z [05-13|18:28:25.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5824632Z [05-13|18:28:25.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5824843Z [05-13|18:28:25.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5825180Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5825391Z [05-13|18:28:25.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5825734Z [05-13|18:28:25.484] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5825869Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5826000Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5826139Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5826269Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5826410Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5826547Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5826677Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5826808Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5827024Z [05-13|18:28:25.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5827159Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5827291Z [05-13|18:28:25.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5827677Z [05-13|18:28:25.486] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5828017Z [05-13|18:28:25.486] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5828273Z [05-13|18:28:25.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5828618Z [05-13|18:28:25.487] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5829100Z [05-13|18:28:25.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5829501Z [05-13|18:28:25.487] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5829843Z [05-13|18:28:25.487] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5829980Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5830113Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5830248Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5830437Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5830567Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5830778Z [05-13|18:28:25.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.5830915Z [05-13|18:28:25.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5831046Z [05-13|18:28:25.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5831179Z [05-13|18:28:25.490] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5831320Z [05-13|18:28:25.490] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5831597Z [05-13|18:28:25.490] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5831731Z [05-13|18:28:25.491] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5831921Z [05-13|18:28:25.491] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5832056Z [05-13|18:28:25.491] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5832323Z [05-13|18:28:25.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5832594Z [05-13|18:28:25.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5833075Z [05-13|18:28:25.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5833343Z [05-13|18:28:25.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5833610Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5833871Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.5834132Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5834610Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5834872Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5835089Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5835234Z [05-13|18:28:25.492] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5835507Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5835981Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5836460Z [05-13|18:28:25.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5836935Z [05-13|18:28:25.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5837399Z [05-13|18:28:25.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5837707Z [05-13|18:28:25.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5837975Z [05-13|18:28:25.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5838223Z [05-13|18:28:25.493] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5838445Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5838980Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5839449Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5839589Z [05-13|18:28:25.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5840061Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5840275Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.5840800Z [05-13|18:28:25.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5840938Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5841068Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5841204Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5841550Z [05-13|18:28:25.495] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5841681Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5841817Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5841949Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5842158Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5842374Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5842586Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5842923Z [05-13|18:28:25.496] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} +2026-05-13T18:30:53.5843054Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5843190Z [05-13|18:28:25.496] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5843398Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5843530Z [05-13|18:28:25.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5843801Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5844140Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5844476Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5844816Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5845150Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5845482Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5845686Z [05-13|18:28:25.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5845821Z [05-13|18:28:25.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5846157Z [05-13|18:28:25.498] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5846298Z [05-13|18:28:25.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5846558Z [05-13|18:28:25.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5846890Z [05-13|18:28:25.499] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5847163Z [05-13|18:28:25.499] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5847297Z [05-13|18:28:25.500] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5847772Z [05-13|18:28:25.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5847912Z [05-13|18:28:25.500] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5848157Z [05-13|18:28:25.501] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5848563Z [05-13|18:28:25.501] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5848908Z [05-13|18:28:25.501] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5849118Z [05-13|18:28:25.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5849250Z [05-13|18:28:25.502] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5849387Z [05-13|18:28:25.502] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5849518Z [05-13|18:28:25.502] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5849784Z [05-13|18:28:25.502] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.5850055Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5850533Z [05-13|18:28:25.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5850798Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5851065Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5851538Z [05-13|18:28:25.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5851803Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5852338Z [05-13|18:28:25.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5852606Z [05-13|18:28:25.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5853081Z [05-13|18:28:25.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5853553Z [05-13|18:28:25.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5853815Z [05-13|18:28:25.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5854002Z [05-13|18:28:25.505] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5854140Z [05-13|18:28:25.505] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5854405Z [05-13|18:28:25.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5854876Z [05-13|18:28:25.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5855224Z [05-13|18:28:25.506] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5855692Z [05-13|18:28:25.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5856158Z [05-13|18:28:25.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5856429Z [05-13|18:28:25.506] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5856906Z [05-13|18:28:25.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5857290Z [05-13|18:28:25.507] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5857638Z [05-13|18:28:25.507] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} +2026-05-13T18:30:53.5857971Z [05-13|18:28:25.507] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5858556Z [05-13|18:28:25.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5858780Z [05-13|18:28:25.507] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.5858914Z [05-13|18:28:25.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5859047Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5859184Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5859314Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5859447Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5859788Z [05-13|18:28:25.508] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5859920Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5860049Z [05-13|18:28:25.509] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5860391Z [05-13|18:28:25.509] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5860937Z [05-13|18:28:25.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5861410Z [05-13|18:28:25.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5861550Z [05-13|18:28:25.511] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5862017Z [05-13|18:28:25.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5862356Z [05-13|18:28:25.511] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5862882Z [05-13|18:28:25.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5863224Z [05-13|18:28:25.512] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5863441Z [05-13|18:28:25.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5863632Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5863767Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5863901Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5864035Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5864369Z [05-13|18:28:25.513] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5864702Z [05-13|18:28:25.513] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5865180Z [05-13|18:28:25.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5865365Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5865501Z [05-13|18:28:25.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5865718Z [05-13|18:28:25.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5865853Z [05-13|18:28:25.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5865982Z [05-13|18:28:25.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5866192Z [05-13|18:28:25.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5866474Z [05-13|18:28:25.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.5866947Z [05-13|18:28:25.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5867419Z [05-13|18:28:25.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5867557Z [05-13|18:28:25.514] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5867765Z [05-13|18:28:25.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5868354Z [05-13|18:28:25.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5868589Z [05-13|18:28:25.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.5868798Z [05-13|18:28:25.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5869214Z [05-13|18:28:25.515] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5869349Z [05-13|18:28:25.515] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5869688Z [05-13|18:28:25.515] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} +2026-05-13T18:30:53.5869824Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5869959Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5870089Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5870218Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5870353Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5870534Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5870748Z [05-13|18:28:25.516] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5870888Z [05-13|18:28:25.517] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5871100Z [05-13|18:28:25.516] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5871232Z [05-13|18:28:25.517] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5871421Z [05-13|18:28:25.517] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5871898Z [05-13|18:28:25.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5872367Z [05-13|18:28:25.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5872506Z [05-13|18:28:25.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5872640Z [05-13|18:28:25.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5872773Z [05-13|18:28:25.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5873127Z [05-13|18:28:25.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5873400Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5873663Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5874140Z [05-13|18:28:25.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5874407Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5874883Z [05-13|18:28:25.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5875363Z [05-13|18:28:25.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5875628Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5875844Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5876112Z [05-13|18:28:25.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5876323Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5876795Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5877314Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5877785Z [05-13|18:28:25.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5877922Z [05-13|18:28:25.521] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5878258Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5878471Z [05-13|18:28:25.521] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5878737Z [05-13|18:28:25.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.5879018Z [05-13|18:28:25.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5879154Z [05-13|18:28:25.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5879630Z [05-13|18:28:25.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5879849Z [05-13|18:28:25.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5880111Z [05-13|18:28:25.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5880376Z [05-13|18:28:25.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5880853Z [05-13|18:28:25.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5881123Z [05-13|18:28:25.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5881463Z [05-13|18:28:25.524] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5881681Z [05-13|18:28:25.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5882071Z [05-13|18:28:25.525] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5882549Z [05-13|18:28:25.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5882890Z [05-13|18:28:25.525] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5883222Z [05-13|18:28:25.525] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5883489Z [05-13|18:28:25.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5883828Z [05-13|18:28:25.528] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5884304Z [05-13|18:28:25.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5884641Z [05-13|18:28:25.528] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5884978Z [05-13|18:28:25.528] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5885111Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5885242Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5885378Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5885646Z [05-13|18:28:25.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5885780Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5885910Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5886045Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5886256Z [05-13|18:28:25.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5886387Z [05-13|18:28:25.530] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5886522Z [05-13|18:28:25.530] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5886855Z [05-13|18:28:25.530] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} +2026-05-13T18:30:53.5887103Z [05-13|18:28:25.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5887247Z [05-13|18:28:25.531] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5887378Z [05-13|18:28:25.531] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5887649Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5887919Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5888339Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5888602Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5888741Z [05-13|18:28:25.530] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5889217Z [05-13|18:28:25.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5889350Z [05-13|18:28:25.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5889830Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5890360Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5890631Z [05-13|18:28:25.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5891106Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5891576Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5891789Z [05-13|18:28:25.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5892059Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5892272Z [05-13|18:28:25.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5892609Z [05-13|18:28:25.533] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5893087Z [05-13|18:28:25.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.5893220Z [05-13|18:28:25.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5893484Z [05-13|18:28:25.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5893957Z [05-13|18:28:25.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5894229Z [05-13|18:28:25.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5894365Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5894502Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5894632Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5895079Z [05-13|18:28:25.535] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} +2026-05-13T18:30:53.5895217Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5895348Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5895870Z [05-13|18:28:25.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5896091Z [05-13|18:28:25.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5896529Z [05-13|18:28:25.536] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} +2026-05-13T18:30:53.5896714Z [05-13|18:28:25.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5897151Z [05-13|18:28:25.536] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} +2026-05-13T18:30:53.5897284Z [05-13|18:28:25.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5897495Z [05-13|18:28:25.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5897927Z [05-13|18:28:25.536] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} +2026-05-13T18:30:53.5898174Z [05-13|18:28:25.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5898708Z [05-13|18:28:25.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5898927Z [05-13|18:28:25.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5899274Z [05-13|18:28:25.537] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5899407Z [05-13|18:28:25.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5899746Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5900084Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5900420Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5900562Z [05-13|18:28:25.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5900896Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5901108Z [05-13|18:28:25.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5901447Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5901656Z [05-13|18:28:25.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.5901790Z [05-13|18:28:25.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5901998Z [05-13|18:28:25.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5902397Z [05-13|18:28:25.539] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5902532Z [05-13|18:28:25.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5902664Z [05-13|18:28:25.540] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5903003Z [05-13|18:28:25.540] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5903335Z [05-13|18:28:25.540] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5903605Z [05-13|18:28:25.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5903931Z [05-13|18:28:25.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5904198Z [05-13|18:28:25.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5904461Z [05-13|18:28:25.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5904730Z [05-13|18:28:25.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5905044Z [05-13|18:28:25.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5905521Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5905998Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5906467Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5906975Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5907442Z [05-13|18:28:25.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5907654Z [05-13|18:28:25.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5907923Z [05-13|18:28:25.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.5908329Z [05-13|18:28:25.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5908806Z [05-13|18:28:25.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.5909079Z [05-13|18:28:25.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5909292Z [05-13|18:28:25.543] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.5909504Z [05-13|18:28:25.543] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5909977Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5910187Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5910397Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5910742Z [05-13|18:28:25.544] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5911279Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5911745Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5911963Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5912171Z [05-13|18:28:25.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5912380Z [05-13|18:28:25.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5912520Z [05-13|18:28:25.546] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5912911Z [05-13|18:28:25.546] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5913250Z [05-13|18:28:25.546] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5913391Z [05-13|18:28:25.546] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5913574Z [05-13|18:28:25.546] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5913910Z [05-13|18:28:25.547] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} +2026-05-13T18:30:53.5914120Z [05-13|18:28:25.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5914389Z [05-13|18:28:25.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5914863Z [05-13|18:28:25.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5915211Z [05-13|18:28:25.548] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5915599Z [05-13|18:28:25.548] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5915736Z [05-13|18:28:25.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5916001Z [05-13|18:28:25.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5916472Z [05-13|18:28:25.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5916820Z [05-13|18:28:25.549] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5917157Z [05-13|18:28:25.547] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5917292Z [05-13|18:28:25.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5917504Z [05-13|18:28:25.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5917637Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5917978Z [05-13|18:28:25.551] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5918232Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5918587Z [05-13|18:28:25.551] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5918730Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5918864Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5919144Z [05-13|18:28:25.552] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5919280Z [05-13|18:28:25.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5919553Z [05-13|18:28:25.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.5919688Z [05-13|18:28:25.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5920176Z [05-13|18:28:25.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.5920521Z [05-13|18:28:25.553] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5920652Z [05-13|18:28:25.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5920977Z [05-13|18:28:25.553] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5921113Z [05-13|18:28:25.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5921376Z [05-13|18:28:25.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5921645Z [05-13|18:28:25.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5921964Z [05-13|18:28:25.553] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5922227Z [05-13|18:28:25.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5922495Z [05-13|18:28:25.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5922971Z [05-13|18:28:25.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5923445Z [05-13|18:28:25.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5923968Z [05-13|18:28:25.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5924238Z [05-13|18:28:25.557] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5924706Z [05-13|18:28:25.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5925175Z [05-13|18:28:25.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5925310Z [05-13|18:28:25.559] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5925575Z [05-13|18:28:25.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5926046Z [05-13|18:28:25.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5926512Z [05-13|18:28:25.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5926974Z [05-13|18:28:25.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5927323Z [05-13|18:28:25.563] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5927537Z [05-13|18:28:25.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.5927918Z [05-13|18:28:25.563] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5928173Z [05-13|18:28:25.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5928524Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5928865Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5929013Z [05-13|18:28:25.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5929347Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5929743Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} +2026-05-13T18:30:53.5929887Z [05-13|18:28:25.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5930224Z [05-13|18:28:25.566] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5930712Z [05-13|18:28:25.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5930990Z [05-13|18:28:25.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5931465Z [05-13|18:28:25.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5931936Z [05-13|18:28:25.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5932409Z [05-13|18:28:25.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5932545Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5932728Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5932865Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5932997Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5933126Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5933349Z [05-13|18:28:25.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5933480Z [05-13|18:28:25.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5933824Z [05-13|18:28:25.568] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5934167Z [05-13|18:28:25.568] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5934301Z [05-13|18:28:25.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5934579Z [05-13|18:28:25.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.5935061Z [05-13|18:28:25.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5935528Z [05-13|18:28:25.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.5935662Z [05-13|18:28:25.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5936135Z [05-13|18:28:25.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5936327Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5936459Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5936596Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5936810Z [05-13|18:28:25.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5937278Z [05-13|18:28:25.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5937416Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5937546Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5937854Z [05-13|18:28:25.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.5937993Z [05-13|18:28:25.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5938592Z [05-13|18:28:25.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5938729Z [05-13|18:28:25.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5938960Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5939430Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5939563Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5939780Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5939994Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.5940126Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5940258Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5940395Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5943675Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5943959Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5944198Z [05-13|18:28:25.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5944415Z [05-13|18:28:25.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5944563Z [05-13|18:28:25.573] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5944703Z [05-13|18:28:25.573] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5944841Z [05-13|18:28:25.573] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5944974Z [05-13|18:28:25.574] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5945113Z [05-13|18:28:25.574] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5945246Z [05-13|18:28:25.574] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5945378Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5945512Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5945650Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5945783Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5946139Z [05-13|18:28:25.576] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} +2026-05-13T18:30:53.5946488Z [05-13|18:28:25.576] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5946624Z [05-13|18:28:25.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5946968Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5947242Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5947506Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5947644Z [05-13|18:28:25.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5947912Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5948362Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5948924Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5949069Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5949550Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5950024Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5950220Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5950352Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5950620Z [05-13|18:28:25.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5950759Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5951228Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5951445Z [05-13|18:28:25.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5951766Z [05-13|18:28:25.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5952238Z [05-13|18:28:25.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5952707Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5952847Z [05-13|18:28:25.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5953062Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5953508Z [05-13|18:28:25.580] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 141, "epoch round": 141} +2026-05-13T18:30:53.5953648Z [05-13|18:28:25.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5953861Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5954069Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5954508Z [05-13|18:28:25.580] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 141, "epoch round": 141} +2026-05-13T18:30:53.5954641Z [05-13|18:28:25.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5955107Z [05-13|18:28:25.581] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 141, "epoch round": 141} +2026-05-13T18:30:53.5955248Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5955380Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5955652Z [05-13|18:28:25.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5955792Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5956271Z [05-13|18:28:25.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5956407Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5956888Z [05-13|18:28:25.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5957230Z [05-13|18:28:25.582] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5957636Z [05-13|18:28:25.582] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5957858Z [05-13|18:28:25.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5958251Z [05-13|18:28:25.582] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5958529Z [05-13|18:28:25.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5958871Z [05-13|18:28:25.583] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5959344Z [05-13|18:28:25.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5959477Z [05-13|18:28:25.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5959619Z [05-13|18:28:25.584] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5959996Z [05-13|18:28:25.584] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5960138Z [05-13|18:28:25.584] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5960671Z [05-13|18:28:25.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.5960809Z [05-13|18:28:25.585] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5960945Z [05-13|18:28:25.585] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5961163Z [05-13|18:28:25.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5961495Z [05-13|18:28:25.585] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5961709Z [05-13|18:28:25.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5961844Z [05-13|18:28:25.586] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5962186Z [05-13|18:28:25.586] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5962319Z [05-13|18:28:25.586] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5962653Z [05-13|18:28:25.586] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5962988Z [05-13|18:28:25.587] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5963322Z [05-13|18:28:25.587] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} +2026-05-13T18:30:53.5963459Z [05-13|18:28:25.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5963688Z [05-13|18:28:25.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5963891Z [05-13|18:28:25.587] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5964033Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5964175Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5964308Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5964438Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5964718Z [05-13|18:28:25.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5965203Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.5965532Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5965809Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5965950Z [05-13|18:28:25.589] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5966444Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5966763Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5967249Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5967719Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5967993Z [05-13|18:28:25.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5968378Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5968704Z [05-13|18:28:25.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5968977Z [05-13|18:28:25.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5969454Z [05-13|18:28:25.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5969924Z [05-13|18:28:25.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5970398Z [05-13|18:28:25.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5970875Z [05-13|18:28:25.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5971093Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5971568Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5971837Z [05-13|18:28:25.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5972050Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.5972195Z [05-13|18:28:25.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5972329Z [05-13|18:28:25.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5972523Z [05-13|18:28:25.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5973001Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5973137Z [05-13|18:28:25.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5973270Z [05-13|18:28:25.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5973408Z [05-13|18:28:25.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5973622Z [05-13|18:28:25.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5973970Z [05-13|18:28:25.593] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5974366Z [05-13|18:28:25.594] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5974584Z [05-13|18:28:25.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5974718Z [05-13|18:28:25.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5974857Z [05-13|18:28:25.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5975120Z [05-13|18:28:25.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5975329Z [05-13|18:28:25.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5975471Z [05-13|18:28:25.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5975678Z [05-13|18:28:25.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5975885Z [05-13|18:28:25.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5976019Z [05-13|18:28:25.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5976157Z [05-13|18:28:25.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5976291Z [05-13|18:28:25.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5976665Z [05-13|18:28:25.596] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5977015Z [05-13|18:28:25.596] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5977353Z [05-13|18:28:25.595] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5977686Z [05-13|18:28:25.596] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5977901Z [05-13|18:28:25.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5978153Z [05-13|18:28:25.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5978499Z [05-13|18:28:25.597] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5978773Z [05-13|18:28:25.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.5979121Z [05-13|18:28:25.597] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5979260Z [05-13|18:28:25.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5979399Z [05-13|18:28:25.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5979531Z [05-13|18:28:25.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5979662Z [05-13|18:28:25.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5980154Z [05-13|18:28:25.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} +2026-05-13T18:30:53.5980355Z [05-13|18:28:25.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5980695Z [05-13|18:28:25.598] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5980914Z [05-13|18:28:25.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.5981184Z [05-13|18:28:25.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5981317Z [05-13|18:28:25.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5981534Z [05-13|18:28:25.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5981796Z [05-13|18:28:25.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5982112Z [05-13|18:28:25.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5982258Z [05-13|18:28:25.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5982388Z [05-13|18:28:25.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5982865Z [05-13|18:28:25.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5983187Z [05-13|18:28:25.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5983398Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5983875Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5984348Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5984618Z [05-13|18:28:25.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5984830Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5985356Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5985494Z [05-13|18:28:25.601] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5985757Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5986029Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5986293Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.5986765Z [05-13|18:28:25.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5987127Z [05-13|18:28:25.601] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} +2026-05-13T18:30:53.5987598Z [05-13|18:28:25.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5987810Z [05-13|18:28:25.602] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5988198Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5988336Z [05-13|18:28:25.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5988804Z [05-13|18:28:25.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5989347Z [05-13|18:28:25.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5989692Z [05-13|18:28:25.603] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5989829Z [05-13|18:28:25.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5990301Z [05-13|18:28:25.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.5990642Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5990908Z [05-13|18:28:25.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5991053Z [05-13|18:28:25.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5991388Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5991521Z [05-13|18:28:25.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5991790Z [05-13|18:28:25.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5992126Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5992462Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5992679Z [05-13|18:28:25.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5992890Z [05-13|18:28:25.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.5993101Z [05-13|18:28:25.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5993245Z [05-13|18:28:25.606] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5993630Z [05-13|18:28:25.606] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5993850Z [05-13|18:28:25.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.5994190Z [05-13|18:28:25.607] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5994326Z [05-13|18:28:25.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5994459Z [05-13|18:28:25.607] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5994795Z [05-13|18:28:25.608] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.5995135Z [05-13|18:28:25.608] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.5995405Z [05-13|18:28:25.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.5995882Z [05-13|18:28:25.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} +2026-05-13T18:30:53.5996025Z [05-13|18:28:25.609] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5996156Z [05-13|18:28:25.609] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.5996422Z [05-13|18:28:25.609] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.5996694Z [05-13|18:28:25.609] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.5996967Z [05-13|18:28:25.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.5997271Z [05-13|18:28:25.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.5997754Z [05-13|18:28:25.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5998027Z [05-13|18:28:25.609] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.5998638Z [05-13|18:28:25.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5998910Z [05-13|18:28:25.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.5999441Z [05-13|18:28:25.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.5999920Z [05-13|18:28:25.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.6000188Z [05-13|18:28:25.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.6000708Z [05-13|18:28:25.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.6001181Z [05-13|18:28:25.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.6001444Z [05-13|18:28:25.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.6001659Z [05-13|18:28:25.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.6002145Z [05-13|18:28:25.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.6002669Z [05-13|18:28:25.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.6003023Z [05-13|18:28:25.615] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6003373Z [05-13|18:28:25.615] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6003508Z [05-13|18:28:25.615] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6003781Z [05-13|18:28:25.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.6004002Z [05-13|18:28:25.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.6004343Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6004680Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6004821Z [05-13|18:28:25.616] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6005159Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6005502Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} +2026-05-13T18:30:53.6005985Z [05-13|18:28:25.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.6006392Z [05-13|18:28:25.617] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6006730Z [05-13|18:28:25.618] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6006876Z [05-13|18:28:25.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6007008Z [05-13|18:28:25.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6007483Z [05-13|18:28:25.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6007702Z [05-13|18:28:25.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6008397Z [05-13|18:28:25.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6008547Z [05-13|18:28:25.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6008690Z [05-13|18:28:25.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6008825Z [05-13|18:28:25.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6009011Z [05-13|18:28:25.617] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6009507Z [05-13|18:28:25.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6009725Z [05-13|18:28:25.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6009995Z [05-13|18:28:25.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.6010477Z [05-13|18:28:25.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6010998Z [05-13|18:28:25.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} +2026-05-13T18:30:53.6011349Z [05-13|18:28:25.623] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.6011491Z [05-13|18:28:25.623] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6011623Z [05-13|18:28:25.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6012096Z [05-13|18:28:25.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6012318Z [05-13|18:28:25.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6012452Z [05-13|18:28:25.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6012585Z [05-13|18:28:25.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6012800Z [05-13|18:28:25.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6012936Z [05-13|18:28:25.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6013146Z [05-13|18:28:25.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6013618Z [05-13|18:28:25.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6014094Z [05-13|18:28:25.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6014415Z [05-13|18:28:25.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6014798Z [05-13|18:28:25.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.6015036Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6015173Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6015390Z [05-13|18:28:25.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6015534Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6015667Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6015798Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6016154Z [05-13|18:28:25.627] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6016292Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6016467Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6016612Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6016952Z [05-13|18:28:25.627] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} +2026-05-13T18:30:53.6017229Z [05-13|18:28:25.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 8} +2026-05-13T18:30:53.6017408Z [05-13|18:28:25.628] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6017885Z [05-13|18:28:25.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.6018020Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6018300Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6018439Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6018570Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6019052Z [05-13|18:28:25.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6019255Z [05-13|18:28:25.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6019392Z [05-13|18:28:25.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6019525Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6019663Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6019794Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6019925Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6020198Z [05-13|18:28:25.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.6020337Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6020471Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6020607Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6020962Z [05-13|18:28:25.632] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6021437Z [05-13|18:28:25.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} +2026-05-13T18:30:53.6021579Z [05-13|18:28:25.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6021712Z [05-13|18:28:25.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6021845Z [05-13|18:28:25.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6021982Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6022116Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6022308Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6022440Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6022917Z [05-13|18:28:25.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6023053Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6023320Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6023589Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6023806Z [05-13|18:28:25.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6024119Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6024263Z [05-13|18:28:25.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6024476Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6024747Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6025237Z [05-13|18:28:25.636] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} +2026-05-13T18:30:53.6025716Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6025983Z [05-13|18:28:25.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6026464Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6026935Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6027247Z [05-13|18:28:25.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6027471Z [05-13|18:28:25.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6027945Z [05-13|18:28:25.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6028209Z [05-13|18:28:25.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6028435Z [05-13|18:28:25.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6028707Z [05-13|18:28:25.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6028844Z [05-13|18:28:25.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6029331Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6029548Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6030016Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} +2026-05-13T18:30:53.6030239Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6030372Z [05-13|18:28:25.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6030841Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6031184Z [05-13|18:28:25.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6031655Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6031869Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.6032007Z [05-13|18:28:25.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6032216Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6032348Z [05-13|18:28:25.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6032877Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6033096Z [05-13|18:28:25.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6033438Z [05-13|18:28:25.640] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6033780Z [05-13|18:28:25.640] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6034043Z [05-13|18:28:25.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6034176Z [05-13|18:28:25.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6034313Z [05-13|18:28:25.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6034446Z [05-13|18:28:25.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6034782Z [05-13|18:28:25.642] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6034921Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6035055Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6035187Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6035377Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6035714Z [05-13|18:28:25.643] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6036046Z [05-13|18:28:25.642] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6036184Z [05-13|18:28:25.643] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6036516Z [05-13|18:28:25.643] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6036652Z [05-13|18:28:25.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6036791Z [05-13|18:28:25.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6037125Z [05-13|18:28:25.645] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6037461Z [05-13|18:28:25.645] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6037675Z [05-13|18:28:25.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6037948Z [05-13|18:28:25.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6038541Z [05-13|18:28:25.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6038817Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6039149Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6039409Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6039672Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6039939Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6040415Z [05-13|18:28:25.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6040891Z [05-13|18:28:25.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6041415Z [05-13|18:28:25.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6041683Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6041953Z [05-13|18:28:25.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.6042266Z [05-13|18:28:25.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6042741Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6043215Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6043431Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6043900Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6044426Z [05-13|18:28:25.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} +2026-05-13T18:30:53.6044565Z [05-13|18:28:25.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6044698Z [05-13|18:28:25.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6045172Z [05-13|18:28:25.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6045387Z [05-13|18:28:25.650] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6045597Z [05-13|18:28:25.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6045945Z [05-13|18:28:25.651] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6046081Z [05-13|18:28:25.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6046217Z [05-13|18:28:25.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6046558Z [05-13|18:28:25.652] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6046691Z [05-13|18:28:25.652] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6046967Z [05-13|18:28:25.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.6047105Z [05-13|18:28:25.652] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6047317Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6047569Z [05-13|18:28:25.652] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.6048163Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6048379Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6048589Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6049038Z [05-13|18:28:25.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} +2026-05-13T18:30:53.6049250Z [05-13|18:28:25.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6049453Z [05-13|18:28:25.654] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6049793Z [05-13|18:28:25.654] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6049938Z [05-13|18:28:25.653] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6050274Z [05-13|18:28:25.654] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6050661Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6050997Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6051328Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} +2026-05-13T18:30:53.6051660Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6052142Z [05-13|18:28:25.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6052325Z [05-13|18:28:25.655] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6052538Z [05-13|18:28:25.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6052680Z [05-13|18:28:25.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6052812Z [05-13|18:28:25.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6052942Z [05-13|18:28:25.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6053156Z [05-13|18:28:25.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6053490Z [05-13|18:28:25.656] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6053932Z [05-13|18:28:25.657] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} +2026-05-13T18:30:53.6054070Z [05-13|18:28:25.657] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6054534Z [05-13|18:28:25.657] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} +2026-05-13T18:30:53.6054671Z [05-13|18:28:25.657] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6055110Z [05-13|18:28:25.657] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} +2026-05-13T18:30:53.6055322Z [05-13|18:28:25.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6055458Z [05-13|18:28:25.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6055728Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6056055Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6056322Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6056663Z [05-13|18:28:25.658] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6056931Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6057189Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6057670Z [05-13|18:28:25.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} +2026-05-13T18:30:53.6058317Z [05-13|18:28:25.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6058826Z [05-13|18:28:25.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6059206Z [05-13|18:28:25.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6059338Z [05-13|18:28:25.659] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6059804Z [05-13|18:28:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6060072Z [05-13|18:28:25.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6060206Z [05-13|18:28:25.660] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6060671Z [05-13|18:28:25.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6060939Z [05-13|18:28:25.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6061406Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6061872Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6062340Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6062554Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6062691Z [05-13|18:28:25.662] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6062826Z [05-13|18:28:25.662] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6063165Z [05-13|18:28:25.662] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6063301Z [05-13|18:28:25.663] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6063519Z [05-13|18:28:25.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6063785Z [05-13|18:28:25.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 8} +2026-05-13T18:30:53.6064119Z [05-13|18:28:25.663] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6064337Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6064471Z [05-13|18:28:25.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6064861Z [05-13|18:28:25.664] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6065079Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6065212Z [05-13|18:28:25.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6065421Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.6065633Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6065841Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6065973Z [05-13|18:28:25.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6066347Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6066684Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6067155Z [05-13|18:28:25.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6067530Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} +2026-05-13T18:30:53.6067864Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6067997Z [05-13|18:28:25.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6068394Z [05-13|18:28:25.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6068539Z [05-13|18:28:25.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6068984Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} +2026-05-13T18:30:53.6069123Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6069627Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} +2026-05-13T18:30:53.6069767Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6070204Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} +2026-05-13T18:30:53.6070636Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} +2026-05-13T18:30:53.6070773Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6071207Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} +2026-05-13T18:30:53.6071341Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6071773Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} +2026-05-13T18:30:53.6072209Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} +2026-05-13T18:30:53.6072344Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6072685Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6072828Z [05-13|18:28:25.668] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6073262Z [05-13|18:28:25.668] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6073598Z [05-13|18:28:25.669] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6074084Z [05-13|18:28:25.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6074216Z [05-13|18:28:25.669] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6074347Z [05-13|18:28:25.670] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6074565Z [05-13|18:28:25.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.6074698Z [05-13|18:28:25.670] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6075019Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6075289Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6075635Z [05-13|18:28:25.671] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6075898Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6076212Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6076480Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.6076613Z [05-13|18:28:25.671] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6077098Z [05-13|18:28:25.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6077368Z [05-13|18:28:25.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6077630Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6078439Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6079011Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6079495Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} +2026-05-13T18:30:53.6079972Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6080248Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6080386Z [05-13|18:28:25.673] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6080860Z [05-13|18:28:25.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6081331Z [05-13|18:28:25.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6081799Z [05-13|18:28:25.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6082073Z [05-13|18:28:25.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6082273Z [05-13|18:28:25.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6082617Z [05-13|18:28:25.675] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} +2026-05-13T18:30:53.6082756Z [05-13|18:28:25.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6083223Z [05-13|18:28:25.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6083565Z [05-13|18:28:25.676] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6083703Z [05-13|18:28:25.676] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6084095Z [05-13|18:28:25.677] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6084234Z [05-13|18:28:25.677] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6084570Z [05-13|18:28:25.677] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6084910Z [05-13|18:28:25.676] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6085295Z [05-13|18:28:25.678] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6085741Z [05-13|18:28:25.678] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} +2026-05-13T18:30:53.6085875Z [05-13|18:28:25.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6086307Z [05-13|18:28:25.678] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} +2026-05-13T18:30:53.6086445Z [05-13|18:28:25.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6086958Z [05-13|18:28:25.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6087398Z [05-13|18:28:25.679] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} +2026-05-13T18:30:53.6087538Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6087805Z [05-13|18:28:25.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.6087936Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6088207Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6088343Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6088820Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6089305Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6089649Z [05-13|18:28:25.680] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6090121Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6090258Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6090728Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6090935Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6091070Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6091410Z [05-13|18:28:25.680] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6091881Z [05-13|18:28:25.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} +2026-05-13T18:30:53.6092352Z [05-13|18:28:25.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6092744Z [05-13|18:28:25.681] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6093214Z [05-13|18:28:25.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6093352Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6093821Z [05-13|18:28:25.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6094140Z [05-13|18:28:25.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6094777Z [05-13|18:28:25.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6094993Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6095730Z [05-13|18:28:25.684] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6096389Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6096747Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6097091Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6097528Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6097868Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6098452Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6098839Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6099173Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6099511Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6099841Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6100372Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6100709Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6101046Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6101384Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6101719Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6102059Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6102393Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6102725Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6103058Z [05-13|18:28:25.686] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6103390Z [05-13|18:28:25.686] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6104089Z [05-13|18:28:25.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6104857Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6105418Z [05-13|18:28:25.687] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} +2026-05-13T18:30:53.6105966Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6106305Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6106643Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6106977Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6107662Z [05-13|18:28:25.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} +2026-05-13T18:30:53.6108465Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6108874Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6109226Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6109558Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6109897Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6110228Z [05-13|18:28:25.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6110637Z [05-13|18:28:25.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6111075Z [05-13|18:28:26.176] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6111809Z [05-13|18:28:26.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6112260Z [05-13|18:28:26.183] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6112689Z [05-13|18:28:26.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6113126Z [05-13|18:28:26.189] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6113550Z [05-13|18:28:26.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6113975Z [05-13|18:28:26.196] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6114483Z [05-13|18:28:26.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6114912Z [05-13|18:28:26.203] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6115335Z [05-13|18:28:26.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6115756Z [05-13|18:28:26.210] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6116177Z [05-13|18:28:26.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6116603Z [05-13|18:28:26.217] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6116943Z [05-13|18:28:26.225] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6117372Z [05-13|18:28:26.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6117795Z [05-13|18:28:26.233] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6118444Z [05-13|18:28:26.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6118879Z [05-13|18:28:26.240] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6119303Z [05-13|18:28:26.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} +2026-05-13T18:30:53.6120813Z node.go:176: Node 8794c776671975b3 sent message types: map[BlockDigestRequest:19 BlockMessage:118 EmptyNotarization:266 EmptyVoteMessage:166 FinalizationMessage:1130 NotarizationMessage:1388 ReplicationRequest:14 ReplicationResponse:20 VerifiedReplicationRequest:1130 VoteMessage:1014] +2026-05-13T18:30:53.6123034Z node.go:176: Node 21826c883b159699 sent message types: map[BlockDigestRequest:20 BlockMessage:117 EmptyNotarization:220 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1566 ReplicationRequest:16 ReplicationResponse:19 VerifiedReplicationRequest:1129 VoteMessage:1014] +2026-05-13T18:30:53.6125304Z node.go:176: Node 9a32e163f3901fc2 sent message types: map[BlockDigestRequest:11 BlockMessage:85 EmptyNotarization:158 EmptyVoteMessage:116 FinalizationMessage:805 NotarizationMessage:1315 ReplicationRequest:9 ReplicationResponse:76 VerifiedReplicationRequest:886 VoteMessage:718] +2026-05-13T18:30:53.6127491Z node.go:176: Node 1184a377bc50e386 sent message types: map[BlockDigestRequest:29 BlockMessage:117 EmptyNotarization:184 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1452 ReplicationRequest:18 ReplicationResponse:10 VerifiedReplicationRequest:1129 VoteMessage:1014] +2026-05-13T18:30:53.6129865Z node.go:176: Node 37a6091fa4d587b3 sent message types: map[BlockDigestRequest:10 BlockMessage:109 EmptyNotarization:236 EmptyVoteMessage:139 FinalizationMessage:1019 NotarizationMessage:1637 ReplicationRequest:9 ReplicationResponse:90 VerifiedReplicationRequest:1091 VoteMessage:905] +2026-05-13T18:30:53.6132073Z node.go:176: Node d027e66eba763d0d sent message types: map[BlockDigestRequest:25 BlockMessage:118 EmptyNotarization:240 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1494 ReplicationRequest:15 ReplicationResponse:18 VerifiedReplicationRequest:1129 VoteMessage:1013] +2026-05-13T18:30:53.6134263Z node.go:176: Node 5267cfe9cb30e201 sent message types: map[BlockDigestRequest:27 BlockMessage:118 EmptyNotarization:214 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1314 ReplicationRequest:17 ReplicationResponse:2 VerifiedReplicationRequest:1129 VoteMessage:1013] +2026-05-13T18:30:53.6136525Z node.go:176: Node fb655003ad8a55a5 sent message types: map[BlockDigestRequest:21 BlockMessage:118 EmptyNotarization:244 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1505 ReplicationRequest:13 ReplicationResponse:12 VerifiedReplicationRequest:1129 VoteMessage:1013] +2026-05-13T18:30:53.6138846Z node.go:176: Node 6ebb93ab8ac85ba2 sent message types: map[BlockDigestRequest:27 BlockMessage:118 EmptyNotarization:194 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1444 ReplicationRequest:15 ReplicationResponse:5 VerifiedReplicationRequest:1129 VoteMessage:1013] +2026-05-13T18:30:53.6141116Z node.go:176: Node 8af533882fa24c31 sent message types: map[BlockDigestRequest:23 BlockMessage:118 EmptyNotarization:220 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1423 ReplicationRequest:15 ReplicationResponse:11 VerifiedReplicationRequest:1129 VoteMessage:1013] +2026-05-13T18:30:53.6142239Z --- PASS: TestLongRunningReplication (3.02s) +2026-05-13T18:30:53.6142527Z === RUN TestLongRunningCrash +2026-05-13T18:30:53.6143551Z [05-13|18:28:26.241] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "d9ac4baa96db4ee3", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6145302Z [05-13|18:28:26.242] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "da04606494fb2d64", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6147037Z [05-13|18:28:26.243] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "49b040bbc477b8dd", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6148878Z [05-13|18:28:26.245] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "3d72ab96c1d17c69", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6150613Z [05-13|18:28:26.255] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "d84dceb34b92ff61", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6152419Z [05-13|18:28:26.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "8073dde6bd5abb6c", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6154187Z [05-13|18:28:26.258] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "492b627f4c387b11", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6155967Z [05-13|18:28:26.260] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "1306c2b1a542d675", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6157712Z [05-13|18:28:26.260] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "9de052d1cf74ef01", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6159623Z [05-13|18:28:26.261] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "27a7c279472355f7", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.6160725Z [05-13|18:28:26.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6161223Z [05-13|18:28:26.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6161712Z [05-13|18:28:26.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6162194Z [05-13|18:28:26.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6162739Z [05-13|18:28:26.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6163221Z [05-13|18:28:26.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6163706Z [05-13|18:28:26.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6164189Z [05-13|18:28:26.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6164664Z [05-13|18:28:26.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6165147Z [05-13|18:28:26.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.6165901Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6166891Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6167879Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6168969Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6169936Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6170911Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6171695Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6172439Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6173166Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6173913Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6174886Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6175663Z [05-13|18:28:26.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6176091Z [05-13|18:28:26.771] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6176446Z [05-13|18:28:26.771] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6176784Z [05-13|18:28:26.771] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6177206Z [05-13|18:28:26.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6177746Z [05-13|18:28:26.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6178277Z [05-13|18:28:26.772] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6178939Z [05-13|18:28:26.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6179657Z [05-13|18:28:26.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6180146Z [05-13|18:28:26.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6180630Z [05-13|18:28:26.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6181121Z [05-13|18:28:26.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6181741Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6182348Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6182942Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6183526Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6184112Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6184705Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6185503Z [05-13|18:28:26.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6186289Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6187085Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6188168Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6189253Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6190730Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6191835Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6192564Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6193303Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6194085Z [05-13|18:28:26.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6194821Z [05-13|18:28:26.776] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6195433Z [05-13|18:28:26.776] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6195984Z [05-13|18:28:26.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 8} +2026-05-13T18:30:53.6196521Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6197065Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6197806Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6198786Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.6199419Z [05-13|18:28:26.777] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6199955Z [05-13|18:28:26.777] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6200436Z [05-13|18:28:26.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} +2026-05-13T18:30:53.6201216Z [05-13|18:28:26.778] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6202076Z [05-13|18:28:26.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6202734Z [05-13|18:28:26.778] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6203154Z [05-13|18:28:26.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6203758Z [05-13|18:28:26.778] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6204288Z [05-13|18:28:26.778] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6204822Z [05-13|18:28:26.778] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6205354Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6205765Z [05-13|18:28:26.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6206188Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6206531Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6207193Z [05-13|18:28:26.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6207844Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6208477Z [05-13|18:28:26.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6208907Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6209249Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6209660Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6209993Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6210325Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6210735Z [05-13|18:28:26.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6211146Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6211683Z [05-13|18:28:26.779] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6212288Z [05-13|18:28:26.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6212947Z [05-13|18:28:26.780] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6213667Z [05-13|18:28:26.780] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6214194Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6214533Z [05-13|18:28:26.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6214947Z [05-13|18:28:26.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.6215416Z [05-13|18:28:26.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6215754Z [05-13|18:28:26.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6216280Z [05-13|18:28:26.781] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6216805Z [05-13|18:28:26.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6217337Z [05-13|18:28:26.782] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} +2026-05-13T18:30:53.6217995Z [05-13|18:28:26.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6218723Z [05-13|18:28:26.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6219370Z [05-13|18:28:26.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6219844Z [05-13|18:28:26.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6220312Z [05-13|18:28:26.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6220896Z [05-13|18:28:26.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6221486Z [05-13|18:28:26.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6222285Z [05-13|18:28:26.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6222945Z [05-13|18:28:26.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6223291Z [05-13|18:28:26.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6223955Z [05-13|18:28:26.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6224930Z [05-13|18:28:26.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6225587Z [05-13|18:28:26.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6225998Z [05-13|18:28:26.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6226746Z [05-13|18:28:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6227454Z [05-13|18:28:26.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6227795Z [05-13|18:28:26.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6228319Z [05-13|18:28:26.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6228870Z [05-13|18:28:26.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6229409Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6229945Z [05-13|18:28:26.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6230743Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6231600Z [05-13|18:28:26.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6232402Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6233375Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6234397Z [05-13|18:28:26.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6235172Z [05-13|18:28:26.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} +2026-05-13T18:30:53.6235979Z [05-13|18:28:26.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6236702Z [05-13|18:28:26.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6237196Z [05-13|18:28:26.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6237994Z [05-13|18:28:26.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6238977Z [05-13|18:28:26.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6239580Z [05-13|18:28:26.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6239993Z [05-13|18:28:26.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6240525Z [05-13|18:28:26.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6241242Z [05-13|18:28:26.788] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6241836Z [05-13|18:28:26.788] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6242441Z [05-13|18:28:26.788] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6242963Z [05-13|18:28:26.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6243304Z [05-13|18:28:26.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6243716Z [05-13|18:28:26.788] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6244127Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6244539Z [05-13|18:28:26.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6244951Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6245367Z [05-13|18:28:26.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.6246039Z [05-13|18:28:26.789] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6246566Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6246905Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6247434Z [05-13|18:28:26.789] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6247961Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6248414Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6248943Z [05-13|18:28:26.790] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6249535Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6249871Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6250211Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6250539Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6251070Z [05-13|18:28:26.791] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6251786Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6252378Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6252846Z [05-13|18:28:26.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6253551Z [05-13|18:28:26.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6254334Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6254930Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6255780Z [05-13|18:28:26.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6256563Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6257347Z [05-13|18:28:26.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6258439Z [05-13|18:28:26.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6259415Z [05-13|18:28:26.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6260059Z [05-13|18:28:26.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6260402Z [05-13|18:28:26.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6260939Z [05-13|18:28:26.792] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6261593Z [05-13|18:28:26.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6262062Z [05-13|18:28:26.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6262394Z [05-13|18:28:26.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6262811Z [05-13|18:28:26.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6263356Z [05-13|18:28:26.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6263972Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6264394Z [05-13|18:28:26.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6264808Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6265305Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6265787Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6266529Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6267557Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6268449Z [05-13|18:28:26.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6269113Z [05-13|18:28:26.794] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} +2026-05-13T18:30:53.6269836Z [05-13|18:28:26.795] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6270616Z [05-13|18:28:26.795] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6271140Z [05-13|18:28:26.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6271666Z [05-13|18:28:26.796] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6272517Z [05-13|18:28:26.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6273360Z [05-13|18:28:26.796] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6274062Z [05-13|18:28:26.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6274538Z [05-13|18:28:26.796] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6274873Z [05-13|18:28:26.796] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6275400Z [05-13|18:28:26.796] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6275927Z [05-13|18:28:26.796] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6276336Z [05-13|18:28:26.796] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6276828Z [05-13|18:28:26.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6277427Z [05-13|18:28:26.797] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6277953Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6278488Z [05-13|18:28:26.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6279227Z [05-13|18:28:26.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6279883Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6280216Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6280746Z [05-13|18:28:26.797] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6281273Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6281608Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6282015Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6282345Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6282811Z [05-13|18:28:26.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} +2026-05-13T18:30:53.6283352Z [05-13|18:28:26.798] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6283772Z [05-13|18:28:26.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6284306Z [05-13|18:28:26.798] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6285153Z [05-13|18:28:26.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6285863Z [05-13|18:28:26.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6286204Z [05-13|18:28:26.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6286542Z [05-13|18:28:26.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6287076Z [05-13|18:28:26.799] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6287655Z [05-13|18:28:26.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6288238Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6288831Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6289429Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6290017Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6290812Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6291599Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6292320Z [05-13|18:28:26.802] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} +2026-05-13T18:30:53.6292982Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6293783Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6294560Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6295030Z [05-13|18:28:26.802] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6295495Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6296291Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6296946Z [05-13|18:28:26.803] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6297618Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6298470Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.6299223Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6299946Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6300755Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6301533Z [05-13|18:28:26.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6302121Z [05-13|18:28:26.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} +2026-05-13T18:30:53.6302658Z [05-13|18:28:26.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6303397Z [05-13|18:28:26.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6304428Z [05-13|18:28:26.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6305427Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6306274Z [05-13|18:28:26.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6306928Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6307671Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6308639Z [05-13|18:28:26.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6309363Z [05-13|18:28:26.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6309956Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6310445Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6310928Z [05-13|18:28:26.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6311342Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6311828Z [05-13|18:28:26.806] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6312307Z [05-13|18:28:26.806] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6312914Z [05-13|18:28:26.806] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6313441Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6313782Z [05-13|18:28:26.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6314141Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6314675Z [05-13|18:28:26.807] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6315200Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6315737Z [05-13|18:28:26.807] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6316284Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6316696Z [05-13|18:28:26.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6317108Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6317445Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6317864Z [05-13|18:28:26.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.6318412Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6318846Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6319178Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6319724Z [05-13|18:28:26.808] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6320253Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6320595Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6320926Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6321461Z [05-13|18:28:26.808] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6322236Z [05-13|18:28:26.808] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6322956Z [05-13|18:28:26.809] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} +2026-05-13T18:30:53.6323487Z [05-13|18:28:26.809] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6323823Z [05-13|18:28:26.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6324162Z [05-13|18:28:26.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6324693Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6325292Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6325886Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6326475Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6327065Z [05-13|18:28:26.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6327658Z [05-13|18:28:26.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6328642Z [05-13|18:28:26.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6329393Z [05-13|18:28:26.811] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6330144Z [05-13|18:28:26.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6330924Z [05-13|18:28:26.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6331519Z [05-13|18:28:26.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 8} +2026-05-13T18:30:53.6332309Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6333293Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6334267Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6335239Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6335969Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6336455Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6337280Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6338211Z [05-13|18:28:26.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} +2026-05-13T18:30:53.6339026Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6339768Z [05-13|18:28:26.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6340319Z [05-13|18:28:26.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 8} +2026-05-13T18:30:53.6340984Z [05-13|18:28:26.814] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6341658Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6342081Z [05-13|18:28:26.815] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6342620Z [05-13|18:28:26.815] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6343223Z [05-13|18:28:26.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6343807Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6344295Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6344898Z [05-13|18:28:26.815] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6345760Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6346422Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6346959Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6347544Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6347887Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6348535Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6349249Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6349769Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6350301Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6350818Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6351160Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6351835Z [05-13|18:28:26.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6352489Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6352830Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6353191Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6353722Z [05-13|18:28:26.817] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6354248Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6354583Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6354925Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6355328Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6355663Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6355998Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6356332Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6356664Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6357071Z [05-13|18:28:26.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6357492Z [05-13|18:28:26.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6357827Z [05-13|18:28:26.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6358285Z [05-13|18:28:26.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6358871Z [05-13|18:28:26.820] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6359400Z [05-13|18:28:26.820] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6359867Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6360464Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6361109Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6361909Z [05-13|18:28:26.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6362693Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6363357Z [05-13|18:28:26.821] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} +2026-05-13T18:30:53.6364007Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6364600Z [05-13|18:28:26.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6365199Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.6365730Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6366497Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6367161Z [05-13|18:28:26.821] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6367509Z [05-13|18:28:26.820] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6367982Z [05-13|18:28:26.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6368908Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6369692Z [05-13|18:28:26.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6370489Z [05-13|18:28:26.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6371470Z [05-13|18:28:26.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6372250Z [05-13|18:28:26.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} +2026-05-13T18:30:53.6373022Z [05-13|18:28:26.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:53.6374005Z [05-13|18:28:26.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:53.6374916Z [05-13|18:28:26.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:53.6375528Z [05-13|18:28:26.823] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6376206Z [05-13|18:28:26.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6377187Z [05-13|18:28:26.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6377970Z [05-13|18:28:26.823] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6378517Z [05-13|18:28:26.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6378930Z [05-13|18:28:26.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6379686Z [05-13|18:28:26.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6380596Z [05-13|18:28:26.824] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6381328Z [05-13|18:28:26.824] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6381931Z [05-13|18:28:26.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6382351Z [05-13|18:28:26.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6382695Z [05-13|18:28:26.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6383226Z [05-13|18:28:26.824] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6383885Z [05-13|18:28:26.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6384637Z [05-13|18:28:26.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6385487Z [05-13|18:28:26.825] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6386019Z [05-13|18:28:26.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6386358Z [05-13|18:28:26.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6386694Z [05-13|18:28:26.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6387032Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6387447Z [05-13|18:28:26.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6388316Z [05-13|18:28:26.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6388976Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6389316Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6389731Z [05-13|18:28:26.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6390142Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6390483Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6390816Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6391349Z [05-13|18:28:26.826] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6392018Z [05-13|18:28:26.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6392430Z [05-13|18:28:26.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6392773Z [05-13|18:28:26.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6393108Z [05-13|18:28:26.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6393517Z [05-13|18:28:26.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6394118Z [05-13|18:28:26.828] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6394647Z [05-13|18:28:26.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6395177Z [05-13|18:28:26.828] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6395766Z [05-13|18:28:26.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6396306Z [05-13|18:28:26.828] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6396827Z [05-13|18:28:26.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6397360Z [05-13|18:28:26.829] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6397940Z [05-13|18:28:26.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6398394Z [05-13|18:28:26.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6398734Z [05-13|18:28:26.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6399143Z [05-13|18:28:26.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.6399757Z [05-13|18:28:26.830] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} +2026-05-13T18:30:53.6400286Z [05-13|18:28:26.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6400758Z [05-13|18:28:26.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6401424Z [05-13|18:28:26.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6402018Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6402613Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6403202Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6403784Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6404372Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6405171Z [05-13|18:28:26.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6410665Z [05-13|18:28:26.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6411518Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6412354Z [05-13|18:28:26.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6413039Z [05-13|18:28:26.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6413721Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6414813Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6415786Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6416515Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6417019Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6417774Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6418654Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6419464Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6420263Z [05-13|18:28:26.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6420814Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6421368Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6421704Z [05-13|18:28:26.834] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6422032Z [05-13|18:28:26.834] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6422360Z [05-13|18:28:26.834] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6422568Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6423031Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6423417Z [05-13|18:28:26.835] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6423756Z [05-13|18:28:26.835] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6423909Z [05-13|18:28:26.835] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6424050Z [05-13|18:28:26.836] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6424383Z [05-13|18:28:26.836] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6424652Z [05-13|18:28:26.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} +2026-05-13T18:30:53.6424872Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6425349Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6425491Z [05-13|18:28:26.836] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6425630Z [05-13|18:28:26.835] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6425837Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6426041Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6426182Z [05-13|18:28:26.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6426314Z [05-13|18:28:26.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6426646Z [05-13|18:28:26.837] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6426851Z [05-13|18:28:26.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6427177Z [05-13|18:28:26.838] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6427385Z [05-13|18:28:26.837] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.6427520Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6427656Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6427979Z [05-13|18:28:26.838] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6428237Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6428449Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6428784Z [05-13|18:28:26.839] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} +2026-05-13T18:30:53.6428921Z [05-13|18:28:26.839] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6429195Z [05-13|18:28:26.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6429385Z [05-13|18:28:26.839] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6429514Z [05-13|18:28:26.839] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6429781Z [05-13|18:28:26.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6430037Z [05-13|18:28:26.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6430170Z [05-13|18:28:26.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6430646Z [05-13|18:28:26.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6430906Z [05-13|18:28:26.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6431212Z [05-13|18:28:26.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6431429Z [05-13|18:28:26.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6431686Z [05-13|18:28:26.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6431941Z [05-13|18:28:26.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6432408Z [05-13|18:28:26.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6432546Z [05-13|18:28:26.841] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6432803Z [05-13|18:28:26.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6433270Z [05-13|18:28:26.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6433758Z [05-13|18:28:26.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6434207Z [05-13|18:28:26.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:53.6434642Z [05-13|18:28:26.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:53.6435067Z [05-13|18:28:26.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:53.6435596Z [05-13|18:28:26.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6436071Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6436534Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6436993Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6437494Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6437646Z [05-13|18:28:26.843] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6437979Z [05-13|18:28:26.844] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6438367Z [05-13|18:28:26.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6438699Z [05-13|18:28:26.844] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6438907Z [05-13|18:28:26.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6439051Z [05-13|18:28:26.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6439373Z [05-13|18:28:26.845] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6439509Z [05-13|18:28:26.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6439723Z [05-13|18:28:26.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6439929Z [05-13|18:28:26.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6440310Z [05-13|18:28:26.845] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6440527Z [05-13|18:28:26.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6440730Z [05-13|18:28:26.846] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6440864Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6441188Z [05-13|18:28:26.846] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6441322Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6441455Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6441593Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6441911Z [05-13|18:28:26.846] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6442116Z [05-13|18:28:26.846] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6442254Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6442384Z [05-13|18:28:26.847] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6442699Z [05-13|18:28:26.847] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6442971Z [05-13|18:28:26.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} +2026-05-13T18:30:53.6443178Z [05-13|18:28:26.847] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6443553Z [05-13|18:28:26.847] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6444032Z [05-13|18:28:26.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6444170Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6444299Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6444429Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6444565Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6444695Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6445072Z [05-13|18:28:26.849] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6445216Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6445345Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6445475Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6445614Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6445929Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6446185Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6446445Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6446700Z [05-13|18:28:26.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6447172Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6447433Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6447607Z [05-13|18:28:26.850] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6447825Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6448420Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6448879Z [05-13|18:28:26.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6449203Z [05-13|18:28:26.851] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} +2026-05-13T18:30:53.6449666Z [05-13|18:28:26.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6449876Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.6450136Z [05-13|18:28:26.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6450276Z [05-13|18:28:26.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6450408Z [05-13|18:28:26.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6450665Z [05-13|18:28:26.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6450927Z [05-13|18:28:26.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6451059Z [05-13|18:28:26.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6451269Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6451796Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6452251Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6452712Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6452962Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6453226Z [05-13|18:28:26.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6453531Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6454001Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6454212Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6454591Z [05-13|18:28:26.854] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6454859Z [05-13|18:28:26.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} +2026-05-13T18:30:53.6455180Z [05-13|18:28:26.854] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6455497Z [05-13|18:28:26.854] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6455963Z [05-13|18:28:26.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6456337Z [05-13|18:28:26.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6456476Z [05-13|18:28:26.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6456802Z [05-13|18:28:26.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6456935Z [05-13|18:28:26.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6457141Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6457350Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6457484Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6457814Z [05-13|18:28:26.856] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6458260Z [05-13|18:28:26.856] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6458470Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6458605Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6459058Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6459198Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6459329Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6459461Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6459597Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6459793Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6459924Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6460061Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6460195Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6460404Z [05-13|18:28:26.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6460539Z [05-13|18:28:26.858] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6460670Z [05-13|18:28:26.858] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6460988Z [05-13|18:28:26.859] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6461367Z [05-13|18:28:26.859] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6461581Z [05-13|18:28:26.859] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.6461712Z [05-13|18:28:26.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6461990Z [05-13|18:28:26.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6462306Z [05-13|18:28:26.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6462632Z [05-13|18:28:26.859] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} +2026-05-13T18:30:53.6462896Z [05-13|18:28:26.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6463155Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6463413Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6463675Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6463815Z [05-13|18:28:26.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6464120Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6464589Z [05-13|18:28:26.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6465053Z [05-13|18:28:26.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6465509Z [05-13|18:28:26.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6465652Z [05-13|18:28:26.861] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6466109Z [05-13|18:28:26.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6466548Z [05-13|18:28:26.861] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:53.6466983Z [05-13|18:28:26.861] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:53.6467440Z [05-13|18:28:26.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6467902Z [05-13|18:28:26.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6468202Z [05-13|18:28:26.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6468417Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6468553Z [05-13|18:28:26.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6468770Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6469223Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6469676Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6469813Z [05-13|18:28:26.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6470085Z [05-13|18:28:26.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6470352Z [05-13|18:28:26.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6470573Z [05-13|18:28:26.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6471030Z [05-13|18:28:26.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6471417Z [05-13|18:28:26.864] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6471631Z [05-13|18:28:26.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6471840Z [05-13|18:28:26.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6472046Z [05-13|18:28:26.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6472317Z [05-13|18:28:26.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} +2026-05-13T18:30:53.6472450Z [05-13|18:28:26.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6472632Z [05-13|18:28:26.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6472965Z [05-13|18:28:26.865] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6473300Z [05-13|18:28:26.865] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6473507Z [05-13|18:28:26.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6473829Z [05-13|18:28:26.866] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6473968Z [05-13|18:28:26.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6474102Z [05-13|18:28:26.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6474233Z [05-13|18:28:26.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6474560Z [05-13|18:28:26.866] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6474773Z [05-13|18:28:26.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6475092Z [05-13|18:28:26.866] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6475426Z [05-13|18:28:26.867] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6475558Z [05-13|18:28:26.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6476015Z [05-13|18:28:26.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6476405Z [05-13|18:28:26.867] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6476540Z [05-13|18:28:26.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6476671Z [05-13|18:28:26.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6476832Z [05-13|18:28:26.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6476964Z [05-13|18:28:26.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6477225Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6477491Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6477749Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6478160Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6478443Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6478780Z [05-13|18:28:26.869] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6479307Z [05-13|18:28:26.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6479771Z [05-13|18:28:26.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6480229Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6480682Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6481196Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6481411Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6481675Z [05-13|18:28:26.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6481888Z [05-13|18:28:26.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6482093Z [05-13|18:28:26.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6482298Z [05-13|18:28:26.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6482565Z [05-13|18:28:26.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6482827Z [05-13|18:28:26.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6482962Z [05-13|18:28:26.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6483176Z [05-13|18:28:26.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6483634Z [05-13|18:28:26.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6484089Z [05-13|18:28:26.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6484554Z [05-13|18:28:26.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6484945Z [05-13|18:28:26.873] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6485276Z [05-13|18:28:26.873] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6485610Z [05-13|18:28:26.872] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} +2026-05-13T18:30:53.6485935Z [05-13|18:28:26.873] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6486197Z [05-13|18:28:26.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6486337Z [05-13|18:28:26.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6486710Z [05-13|18:28:26.874] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6486849Z [05-13|18:28:26.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6487179Z [05-13|18:28:26.874] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6487311Z [05-13|18:28:26.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6487816Z [05-13|18:28:26.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6487961Z [05-13|18:28:26.876] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6488208Z [05-13|18:28:26.876] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6488421Z [05-13|18:28:26.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6488564Z [05-13|18:28:26.876] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6488772Z [05-13|18:28:26.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.6489099Z [05-13|18:28:26.877] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6489297Z [05-13|18:28:26.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6489434Z [05-13|18:28:26.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6489639Z [05-13|18:28:26.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6489855Z [05-13|18:28:26.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6490180Z [05-13|18:28:26.877] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6490314Z [05-13|18:28:26.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6490447Z [05-13|18:28:26.878] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6490775Z [05-13|18:28:26.878] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6491042Z [05-13|18:28:26.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} +2026-05-13T18:30:53.6491249Z [05-13|18:28:26.879] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6491717Z [05-13|18:28:26.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6492042Z [05-13|18:28:26.879] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6492252Z [05-13|18:28:26.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.6492393Z [05-13|18:28:26.880] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6492525Z [05-13|18:28:26.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6492852Z [05-13|18:28:26.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6493121Z [05-13|18:28:26.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6493257Z [05-13|18:28:26.881] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6493515Z [05-13|18:28:26.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6493781Z [05-13|18:28:26.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6494040Z [05-13|18:28:26.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6494561Z [05-13|18:28:26.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6495007Z [05-13|18:28:26.882] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} +2026-05-13T18:30:53.6495471Z [05-13|18:28:26.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6495979Z [05-13|18:28:26.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6496252Z [05-13|18:28:26.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6496588Z [05-13|18:28:26.882] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} +2026-05-13T18:30:53.6496855Z [05-13|18:28:26.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6497323Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6497825Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6498406Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6498546Z [05-13|18:28:26.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6498679Z [05-13|18:28:26.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6499137Z [05-13|18:28:26.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6499357Z [05-13|18:28:26.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6499565Z [05-13|18:28:26.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6499700Z [05-13|18:28:26.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6499837Z [05-13|18:28:26.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6500043Z [05-13|18:28:26.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6500498Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6500835Z [05-13|18:28:26.885] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6501046Z [05-13|18:28:26.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6501249Z [05-13|18:28:26.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6501579Z [05-13|18:28:26.886] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6501905Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6502112Z [05-13|18:28:26.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6502439Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6502762Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6502967Z [05-13|18:28:26.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6503348Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6503559Z [05-13|18:28:26.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6503693Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6503830Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6504011Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6504275Z [05-13|18:28:26.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6504486Z [05-13|18:28:26.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6504748Z [05-13|18:28:26.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} +2026-05-13T18:30:53.6505077Z [05-13|18:28:26.888] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6505217Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6505793Z [05-13|18:28:26.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6506256Z [05-13|18:28:26.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6506591Z [05-13|18:28:26.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6506725Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6506857Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6506993Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6507125Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6507256Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6507389Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6507598Z [05-13|18:28:26.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6507732Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6508172Z [05-13|18:28:26.891] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6508315Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6508445Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6508580Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6508717Z [05-13|18:28:26.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6508924Z [05-13|18:28:26.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.6509251Z [05-13|18:28:26.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6509518Z [05-13|18:28:26.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6509984Z [05-13|18:28:26.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6510244Z [05-13|18:28:26.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6510709Z [05-13|18:28:26.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6511218Z [05-13|18:28:26.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6511431Z [05-13|18:28:26.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6511698Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6511956Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6512265Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6512599Z [05-13|18:28:26.896] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} +2026-05-13T18:30:53.6512809Z [05-13|18:28:26.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6513068Z [05-13|18:28:26.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6513332Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6513847Z [05-13|18:28:26.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6514303Z [05-13|18:28:26.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6514763Z [05-13|18:28:26.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6514971Z [05-13|18:28:26.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6515231Z [05-13|18:28:26.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6515692Z [05-13|18:28:26.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6516150Z [05-13|18:28:26.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6516489Z [05-13|18:28:26.899] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6516826Z [05-13|18:28:26.899] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6517034Z [05-13|18:28:26.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6517239Z [05-13|18:28:26.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6517573Z [05-13|18:28:26.900] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6517985Z [05-13|18:28:26.900] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6518241Z [05-13|18:28:26.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6518456Z [05-13|18:28:26.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6518593Z [05-13|18:28:26.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6518916Z [05-13|18:28:26.911] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6519380Z [05-13|18:28:26.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6519703Z [05-13|18:28:26.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} +2026-05-13T18:30:53.6519843Z [05-13|18:28:26.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6519978Z [05-13|18:28:26.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6520188Z [05-13|18:28:26.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6520320Z [05-13|18:28:26.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6520583Z [05-13|18:28:26.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6521043Z [05-13|18:28:26.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6521177Z [05-13|18:28:26.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6521515Z [05-13|18:28:26.914] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6521649Z [05-13|18:28:26.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6521783Z [05-13|18:28:26.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6522167Z [05-13|18:28:26.915] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6522305Z [05-13|18:28:26.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6522635Z [05-13|18:28:26.915] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6522849Z [05-13|18:28:26.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6523176Z [05-13|18:28:26.916] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6523309Z [05-13|18:28:26.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6523451Z [05-13|18:28:26.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6523661Z [05-13|18:28:26.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.6523794Z [05-13|18:28:26.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6524057Z [05-13|18:28:26.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6524324Z [05-13|18:28:26.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6524654Z [05-13|18:28:26.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} +2026-05-13T18:30:53.6524787Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6525253Z [05-13|18:28:26.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6525389Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6525582Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6525850Z [05-13|18:28:26.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6526314Z [05-13|18:28:26.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6526751Z [05-13|18:28:26.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:53.6527016Z [05-13|18:28:26.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6527148Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6527353Z [05-13|18:28:26.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6527836Z [05-13|18:28:26.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:53.6527971Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6528701Z [05-13|18:28:26.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6529055Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6529317Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6529749Z [05-13|18:28:26.919] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:53.6530017Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6530231Z [05-13|18:28:26.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6530487Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6531008Z [05-13|18:28:26.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6531469Z [05-13|18:28:26.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6531605Z [05-13|18:28:26.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6532064Z [05-13|18:28:26.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6532518Z [05-13|18:28:26.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6532978Z [05-13|18:28:26.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6533434Z [05-13|18:28:26.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6533643Z [05-13|18:28:26.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6533908Z [05-13|18:28:26.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} +2026-05-13T18:30:53.6534240Z [05-13|18:28:26.922] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6534374Z [05-13|18:28:26.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6534767Z [05-13|18:28:26.922] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6534976Z [05-13|18:28:26.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6535181Z [05-13|18:28:26.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6535386Z [05-13|18:28:26.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6535712Z [05-13|18:28:26.924] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6536034Z [05-13|18:28:26.924] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6536292Z [05-13|18:28:26.924] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6536762Z [05-13|18:28:26.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6537091Z [05-13|18:28:26.924] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6537226Z [05-13|18:28:26.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6537404Z [05-13|18:28:26.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6537722Z [05-13|18:28:26.925] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6537862Z [05-13|18:28:26.926] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6538285Z [05-13|18:28:26.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6538552Z [05-13|18:28:26.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6538813Z [05-13|18:28:26.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6539076Z [05-13|18:28:26.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6539606Z [05-13|18:28:26.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6539744Z [05-13|18:28:26.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6540072Z [05-13|18:28:26.927] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6540333Z [05-13|18:28:26.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6540797Z [05-13|18:28:26.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6541012Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6541337Z [05-13|18:28:26.928] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6541800Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6542262Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6542588Z [05-13|18:28:26.926] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6542722Z [05-13|18:28:26.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6542934Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.6543124Z [05-13|18:28:26.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6543256Z [05-13|18:28:26.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6543466Z [05-13|18:28:26.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6543599Z [05-13|18:28:26.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6544058Z [05-13|18:28:26.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6544324Z [05-13|18:28:26.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6544810Z [05-13|18:28:26.929] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:53.6544948Z [05-13|18:28:26.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6545084Z [05-13|18:28:26.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6545292Z [05-13|18:28:26.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6545554Z [05-13|18:28:26.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6545818Z [05-13|18:28:26.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6546146Z [05-13|18:28:26.930] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} +2026-05-13T18:30:53.6546607Z [05-13|18:28:26.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6546747Z [05-13|18:28:26.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6546955Z [05-13|18:28:26.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6547215Z [05-13|18:28:26.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6547718Z [05-13|18:28:26.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6547929Z [05-13|18:28:26.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6548376Z [05-13|18:28:26.932] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6548703Z [05-13|18:28:26.932] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6549165Z [05-13|18:28:26.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6549300Z [05-13|18:28:26.932] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6549626Z [05-13|18:28:26.933] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6549758Z [05-13|18:28:26.933] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6549964Z [05-13|18:28:26.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6550292Z [05-13|18:28:26.933] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6550610Z [05-13|18:28:26.933] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6550874Z [05-13|18:28:26.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} +2026-05-13T18:30:53.6551086Z [05-13|18:28:26.934] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6551613Z [05-13|18:28:26.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6552072Z [05-13|18:28:26.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6552432Z [05-13|18:28:26.934] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6552753Z [05-13|18:28:26.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6552886Z [05-13|18:28:26.936] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6553261Z [05-13|18:28:26.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6553397Z [05-13|18:28:26.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6553602Z [05-13|18:28:26.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6553739Z [05-13|18:28:26.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6554108Z [05-13|18:28:26.937] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6554314Z [05-13|18:28:26.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6554455Z [05-13|18:28:26.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6554585Z [05-13|18:28:26.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6554791Z [05-13|18:28:26.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:53.6555117Z [05-13|18:28:26.939] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} +2026-05-13T18:30:53.6555251Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6555380Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6555561Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6555834Z [05-13|18:28:26.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6556095Z [05-13|18:28:26.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6556225Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6556488Z [05-13|18:28:26.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6556744Z [05-13|18:28:26.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6556877Z [05-13|18:28:26.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6557350Z [05-13|18:28:26.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6557610Z [05-13|18:28:26.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6558204Z [05-13|18:28:26.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6558431Z [05-13|18:28:26.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6558862Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.6558997Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6559426Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.6559624Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6559833Z [05-13|18:28:26.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6560101Z [05-13|18:28:26.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6560530Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.6560663Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6560927Z [05-13|18:28:26.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6561407Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.6561876Z [05-13|18:28:26.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6562019Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6562495Z [05-13|18:28:26.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.6562627Z [05-13|18:28:26.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6563091Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6563517Z [05-13|18:28:26.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:53.6563978Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6564493Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6564956Z [05-13|18:28:26.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6565087Z [05-13|18:28:26.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6565546Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6565760Z [05-13|18:28:26.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6566099Z [05-13|18:28:26.943] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6566242Z [05-13|18:28:26.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6566504Z [05-13|18:28:26.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} +2026-05-13T18:30:53.6566713Z [05-13|18:28:26.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6567047Z [05-13|18:28:26.944] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6567509Z [05-13|18:28:26.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6567717Z [05-13|18:28:26.945] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6567898Z [05-13|18:28:26.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6568228Z [05-13|18:28:26.945] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6568559Z [05-13|18:28:26.945] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6568887Z [05-13|18:28:26.946] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6569209Z [05-13|18:28:26.946] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6569667Z [05-13|18:28:26.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6570057Z [05-13|18:28:26.946] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6570195Z [05-13|18:28:26.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6570399Z [05-13|18:28:26.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6570730Z [05-13|18:28:26.945] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6570989Z [05-13|18:28:26.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6571122Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6571256Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6571387Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6571516Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6571727Z [05-13|18:28:26.948] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6572052Z [05-13|18:28:26.948] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6572367Z [05-13|18:28:26.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6572634Z [05-13|18:28:26.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6572893Z [05-13|18:28:26.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6573150Z [05-13|18:28:26.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6573620Z [05-13|18:28:26.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6573878Z [05-13|18:28:26.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6574088Z [05-13|18:28:26.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6574350Z [05-13|18:28:26.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6574814Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6575076Z [05-13|18:28:26.950] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6575545Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6576009Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6576523Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6576989Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6577448Z [05-13|18:28:26.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6577777Z [05-13|18:28:26.952] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6578230Z [05-13|18:28:26.952] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} +2026-05-13T18:30:53.6578499Z [05-13|18:28:26.952] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6578638Z [05-13|18:28:26.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6578774Z [05-13|18:28:26.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6578982Z [05-13|18:28:26.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6579310Z [05-13|18:28:26.952] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6579575Z [05-13|18:28:26.952] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:53.6579780Z [05-13|18:28:26.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6579985Z [05-13|18:28:26.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6580195Z [05-13|18:28:26.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6580522Z [05-13|18:28:26.953] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6580845Z [05-13|18:28:26.953] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6581261Z [05-13|18:28:26.954] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6581589Z [05-13|18:28:26.954] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6581722Z [05-13|18:28:26.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6581988Z [05-13|18:28:26.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} +2026-05-13T18:30:53.6582195Z [05-13|18:28:26.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6582658Z [05-13|18:28:26.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6582991Z [05-13|18:28:26.955] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6583125Z [05-13|18:28:26.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6583558Z [05-13|18:28:26.955] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:53.6583695Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6583825Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6583957Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6584093Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6584520Z [05-13|18:28:26.956] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:53.6584843Z [05-13|18:28:26.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 8} +2026-05-13T18:30:53.6585274Z [05-13|18:28:26.956] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:53.6585410Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6585736Z [05-13|18:28:26.955] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6585872Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6586002Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6586208Z [05-13|18:28:26.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6586571Z [05-13|18:28:26.957] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6587044Z [05-13|18:28:26.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6587502Z [05-13|18:28:26.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6587680Z [05-13|18:28:26.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6587813Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6587943Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6588187Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6588324Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6588533Z [05-13|18:28:26.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6588861Z [05-13|18:28:26.959] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6589061Z [05-13|18:28:26.960] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6589269Z [05-13|18:28:26.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:53.6589596Z [05-13|18:28:26.961] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} +2026-05-13T18:30:53.6589731Z [05-13|18:28:26.961] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6589860Z [05-13|18:28:26.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6590125Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6590391Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6590651Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6590909Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6591046Z [05-13|18:28:26.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6591514Z [05-13|18:28:26.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6591975Z [05-13|18:28:26.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6592240Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6592500Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6592817Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6593078Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6593538Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6593749Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6594039Z [05-13|18:28:26.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6594589Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6595089Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6595573Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6596104Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6596580Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6597043Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6597252Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6597460Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6597835Z [05-13|18:28:26.966] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6598192Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6598715Z [05-13|18:28:26.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} +2026-05-13T18:30:53.6599067Z [05-13|18:28:26.967] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6599551Z [05-13|18:28:26.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6599888Z [05-13|18:28:26.968] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6600241Z [05-13|18:28:26.968] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6600455Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6600664Z [05-13|18:28:26.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6600874Z [05-13|18:28:26.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6601011Z [05-13|18:28:26.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6601338Z [05-13|18:28:26.968] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6601670Z [05-13|18:28:26.969] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6602086Z [05-13|18:28:26.970] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6602414Z [05-13|18:28:26.970] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6602554Z [05-13|18:28:26.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6602683Z [05-13|18:28:26.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6602817Z [05-13|18:28:26.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6603149Z [05-13|18:28:26.970] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6603357Z [05-13|18:28:26.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6603621Z [05-13|18:28:26.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6603895Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6604154Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6604413Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6604943Z [05-13|18:28:26.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6605203Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6605461Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6605931Z [05-13|18:28:26.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6606390Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6606657Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.6607123Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6607384Z [05-13|18:28:26.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6607844Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6608212Z [05-13|18:28:26.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6608556Z [05-13|18:28:26.974] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} +2026-05-13T18:30:53.6608823Z [05-13|18:28:26.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 8} +2026-05-13T18:30:53.6608962Z [05-13|18:28:26.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6609096Z [05-13|18:28:26.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6609556Z [05-13|18:28:26.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6609823Z [05-13|18:28:26.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6610285Z [05-13|18:28:26.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6610616Z [05-13|18:28:26.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6610753Z [05-13|18:28:26.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6610963Z [05-13|18:28:26.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6611171Z [05-13|18:28:26.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6611631Z [05-13|18:28:26.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6611964Z [05-13|18:28:26.977] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6612170Z [05-13|18:28:26.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6612684Z [05-13|18:28:26.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6612895Z [05-13|18:28:26.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6613029Z [05-13|18:28:26.978] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6613346Z [05-13|18:28:26.979] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} +2026-05-13T18:30:53.6613679Z [05-13|18:28:26.979] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6613812Z [05-13|18:28:26.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6614277Z [05-13|18:28:26.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6614486Z [05-13|18:28:26.979] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6614697Z [05-13|18:28:26.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6615083Z [05-13|18:28:26.978] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6615220Z [05-13|18:28:26.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6615427Z [05-13|18:28:26.979] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6615563Z [05-13|18:28:26.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6615891Z [05-13|18:28:26.980] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6616102Z [05-13|18:28:26.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6616238Z [05-13|18:28:26.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6616442Z [05-13|18:28:26.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:53.6616574Z [05-13|18:28:26.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6616900Z [05-13|18:28:26.981] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6617234Z [05-13|18:28:26.981] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6617367Z [05-13|18:28:26.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6617696Z [05-13|18:28:26.982] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6618026Z [05-13|18:28:26.982] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6618490Z [05-13|18:28:26.983] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6618816Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6619083Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6619342Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6619803Z [05-13|18:28:26.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6620136Z [05-13|18:28:26.983] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} +2026-05-13T18:30:53.6620648Z [05-13|18:28:26.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6620919Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6621378Z [05-13|18:28:26.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6621562Z [05-13|18:28:26.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6621699Z [05-13|18:28:26.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6621828Z [05-13|18:28:26.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6621980Z [05-13|18:28:26.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6622241Z [05-13|18:28:26.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6622702Z [05-13|18:28:26.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6622912Z [05-13|18:28:26.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6623116Z [05-13|18:28:26.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6623308Z [05-13|18:28:26.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6623520Z [05-13|18:28:26.986] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6623781Z [05-13|18:28:26.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6624042Z [05-13|18:28:26.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6624301Z [05-13|18:28:26.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6624510Z [05-13|18:28:26.986] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6624975Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6625434Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6625568Z [05-13|18:28:26.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6626028Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6626481Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6626814Z [05-13|18:28:26.988] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6626995Z [05-13|18:28:26.988] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6627127Z [05-13|18:28:26.988] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6627336Z [05-13|18:28:26.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6627603Z [05-13|18:28:26.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6627736Z [05-13|18:28:26.988] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6627940Z [05-13|18:28:26.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6628329Z [05-13|18:28:26.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} +2026-05-13T18:30:53.6628720Z [05-13|18:28:26.989] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6629050Z [05-13|18:28:26.989] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6629528Z [05-13|18:28:26.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6629670Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6629860Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6629999Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6630213Z [05-13|18:28:26.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6630683Z [05-13|18:28:26.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6631028Z [05-13|18:28:26.990] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6631162Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6631292Z [05-13|18:28:26.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6631675Z [05-13|18:28:26.991] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6631811Z [05-13|18:28:26.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6632136Z [05-13|18:28:26.992] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6632350Z [05-13|18:28:26.992] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6632481Z [05-13|18:28:26.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6632609Z [05-13|18:28:26.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6632820Z [05-13|18:28:26.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6632954Z [05-13|18:28:26.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6633158Z [05-13|18:28:26.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:53.6633487Z [05-13|18:28:26.993] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6633626Z [05-13|18:28:26.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6633757Z [05-13|18:28:26.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6634080Z [05-13|18:28:26.993] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6634215Z [05-13|18:28:26.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6634345Z [05-13|18:28:26.994] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6634475Z [05-13|18:28:26.994] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6634861Z [05-13|18:28:26.994] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6635128Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6635260Z [05-13|18:28:26.995] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6635523Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6635653Z [05-13|18:28:26.995] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6635910Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6636183Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6636489Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6636965Z [05-13|18:28:26.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6637434Z [05-13|18:28:26.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6637930Z [05-13|18:28:26.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6638551Z [05-13|18:28:26.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6638833Z [05-13|18:28:26.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6639308Z [05-13|18:28:26.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6639849Z [05-13|18:28:26.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6640315Z [05-13|18:28:26.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6640584Z [05-13|18:28:26.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6640796Z [05-13|18:28:26.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6641257Z [05-13|18:28:26.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6641472Z [05-13|18:28:26.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6641810Z [05-13|18:28:26.998] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} +2026-05-13T18:30:53.6642023Z [05-13|18:28:26.999] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6642355Z [05-13|18:28:26.999] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6642561Z [05-13|18:28:27.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6642769Z [05-13|18:28:26.999] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6643228Z [05-13|18:28:27.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6643433Z [05-13|18:28:27.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6643828Z [05-13|18:28:26.999] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6644153Z [05-13|18:28:27.000] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6644479Z [05-13|18:28:27.000] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6644629Z [05-13|18:28:27.001] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6644763Z [05-13|18:28:27.001] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6645028Z [05-13|18:28:27.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6645237Z [05-13|18:28:27.002] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6645423Z [05-13|18:28:27.002] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6645750Z [05-13|18:28:27.002] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6646077Z [05-13|18:28:27.002] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6646300Z [05-13|18:28:27.002] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6646622Z [05-13|18:28:27.003] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6646949Z [05-13|18:28:27.003] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6647081Z [05-13|18:28:27.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6647343Z [05-13|18:28:27.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} +2026-05-13T18:30:53.6647554Z [05-13|18:28:27.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6647687Z [05-13|18:28:27.004] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6647985Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6648615Z [05-13|18:28:27.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6648894Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6649161Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6649427Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6649687Z [05-13|18:28:27.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6650174Z [05-13|18:28:27.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6650651Z [05-13|18:28:27.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6651122Z [05-13|18:28:27.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6651334Z [05-13|18:28:27.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6651478Z [05-13|18:28:27.007] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6651742Z [05-13|18:28:27.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6652029Z [05-13|18:28:27.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6652585Z [05-13|18:28:27.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6653048Z [05-13|18:28:27.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6653312Z [05-13|18:28:27.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 8} +2026-05-13T18:30:53.6653775Z [05-13|18:28:27.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6654290Z [05-13|18:28:27.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6654429Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6654891Z [05-13|18:28:27.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6655078Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6655208Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6655344Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6655677Z [05-13|18:28:27.008] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6655809Z [05-13|18:28:27.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6656025Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6656239Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:53.6656770Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6656989Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6657127Z [05-13|18:28:27.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6657258Z [05-13|18:28:27.010] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6657388Z [05-13|18:28:27.010] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6657725Z [05-13|18:28:27.010] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6657856Z [05-13|18:28:27.010] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6658185Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6658523Z [05-13|18:28:27.009] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6658734Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6658939Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6659151Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6659282Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6659413Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6659550Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6659877Z [05-13|18:28:27.011] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6660009Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6660403Z [05-13|18:28:27.011] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} +2026-05-13T18:30:53.6660612Z [05-13|18:28:27.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6660746Z [05-13|18:28:27.012] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6661076Z [05-13|18:28:27.012] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6661208Z [05-13|18:28:27.012] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6661414Z [05-13|18:28:27.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6661686Z [05-13|18:28:27.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6662067Z [05-13|18:28:27.012] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6662539Z [05-13|18:28:27.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6662874Z [05-13|18:28:27.013] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6663059Z [05-13|18:28:27.013] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6663380Z [05-13|18:28:27.014] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6663515Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6663645Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6663776Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6664041Z [05-13|18:28:27.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} +2026-05-13T18:30:53.6664179Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6664439Z [05-13|18:28:27.014] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6664573Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6664905Z [05-13|18:28:27.014] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6665037Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6665498Z [05-13|18:28:27.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6665634Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6665769Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6665900Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6666037Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6666167Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6666296Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6666640Z [05-13|18:28:27.016] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6666771Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6666900Z [05-13|18:28:27.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6667034Z [05-13|18:28:27.018] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6667240Z [05-13|18:28:27.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:53.6667503Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6667813Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6668203Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6668472Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6668734Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6669208Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6669731Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6670196Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6670679Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6671196Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6671463Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6671720Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6671979Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6672242Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6672454Z [05-13|18:28:27.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6672714Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6673052Z [05-13|18:28:27.021] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} +2026-05-13T18:30:53.6673258Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6673718Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6674181Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6674642Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6675103Z [05-13|18:28:27.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6675317Z [05-13|18:28:27.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6675451Z [05-13|18:28:27.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6675780Z [05-13|18:28:27.023] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6676118Z [05-13|18:28:27.023] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6676326Z [05-13|18:28:27.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6676589Z [05-13|18:28:27.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6676726Z [05-13|18:28:27.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6676931Z [05-13|18:28:27.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6677261Z [05-13|18:28:27.023] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6677398Z [05-13|18:28:27.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6677723Z [05-13|18:28:27.024] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6678292Z [05-13|18:28:27.024] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6678647Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6678796Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6678931Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6679333Z [05-13|18:28:27.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6679966Z [05-13|18:28:27.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6680400Z [05-13|18:28:27.025] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6680659Z [05-13|18:28:27.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6680907Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6681142Z [05-13|18:28:27.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6681376Z [05-13|18:28:27.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6681983Z [05-13|18:28:27.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6682585Z [05-13|18:28:27.026] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6682924Z [05-13|18:28:27.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6683524Z [05-13|18:28:27.026] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6683974Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} +2026-05-13T18:30:53.6684111Z [05-13|18:28:27.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6684379Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6684637Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6684897Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6685157Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6685415Z [05-13|18:28:27.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6685891Z [05-13|18:28:27.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6686363Z [05-13|18:28:27.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6686626Z [05-13|18:28:27.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6687093Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6687635Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6687902Z [05-13|18:28:27.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6688648Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6689122Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6689464Z [05-13|18:28:27.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6689929Z [05-13|18:28:27.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6690393Z [05-13|18:28:27.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6690582Z [05-13|18:28:27.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6690793Z [05-13|18:28:27.031] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6691261Z [05-13|18:28:27.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6691397Z [05-13|18:28:27.031] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6691608Z [05-13|18:28:27.031] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} +2026-05-13T18:30:53.6691878Z [05-13|18:28:27.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 8} +2026-05-13T18:30:53.6692389Z [05-13|18:28:27.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6692603Z [05-13|18:28:27.032] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6692813Z [05-13|18:28:27.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6693152Z [05-13|18:28:27.033] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} +2026-05-13T18:30:53.6693360Z [05-13|18:28:27.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6693697Z [05-13|18:28:27.033] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6693831Z [05-13|18:28:27.033] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6694158Z [05-13|18:28:27.033] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6694296Z [05-13|18:28:27.033] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6694429Z [05-13|18:28:27.034] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6694636Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6694770Z [05-13|18:28:27.034] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6694972Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6695175Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6695313Z [05-13|18:28:27.034] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6695516Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6695908Z [05-13|18:28:27.034] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6696241Z [05-13|18:28:27.034] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6696567Z [05-13|18:28:27.034] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6696699Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6696835Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6696964Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6697093Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6697261Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6697597Z [05-13|18:28:27.035] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6697757Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6698221Z [05-13|18:28:27.036] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6698436Z [05-13|18:28:27.036] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6698778Z [05-13|18:28:27.036] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6698911Z [05-13|18:28:27.036] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6699047Z [05-13|18:28:27.037] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6699257Z [05-13|18:28:27.037] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6699391Z [05-13|18:28:27.037] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6699726Z [05-13|18:28:27.037] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6699912Z [05-13|18:28:27.037] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6700180Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6700448Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6700706Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6700963Z [05-13|18:28:27.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6701445Z [05-13|18:28:27.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6701914Z [05-13|18:28:27.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6702176Z [05-13|18:28:27.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6702648Z [05-13|18:28:27.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6702908Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6703370Z [05-13|18:28:27.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6703840Z [05-13|18:28:27.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6704159Z [05-13|18:28:27.041] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6704368Z [05-13|18:28:27.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6704835Z [05-13|18:28:27.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6705294Z [05-13|18:28:27.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6705557Z [05-13|18:28:27.041] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6705873Z [05-13|18:28:27.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} +2026-05-13T18:30:53.6706354Z [05-13|18:28:27.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6706823Z [05-13|18:28:27.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6707201Z [05-13|18:28:27.043] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6707410Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6707743Z [05-13|18:28:27.043] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6708194Z [05-13|18:28:27.043] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6708342Z [05-13|18:28:27.043] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6708703Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6708995Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6709134Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6709343Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6709480Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6709609Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6709812Z [05-13|18:28:27.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6710082Z [05-13|18:28:27.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6710410Z [05-13|18:28:27.044] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6710617Z [05-13|18:28:27.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6710755Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6711226Z [05-13|18:28:27.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6711434Z [05-13|18:28:27.045] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:53.6711765Z [05-13|18:28:27.045] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6711899Z [05-13|18:28:27.045] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6712053Z [05-13|18:28:27.045] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6712383Z [05-13|18:28:27.045] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6712776Z [05-13|18:28:27.046] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} +2026-05-13T18:30:53.6712910Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6713242Z [05-13|18:28:27.045] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6713374Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6713580Z [05-13|18:28:27.046] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6713718Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6713852Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6714075Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6714211Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6714347Z [05-13|18:28:27.047] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6714556Z [05-13|18:28:27.047] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6714688Z [05-13|18:28:27.048] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6715072Z [05-13|18:28:27.048] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6715338Z [05-13|18:28:27.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} +2026-05-13T18:30:53.6715805Z [05-13|18:28:27.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6716074Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6716335Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6716592Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6716891Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6717226Z [05-13|18:28:27.050] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6717695Z [05-13|18:28:27.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6717960Z [05-13|18:28:27.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6718605Z [05-13|18:28:27.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6719315Z [05-13|18:28:27.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6719795Z [05-13|18:28:27.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6720262Z [05-13|18:28:27.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6720526Z [05-13|18:28:27.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6720741Z [05-13|18:28:27.050] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6720879Z [05-13|18:28:27.051] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6721090Z [05-13|18:28:27.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6721455Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6721918Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6722055Z [05-13|18:28:27.052] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6722189Z [05-13|18:28:27.052] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6722521Z [05-13|18:28:27.052] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} +2026-05-13T18:30:53.6722986Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6723508Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6723721Z [05-13|18:28:27.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.6723927Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6724187Z [05-13|18:28:27.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6724319Z [05-13|18:28:27.053] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6724450Z [05-13|18:28:27.054] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6724914Z [05-13|18:28:27.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6725180Z [05-13|18:28:27.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6725515Z [05-13|18:28:27.054] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6725725Z [05-13|18:28:27.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6726108Z [05-13|18:28:27.055] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6726320Z [05-13|18:28:27.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6726785Z [05-13|18:28:27.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6727114Z [05-13|18:28:27.056] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6727250Z [05-13|18:28:27.056] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6727583Z [05-13|18:28:27.056] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6727788Z [05-13|18:28:27.056] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6727922Z [05-13|18:28:27.056] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6728288Z [05-13|18:28:27.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6728670Z [05-13|18:28:27.057] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6728944Z [05-13|18:28:27.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} +2026-05-13T18:30:53.6729162Z [05-13|18:28:27.058] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6729295Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6729626Z [05-13|18:28:27.058] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6729842Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6729976Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6730111Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6730608Z [05-13|18:28:27.059] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6730852Z [05-13|18:28:27.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6731324Z [05-13|18:28:27.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6731610Z [05-13|18:28:27.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6731950Z [05-13|18:28:27.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6732285Z [05-13|18:28:27.059] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6732420Z [05-13|18:28:27.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6732756Z [05-13|18:28:27.060] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6733024Z [05-13|18:28:27.060] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6733286Z [05-13|18:28:27.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6733767Z [05-13|18:28:27.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6734031Z [05-13|18:28:27.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6734294Z [05-13|18:28:27.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6734820Z [05-13|18:28:27.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6735085Z [05-13|18:28:27.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6735555Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6736028Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6736497Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6736966Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6737177Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6737645Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6738361Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6738583Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.6738724Z [05-13|18:28:27.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6739064Z [05-13|18:28:27.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6739276Z [05-13|18:28:27.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6739485Z [05-13|18:28:27.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6739758Z [05-13|18:28:27.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6739897Z [05-13|18:28:27.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6740103Z [05-13|18:28:27.064] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6740307Z [05-13|18:28:27.064] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6740446Z [05-13|18:28:27.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6740835Z [05-13|18:28:27.064] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6741310Z [05-13|18:28:27.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6741782Z [05-13|18:28:27.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6742168Z [05-13|18:28:27.065] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6742373Z [05-13|18:28:27.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6742509Z [05-13|18:28:27.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6742840Z [05-13|18:28:27.065] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} +2026-05-13T18:30:53.6742974Z [05-13|18:28:27.066] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6743111Z [05-13|18:28:27.066] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6743242Z [05-13|18:28:27.066] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6743426Z [05-13|18:28:27.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6743768Z [05-13|18:28:27.067] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6743975Z [05-13|18:28:27.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6744304Z [05-13|18:28:27.067] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6744445Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6744774Z [05-13|18:28:27.068] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6745104Z [05-13|18:28:27.068] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6745317Z [05-13|18:28:27.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6745645Z [05-13|18:28:27.068] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6745781Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6745916Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6746077Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6746207Z [05-13|18:28:27.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6746340Z [05-13|18:28:27.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6746604Z [05-13|18:28:27.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} +2026-05-13T18:30:53.6746979Z [05-13|18:28:27.070] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6747456Z [05-13|18:28:27.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6747664Z [05-13|18:28:27.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6747795Z [05-13|18:28:27.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6747927Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6748292Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6748558Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6749005Z [05-13|18:28:27.071] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6749151Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6749285Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6749552Z [05-13|18:28:27.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6749876Z [05-13|18:28:27.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6750135Z [05-13|18:28:27.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6750606Z [05-13|18:28:27.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6750870Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6751127Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6751385Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6751521Z [05-13|18:28:27.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6751864Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6752337Z [05-13|18:28:27.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6752803Z [05-13|18:28:27.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6753267Z [05-13|18:28:27.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6753727Z [05-13|18:28:27.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6753946Z [05-13|18:28:27.074] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} +2026-05-13T18:30:53.6754154Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6754614Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6754827Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6755287Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6755493Z [05-13|18:28:27.076] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6755820Z [05-13|18:28:27.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6756155Z [05-13|18:28:27.076] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6756620Z [05-13|18:28:27.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6756759Z [05-13|18:28:27.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6757093Z [05-13|18:28:27.077] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} +2026-05-13T18:30:53.6757227Z [05-13|18:28:27.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6757536Z [05-13|18:28:27.077] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6758007Z [05-13|18:28:27.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6758480Z [05-13|18:28:27.077] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6758897Z [05-13|18:28:27.078] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6759104Z [05-13|18:28:27.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6759429Z [05-13|18:28:27.078] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6759570Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6759901Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6760227Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6760367Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6760744Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6761072Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6761284Z [05-13|18:28:27.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6761416Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6761547Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6761685Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6761814Z [05-13|18:28:27.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6762146Z [05-13|18:28:27.080] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6762381Z [05-13|18:28:27.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6762589Z [05-13|18:28:27.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6762721Z [05-13|18:28:27.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6763047Z [05-13|18:28:27.080] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6763253Z [05-13|18:28:27.082] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6763519Z [05-13|18:28:27.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} +2026-05-13T18:30:53.6763994Z [05-13|18:28:27.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6764323Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6764581Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6764847Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6764979Z [05-13|18:28:27.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6765441Z [05-13|18:28:27.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6765762Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6766023Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6766477Z [05-13|18:28:27.083] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} +2026-05-13T18:30:53.6766946Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6767446Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6767904Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6768423Z [05-13|18:28:27.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6768565Z [05-13|18:28:27.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6768772Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.6769114Z [05-13|18:28:27.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6769378Z [05-13|18:28:27.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6769839Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6769978Z [05-13|18:28:27.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6770110Z [05-13|18:28:27.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6770569Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6770708Z [05-13|18:28:27.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6770914Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6771122Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6771333Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6771465Z [05-13|18:28:27.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6771926Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6772392Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6772912Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6773247Z [05-13|18:28:27.087] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6773462Z [05-13|18:28:27.087] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6773667Z [05-13|18:28:27.088] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6773869Z [05-13|18:28:27.088] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6774005Z [05-13|18:28:27.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6774387Z [05-13|18:28:27.087] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} +2026-05-13T18:30:53.6774522Z [05-13|18:28:27.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6774855Z [05-13|18:28:27.088] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6775180Z [05-13|18:28:27.089] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6775556Z [05-13|18:28:27.089] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6775883Z [05-13|18:28:27.089] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6776015Z [05-13|18:28:27.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6776339Z [05-13|18:28:27.090] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6776546Z [05-13|18:28:27.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6776814Z [05-13|18:28:27.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} +2026-05-13T18:30:53.6777058Z [05-13|18:28:27.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6777193Z [05-13|18:28:27.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6777521Z [05-13|18:28:27.091] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6777655Z [05-13|18:28:27.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6777977Z [05-13|18:28:27.091] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6778245Z [05-13|18:28:27.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6778388Z [05-13|18:28:27.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6778851Z [05-13|18:28:27.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.6779064Z [05-13|18:28:27.092] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6779220Z [05-13|18:28:27.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6779354Z [05-13|18:28:27.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6779489Z [05-13|18:28:27.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6779820Z [05-13|18:28:27.093] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6780030Z [05-13|18:28:27.093] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.6780297Z [05-13|18:28:27.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6780558Z [05-13|18:28:27.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6780802Z [05-13|18:28:27.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6781136Z [05-13|18:28:27.094] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} +2026-05-13T18:30:53.6781269Z [05-13|18:28:27.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6781399Z [05-13|18:28:27.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6781661Z [05-13|18:28:27.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6781918Z [05-13|18:28:27.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6782174Z [05-13|18:28:27.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6782363Z [05-13|18:28:27.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6782623Z [05-13|18:28:27.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6783092Z [05-13|18:28:27.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6783586Z [05-13|18:28:27.096] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} +2026-05-13T18:30:53.6783719Z [05-13|18:28:27.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6784178Z [05-13|18:28:27.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6784645Z [05-13|18:28:27.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6785106Z [05-13|18:28:27.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6785587Z [05-13|18:28:27.096] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} +2026-05-13T18:30:53.6785733Z [05-13|18:28:27.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6786157Z [05-13|18:28:27.096] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} +2026-05-13T18:30:53.6786617Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6787080Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6787537Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6787967Z [05-13|18:28:27.097] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} +2026-05-13T18:30:53.6788523Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6788966Z [05-13|18:28:27.097] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} +2026-05-13T18:30:53.6789233Z [05-13|18:28:27.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6789453Z [05-13|18:28:27.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6789752Z [05-13|18:28:27.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6789962Z [05-13|18:28:27.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6790441Z [05-13|18:28:27.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6790713Z [05-13|18:28:27.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} +2026-05-13T18:30:53.6790922Z [05-13|18:28:27.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6791267Z [05-13|18:28:27.099] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6791652Z [05-13|18:28:27.100] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6792120Z [05-13|18:28:27.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6792456Z [05-13|18:28:27.099] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6792833Z [05-13|18:28:27.100] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6793291Z [05-13|18:28:27.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.6793447Z [05-13|18:28:27.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6793583Z [05-13|18:28:27.101] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6793796Z [05-13|18:28:27.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6794134Z [05-13|18:28:27.101] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6794271Z [05-13|18:28:27.101] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6794456Z [05-13|18:28:27.101] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6794675Z [05-13|18:28:27.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6794881Z [05-13|18:28:27.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6795084Z [05-13|18:28:27.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6795220Z [05-13|18:28:27.102] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6795351Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6795484Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6795617Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6795748Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6796025Z [05-13|18:28:27.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6796290Z [05-13|18:28:27.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6796429Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6796700Z [05-13|18:28:27.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6797038Z [05-13|18:28:27.104] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6797373Z [05-13|18:28:27.104] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6797843Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6798365Z [05-13|18:28:27.104] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6798509Z [05-13|18:28:27.104] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6798720Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.6799190Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6799332Z [05-13|18:28:27.104] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6799596Z [05-13|18:28:27.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6799925Z [05-13|18:28:27.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6800070Z [05-13|18:28:27.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6800403Z [05-13|18:28:27.105] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6800867Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6801054Z [05-13|18:28:27.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6801316Z [05-13|18:28:27.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6801780Z [05-13|18:28:27.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6802116Z [05-13|18:28:27.106] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} +2026-05-13T18:30:53.6802631Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6802844Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6803056Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6803203Z [05-13|18:28:27.106] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.6803408Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6803673Z [05-13|18:28:27.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6804138Z [05-13|18:28:27.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6804599Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6804741Z [05-13|18:28:27.107] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6804873Z [05-13|18:28:27.107] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6805080Z [05-13|18:28:27.108] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6805464Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6805837Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6806203Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6806402Z [05-13|18:28:27.108] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6806531Z [05-13|18:28:27.108] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6806906Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6807262Z [05-13|18:28:27.109] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6807630Z [05-13|18:28:27.109] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6807763Z [05-13|18:28:27.109] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6808274Z [05-13|18:28:27.109] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6808415Z [05-13|18:28:27.109] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6808797Z [05-13|18:28:27.109] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6809133Z [05-13|18:28:27.109] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6809557Z [05-13|18:28:27.110] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6809884Z [05-13|18:28:27.110] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6810097Z [05-13|18:28:27.110] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6810465Z [05-13|18:28:27.110] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6810836Z [05-13|18:28:27.110] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6811160Z [05-13|18:28:27.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6811425Z [05-13|18:28:27.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} +2026-05-13T18:30:53.6811755Z [05-13|18:28:27.111] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6812228Z [05-13|18:28:27.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6812596Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6812962Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6813176Z [05-13|18:28:27.111] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6813639Z [05-13|18:28:27.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6814012Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6814387Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6814522Z [05-13|18:28:27.112] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6814652Z [05-13|18:28:27.112] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6815020Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6815211Z [05-13|18:28:27.112] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6815423Z [05-13|18:28:27.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6815759Z [05-13|18:28:27.112] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6815969Z [05-13|18:28:27.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6816337Z [05-13|18:28:27.113] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6816548Z [05-13|18:28:27.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} +2026-05-13T18:30:53.6816911Z [05-13|18:28:27.113] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6817279Z [05-13|18:28:27.113] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6817417Z [05-13|18:28:27.113] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6817746Z [05-13|18:28:27.114] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6818272Z [05-13|18:28:27.114] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6818415Z [05-13|18:28:27.114] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6818554Z [05-13|18:28:27.115] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6818877Z [05-13|18:28:27.115] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.6819248Z [05-13|18:28:27.115] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6819623Z [05-13|18:28:27.610] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6820049Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6820422Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6820786Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6821152Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6821518Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6821884Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6822355Z [05-13|18:28:27.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6822824Z [05-13|18:28:27.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6823193Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6823561Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6824086Z [05-13|18:28:27.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6824456Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6824592Z [05-13|18:28:27.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6824732Z [05-13|18:28:27.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6824864Z [05-13|18:28:27.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6825229Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6825751Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6825888Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6826253Z [05-13|18:28:27.613] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6826393Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6826904Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6827115Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6827578Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6827949Z [05-13|18:28:27.613] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6828364Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6829005Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6829153Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6829622Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6829838Z [05-13|18:28:27.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6829974Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6830106Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6830480Z [05-13|18:28:27.614] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6830613Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6830750Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6830886Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6831351Z [05-13|18:28:27.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.6831482Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6831615Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6831743Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6831872Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6832006Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6832207Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6832336Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6832469Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6832603Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6832813Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6832944Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6833080Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6833209Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6833337Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6833470Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6833657Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6833869Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6834079Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6834287Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6834545Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6834751Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6835121Z [05-13|18:28:27.616] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6835491Z [05-13|18:28:27.616] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6835861Z [05-13|18:28:27.616] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6836265Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6836473Z [05-13|18:28:27.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} +2026-05-13T18:30:53.6836846Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6837213Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6837577Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6837946Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6838473Z [05-13|18:28:27.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6838745Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6839011Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6839268Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6839525Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6839806Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6840275Z [05-13|18:28:27.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6840816Z [05-13|18:28:27.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6841194Z [05-13|18:28:27.618] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6841654Z [05-13|18:28:27.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6842024Z [05-13|18:28:27.618] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6842291Z [05-13|18:28:27.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6842710Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6843084Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6843550Z [05-13|18:28:27.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6843972Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6844339Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6844709Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6845168Z [05-13|18:28:27.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6845722Z [05-13|18:28:27.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6846098Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6846458Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6846822Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6847194Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6847406Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6847845Z [05-13|18:28:27.620] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} +2026-05-13T18:30:53.6847987Z [05-13|18:28:27.620] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6848592Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6848862Z [05-13|18:28:27.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} +2026-05-13T18:30:53.6849329Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6849703Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6850219Z [05-13|18:28:27.620] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} +2026-05-13T18:30:53.6850355Z [05-13|18:28:27.620] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6850728Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6850938Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6851371Z [05-13|18:28:27.620] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} +2026-05-13T18:30:53.6851828Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6851969Z [05-13|18:28:27.620] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6852179Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6852640Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6856501Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6856958Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6857464Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.6857872Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6858436Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6858774Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6859131Z [05-13|18:28:27.621] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6859349Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6859728Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6860071Z [05-13|18:28:27.622] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6860449Z [05-13|18:28:27.622] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6860798Z [05-13|18:28:27.622] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6861196Z [05-13|18:28:27.622] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6861440Z [05-13|18:28:27.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6861648Z [05-13|18:28:27.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6861987Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6862367Z [05-13|18:28:27.623] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6862767Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6863151Z [05-13|18:28:27.623] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6863526Z [05-13|18:28:27.623] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6863862Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6864197Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6864343Z [05-13|18:28:27.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6864767Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6865147Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6865289Z [05-13|18:28:27.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6865423Z [05-13|18:28:27.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6865691Z [05-13|18:28:27.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6866058Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6866270Z [05-13|18:28:27.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} +2026-05-13T18:30:53.6866639Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6867002Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6867376Z [05-13|18:28:27.625] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6867756Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6868446Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6868867Z [05-13|18:28:27.625] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.6869247Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6869620Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6869990Z [05-13|18:28:27.626] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6870274Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6870541Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6870804Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6871067Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6871325Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6871465Z [05-13|18:28:27.626] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6872044Z [05-13|18:28:27.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6872432Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6872909Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6873288Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6873554Z [05-13|18:28:27.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6873977Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6874250Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6874623Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6875040Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6875307Z [05-13|18:28:27.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6875520Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6875989Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6876361Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6876881Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6877258Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6877630Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6877995Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6878359Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6878848Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6879319Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6879693Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6880165Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6880532Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6880997Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6881441Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6881812Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6882185Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6882555Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6882919Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6883340Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6883709Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6883922Z [05-13|18:28:27.629] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6884345Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6884681Z [05-13|18:28:27.629] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6885051Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6885197Z [05-13|18:28:27.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6885408Z [05-13|18:28:27.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6885680Z [05-13|18:28:27.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} +2026-05-13T18:30:53.6886111Z [05-13|18:28:27.630] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6886456Z [05-13|18:28:27.630] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6886667Z [05-13|18:28:27.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6887050Z [05-13|18:28:27.630] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6887188Z [05-13|18:28:27.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6887558Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6888158Z [05-13|18:28:27.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.6888586Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6888962Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6889305Z [05-13|18:28:27.631] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6889679Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6890009Z [05-13|18:28:27.631] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6890410Z [05-13|18:28:27.631] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6890784Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6890926Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6891302Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6891440Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6891802Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6892233Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6892373Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6892740Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6892961Z [05-13|18:28:27.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6893147Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6893355Z [05-13|18:28:27.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6893730Z [05-13|18:28:27.633] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6894000Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6894267Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6894535Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6894920Z [05-13|18:28:27.633] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6895134Z [05-13|18:28:27.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6895614Z [05-13|18:28:27.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6895986Z [05-13|18:28:27.633] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6896356Z [05-13|18:28:27.633] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6896503Z [05-13|18:28:27.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6896765Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6897135Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6897409Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6897742Z [05-13|18:28:27.634] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6898240Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6898730Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6899190Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6899661Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6900129Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6900501Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6900871Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6901297Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6901512Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} +2026-05-13T18:30:53.6901882Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6902272Z [05-13|18:28:27.634] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6902641Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6903007Z [05-13|18:28:27.635] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6903222Z [05-13|18:28:27.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6903490Z [05-13|18:28:27.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6903871Z [05-13|18:28:27.635] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.6904249Z [05-13|18:28:27.635] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6904386Z [05-13|18:28:27.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6904751Z [05-13|18:28:27.635] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6904965Z [05-13|18:28:27.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6905100Z [05-13|18:28:27.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6905309Z [05-13|18:28:27.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6905578Z [05-13|18:28:27.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6906046Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6906419Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6906557Z [05-13|18:28:27.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6906927Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6907295Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6907509Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6908017Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6908763Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6909052Z [05-13|18:28:27.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6909425Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6909904Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6910366Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6910739Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6910955Z [05-13|18:28:27.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6911484Z [05-13|18:28:27.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6911855Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6912065Z [05-13|18:28:27.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6912458Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6912804Z [05-13|18:28:27.637] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6913228Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6913505Z [05-13|18:28:27.638] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} +2026-05-13T18:30:53.6913837Z [05-13|18:28:27.638] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6913975Z [05-13|18:28:27.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6914349Z [05-13|18:28:27.638] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6914678Z [05-13|18:28:27.638] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6914816Z [05-13|18:28:27.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6915148Z [05-13|18:28:27.638] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6915525Z [05-13|18:28:27.638] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6915660Z [05-13|18:28:27.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6915994Z [05-13|18:28:27.639] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6916369Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6916503Z [05-13|18:28:27.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6916978Z [05-13|18:28:27.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.6917368Z [05-13|18:28:27.639] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6917740Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6918363Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6918746Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6918960Z [05-13|18:28:27.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6919405Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6919545Z [05-13|18:28:27.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6919914Z [05-13|18:28:27.640] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6920384Z [05-13|18:28:27.640] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6920719Z [05-13|18:28:27.640] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6920853Z [05-13|18:28:27.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6921226Z [05-13|18:28:27.641] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6921436Z [05-13|18:28:27.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6921767Z [05-13|18:28:27.641] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6922194Z [05-13|18:28:27.641] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6922566Z [05-13|18:28:27.641] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6922699Z [05-13|18:28:27.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6922835Z [05-13|18:28:27.642] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6923224Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6923592Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6923969Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6924332Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6924603Z [05-13|18:28:27.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6924873Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6925132Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6925345Z [05-13|18:28:27.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} +2026-05-13T18:30:53.6925686Z [05-13|18:28:27.643] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.6926225Z [05-13|18:28:27.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6926489Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6926868Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6927128Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6927498Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6927908Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6928416Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6928806Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6929285Z [05-13|18:28:27.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6929624Z [05-13|18:28:27.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 8} +2026-05-13T18:30:53.6929995Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6930472Z [05-13|18:28:27.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6930940Z [05-13|18:28:27.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6931457Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6931886Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6932248Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6932617Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6932984Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6933452Z [05-13|18:28:27.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6933829Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6934200Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6934664Z [05-13|18:28:27.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6935036Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6935400Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6935931Z [05-13|18:28:27.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6936202Z [05-13|18:28:27.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6936413Z [05-13|18:28:27.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6936619Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6936992Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6937250Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6937618Z [05-13|18:28:27.646] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6937830Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6938341Z [05-13|18:28:27.646] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6938765Z [05-13|18:28:27.646] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6939248Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6939619Z [05-13|18:28:27.646] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6939956Z [05-13|18:28:27.646] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6940332Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6940753Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6941125Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6941273Z [05-13|18:28:27.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6941604Z [05-13|18:28:27.647] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6941973Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6942118Z [05-13|18:28:27.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6942326Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6942691Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6942963Z [05-13|18:28:27.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} +2026-05-13T18:30:53.6943296Z [05-13|18:28:27.648] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6943626Z [05-13|18:28:27.648] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6944000Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6944368Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6944634Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6945008Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6945218Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6945351Z [05-13|18:28:27.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6945489Z [05-13|18:28:27.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6945818Z [05-13|18:28:27.649] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6946341Z [05-13|18:28:27.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.6946722Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6946861Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6947260Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6947600Z [05-13|18:28:27.649] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6947965Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6948376Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6948833Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6948970Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6949258Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6949399Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6949766Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6950130Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6950502Z [05-13|18:28:27.650] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6950637Z [05-13|18:28:27.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6950769Z [05-13|18:28:27.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6951113Z [05-13|18:28:27.650] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6951521Z [05-13|18:28:27.650] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6951893Z [05-13|18:28:27.650] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6952033Z [05-13|18:28:27.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6952244Z [05-13|18:28:27.650] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} +2026-05-13T18:30:53.6952375Z [05-13|18:28:27.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6952505Z [05-13|18:28:27.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6952879Z [05-13|18:28:27.651] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6953210Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6953473Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6953738Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6953872Z [05-13|18:28:27.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6954130Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6954612Z [05-13|18:28:27.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6955034Z [05-13|18:28:27.651] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6955513Z [05-13|18:28:27.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6955894Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6956208Z [05-13|18:28:27.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6956548Z [05-13|18:28:27.652] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.6956919Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6957055Z [05-13|18:28:27.652] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6957419Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6957935Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6958450Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6958933Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6959303Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6959671Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6959941Z [05-13|18:28:27.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6960312Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6960680Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6960948Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6961418Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6961791Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6962353Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6962804Z [05-13|18:28:27.652] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 37, "epoch round": 37} +2026-05-13T18:30:53.6962942Z [05-13|18:28:27.653] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6963319Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6963530Z [05-13|18:28:27.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6963897Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6964328Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6964805Z [05-13|18:28:27.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6965174Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6965599Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6966065Z [05-13|18:28:27.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6966435Z [05-13|18:28:27.654] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6966811Z [05-13|18:28:27.654] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6967075Z [05-13|18:28:27.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6967438Z [05-13|18:28:27.654] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6967659Z [05-13|18:28:27.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6967998Z [05-13|18:28:27.655] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6968489Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6968876Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6969084Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6969418Z [05-13|18:28:27.655] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6969630Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6969998Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6970265Z [05-13|18:28:27.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} +2026-05-13T18:30:53.6970406Z [05-13|18:28:27.655] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6970611Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6970815Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6971256Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6971729Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.6972097Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6972435Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6972801Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6973219Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6973364Z [05-13|18:28:27.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6973695Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6974080Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6974456Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6974825Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6974959Z [05-13|18:28:27.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6975295Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6975663Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6975849Z [05-13|18:28:27.657] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6975993Z [05-13|18:28:27.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6976203Z [05-13|18:28:27.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6976335Z [05-13|18:28:27.657] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6976704Z [05-13|18:28:27.657] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6977036Z [05-13|18:28:27.658] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6977170Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6977504Z [05-13|18:28:27.658] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6977876Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6978329Z [05-13|18:28:27.658] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.6978470Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6978600Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6978974Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6979353Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6979626Z [05-13|18:28:27.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} +2026-05-13T18:30:53.6979989Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6980130Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6980264Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6980630Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6981000Z [05-13|18:28:27.659] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6981420Z [05-13|18:28:27.659] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6981556Z [05-13|18:28:27.659] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6981928Z [05-13|18:28:27.659] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6982293Z [05-13|18:28:27.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6982763Z [05-13|18:28:27.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6983225Z [05-13|18:28:27.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6983685Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6984081Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6984354Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6984836Z [05-13|18:28:27.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6985182Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6985575Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6985942Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6986410Z [05-13|18:28:27.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6986815Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6987181Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6987394Z [05-13|18:28:27.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.6987868Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6988576Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6989062Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6989437Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6989889Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6990257Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6990735Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6991111Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6991681Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6992059Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6992428Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6992847Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6993219Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6993684Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6994055Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6994421Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6994834Z [05-13|18:28:27.662] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6995056Z [05-13|18:28:27.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.6995324Z [05-13|18:28:27.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6995662Z [05-13|18:28:27.662] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.6996039Z [05-13|18:28:27.662] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6996306Z [05-13|18:28:27.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} +2026-05-13T18:30:53.6996514Z [05-13|18:28:27.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.6996725Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.6997193Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6997560Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6998025Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.6998658Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6999111Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6999478Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.6999618Z [05-13|18:28:27.663] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.6999832Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.7000193Z [05-13|18:28:27.663] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7000560Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7000823Z [05-13|18:28:27.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.7001162Z [05-13|18:28:27.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7001533Z [05-13|18:28:27.664] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7001791Z [05-13|18:28:27.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.7002121Z [05-13|18:28:27.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7002487Z [05-13|18:28:27.664] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7002623Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7002759Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7003125Z [05-13|18:28:27.664] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7003259Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7003450Z [05-13|18:28:27.665] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7003659Z [05-13|18:28:27.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.7003792Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7003922Z [05-13|18:28:27.665] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7004056Z [05-13|18:28:27.665] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7004423Z [05-13|18:28:27.665] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7004753Z [05-13|18:28:27.665] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7005126Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7005458Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7005826Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7006197Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7006404Z [05-13|18:28:27.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} +2026-05-13T18:30:53.7006733Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7007106Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7007516Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7007850Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7008453Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7008797Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.7009170Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7009373Z [05-13|18:28:27.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7009514Z [05-13|18:28:27.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7009644Z [05-13|18:28:27.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7010015Z [05-13|18:28:27.667] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7010199Z [05-13|18:28:27.668] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7010562Z [05-13|18:28:27.668] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7010927Z [05-13|18:28:27.668] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7011288Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7011557Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7011826Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7012138Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7012400Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7012536Z [05-13|18:28:27.669] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7012792Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7013047Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7013190Z [05-13|18:28:27.669] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7013664Z [05-13|18:28:27.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7014035Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7014509Z [05-13|18:28:27.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7014981Z [05-13|18:28:27.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7015354Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7015624Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7015994Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7016417Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7016787Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7017257Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7017625Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7018274Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7018549Z [05-13|18:28:27.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7018930Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7019442Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7019807Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7020177Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7020442Z [05-13|18:28:27.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} +2026-05-13T18:30:53.7020904Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7021166Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7021539Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7022000Z [05-13|18:28:27.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7022372Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7022740Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7023105Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7023472Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7023838Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7024201Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7024413Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7024776Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7025112Z [05-13|18:28:27.672] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7025379Z [05-13|18:28:27.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7025750Z [05-13|18:28:27.672] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7026113Z [05-13|18:28:27.672] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7026450Z [05-13|18:28:27.672] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7026815Z [05-13|18:28:27.672] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7027181Z [05-13|18:28:27.672] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7027556Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7027765Z [05-13|18:28:27.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7028615Z [05-13|18:28:27.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7029008Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7029376Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7029742Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7029960Z [05-13|18:28:27.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7030163Z [05-13|18:28:27.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7030446Z [05-13|18:28:27.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7030786Z [05-13|18:28:27.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7031114Z [05-13|18:28:27.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7031482Z [05-13|18:28:27.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7031876Z [05-13|18:28:27.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7032205Z [05-13|18:28:27.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7032416Z [05-13|18:28:27.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7032787Z [05-13|18:28:27.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7033154Z [05-13|18:28:27.675] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7033517Z [05-13|18:28:27.675] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7033729Z [05-13|18:28:27.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} +2026-05-13T18:30:53.7034097Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7034490Z [05-13|18:28:27.675] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7034863Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7035003Z [05-13|18:28:27.676] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7035331Z [05-13|18:28:27.676] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7035659Z [05-13|18:28:27.676] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.7036080Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7036446Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7036586Z [05-13|18:28:27.676] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7036950Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7037366Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7037503Z [05-13|18:28:27.677] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7037769Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7038028Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7038542Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7038821Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7039368Z [05-13|18:28:27.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7039756Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7040122Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7040391Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7040864Z [05-13|18:28:27.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7041238Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7041504Z [05-13|18:28:27.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7041972Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7042345Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7042712Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7043075Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7043595Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7044059Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7044696Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7045193Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7045671Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7046058Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7046439Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7046665Z [05-13|18:28:27.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7047092Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7047459Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7047830Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7048241Z [05-13|18:28:27.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7048460Z [05-13|18:28:27.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7049005Z [05-13|18:28:27.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7049381Z [05-13|18:28:27.680] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7049590Z [05-13|18:28:27.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7049961Z [05-13|18:28:27.680] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7050228Z [05-13|18:28:27.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7050595Z [05-13|18:28:27.680] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7050942Z [05-13|18:28:27.680] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7051307Z [05-13|18:28:27.681] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7051518Z [05-13|18:28:27.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7051889Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7052096Z [05-13|18:28:27.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7052468Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7052843Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7053242Z [05-13|18:28:27.681] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7053508Z [05-13|18:28:27.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} +2026-05-13T18:30:53.7053981Z [05-13|18:28:27.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7054351Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7054768Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7055255Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7055908Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7056504Z [05-13|18:28:27.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7057221Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7057869Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7058666Z [05-13|18:28:27.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7059431Z [05-13|18:28:27.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7059879Z [05-13|18:28:27.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7060032Z [05-13|18:28:27.682] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7060415Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7060783Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7061154Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7061522Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7061739Z [05-13|18:28:27.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7061977Z [05-13|18:28:27.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7062181Z [05-13|18:28:27.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7062387Z [05-13|18:28:27.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} +2026-05-13T18:30:53.7062759Z [05-13|18:28:27.683] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7062903Z [05-13|18:28:27.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7063241Z [05-13|18:28:27.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7063614Z [05-13|18:28:27.684] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7063861Z [05-13|18:28:27.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7063991Z [05-13|18:28:27.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7064327Z [05-13|18:28:27.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7064664Z [05-13|18:28:27.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.7065032Z [05-13|18:28:27.684] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7065398Z [05-13|18:28:27.684] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7065819Z [05-13|18:28:27.685] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7065960Z [05-13|18:28:27.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7066089Z [05-13|18:28:27.685] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7066460Z [05-13|18:28:27.685] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7066883Z [05-13|18:28:27.685] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7067246Z [05-13|18:28:27.686] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7067519Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7067780Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7068400Z [05-13|18:28:27.686] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7068749Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7069021Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7069277Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7069753Z [05-13|18:28:27.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7070013Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7070272Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7070651Z [05-13|18:28:27.686] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7070908Z [05-13|18:28:27.687] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7071278Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7071746Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7072204Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7072580Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7073025Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7073485Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7073947Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7074319Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7074831Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7075204Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7075570Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7075982Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7076349Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7076712Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7077081Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7077454Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7077858Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7078266Z [05-13|18:28:27.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} +2026-05-13T18:30:53.7078641Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7079112Z [05-13|18:28:27.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7079480Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7079853Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7080216Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7080678Z [05-13|18:28:27.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7081053Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7081420Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7081882Z [05-13|18:28:27.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7082322Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7082684Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7083029Z [05-13|18:28:27.689] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7083394Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7083760Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7084179Z [05-13|18:28:27.690] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7084321Z [05-13|18:28:27.690] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7084652Z [05-13|18:28:27.690] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7085024Z [05-13|18:28:27.690] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7085402Z [05-13|18:28:27.690] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7085768Z [05-13|18:28:27.690] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7086141Z [05-13|18:28:27.691] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7086471Z [05-13|18:28:27.691] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7086893Z [05-13|18:28:27.691] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7087228Z [05-13|18:28:27.691] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7087597Z [05-13|18:28:27.691] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7087732Z [05-13|18:28:27.691] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7088216Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7088548Z [05-13|18:28:27.692] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7088682Z [05-13|18:28:27.692] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7089059Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7089428Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7089794Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7089932Z [05-13|18:28:27.692] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7090291Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7090763Z [05-13|18:28:27.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7090968Z [05-13|18:28:27.692] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7091434Z [05-13|18:28:27.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7091805Z [05-13|18:28:27.693] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7092270Z [05-13|18:28:27.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7092404Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7092538Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7092727Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7092861Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7093198Z [05-13|18:28:27.693] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7093573Z [05-13|18:28:27.693] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7093952Z [05-13|18:28:27.693] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7094274Z [05-13|18:28:27.693] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.7094413Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7094787Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7094918Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7095054Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7095184Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7095606Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7095742Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7096116Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7096481Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7096613Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7097083Z [05-13|18:28:27.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7097547Z [05-13|18:28:27.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7097680Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7097897Z [05-13|18:28:27.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7098198Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7098712Z [05-13|18:28:27.695] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7099190Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7099411Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7099775Z [05-13|18:28:27.695] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7099914Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7100049Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7100511Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7100882Z [05-13|18:28:27.695] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7101093Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7101355Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7101496Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7101700Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7101832Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7102021Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7102152Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7102280Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7102488Z [05-13|18:28:27.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7102618Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7102747Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7103120Z [05-13|18:28:27.696] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7103586Z [05-13|18:28:27.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7104007Z [05-13|18:28:27.697] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7104476Z [05-13|18:28:27.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7104683Z [05-13|18:28:27.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7104889Z [05-13|18:28:27.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7105024Z [05-13|18:28:27.697] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7105156Z [05-13|18:28:27.697] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7105288Z [05-13|18:28:27.697] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7105655Z [05-13|18:28:27.697] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7105867Z [05-13|18:28:27.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7106233Z [05-13|18:28:27.698] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7106600Z [05-13|18:28:27.698] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7106806Z [05-13|18:28:27.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} +2026-05-13T18:30:53.7107174Z [05-13|18:28:27.699] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7107591Z [05-13|18:28:27.699] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7107957Z [05-13|18:28:27.699] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7108570Z [05-13|18:28:27.700] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7108850Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7109116Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7109373Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7109816Z [05-13|18:28:27.700] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7110081Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7110339Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7110765Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7111021Z [05-13|18:28:27.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7111492Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7111867Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7112333Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7112752Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7113126Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7113586Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7113950Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7114322Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7114786Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7115156Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7115525Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7115984Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7116249Z [05-13|18:28:27.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7116630Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7117146Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7117520Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7117890Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7118390Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7118603Z [05-13|18:28:27.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7119039Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7119275Z [05-13|18:28:27.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7119485Z [05-13|18:28:27.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7119804Z [05-13|18:28:27.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7120008Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7120271Z [05-13|18:28:27.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} +2026-05-13T18:30:53.7120481Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7120942Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7121337Z [05-13|18:28:27.703] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7121858Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7122228Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7122593Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7122966Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7123425Z [05-13|18:28:27.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7123799Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7124164Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7124506Z [05-13|18:28:27.704] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7124838Z [05-13|18:28:27.704] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7125211Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7125577Z [05-13|18:28:27.705] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7125772Z [05-13|18:28:27.705] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7126103Z [05-13|18:28:27.705] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7126430Z [05-13|18:28:27.705] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7126801Z [05-13|18:28:27.705] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7127008Z [05-13|18:28:27.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7127374Z [05-13|18:28:27.705] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7127623Z [05-13|18:28:27.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7127955Z [05-13|18:28:27.706] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7128401Z [05-13|18:28:27.706] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7128843Z [05-13|18:28:27.706] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7129207Z [05-13|18:28:27.706] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7129574Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7129713Z [05-13|18:28:27.707] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7130077Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7130409Z [05-13|18:28:27.707] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7130873Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7131205Z [05-13|18:28:27.707] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7131411Z [05-13|18:28:27.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7131782Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7131916Z [05-13|18:28:27.708] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7132279Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7132647Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7132778Z [05-13|18:28:27.708] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7133107Z [05-13|18:28:27.708] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.7133480Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7133844Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7134207Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7134480Z [05-13|18:28:27.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} +2026-05-13T18:30:53.7134612Z [05-13|18:28:27.709] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7134981Z [05-13|18:28:27.709] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7135251Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7135510Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7135766Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7136029Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7136554Z [05-13|18:28:27.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7136930Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7137401Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7137810Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7138576Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7138983Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7139249Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7139589Z [05-13|18:28:27.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7139964Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7140335Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7140593Z [05-13|18:28:27.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7140806Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7141169Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7141434Z [05-13|18:28:27.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 8} +2026-05-13T18:30:53.7141905Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7142276Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7142537Z [05-13|18:28:27.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} +2026-05-13T18:30:53.7143005Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7143375Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7143799Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7144169Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7144633Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7145093Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7145470Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7145890Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7146259Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7146629Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7147144Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7147514Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7147878Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7148483Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7148932Z [05-13|18:28:27.712] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7149272Z [05-13|18:28:27.712] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7149647Z [05-13|18:28:27.712] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7150120Z [05-13|18:28:27.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7150333Z [05-13|18:28:27.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7150699Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7151099Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7151468Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7151806Z [05-13|18:28:27.713] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7152180Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7152510Z [05-13|18:28:27.714] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7152724Z [05-13|18:28:27.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7152996Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7153365Z [05-13|18:28:27.714] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7153570Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7153943Z [05-13|18:28:27.714] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7154308Z [05-13|18:28:27.714] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7154519Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7154908Z [05-13|18:28:27.714] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7155278Z [05-13|18:28:27.715] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7155486Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7155687Z [05-13|18:28:27.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7155892Z [05-13|18:28:27.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7156094Z [05-13|18:28:27.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} +2026-05-13T18:30:53.7156423Z [05-13|18:28:27.715] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7156792Z [05-13|18:28:27.715] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7156930Z [05-13|18:28:27.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7157263Z [05-13|18:28:27.715] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7157672Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7158003Z [05-13|18:28:27.716] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7158508Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7158642Z [05-13|18:28:27.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7158969Z [05-13|18:28:27.716] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7159108Z [05-13|18:28:27.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7159474Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7159801Z [05-13|18:28:27.716] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.7160179Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7160311Z [05-13|18:28:27.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7160441Z [05-13|18:28:27.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7160808Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7160940Z [05-13|18:28:27.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7161302Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7161502Z [05-13|18:28:27.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7161869Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7162235Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7162500Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7162766Z [05-13|18:28:27.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7163021Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7163438Z [05-13|18:28:27.718] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7163707Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7163968Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7164274Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7164535Z [05-13|18:28:27.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7165003Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7165376Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7165848Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7166270Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7166752Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7167403Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7167836Z [05-13|18:28:27.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} +2026-05-13T18:30:53.7168666Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7169342Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7169998Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7170836Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7171663Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7172060Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7172459Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7173037Z [05-13|18:28:27.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7173309Z [05-13|18:28:27.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 8} +2026-05-13T18:30:53.7173683Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7174147Z [05-13|18:28:27.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7174568Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7174940Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7175159Z [05-13|18:28:27.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7175523Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7175944Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7176305Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7176669Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7177043Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7177461Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7177824Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7178267Z [05-13|18:28:27.721] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7178874Z [05-13|18:28:27.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7179087Z [05-13|18:28:27.721] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7179595Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7179972Z [05-13|18:28:27.722] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7180347Z [05-13|18:28:27.722] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7180713Z [05-13|18:28:27.722] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7181054Z [05-13|18:28:27.722] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7181392Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7181767Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7182229Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7182447Z [05-13|18:28:27.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7182812Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7183144Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7183517Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7183937Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7184270Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7184484Z [05-13|18:28:27.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7184812Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7185233Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7185378Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7185744Z [05-13|18:28:27.724] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7185880Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7186021Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7186233Z [05-13|18:28:27.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7186440Z [05-13|18:28:27.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7186833Z [05-13|18:28:27.724] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7187048Z [05-13|18:28:27.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7187377Z [05-13|18:28:27.724] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7187704Z [05-13|18:28:27.724] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7188230Z [05-13|18:28:27.724] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7188369Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7188735Z [05-13|18:28:27.724] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7189117Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7189479Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7189614Z [05-13|18:28:27.725] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7189825Z [05-13|18:28:27.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} +2026-05-13T18:30:53.7190189Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7190525Z [05-13|18:28:27.725] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.7190991Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7191261Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7191527Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7191896Z [05-13|18:28:27.726] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7192026Z [05-13|18:28:27.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7192286Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7192603Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7192972Z [05-13|18:28:27.726] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7193232Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7193420Z [05-13|18:28:27.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7193678Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7194154Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7194417Z [05-13|18:28:27.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7194884Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7195404Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7195873Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7196333Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7196706Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7197174Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7197542Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7197918Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7198538Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7198912Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7199282Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7199749Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7200190Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7200560Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7200923Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7201285Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7201656Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7201973Z [05-13|18:28:27.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7202342Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7202815Z [05-13|18:28:27.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7203116Z [05-13|18:28:27.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7203482Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7203852Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7204064Z [05-13|18:28:27.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7204428Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7204639Z [05-13|18:28:27.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7204952Z [05-13|18:28:27.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} +2026-05-13T18:30:53.7205322Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7205690Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7206156Z [05-13|18:28:27.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7206492Z [05-13|18:28:27.729] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7206868Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7207236Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7207605Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7207746Z [05-13|18:28:27.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7208205Z [05-13|18:28:27.730] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7208581Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7208860Z [05-13|18:28:27.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7209066Z [05-13|18:28:27.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7209444Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7209585Z [05-13|18:28:27.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7209911Z [05-13|18:28:27.730] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7210120Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7210495Z [05-13|18:28:27.731] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7210757Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7210967Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7211178Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} +2026-05-13T18:30:53.7211507Z [05-13|18:28:27.731] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7211929Z [05-13|18:28:27.732] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7212260Z [05-13|18:28:27.732] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7212626Z [05-13|18:28:27.732] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7212760Z [05-13|18:28:27.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7213131Z [05-13|18:28:27.732] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7213511Z [05-13|18:28:27.732] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7213843Z [05-13|18:28:27.733] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7214215Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7214578Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7214710Z [05-13|18:28:27.733] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7215104Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7215471Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7215802Z [05-13|18:28:27.733] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7216138Z [05-13|18:28:27.733] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.7216508Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7216875Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7217016Z [05-13|18:28:27.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7217149Z [05-13|18:28:27.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7217553Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7217921Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7218653Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7218936Z [05-13|18:28:27.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7219215Z [05-13|18:28:27.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7219553Z [05-13|18:28:27.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7219814Z [05-13|18:28:27.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7220078Z [05-13|18:28:27.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7220335Z [05-13|18:28:27.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7220524Z [05-13|18:28:27.735] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7220903Z [05-13|18:28:27.735] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7221381Z [05-13|18:28:27.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7221756Z [05-13|18:28:27.735] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7222127Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7222652Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7222868Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7223240Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7223709Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7224078Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7224350Z [05-13|18:28:27.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7224820Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7225083Z [05-13|18:28:27.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7225456Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7225821Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7226190Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7226658Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7227086Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7227460Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7227827Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7228522Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7228966Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7229447Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7229915Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7230364Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7230728Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7231095Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7231469Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7231833Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7232249Z [05-13|18:28:27.738] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7232521Z [05-13|18:28:27.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} +2026-05-13T18:30:53.7232732Z [05-13|18:28:27.738] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7233101Z [05-13|18:28:27.738] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7233577Z [05-13|18:28:27.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7233945Z [05-13|18:28:27.739] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7234313Z [05-13|18:28:27.739] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7234525Z [05-13|18:28:27.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7234860Z [05-13|18:28:27.739] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7235223Z [05-13|18:28:27.739] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7235560Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7235928Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7236315Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7236458Z [05-13|18:28:27.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7236786Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7237154Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7237526Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7237774Z [05-13|18:28:27.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7237912Z [05-13|18:28:27.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7238474Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7238850Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7239130Z [05-13|18:28:27.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7239273Z [05-13|18:28:27.741] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7239404Z [05-13|18:28:27.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7239610Z [05-13|18:28:27.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7239748Z [05-13|18:28:27.741] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7240264Z [05-13|18:28:27.741] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7240502Z [05-13|18:28:27.741] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7241180Z [05-13|18:28:27.741] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7241571Z [05-13|18:28:27.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7241945Z [05-13|18:28:27.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7242538Z [05-13|18:28:27.741] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7243191Z [05-13|18:28:27.741] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7243846Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7244096Z [05-13|18:28:27.742] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7244344Z [05-13|18:28:27.742] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7244719Z [05-13|18:28:27.742] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7245100Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7245465Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7245863Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7246006Z [05-13|18:28:27.742] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7246371Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7246815Z [05-13|18:28:27.743] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7247031Z [05-13|18:28:27.743] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} +2026-05-13T18:30:53.7247301Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7247561Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7247939Z [05-13|18:28:27.743] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7248484Z [05-13|18:28:27.743] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.7248865Z [05-13|18:28:27.743] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7249141Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7249399Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7249711Z [05-13|18:28:27.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7250191Z [05-13|18:28:27.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7250565Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7251089Z [05-13|18:28:27.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7251521Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7251891Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7252256Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7252730Z [05-13|18:28:27.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7253099Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7253236Z [05-13|18:28:27.744] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7253607Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7253872Z [05-13|18:28:27.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7254339Z [05-13|18:28:27.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7254712Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7255177Z [05-13|18:28:27.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7255547Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7255825Z [05-13|18:28:27.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7256091Z [05-13|18:28:27.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7256464Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7256676Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7256881Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7257347Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7257758Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7258408Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7258828Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7259287Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7259496Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7259759Z [05-13|18:28:27.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 8} +2026-05-13T18:30:53.7260233Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7260603Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7261031Z [05-13|18:28:27.747] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7261400Z [05-13|18:28:27.747] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7261765Z [05-13|18:28:27.747] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7262107Z [05-13|18:28:27.747] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7262369Z [05-13|18:28:27.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} +2026-05-13T18:30:53.7262737Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7263212Z [05-13|18:28:27.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7263583Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7263946Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7264415Z [05-13|18:28:27.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7264782Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7265206Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7265550Z [05-13|18:28:27.748] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7265916Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7266250Z [05-13|18:28:27.748] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7266621Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7266810Z [05-13|18:28:27.749] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7267173Z [05-13|18:28:27.749] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7267386Z [05-13|18:28:27.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7267757Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7268261Z [05-13|18:28:27.749] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7268638Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7268969Z [05-13|18:28:27.749] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7269179Z [05-13|18:28:27.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7269554Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7269985Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7270123Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7270468Z [05-13|18:28:27.750] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7270842Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7270978Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7271112Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7271482Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7271620Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7271960Z [05-13|18:28:27.750] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7272096Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7272310Z [05-13|18:28:27.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7272685Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7273052Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7273185Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7273383Z [05-13|18:28:27.751] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7273714Z [05-13|18:28:27.751] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.7274080Z [05-13|18:28:27.751] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7274299Z [05-13|18:28:27.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7274445Z [05-13|18:28:27.751] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7274813Z [05-13|18:28:27.751] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7275034Z [05-13|18:28:27.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} +2026-05-13T18:30:53.7275499Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7275865Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7276153Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7276577Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7276840Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7277105Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7277578Z [05-13|18:28:27.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7277946Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7278302Z [05-13|18:28:27.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7278751Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7279222Z [05-13|18:28:27.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7279609Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7279873Z [05-13|18:28:27.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7280242Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7280509Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7280722Z [05-13|18:28:27.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7280980Z [05-13|18:28:27.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7281447Z [05-13|18:28:27.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7281819Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7282186Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7282653Z [05-13|18:28:27.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7283083Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7283453Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7283666Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7284131Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7284549Z [05-13|18:28:27.754] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7284917Z [05-13|18:28:27.754] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7285125Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7285386Z [05-13|18:28:27.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7285903Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7286361Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7286732Z [05-13|18:28:27.754] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7287101Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7287237Z [05-13|18:28:27.755] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7287638Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7288009Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7288357Z [05-13|18:28:27.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7288564Z [05-13|18:28:27.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7288904Z [05-13|18:28:27.755] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7289232Z [05-13|18:28:27.755] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7289612Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7289982Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7290319Z [05-13|18:28:27.756] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7290683Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7291015Z [05-13|18:28:27.756] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7291224Z [05-13|18:28:27.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7291658Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7291928Z [05-13|18:28:27.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7292396Z [05-13|18:28:27.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7292761Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7293115Z [05-13|18:28:27.756] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7293380Z [05-13|18:28:27.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7293751Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7294126Z [05-13|18:28:27.757] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7294493Z [05-13|18:28:27.757] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7294681Z [05-13|18:28:27.757] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7294820Z [05-13|18:28:27.757] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7294951Z [05-13|18:28:27.757] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7295282Z [05-13|18:28:27.757] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7295551Z [05-13|18:28:27.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} +2026-05-13T18:30:53.7295924Z [05-13|18:28:27.757] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7296441Z [05-13|18:28:27.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7296819Z [05-13|18:28:27.758] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7297177Z [05-13|18:28:27.758] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7297309Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7297447Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7297577Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7297909Z [05-13|18:28:27.758] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7298610Z [05-13|18:28:27.758] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7298836Z [05-13|18:28:27.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7298971Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7299106Z [05-13|18:28:27.759] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7299474Z [05-13|18:28:27.759] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7299845Z [05-13|18:28:27.759] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7300243Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7300693Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7301058Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7301436Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7301769Z [05-13|18:28:27.760] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7302135Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7302521Z [05-13|18:28:27.761] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.7302894Z [05-13|18:28:27.761] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7303164Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7303595Z [05-13|18:28:27.761] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7303860Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7304119Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7304261Z [05-13|18:28:27.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7304518Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7304775Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7305091Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7305562Z [05-13|18:28:27.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7305941Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7306338Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7306554Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7307178Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7308236Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7308978Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7309882Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7310623Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7311037Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} +2026-05-13T18:30:53.7311792Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7312479Z [05-13|18:28:27.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7313187Z [05-13|18:28:27.763] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7314094Z [05-13|18:28:27.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7314819Z [05-13|18:28:27.763] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7315698Z [05-13|18:28:27.763] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7316014Z [05-13|18:28:27.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7316914Z [05-13|18:28:27.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7317664Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7318819Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7319709Z [05-13|18:28:27.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7320438Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7320871Z [05-13|18:28:27.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7321435Z [05-13|18:28:27.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} +2026-05-13T18:30:53.7322285Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7322760Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7323195Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7323962Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7324879Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7325594Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7326008Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7326721Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7327571Z [05-13|18:28:27.765] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 50, "epoch round": 50} +2026-05-13T18:30:53.7328729Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7329404Z [05-13|18:28:27.765] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7330123Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7331016Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7331583Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7331743Z [05-13|18:28:27.766] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7331970Z [05-13|18:28:27.766] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7332322Z [05-13|18:28:27.766] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7332789Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7333128Z [05-13|18:28:27.766] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7333273Z [05-13|18:28:27.766] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7333645Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7333838Z [05-13|18:28:27.766] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7334173Z [05-13|18:28:27.767] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7334542Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7334871Z [05-13|18:28:27.767] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7335246Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7335460Z [05-13|18:28:27.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7335884Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7336258Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7336729Z [05-13|18:28:27.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7337060Z [05-13|18:28:27.768] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7337436Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7337573Z [05-13|18:28:27.768] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7337940Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7338689Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7338845Z [05-13|18:28:27.767] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7339222Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7339616Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7339984Z [05-13|18:28:27.769] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7340435Z [05-13|18:28:27.769] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7340781Z [05-13|18:28:27.769] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7341149Z [05-13|18:28:27.769] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7341364Z [05-13|18:28:27.769] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7341509Z [05-13|18:28:27.770] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7341641Z [05-13|18:28:27.770] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7342030Z [05-13|18:28:27.770] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7342410Z [05-13|18:28:27.770] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7342546Z [05-13|18:28:27.771] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7342677Z [05-13|18:28:27.771] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7343078Z [05-13|18:28:27.770] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.7343461Z [05-13|18:28:27.771] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7343599Z [05-13|18:28:27.771] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7343818Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} +2026-05-13T18:30:53.7344201Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7344492Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7344814Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7345077Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7345333Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7345595Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7345732Z [05-13|18:28:27.772] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7345990Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7346476Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7346945Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7347321Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7347689Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7348369Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7348749Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7349096Z [05-13|18:28:27.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7349478Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7349955Z [05-13|18:28:27.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7350338Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7350838Z [05-13|18:28:27.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7351264Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7351644Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7352015Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7352533Z [05-13|18:28:27.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7352910Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7353276Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7353644Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7354164Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7354533Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7354906Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7355274Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7355638Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7356013Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7356379Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7356724Z [05-13|18:28:27.774] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7357097Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7357464Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7357827Z [05-13|18:28:27.775] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7358424Z [05-13|18:28:27.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7358800Z [05-13|18:28:27.775] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7359165Z [05-13|18:28:27.775] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7359448Z [05-13|18:28:27.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} +2026-05-13T18:30:53.7359783Z [05-13|18:28:27.776] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7360113Z [05-13|18:28:27.776] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7360556Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7360936Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7361410Z [05-13|18:28:27.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7361840Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7362201Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7362573Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7362943Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7363281Z [05-13|18:28:27.776] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7363696Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7363846Z [05-13|18:28:27.777] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7363982Z [05-13|18:28:27.777] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7364318Z [05-13|18:28:27.777] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7364694Z [05-13|18:28:27.777] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7365162Z [05-13|18:28:27.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7365533Z [05-13|18:28:27.777] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7365900Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7366364Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7366733Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7367102Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7367622Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7368306Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7368681Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7369043Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7369264Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7369399Z [05-13|18:28:27.778] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7369929Z [05-13|18:28:27.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7370073Z [05-13|18:28:27.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7370409Z [05-13|18:28:27.779] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7370672Z [05-13|18:28:27.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7371046Z [05-13|18:28:27.779] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7371179Z [05-13|18:28:27.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7371546Z [05-13|18:28:27.780] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7371911Z [05-13|18:28:27.780] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7372053Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7372182Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7372364Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7372841Z [05-13|18:28:27.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7372974Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7373103Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7373241Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7373451Z [05-13|18:28:27.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7373784Z [05-13|18:28:27.781] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7374165Z [05-13|18:28:27.781] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7374298Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7374505Z [05-13|18:28:27.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7374879Z [05-13|18:28:27.781] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7375242Z [05-13|18:28:27.781] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7375710Z [05-13|18:28:27.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7375905Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7376034Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7376165Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7376300Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7376435Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7376563Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7376698Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7377032Z [05-13|18:28:27.782] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7377440Z [05-13|18:28:27.782] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7377579Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7377711Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7378285Z [05-13|18:28:27.782] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7378484Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7379034Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7379168Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7379377Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7379522Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7379730Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7379864Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7379999Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7380258Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7380392Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7380727Z [05-13|18:28:27.783] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.7381096Z [05-13|18:28:27.783] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7381228Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7385358Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7385548Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7385705Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7385845Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7385989Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7386122Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7386254Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7386392Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7386523Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7386660Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7387059Z [05-13|18:28:27.784] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7387197Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7387436Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7387816Z [05-13|18:28:27.784] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7388633Z [05-13|18:28:27.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7389114Z [05-13|18:28:27.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7389261Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7389396Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7389534Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7389831Z [05-13|18:28:27.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7389974Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7390105Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7390243Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7390615Z [05-13|18:28:27.785] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7391037Z [05-13|18:28:27.786] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7391252Z [05-13|18:28:27.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} +2026-05-13T18:30:53.7391624Z [05-13|18:28:27.786] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7391990Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7392130Z [05-13|18:28:27.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7392548Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7392919Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7393293Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7393572Z [05-13|18:28:27.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7393942Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7394211Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7394348Z [05-13|18:28:27.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7394610Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7394870Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7395352Z [05-13|18:28:27.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7395723Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7396099Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7396417Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7396680Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7396815Z [05-13|18:28:27.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7397285Z [05-13|18:28:27.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7397417Z [05-13|18:28:27.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7397783Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7398439Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7398912Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7399295Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7399743Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7400019Z [05-13|18:28:27.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7400243Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7400717Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7401181Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7401617Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7401989Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7402356Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7402732Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7403197Z [05-13|18:28:27.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7403567Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7403937Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7404415Z [05-13|18:28:27.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7404630Z [05-13|18:28:27.790] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7405006Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7405379Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7405782Z [05-13|18:28:27.791] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7406161Z [05-13|18:28:27.791] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7406496Z [05-13|18:28:27.791] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7406866Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7407247Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7407617Z [05-13|18:28:27.792] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7407986Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7408496Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7408713Z [05-13|18:28:27.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7409110Z [05-13|18:28:27.792] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7409492Z [05-13|18:28:27.793] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7409765Z [05-13|18:28:27.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7409974Z [05-13|18:28:27.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7410188Z [05-13|18:28:27.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7410525Z [05-13|18:28:27.794] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7410948Z [05-13|18:28:27.794] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7411166Z [05-13|18:28:27.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7411498Z [05-13|18:28:27.795] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7411865Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7412236Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7412713Z [05-13|18:28:27.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7413083Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7413458Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7413599Z [05-13|18:28:27.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7413967Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7414179Z [05-13|18:28:27.796] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7414316Z [05-13|18:28:27.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7414511Z [05-13|18:28:27.796] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7414886Z [05-13|18:28:27.796] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7415153Z [05-13|18:28:27.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} +2026-05-13T18:30:53.7415488Z [05-13|18:28:27.797] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7415701Z [05-13|18:28:27.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7416073Z [05-13|18:28:27.797] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7416206Z [05-13|18:28:27.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7416402Z [05-13|18:28:27.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7416877Z [05-13|18:28:27.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7417246Z [05-13|18:28:27.798] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7417652Z [05-13|18:28:27.798] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7417786Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7417918Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7418170Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7418513Z [05-13|18:28:27.798] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7418651Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7419024Z [05-13|18:28:27.798] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7419218Z [05-13|18:28:27.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7419592Z [05-13|18:28:27.799] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7419972Z [05-13|18:28:27.799] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7420105Z [05-13|18:28:27.800] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7420473Z [05-13|18:28:27.800] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7420817Z [05-13|18:28:27.800] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.7421184Z [05-13|18:28:27.800] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7421395Z [05-13|18:28:27.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} +2026-05-13T18:30:53.7421671Z [05-13|18:28:27.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.7421932Z [05-13|18:28:27.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.7422191Z [05-13|18:28:27.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.7422668Z [05-13|18:28:27.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7423040Z [05-13|18:28:27.802] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7423363Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.7423735Z [05-13|18:28:27.802] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7423997Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.7424439Z [05-13|18:28:27.802] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7424712Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.7425022Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} +2026-05-13T18:30:53.7425494Z [05-13|18:28:27.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7425873Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7426301Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7426510Z [05-13|18:28:27.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7426981Z [05-13|18:28:27.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7427349Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7427714Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7427853Z [05-13|18:28:27.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7428180Z [05-13|18:28:27.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7428657Z [05-13|18:28:27.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7429031Z [05-13|18:28:27.804] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7429399Z [05-13|18:28:27.804] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7429874Z [05-13|18:28:27.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7430248Z [05-13|18:28:27.804] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7430615Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7431080Z [05-13|18:28:27.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7431453Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7431822Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7432033Z [05-13|18:28:27.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7432489Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7432957Z [05-13|18:28:27.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7433334Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7433697Z [05-13|18:28:27.806] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7433832Z [05-13|18:28:27.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7434326Z [05-13|18:28:27.806] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7434669Z [05-13|18:28:27.806] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7435118Z [05-13|18:28:27.806] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7435545Z [05-13|18:28:27.806] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7435978Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7436113Z [05-13|18:28:27.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7436488Z [05-13|18:28:27.807] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7436916Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7437394Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7437537Z [05-13|18:28:27.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7437965Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7438506Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} +2026-05-13T18:30:53.7438649Z [05-13|18:28:27.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7438859Z [05-13|18:28:27.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7439195Z [05-13|18:28:27.808] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7439577Z [05-13|18:28:27.808] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7440055Z [05-13|18:28:27.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7440263Z [05-13|18:28:27.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7440599Z [05-13|18:28:27.808] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7440734Z [05-13|18:28:27.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7440943Z [05-13|18:28:27.808] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7441387Z [05-13|18:28:27.808] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7441857Z [05-13|18:28:27.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7442226Z [05-13|18:28:27.808] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7442441Z [05-13|18:28:27.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7442806Z [05-13|18:28:27.809] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7443221Z [05-13|18:28:27.809] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7443565Z [05-13|18:28:27.809] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7443936Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7444121Z [05-13|18:28:27.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7444458Z [05-13|18:28:27.810] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7444871Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7445225Z [05-13|18:28:27.810] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7445605Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7445943Z [05-13|18:28:27.810] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7446367Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7446744Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7446886Z [05-13|18:28:27.811] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7447219Z [05-13|18:28:27.809] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7447592Z [05-13|18:28:27.811] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7447733Z [05-13|18:28:27.811] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7447868Z [05-13|18:28:27.811] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7448357Z [05-13|18:28:27.811] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7448725Z [05-13|18:28:27.811] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7449094Z [05-13|18:28:27.812] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7449232Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7449364Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7449496Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7449882Z [05-13|18:28:27.812] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7450079Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7450211Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7450618Z [05-13|18:28:27.812] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7450850Z [05-13|18:28:27.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7451065Z [05-13|18:28:27.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7451437Z [05-13|18:28:27.813] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7451872Z [05-13|18:28:27.813] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7452151Z [05-13|18:28:27.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7452415Z [05-13|18:28:27.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7452684Z [05-13|18:28:27.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7453077Z [05-13|18:28:27.814] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.7453453Z [05-13|18:28:27.814] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7453596Z [05-13|18:28:27.814] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7453964Z [05-13|18:28:27.814] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7454098Z [05-13|18:28:27.814] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7454238Z [05-13|18:28:27.814] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7454771Z [05-13|18:28:27.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7455148Z [05-13|18:28:27.815] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7455418Z [05-13|18:28:27.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7455785Z [05-13|18:28:27.815] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7456047Z [05-13|18:28:27.815] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7456268Z [05-13|18:28:27.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7456528Z [05-13|18:28:27.815] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7457000Z [05-13|18:28:27.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7457471Z [05-13|18:28:27.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7457846Z [05-13|18:28:27.815] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7458334Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7458707Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7459135Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7459358Z [05-13|18:28:27.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7459837Z [05-13|18:28:27.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7460207Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7460578Z [05-13|18:28:27.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7461101Z [05-13|18:28:27.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7461477Z [05-13|18:28:27.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7461849Z [05-13|18:28:27.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7462162Z [05-13|18:28:27.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7462631Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7463103Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7463314Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7463682Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7464104Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7464474Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7464681Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7465049Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7465417Z [05-13|18:28:27.819] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7465755Z [05-13|18:28:27.819] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7466133Z [05-13|18:28:27.819] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7466342Z [05-13|18:28:27.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7466676Z [05-13|18:28:27.819] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7466888Z [05-13|18:28:27.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} +2026-05-13T18:30:53.7467256Z [05-13|18:28:27.819] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7467587Z [05-13|18:28:27.819] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7468006Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7468339Z [05-13|18:28:27.820] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7468670Z [05-13|18:28:27.820] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7469045Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7469312Z [05-13|18:28:27.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7469741Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7470076Z [05-13|18:28:27.820] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7470448Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7470813Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7471215Z [05-13|18:28:27.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7471483Z [05-13|18:28:27.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} +2026-05-13T18:30:53.7471956Z [05-13|18:28:27.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7472341Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7472763Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7473136Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7473282Z [05-13|18:28:27.822] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7473617Z [05-13|18:28:27.822] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7473988Z [05-13|18:28:27.822] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7474365Z [05-13|18:28:27.822] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7474751Z [05-13|18:28:27.822] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7474887Z [05-13|18:28:27.822] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7475027Z [05-13|18:28:27.823] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7475395Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7475529Z [05-13|18:28:27.823] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7476014Z [05-13|18:28:27.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7476387Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7476813Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7477186Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7477398Z [05-13|18:28:27.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7477531Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7477743Z [05-13|18:28:27.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7478226Z [05-13|18:28:27.824] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7478496Z [05-13|18:28:27.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7478697Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7478964Z [05-13|18:28:27.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7479227Z [05-13|18:28:27.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7479707Z [05-13|18:28:27.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7480141Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7480511Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7480651Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7480988Z [05-13|18:28:27.825] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7481358Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7481678Z [05-13|18:28:27.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7481943Z [05-13|18:28:27.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7482412Z [05-13|18:28:27.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7482786Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7483255Z [05-13|18:28:27.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7483392Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7483863Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7484232Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7484439Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} +2026-05-13T18:30:53.7484810Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7485176Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7485505Z [05-13|18:28:27.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7485879Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7486351Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7486723Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7487088Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7487593Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7487969Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7488423Z [05-13|18:28:27.827] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.7488859Z [05-13|18:28:27.827] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7489074Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7489441Z [05-13|18:28:27.827] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7489575Z [05-13|18:28:27.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7489945Z [05-13|18:28:27.827] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7490157Z [05-13|18:28:27.827] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7490289Z [05-13|18:28:27.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7490613Z [05-13|18:28:27.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7490824Z [05-13|18:28:27.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7491028Z [05-13|18:28:27.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7491495Z [05-13|18:28:27.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7491874Z [05-13|18:28:27.828] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7492082Z [05-13|18:28:27.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7492452Z [05-13|18:28:27.829] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7492823Z [05-13|18:28:27.829] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7493087Z [05-13|18:28:27.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7493428Z [05-13|18:28:27.829] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7493798Z [05-13|18:28:27.829] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7494133Z [05-13|18:28:27.830] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7494529Z [05-13|18:28:27.829] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7494901Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7495266Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7495478Z [05-13|18:28:27.830] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7495809Z [05-13|18:28:27.830] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7496189Z [05-13|18:28:27.830] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7496564Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7496935Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7497269Z [05-13|18:28:27.831] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7497717Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7498200Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7498680Z [05-13|18:28:27.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7498950Z [05-13|18:28:27.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} +2026-05-13T18:30:53.7499160Z [05-13|18:28:27.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7499590Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7499735Z [05-13|18:28:27.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7500108Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7500242Z [05-13|18:28:27.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7500379Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7500718Z [05-13|18:28:27.832] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7501189Z [05-13|18:28:27.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7501566Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7501934Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7502295Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7502434Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7502565Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7502697Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7503070Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7503262Z [05-13|18:28:27.833] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7503626Z [05-13|18:28:27.833] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7503766Z [05-13|18:28:27.833] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7504129Z [05-13|18:28:27.833] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7504500Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7504923Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7505134Z [05-13|18:28:27.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7505500Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7505869Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7506188Z [05-13|18:28:27.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7506450Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7506719Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7507056Z [05-13|18:28:27.835] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7507529Z [05-13|18:28:27.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7507838Z [05-13|18:28:27.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7508219Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7508480Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7508957Z [05-13|18:28:27.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7509295Z [05-13|18:28:27.835] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.7509669Z [05-13|18:28:27.835] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7510040Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7510510Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7510976Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7511349Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7511714Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7512247Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7512617Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7513085Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7513453Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7513595Z [05-13|18:28:27.836] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7514012Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7514382Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7514759Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7514969Z [05-13|18:28:27.837] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} +2026-05-13T18:30:53.7515387Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7515757Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7516123Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7516489Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7516860Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7517045Z [05-13|18:28:27.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7517408Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7517676Z [05-13|18:28:27.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7517883Z [05-13|18:28:27.838] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7518016Z [05-13|18:28:27.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7518610Z [05-13|18:28:27.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7518978Z [05-13|18:28:27.838] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7519340Z [05-13|18:28:27.838] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7519609Z [05-13|18:28:27.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7519940Z [05-13|18:28:27.839] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7520306Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7520518Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7520723Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7521155Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7521367Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7521698Z [05-13|18:28:27.839] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7522168Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7522538Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7522960Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7523294Z [05-13|18:28:27.839] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7523667Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7524081Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7524449Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7524583Z [05-13|18:28:27.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7524947Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7525213Z [05-13|18:28:27.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} +2026-05-13T18:30:53.7525426Z [05-13|18:28:27.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7525946Z [05-13|18:28:27.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7526318Z [05-13|18:28:27.841] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7526680Z [05-13|18:28:27.841] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7526813Z [05-13|18:28:27.841] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7527178Z [05-13|18:28:27.841] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7527316Z [05-13|18:28:27.841] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7527524Z [05-13|18:28:27.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7527731Z [05-13|18:28:27.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7527869Z [05-13|18:28:27.841] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7528352Z [05-13|18:28:27.842] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7528685Z [05-13|18:28:27.842] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7529061Z [05-13|18:28:27.842] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7529194Z [05-13|18:28:27.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7529324Z [05-13|18:28:27.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7529739Z [05-13|18:28:27.843] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7530077Z [05-13|18:28:27.843] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7530465Z [05-13|18:28:27.843] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7530834Z [05-13|18:28:27.843] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7531040Z [05-13|18:28:27.843] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7531171Z [05-13|18:28:27.843] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7531359Z [05-13|18:28:27.843] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7531693Z [05-13|18:28:27.843] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7532063Z [05-13|18:28:27.843] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7532486Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7532812Z [05-13|18:28:27.844] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7533175Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7533506Z [05-13|18:28:27.844] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.7533640Z [05-13|18:28:27.844] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7534007Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7534423Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7534792Z [05-13|18:28:27.845] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7535000Z [05-13|18:28:27.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} +2026-05-13T18:30:53.7535137Z [05-13|18:28:27.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7535400Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7535662Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7535927Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7536298Z [05-13|18:28:27.845] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7536559Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7537034Z [05-13|18:28:27.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7537402Z [05-13|18:28:27.846] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7537767Z [05-13|18:28:27.846] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7538191Z [05-13|18:28:27.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7538336Z [05-13|18:28:27.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7538600Z [05-13|18:28:27.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7539082Z [05-13|18:28:27.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7539461Z [05-13|18:28:27.846] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7539931Z [05-13|18:28:27.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7540369Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7540743Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7541111Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7541431Z [05-13|18:28:27.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7541897Z [05-13|18:28:27.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7542265Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7542638Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7543003Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7543530Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7544001Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7544217Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7544596Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7545062Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7545435Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7545809Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7546077Z [05-13|18:28:27.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7546339Z [05-13|18:28:27.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} +2026-05-13T18:30:53.7546709Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7546926Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7547349Z [05-13|18:28:27.849] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7547718Z [05-13|18:28:27.849] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7547927Z [05-13|18:28:27.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7548244Z [05-13|18:28:27.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7548457Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7548792Z [05-13|18:28:27.849] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7549221Z [05-13|18:28:27.849] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7549703Z [05-13|18:28:27.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7550073Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7550518Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7550859Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7551227Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7551557Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7551932Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7552309Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7552639Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7553010Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7553148Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7553619Z [05-13|18:28:27.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7553952Z [05-13|18:28:27.851] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7554164Z [05-13|18:28:27.851] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7554300Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7554673Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7555039Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7555171Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7555305Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7555673Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7556092Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7556227Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7556593Z [05-13|18:28:27.852] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7556801Z [05-13|18:28:27.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7556939Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7557067Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7557198Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7557610Z [05-13|18:28:27.852] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7557940Z [05-13|18:28:27.852] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7558428Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7558800Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7559226Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7559597Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7559747Z [05-13|18:28:27.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7560087Z [05-13|18:28:27.854] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7560419Z [05-13|18:28:27.854] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.7560854Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7561227Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7561441Z [05-13|18:28:27.854] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} +2026-05-13T18:30:53.7561809Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7562081Z [05-13|18:28:27.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7562448Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7562718Z [05-13|18:28:27.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7562979Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7563240Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7563388Z [05-13|18:28:27.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7563645Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7564120Z [05-13|18:28:27.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7564497Z [05-13|18:28:27.855] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7564818Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7565288Z [05-13|18:28:27.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7565663Z [05-13|18:28:27.856] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7566028Z [05-13|18:28:27.856] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7566393Z [05-13|18:28:27.856] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7566951Z [05-13|18:28:27.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7567327Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7567695Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7568242Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7568710Z [05-13|18:28:27.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7569078Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7569451Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7569666Z [05-13|18:28:27.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7570106Z [05-13|18:28:27.858] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7570325Z [05-13|18:28:27.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7570588Z [05-13|18:28:27.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7571050Z [05-13|18:28:27.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7571429Z [05-13|18:28:27.859] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7571797Z [05-13|18:28:27.859] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7572008Z [05-13|18:28:27.859] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7572446Z [05-13|18:28:27.858] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 59, "epoch round": 59} +2026-05-13T18:30:53.7572584Z [05-13|18:28:27.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7572952Z [05-13|18:28:27.860] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7573321Z [05-13|18:28:27.860] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7573788Z [05-13|18:28:27.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7574309Z [05-13|18:28:27.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7574683Z [05-13|18:28:27.861] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7575052Z [05-13|18:28:27.861] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7575415Z [05-13|18:28:27.861] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7575735Z [05-13|18:28:27.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} +2026-05-13T18:30:53.7576101Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7576475Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7576819Z [05-13|18:28:27.862] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7577239Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7577582Z [05-13|18:28:27.862] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7577952Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7578411Z [05-13|18:28:27.863] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7578785Z [05-13|18:28:27.863] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7579206Z [05-13|18:28:27.863] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7579676Z [05-13|18:28:27.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7580056Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7580267Z [05-13|18:28:27.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7580631Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7580778Z [05-13|18:28:27.864] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7581116Z [05-13|18:28:27.864] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7581253Z [05-13|18:28:27.864] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7581623Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7581955Z [05-13|18:28:27.864] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7582319Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7582787Z [05-13|18:28:27.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7583053Z [05-13|18:28:27.861] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7583423Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7583759Z [05-13|18:28:27.865] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7584126Z [05-13|18:28:27.865] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7584495Z [05-13|18:28:27.865] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7584685Z [05-13|18:28:27.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7585052Z [05-13|18:28:27.865] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7585422Z [05-13|18:28:27.866] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7585559Z [05-13|18:28:27.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7585745Z [05-13|18:28:27.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7585875Z [05-13|18:28:27.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7586007Z [05-13|18:28:27.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7586217Z [05-13|18:28:27.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7586424Z [05-13|18:28:27.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7586794Z [05-13|18:28:27.866] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7587072Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7587371Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7587632Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7587896Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7588140Z [05-13|18:28:27.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7588352Z [05-13|18:28:27.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7588825Z [05-13|18:28:27.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7589196Z [05-13|18:28:27.867] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7589563Z [05-13|18:28:27.867] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7589906Z [05-13|18:28:27.867] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7590277Z [05-13|18:28:27.867] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7592490Z [05-13|18:28:27.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7592968Z [05-13|18:28:27.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7593435Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7593813Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7594283Z [05-13|18:28:27.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7594654Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7595044Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7595470Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7595841Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7596126Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7596274Z [05-13|18:28:27.868] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7596409Z [05-13|18:28:27.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7596541Z [05-13|18:28:27.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7597011Z [05-13|18:28:27.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7597285Z [05-13|18:28:27.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7597662Z [05-13|18:28:27.869] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7598242Z [05-13|18:28:27.869] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7598537Z [05-13|18:28:27.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7598757Z [05-13|18:28:27.869] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7599129Z [05-13|18:28:27.869] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7599607Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7599981Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7600198Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7600574Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7600782Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7601151Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7601675Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7602064Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7602600Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7602813Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} +2026-05-13T18:30:53.7603019Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7603227Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7603596Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7603963Z [05-13|18:28:27.871] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7604361Z [05-13|18:28:27.871] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7604738Z [05-13|18:28:27.871] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7605068Z [05-13|18:28:27.871] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7605438Z [05-13|18:28:27.872] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7605768Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7606135Z [05-13|18:28:27.872] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7606414Z [05-13|18:28:27.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7606622Z [05-13|18:28:27.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7606950Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7607375Z [05-13|18:28:27.872] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7607585Z [05-13|18:28:27.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7607916Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.7608376Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7608748Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7609074Z [05-13|18:28:27.873] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7609547Z [05-13|18:28:27.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7609913Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7610278Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7610719Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7610860Z [05-13|18:28:27.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7611220Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7611413Z [05-13|18:28:27.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7611546Z [05-13|18:28:27.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7611676Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7611812Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7611942Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7612275Z [05-13|18:28:27.874] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7612643Z [05-13|18:28:27.874] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7612835Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7613107Z [05-13|18:28:27.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} +2026-05-13T18:30:53.7613239Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7613705Z [05-13|18:28:27.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7614071Z [05-13|18:28:27.874] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7614439Z [05-13|18:28:27.875] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7614578Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7614709Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7614840Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7614975Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7615184Z [05-13|18:28:27.875] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7615597Z [05-13|18:28:27.875] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7615968Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7616333Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7616664Z [05-13|18:28:27.876] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7617032Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7617398Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7617759Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7618242Z [05-13|18:28:27.877] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7618452Z [05-13|18:28:27.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} +2026-05-13T18:30:53.7618810Z [05-13|18:28:27.877] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7619241Z [05-13|18:28:27.877] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7619555Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7619814Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7620085Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7620344Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7622125Z [05-13|18:28:27.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7622551Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7622995Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7623474Z [05-13|18:28:27.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7623852Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7624218Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7624695Z [05-13|18:28:27.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7624971Z [05-13|18:28:27.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7625240Z [05-13|18:28:27.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7625610Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7625872Z [05-13|18:28:27.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7626214Z [05-13|18:28:27.879] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.7626590Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7627051Z [05-13|18:28:27.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7627430Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7627696Z [05-13|18:28:27.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7628207Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7628605Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7629078Z [05-13|18:28:27.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7629526Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7629999Z [05-13|18:28:27.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7630433Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7630580Z [05-13|18:28:27.880] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7630948Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7631314Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7631755Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7632183Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7632554Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7633017Z [05-13|18:28:27.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7633393Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7633754Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7634234Z [05-13|18:28:27.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7634622Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7634991Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7635358Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7635705Z [05-13|18:28:27.881] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7636077Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7636222Z [05-13|18:28:27.881] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7636559Z [05-13|18:28:27.882] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7636938Z [05-13|18:28:27.882] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7637311Z [05-13|18:28:27.882] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7637649Z [05-13|18:28:27.882] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7637786Z [05-13|18:28:27.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7638276Z [05-13|18:28:27.882] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7638760Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7639142Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7639543Z [05-13|18:28:27.883] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7639920Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7640296Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7640431Z [05-13|18:28:27.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7640854Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7641389Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7641763Z [05-13|18:28:27.884] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7642038Z [05-13|18:28:27.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} +2026-05-13T18:30:53.7642510Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7642878Z [05-13|18:28:27.884] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7643016Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7643484Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7643620Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7643752Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7643888Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7644018Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7644478Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7644612Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7644951Z [05-13|18:28:27.884] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7645084Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7645413Z [05-13|18:28:27.884] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7645552Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7645681Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7645810Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7645944Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7646273Z [05-13|18:28:27.885] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7646402Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7646622Z [05-13|18:28:27.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7646882Z [05-13|18:28:27.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7647259Z [05-13|18:28:27.884] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7647668Z [05-13|18:28:27.885] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7647803Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7647934Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7648388Z [05-13|18:28:27.885] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7648601Z [05-13|18:28:27.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7649033Z [05-13|18:28:27.885] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7649177Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7649691Z [05-13|18:28:27.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7650180Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7650319Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7650682Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7650893Z [05-13|18:28:27.886] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7651266Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7651401Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7651533Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7651668Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7652035Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7652500Z [05-13|18:28:27.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7652638Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7652770Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7653229Z [05-13|18:28:27.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7653369Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7653740Z [05-13|18:28:27.887] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7653874Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7654003Z [05-13|18:28:27.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7654217Z [05-13|18:28:27.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7654679Z [05-13|18:28:27.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7655014Z [05-13|18:28:27.888] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.7655457Z [05-13|18:28:27.888] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7655821Z [05-13|18:28:27.888] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7656340Z [05-13|18:28:27.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7656478Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7656609Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7656741Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7656877Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7657124Z [05-13|18:28:27.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7657260Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7657674Z [05-13|18:28:27.890] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7657808Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7657940Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7658191Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7658324Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7658453Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7658587Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7658716Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7659086Z [05-13|18:28:27.890] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7659223Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7659354Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7659819Z [05-13|18:28:27.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7660035Z [05-13|18:28:27.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7660169Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7660310Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7660680Z [05-13|18:28:27.891] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7660822Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7660955Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7661085Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7661222Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7661353Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7661482Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7661617Z [05-13|18:28:27.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7661827Z [05-13|18:28:27.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7662199Z [05-13|18:28:27.892] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7662570Z [05-13|18:28:27.893] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7663009Z [05-13|18:28:27.893] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7663375Z [05-13|18:28:27.894] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7663643Z [05-13|18:28:27.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} +2026-05-13T18:30:53.7664007Z [05-13|18:28:27.894] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7664371Z [05-13|18:28:27.894] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7664649Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7665063Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7665335Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7667254Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7667525Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7667786Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7668374Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7668637Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7669007Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7669276Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7669641Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7670115Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7670385Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7670847Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7671226Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7671602Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7671865Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7672233Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7672604Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7673070Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7673510Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7673777Z [05-13|18:28:27.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} +2026-05-13T18:30:53.7674239Z [05-13|18:28:27.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7674659Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7675032Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7675401Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7675932Z [05-13|18:28:27.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7676354Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7676818Z [05-13|18:28:27.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7677190Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7677646Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7678017Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7678501Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7678868Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7679237Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7679575Z [05-13|18:28:27.897] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7679790Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7679998Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7680377Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7680526Z [05-13|18:28:27.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7680736Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7681070Z [05-13|18:28:27.898] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7681278Z [05-13|18:28:27.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7681645Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7681856Z [05-13|18:28:27.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7682320Z [05-13|18:28:27.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7682753Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7683123Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7683541Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7683750Z [05-13|18:28:27.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7684084Z [05-13|18:28:27.899] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7684502Z [05-13|18:28:27.899] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7684713Z [05-13|18:28:27.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7685102Z [05-13|18:28:27.899] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7685474Z [05-13|18:28:27.900] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7685611Z [05-13|18:28:27.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7685942Z [05-13|18:28:27.900] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7686312Z [05-13|18:28:27.900] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7686447Z [05-13|18:28:27.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7686588Z [05-13|18:28:27.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7686914Z [05-13|18:28:27.900] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7687240Z [05-13|18:28:27.900] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7687453Z [05-13|18:28:27.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7687821Z [05-13|18:28:27.900] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7688301Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7688441Z [05-13|18:28:27.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7688766Z [05-13|18:28:27.901] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7689135Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7689508Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7689872Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7690235Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7690447Z [05-13|18:28:27.902] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} +2026-05-13T18:30:53.7690815Z [05-13|18:28:27.902] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7691018Z [05-13|18:28:27.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7691354Z [05-13|18:28:27.902] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.7691488Z [05-13|18:28:27.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7691906Z [05-13|18:28:27.902] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7692045Z [05-13|18:28:27.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7692177Z [05-13|18:28:27.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7692541Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7692961Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7693236Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7693548Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7693815Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7694073Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7694438Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7694699Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7695068Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7695544Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7696012Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7696386Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7696752Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7697120Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7697484Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7697747Z [05-13|18:28:27.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7697963Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7698423Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7698902Z [05-13|18:28:27.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7699372Z [05-13|18:28:27.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7699749Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7700195Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7700589Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7700910Z [05-13|18:28:27.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7701376Z [05-13|18:28:27.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7701750Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7702261Z [05-13|18:28:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7702726Z [05-13|18:28:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7703084Z [05-13|18:28:27.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7703349Z [05-13|18:28:27.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} +2026-05-13T18:30:53.7703811Z [05-13|18:28:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7704275Z [05-13|18:28:27.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7704645Z [05-13|18:28:27.907] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7705013Z [05-13|18:28:27.908] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7705230Z [05-13|18:28:27.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7705603Z [05-13|18:28:27.908] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7705973Z [05-13|18:28:27.908] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7706343Z [05-13|18:28:27.909] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7706709Z [05-13|18:28:27.909] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7707077Z [05-13|18:28:27.909] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7707288Z [05-13|18:28:27.910] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7707658Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7708001Z [05-13|18:28:27.910] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7708499Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7708874Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7709249Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7709686Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7710076Z [05-13|18:28:27.911] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7710452Z [05-13|18:28:27.911] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7710784Z [05-13|18:28:27.911] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7711150Z [05-13|18:28:27.911] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7711345Z [05-13|18:28:27.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7711485Z [05-13|18:28:27.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7711697Z [05-13|18:28:27.911] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7711958Z [05-13|18:28:27.911] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7712097Z [05-13|18:28:27.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7712461Z [05-13|18:28:27.912] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7712667Z [05-13|18:28:27.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7713039Z [05-13|18:28:27.912] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7713371Z [05-13|18:28:27.913] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7713745Z [05-13|18:28:27.913] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7713882Z [05-13|18:28:27.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7714015Z [05-13|18:28:27.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7714345Z [05-13|18:28:27.913] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7714721Z [05-13|18:28:27.913] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7715057Z [05-13|18:28:27.913] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7715427Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7715797Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7716173Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7716309Z [05-13|18:28:27.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7716679Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7716815Z [05-13|18:28:27.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7717025Z [05-13|18:28:27.914] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7717363Z [05-13|18:28:27.914] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7717740Z [05-13|18:28:27.915] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7718227Z [05-13|18:28:27.915] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7718666Z [05-13|18:28:27.915] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7718800Z [05-13|18:28:27.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7719010Z [05-13|18:28:27.914] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} +2026-05-13T18:30:53.7719377Z [05-13|18:28:27.915] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7719645Z [05-13|18:28:27.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7719965Z [05-13|18:28:27.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7720492Z [05-13|18:28:27.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7720760Z [05-13|18:28:27.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7721131Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7721504Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7721764Z [05-13|18:28:27.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7722134Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7722610Z [05-13|18:28:27.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7722981Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7723355Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7723690Z [05-13|18:28:27.916] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.7723951Z [05-13|18:28:27.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7724319Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7724581Z [05-13|18:28:27.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7724791Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7725264Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7725633Z [05-13|18:28:27.917] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7726097Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7726363Z [05-13|18:28:27.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7726894Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7727157Z [05-13|18:28:27.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7727570Z [05-13|18:28:27.917] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7727934Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7728412Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7728628Z [05-13|18:28:27.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7729060Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7729477Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7729950Z [05-13|18:28:27.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7730415Z [05-13|18:28:27.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7730781Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7731164Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7731535Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7732003Z [05-13|18:28:27.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7732376Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7732745Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7733112Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7733381Z [05-13|18:28:27.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} +2026-05-13T18:30:53.7733591Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7733798Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7734172Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7734381Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7734717Z [05-13|18:28:27.920] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7735092Z [05-13|18:28:27.920] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7735229Z [05-13|18:28:27.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7735437Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7735707Z [05-13|18:28:27.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7736042Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7736422Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7736797Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7736932Z [05-13|18:28:27.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7737295Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7737808Z [05-13|18:28:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7738348Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7738720Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7739067Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7739400Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7739771Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7740108Z [05-13|18:28:27.922] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7740481Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7740618Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7740987Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7741122Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7741252Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7741388Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7741753Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7741888Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7742025Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7742155Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7742286Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7742653Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7742984Z [05-13|18:28:27.923] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7743196Z [05-13|18:28:27.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7743586Z [05-13|18:28:27.923] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7743741Z [05-13|18:28:27.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7743957Z [05-13|18:28:27.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7744328Z [05-13|18:28:27.923] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7744708Z [05-13|18:28:27.923] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7745132Z [05-13|18:28:27.923] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7745502Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7745864Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7746284Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7746657Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7747025Z [05-13|18:28:27.924] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.7747395Z [05-13|18:28:27.925] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7747608Z [05-13|18:28:27.925] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} +2026-05-13T18:30:53.7747873Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7748007Z [05-13|18:28:27.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7748389Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7748652Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7748910Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7749173Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7749548Z [05-13|18:28:27.925] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7749804Z [05-13|18:28:27.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7750304Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7750676Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7751043Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7751522Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7751894Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7752358Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7752627Z [05-13|18:28:27.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7752998Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7753532Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7754051Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7754313Z [05-13|18:28:27.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7754680Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7755248Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7755815Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7756395Z [05-13|18:28:27.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7756776Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7757143Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7757604Z [05-13|18:28:27.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7758299Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7759135Z [05-13|18:28:27.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7759535Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7759907Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7760277Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7760514Z [05-13|18:28:27.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7760908Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7761281Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7761655Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7762024Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7762239Z [05-13|18:28:27.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7762452Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7762667Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7763049Z [05-13|18:28:27.929] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7763357Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7763564Z [05-13|18:28:27.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7763770Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7764106Z [05-13|18:28:27.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} +2026-05-13T18:30:53.7764448Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7764818Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7765157Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7765578Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7765956Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7766444Z [05-13|18:28:27.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.7766818Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7767029Z [05-13|18:28:27.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7767182Z [05-13|18:28:27.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7767511Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7767651Z [05-13|18:28:27.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7767984Z [05-13|18:28:27.931] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7768499Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7768831Z [05-13|18:28:27.931] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7769203Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7769571Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7769902Z [05-13|18:28:27.931] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7770276Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7770646Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7770782Z [05-13|18:28:27.932] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7771153Z [05-13|18:28:27.932] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7771480Z [05-13|18:28:27.932] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7771614Z [05-13|18:28:27.932] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7771983Z [05-13|18:28:27.932] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7772186Z [05-13|18:28:27.932] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7772550Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7772974Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7773304Z [05-13|18:28:27.933] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.7773667Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7773803Z [05-13|18:28:27.933] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7774022Z [05-13|18:28:27.933] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7774396Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7774812Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7775183Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7775545Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7775682Z [05-13|18:28:27.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7775812Z [05-13|18:28:27.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7775941Z [05-13|18:28:27.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7776231Z [05-13|18:28:27.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7776598Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7776862Z [05-13|18:28:27.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7777121Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7777608Z [05-13|18:28:27.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7777976Z [05-13|18:28:27.935] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7778458Z [05-13|18:28:27.935] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7778830Z [05-13|18:28:27.935] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7779094Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7779359Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7779828Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7780042Z [05-13|18:28:27.934] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} +2026-05-13T18:30:53.7780308Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7780678Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7781114Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7781589Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7782014Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7782384Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7782857Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7783282Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7783548Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7783922Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7784388Z [05-13|18:28:27.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7784757Z [05-13|18:28:27.937] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7785130Z [05-13|18:28:27.937] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7785398Z [05-13|18:28:27.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7785662Z [05-13|18:28:27.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7786134Z [05-13|18:28:27.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7786503Z [05-13|18:28:27.938] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7786865Z [05-13|18:28:27.938] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7787336Z [05-13|18:28:27.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7787603Z [05-13|18:28:27.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} +2026-05-13T18:30:53.7787969Z [05-13|18:28:27.938] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7788451Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7788919Z [05-13|18:28:27.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7789285Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7789655Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7790188Z [05-13|18:28:27.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.7790556Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7790974Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7791187Z [05-13|18:28:27.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7791528Z [05-13|18:28:27.940] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7791895Z [05-13|18:28:27.940] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7792082Z [05-13|18:28:27.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7792419Z [05-13|18:28:27.940] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7792803Z [05-13|18:28:27.940] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7793176Z [05-13|18:28:27.940] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7793390Z [05-13|18:28:27.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7793526Z [05-13|18:28:27.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7793889Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7794222Z [05-13|18:28:27.941] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7794558Z [05-13|18:28:27.941] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7794928Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7795143Z [05-13|18:28:27.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7795348Z [05-13|18:28:27.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7795717Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7796088Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7796302Z [05-13|18:28:27.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7796634Z [05-13|18:28:27.941] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7797001Z [05-13|18:28:27.942] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7797140Z [05-13|18:28:27.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7797503Z [05-13|18:28:27.942] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7797708Z [05-13|18:28:27.942] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7797848Z [05-13|18:28:27.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7798352Z [05-13|18:28:27.942] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7798636Z [05-13|18:28:27.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7798776Z [05-13|18:28:27.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7799114Z [05-13|18:28:27.943] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7799540Z [05-13|18:28:27.943] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7799756Z [05-13|18:28:27.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} +2026-05-13T18:30:53.7800088Z [05-13|18:28:27.943] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7800458Z [05-13|18:28:27.943] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7800652Z [05-13|18:28:27.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7801023Z [05-13|18:28:27.943] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7801205Z [05-13|18:28:27.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7801576Z [05-13|18:28:27.944] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7801942Z [05-13|18:28:27.944] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7802276Z [05-13|18:28:27.944] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.7802647Z [05-13|18:28:27.944] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7802784Z [05-13|18:28:27.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7803147Z [05-13|18:28:27.945] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7803421Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7803685Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7804051Z [05-13|18:28:27.945] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7804318Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7804577Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7804835Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7805096Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7805577Z [05-13|18:28:27.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7805713Z [05-13|18:28:27.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7806084Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7806448Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7806920Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7807234Z [05-13|18:28:27.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7807607Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7808011Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7808399Z [05-13|18:28:27.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} +2026-05-13T18:30:53.7808613Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7809078Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7809509Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7810036Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7810409Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7810776Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7811238Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7811609Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7812077Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7812448Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7812922Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7813133Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7813501Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7813868Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7814234Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7814673Z [05-13|18:28:27.947] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 68, "epoch round": 68} +2026-05-13T18:30:53.7815043Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7815513Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7815880Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7816023Z [05-13|18:28:27.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7816461Z [05-13|18:28:27.948] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7816688Z [05-13|18:28:27.948] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7816905Z [05-13|18:28:27.948] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7817298Z [05-13|18:28:27.948] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7817670Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7818269Z [05-13|18:28:27.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.7818667Z [05-13|18:28:27.949] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7818881Z [05-13|18:28:27.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7819309Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7819679Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7819885Z [05-13|18:28:27.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7820232Z [05-13|18:28:27.949] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7820603Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7820972Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7821347Z [05-13|18:28:27.950] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7821678Z [05-13|18:28:27.950] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7822044Z [05-13|18:28:27.950] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7822380Z [05-13|18:28:27.950] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7822749Z [05-13|18:28:27.950] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7822962Z [05-13|18:28:27.950] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7823296Z [05-13|18:28:27.950] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7823664Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7824028Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7824368Z [05-13|18:28:27.951] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7824574Z [05-13|18:28:27.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7824938Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7825368Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7825704Z [05-13|18:28:27.951] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7826129Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7826271Z [05-13|18:28:27.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7826633Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7826998Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7827407Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7827546Z [05-13|18:28:27.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7827946Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7828466Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7828841Z [05-13|18:28:27.953] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7829112Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.7829383Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.7829641Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.7829905Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.7830183Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.7830396Z [05-13|18:28:27.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} +2026-05-13T18:30:53.7830655Z [05-13|18:28:27.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.7831132Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7831503Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7831872Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7832343Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7832713Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7833084Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7833551Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7834009Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7834449Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7834889Z [05-13|18:28:27.954] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 69, "epoch round": 69} +2026-05-13T18:30:53.7835404Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7835544Z [05-13|18:28:27.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7835909Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7836341Z [05-13|18:28:27.954] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 69, "epoch round": 69} +2026-05-13T18:30:53.7836543Z [05-13|18:28:27.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7837057Z [05-13|18:28:27.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7837429Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7837800Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7838011Z [05-13|18:28:27.955] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7838462Z [05-13|18:28:27.955] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.7838839Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7839208Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7839572Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7840045Z [05-13|18:28:27.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7840178Z [05-13|18:28:27.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7840386Z [05-13|18:28:27.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7840763Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7841128Z [05-13|18:28:27.956] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7841492Z [05-13|18:28:27.956] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7841706Z [05-13|18:28:27.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7841970Z [05-13|18:28:27.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 8} +2026-05-13T18:30:53.7842176Z [05-13|18:28:27.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7842387Z [05-13|18:28:27.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7842754Z [05-13|18:28:27.956] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7843122Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7843654Z [05-13|18:28:27.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7844111Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7844470Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7844808Z [05-13|18:28:27.957] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7845137Z [05-13|18:28:27.957] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7845558Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7845702Z [05-13|18:28:27.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7846015Z [05-13|18:28:27.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} +2026-05-13T18:30:53.7846346Z [05-13|18:28:27.958] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7846723Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7847049Z [05-13|18:28:27.958] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7847418Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7847890Z [05-13|18:28:27.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.7848372Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7848510Z [05-13|18:28:27.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7848876Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7849114Z [05-13|18:28:27.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7849480Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7849850Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7849985Z [05-13|18:28:27.959] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7850326Z [05-13|18:28:27.959] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7850466Z [05-13|18:28:27.959] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7850830Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7851198Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7851569Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7851704Z [05-13|18:28:27.959] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7852102Z [05-13|18:28:27.960] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7852435Z [05-13|18:28:27.960] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7852858Z [05-13|18:28:27.960] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7853066Z [05-13|18:28:27.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7853435Z [05-13|18:28:27.960] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7853800Z [05-13|18:28:27.960] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7853934Z [05-13|18:28:27.961] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7854356Z [05-13|18:28:27.961] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7854775Z [05-13|18:28:27.961] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7854987Z [05-13|18:28:27.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7855361Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7855693Z [05-13|18:28:27.962] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7856059Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7856198Z [05-13|18:28:27.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7856528Z [05-13|18:28:27.962] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.7856897Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7857113Z [05-13|18:28:27.962] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} +2026-05-13T18:30:53.7857491Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7857776Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7858164Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7858435Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7858699Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7858963Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7859439Z [05-13|18:28:27.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7859823Z [05-13|18:28:27.963] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7860298Z [05-13|18:28:27.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7860671Z [05-13|18:28:27.963] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7861106Z [05-13|18:28:27.963] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7861248Z [05-13|18:28:27.963] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7861615Z [05-13|18:28:27.964] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7861934Z [05-13|18:28:27.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7862400Z [05-13|18:28:27.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7862664Z [05-13|18:28:27.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7863081Z [05-13|18:28:27.964] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7863603Z [05-13|18:28:27.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7864064Z [05-13|18:28:27.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7864442Z [05-13|18:28:27.964] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7864706Z [05-13|18:28:27.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7864918Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7865051Z [05-13|18:28:27.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7865267Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7865639Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7866005Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7866378Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7866840Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7867302Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7867677Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7868157Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7868627Z [05-13|18:28:27.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7868995Z [05-13|18:28:27.966] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7869362Z [05-13|18:28:27.966] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7869731Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7870161Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7870503Z [05-13|18:28:27.967] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7870941Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7871309Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7871644Z [05-13|18:28:27.967] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7871977Z [05-13|18:28:27.967] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7872398Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7872816Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7873188Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7873398Z [05-13|18:28:27.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7873726Z [05-13|18:28:27.968] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7874101Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7874467Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7874603Z [05-13|18:28:27.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7874818Z [05-13|18:28:27.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7875026Z [05-13|18:28:27.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7875355Z [05-13|18:28:27.969] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7875625Z [05-13|18:28:27.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} +2026-05-13T18:30:53.7875989Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7876320Z [05-13|18:28:27.969] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7876693Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7877059Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7877523Z [05-13|18:28:27.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.7877900Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7878385Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7878755Z [05-13|18:28:27.970] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7879158Z [05-13|18:28:27.970] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7879370Z [05-13|18:28:27.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7879788Z [05-13|18:28:27.970] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7880007Z [05-13|18:28:27.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7880144Z [05-13|18:28:27.971] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7880516Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7880952Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7881169Z [05-13|18:28:27.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7881562Z [05-13|18:28:27.971] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7881940Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7882312Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7882521Z [05-13|18:28:27.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} +2026-05-13T18:30:53.7882890Z [05-13|18:28:27.972] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7883225Z [05-13|18:28:27.973] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.7883601Z [05-13|18:28:27.973] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7883741Z [05-13|18:28:27.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7883876Z [05-13|18:28:27.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7884242Z [05-13|18:28:27.973] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7884516Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7884777Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7885036Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7885303Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7885774Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7886239Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7886508Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7886881Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7887347Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7887759Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7888241Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7888569Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7889036Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7889301Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7889669Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7889990Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7890408Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7890884Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7891344Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7891802Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7895636Z [05-13|18:28:27.975] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7896088Z [05-13|18:28:27.975] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7896590Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7896989Z [05-13|18:28:27.975] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7897379Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7897764Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7898492Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7898949Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7899339Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7899745Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7900030Z [05-13|18:28:27.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} +2026-05-13T18:30:53.7900420Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7900818Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7901373Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7901727Z [05-13|18:28:27.976] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7902167Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7902651Z [05-13|18:28:27.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7903025Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7903456Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7903836Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7904260Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7904653Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7905027Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7905397Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7905773Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7906142Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7906489Z [05-13|18:28:27.978] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7906867Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7907204Z [05-13|18:28:27.979] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7907581Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7907916Z [05-13|18:28:27.979] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7908445Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7908614Z [05-13|18:28:27.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7908753Z [05-13|18:28:27.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7909135Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7909512Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7909887Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7910232Z [05-13|18:28:27.980] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7910679Z [05-13|18:28:27.980] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7910819Z [05-13|18:28:27.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7911192Z [05-13|18:28:27.980] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7911738Z [05-13|18:28:27.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7912112Z [05-13|18:28:27.980] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7912596Z [05-13|18:28:27.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7912997Z [05-13|18:28:27.980] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7913424Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7913566Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7913708Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7913842Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7914212Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7914347Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7914485Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7914955Z [05-13|18:28:27.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7915093Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7915440Z [05-13|18:28:27.981] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7915814Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7916184Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7916526Z [05-13|18:28:27.981] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7916752Z [05-13|18:28:27.981] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7917128Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7917603Z [05-13|18:28:27.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7917742Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7917877Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7918222Z [05-13|18:28:27.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7918566Z [05-13|18:28:27.982] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.7918702Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7919085Z [05-13|18:28:27.982] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7919330Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7919544Z [05-13|18:28:27.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7919742Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7920114Z [05-13|18:28:27.982] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7920582Z [05-13|18:28:27.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7920968Z [05-13|18:28:27.983] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7921496Z [05-13|18:28:27.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7921640Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7921830Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7922208Z [05-13|18:28:27.983] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7922345Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7922817Z [05-13|18:28:27.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7922954Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7923170Z [05-13|18:28:27.984] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7923556Z [05-13|18:28:27.984] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7923692Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7923827Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7923969Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7924436Z [05-13|18:28:27.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7924572Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7924793Z [05-13|18:28:27.984] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7925003Z [05-13|18:28:27.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7925139Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7925278Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7925409Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7925546Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7925681Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7925820Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7926027Z [05-13|18:28:27.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7926160Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7926299Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7926431Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7926563Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7926703Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7927124Z [05-13|18:28:27.986] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7927501Z [05-13|18:28:27.986] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7927913Z [05-13|18:28:27.987] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7928401Z [05-13|18:28:27.987] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7928616Z [05-13|18:28:27.987] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7928991Z [05-13|18:28:27.987] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7929534Z [05-13|18:28:27.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.7929959Z [05-13|18:28:27.988] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7930344Z [05-13|18:28:27.988] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7930557Z [05-13|18:28:27.989] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} +2026-05-13T18:30:53.7930932Z [05-13|18:28:27.989] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7931214Z [05-13|18:28:27.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7931484Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7931748Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7932226Z [05-13|18:28:27.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7932603Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7932869Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7933142Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7933524Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7933795Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7934282Z [05-13|18:28:27.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7934662Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7935036Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7935508Z [05-13|18:28:27.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7935954Z [05-13|18:28:27.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.7936388Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7936667Z [05-13|18:28:27.991] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7937086Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7937554Z [05-13|18:28:27.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7937928Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7938704Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7939178Z [05-13|18:28:27.992] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} +2026-05-13T18:30:53.7939714Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7940183Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7940663Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7941045Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7941422Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7941796Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7942265Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7942406Z [05-13|18:28:27.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7942789Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7943160Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7943537Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7943917Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7944132Z [05-13|18:28:27.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7944347Z [05-13|18:28:27.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7944721Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7944995Z [05-13|18:28:27.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} +2026-05-13T18:30:53.7945365Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7945797Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7946142Z [05-13|18:28:27.993] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7946563Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7946778Z [05-13|18:28:27.994] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7947146Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7947485Z [05-13|18:28:27.994] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7947632Z [05-13|18:28:27.995] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7948189Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7948345Z [05-13|18:28:27.995] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7948779Z [05-13|18:28:27.995] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7949168Z [05-13|18:28:27.995] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7949309Z [05-13|18:28:27.995] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7949649Z [05-13|18:28:27.995] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7950028Z [05-13|18:28:27.995] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7950251Z [05-13|18:28:27.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7950470Z [05-13|18:28:27.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7950815Z [05-13|18:28:27.995] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7950953Z [05-13|18:28:27.996] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7951292Z [05-13|18:28:27.996] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7951666Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7951996Z [05-13|18:28:27.996] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7952377Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7952748Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7953223Z [05-13|18:28:27.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.7953605Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7953974Z [05-13|18:28:27.997] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7954112Z [05-13|18:28:27.997] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7954329Z [05-13|18:28:27.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7954601Z [05-13|18:28:27.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7954807Z [05-13|18:28:27.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7955183Z [05-13|18:28:27.997] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7955572Z [05-13|18:28:27.998] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7955939Z [05-13|18:28:27.998] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7956084Z [05-13|18:28:27.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7956454Z [05-13|18:28:27.998] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7956643Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7956987Z [05-13|18:28:27.999] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.7957395Z [05-13|18:28:27.999] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7957534Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7957672Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7957804Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7958289Z [05-13|18:28:27.999] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7958666Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7959038Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7959318Z [05-13|18:28:28.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7959703Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7959973Z [05-13|18:28:28.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7960457Z [05-13|18:28:28.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7960838Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7961211Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7961479Z [05-13|18:28:28.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7961748Z [05-13|18:28:28.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7962123Z [05-13|18:28:28.001] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7962335Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} +2026-05-13T18:30:53.7962549Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7963021Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7963354Z [05-13|18:28:28.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7963731Z [05-13|18:28:28.001] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7964256Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7964632Z [05-13|18:28:28.001] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7965104Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7965525Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7965897Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7966223Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7966596Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7967062Z [05-13|18:28:28.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7967440Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7967704Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7968199Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7968579Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7968947Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7969211Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7969476Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} +2026-05-13T18:30:53.7969946Z [05-13|18:28:28.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7970320Z [05-13|18:28:28.003] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7970697Z [05-13|18:28:28.003] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7971173Z [05-13|18:28:28.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7971550Z [05-13|18:28:28.004] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7971915Z [05-13|18:28:28.004] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7972253Z [05-13|18:28:28.004] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7972794Z [05-13|18:28:28.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7973171Z [05-13|18:28:28.004] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7973559Z [05-13|18:28:28.005] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7973937Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7974305Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7974638Z [05-13|18:28:28.005] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7975065Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7975328Z [05-13|18:28:28.005] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7975698Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7976174Z [05-13|18:28:28.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.7976558Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7976772Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7976988Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7977131Z [05-13|18:28:28.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7977340Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7977551Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7977762Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7978334Z [05-13|18:28:28.006] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7978800Z [05-13|18:28:28.006] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7979175Z [05-13|18:28:28.006] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7979518Z [05-13|18:28:28.007] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7979900Z [05-13|18:28:28.007] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7980235Z [05-13|18:28:28.007] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7980615Z [05-13|18:28:28.007] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7980759Z [05-13|18:28:28.007] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7981091Z [05-13|18:28:28.007] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7981302Z [05-13|18:28:28.008] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7981768Z [05-13|18:28:28.008] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7982141Z [05-13|18:28:28.008] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7982333Z [05-13|18:28:28.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7982707Z [05-13|18:28:28.008] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7982842Z [05-13|18:28:28.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7983210Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7983549Z [05-13|18:28:28.008] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7983977Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7984437Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7984816Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7984952Z [05-13|18:28:28.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7985332Z [05-13|18:28:28.010] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7985706Z [05-13|18:28:28.010] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7985985Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.7986253Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.7986520Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.7986779Z [05-13|18:28:28.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.7987263Z [05-13|18:28:28.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7987649Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7988263Z [05-13|18:28:28.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7988652Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7989030Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7989400Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7989765Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7990143Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7990409Z [05-13|18:28:28.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 8} +2026-05-13T18:30:53.7990624Z [05-13|18:28:28.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.7991179Z [05-13|18:28:28.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7991555Z [05-13|18:28:28.012] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7992081Z [05-13|18:28:28.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7992460Z [05-13|18:28:28.012] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7992802Z [05-13|18:28:28.013] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.7993224Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7993757Z [05-13|18:28:28.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7994134Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7994504Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7994880Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7995248Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7995625Z [05-13|18:28:28.014] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7995764Z [05-13|18:28:28.014] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.7996033Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.7996507Z [05-13|18:28:28.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7996884Z [05-13|18:28:28.014] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.7997152Z [05-13|18:28:28.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.7997363Z [05-13|18:28:28.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} +2026-05-13T18:30:53.7997583Z [05-13|18:28:28.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.7997845Z [05-13|18:28:28.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.7998322Z [05-13|18:28:28.015] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.7998829Z [05-13|18:28:28.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7999302Z [05-13|18:28:28.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.7999517Z [05-13|18:28:28.016] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.7999782Z [05-13|18:28:28.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} +2026-05-13T18:30:53.8000324Z [05-13|18:28:28.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8000544Z [05-13|18:28:28.017] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.8000971Z [05-13|18:28:28.015] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8001340Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8001714Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8002083Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8002506Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8002939Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8003310Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8003679Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8004060Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8004425Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8004796Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8005140Z [05-13|18:28:28.019] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8005514Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8005652Z [05-13|18:28:28.019] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8006027Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8006360Z [05-13|18:28:28.019] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8006569Z [05-13|18:28:28.019] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.8006944Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8007081Z [05-13|18:28:28.019] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8007413Z [05-13|18:28:28.019] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8007790Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8008246Z [05-13|18:28:28.020] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8008619Z [05-13|18:28:28.020] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8008760Z [05-13|18:28:28.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8009160Z [05-13|18:28:28.020] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8009488Z [05-13|18:28:28.020] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8009917Z [05-13|18:28:28.021] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8010126Z [05-13|18:28:28.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.8010260Z [05-13|18:28:28.021] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8010399Z [05-13|18:28:28.021] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8010766Z [05-13|18:28:28.021] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8010950Z [05-13|18:28:28.021] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8011330Z [05-13|18:28:28.021] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8011652Z [05-13|18:28:28.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8011924Z [05-13|18:28:28.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8012141Z [05-13|18:28:28.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.8012473Z [05-13|18:28:28.022] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8012737Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8013114Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8013381Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8013860Z [05-13|18:28:28.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8014243Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8014507Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8014877Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8015356Z [05-13|18:28:28.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8015730Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8016100Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8016370Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8016842Z [05-13|18:28:28.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8017210Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8017584Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8017840Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} +2026-05-13T18:30:53.8018430Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8018869Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8019237Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8019605Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8019947Z [05-13|18:28:28.023] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8020376Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8020903Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8021296Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8021672Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8022143Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8022520Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8022887Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8023030Z [05-13|18:28:28.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8023404Z [05-13|18:28:28.024] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8023620Z [05-13|18:28:28.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8023891Z [05-13|18:28:28.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8024040Z [05-13|18:28:28.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8024182Z [05-13|18:28:28.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8024400Z [05-13|18:28:28.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8024686Z [05-13|18:28:28.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8025026Z [05-13|18:28:28.024] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8025403Z [05-13|18:28:28.024] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8025621Z [05-13|18:28:28.025] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8026098Z [05-13|18:28:28.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8026476Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8026853Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8027290Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8027630Z [05-13|18:28:28.025] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8028235Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8028775Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8029155Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8029509Z [05-13|18:28:28.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} +2026-05-13T18:30:53.8029936Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8030154Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8030645Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8031017Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8031227Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8031608Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8031818Z [05-13|18:28:28.027] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8032153Z [05-13|18:28:28.027] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8032366Z [05-13|18:28:28.027] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8032696Z [05-13|18:28:28.027] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8032907Z [05-13|18:28:28.027] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8033287Z [05-13|18:28:28.027] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8033660Z [05-13|18:28:28.027] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8034034Z [05-13|18:28:28.027] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8034375Z [05-13|18:28:28.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8034587Z [05-13|18:28:28.028] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} +2026-05-13T18:30:53.8034964Z [05-13|18:28:28.028] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8035295Z [05-13|18:28:28.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8035664Z [05-13|18:28:28.028] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8036003Z [05-13|18:28:28.029] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8036395Z [05-13|18:28:28.029] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8036767Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8036966Z [05-13|18:28:28.029] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8037334Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8037663Z [05-13|18:28:28.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8037804Z [05-13|18:28:28.029] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8038365Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8038799Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8038941Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8039079Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8039413Z [05-13|18:28:28.030] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8039782Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8040152Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8040522Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8040658Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8041029Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8041164Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8041298Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8041432Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8041798Z [05-13|18:28:28.032] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8042166Z [05-13|18:28:28.032] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8042320Z [05-13|18:28:28.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8042589Z [05-13|18:28:28.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8042855Z [05-13|18:28:28.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8043123Z [05-13|18:28:28.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8043380Z [05-13|18:28:28.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8043864Z [05-13|18:28:28.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8044246Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8044618Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8044945Z [05-13|18:28:28.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8045427Z [05-13|18:28:28.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8045849Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8046214Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8046690Z [05-13|18:28:28.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8047097Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8047504Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8047910Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8048497Z [05-13|18:28:28.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8048768Z [05-13|18:28:28.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 8} +2026-05-13T18:30:53.8049141Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8049518Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8049735Z [05-13|18:28:28.035] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8050000Z [05-13|18:28:28.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8050262Z [05-13|18:28:28.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8050526Z [05-13|18:28:28.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} +2026-05-13T18:30:53.8051008Z [05-13|18:28:28.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8051478Z [05-13|18:28:28.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8051855Z [05-13|18:28:28.036] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8052224Z [05-13|18:28:28.036] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8052696Z [05-13|18:28:28.037] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8053074Z [05-13|18:28:28.037] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8053441Z [05-13|18:28:28.037] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8053806Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8054243Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8054714Z [05-13|18:28:28.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8055139Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8055512Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8055989Z [05-13|18:28:28.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8056460Z [05-13|18:28:28.039] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8056733Z [05-13|18:28:28.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8057108Z [05-13|18:28:28.039] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8057323Z [05-13|18:28:28.040] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8057665Z [05-13|18:28:28.040] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8058144Z [05-13|18:28:28.040] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8058359Z [05-13|18:28:28.040] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8058576Z [05-13|18:28:28.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8058783Z [05-13|18:28:28.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8059117Z [05-13|18:28:28.041] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8059450Z [05-13|18:28:28.041] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8059819Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8060186Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8060522Z [05-13|18:28:28.042] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8060662Z [05-13|18:28:28.042] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8061033Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8061368Z [05-13|18:28:28.042] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8061699Z [05-13|18:28:28.042] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8062069Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8062446Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8062657Z [05-13|18:28:28.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8062870Z [05-13|18:28:28.042] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8063206Z [05-13|18:28:28.043] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8063581Z [05-13|18:28:28.043] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8064006Z [05-13|18:28:28.044] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8064146Z [05-13|18:28:28.044] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8064355Z [05-13|18:28:28.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8064722Z [05-13|18:28:28.045] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8065111Z [05-13|18:28:28.045] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8065531Z [05-13|18:28:28.045] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8065866Z [05-13|18:28:28.045] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8066007Z [05-13|18:28:28.045] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8066377Z [05-13|18:28:28.045] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8066746Z [05-13|18:28:28.046] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8066884Z [05-13|18:28:28.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8067020Z [05-13|18:28:28.046] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8067386Z [05-13|18:28:28.046] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8067601Z [05-13|18:28:28.046] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} +2026-05-13T18:30:53.8067971Z [05-13|18:28:28.047] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8068464Z [05-13|18:28:28.047] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8068742Z [05-13|18:28:28.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8069006Z [05-13|18:28:28.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8069382Z [05-13|18:28:28.048] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8069867Z [05-13|18:28:28.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8070239Z [05-13|18:28:28.048] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8070504Z [05-13|18:28:28.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8070771Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8071141Z [05-13|18:28:28.049] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8071403Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8071848Z [05-13|18:28:28.049] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8072218Z [05-13|18:28:28.049] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8072532Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8072796Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8073267Z [05-13|18:28:28.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8073640Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8074171Z [05-13|18:28:28.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8074596Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8074966Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8075234Z [05-13|18:28:28.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8075705Z [05-13|18:28:28.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8075969Z [05-13|18:28:28.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} +2026-05-13T18:30:53.8076447Z [05-13|18:28:28.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8076912Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8077287Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8077755Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8078241Z [05-13|18:28:28.051] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8078623Z [05-13|18:28:28.051] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8079094Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8079308Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8079782Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8080153Z [05-13|18:28:28.051] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8080363Z [05-13|18:28:28.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8080738Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8081169Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8081538Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8081959Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8082335Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8082546Z [05-13|18:28:28.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8082914Z [05-13|18:28:28.053] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8083329Z [05-13|18:28:28.053] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8083722Z [05-13|18:28:28.054] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8084065Z [05-13|18:28:28.054] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8084273Z [05-13|18:28:28.054] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8084642Z [05-13|18:28:28.054] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8085016Z [05-13|18:28:28.055] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8085228Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8085438Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8085810Z [05-13|18:28:28.055] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8086178Z [05-13|18:28:28.055] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8086385Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8086598Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8086933Z [05-13|18:28:28.056] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8087265Z [05-13|18:28:28.056] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8087599Z [05-13|18:28:28.056] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8087931Z [05-13|18:28:28.057] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8088183Z [05-13|18:28:28.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8088520Z [05-13|18:28:28.057] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8088847Z [05-13|18:28:28.057] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8089216Z [05-13|18:28:28.056] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8089591Z [05-13|18:28:28.057] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8089865Z [05-13|18:28:28.058] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} +2026-05-13T18:30:53.8090238Z [05-13|18:28:28.058] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8090431Z [05-13|18:28:28.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8090565Z [05-13|18:28:28.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8090938Z [05-13|18:28:28.058] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8091075Z [05-13|18:28:28.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8091443Z [05-13|18:28:28.058] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8091630Z [05-13|18:28:28.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8092008Z [05-13|18:28:28.059] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8092500Z [05-13|18:28:28.059] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8092875Z [05-13|18:28:28.059] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8093246Z [05-13|18:28:28.060] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8093380Z [05-13|18:28:28.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8093744Z [05-13|18:28:28.060] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8094088Z [05-13|18:28:28.061] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8094455Z [05-13|18:28:28.061] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8094722Z [05-13|18:28:28.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.8094861Z [05-13|18:28:28.061] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8094994Z [05-13|18:28:28.061] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8095468Z [05-13|18:28:28.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8095608Z [05-13|18:28:28.061] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8095982Z [05-13|18:28:28.061] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8096349Z [05-13|18:28:28.061] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8096722Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8097194Z [05-13|18:28:28.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8097563Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8098148Z [05-13|18:28:28.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8098596Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8098866Z [05-13|18:28:28.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.8099337Z [05-13|18:28:28.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8099854Z [05-13|18:28:28.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8100227Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8100744Z [05-13|18:28:28.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8101128Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8101544Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8101818Z [05-13|18:28:28.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.8102254Z [05-13|18:28:28.063] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} +2026-05-13T18:30:53.8102632Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8103070Z [05-13|18:28:28.063] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} +2026-05-13T18:30:53.8103287Z [05-13|18:28:28.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8103663Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8104037Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8104504Z [05-13|18:28:28.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8104874Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8105240Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8105453Z [05-13|18:28:28.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8105824Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8106187Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8106393Z [05-13|18:28:28.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8106759Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8107123Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8107258Z [05-13|18:28:28.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8107672Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8107939Z [05-13|18:28:28.065] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} +2026-05-13T18:30:53.8108563Z [05-13|18:28:28.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8108941Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8109276Z [05-13|18:28:28.065] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8109647Z [05-13|18:28:28.066] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8110044Z [05-13|18:28:28.066] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8110310Z [05-13|18:28:28.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8110691Z [05-13|18:28:28.066] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8110906Z [05-13|18:28:28.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8111273Z [05-13|18:28:28.066] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8111409Z [05-13|18:28:28.066] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8111546Z [05-13|18:28:28.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8111877Z [05-13|18:28:28.067] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8112206Z [05-13|18:28:28.067] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8112580Z [05-13|18:28:28.067] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8112910Z [05-13|18:28:28.067] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8113281Z [05-13|18:28:28.067] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8113653Z [05-13|18:28:28.067] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8113787Z [05-13|18:28:28.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8113996Z [05-13|18:28:28.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8114211Z [05-13|18:28:28.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8114543Z [05-13|18:28:28.068] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8115017Z [05-13|18:28:28.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8115401Z [05-13|18:28:28.068] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8115536Z [05-13|18:28:28.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8115912Z [05-13|18:28:28.068] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8116117Z [05-13|18:28:28.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8116484Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8116852Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8117048Z [05-13|18:28:28.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8117413Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8117781Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8118272Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8118699Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8118837Z [05-13|18:28:28.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8119226Z [05-13|18:28:28.070] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8119599Z [05-13|18:28:28.070] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8119965Z [05-13|18:28:28.070] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8120107Z [05-13|18:28:28.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8120240Z [05-13|18:28:28.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8120373Z [05-13|18:28:28.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8120593Z [05-13|18:28:28.071] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8120973Z [05-13|18:28:28.070] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8121108Z [05-13|18:28:28.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8121319Z [05-13|18:28:28.071] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} +2026-05-13T18:30:53.8121458Z [05-13|18:28:28.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8121788Z [05-13|18:28:28.072] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8122155Z [05-13|18:28:28.072] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8122526Z [05-13|18:28:28.072] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8122793Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8123056Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8123322Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8123582Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8124053Z [05-13|18:28:28.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8124516Z [05-13|18:28:28.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8124842Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8125105Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8125369Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8125924Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8126300Z [05-13|18:28:28.073] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8126760Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8127175Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8127554Z [05-13|18:28:28.074] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8127925Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8128519Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8128897Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8129265Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8129633Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8130105Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8130479Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8130841Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8131208Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8131671Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8132046Z [05-13|18:28:28.075] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8132422Z [05-13|18:28:28.075] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8132637Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8132845Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8133231Z [05-13|18:28:28.075] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8133444Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8133650Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8133991Z [05-13|18:28:28.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8134362Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8134785Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8135156Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8135524Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8135859Z [05-13|18:28:28.076] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8136282Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8136496Z [05-13|18:28:28.077] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8136914Z [05-13|18:28:28.077] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8137059Z [05-13|18:28:28.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8137391Z [05-13|18:28:28.077] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8137719Z [05-13|18:28:28.077] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8138213Z [05-13|18:28:28.077] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8139091Z [05-13|18:28:28.077] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "3d72ab96c1d17c69", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} +2026-05-13T18:30:53.8139462Z [05-13|18:28:28.078] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8139678Z [05-13|18:28:28.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8140147Z [05-13|18:28:28.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8140521Z [05-13|18:28:28.078] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8140898Z [05-13|18:28:28.079] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8141232Z [05-13|18:28:28.079] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8141569Z [05-13|18:28:28.079] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8141780Z [05-13|18:28:28.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8141916Z [05-13|18:28:28.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8142246Z [05-13|18:28:28.079] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8142386Z [05-13|18:28:28.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8142716Z [05-13|18:28:28.080] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8142917Z [05-13|18:28:28.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8143054Z [05-13|18:28:28.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8143209Z [05-13|18:28:28.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8143562Z [05-13|18:28:28.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8143773Z [05-13|18:28:28.081] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8143907Z [05-13|18:28:28.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8144168Z [05-13|18:28:28.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8144440Z [05-13|18:28:28.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8144757Z [05-13|18:28:28.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8145235Z [05-13|18:28:28.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8145552Z [05-13|18:28:28.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8145886Z [05-13|18:28:28.083] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8146352Z [05-13|18:28:28.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8146620Z [05-13|18:28:28.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} +2026-05-13T18:30:53.8147113Z [05-13|18:28:28.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8147379Z [05-13|18:28:28.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8147851Z [05-13|18:28:28.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8148222Z [05-13|18:28:28.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8148688Z [05-13|18:28:28.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8149152Z [05-13|18:28:28.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8149287Z [05-13|18:28:28.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8149424Z [05-13|18:28:28.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8149891Z [05-13|18:28:28.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8150353Z [05-13|18:28:28.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8150687Z [05-13|18:28:28.087] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8150961Z [05-13|18:28:28.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8151295Z [05-13|18:28:28.087] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8151761Z [05-13|18:28:28.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8152048Z [05-13|18:28:28.087] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} +2026-05-13T18:30:53.8152185Z [05-13|18:28:28.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8152373Z [05-13|18:28:28.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8152514Z [05-13|18:28:28.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8152649Z [05-13|18:28:28.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8152983Z [05-13|18:28:28.089] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8153456Z [05-13|18:28:28.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8153644Z [05-13|18:28:28.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8153884Z [05-13|18:28:28.090] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 31} +2026-05-13T18:30:53.8154139Z [05-13|18:28:28.090] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 63} +2026-05-13T18:30:53.8154610Z [05-13|18:28:28.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8154943Z [05-13|18:28:28.090] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8155161Z [05-13|18:28:28.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8155625Z [05-13|18:28:28.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8155962Z [05-13|18:28:28.090] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8156301Z [05-13|18:28:28.091] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8156630Z [05-13|18:28:28.091] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8156768Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8156981Z [05-13|18:28:28.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8157115Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8157322Z [05-13|18:28:28.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8157460Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8157593Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8157726Z [05-13|18:28:28.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8158182Z [05-13|18:28:28.092] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8158976Z [05-13|18:28:28.092] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 31, "relevant": "walRound{round: 31, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.8159319Z [05-13|18:28:28.092] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8159537Z [05-13|18:28:28.092] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:53.8159672Z [05-13|18:28:28.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8160151Z [05-13|18:28:28.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8160362Z [05-13|18:28:28.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8160497Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8160683Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8160818Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8160955Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8161084Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8161556Z [05-13|18:28:28.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8161825Z [05-13|18:28:28.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} +2026-05-13T18:30:53.8162345Z [05-13|18:28:28.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8162867Z [05-13|18:28:28.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8163335Z [05-13|18:28:28.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8163470Z [05-13|18:28:28.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8163608Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8163742Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8163873Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8164006Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8164228Z [05-13|18:28:28.096] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8164691Z [05-13|18:28:28.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8164827Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8164964Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8165096Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8165228Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8165363Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8165575Z [05-13|18:28:28.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8165785Z [05-13|18:28:28.096] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8165924Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8166056Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8166265Z [05-13|18:28:28.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8166404Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8166550Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8166683Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8166814Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8166950Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8167084Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8167220Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8167489Z [05-13|18:28:28.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8167622Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8167754Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8167929Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8168169Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8168304Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8168439Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8168569Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8168700Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8169041Z [05-13|18:28:28.099] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8169242Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8169378Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8169559Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8169698Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8169832Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8169961Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8170098Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8170227Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8170359Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8170496Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8170626Z [05-13|18:28:28.101] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8170760Z [05-13|18:28:28.101] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8170897Z [05-13|18:28:28.101] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8171367Z [05-13|18:28:28.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8171703Z [05-13|18:28:28.104] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} +2026-05-13T18:30:53.8172174Z [05-13|18:28:28.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8172385Z [05-13|18:28:28.104] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} +2026-05-13T18:30:53.8172653Z [05-13|18:28:28.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8172922Z [05-13|18:28:28.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8173183Z [05-13|18:28:28.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8173653Z [05-13|18:28:28.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8173996Z [05-13|18:28:28.105] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} +2026-05-13T18:30:53.8174258Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8174518Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8174738Z [05-13|18:28:28.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8175276Z [05-13|18:28:28.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8175541Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8175860Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8176325Z [05-13|18:28:28.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8176587Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8177057Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8177563Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8178196Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8178425Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8178890Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8179159Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} +2026-05-13T18:30:53.8179626Z [05-13|18:28:28.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8180087Z [05-13|18:28:28.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8180423Z [05-13|18:28:28.109] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8180645Z [05-13|18:28:28.110] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8180978Z [05-13|18:28:28.110] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8181451Z [05-13|18:28:28.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8181918Z [05-13|18:28:28.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8182253Z [05-13|18:28:28.112] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8182587Z [05-13|18:28:28.112] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8182731Z [05-13|18:28:28.112] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8182939Z [05-13|18:28:28.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8183155Z [05-13|18:28:28.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8183369Z [05-13|18:28:28.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8183699Z [05-13|18:28:28.113] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8183836Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8184232Z [05-13|18:28:28.113] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8184367Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8184553Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8184689Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8184896Z [05-13|18:28:28.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8185223Z [05-13|18:28:28.113] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} +2026-05-13T18:30:53.8185699Z [05-13|18:28:28.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8185960Z [05-13|18:28:28.114] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8186294Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} +2026-05-13T18:30:53.8186803Z [05-13|18:28:28.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8186942Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8187074Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8187410Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8187741Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} +2026-05-13T18:30:53.8187875Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8188470Z [05-13|18:28:28.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8188609Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8188945Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8189083Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8189217Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8189348Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8189682Z [05-13|18:28:28.115] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} +2026-05-13T18:30:53.8190156Z [05-13|18:28:28.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8190292Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8190430Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8190695Z [05-13|18:28:28.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8190960Z [05-13|18:28:28.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8191220Z [05-13|18:28:28.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8191695Z [05-13|18:28:28.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8191956Z [05-13|18:28:28.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8192321Z [05-13|18:28:28.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8192586Z [05-13|18:28:28.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8193053Z [05-13|18:28:28.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8193612Z [05-13|18:28:28.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8193835Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} +2026-05-13T18:30:53.8194298Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8194825Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8195142Z [05-13|18:28:28.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8195610Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8195823Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8196158Z [05-13|18:28:28.118] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} +2026-05-13T18:30:53.8196628Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8196900Z [05-13|18:28:28.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8197235Z [05-13|18:28:28.118] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} +2026-05-13T18:30:53.8197702Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8197919Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8198237Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8198706Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8198921Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8199389Z [05-13|18:28:28.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8199729Z [05-13|18:28:28.119] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8199871Z [05-13|18:28:28.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8200078Z [05-13|18:28:28.119] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8200415Z [05-13|18:28:28.120] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} +2026-05-13T18:30:53.8200882Z [05-13|18:28:28.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8201219Z [05-13|18:28:28.120] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8201620Z [05-13|18:28:28.120] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8201834Z [05-13|18:28:28.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8202022Z [05-13|18:28:28.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8202156Z [05-13|18:28:28.121] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8202493Z [05-13|18:28:28.121] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8202701Z [05-13|18:28:28.121] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8203030Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} +2026-05-13T18:30:53.8203607Z [05-13|18:28:28.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8204365Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} +2026-05-13T18:30:53.8205292Z [05-13|18:28:28.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8206161Z [05-13|18:28:28.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8206629Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8207016Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8207362Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8207640Z [05-13|18:28:28.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} +2026-05-13T18:30:53.8208337Z [05-13|18:28:28.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8208525Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8208662Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8208794Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8208929Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8209267Z [05-13|18:28:28.124] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} +2026-05-13T18:30:53.8209403Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8209884Z [05-13|18:28:28.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8210243Z [05-13|18:28:28.125] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8210464Z [05-13|18:28:28.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8210681Z [05-13|18:28:28.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} +2026-05-13T18:30:53.8211015Z [05-13|18:28:28.126] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8211160Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8211431Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8211760Z [05-13|18:28:28.126] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8211897Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8212093Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8212227Z [05-13|18:28:28.127] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8212500Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8212761Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8213024Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8213155Z [05-13|18:28:28.127] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8213469Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8213862Z [05-13|18:28:28.127] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} +2026-05-13T18:30:53.8214341Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8214605Z [05-13|18:28:28.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8214941Z [05-13|18:28:28.128] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} +2026-05-13T18:30:53.8215408Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8215876Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8216346Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8216810Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8217274Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8217538Z [05-13|18:28:28.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8218005Z [05-13|18:28:28.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8218733Z [05-13|18:28:28.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8219012Z [05-13|18:28:28.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8219276Z [05-13|18:28:28.130] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8219496Z [05-13|18:28:28.130] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8219834Z [05-13|18:28:28.130] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} +2026-05-13T18:30:53.8220310Z [05-13|18:28:28.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8220742Z [05-13|18:28:28.130] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} +2026-05-13T18:30:53.8221216Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8221740Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8222077Z [05-13|18:28:28.131] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} +2026-05-13T18:30:53.8222542Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8222731Z [05-13|18:28:28.131] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8223073Z [05-13|18:28:28.131] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} +2026-05-13T18:30:53.8223588Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8223811Z [05-13|18:28:28.129] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8224285Z [05-13|18:28:28.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8224616Z [05-13|18:28:28.132] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8224943Z [05-13|18:28:28.132] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8225087Z [05-13|18:28:28.132] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8225297Z [05-13|18:28:28.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8225432Z [05-13|18:28:28.132] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8225647Z [05-13|18:28:28.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8225915Z [05-13|18:28:28.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} +2026-05-13T18:30:53.8226242Z [05-13|18:28:28.133] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8226458Z [05-13|18:28:28.133] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8226924Z [05-13|18:28:28.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8227254Z [05-13|18:28:28.133] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8227395Z [05-13|18:28:28.133] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8227603Z [05-13|18:28:28.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8227737Z [05-13|18:28:28.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8227875Z [05-13|18:28:28.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8228007Z [05-13|18:28:28.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8228462Z [05-13|18:28:28.134] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8228799Z [05-13|18:28:28.135] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} +2026-05-13T18:30:53.8229333Z [05-13|18:28:28.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8229546Z [05-13|18:28:28.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8229930Z [05-13|18:28:28.135] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8230063Z [05-13|18:28:28.135] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8230268Z [05-13|18:28:28.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8230406Z [05-13|18:28:28.136] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8230614Z [05-13|18:28:28.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} +2026-05-13T18:30:53.8230929Z [05-13|18:28:28.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8231272Z [05-13|18:28:28.136] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8231588Z [05-13|18:28:28.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8231851Z [05-13|18:28:28.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8232114Z [05-13|18:28:28.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8232583Z [05-13|18:28:28.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8233045Z [05-13|18:28:28.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8233520Z [05-13|18:28:28.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8233851Z [05-13|18:28:28.137] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8233986Z [05-13|18:28:28.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8234321Z [05-13|18:28:28.138] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} +2026-05-13T18:30:53.8234786Z [05-13|18:28:28.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8235248Z [05-13|18:28:28.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8235390Z [05-13|18:28:28.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8235652Z [05-13|18:28:28.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8235982Z [05-13|18:28:28.138] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8236452Z [05-13|18:28:28.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8236586Z [05-13|18:28:28.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8236852Z [05-13|18:28:28.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8237065Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8237527Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8237832Z [05-13|18:28:28.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8238413Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8238942Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8239163Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8239429Z [05-13|18:28:28.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8239635Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8240151Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8240341Z [05-13|18:28:28.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8240682Z [05-13|18:28:28.140] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} +2026-05-13T18:30:53.8241146Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8241486Z [05-13|18:28:28.140] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} +2026-05-13T18:30:53.8241695Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8242162Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8242376Z [05-13|18:28:28.141] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8242511Z [05-13|18:28:28.141] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8242718Z [05-13|18:28:28.141] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8242983Z [05-13|18:28:28.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} +2026-05-13T18:30:53.8243313Z [05-13|18:28:28.142] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8243519Z [05-13|18:28:28.142] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8243727Z [05-13|18:28:28.142] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8244060Z [05-13|18:28:28.142] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8244394Z [05-13|18:28:28.143] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} +2026-05-13T18:30:53.8244862Z [05-13|18:28:28.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8245213Z [05-13|18:28:28.143] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} +2026-05-13T18:30:53.8245994Z [05-13|18:28:28.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8246342Z [05-13|18:28:28.143] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} +2026-05-13T18:30:53.8246904Z [05-13|18:28:28.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8247244Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} +2026-05-13T18:30:53.8247620Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8248228Z [05-13|18:28:28.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8248574Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8248726Z [05-13|18:28:28.144] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8249120Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8249504Z [05-13|18:28:28.145] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8249835Z [05-13|18:28:28.145] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8249978Z [05-13|18:28:28.145] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8250108Z [05-13|18:28:28.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8250590Z [05-13|18:28:28.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8250923Z [05-13|18:28:28.147] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} +2026-05-13T18:30:53.8251391Z [05-13|18:28:28.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8251674Z [05-13|18:28:28.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8251941Z [05-13|18:28:28.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8252162Z [05-13|18:28:28.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} +2026-05-13T18:30:53.8252427Z [05-13|18:28:28.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8252690Z [05-13|18:28:28.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8253160Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8253303Z [05-13|18:28:28.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8253563Z [05-13|18:28:28.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8253823Z [05-13|18:28:28.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8254164Z [05-13|18:28:28.149] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8254633Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8255098Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8255570Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8256096Z [05-13|18:28:28.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8256415Z [05-13|18:28:28.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8256552Z [05-13|18:28:28.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8256763Z [05-13|18:28:28.150] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8256970Z [05-13|18:28:28.150] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8257306Z [05-13|18:28:28.150] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} +2026-05-13T18:30:53.8257811Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8258360Z [05-13|18:28:28.151] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} +2026-05-13T18:30:53.8258837Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8259298Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8259763Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8259972Z [05-13|18:28:28.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8260303Z [05-13|18:28:28.152] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8260572Z [05-13|18:28:28.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8260708Z [05-13|18:28:28.152] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8261171Z [05-13|18:28:28.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8261507Z [05-13|18:28:28.152] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} +2026-05-13T18:30:53.8261972Z [05-13|18:28:28.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8262106Z [05-13|18:28:28.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8262573Z [05-13|18:28:28.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8262783Z [05-13|18:28:28.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8262995Z [05-13|18:28:28.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8263325Z [05-13|18:28:28.154] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8263652Z [05-13|18:28:28.154] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8263976Z [05-13|18:28:28.155] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8264190Z [05-13|18:28:28.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8264387Z [05-13|18:28:28.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8264712Z [05-13|18:28:28.155] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8264976Z [05-13|18:28:28.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8265298Z [05-13|18:28:28.155] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8265432Z [05-13|18:28:28.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8265563Z [05-13|18:28:28.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8265830Z [05-13|18:28:28.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} +2026-05-13T18:30:53.8266206Z [05-13|18:28:28.156] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8266345Z [05-13|18:28:28.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8266851Z [05-13|18:28:28.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8267186Z [05-13|18:28:28.156] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} +2026-05-13T18:30:53.8267654Z [05-13|18:28:28.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8267868Z [05-13|18:28:28.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8268321Z [05-13|18:28:28.157] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8268662Z [05-13|18:28:28.157] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8268995Z [05-13|18:28:28.157] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} +2026-05-13T18:30:53.8269463Z [05-13|18:28:28.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8269679Z [05-13|18:28:28.158] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} +2026-05-13T18:30:53.8269814Z [05-13|18:28:28.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8270142Z [05-13|18:28:28.159] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} +2026-05-13T18:30:53.8270617Z [05-13|18:28:28.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8270755Z [05-13|18:28:28.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8271087Z [05-13|18:28:28.159] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} +2026-05-13T18:30:53.8271229Z [05-13|18:28:28.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8271704Z [05-13|18:28:28.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8271972Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8272242Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8272502Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8272830Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8273160Z [05-13|18:28:28.160] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} +2026-05-13T18:30:53.8273627Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8274146Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8274612Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8275125Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8275395Z [05-13|18:28:28.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8275712Z [05-13|18:28:28.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8275977Z [05-13|18:28:28.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8276441Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8276909Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8277245Z [05-13|18:28:28.161] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} +2026-05-13T18:30:53.8277715Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8278302Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8278521Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8278731Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8279001Z [05-13|18:28:28.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8279328Z [05-13|18:28:28.162] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8279536Z [05-13|18:28:28.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8279749Z [05-13|18:28:28.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8279886Z [05-13|18:28:28.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8280092Z [05-13|18:28:28.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8280564Z [05-13|18:28:28.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8280697Z [05-13|18:28:28.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8281161Z [05-13|18:28:28.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8281511Z [05-13|18:28:28.164] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8281911Z [05-13|18:28:28.164] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8282244Z [05-13|18:28:28.164] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8282435Z [05-13|18:28:28.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8282762Z [05-13|18:28:28.165] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8283095Z [05-13|18:28:28.165] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} +2026-05-13T18:30:53.8283563Z [05-13|18:28:28.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8283747Z [05-13|18:28:28.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8283961Z [05-13|18:28:28.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8284410Z [05-13|18:28:28.165] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8284622Z [05-13|18:28:28.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8284949Z [05-13|18:28:28.166] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8285280Z [05-13|18:28:28.166] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8285412Z [05-13|18:28:28.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8285544Z [05-13|18:28:28.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8285877Z [05-13|18:28:28.167] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8286209Z [05-13|18:28:28.167] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} +2026-05-13T18:30:53.8286677Z [05-13|18:28:28.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8287145Z [05-13|18:28:28.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8287476Z [05-13|18:28:28.168] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} +2026-05-13T18:30:53.8287685Z [05-13|18:28:28.168] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8288270Z [05-13|18:28:28.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8288606Z [05-13|18:28:28.168] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} +2026-05-13T18:30:53.8289073Z [05-13|18:28:28.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8289409Z [05-13|18:28:28.169] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} +2026-05-13T18:30:53.8289874Z [05-13|18:28:28.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8290142Z [05-13|18:28:28.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} +2026-05-13T18:30:53.8290610Z [05-13|18:28:28.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8290810Z [05-13|18:28:28.170] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8291083Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8291414Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8291674Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8291932Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8292192Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8292707Z [05-13|18:28:28.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8293222Z [05-13|18:28:28.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8293491Z [05-13|18:28:28.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8293949Z [05-13|18:28:28.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8294209Z [05-13|18:28:28.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8294675Z [05-13|18:28:28.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8295134Z [05-13|18:28:28.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8295272Z [05-13|18:28:28.173] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8295540Z [05-13|18:28:28.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8296002Z [05-13|18:28:28.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8296337Z [05-13|18:28:28.173] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8296808Z [05-13|18:28:28.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8297020Z [05-13|18:28:28.173] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} +2026-05-13T18:30:53.8297228Z [05-13|18:28:28.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8297440Z [05-13|18:28:28.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8297769Z [05-13|18:28:28.174] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} +2026-05-13T18:30:53.8298357Z [05-13|18:28:28.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8298696Z [05-13|18:28:28.174] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} +2026-05-13T18:30:53.8299161Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8299444Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8299775Z [05-13|18:28:28.175] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8300239Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8300625Z [05-13|18:28:28.175] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8300835Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8301161Z [05-13|18:28:28.175] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8301550Z [05-13|18:28:28.176] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} +2026-05-13T18:30:53.8302067Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8302281Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8302498Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8302703Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8302837Z [05-13|18:28:28.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8302970Z [05-13|18:28:28.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8303107Z [05-13|18:28:28.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8303317Z [05-13|18:28:28.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8303652Z [05-13|18:28:28.177] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8303989Z [05-13|18:28:28.177] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8304262Z [05-13|18:28:28.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} +2026-05-13T18:30:53.8304397Z [05-13|18:28:28.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8304866Z [05-13|18:28:28.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8305195Z [05-13|18:28:28.178] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} +2026-05-13T18:30:53.8305658Z [05-13|18:28:28.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8305799Z [05-13|18:28:28.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8306127Z [05-13|18:28:28.178] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8306262Z [05-13|18:28:28.179] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8306591Z [05-13|18:28:28.179] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8306724Z [05-13|18:28:28.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8307050Z [05-13|18:28:28.180] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} +2026-05-13T18:30:53.8307526Z [05-13|18:28:28.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8307787Z [05-13|18:28:28.180] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8307922Z [05-13|18:28:28.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8308369Z [05-13|18:28:28.180] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8308761Z [05-13|18:28:28.181] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8308895Z [05-13|18:28:28.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8309164Z [05-13|18:28:28.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8309427Z [05-13|18:28:28.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8309738Z [05-13|18:28:28.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8310005Z [05-13|18:28:28.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8310519Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8310783Z [05-13|18:28:28.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8311046Z [05-13|18:28:28.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8311258Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8311719Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8312190Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8312677Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8313031Z [05-13|18:28:28.183] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} +2026-05-13T18:30:53.8313511Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8313975Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8314322Z [05-13|18:28:28.183] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} +2026-05-13T18:30:53.8314597Z [05-13|18:28:28.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8315064Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8315529Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8315989Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8316127Z [05-13|18:28:28.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8316595Z [05-13|18:28:28.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8316924Z [05-13|18:28:28.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8317138Z [05-13|18:28:28.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8317395Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8317730Z [05-13|18:28:28.185] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8317938Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8318520Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8318788Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8319083Z [05-13|18:28:28.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8319485Z [05-13|18:28:28.186] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8319951Z [05-13|18:28:28.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8320284Z [05-13|18:28:28.186] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8320424Z [05-13|18:28:28.186] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8320556Z [05-13|18:28:28.186] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8320763Z [05-13|18:28:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8321101Z [05-13|18:28:28.187] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8321431Z [05-13|18:28:28.187] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} +2026-05-13T18:30:53.8321902Z [05-13|18:28:28.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8322238Z [05-13|18:28:28.188] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} +2026-05-13T18:30:53.8322565Z [05-13|18:28:28.187] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8323037Z [05-13|18:28:28.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8323181Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8323391Z [05-13|18:28:28.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8323526Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8323860Z [05-13|18:28:28.188] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8324191Z [05-13|18:28:28.188] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8324325Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8324462Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8324596Z [05-13|18:28:28.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8324805Z [05-13|18:28:28.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8325075Z [05-13|18:28:28.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8325411Z [05-13|18:28:28.189] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8325797Z [05-13|18:28:28.190] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8326123Z [05-13|18:28:28.190] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} +2026-05-13T18:30:53.8326600Z [05-13|18:28:28.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8326734Z [05-13|18:28:28.190] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8327250Z [05-13|18:28:28.190] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8327392Z [05-13|18:28:28.190] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8327860Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8328406Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8328549Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8328680Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8329106Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8329241Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8329666Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8329802Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8330232Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8330366Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8330791Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8330928Z [05-13|18:28:28.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8331358Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8331785Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} +2026-05-13T18:30:53.8332060Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8332327Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8332457Z [05-13|18:28:28.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8332720Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8332979Z [05-13|18:28:28.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8333236Z [05-13|18:28:28.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8333503Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8334038Z [05-13|18:28:28.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8334505Z [05-13|18:28:28.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8335023Z [05-13|18:28:28.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8335286Z [05-13|18:28:28.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8335623Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} +2026-05-13T18:30:53.8336146Z [05-13|18:28:28.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8336660Z [05-13|18:28:28.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8336820Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8336959Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8337406Z [05-13|18:28:28.194] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8337544Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8338020Z [05-13|18:28:28.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8338576Z [05-13|18:28:28.194] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 91, "epoch round": 91} +2026-05-13T18:30:53.8338711Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8339139Z [05-13|18:28:28.194] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 91, "epoch round": 91} +2026-05-13T18:30:53.8339274Z [05-13|18:28:28.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8339539Z [05-13|18:28:28.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} +2026-05-13T18:30:53.8340008Z [05-13|18:28:28.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8340471Z [05-13|18:28:28.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8340813Z [05-13|18:28:28.196] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8341247Z [05-13|18:28:28.196] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8341389Z [05-13|18:28:28.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8341854Z [05-13|18:28:28.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8342313Z [05-13|18:28:28.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8342446Z [05-13|18:28:28.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8342950Z [05-13|18:28:28.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8343083Z [05-13|18:28:28.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8343511Z [05-13|18:28:28.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8343898Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8344250Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8344691Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8345209Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8345351Z [05-13|18:28:28.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8345832Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8345975Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8346405Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} +2026-05-13T18:30:53.8346738Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8346875Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8347010Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8347144Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8347277Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8347608Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8347935Z [05-13|18:28:28.200] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8348179Z [05-13|18:28:28.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8348660Z [05-13|18:28:28.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8349125Z [05-13|18:28:28.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8349462Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8349677Z [05-13|18:28:28.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8349810Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8350281Z [05-13|18:28:28.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8350415Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8350561Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8351028Z [05-13|18:28:28.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8351254Z [05-13|18:28:28.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8351467Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8351600Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8351737Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8352257Z [05-13|18:28:28.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8352391Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8352529Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8352661Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8353175Z [05-13|18:28:28.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8353522Z [05-13|18:28:28.202] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8353708Z [05-13|18:28:28.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8354178Z [05-13|18:28:28.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8354318Z [05-13|18:28:28.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8354650Z [05-13|18:28:28.202] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8354785Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8354922Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8355054Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8355523Z [05-13|18:28:28.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8355665Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8355797Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8355930Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8356066Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8356197Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8356326Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8356455Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8356678Z [05-13|18:28:28.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8356812Z [05-13|18:28:28.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8357022Z [05-13|18:28:28.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8357233Z [05-13|18:28:28.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8357368Z [05-13|18:28:28.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8357502Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8357640Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8357770Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8357901Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8358149Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8358362Z [05-13|18:28:28.205] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8358495Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8359031Z [05-13|18:28:28.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8359169Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8359682Z [05-13|18:28:28.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8359821Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8359952Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8360082Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8360213Z [05-13|18:28:28.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8360349Z [05-13|18:28:28.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8360611Z [05-13|18:28:28.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8360825Z [05-13|18:28:28.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8361219Z [05-13|18:28:28.207] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} +2026-05-13T18:30:53.8361365Z [05-13|18:28:28.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8361574Z [05-13|18:28:28.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8361712Z [05-13|18:28:28.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8361918Z [05-13|18:28:28.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} +2026-05-13T18:30:53.8362190Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8362464Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8362727Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8362987Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8363255Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8363512Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8363981Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8364449Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8364662Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8365126Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8365395Z [05-13|18:28:28.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8365854Z [05-13|18:28:28.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8366121Z [05-13|18:28:28.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8366385Z [05-13|18:28:28.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} +2026-05-13T18:30:53.8366594Z [05-13|18:28:28.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8366852Z [05-13|18:28:28.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8367117Z [05-13|18:28:28.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8367578Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8368262Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8368745Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8369108Z [05-13|18:28:28.214] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8369645Z [05-13|18:28:28.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8370041Z [05-13|18:28:28.214] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8370508Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8370646Z [05-13|18:28:28.214] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8370784Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8370914Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8371373Z [05-13|18:28:28.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8371712Z [05-13|18:28:28.215] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8372044Z [05-13|18:28:28.215] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8372180Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8372395Z [05-13|18:28:28.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8372605Z [05-13|18:28:28.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8372810Z [05-13|18:28:28.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8372947Z [05-13|18:28:28.216] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8373079Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8373212Z [05-13|18:28:28.216] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8373547Z [05-13|18:28:28.217] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8373877Z [05-13|18:28:28.217] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8374087Z [05-13|18:28:28.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8374299Z [05-13|18:28:28.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} +2026-05-13T18:30:53.8374432Z [05-13|18:28:28.217] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8374758Z [05-13|18:28:28.217] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8374970Z [05-13|18:28:28.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8375298Z [05-13|18:28:28.218] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8375494Z [05-13|18:28:28.218] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8375830Z [05-13|18:28:28.218] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} +2026-05-13T18:30:53.8376017Z [05-13|18:28:28.218] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8376152Z [05-13|18:28:28.219] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8376285Z [05-13|18:28:28.219] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8376619Z [05-13|18:28:28.220] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8376885Z [05-13|18:28:28.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8377133Z [05-13|18:28:28.221] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8377407Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8377540Z [05-13|18:28:28.221] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8377836Z [05-13|18:28:28.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8378218Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8378354Z [05-13|18:28:28.221] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8378486Z [05-13|18:28:28.221] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8378751Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8379009Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8379272Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8379538Z [05-13|18:28:28.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 8} +2026-05-13T18:30:53.8380014Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8380484Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8380955Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8381429Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8381891Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8382357Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8382818Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8383284Z [05-13|18:28:28.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8383550Z [05-13|18:28:28.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 8} +2026-05-13T18:30:53.8383762Z [05-13|18:28:28.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8387158Z [05-13|18:28:28.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8387445Z [05-13|18:28:28.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8388243Z [05-13|18:28:28.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8388614Z [05-13|18:28:28.225] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8388843Z [05-13|18:28:28.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8389121Z [05-13|18:28:28.225] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8389533Z [05-13|18:28:28.225] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8389879Z [05-13|18:28:28.225] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8390263Z [05-13|18:28:28.226] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8390605Z [05-13|18:28:28.226] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8390816Z [05-13|18:28:28.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8391147Z [05-13|18:28:28.226] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8391355Z [05-13|18:28:28.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8391578Z [05-13|18:28:28.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8391725Z [05-13|18:28:28.227] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8392209Z [05-13|18:28:28.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8392358Z [05-13|18:28:28.227] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8392494Z [05-13|18:28:28.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8392830Z [05-13|18:28:28.228] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8392976Z [05-13|18:28:28.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8393108Z [05-13|18:28:28.228] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8393438Z [05-13|18:28:28.229] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8393585Z [05-13|18:28:28.229] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8393860Z [05-13|18:28:28.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8394071Z [05-13|18:28:28.229] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8394342Z [05-13|18:28:28.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8394475Z [05-13|18:28:28.230] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8394608Z [05-13|18:28:28.230] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8394880Z [05-13|18:28:28.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8395208Z [05-13|18:28:28.230] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} +2026-05-13T18:30:53.8395344Z [05-13|18:28:28.230] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8395681Z [05-13|18:28:28.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8396161Z [05-13|18:28:28.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8396387Z [05-13|18:28:28.231] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8396730Z [05-13|18:28:28.231] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8396995Z [05-13|18:28:28.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8397463Z [05-13|18:28:28.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8397645Z [05-13|18:28:28.231] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8398247Z [05-13|18:28:28.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8398783Z [05-13|18:28:28.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8399262Z [05-13|18:28:28.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8399528Z [05-13|18:28:28.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8399664Z [05-13|18:28:28.232] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8399930Z [05-13|18:28:28.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8400400Z [05-13|18:28:28.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8400613Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8401088Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8401223Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8401433Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8401572Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8401778Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8401913Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8402050Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8402519Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8402654Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8402788Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8402926Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8403187Z [05-13|18:28:28.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8403522Z [05-13|18:28:28.234] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8403666Z [05-13|18:28:28.234] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8403801Z [05-13|18:28:28.234] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8404075Z [05-13|18:28:28.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8404216Z [05-13|18:28:28.234] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8404546Z [05-13|18:28:28.234] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8404936Z [05-13|18:28:28.234] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8405155Z [05-13|18:28:28.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} +2026-05-13T18:30:53.8405485Z [05-13|18:28:28.235] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8405813Z [05-13|18:28:28.235] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8406089Z [05-13|18:28:28.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8406302Z [05-13|18:28:28.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8406813Z [05-13|18:28:28.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8407033Z [05-13|18:28:28.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8407362Z [05-13|18:28:28.237] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8407502Z [05-13|18:28:28.238] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8407645Z [05-13|18:28:28.238] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8407977Z [05-13|18:28:28.238] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8408240Z [05-13|18:28:28.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8408520Z [05-13|18:28:28.239] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8408730Z [05-13|18:28:28.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8409203Z [05-13|18:28:28.239] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8409343Z [05-13|18:28:28.240] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8409477Z [05-13|18:28:28.240] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8409743Z [05-13|18:28:28.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} +2026-05-13T18:30:53.8409959Z [05-13|18:28:28.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8410428Z [05-13|18:28:28.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8410565Z [05-13|18:28:28.241] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8410703Z [05-13|18:28:28.241] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8410965Z [05-13|18:28:28.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8411227Z [05-13|18:28:28.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8411374Z [05-13|18:28:28.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8411635Z [05-13|18:28:28.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8411894Z [05-13|18:28:28.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8412175Z [05-13|18:28:28.242] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8412392Z [05-13|18:28:28.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} +2026-05-13T18:30:53.8412656Z [05-13|18:28:28.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8412975Z [05-13|18:28:28.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8413458Z [05-13|18:28:28.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8413930Z [05-13|18:28:28.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8414200Z [05-13|18:28:28.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8414553Z [05-13|18:28:28.244] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8415075Z [05-13|18:28:28.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8415226Z [05-13|18:28:28.245] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8415445Z [05-13|18:28:28.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8415782Z [05-13|18:28:28.243] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} +2026-05-13T18:30:53.8416251Z [05-13|18:28:28.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8416473Z [05-13|18:28:28.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8416749Z [05-13|18:28:28.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8416888Z [05-13|18:28:28.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8417031Z [05-13|18:28:28.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8417498Z [05-13|18:28:28.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8417964Z [05-13|18:28:28.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8418228Z [05-13|18:28:28.248] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8418498Z [05-13|18:28:28.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8418969Z [05-13|18:28:28.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8419445Z [05-13|18:28:28.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8419786Z [05-13|18:28:28.249] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8420008Z [05-13|18:28:28.249] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8420339Z [05-13|18:28:28.249] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8420475Z [05-13|18:28:28.249] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8420686Z [05-13|18:28:28.249] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8421089Z [05-13|18:28:28.250] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8421420Z [05-13|18:28:28.250] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8421691Z [05-13|18:28:28.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8421963Z [05-13|18:28:28.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} +2026-05-13T18:30:53.8422171Z [05-13|18:28:28.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8422641Z [05-13|18:28:28.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8422905Z [05-13|18:28:28.252] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8423242Z [05-13|18:28:28.252] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8423619Z [05-13|18:28:28.252] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8423764Z [05-13|18:28:28.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8423896Z [05-13|18:28:28.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8424102Z [05-13|18:28:28.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} +2026-05-13T18:30:53.8424375Z [05-13|18:28:28.254] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} +2026-05-13T18:30:53.8424707Z [05-13|18:28:28.255] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8424844Z [05-13|18:28:28.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8425179Z [05-13|18:28:28.255] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8425515Z [05-13|18:28:28.256] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} +2026-05-13T18:30:53.8425652Z [05-13|18:28:28.256] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8426127Z [05-13|18:28:28.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8426260Z [05-13|18:28:28.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8426594Z [05-13|18:28:28.257] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8426733Z [05-13|18:28:28.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8426867Z [05-13|18:28:28.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8427077Z [05-13|18:28:28.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8427216Z [05-13|18:28:28.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8427481Z [05-13|18:28:28.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} +2026-05-13T18:30:53.8427744Z [05-13|18:28:28.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8428369Z [05-13|18:28:28.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8428636Z [05-13|18:28:28.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8429113Z [05-13|18:28:28.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8429651Z [05-13|18:28:28.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8429865Z [05-13|18:28:28.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} +2026-05-13T18:30:53.8430054Z [05-13|18:28:28.261] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8430320Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8430527Z [05-13|18:28:28.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8430793Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8431059Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8431373Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8431584Z [05-13|18:28:28.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8432109Z [05-13|18:28:28.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8432324Z [05-13|18:28:28.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8432657Z [05-13|18:28:28.263] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} +2026-05-13T18:30:53.8432992Z [05-13|18:28:28.263] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8433461Z [05-13|18:28:28.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8433930Z [05-13|18:28:28.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8434201Z [05-13|18:28:28.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8434338Z [05-13|18:28:28.264] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8434597Z [05-13|18:28:28.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8435073Z [05-13|18:28:28.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8435209Z [05-13|18:28:28.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8435342Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8435484Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8435951Z [05-13|18:28:28.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8436087Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8436539Z [05-13|18:28:28.266] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.8436753Z [05-13|18:28:28.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8436890Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8437327Z [05-13|18:28:28.266] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.8437464Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8437724Z [05-13|18:28:28.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8437860Z [05-13|18:28:28.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8438325Z [05-13|18:28:28.267] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8438826Z [05-13|18:28:28.266] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} +2026-05-13T18:30:53.8438961Z [05-13|18:28:28.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8439438Z [05-13|18:28:28.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8439704Z [05-13|18:28:28.267] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8440101Z [05-13|18:28:28.268] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8440629Z [05-13|18:28:28.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8441101Z [05-13|18:28:28.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8441242Z [05-13|18:28:28.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8441578Z [05-13|18:28:28.268] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8441712Z [05-13|18:28:28.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8441852Z [05-13|18:28:28.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8442187Z [05-13|18:28:28.269] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8442402Z [05-13|18:28:28.269] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8442537Z [05-13|18:28:28.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8442874Z [05-13|18:28:28.270] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8443206Z [05-13|18:28:28.270] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8443340Z [05-13|18:28:28.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8443556Z [05-13|18:28:28.271] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8443765Z [05-13|18:28:28.271] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8443901Z [05-13|18:28:28.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8444041Z [05-13|18:28:28.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8444211Z [05-13|18:28:28.272] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8444423Z [05-13|18:28:28.272] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8444759Z [05-13|18:28:28.272] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8444895Z [05-13|18:28:28.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8445222Z [05-13|18:28:28.273] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} +2026-05-13T18:30:53.8445510Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8445774Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8446102Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8446322Z [05-13|18:28:28.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} +2026-05-13T18:30:53.8446584Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8446884Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8447024Z [05-13|18:28:28.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8447496Z [05-13|18:28:28.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8447756Z [05-13|18:28:28.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8448409Z [05-13|18:28:28.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8448685Z [05-13|18:28:28.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8449032Z [05-13|18:28:28.275] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8449513Z [05-13|18:28:28.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8449987Z [05-13|18:28:28.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8450456Z [05-13|18:28:28.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8450803Z [05-13|18:28:28.276] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8450943Z [05-13|18:28:28.276] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8451079Z [05-13|18:28:28.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8451548Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8451762Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8452030Z [05-13|18:28:28.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} +2026-05-13T18:30:53.8452245Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8452455Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8452930Z [05-13|18:28:28.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8453202Z [05-13|18:28:28.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8453645Z [05-13|18:28:28.278] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.8453781Z [05-13|18:28:28.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8454219Z [05-13|18:28:28.279] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.8454694Z [05-13|18:28:28.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8455191Z [05-13|18:28:28.279] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.8455540Z [05-13|18:28:28.279] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8455804Z [05-13|18:28:28.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8456138Z [05-13|18:28:28.280] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8456280Z [05-13|18:28:28.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8456413Z [05-13|18:28:28.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8456621Z [05-13|18:28:28.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} +2026-05-13T18:30:53.8457135Z [05-13|18:28:28.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8457276Z [05-13|18:28:28.281] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8457651Z [05-13|18:28:28.281] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8457990Z [05-13|18:28:28.281] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8458433Z [05-13|18:28:28.281] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8458570Z [05-13|18:28:28.281] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8458783Z [05-13|18:28:28.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8458920Z [05-13|18:28:28.282] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8459054Z [05-13|18:28:28.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8459492Z [05-13|18:28:28.282] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} +2026-05-13T18:30:53.8459829Z [05-13|18:28:28.282] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} +2026-05-13T18:30:53.8459963Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8460102Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8460235Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8460365Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8460694Z [05-13|18:28:28.283] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8460839Z [05-13|18:28:28.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8461313Z [05-13|18:28:28.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8461580Z [05-13|18:28:28.284] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8461720Z [05-13|18:28:28.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8462192Z [05-13|18:28:28.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8462525Z [05-13|18:28:28.285] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8462668Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8462934Z [05-13|18:28:28.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8463303Z [05-13|18:28:28.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8463780Z [05-13|18:28:28.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8463969Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8464103Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8464241Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8464502Z [05-13|18:28:28.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8464969Z [05-13|18:28:28.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8465292Z [05-13|18:28:28.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8465810Z [05-13|18:28:28.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8465947Z [05-13|18:28:28.287] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8466175Z [05-13|18:28:28.287] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8466640Z [05-13|18:28:28.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8466978Z [05-13|18:28:28.287] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8467204Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8467419Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8467631Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8467851Z [05-13|18:28:28.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8468175Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8468392Z [05-13|18:28:28.289] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8468534Z [05-13|18:28:28.289] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8468668Z [05-13|18:28:28.289] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8468933Z [05-13|18:28:28.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8469074Z [05-13|18:28:28.290] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8469341Z [05-13|18:28:28.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8469550Z [05-13|18:28:28.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8469820Z [05-13|18:28:28.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} +2026-05-13T18:30:53.8470084Z [05-13|18:28:28.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8470553Z [05-13|18:28:28.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8471031Z [05-13|18:28:28.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8471497Z [05-13|18:28:28.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8472034Z [05-13|18:28:28.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8472230Z [05-13|18:28:28.292] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8472569Z [05-13|18:28:28.292] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8472787Z [05-13|18:28:28.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8473127Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8473458Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8473648Z [05-13|18:28:28.293] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8473987Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} +2026-05-13T18:30:53.8474252Z [05-13|18:28:28.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8474589Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8474730Z [05-13|18:28:28.294] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8474863Z [05-13|18:28:28.294] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8475074Z [05-13|18:28:28.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8475410Z [05-13|18:28:28.294] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8475745Z [05-13|18:28:28.294] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8476021Z [05-13|18:28:28.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8476359Z [05-13|18:28:28.295] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8476496Z [05-13|18:28:28.295] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8476704Z [05-13|18:28:28.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} +2026-05-13T18:30:53.8477186Z [05-13|18:28:28.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8477324Z [05-13|18:28:28.295] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8477599Z [05-13|18:28:28.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8477739Z [05-13|18:28:28.295] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8478193Z [05-13|18:28:28.295] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8478466Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8478734Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8478875Z [05-13|18:28:28.296] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8479137Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8479399Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} +2026-05-13T18:30:53.8479671Z [05-13|18:28:28.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8480218Z [05-13|18:28:28.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8480692Z [05-13|18:28:28.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8481228Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8481698Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8482224Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8482446Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8482767Z [05-13|18:28:28.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8483247Z [05-13|18:28:28.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8483387Z [05-13|18:28:28.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8483520Z [05-13|18:28:28.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8483740Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8483952Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8484087Z [05-13|18:28:28.299] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8484563Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8484779Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.8485054Z [05-13|18:28:28.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8485271Z [05-13|18:28:28.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8485738Z [05-13|18:28:28.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8485874Z [05-13|18:28:28.300] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8486009Z [05-13|18:28:28.300] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8486152Z [05-13|18:28:28.301] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8486488Z [05-13|18:28:28.299] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8486623Z [05-13|18:28:28.301] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8486842Z [05-13|18:28:28.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8486975Z [05-13|18:28:28.301] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8487328Z [05-13|18:28:28.301] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8487675Z [05-13|18:28:28.302] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8488010Z [05-13|18:28:28.302] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8488399Z [05-13|18:28:28.302] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8488744Z [05-13|18:28:28.302] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8489080Z [05-13|18:28:28.303] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8489474Z [05-13|18:28:28.303] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8489693Z [05-13|18:28:28.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8489906Z [05-13|18:28:28.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8490237Z [05-13|18:28:28.304] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8490434Z [05-13|18:28:28.304] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8490767Z [05-13|18:28:28.304] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} +2026-05-13T18:30:53.8490954Z [05-13|18:28:28.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8491230Z [05-13|18:28:28.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8491711Z [05-13|18:28:28.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8492050Z [05-13|18:28:28.305] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8492193Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8492326Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8492461Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8492598Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8492867Z [05-13|18:28:28.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8493135Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8493353Z [05-13|18:28:28.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8493617Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8493880Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8494149Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} +2026-05-13T18:30:53.8494625Z [05-13|18:28:28.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8495097Z [05-13|18:28:28.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8495577Z [05-13|18:28:28.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8495845Z [05-13|18:28:28.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8495980Z [05-13|18:28:28.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8496120Z [05-13|18:28:28.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8496384Z [05-13|18:28:28.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8496919Z [05-13|18:28:28.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8497060Z [05-13|18:28:28.308] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8497314Z [05-13|18:28:28.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8497578Z [05-13|18:28:28.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8497718Z [05-13|18:28:28.309] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8498301Z [05-13|18:28:28.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8498569Z [05-13|18:28:28.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8498770Z [05-13|18:28:28.309] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8499289Z [05-13|18:28:28.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8499760Z [05-13|18:28:28.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8500110Z [05-13|18:28:28.310] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8500583Z [05-13|18:28:28.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8501053Z [05-13|18:28:28.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8501194Z [05-13|18:28:28.310] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8501533Z [05-13|18:28:28.310] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8501670Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8501810Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8501944Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8502077Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8502294Z [05-13|18:28:28.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} +2026-05-13T18:30:53.8502426Z [05-13|18:28:28.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8502558Z [05-13|18:28:28.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8502895Z [05-13|18:28:28.312] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8503236Z [05-13|18:28:28.313] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8503506Z [05-13|18:28:28.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8503841Z [05-13|18:28:28.312] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} +2026-05-13T18:30:53.8504177Z [05-13|18:28:28.313] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8504312Z [05-13|18:28:28.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8504638Z [05-13|18:28:28.314] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8504972Z [05-13|18:28:28.314] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8505167Z [05-13|18:28:28.315] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8505435Z [05-13|18:28:28.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8505968Z [05-13|18:28:28.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8506444Z [05-13|18:28:28.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8506919Z [05-13|18:28:28.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8507092Z [05-13|18:28:28.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8507229Z [05-13|18:28:28.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8507600Z [05-13|18:28:28.316] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8507741Z [05-13|18:28:28.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8508185Z [05-13|18:28:28.316] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8508456Z [05-13|18:28:28.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} +2026-05-13T18:30:53.8508939Z [05-13|18:28:28.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8509412Z [05-13|18:28:28.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8509631Z [05-13|18:28:28.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8509849Z [05-13|18:28:28.317] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8510063Z [05-13|18:28:28.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8510531Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8511004Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8511476Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8511948Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8512085Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8512219Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8512354Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8512569Z [05-13|18:28:28.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8512704Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8512836Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8512971Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8513181Z [05-13|18:28:28.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8513488Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8513965Z [05-13|18:28:28.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8514158Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8514294Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8514509Z [05-13|18:28:28.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8514641Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8514771Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8514903Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8515032Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8515217Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8515357Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8515489Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8515668Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8515804Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8515938Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8516068Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8516199Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8516334Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8516464Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8516594Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8516730Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8516941Z [05-13|18:28:28.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8517278Z [05-13|18:28:28.322] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8517418Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8517549Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8517680Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8517810Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8517945Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8518396Z [05-13|18:28:28.323] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8518534Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8518674Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8518804Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8519280Z [05-13|18:28:28.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8519421Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8519551Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8519682Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8519817Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8519947Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8520077Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8520210Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8520416Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8520546Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8521019Z [05-13|18:28:28.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8521211Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8521426Z [05-13|18:28:28.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8521760Z [05-13|18:28:28.326] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} +2026-05-13T18:30:53.8521897Z [05-13|18:28:28.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8522029Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8522212Z [05-13|18:28:28.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8522352Z [05-13|18:28:28.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8522485Z [05-13|18:28:28.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8523045Z [05-13|18:28:28.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8523187Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8523318Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8523449Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8523581Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8523849Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8524115Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8524396Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8524876Z [05-13|18:28:28.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8525143Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8525410Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8525670Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 8} +2026-05-13T18:30:53.8526140Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8526620Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8527092Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8527360Z [05-13|18:28:28.330] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8527578Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8528160Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8528634Z [05-13|18:28:28.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8528926Z [05-13|18:28:28.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8529375Z [05-13|18:28:28.331] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 103, "epoch round": 103} +2026-05-13T18:30:53.8529565Z [05-13|18:28:28.331] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8529780Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8530253Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8530723Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8530994Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} +2026-05-13T18:30:53.8531131Z [05-13|18:28:28.332] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8531313Z [05-13|18:28:28.332] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8531453Z [05-13|18:28:28.332] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8531789Z [05-13|18:28:28.332] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8532001Z [05-13|18:28:28.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8532215Z [05-13|18:28:28.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8532549Z [05-13|18:28:28.333] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8532685Z [05-13|18:28:28.333] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8532903Z [05-13|18:28:28.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8533236Z [05-13|18:28:28.334] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8533373Z [05-13|18:28:28.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8533510Z [05-13|18:28:28.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8533721Z [05-13|18:28:28.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8533853Z [05-13|18:28:28.333] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8534061Z [05-13|18:28:28.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8534397Z [05-13|18:28:28.335] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8534531Z [05-13|18:28:28.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8534743Z [05-13|18:28:28.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8535080Z [05-13|18:28:28.336] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8535413Z [05-13|18:28:28.336] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8535744Z [05-13|18:28:28.336] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8535882Z [05-13|18:28:28.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8536012Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8536144Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8536279Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8536457Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8536790Z [05-13|18:28:28.337] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8536932Z [05-13|18:28:28.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8537240Z [05-13|18:28:28.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8537505Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8537773Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8538219Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8538559Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8539123Z [05-13|18:28:28.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8539447Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8539928Z [05-13|18:28:28.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8540200Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8540673Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8541147Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8541626Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8542094Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8542362Z [05-13|18:28:28.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8542835Z [05-13|18:28:28.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8543100Z [05-13|18:28:28.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8543603Z [05-13|18:28:28.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8543750Z [05-13|18:28:28.342] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8544090Z [05-13|18:28:28.342] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8544566Z [05-13|18:28:28.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8544908Z [05-13|18:28:28.343] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8545125Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8545477Z [05-13|18:28:28.343] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8545757Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8545892Z [05-13|18:28:28.342] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8546103Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8546294Z [05-13|18:28:28.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8546505Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8546716Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8546935Z [05-13|18:28:28.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8547203Z [05-13|18:28:28.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} +2026-05-13T18:30:53.8547453Z [05-13|18:28:28.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8547933Z [05-13|18:28:28.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8548455Z [05-13|18:28:28.344] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8548597Z [05-13|18:28:28.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8548735Z [05-13|18:28:28.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8548866Z [05-13|18:28:28.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8548997Z [05-13|18:28:28.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8549214Z [05-13|18:28:28.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} +2026-05-13T18:30:53.8549549Z [05-13|18:28:28.345] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8549766Z [05-13|18:28:28.346] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8549906Z [05-13|18:28:28.346] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8550038Z [05-13|18:28:28.346] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8550372Z [05-13|18:28:28.345] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8550590Z [05-13|18:28:28.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8550724Z [05-13|18:28:28.347] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8551056Z [05-13|18:28:28.347] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} +2026-05-13T18:30:53.8551393Z [05-13|18:28:28.346] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8551528Z [05-13|18:28:28.347] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8551660Z [05-13|18:28:28.347] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8551793Z [05-13|18:28:28.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8551930Z [05-13|18:28:28.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8552197Z [05-13|18:28:28.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8552529Z [05-13|18:28:28.348] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8553014Z [05-13|18:28:28.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8553349Z [05-13|18:28:28.349] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8553544Z [05-13|18:28:28.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8553680Z [05-13|18:28:28.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8553947Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8554274Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8554543Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8554675Z [05-13|18:28:28.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8554938Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8555204Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8555520Z [05-13|18:28:28.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8556043Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8556524Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8556997Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8557465Z [05-13|18:28:28.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8557938Z [05-13|18:28:28.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8558528Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8558752Z [05-13|18:28:28.352] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8558886Z [05-13|18:28:28.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8559153Z [05-13|18:28:28.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8559285Z [05-13|18:28:28.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8559553Z [05-13|18:28:28.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8559817Z [05-13|18:28:28.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} +2026-05-13T18:30:53.8560033Z [05-13|18:28:28.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8560249Z [05-13|18:28:28.354] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8560727Z [05-13|18:28:28.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8561068Z [05-13|18:28:28.354] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8561550Z [05-13|18:28:28.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8561762Z [05-13|18:28:28.355] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8562099Z [05-13|18:28:28.354] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8562504Z [05-13|18:28:28.355] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8562640Z [05-13|18:28:28.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8563167Z [05-13|18:28:28.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8563507Z [05-13|18:28:28.355] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8563639Z [05-13|18:28:28.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8563850Z [05-13|18:28:28.355] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8564242Z [05-13|18:28:28.355] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8564460Z [05-13|18:28:28.355] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8564645Z [05-13|18:28:28.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8564860Z [05-13|18:28:28.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8565074Z [05-13|18:28:28.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8565207Z [05-13|18:28:28.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8565541Z [05-13|18:28:28.356] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8565753Z [05-13|18:28:28.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8565887Z [05-13|18:28:28.357] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8566224Z [05-13|18:28:28.357] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8566437Z [05-13|18:28:28.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} +2026-05-13T18:30:53.8566573Z [05-13|18:28:28.357] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8566913Z [05-13|18:28:28.358] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8567046Z [05-13|18:28:28.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8567375Z [05-13|18:28:28.358] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8567514Z [05-13|18:28:28.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8567846Z [05-13|18:28:28.359] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} +2026-05-13T18:30:53.8567983Z [05-13|18:28:28.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8568390Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8568667Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8568934Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8569201Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8569463Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8569723Z [05-13|18:28:28.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8570181Z [05-13|18:28:28.361] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} +2026-05-13T18:30:53.8570516Z [05-13|18:28:28.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8571006Z [05-13|18:28:28.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8571539Z [05-13|18:28:28.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8571980Z [05-13|18:28:28.361] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 106, "epoch round": 106} +2026-05-13T18:30:53.8572453Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8572983Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8573169Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8573304Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8573528Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8573662Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8574097Z [05-13|18:28:28.361] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 106, "epoch round": 106} +2026-05-13T18:30:53.8574236Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8574712Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8575184Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8575628Z [05-13|18:28:28.363] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 106, "epoch round": 106} +2026-05-13T18:30:53.8575764Z [05-13|18:28:28.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8575977Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8576247Z [05-13|18:28:28.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} +2026-05-13T18:30:53.8576458Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8576933Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8577150Z [05-13|18:28:28.364] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8577491Z [05-13|18:28:28.364] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8577827Z [05-13|18:28:28.364] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8578428Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8578764Z [05-13|18:28:28.364] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8578975Z [05-13|18:28:28.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8579379Z [05-13|18:28:28.365] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8579713Z [05-13|18:28:28.366] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8580246Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8580386Z [05-13|18:28:28.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8580519Z [05-13|18:28:28.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8580728Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8580942Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8581202Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8581681Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8581869Z [05-13|18:28:28.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8582205Z [05-13|18:28:28.368] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8582342Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8582479Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8582688Z [05-13|18:28:28.368] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} +2026-05-13T18:30:53.8582825Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8582955Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8583292Z [05-13|18:28:28.369] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8583627Z [05-13|18:28:28.369] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8583965Z [05-13|18:28:28.369] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8584179Z [05-13|18:28:28.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8584312Z [05-13|18:28:28.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8584443Z [05-13|18:28:28.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8584577Z [05-13|18:28:28.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8584908Z [05-13|18:28:28.371] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} +2026-05-13T18:30:53.8585045Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8585181Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8585314Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8585446Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8585721Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8585989Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8586251Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8586515Z [05-13|18:28:28.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8586776Z [05-13|18:28:28.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8587303Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8587575Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8587876Z [05-13|18:28:28.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8588470Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8588951Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8589519Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8590044Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8590322Z [05-13|18:28:28.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8590799Z [05-13|18:28:28.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8591016Z [05-13|18:28:28.374] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8591234Z [05-13|18:28:28.374] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8591443Z [05-13|18:28:28.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8591583Z [05-13|18:28:28.375] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8591797Z [05-13|18:28:28.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8592065Z [05-13|18:28:28.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} +2026-05-13T18:30:53.8592330Z [05-13|18:28:28.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} +2026-05-13T18:30:53.8592545Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8592756Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8593235Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8593711Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8594055Z [05-13|18:28:28.376] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8594390Z [05-13|18:28:28.377] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8594869Z [05-13|18:28:28.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8595005Z [05-13|18:28:28.377] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8595339Z [05-13|18:28:28.377] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8595557Z [05-13|18:28:28.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8596115Z [05-13|18:28:28.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8596266Z [05-13|18:28:28.378] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8596606Z [05-13|18:28:28.378] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8596794Z [05-13|18:28:28.378] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8596927Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8597265Z [05-13|18:28:28.379] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8597398Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8597531Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8597705Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8597841Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8598163Z [05-13|18:28:28.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8598565Z [05-13|18:28:28.380] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8598901Z [05-13|18:28:28.380] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8599114Z [05-13|18:28:28.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8599328Z [05-13|18:28:28.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} +2026-05-13T18:30:53.8599464Z [05-13|18:28:28.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8599794Z [05-13|18:28:28.381] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8600130Z [05-13|18:28:28.381] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} +2026-05-13T18:30:53.8600266Z [05-13|18:28:28.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8600403Z [05-13|18:28:28.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8600843Z [05-13|18:28:28.382] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} +2026-05-13T18:30:53.8600982Z [05-13|18:28:28.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8601311Z [05-13|18:28:28.382] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8601444Z [05-13|18:28:28.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8601719Z [05-13|18:28:28.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.8601985Z [05-13|18:28:28.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.8602468Z [05-13|18:28:28.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8602945Z [05-13|18:28:28.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8603211Z [05-13|18:28:28.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.8603688Z [05-13|18:28:28.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8603903Z [05-13|18:28:28.384] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8604101Z [05-13|18:28:28.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8604366Z [05-13|18:28:28.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.8604841Z [05-13|18:28:28.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8605334Z [05-13|18:28:28.384] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8605471Z [05-13|18:28:28.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8605906Z [05-13|18:28:28.385] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8606039Z [05-13|18:28:28.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8606531Z [05-13|18:28:28.385] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8607004Z [05-13|18:28:28.385] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8607139Z [05-13|18:28:28.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8607406Z [05-13|18:28:28.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.8607539Z [05-13|18:28:28.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8608012Z [05-13|18:28:28.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8608567Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} +2026-05-13T18:30:53.8609003Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} +2026-05-13T18:30:53.8609430Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} +2026-05-13T18:30:53.8609866Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} +2026-05-13T18:30:53.8610001Z [05-13|18:28:28.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8610133Z [05-13|18:28:28.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8610565Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} +2026-05-13T18:30:53.8610781Z [05-13|18:28:28.386] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8610913Z [05-13|18:28:28.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8611182Z [05-13|18:28:28.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.8611658Z [05-13|18:28:28.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8612129Z [05-13|18:28:28.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8612268Z [05-13|18:28:28.387] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8612478Z [05-13|18:28:28.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8612612Z [05-13|18:28:28.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8612815Z [05-13|18:28:28.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8613085Z [05-13|18:28:28.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} +2026-05-13T18:30:53.8613557Z [05-13|18:28:28.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8613962Z [05-13|18:28:28.388] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8614303Z [05-13|18:28:28.389] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8614782Z [05-13|18:28:28.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8615181Z [05-13|18:28:28.389] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8615317Z [05-13|18:28:28.389] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8615576Z [05-13|18:28:28.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8615793Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8615932Z [05-13|18:28:28.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8616141Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8616478Z [05-13|18:28:28.390] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8616695Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8617172Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8617386Z [05-13|18:28:28.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8617727Z [05-13|18:28:28.391] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8617863Z [05-13|18:28:28.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8618312Z [05-13|18:28:28.391] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8618456Z [05-13|18:28:28.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8618674Z [05-13|18:28:28.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} +2026-05-13T18:30:53.8619024Z [05-13|18:28:28.393] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8619248Z [05-13|18:28:28.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8619391Z [05-13|18:28:28.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8619732Z [05-13|18:28:28.393] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8619874Z [05-13|18:28:28.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8620007Z [05-13|18:28:28.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8620339Z [05-13|18:28:28.393] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} +2026-05-13T18:30:53.8620678Z [05-13|18:28:28.394] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8620955Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8621290Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8621431Z [05-13|18:28:28.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8621564Z [05-13|18:28:28.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8621890Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8622157Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8622291Z [05-13|18:28:28.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8622553Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8623085Z [05-13|18:28:28.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8623561Z [05-13|18:28:28.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8624060Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8624206Z [05-13|18:28:28.395] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8624471Z [05-13|18:28:28.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8624915Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8625358Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8625497Z [05-13|18:28:28.395] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8625975Z [05-13|18:28:28.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8626199Z [05-13|18:28:28.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8626633Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8626768Z [05-13|18:28:28.396] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8627039Z [05-13|18:28:28.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8627510Z [05-13|18:28:28.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8627981Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8628575Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8629021Z [05-13|18:28:28.397] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} +2026-05-13T18:30:53.8629160Z [05-13|18:28:28.397] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8629653Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8630132Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8630418Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8630906Z [05-13|18:28:28.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8631238Z [05-13|18:28:28.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8631373Z [05-13|18:28:28.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8631859Z [05-13|18:28:28.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8632259Z [05-13|18:28:28.398] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8632397Z [05-13|18:28:28.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8632617Z [05-13|18:28:28.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8632800Z [05-13|18:28:28.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8633017Z [05-13|18:28:28.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8633234Z [05-13|18:28:28.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8633445Z [05-13|18:28:28.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8633787Z [05-13|18:28:28.400] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8633927Z [05-13|18:28:28.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8634142Z [05-13|18:28:28.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8634277Z [05-13|18:28:28.401] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8634415Z [05-13|18:28:28.401] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8634625Z [05-13|18:28:28.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8634969Z [05-13|18:28:28.401] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8635107Z [05-13|18:28:28.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8635240Z [05-13|18:28:28.401] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8635591Z [05-13|18:28:28.401] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8635932Z [05-13|18:28:28.401] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8636275Z [05-13|18:28:28.402] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8636410Z [05-13|18:28:28.402] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8636753Z [05-13|18:28:28.402] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8637091Z [05-13|18:28:28.402] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8637224Z [05-13|18:28:28.402] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8637434Z [05-13|18:28:28.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8637570Z [05-13|18:28:28.403] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8637700Z [05-13|18:28:28.403] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8637973Z [05-13|18:28:28.403] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8638530Z [05-13|18:28:28.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} +2026-05-13T18:30:53.8638809Z [05-13|18:28:28.404] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8639226Z [05-13|18:28:28.404] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8639499Z [05-13|18:28:28.404] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8639763Z [05-13|18:28:28.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8640205Z [05-13|18:28:28.405] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 109, "epoch round": 109} +2026-05-13T18:30:53.8640397Z [05-13|18:28:28.405] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8640883Z [05-13|18:28:28.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8641405Z [05-13|18:28:28.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8641682Z [05-13|18:28:28.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8642149Z [05-13|18:28:28.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8642449Z [05-13|18:28:28.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8642675Z [05-13|18:28:28.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8642888Z [05-13|18:28:28.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8643236Z [05-13|18:28:28.406] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} +2026-05-13T18:30:53.8643510Z [05-13|18:28:28.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8643977Z [05-13|18:28:28.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8644448Z [05-13|18:28:28.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8644717Z [05-13|18:28:28.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8644855Z [05-13|18:28:28.408] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8645325Z [05-13|18:28:28.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8645793Z [05-13|18:28:28.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8646274Z [05-13|18:28:28.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8646745Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8646958Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8647238Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8647591Z [05-13|18:28:28.409] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8647803Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8647979Z [05-13|18:28:28.410] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8648448Z [05-13|18:28:28.410] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8648661Z [05-13|18:28:28.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8648796Z [05-13|18:28:28.410] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8649005Z [05-13|18:28:28.411] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8649204Z [05-13|18:28:28.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8649547Z [05-13|18:28:28.411] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8649811Z [05-13|18:28:28.411] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8649953Z [05-13|18:28:28.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8650291Z [05-13|18:28:28.412] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8650425Z [05-13|18:28:28.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8650764Z [05-13|18:28:28.412] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8651229Z [05-13|18:28:28.413] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8651495Z [05-13|18:28:28.413] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8652146Z [05-13|18:28:28.413] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8652570Z [05-13|18:28:28.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8652832Z [05-13|18:28:28.413] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8653341Z [05-13|18:28:28.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} +2026-05-13T18:30:53.8653844Z [05-13|18:28:28.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8654351Z [05-13|18:28:28.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8654856Z [05-13|18:28:28.414] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8655167Z [05-13|18:28:28.414] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8655763Z [05-13|18:28:28.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8656040Z [05-13|18:28:28.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8656382Z [05-13|18:28:28.415] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8656516Z [05-13|18:28:28.415] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8656994Z [05-13|18:28:28.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8657130Z [05-13|18:28:28.415] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8657515Z [05-13|18:28:28.415] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8657995Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8658636Z [05-13|18:28:28.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8658908Z [05-13|18:28:28.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8659179Z [05-13|18:28:28.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8659659Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8660532Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8660984Z [05-13|18:28:28.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8661547Z [05-13|18:28:28.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8662056Z [05-13|18:28:28.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8662484Z [05-13|18:28:28.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8662966Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8663446Z [05-13|18:28:28.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8663601Z [05-13|18:28:28.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8663823Z [05-13|18:28:28.418] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8664298Z [05-13|18:28:28.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8664442Z [05-13|18:28:28.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8664799Z [05-13|18:28:28.419] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8664934Z [05-13|18:28:28.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8665070Z [05-13|18:28:28.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8665289Z [05-13|18:28:28.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} +2026-05-13T18:30:53.8665634Z [05-13|18:28:28.420] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} +2026-05-13T18:30:53.8665778Z [05-13|18:28:28.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8666122Z [05-13|18:28:28.420] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8666460Z [05-13|18:28:28.420] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8666611Z [05-13|18:28:28.421] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8666746Z [05-13|18:28:28.421] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8667084Z [05-13|18:28:28.421] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8667299Z [05-13|18:28:28.422] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8667778Z [05-13|18:28:28.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8667971Z [05-13|18:28:28.422] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8668427Z [05-13|18:28:28.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8668568Z [05-13|18:28:28.422] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8668910Z [05-13|18:28:28.422] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8669387Z [05-13|18:28:28.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8669675Z [05-13|18:28:28.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8669812Z [05-13|18:28:28.423] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8670210Z [05-13|18:28:28.423] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8670489Z [05-13|18:28:28.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8670835Z [05-13|18:28:28.423] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8671316Z [05-13|18:28:28.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8671661Z [05-13|18:28:28.423] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8671800Z [05-13|18:28:28.424] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8671945Z [05-13|18:28:28.424] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8672161Z [05-13|18:28:28.424] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8672638Z [05-13|18:28:28.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8673111Z [05-13|18:28:28.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8673246Z [05-13|18:28:28.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8673380Z [05-13|18:28:28.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8673519Z [05-13|18:28:28.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8673991Z [05-13|18:28:28.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8674463Z [05-13|18:28:28.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8674604Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8674738Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8674868Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8675005Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8675137Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8675267Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8675399Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8675607Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8675878Z [05-13|18:28:28.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} +2026-05-13T18:30:53.8676011Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8676286Z [05-13|18:28:28.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8676418Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8676549Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8676894Z [05-13|18:28:28.427] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8677108Z [05-13|18:28:28.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8677240Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8677415Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8677549Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8678181Z [05-13|18:28:28.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8678348Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8678494Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8678628Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8679120Z [05-13|18:28:28.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8679255Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8679390Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8679609Z [05-13|18:28:28.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8679746Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8679876Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8680007Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8680143Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8680274Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8680485Z [05-13|18:28:28.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8680837Z [05-13|18:28:28.429] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8680970Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8681183Z [05-13|18:28:28.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} +2026-05-13T18:30:53.8681321Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8681470Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8681603Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8681740Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8681872Z [05-13|18:28:28.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8682004Z [05-13|18:28:28.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8682486Z [05-13|18:28:28.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8682839Z [05-13|18:28:28.430] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} +2026-05-13T18:30:53.8683171Z [05-13|18:28:28.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8683649Z [05-13|18:28:28.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8683839Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8683971Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8684103Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8684238Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8684369Z [05-13|18:28:28.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8684499Z [05-13|18:28:28.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8684718Z [05-13|18:28:28.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8685045Z [05-13|18:28:28.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} +2026-05-13T18:30:53.8685180Z [05-13|18:28:28.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8685711Z [05-13|18:28:28.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8685850Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8685981Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8686119Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8686250Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8686380Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8686536Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8686686Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8686816Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8686945Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8687085Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8687216Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8687346Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8687482Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8687612Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8687742Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8687877Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8688009Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8688261Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8688395Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8688527Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8688657Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8688790Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8688925Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8689056Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8689187Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8689321Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8689667Z [05-13|18:28:28.436] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} +2026-05-13T18:30:53.8689803Z [05-13|18:28:28.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8690007Z [05-13|18:28:28.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8690138Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8690612Z [05-13|18:28:28.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8690801Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8690933Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8691065Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8691196Z [05-13|18:28:28.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8691330Z [05-13|18:28:28.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8691459Z [05-13|18:28:28.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8691778Z [05-13|18:28:28.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8692004Z [05-13|18:28:28.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} +2026-05-13T18:30:53.8692328Z [05-13|18:28:28.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8692597Z [05-13|18:28:28.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8693082Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8693550Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8694021Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8694293Z [05-13|18:28:28.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8694557Z [05-13|18:28:28.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8694771Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8695039Z [05-13|18:28:28.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8695508Z [05-13|18:28:28.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8695773Z [05-13|18:28:28.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8696246Z [05-13|18:28:28.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8696514Z [05-13|18:28:28.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8696984Z [05-13|18:28:28.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8697250Z [05-13|18:28:28.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8697463Z [05-13|18:28:28.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8697678Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8698266Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8698680Z [05-13|18:28:28.443] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8699155Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8699550Z [05-13|18:28:28.443] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8699888Z [05-13|18:28:28.443] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8700104Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8700316Z [05-13|18:28:28.444] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8700503Z [05-13|18:28:28.444] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8700723Z [05-13|18:28:28.444] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8701241Z [05-13|18:28:28.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8701380Z [05-13|18:28:28.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8701723Z [05-13|18:28:28.445] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8701935Z [05-13|18:28:28.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8702070Z [05-13|18:28:28.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8702406Z [05-13|18:28:28.445] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8702549Z [05-13|18:28:28.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8702816Z [05-13|18:28:28.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} +2026-05-13T18:30:53.8702950Z [05-13|18:28:28.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8703166Z [05-13|18:28:28.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8703375Z [05-13|18:28:28.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8703509Z [05-13|18:28:28.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8703987Z [05-13|18:28:28.447] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8704327Z [05-13|18:28:28.447] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8704668Z [05-13|18:28:28.447] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8704806Z [05-13|18:28:28.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8704940Z [05-13|18:28:28.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8705074Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8705211Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8705342Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8705472Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8705613Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8705826Z [05-13|18:28:28.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} +2026-05-13T18:30:53.8706164Z [05-13|18:28:28.448] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8706488Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8706754Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8707056Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8707398Z [05-13|18:28:28.449] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8707664Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8707926Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8708589Z [05-13|18:28:28.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8709178Z [05-13|18:28:28.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8709463Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8709615Z [05-13|18:28:28.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8709752Z [05-13|18:28:28.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8709973Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8710462Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8710599Z [05-13|18:28:28.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8711076Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8711431Z [05-13|18:28:28.451] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} +2026-05-13T18:30:53.8711703Z [05-13|18:28:28.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8711836Z [05-13|18:28:28.451] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8712323Z [05-13|18:28:28.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8712542Z [05-13|18:28:28.451] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8713011Z [05-13|18:28:28.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8713463Z [05-13|18:28:28.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 114, "epoch round": 114} +2026-05-13T18:30:53.8713900Z [05-13|18:28:28.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 114, "epoch round": 114} +2026-05-13T18:30:53.8714378Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8714517Z [05-13|18:28:28.451] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8714732Z [05-13|18:28:28.452] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8715208Z [05-13|18:28:28.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8715487Z [05-13|18:28:28.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8715701Z [05-13|18:28:28.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8715887Z [05-13|18:28:28.453] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8716101Z [05-13|18:28:28.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8716233Z [05-13|18:28:28.454] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8716579Z [05-13|18:28:28.454] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8716795Z [05-13|18:28:28.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8717105Z [05-13|18:28:28.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8717448Z [05-13|18:28:28.454] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8717619Z [05-13|18:28:28.454] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8717757Z [05-13|18:28:28.455] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8718209Z [05-13|18:28:28.455] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8718346Z [05-13|18:28:28.455] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8718830Z [05-13|18:28:28.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8719097Z [05-13|18:28:28.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} +2026-05-13T18:30:53.8719436Z [05-13|18:28:28.455] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8719918Z [05-13|18:28:28.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8720260Z [05-13|18:28:28.456] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8720394Z [05-13|18:28:28.456] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8720530Z [05-13|18:28:28.456] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8720863Z [05-13|18:28:28.457] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8720997Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8721133Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8721269Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8721401Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8721744Z [05-13|18:28:28.457] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8721959Z [05-13|18:28:28.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8722169Z [05-13|18:28:28.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8722510Z [05-13|18:28:28.458] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8722644Z [05-13|18:28:28.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8722977Z [05-13|18:28:28.458] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8723308Z [05-13|18:28:28.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} +2026-05-13T18:30:53.8723443Z [05-13|18:28:28.459] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8723576Z [05-13|18:28:28.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8723712Z [05-13|18:28:28.459] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8724101Z [05-13|18:28:28.460] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} +2026-05-13T18:30:53.8724233Z [05-13|18:28:28.459] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8724503Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8724639Z [05-13|18:28:28.460] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8724904Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8725222Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8725492Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8725802Z [05-13|18:28:28.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8726287Z [05-13|18:28:28.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8726557Z [05-13|18:28:28.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8727031Z [05-13|18:28:28.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8727509Z [05-13|18:28:28.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8727984Z [05-13|18:28:28.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8728321Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8728798Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8729064Z [05-13|18:28:28.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8729532Z [05-13|18:28:28.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8730007Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8730227Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8730495Z [05-13|18:28:28.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8730712Z [05-13|18:28:28.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8731056Z [05-13|18:28:28.465] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8731393Z [05-13|18:28:28.465] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8731732Z [05-13|18:28:28.466] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8732280Z [05-13|18:28:28.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8732621Z [05-13|18:28:28.467] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8732945Z [05-13|18:28:28.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8733159Z [05-13|18:28:28.467] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8733370Z [05-13|18:28:28.467] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8733848Z [05-13|18:28:28.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8734039Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8734175Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8734312Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8734575Z [05-13|18:28:28.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8734792Z [05-13|18:28:28.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8734932Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8735062Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8735270Z [05-13|18:28:28.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8735411Z [05-13|18:28:28.469] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8735687Z [05-13|18:28:28.469] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} +2026-05-13T18:30:53.8736033Z [05-13|18:28:28.470] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8736371Z [05-13|18:28:28.470] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8736510Z [05-13|18:28:28.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8736845Z [05-13|18:28:28.470] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8737326Z [05-13|18:28:28.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8737668Z [05-13|18:28:28.471] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8737881Z [05-13|18:28:28.471] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8738266Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8738413Z [05-13|18:28:28.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8738547Z [05-13|18:28:28.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8738813Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8738950Z [05-13|18:28:28.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8739162Z [05-13|18:28:28.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} +2026-05-13T18:30:53.8739427Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8739690Z [05-13|18:28:28.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8739952Z [05-13|18:28:28.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8740360Z [05-13|18:28:28.473] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8740846Z [05-13|18:28:28.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8741380Z [05-13|18:28:28.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8741885Z [05-13|18:28:28.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8742413Z [05-13|18:28:28.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8742758Z [05-13|18:28:28.475] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} +2026-05-13T18:30:53.8742943Z [05-13|18:28:28.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8743216Z [05-13|18:28:28.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8743483Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8743697Z [05-13|18:28:28.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8744207Z [05-13|18:28:28.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8744700Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8745191Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8745463Z [05-13|18:28:28.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8745681Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8746162Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8746515Z [05-13|18:28:28.477] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8746652Z [05-13|18:28:28.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8746793Z [05-13|18:28:28.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8746929Z [05-13|18:28:28.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8747147Z [05-13|18:28:28.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8747359Z [05-13|18:28:28.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8747711Z [05-13|18:28:28.477] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8747922Z [05-13|18:28:28.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8748172Z [05-13|18:28:28.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8748450Z [05-13|18:28:28.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8748663Z [05-13|18:28:28.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8749000Z [05-13|18:28:28.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} +2026-05-13T18:30:53.8749215Z [05-13|18:28:28.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8749695Z [05-13|18:28:28.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8750092Z [05-13|18:28:28.478] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8750573Z [05-13|18:28:28.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8750708Z [05-13|18:28:28.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8751103Z [05-13|18:28:28.479] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8751249Z [05-13|18:28:28.480] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8751636Z [05-13|18:28:28.480] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8751854Z [05-13|18:28:28.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8752208Z [05-13|18:28:28.480] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8752546Z [05-13|18:28:28.480] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8752679Z [05-13|18:28:28.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8752818Z [05-13|18:28:28.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8753032Z [05-13|18:28:28.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8753373Z [05-13|18:28:28.481] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8753513Z [05-13|18:28:28.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8753647Z [05-13|18:28:28.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8753983Z [05-13|18:28:28.482] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8754122Z [05-13|18:28:28.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8754333Z [05-13|18:28:28.482] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} +2026-05-13T18:30:53.8754467Z [05-13|18:28:28.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8754742Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8755014Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8755278Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8755548Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8755685Z [05-13|18:28:28.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8755946Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8756080Z [05-13|18:28:28.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8756427Z [05-13|18:28:28.483] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} +2026-05-13T18:30:53.8756694Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8756878Z [05-13|18:28:28.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8757017Z [05-13|18:28:28.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8757501Z [05-13|18:28:28.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8758020Z [05-13|18:28:28.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8758415Z [05-13|18:28:28.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8758897Z [05-13|18:28:28.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8759443Z [05-13|18:28:28.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8759582Z [05-13|18:28:28.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8760115Z [05-13|18:28:28.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8760597Z [05-13|18:28:28.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8760866Z [05-13|18:28:28.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8761343Z [05-13|18:28:28.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8761831Z [05-13|18:28:28.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8762103Z [05-13|18:28:28.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8762318Z [05-13|18:28:28.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8762537Z [05-13|18:28:28.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8762881Z [05-13|18:28:28.487] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8763093Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8763574Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8763790Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8764004Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8764225Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8764567Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8764911Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8765052Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8765386Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8765521Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8765798Z [05-13|18:28:28.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8766143Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8766277Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8766462Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8766598Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8766727Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8766864Z [05-13|18:28:28.490] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8767082Z [05-13|18:28:28.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8767421Z [05-13|18:28:28.490] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8767673Z [05-13|18:28:28.491] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8768169Z [05-13|18:28:28.490] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8768311Z [05-13|18:28:28.492] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8768586Z [05-13|18:28:28.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} +2026-05-13T18:30:53.8768725Z [05-13|18:28:28.492] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8769213Z [05-13|18:28:28.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8769347Z [05-13|18:28:28.493] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8769483Z [05-13|18:28:28.493] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8769618Z [05-13|18:28:28.493] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8769965Z [05-13|18:28:28.494] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8770306Z [05-13|18:28:28.494] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8770444Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8770575Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8770709Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8770841Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8770971Z [05-13|18:28:28.495] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8771239Z [05-13|18:28:28.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8771509Z [05-13|18:28:28.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8771775Z [05-13|18:28:28.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8772037Z [05-13|18:28:28.496] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8772310Z [05-13|18:28:28.496] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8772792Z [05-13|18:28:28.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8773269Z [05-13|18:28:28.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8773407Z [05-13|18:28:28.496] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8773738Z [05-13|18:28:28.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8774216Z [05-13|18:28:28.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8774537Z [05-13|18:28:28.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8775010Z [05-13|18:28:28.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8775278Z [05-13|18:28:28.498] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8775754Z [05-13|18:28:28.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8776288Z [05-13|18:28:28.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8776612Z [05-13|18:28:28.499] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8776830Z [05-13|18:28:28.499] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8777041Z [05-13|18:28:28.499] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8777518Z [05-13|18:28:28.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8777862Z [05-13|18:28:28.501] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8778199Z [05-13|18:28:28.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8778427Z [05-13|18:28:28.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8778912Z [05-13|18:28:28.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8779131Z [05-13|18:28:28.502] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8779610Z [05-13|18:28:28.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8779955Z [05-13|18:28:28.502] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} +2026-05-13T18:30:53.8780296Z [05-13|18:28:28.502] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8780641Z [05-13|18:28:28.502] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8780778Z [05-13|18:28:28.502] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8780911Z [05-13|18:28:28.502] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8781254Z [05-13|18:28:28.503] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8781592Z [05-13|18:28:28.503] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8781806Z [05-13|18:28:28.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} +2026-05-13T18:30:53.8781942Z [05-13|18:28:28.504] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8782158Z [05-13|18:28:28.504] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8782565Z [05-13|18:28:28.506] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8782909Z [05-13|18:28:28.506] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8783298Z [05-13|18:28:28.506] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8783434Z [05-13|18:28:28.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8783567Z [05-13|18:28:28.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8783703Z [05-13|18:28:28.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8783973Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8784239Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8784562Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8784830Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} +2026-05-13T18:30:53.8785051Z [05-13|18:28:28.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8785276Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8785758Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8786025Z [05-13|18:28:28.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8786294Z [05-13|18:28:28.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8786773Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8787248Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8787729Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8788311Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8788590Z [05-13|18:28:28.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8788856Z [05-13|18:28:28.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8789075Z [05-13|18:28:28.510] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8789554Z [05-13|18:28:28.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8789692Z [05-13|18:28:28.511] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8789904Z [05-13|18:28:28.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8790379Z [05-13|18:28:28.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8790594Z [05-13|18:28:28.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8791063Z [05-13|18:28:28.512] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8791351Z [05-13|18:28:28.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} +2026-05-13T18:30:53.8791488Z [05-13|18:28:28.512] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8791829Z [05-13|18:28:28.512] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8792223Z [05-13|18:28:28.512] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} +2026-05-13T18:30:53.8792561Z [05-13|18:28:28.512] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8792697Z [05-13|18:28:28.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8792834Z [05-13|18:28:28.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8793102Z [05-13|18:28:28.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8793375Z [05-13|18:28:28.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8793898Z [05-13|18:28:28.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8794355Z [05-13|18:28:28.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} +2026-05-13T18:30:53.8794490Z [05-13|18:28:28.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8794924Z [05-13|18:28:28.514] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} +2026-05-13T18:30:53.8795063Z [05-13|18:28:28.514] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8795277Z [05-13|18:28:28.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8795489Z [05-13|18:28:28.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8795706Z [05-13|18:28:28.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8796136Z [05-13|18:28:28.514] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} +2026-05-13T18:30:53.8796271Z [05-13|18:28:28.514] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8796707Z [05-13|18:28:28.514] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} +2026-05-13T18:30:53.8796917Z [05-13|18:28:28.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8797347Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} +2026-05-13T18:30:53.8797781Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} +2026-05-13T18:30:53.8797915Z [05-13|18:28:28.515] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8798617Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8798861Z [05-13|18:28:28.515] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8799338Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8799480Z [05-13|18:28:28.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8799973Z [05-13|18:28:28.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8800210Z [05-13|18:28:28.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8800345Z [05-13|18:28:28.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8800694Z [05-13|18:28:28.516] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8800886Z [05-13|18:28:28.517] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8801018Z [05-13|18:28:28.517] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8801362Z [05-13|18:28:28.517] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8801697Z [05-13|18:28:28.517] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8802035Z [05-13|18:28:28.518] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8802371Z [05-13|18:28:28.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} +2026-05-13T18:30:53.8802507Z [05-13|18:28:28.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8802691Z [05-13|18:28:28.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8802830Z [05-13|18:28:28.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8802961Z [05-13|18:28:28.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8803177Z [05-13|18:28:28.519] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8803667Z [05-13|18:28:28.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8803802Z [05-13|18:28:28.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8803935Z [05-13|18:28:28.520] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8804076Z [05-13|18:28:28.520] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8804296Z [05-13|18:28:28.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8804637Z [05-13|18:28:28.520] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8804974Z [05-13|18:28:28.521] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8805250Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8805515Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8805651Z [05-13|18:28:28.521] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8805787Z [05-13|18:28:28.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8806055Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8806271Z [05-13|18:28:28.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} +2026-05-13T18:30:53.8806544Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8807028Z [05-13|18:28:28.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8807295Z [05-13|18:28:28.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8807562Z [05-13|18:28:28.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8808189Z [05-13|18:28:28.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8808749Z [05-13|18:28:28.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8809028Z [05-13|18:28:28.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8809556Z [05-13|18:28:28.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8810029Z [05-13|18:28:28.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8810246Z [05-13|18:28:28.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8810765Z [05-13|18:28:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8810989Z [05-13|18:28:28.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8811250Z [05-13|18:28:28.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8811725Z [05-13|18:28:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8811946Z [05-13|18:28:28.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8812298Z [05-13|18:28:28.526] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8812569Z [05-13|18:28:28.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8812786Z [05-13|18:28:28.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8813127Z [05-13|18:28:28.526] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8813465Z [05-13|18:28:28.527] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} +2026-05-13T18:30:53.8813813Z [05-13|18:28:28.527] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8814152Z [05-13|18:28:28.527] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8814485Z [05-13|18:28:28.526] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8814629Z [05-13|18:28:28.527] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8814844Z [05-13|18:28:28.527] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8815322Z [05-13|18:28:28.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8815600Z [05-13|18:28:28.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} +2026-05-13T18:30:53.8815816Z [05-13|18:28:28.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8815956Z [05-13|18:28:28.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8816091Z [05-13|18:28:28.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8816571Z [05-13|18:28:28.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8816706Z [05-13|18:28:28.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8817093Z [05-13|18:28:28.529] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8820460Z [05-13|18:28:28.530] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8820668Z [05-13|18:28:28.530] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8821025Z [05-13|18:28:28.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8821397Z [05-13|18:28:28.530] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8821684Z [05-13|18:28:28.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 8} +2026-05-13T18:30:53.8821911Z [05-13|18:28:28.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8822066Z [05-13|18:28:28.530] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8822616Z [05-13|18:28:28.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8823021Z [05-13|18:28:28.531] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8823173Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8823309Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8823442Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8823580Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8823710Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8823928Z [05-13|18:28:28.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} +2026-05-13T18:30:53.8824070Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8824208Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8824551Z [05-13|18:28:28.533] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8824839Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8825117Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8825388Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8825659Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8826147Z [05-13|18:28:28.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8826286Z [05-13|18:28:28.533] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8826558Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8826903Z [05-13|18:28:28.533] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} +2026-05-13T18:30:53.8827379Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8827851Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8828225Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8828706Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8828920Z [05-13|18:28:28.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8829134Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8829600Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8829791Z [05-13|18:28:28.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8830001Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8830210Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8830483Z [05-13|18:28:28.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8830617Z [05-13|18:28:28.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8830881Z [05-13|18:28:28.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8831017Z [05-13|18:28:28.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8831336Z [05-13|18:28:28.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8831604Z [05-13|18:28:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8832076Z [05-13|18:28:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8832221Z [05-13|18:28:28.537] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8832496Z [05-13|18:28:28.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8832989Z [05-13|18:28:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8833471Z [05-13|18:28:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8833824Z [05-13|18:28:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8834169Z [05-13|18:28:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8834311Z [05-13|18:28:28.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8834584Z [05-13|18:28:28.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} +2026-05-13T18:30:53.8835063Z [05-13|18:28:28.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8835542Z [05-13|18:28:28.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8835759Z [05-13|18:28:28.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8835899Z [05-13|18:28:28.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8836255Z [05-13|18:28:28.539] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8836593Z [05-13|18:28:28.539] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8836729Z [05-13|18:28:28.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8836957Z [05-13|18:28:28.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8837151Z [05-13|18:28:28.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8837502Z [05-13|18:28:28.539] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8837864Z [05-13|18:28:28.540] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8838240Z [05-13|18:28:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8838410Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8838549Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8838761Z [05-13|18:28:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8838972Z [05-13|18:28:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} +2026-05-13T18:30:53.8839111Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8839315Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8839452Z [05-13|18:28:28.541] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8839643Z [05-13|18:28:28.541] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8839778Z [05-13|18:28:28.541] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8839912Z [05-13|18:28:28.542] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8840262Z [05-13|18:28:28.542] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8840396Z [05-13|18:28:28.542] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8840667Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8840933Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8841207Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8841472Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8841736Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8842235Z [05-13|18:28:28.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8842712Z [05-13|18:28:28.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8842988Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8843465Z [05-13|18:28:28.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8843815Z [05-13|18:28:28.544] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8844273Z [05-13|18:28:28.544] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 122, "epoch round": 122} +2026-05-13T18:30:53.8844757Z [05-13|18:28:28.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8844895Z [05-13|18:28:28.544] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8845248Z [05-13|18:28:28.544] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8845727Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8846261Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8846455Z [05-13|18:28:28.545] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8846670Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8847009Z [05-13|18:28:28.545] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} +2026-05-13T18:30:53.8847487Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8847699Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8847873Z [05-13|18:28:28.546] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8848015Z [05-13|18:28:28.546] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8848587Z [05-13|18:28:28.546] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8848810Z [05-13|18:28:28.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8849086Z [05-13|18:28:28.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8849299Z [05-13|18:28:28.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8849638Z [05-13|18:28:28.547] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8849858Z [05-13|18:28:28.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8850074Z [05-13|18:28:28.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8850411Z [05-13|18:28:28.547] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8850553Z [05-13|18:28:28.547] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8850690Z [05-13|18:28:28.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8850823Z [05-13|18:28:28.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8851159Z [05-13|18:28:28.548] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8851436Z [05-13|18:28:28.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8851915Z [05-13|18:28:28.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8852257Z [05-13|18:28:28.549] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8852488Z [05-13|18:28:28.549] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8852627Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8852761Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8853242Z [05-13|18:28:28.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8853377Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8853511Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8853861Z [05-13|18:28:28.549] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8854263Z [05-13|18:28:28.550] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8854535Z [05-13|18:28:28.550] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} +2026-05-13T18:30:53.8855065Z [05-13|18:28:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.8855280Z [05-13|18:28:28.550] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8855413Z [05-13|18:28:28.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8855552Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8855683Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8855818Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8856053Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8856186Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8856434Z [05-13|18:28:28.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8856575Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8856706Z [05-13|18:28:28.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8856837Z [05-13|18:28:28.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8857180Z [05-13|18:28:28.552] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8857520Z [05-13|18:28:28.553] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8857654Z [05-13|18:28:28.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8857994Z [05-13|18:28:28.554] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} +2026-05-13T18:30:53.8858332Z [05-13|18:28:28.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} +2026-05-13T18:30:53.8858470Z [05-13|18:28:28.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8858742Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.8859012Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.8859145Z [05-13|18:28:28.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8859409Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.8859546Z [05-13|18:28:28.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8859812Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.8860077Z [05-13|18:28:28.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.8860345Z [05-13|18:28:28.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.8860825Z [05-13|18:28:28.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8861302Z [05-13|18:28:28.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8861574Z [05-13|18:28:28.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 8} +2026-05-13T18:30:53.8862050Z [05-13|18:28:28.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8862587Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8863062Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8863329Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8863466Z [05-13|18:28:28.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8863941Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8864077Z [05-13|18:28:28.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8864341Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8864616Z [05-13|18:28:28.557] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} +2026-05-13T18:30:53.8865136Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8865611Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8865829Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8866175Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8866389Z [05-13|18:28:28.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8866740Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8866879Z [05-13|18:28:28.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8867218Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8867565Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8867700Z [05-13|18:28:28.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8867833Z [05-13|18:28:28.559] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8868169Z [05-13|18:28:28.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8868618Z [05-13|18:28:28.559] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 123, "epoch round": 123} +2026-05-13T18:30:53.8868755Z [05-13|18:28:28.559] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8869032Z [05-13|18:28:28.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 8} +2026-05-13T18:30:53.8869170Z [05-13|18:28:28.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8869648Z [05-13|18:28:28.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8869870Z [05-13|18:28:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8870004Z [05-13|18:28:28.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8870137Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8870616Z [05-13|18:28:28.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.8870816Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8871160Z [05-13|18:28:28.561] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8871352Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8871487Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8871619Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8871836Z [05-13|18:28:28.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8871970Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8872180Z [05-13|18:28:28.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8872318Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8872722Z [05-13|18:28:28.562] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8872985Z [05-13|18:28:28.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8873332Z [05-13|18:28:28.562] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8873672Z [05-13|18:28:28.562] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8873806Z [05-13|18:28:28.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8873940Z [05-13|18:28:28.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8874157Z [05-13|18:28:28.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} +2026-05-13T18:30:53.8874499Z [05-13|18:28:28.563] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8874636Z [05-13|18:28:28.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8874775Z [05-13|18:28:28.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8875118Z [05-13|18:28:28.564] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} +2026-05-13T18:30:53.8875389Z [05-13|18:28:28.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8875661Z [05-13|18:28:28.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8875924Z [05-13|18:28:28.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8876188Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8876458Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8876722Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8876858Z [05-13|18:28:28.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8877130Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8877618Z [05-13|18:28:28.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8878261Z [05-13|18:28:28.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8878409Z [05-13|18:28:28.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8878890Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8879437Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8879716Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8880189Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8880660Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8881191Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8881465Z [05-13|18:28:28.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 8} +2026-05-13T18:30:53.8881787Z [05-13|18:28:28.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8882270Z [05-13|18:28:28.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8882487Z [05-13|18:28:28.567] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8882836Z [05-13|18:28:28.568] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8883049Z [05-13|18:28:28.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8883524Z [05-13|18:28:28.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8883668Z [05-13|18:28:28.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8883880Z [05-13|18:28:28.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8884015Z [05-13|18:28:28.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8884225Z [05-13|18:28:28.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8884440Z [05-13|18:28:28.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8884780Z [05-13|18:28:28.568] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8885119Z [05-13|18:28:28.569] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8885260Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8885598Z [05-13|18:28:28.570] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8885812Z [05-13|18:28:28.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8886156Z [05-13|18:28:28.570] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8886493Z [05-13|18:28:28.570] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8886627Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8886764Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8886895Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8887028Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8887293Z [05-13|18:28:28.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8887426Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8887695Z [05-13|18:28:28.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} +2026-05-13T18:30:53.8887873Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8888005Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8888332Z [05-13|18:28:28.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8888469Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8888809Z [05-13|18:28:28.571] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8888944Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8889139Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8889484Z [05-13|18:28:28.572] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8890013Z [05-13|18:28:28.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.8890151Z [05-13|18:28:28.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8890290Z [05-13|18:28:28.573] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8890422Z [05-13|18:28:28.573] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8890764Z [05-13|18:28:28.573] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8891038Z [05-13|18:28:28.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8891308Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8891443Z [05-13|18:28:28.574] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8891714Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8891981Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8892246Z [05-13|18:28:28.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8892736Z [05-13|18:28:28.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8893001Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8893486Z [05-13|18:28:28.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8893709Z [05-13|18:28:28.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} +2026-05-13T18:30:53.8894186Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8894661Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8894802Z [05-13|18:28:28.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8895069Z [05-13|18:28:28.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8895546Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8895825Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8896304Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8896834Z [05-13|18:28:28.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8897101Z [05-13|18:28:28.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8897316Z [05-13|18:28:28.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8897699Z [05-13|18:28:28.576] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} +2026-05-13T18:30:53.8897839Z [05-13|18:28:28.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8897971Z [05-13|18:28:28.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8898482Z [05-13|18:28:28.577] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8898708Z [05-13|18:28:28.577] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8898920Z [05-13|18:28:28.577] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8899261Z [05-13|18:28:28.577] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8899538Z [05-13|18:28:28.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8899674Z [05-13|18:28:28.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8900169Z [05-13|18:28:28.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8900518Z [05-13|18:28:28.578] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8900735Z [05-13|18:28:28.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8900945Z [05-13|18:28:28.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8901291Z [05-13|18:28:28.578] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8901768Z [05-13|18:28:28.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8902109Z [05-13|18:28:28.579] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8902252Z [05-13|18:28:28.579] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8902388Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8902520Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8902867Z [05-13|18:28:28.580] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8903001Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8903214Z [05-13|18:28:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8903355Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8903488Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8903828Z [05-13|18:28:28.580] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8904032Z [05-13|18:28:28.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8904168Z [05-13|18:28:28.579] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8904303Z [05-13|18:28:28.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8904494Z [05-13|18:28:28.581] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8904831Z [05-13|18:28:28.581] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8905043Z [05-13|18:28:28.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8905184Z [05-13|18:28:28.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8905395Z [05-13|18:28:28.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8905585Z [05-13|18:28:28.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8905723Z [05-13|18:28:28.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8905861Z [05-13|18:28:28.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8906168Z [05-13|18:28:28.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} +2026-05-13T18:30:53.8906649Z [05-13|18:28:28.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.8906789Z [05-13|18:28:28.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8907054Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8907189Z [05-13|18:28:28.584] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8907459Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8907726Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8907989Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8908373Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8908861Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8909337Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8909609Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8909952Z [05-13|18:28:28.585] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8910435Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8910708Z [05-13|18:28:28.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8911187Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8911323Z [05-13|18:28:28.586] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8911541Z [05-13|18:28:28.586] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8912017Z [05-13|18:28:28.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8912351Z [05-13|18:28:28.586] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8912832Z [05-13|18:28:28.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8913358Z [05-13|18:28:28.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8913571Z [05-13|18:28:28.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} +2026-05-13T18:30:53.8913918Z [05-13|18:28:28.588] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8914255Z [05-13|18:28:28.588] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8914517Z [05-13|18:28:28.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8914736Z [05-13|18:28:28.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8915263Z [05-13|18:28:28.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8915613Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} +2026-05-13T18:30:53.8915826Z [05-13|18:28:28.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8916036Z [05-13|18:28:28.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8916371Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8916590Z [05-13|18:28:28.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8916927Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8917261Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8917717Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 126, "epoch round": 126} +2026-05-13T18:30:53.8918270Z [05-13|18:28:28.590] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 126, "epoch round": 126} +2026-05-13T18:30:53.8918419Z [05-13|18:28:28.590] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8918632Z [05-13|18:28:28.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8918974Z [05-13|18:28:28.590] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8919311Z [05-13|18:28:28.590] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8919455Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8919589Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8919801Z [05-13|18:28:28.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8919939Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8920272Z [05-13|18:28:28.591] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8920407Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8920548Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8921095Z [05-13|18:28:28.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8921235Z [05-13|18:28:28.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8921465Z [05-13|18:28:28.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8921597Z [05-13|18:28:28.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8921728Z [05-13|18:28:28.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8922002Z [05-13|18:28:28.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8922136Z [05-13|18:28:28.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8922268Z [05-13|18:28:28.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8922594Z [05-13|18:28:28.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8922865Z [05-13|18:28:28.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8923401Z [05-13|18:28:28.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8923890Z [05-13|18:28:28.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8924158Z [05-13|18:28:28.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8924295Z [05-13|18:28:28.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8924439Z [05-13|18:28:28.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8924575Z [05-13|18:28:28.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8924844Z [05-13|18:28:28.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8925114Z [05-13|18:28:28.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8925597Z [05-13|18:28:28.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8926071Z [05-13|18:28:28.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8926213Z [05-13|18:28:28.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8926689Z [05-13|18:28:28.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8926906Z [05-13|18:28:28.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8927184Z [05-13|18:28:28.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8927660Z [05-13|18:28:28.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8927928Z [05-13|18:28:28.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} +2026-05-13T18:30:53.8928187Z [05-13|18:28:28.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8928455Z [05-13|18:28:28.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8928934Z [05-13|18:28:28.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8929351Z [05-13|18:28:28.597] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8929566Z [05-13|18:28:28.597] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8929904Z [05-13|18:28:28.597] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8930438Z [05-13|18:28:28.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8930778Z [05-13|18:28:28.598] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8930989Z [05-13|18:28:28.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8931130Z [05-13|18:28:28.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8931317Z [05-13|18:28:28.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8931532Z [05-13|18:28:28.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8931799Z [05-13|18:28:28.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8932141Z [05-13|18:28:28.599] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8932475Z [05-13|18:28:28.600] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8932815Z [05-13|18:28:28.600] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8933296Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.8933514Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8933653Z [05-13|18:28:28.600] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8933865Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8934206Z [05-13|18:28:28.600] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8934414Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8934553Z [05-13|18:28:28.601] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8934683Z [05-13|18:28:28.601] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8934891Z [05-13|18:28:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} +2026-05-13T18:30:53.8935265Z [05-13|18:28:28.601] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8935478Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8935615Z [05-13|18:28:28.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8935754Z [05-13|18:28:28.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8935886Z [05-13|18:28:28.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8936153Z [05-13|18:28:28.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8936493Z [05-13|18:28:28.603] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} +2026-05-13T18:30:53.8936625Z [05-13|18:28:28.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8937106Z [05-13|18:28:28.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8937293Z [05-13|18:28:28.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8937426Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8937559Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8937694Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8937867Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8938199Z [05-13|18:28:28.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8938340Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8938473Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8938602Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8938938Z [05-13|18:28:28.604] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8939272Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8939591Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8939856Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8940124Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8940386Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8940866Z [05-13|18:28:28.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8941135Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8941402Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8941883Z [05-13|18:28:28.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8942365Z [05-13|18:28:28.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8942850Z [05-13|18:28:28.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8943325Z [05-13|18:28:28.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8943670Z [05-13|18:28:28.607] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8944150Z [05-13|18:28:28.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8944425Z [05-13|18:28:28.607] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} +2026-05-13T18:30:53.8944637Z [05-13|18:28:28.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8945117Z [05-13|18:28:28.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.8945387Z [05-13|18:28:28.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8945522Z [05-13|18:28:28.608] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8946059Z [05-13|18:28:28.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8946277Z [05-13|18:28:28.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8946807Z [05-13|18:28:28.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8947019Z [05-13|18:28:28.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8947157Z [05-13|18:28:28.609] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8947368Z [05-13|18:28:28.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8947578Z [05-13|18:28:28.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8947839Z [05-13|18:28:28.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8948305Z [05-13|18:28:28.610] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8948711Z [05-13|18:28:28.610] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8948855Z [05-13|18:28:28.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8949066Z [05-13|18:28:28.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8949276Z [05-13|18:28:28.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8949424Z [05-13|18:28:28.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8949764Z [05-13|18:28:28.611] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8949901Z [05-13|18:28:28.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8950112Z [05-13|18:28:28.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} +2026-05-13T18:30:53.8950451Z [05-13|18:28:28.612] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} +2026-05-13T18:30:53.8950586Z [05-13|18:28:28.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8950924Z [05-13|18:28:28.610] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8951064Z [05-13|18:28:28.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8951197Z [05-13|18:28:28.612] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8951533Z [05-13|18:28:28.612] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8951875Z [05-13|18:28:28.612] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8952011Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8952142Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8952281Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8952414Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8952751Z [05-13|18:28:28.613] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8952889Z [05-13|18:28:28.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8953160Z [05-13|18:28:28.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8953643Z [05-13|18:28:28.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8953850Z [05-13|18:28:28.614] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8954191Z [05-13|18:28:28.615] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8954402Z [05-13|18:28:28.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8954599Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8954731Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8954861Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8954989Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8955259Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8955522Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8955708Z [05-13|18:28:28.617] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8955978Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} +2026-05-13T18:30:53.8956489Z [05-13|18:28:28.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8956757Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8957240Z [05-13|18:28:28.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.8957712Z [05-13|18:28:28.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8957850Z [05-13|18:28:28.618] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8958236Z [05-13|18:28:28.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8958376Z [05-13|18:28:28.618] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8958845Z [05-13|18:28:28.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8959117Z [05-13|18:28:28.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8959585Z [05-13|18:28:28.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8959851Z [05-13|18:28:28.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8959987Z [05-13|18:28:28.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8960432Z [05-13|18:28:28.619] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 129, "epoch round": 129} +2026-05-13T18:30:53.8960699Z [05-13|18:28:28.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8961178Z [05-13|18:28:28.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8961647Z [05-13|18:28:28.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8961996Z [05-13|18:28:28.620] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8962469Z [05-13|18:28:28.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8962679Z [05-13|18:28:28.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8963156Z [05-13|18:28:28.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8963345Z [05-13|18:28:28.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8963557Z [05-13|18:28:28.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8963698Z [05-13|18:28:28.621] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8963908Z [05-13|18:28:28.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8964040Z [05-13|18:28:28.622] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8964299Z [05-13|18:28:28.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8964519Z [05-13|18:28:28.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} +2026-05-13T18:30:53.8964652Z [05-13|18:28:28.623] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8965047Z [05-13|18:28:28.623] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8965396Z [05-13|18:28:28.623] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8965608Z [05-13|18:28:28.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8965816Z [05-13|18:28:28.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8966089Z [05-13|18:28:28.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8966224Z [05-13|18:28:28.623] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8966435Z [05-13|18:28:28.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8966653Z [05-13|18:28:28.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8966861Z [05-13|18:28:28.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8967202Z [05-13|18:28:28.624] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8967678Z [05-13|18:28:28.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8968018Z [05-13|18:28:28.624] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8968267Z [05-13|18:28:28.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8968411Z [05-13|18:28:28.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8968747Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} +2026-05-13T18:30:53.8969086Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8969224Z [05-13|18:28:28.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8969559Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8969896Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8970034Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8970371Z [05-13|18:28:28.626] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8970650Z [05-13|18:28:28.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8970790Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8970921Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8971108Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8971244Z [05-13|18:28:28.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8971375Z [05-13|18:28:28.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8971644Z [05-13|18:28:28.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8971776Z [05-13|18:28:28.627] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8972044Z [05-13|18:28:28.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8972362Z [05-13|18:28:28.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8972756Z [05-13|18:28:28.628] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8973027Z [05-13|18:28:28.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8973507Z [05-13|18:28:28.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8973642Z [05-13|18:28:28.628] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8973911Z [05-13|18:28:28.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8974173Z [05-13|18:28:28.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8974652Z [05-13|18:28:28.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8975131Z [05-13|18:28:28.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8975601Z [05-13|18:28:28.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8975741Z [05-13|18:28:28.629] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8976209Z [05-13|18:28:28.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8976677Z [05-13|18:28:28.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8977129Z [05-13|18:28:28.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 130, "epoch round": 130} +2026-05-13T18:30:53.8977399Z [05-13|18:28:28.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8977534Z [05-13|18:28:28.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8977754Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8977966Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8978290Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8978501Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8978640Z [05-13|18:28:28.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8978971Z [05-13|18:28:28.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} +2026-05-13T18:30:53.8979104Z [05-13|18:28:28.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8979321Z [05-13|18:28:28.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8979586Z [05-13|18:28:28.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8980060Z [05-13|18:28:28.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8980413Z [05-13|18:28:28.632] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8980751Z [05-13|18:28:28.632] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8981140Z [05-13|18:28:28.632] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8981463Z [05-13|18:28:28.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8981804Z [05-13|18:28:28.633] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8982280Z [05-13|18:28:28.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.8982420Z [05-13|18:28:28.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8982891Z [05-13|18:28:28.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8983029Z [05-13|18:28:28.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8983247Z [05-13|18:28:28.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8983589Z [05-13|18:28:28.634] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8983926Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8984269Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} +2026-05-13T18:30:53.8984605Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8984941Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8985080Z [05-13|18:28:28.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8985291Z [05-13|18:28:28.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} +2026-05-13T18:30:53.8985764Z [05-13|18:28:28.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8985905Z [05-13|18:28:28.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8986038Z [05-13|18:28:28.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8986172Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8986309Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8986440Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8986709Z [05-13|18:28:28.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} +2026-05-13T18:30:53.8987054Z [05-13|18:28:28.637] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8987274Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8987407Z [05-13|18:28:28.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8987582Z [05-13|18:28:28.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8987712Z [05-13|18:28:28.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8987842Z [05-13|18:28:28.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8988576Z [05-13|18:28:28.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.8988720Z [05-13|18:28:28.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8988991Z [05-13|18:28:28.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8989571Z [05-13|18:28:28.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8989896Z [05-13|18:28:28.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8990167Z [05-13|18:28:28.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8990434Z [05-13|18:28:28.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8990649Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8991126Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8991399Z [05-13|18:28:28.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8991870Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8992086Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} +2026-05-13T18:30:53.8992357Z [05-13|18:28:28.641] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8992569Z [05-13|18:28:28.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.8993039Z [05-13|18:28:28.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8993526Z [05-13|18:28:28.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8993800Z [05-13|18:28:28.641] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 8} +2026-05-13T18:30:53.8993935Z [05-13|18:28:28.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8994202Z [05-13|18:28:28.641] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8994416Z [05-13|18:28:28.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.8994886Z [05-13|18:28:28.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8995363Z [05-13|18:28:28.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8995713Z [05-13|18:28:28.642] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} +2026-05-13T18:30:53.8996038Z [05-13|18:28:28.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.8996179Z [05-13|18:28:28.643] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8996522Z [05-13|18:28:28.643] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.8997047Z [05-13|18:28:28.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8997265Z [05-13|18:28:28.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.8997398Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8997741Z [05-13|18:28:28.644] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.8997917Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8998179Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8998456Z [05-13|18:28:28.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.8998677Z [05-13|18:28:28.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.8998809Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8998941Z [05-13|18:28:28.645] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.8999155Z [05-13|18:28:28.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.8999380Z [05-13|18:28:28.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.8999856Z [05-13|18:28:28.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.8999996Z [05-13|18:28:28.645] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9000343Z [05-13|18:28:28.646] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9000685Z [05-13|18:28:28.646] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9000896Z [05-13|18:28:28.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.9001238Z [05-13|18:28:28.646] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9001508Z [05-13|18:28:28.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} +2026-05-13T18:30:53.9001722Z [05-13|18:28:28.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.9001867Z [05-13|18:28:28.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9002000Z [05-13|18:28:28.647] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9002340Z [05-13|18:28:28.647] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9002692Z [05-13|18:28:28.647] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9002825Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9003163Z [05-13|18:28:28.648] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9003301Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9003435Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9003912Z [05-13|18:28:28.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9004115Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9004249Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9004379Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9004778Z [05-13|18:28:28.648] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9004912Z [05-13|18:28:28.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9005043Z [05-13|18:28:28.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9005177Z [05-13|18:28:28.649] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9005308Z [05-13|18:28:28.650] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9005628Z [05-13|18:28:28.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9005900Z [05-13|18:28:28.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9006206Z [05-13|18:28:28.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9006472Z [05-13|18:28:28.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9006733Z [05-13|18:28:28.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9007214Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9007560Z [05-13|18:28:28.653] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} +2026-05-13T18:30:53.9008152Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9008298Z [05-13|18:28:28.653] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9008772Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9009044Z [05-13|18:28:28.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9009309Z [05-13|18:28:28.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9009782Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9010256Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9010472Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} +2026-05-13T18:30:53.9010941Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9011415Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9011682Z [05-13|18:28:28.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9012150Z [05-13|18:28:28.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9012290Z [05-13|18:28:28.656] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9012575Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9012787Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9013003Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9013266Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9013533Z [05-13|18:28:28.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9013877Z [05-13|18:28:28.656] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9014015Z [05-13|18:28:28.657] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9014227Z [05-13|18:28:28.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9014757Z [05-13|18:28:28.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9015151Z [05-13|18:28:28.657] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9015491Z [05-13|18:28:28.657] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9015828Z [05-13|18:28:28.657] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9015962Z [05-13|18:28:28.658] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9016230Z [05-13|18:28:28.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} +2026-05-13T18:30:53.9016448Z [05-13|18:28:28.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9016787Z [05-13|18:28:28.658] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9016998Z [05-13|18:28:28.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9017483Z [05-13|18:28:28.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9017822Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9018274Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9018415Z [05-13|18:28:28.659] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9018752Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9019085Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9019224Z [05-13|18:28:28.659] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9019435Z [05-13|18:28:28.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9019568Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9019777Z [05-13|18:28:28.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9019916Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9020048Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9020178Z [05-13|18:28:28.659] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9020314Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9020592Z [05-13|18:28:28.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} +2026-05-13T18:30:53.9020932Z [05-13|18:28:28.662] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} +2026-05-13T18:30:53.9021068Z [05-13|18:28:28.662] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9021394Z [05-13|18:28:28.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9021659Z [05-13|18:28:28.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9021927Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9022189Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9022722Z [05-13|18:28:28.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9022996Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9023310Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9023785Z [05-13|18:28:28.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9024260Z [05-13|18:28:28.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9024525Z [05-13|18:28:28.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9024996Z [05-13|18:28:28.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9025270Z [05-13|18:28:28.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9025741Z [05-13|18:28:28.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9026207Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9026482Z [05-13|18:28:28.665] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} +2026-05-13T18:30:53.9026695Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9026907Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9027126Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9027567Z [05-13|18:28:28.666] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 133, "epoch round": 133} +2026-05-13T18:30:53.9027704Z [05-13|18:28:28.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9028309Z [05-13|18:28:28.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9028783Z [05-13|18:28:28.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9029254Z [05-13|18:28:28.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9029792Z [05-13|18:28:28.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9030138Z [05-13|18:28:28.667] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9030536Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9030750Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9030960Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9031298Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9031432Z [05-13|18:28:28.668] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9031819Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9032034Z [05-13|18:28:28.668] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9032374Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9032587Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9032803Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9032940Z [05-13|18:28:28.668] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9033278Z [05-13|18:28:28.669] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9033489Z [05-13|18:28:28.669] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9033705Z [05-13|18:28:28.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9034041Z [05-13|18:28:28.670] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9034252Z [05-13|18:28:28.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} +2026-05-13T18:30:53.9034592Z [05-13|18:28:28.670] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9034926Z [05-13|18:28:28.671] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9035060Z [05-13|18:28:28.671] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9035398Z [05-13|18:28:28.671] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} +2026-05-13T18:30:53.9035533Z [05-13|18:28:28.672] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9035665Z [05-13|18:28:28.672] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9035939Z [05-13|18:28:28.672] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9036206Z [05-13|18:28:28.672] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9036468Z [05-13|18:28:28.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9036953Z [05-13|18:28:28.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9037215Z [05-13|18:28:28.674] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9037695Z [05-13|18:28:28.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9038008Z [05-13|18:28:28.674] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9038603Z [05-13|18:28:28.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9039143Z [05-13|18:28:28.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9039600Z [05-13|18:28:28.675] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 134, "epoch round": 134} +2026-05-13T18:30:53.9039735Z [05-13|18:28:28.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9040051Z [05-13|18:28:28.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9040324Z [05-13|18:28:28.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9040848Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9041327Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9041597Z [05-13|18:28:28.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9042068Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9042284Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9042552Z [05-13|18:28:28.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} +2026-05-13T18:30:53.9043025Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9043240Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9043713Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9043925Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9044135Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9044609Z [05-13|18:28:28.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9044822Z [05-13|18:28:28.678] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9045034Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9045381Z [05-13|18:28:28.679] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9045590Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9045797Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9046011Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9046354Z [05-13|18:28:28.680] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9046551Z [05-13|18:28:28.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9046895Z [05-13|18:28:28.680] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9047233Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9047613Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9047953Z [05-13|18:28:28.680] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9048406Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9048543Z [05-13|18:28:28.681] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9048945Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9049083Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9049319Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9049460Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9049796Z [05-13|18:28:28.682] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9049930Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9050200Z [05-13|18:28:28.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9050543Z [05-13|18:28:28.683] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} +2026-05-13T18:30:53.9050679Z [05-13|18:28:28.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9050952Z [05-13|18:28:28.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9051219Z [05-13|18:28:28.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9051354Z [05-13|18:28:28.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9051841Z [05-13|18:28:28.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9052319Z [05-13|18:28:28.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9052453Z [05-13|18:28:28.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9052605Z [05-13|18:28:28.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9052821Z [05-13|18:28:28.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9053087Z [05-13|18:28:28.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9053307Z [05-13|18:28:28.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} +2026-05-13T18:30:53.9053783Z [05-13|18:28:28.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9054049Z [05-13|18:28:28.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9054317Z [05-13|18:28:28.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9054528Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9054796Z [05-13|18:28:28.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9055126Z [05-13|18:28:28.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9055600Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9056130Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9056399Z [05-13|18:28:28.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9056876Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9057385Z [05-13|18:28:28.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9057641Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9058252Z [05-13|18:28:28.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9058735Z [05-13|18:28:28.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9058954Z [05-13|18:28:28.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9059222Z [05-13|18:28:28.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} +2026-05-13T18:30:53.9059695Z [05-13|18:28:28.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9060050Z [05-13|18:28:28.688] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9060396Z [05-13|18:28:28.688] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9060532Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9060871Z [05-13|18:28:28.689] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9061006Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9061139Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9061275Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9061490Z [05-13|18:28:28.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9061701Z [05-13|18:28:28.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9061916Z [05-13|18:28:28.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9062128Z [05-13|18:28:28.690] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9062260Z [05-13|18:28:28.690] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9062473Z [05-13|18:28:28.690] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9062606Z [05-13|18:28:28.690] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9062742Z [05-13|18:28:28.690] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9063085Z [05-13|18:28:28.691] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9063493Z [05-13|18:28:28.691] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9063832Z [05-13|18:28:28.691] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9064026Z [05-13|18:28:28.691] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9064159Z [05-13|18:28:28.691] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9064290Z [05-13|18:28:28.691] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9064626Z [05-13|18:28:28.692] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9064763Z [05-13|18:28:28.692] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9064896Z [05-13|18:28:28.692] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9065029Z [05-13|18:28:28.692] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9065426Z [05-13|18:28:28.692] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9065817Z [05-13|18:28:28.692] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9065954Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9066293Z [05-13|18:28:28.693] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} +2026-05-13T18:30:53.9066427Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9066558Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9066692Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9066823Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9066954Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9067091Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9067221Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9067434Z [05-13|18:28:28.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} +2026-05-13T18:30:53.9067568Z [05-13|18:28:28.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9067839Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9068225Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9068491Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9068761Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9069246Z [05-13|18:28:28.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9069514Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9069780Z [05-13|18:28:28.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9070267Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9070749Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9071223Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9071735Z [05-13|18:28:28.696] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 136, "epoch round": 136} +2026-05-13T18:30:53.9071953Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9072481Z [05-13|18:28:28.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9072924Z [05-13|18:28:28.697] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 136, "epoch round": 136} +2026-05-13T18:30:53.9073141Z [05-13|18:28:28.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9073409Z [05-13|18:28:28.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9073891Z [05-13|18:28:28.697] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 136, "epoch round": 136} +2026-05-13T18:30:53.9074429Z [05-13|18:28:28.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9074570Z [05-13|18:28:28.698] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9074782Z [05-13|18:28:28.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9075051Z [05-13|18:28:28.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 8} +2026-05-13T18:30:53.9075315Z [05-13|18:28:28.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} +2026-05-13T18:30:53.9075794Z [05-13|18:28:28.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9076277Z [05-13|18:28:28.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9076625Z [05-13|18:28:28.699] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9077107Z [05-13|18:28:28.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9077324Z [05-13|18:28:28.699] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9077796Z [05-13|18:28:28.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9077932Z [05-13|18:28:28.698] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9078187Z [05-13|18:28:28.699] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9078402Z [05-13|18:28:28.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9078537Z [05-13|18:28:28.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9078887Z [05-13|18:28:28.701] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9079098Z [05-13|18:28:28.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9079308Z [05-13|18:28:28.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9079445Z [05-13|18:28:28.701] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9079780Z [05-13|18:28:28.701] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9079917Z [05-13|18:28:28.701] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9080120Z [05-13|18:28:28.701] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9080329Z [05-13|18:28:28.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9080466Z [05-13|18:28:28.702] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9080730Z [05-13|18:28:28.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9081070Z [05-13|18:28:28.702] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9081405Z [05-13|18:28:28.702] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9081614Z [05-13|18:28:28.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} +2026-05-13T18:30:53.9082006Z [05-13|18:28:28.703] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9082345Z [05-13|18:28:28.703] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9082528Z [05-13|18:28:28.703] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9082877Z [05-13|18:28:28.703] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9083013Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9083146Z [05-13|18:28:28.703] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9083281Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9083411Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9083540Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9083880Z [05-13|18:28:28.704] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9084014Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9084146Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9084283Z [05-13|18:28:28.705] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9084416Z [05-13|18:28:28.705] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9084547Z [05-13|18:28:28.705] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9084884Z [05-13|18:28:28.706] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} +2026-05-13T18:30:53.9085017Z [05-13|18:28:28.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9085147Z [05-13|18:28:28.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9085414Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9085684Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9085946Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9086211Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9086701Z [05-13|18:28:28.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9086968Z [05-13|18:28:28.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9087232Z [05-13|18:28:28.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9087718Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9088355Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9088629Z [05-13|18:28:28.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9089165Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9089431Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9089912Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9090436Z [05-13|18:28:28.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9090707Z [05-13|18:28:28.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9090892Z [05-13|18:28:28.709] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9091372Z [05-13|18:28:28.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9091850Z [05-13|18:28:28.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9092069Z [05-13|18:28:28.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9092411Z [05-13|18:28:28.710] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9092548Z [05-13|18:28:28.710] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9092770Z [05-13|18:28:28.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9093115Z [05-13|18:28:28.710] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9093328Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9093544Z [05-13|18:28:28.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9093678Z [05-13|18:28:28.711] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9094009Z [05-13|18:28:28.711] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9094224Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9094703Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9094918Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9095257Z [05-13|18:28:28.711] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9095395Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9095528Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9095737Z [05-13|18:28:28.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9095874Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9096005Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9096273Z [05-13|18:28:28.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} +2026-05-13T18:30:53.9096551Z [05-13|18:28:28.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9096890Z [05-13|18:28:28.712] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9097265Z [05-13|18:28:28.713] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9097746Z [05-13|18:28:28.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9098207Z [05-13|18:28:28.713] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9098345Z [05-13|18:28:28.713] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9098545Z [05-13|18:28:28.713] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9098879Z [05-13|18:28:28.714] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9099063Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9099301Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9099567Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9099896Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9100163Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9100424Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9100842Z [05-13|18:28:28.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9101265Z [05-13|18:28:28.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} +2026-05-13T18:30:53.9101537Z [05-13|18:28:28.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9102191Z [05-13|18:28:28.714] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9102460Z [05-13|18:28:28.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9102718Z [05-13|18:28:28.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9102986Z [05-13|18:28:28.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9103644Z [05-13|18:28:28.716] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} +2026-05-13T18:30:53.9104061Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9104337Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9104721Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9104999Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9105139Z [05-13|18:28:28.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9105404Z [05-13|18:28:28.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9105918Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9106401Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9106880Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9107469Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9107745Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9108254Z [05-13|18:28:28.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9108549Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9108768Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9109252Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9109599Z [05-13|18:28:28.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} +2026-05-13T18:30:53.9110130Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9110612Z [05-13|18:28:28.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9111091Z [05-13|18:28:28.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9111229Z [05-13|18:28:28.719] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9111447Z [05-13|18:28:28.719] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9111795Z [05-13|18:28:28.720] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9112011Z [05-13|18:28:28.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9112152Z [05-13|18:28:28.720] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9112363Z [05-13|18:28:28.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9112711Z [05-13|18:28:28.720] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9112929Z [05-13|18:28:28.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9113200Z [05-13|18:28:28.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 8} +2026-05-13T18:30:53.9113333Z [05-13|18:28:28.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9113671Z [05-13|18:28:28.721] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9114015Z [05-13|18:28:28.721] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9114282Z [05-13|18:28:28.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 8} +2026-05-13T18:30:53.9114621Z [05-13|18:28:28.721] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9114760Z [05-13|18:28:28.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9115240Z [05-13|18:28:28.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9115579Z [05-13|18:28:28.722] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9115718Z [05-13|18:28:28.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9115913Z [05-13|18:28:28.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9116044Z [05-13|18:28:28.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9116263Z [05-13|18:28:28.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9116531Z [05-13|18:28:28.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9117010Z [05-13|18:28:28.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9117149Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9117484Z [05-13|18:28:28.722] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9117696Z [05-13|18:28:28.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9117918Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9118248Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9118485Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9118636Z [05-13|18:28:28.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9118861Z [05-13|18:28:28.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} +2026-05-13T18:30:53.9118997Z [05-13|18:28:28.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9119344Z [05-13|18:28:28.724] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9119618Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9119884Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9120156Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9120291Z [05-13|18:28:28.725] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9120635Z [05-13|18:28:28.725] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9120907Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9121042Z [05-13|18:28:28.725] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9121302Z [05-13|18:28:28.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9121438Z [05-13|18:28:28.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9121781Z [05-13|18:28:28.726] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} +2026-05-13T18:30:53.9122271Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9122408Z [05-13|18:28:28.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9122888Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9123023Z [05-13|18:28:28.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9123491Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9123971Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9124254Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9124713Z [05-13|18:28:28.727] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} +2026-05-13T18:30:53.9125187Z [05-13|18:28:28.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9125376Z [05-13|18:28:28.727] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9125817Z [05-13|18:28:28.727] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} +2026-05-13T18:30:53.9126084Z [05-13|18:28:28.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9126402Z [05-13|18:28:28.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9126545Z [05-13|18:28:28.727] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9126679Z [05-13|18:28:28.727] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9127190Z [05-13|18:28:28.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9127668Z [05-13|18:28:28.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9127803Z [05-13|18:28:28.728] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9128362Z [05-13|18:28:28.727] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} +2026-05-13T18:30:53.9128868Z [05-13|18:28:28.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9129085Z [05-13|18:28:28.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9129431Z [05-13|18:28:28.730] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9129651Z [05-13|18:28:28.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9129787Z [05-13|18:28:28.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9129918Z [05-13|18:28:28.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9130133Z [05-13|18:28:28.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9130403Z [05-13|18:28:28.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9130616Z [05-13|18:28:28.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9130830Z [05-13|18:28:28.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9131308Z [05-13|18:28:28.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9131652Z [05-13|18:28:28.732] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9131785Z [05-13|18:28:28.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9131921Z [05-13|18:28:28.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9132187Z [05-13|18:28:28.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} +2026-05-13T18:30:53.9132659Z [05-13|18:28:28.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9132943Z [05-13|18:28:28.733] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9133285Z [05-13|18:28:28.733] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9133674Z [05-13|18:28:28.734] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9134014Z [05-13|18:28:28.734] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9134147Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9134278Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9134412Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9134798Z [05-13|18:28:28.734] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9135140Z [05-13|18:28:28.735] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9135411Z [05-13|18:28:28.735] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9135548Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9135684Z [05-13|18:28:28.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9135820Z [05-13|18:28:28.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9136155Z [05-13|18:28:28.736] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9136290Z [05-13|18:28:28.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9136507Z [05-13|18:28:28.737] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9136643Z [05-13|18:28:28.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9136777Z [05-13|18:28:28.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9137119Z [05-13|18:28:28.738] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9137331Z [05-13|18:28:28.738] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} +2026-05-13T18:30:53.9137600Z [05-13|18:28:28.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9137937Z [05-13|18:28:28.739] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} +2026-05-13T18:30:53.9138188Z [05-13|18:28:28.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9138460Z [05-13|18:28:28.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9138602Z [05-13|18:28:28.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9138869Z [05-13|18:28:28.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9139350Z [05-13|18:28:28.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9139828Z [05-13|18:28:28.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9140096Z [05-13|18:28:28.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9140229Z [05-13|18:28:28.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9140498Z [05-13|18:28:28.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9140715Z [05-13|18:28:28.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9141253Z [05-13|18:28:28.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9141525Z [05-13|18:28:28.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9141842Z [05-13|18:28:28.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9142312Z [05-13|18:28:28.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9142782Z [05-13|18:28:28.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9143302Z [05-13|18:28:28.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9143833Z [05-13|18:28:28.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9144109Z [05-13|18:28:28.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9144325Z [05-13|18:28:28.744] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9144538Z [05-13|18:28:28.744] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9145009Z [05-13|18:28:28.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9145276Z [05-13|18:28:28.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9145626Z [05-13|18:28:28.745] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9145846Z [05-13|18:28:28.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9146060Z [05-13|18:28:28.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9146273Z [05-13|18:28:28.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9146751Z [05-13|18:28:28.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9147096Z [05-13|18:28:28.746] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9147437Z [05-13|18:28:28.746] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9147657Z [05-13|18:28:28.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9147995Z [05-13|18:28:28.747] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9148451Z [05-13|18:28:28.747] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9148597Z [05-13|18:28:28.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9148731Z [05-13|18:28:28.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9149066Z [05-13|18:28:28.748] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9149338Z [05-13|18:28:28.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} +2026-05-13T18:30:53.9149552Z [05-13|18:28:28.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9149965Z [05-13|18:28:28.749] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9150116Z [05-13|18:28:28.749] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9150690Z [05-13|18:28:28.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9150826Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9151047Z [05-13|18:28:28.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9151181Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9151318Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9151451Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9151860Z [05-13|18:28:28.751] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9151998Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9152390Z [05-13|18:28:28.752] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9152735Z [05-13|18:28:28.752] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} +2026-05-13T18:30:53.9152871Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9153010Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9153146Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9153360Z [05-13|18:28:28.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} +2026-05-13T18:30:53.9153497Z [05-13|18:28:28.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9153771Z [05-13|18:28:28.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9154041Z [05-13|18:28:28.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9154527Z [05-13|18:28:28.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9155006Z [05-13|18:28:28.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9155275Z [05-13|18:28:28.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9155747Z [05-13|18:28:28.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9155972Z [05-13|18:28:28.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9156241Z [05-13|18:28:28.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9156509Z [05-13|18:28:28.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9156647Z [05-13|18:28:28.755] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9156910Z [05-13|18:28:28.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9157044Z [05-13|18:28:28.756] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9157313Z [05-13|18:28:28.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9157792Z [05-13|18:28:28.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9158221Z [05-13|18:28:28.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9158493Z [05-13|18:28:28.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9159027Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9159497Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9159716Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9159981Z [05-13|18:28:28.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} +2026-05-13T18:30:53.9160510Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9161037Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9161256Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9161725Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9161943Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9162412Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9162756Z [05-13|18:28:28.758] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9162973Z [05-13|18:28:28.759] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9163187Z [05-13|18:28:28.759] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9163527Z [05-13|18:28:28.759] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9163866Z [05-13|18:28:28.759] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9164002Z [05-13|18:28:28.760] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9164214Z [05-13|18:28:28.760] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9164355Z [05-13|18:28:28.760] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9164691Z [05-13|18:28:28.760] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9164826Z [05-13|18:28:28.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9164965Z [05-13|18:28:28.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9165299Z [05-13|18:28:28.760] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9165511Z [05-13|18:28:28.761] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9165851Z [05-13|18:28:28.761] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9165985Z [05-13|18:28:28.762] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9166317Z [05-13|18:28:28.762] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9166649Z [05-13|18:28:28.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9166917Z [05-13|18:28:28.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9167090Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9167579Z [05-13|18:28:28.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9167711Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9167925Z [05-13|18:28:28.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9168179Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9168374Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9168717Z [05-13|18:28:28.764] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9169037Z [05-13|18:28:28.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9169517Z [05-13|18:28:28.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9169652Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9169788Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9169919Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9170185Z [05-13|18:28:28.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9170317Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9170590Z [05-13|18:28:28.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9171067Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9171334Z [05-13|18:28:28.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9171676Z [05-13|18:28:28.765] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9172148Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9172367Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9172848Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9173068Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} +2026-05-13T18:30:53.9173541Z [05-13|18:28:28.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9173813Z [05-13|18:28:28.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9174151Z [05-13|18:28:28.766] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} +2026-05-13T18:30:53.9174371Z [05-13|18:28:28.766] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9174845Z [05-13|18:28:28.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9175047Z [05-13|18:28:28.766] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9175267Z [05-13|18:28:28.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9175588Z [05-13|18:28:28.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9175852Z [05-13|18:28:28.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9176119Z [05-13|18:28:28.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} +2026-05-13T18:30:53.9176591Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9177096Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9177314Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9177819Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} +2026-05-13T18:30:53.9178283Z [05-13|18:28:28.768] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9178510Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9178644Z [05-13|18:28:28.768] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9178779Z [05-13|18:28:28.769] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9179125Z [05-13|18:28:28.769] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9179260Z [05-13|18:28:28.769] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9179391Z [05-13|18:28:28.769] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9179729Z [05-13|18:28:28.770] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9179868Z [05-13|18:28:28.770] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9179999Z [05-13|18:28:28.770] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9180333Z [05-13|18:28:28.771] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9180677Z [05-13|18:28:28.771] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9180890Z [05-13|18:28:28.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9181230Z [05-13|18:28:28.772] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9181571Z [05-13|18:28:28.772] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9181908Z [05-13|18:28:28.772] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9182118Z [05-13|18:28:28.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9182255Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9182464Z [05-13|18:28:28.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9182597Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9182732Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9183145Z [05-13|18:28:28.773] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9183279Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9183415Z [05-13|18:28:28.774] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9183718Z [05-13|18:28:28.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9183852Z [05-13|18:28:28.774] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9184064Z [05-13|18:28:28.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} +2026-05-13T18:30:53.9184198Z [05-13|18:28:28.775] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9184328Z [05-13|18:28:28.775] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9184669Z [05-13|18:28:28.775] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} +2026-05-13T18:30:53.9184857Z [05-13|18:28:28.775] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9184990Z [05-13|18:28:28.776] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9185120Z [05-13|18:28:28.776] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9185445Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9185714Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9185977Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9186244Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9186507Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9186772Z [05-13|18:28:28.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9186911Z [05-13|18:28:28.777] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9187395Z [05-13|18:28:28.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9187872Z [05-13|18:28:28.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9188262Z [05-13|18:28:28.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9188738Z [05-13|18:28:28.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9189210Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9189683Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9190161Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9190388Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9190598Z [05-13|18:28:28.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9190809Z [05-13|18:28:28.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9191079Z [05-13|18:28:28.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 8} +2026-05-13T18:30:53.9191553Z [05-13|18:28:28.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9192088Z [05-13|18:28:28.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9192362Z [05-13|18:28:28.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9192707Z [05-13|18:28:28.780] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9193056Z [05-13|18:28:28.780] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9193396Z [05-13|18:28:28.780] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9193663Z [05-13|18:28:28.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9193804Z [05-13|18:28:28.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9194069Z [05-13|18:28:28.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9194410Z [05-13|18:28:28.781] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9194546Z [05-13|18:28:28.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9194812Z [05-13|18:28:28.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9195081Z [05-13|18:28:28.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} +2026-05-13T18:30:53.9195292Z [05-13|18:28:28.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9195767Z [05-13|18:28:28.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9195910Z [05-13|18:28:28.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9196251Z [05-13|18:28:28.783] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9196725Z [05-13|18:28:28.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} +2026-05-13T18:30:53.9197066Z [05-13|18:28:28.783] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9197202Z [05-13|18:28:28.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9197537Z [05-13|18:28:28.784] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9197762Z [05-13|18:28:28.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9197897Z [05-13|18:28:28.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9198348Z [05-13|18:28:28.784] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9198491Z [05-13|18:28:28.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9198702Z [05-13|18:28:28.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9198834Z [05-13|18:28:28.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9199048Z [05-13|18:28:28.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} +2026-05-13T18:30:53.9199181Z [05-13|18:28:28.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9199313Z [05-13|18:28:28.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9199452Z [05-13|18:28:28.786] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9199856Z [05-13|18:28:28.786] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9200123Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.9200452Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.9200717Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.9200982Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.9201247Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.9201381Z [05-13|18:28:28.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9201918Z [05-13|18:28:28.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9202455Z [05-13|18:28:28.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9202728Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.9202863Z [05-13|18:28:28.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9203002Z [05-13|18:28:28.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9203476Z [05-13|18:28:28.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9203742Z [05-13|18:28:28.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} +2026-05-13T18:30:53.9203882Z [05-13|18:28:28.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9204359Z [05-13|18:28:28.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9204573Z [05-13|18:28:28.788] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9204712Z [05-13|18:28:28.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9205183Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9205398Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9205744Z [05-13|18:28:28.789] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} +2026-05-13T18:30:53.9206226Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9206700Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9206919Z [05-13|18:28:28.790] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9207129Z [05-13|18:28:28.790] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9207397Z [05-13|18:28:28.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 8} +2026-05-13T18:30:53.9207744Z [05-13|18:28:28.791] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9208208Z [05-13|18:28:28.791] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9208614Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9208832Z [05-13|18:28:28.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9209221Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9209668Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} +2026-05-13T18:30:53.9210106Z [05-13|18:28:28.790] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} +2026-05-13T18:30:53.9210588Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} +2026-05-13T18:30:53.9210729Z [05-13|18:28:28.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9211214Z [05-13|18:28:28.793] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} +2026-05-13T18:30:53.9211647Z [05-13|18:28:28.793] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} +2026-05-13T18:30:53.9211782Z [05-13|18:28:28.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9211918Z [05-13|18:28:28.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9212128Z [05-13|18:28:28.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9212260Z [05-13|18:28:28.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9212605Z [05-13|18:28:28.793] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9213091Z [05-13|18:28:28.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9213566Z [05-13|18:28:28.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9213706Z [05-13|18:28:28.794] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9214179Z [05-13|18:28:28.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} +2026-05-13T18:30:53.9214393Z [05-13|18:28:28.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9214740Z [05-13|18:28:28.794] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9215079Z [05-13|18:28:28.794] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9215215Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9215350Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9215484Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9215615Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9215749Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9215961Z [05-13|18:28:28.796] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9216096Z [05-13|18:28:28.796] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9216227Z [05-13|18:28:28.796] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9216364Z [05-13|18:28:28.796] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9216543Z [05-13|18:28:28.797] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9216809Z [05-13|18:28:28.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9217081Z [05-13|18:28:28.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9217381Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9217596Z [05-13|18:28:28.798] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9217864Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9218192Z [05-13|18:28:28.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} +2026-05-13T18:30:53.9218518Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9218868Z [05-13|18:28:28.798] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9219402Z [05-13|18:28:28.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9219888Z [05-13|18:28:28.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9220027Z [05-13|18:28:28.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9220293Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9220633Z [05-13|18:28:28.798] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9220776Z [05-13|18:28:28.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9220908Z [05-13|18:28:28.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9221384Z [05-13|18:28:28.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9221868Z [05-13|18:28:28.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9222086Z [05-13|18:28:28.800] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9222222Z [05-13|18:28:28.800] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9222704Z [05-13|18:28:28.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9222977Z [05-13|18:28:28.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9223323Z [05-13|18:28:28.801] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} +2026-05-13T18:30:53.9223807Z [05-13|18:28:28.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9224023Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9224238Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9224452Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9224929Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9225338Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9225716Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9226110Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9226321Z [05-13|18:28:28.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9226663Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9226878Z [05-13|18:28:28.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9227250Z [05-13|18:28:28.804] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9227594Z [05-13|18:28:28.804] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9227846Z [05-13|18:28:28.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9227984Z [05-13|18:28:28.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9228373Z [05-13|18:28:28.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9228852Z [05-13|18:28:28.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9229120Z [05-13|18:28:28.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9229341Z [05-13|18:28:28.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9229822Z [05-13|18:28:28.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9230090Z [05-13|18:28:28.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} +2026-05-13T18:30:53.9230230Z [05-13|18:28:28.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9230363Z [05-13|18:28:28.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9230702Z [05-13|18:28:28.806] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9230840Z [05-13|18:28:28.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9230971Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9231446Z [05-13|18:28:28.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} +2026-05-13T18:30:53.9231588Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9231718Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9231932Z [05-13|18:28:28.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9232073Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9232204Z [05-13|18:28:28.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9232337Z [05-13|18:28:28.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9232472Z [05-13|18:28:28.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9232814Z [05-13|18:28:28.808] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9232948Z [05-13|18:28:28.809] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9233287Z [05-13|18:28:28.809] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9233495Z [05-13|18:28:28.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9233630Z [05-13|18:28:28.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9233948Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9234219Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9234485Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9234966Z [05-13|18:28:28.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9235103Z [05-13|18:28:28.811] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9235634Z [05-13|18:28:28.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9235952Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9236176Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} +2026-05-13T18:30:53.9236444Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9236708Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9236974Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9237236Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9237721Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9238323Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9238806Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9239281Z [05-13|18:28:28.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9239728Z [05-13|18:28:28.813] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 146, "epoch round": 146} +2026-05-13T18:30:53.9239945Z [05-13|18:28:28.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9240426Z [05-13|18:28:28.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9240773Z [05-13|18:28:28.813] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} +2026-05-13T18:30:53.9241254Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9241729Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9241945Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9242224Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9242441Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9242580Z [05-13|18:28:28.814] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9242978Z [05-13|18:28:28.815] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9243318Z [05-13|18:28:28.815] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9243656Z [05-13|18:28:28.815] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9243790Z [05-13|18:28:28.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9244129Z [05-13|18:28:28.816] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9244317Z [05-13|18:28:28.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9244531Z [05-13|18:28:28.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9244801Z [05-13|18:28:28.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9245015Z [05-13|18:28:28.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9245352Z [05-13|18:28:28.817] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9245565Z [05-13|18:28:28.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9245903Z [05-13|18:28:28.816] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9246038Z [05-13|18:28:28.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9246376Z [05-13|18:28:28.817] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9246514Z [05-13|18:28:28.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9246650Z [05-13|18:28:28.817] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9246861Z [05-13|18:28:28.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9247203Z [05-13|18:28:28.818] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9247341Z [05-13|18:28:28.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9247473Z [05-13|18:28:28.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9247748Z [05-13|18:28:28.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} +2026-05-13T18:30:53.9248207Z [05-13|18:28:28.819] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9248482Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9248755Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9249021Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9249283Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9249550Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9249813Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9250300Z [05-13|18:28:28.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} +2026-05-13T18:30:53.9250892Z [05-13|18:28:28.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9251375Z [05-13|18:28:28.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9251567Z [05-13|18:28:28.821] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9252049Z [05-13|18:28:28.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9252316Z [05-13|18:28:28.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9252707Z [05-13|18:28:28.822] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} +2026-05-13T18:30:53.9253194Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9253721Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9253940Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} +2026-05-13T18:30:53.9254422Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9254691Z [05-13|18:28:28.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9254826Z [05-13|18:28:28.823] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9255277Z [05-13|18:28:28.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9255414Z [05-13|18:28:28.823] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9255848Z [05-13|18:28:28.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9256285Z [05-13|18:28:28.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9256715Z [05-13|18:28:28.824] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9256931Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9257069Z [05-13|18:28:28.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9263302Z [05-13|18:28:28.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9263887Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9264136Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9264362Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9264817Z [05-13|18:28:28.824] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9265270Z [05-13|18:28:28.824] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9265776Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9266325Z [05-13|18:28:28.825] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9266539Z [05-13|18:28:28.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9266973Z [05-13|18:28:28.825] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} +2026-05-13T18:30:53.9267113Z [05-13|18:28:28.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9267397Z [05-13|18:28:28.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} +2026-05-13T18:30:53.9267617Z [05-13|18:28:28.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9268495Z [05-13|18:28:28.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9268745Z [05-13|18:28:28.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9268956Z [05-13|18:28:28.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9269343Z [05-13|18:28:28.826] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9269576Z [05-13|18:28:28.827] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9269715Z [05-13|18:28:28.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9269855Z [05-13|18:28:28.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9270219Z [05-13|18:28:28.827] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9270558Z [05-13|18:28:28.827] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9270695Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9270836Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9271055Z [05-13|18:28:28.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9271271Z [05-13|18:28:28.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9271410Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9271543Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9271672Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9272019Z [05-13|18:28:28.828] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9272153Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9272288Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9272627Z [05-13|18:28:28.829] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9272960Z [05-13|18:28:28.829] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9273179Z [05-13|18:28:28.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9273313Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9273449Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9273579Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9274085Z [05-13|18:28:28.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} +2026-05-13T18:30:53.9274501Z [05-13|18:28:28.830] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9274638Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9274769Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9274961Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9275096Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9275225Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9275362Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9275492Z [05-13|18:28:28.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9275769Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9276086Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9276352Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9276648Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9276790Z [05-13|18:28:28.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9277271Z [05-13|18:28:28.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9277615Z [05-13|18:28:28.832] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9277883Z [05-13|18:28:28.832] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9278020Z [05-13|18:28:28.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9278662Z [05-13|18:28:28.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9279011Z [05-13|18:28:28.833] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9279145Z [05-13|18:28:28.833] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9279479Z [05-13|18:28:28.833] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} +2026-05-13T18:30:53.9279751Z [05-13|18:28:28.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9280014Z [05-13|18:28:28.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9280491Z [05-13|18:28:28.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9280971Z [05-13|18:28:28.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9281444Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9281577Z [05-13|18:28:28.834] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9281799Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9281931Z [05-13|18:28:28.834] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9282406Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9282695Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9282904Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9283116Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9283311Z [05-13|18:28:28.835] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9283782Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9283995Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9284135Z [05-13|18:28:28.835] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9284341Z [05-13|18:28:28.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9284600Z [05-13|18:28:28.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9284736Z [05-13|18:28:28.836] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9284996Z [05-13|18:28:28.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} +2026-05-13T18:30:53.9285265Z [05-13|18:28:28.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9285610Z [05-13|18:28:28.837] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9285956Z [05-13|18:28:28.837] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9286223Z [05-13|18:28:28.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9286699Z [05-13|18:28:28.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9287045Z [05-13|18:28:28.838] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9287177Z [05-13|18:28:28.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9287310Z [05-13|18:28:28.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9287788Z [05-13|18:28:28.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9287922Z [05-13|18:28:28.839] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9288390Z [05-13|18:28:28.838] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9288737Z [05-13|18:28:28.839] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9289072Z [05-13|18:28:28.839] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9289209Z [05-13|18:28:28.839] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9289425Z [05-13|18:28:28.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9289690Z [05-13|18:28:28.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} +2026-05-13T18:30:53.9290026Z [05-13|18:28:28.840] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9290169Z [05-13|18:28:28.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9290377Z [05-13|18:28:28.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9290854Z [05-13|18:28:28.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} +2026-05-13T18:30:53.9291109Z [05-13|18:28:28.841] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9291242Z [05-13|18:28:28.841] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9291426Z [05-13|18:28:28.841] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9291563Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9291691Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9291821Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9291956Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9292293Z [05-13|18:28:28.842] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9292425Z [05-13|18:28:28.843] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9292613Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9292881Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9293191Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9293460Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9293720Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9293977Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9294235Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9294499Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9294976Z [05-13|18:28:28.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9295197Z [05-13|18:28:28.843] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} +2026-05-13T18:30:53.9295670Z [05-13|18:28:28.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9296137Z [05-13|18:28:28.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9296482Z [05-13|18:28:28.844] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9296951Z [05-13|18:28:28.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9297426Z [05-13|18:28:28.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9297568Z [05-13|18:28:28.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9298152Z [05-13|18:28:28.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9298294Z [05-13|18:28:28.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9298512Z [05-13|18:28:28.846] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9298990Z [05-13|18:28:28.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9299405Z [05-13|18:28:28.846] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} +2026-05-13T18:30:53.9299625Z [05-13|18:28:28.847] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9299834Z [05-13|18:28:28.847] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9300228Z [05-13|18:28:28.847] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9300445Z [05-13|18:28:28.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9300651Z [05-13|18:28:28.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9300981Z [05-13|18:28:28.848] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9301307Z [05-13|18:28:28.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9301452Z [05-13|18:28:28.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9301832Z [05-13|18:28:28.848] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9302174Z [05-13|18:28:28.848] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9302383Z [05-13|18:28:28.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9302716Z [05-13|18:28:28.849] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9302929Z [05-13|18:28:28.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9303262Z [05-13|18:28:28.849] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9303534Z [05-13|18:28:28.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9303803Z [05-13|18:28:28.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} +2026-05-13T18:30:53.9304139Z [05-13|18:28:28.850] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9304612Z [05-13|18:28:28.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9305086Z [05-13|18:28:28.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9305220Z [05-13|18:28:28.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9305686Z [05-13|18:28:28.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} +2026-05-13T18:30:53.9305827Z [05-13|18:28:28.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9305966Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9306106Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9306251Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9306462Z [05-13|18:28:28.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9306594Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9306725Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9306858Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9306987Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9307166Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9307300Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9307431Z [05-13|18:28:28.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9307643Z [05-13|18:28:28.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9307825Z [05-13|18:28:28.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9308207Z [05-13|18:28:28.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} +2026-05-13T18:30:53.9308471Z [05-13|18:28:28.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9308617Z [05-13|18:28:28.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9308884Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9309230Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9309502Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9309814Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9310076Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9310338Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9310817Z [05-13|18:28:28.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9311283Z [05-13|18:28:28.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9311426Z [05-13|18:28:28.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9311691Z [05-13|18:28:28.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9312157Z [05-13|18:28:28.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9312627Z [05-13|18:28:28.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9312969Z [05-13|18:28:28.856] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9313435Z [05-13|18:28:28.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9313781Z [05-13|18:28:28.856] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9314247Z [05-13|18:28:28.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9314714Z [05-13|18:28:28.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9314853Z [05-13|18:28:28.857] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9315067Z [05-13|18:28:28.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9315401Z [05-13|18:28:28.857] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} +2026-05-13T18:30:53.9315619Z [05-13|18:28:28.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9316012Z [05-13|18:28:28.858] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9316146Z [05-13|18:28:28.858] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9316360Z [05-13|18:28:28.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9316621Z [05-13|18:28:28.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9316955Z [05-13|18:28:28.859] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9317296Z [05-13|18:28:28.859] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9317627Z [05-13|18:28:28.859] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9317801Z [05-13|18:28:28.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9318017Z [05-13|18:28:28.860] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9318508Z [05-13|18:28:28.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9318727Z [05-13|18:28:28.859] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9318940Z [05-13|18:28:28.860] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9319273Z [05-13|18:28:28.861] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9319748Z [05-13|18:28:28.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9320022Z [05-13|18:28:28.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9320360Z [05-13|18:28:28.861] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9320497Z [05-13|18:28:28.861] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9320639Z [05-13|18:28:28.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9320767Z [05-13|18:28:28.861] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9321102Z [05-13|18:28:28.862] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9321571Z [05-13|18:28:28.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9321709Z [05-13|18:28:28.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9321842Z [05-13|18:28:28.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9321972Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9322320Z [05-13|18:28:28.863] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9322490Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9322708Z [05-13|18:28:28.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} +2026-05-13T18:30:53.9322852Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9322983Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9323112Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9323391Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} +2026-05-13T18:30:53.9323521Z [05-13|18:28:28.864] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9323859Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9324129Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9324390Z [05-13|18:28:28.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9324704Z [05-13|18:28:28.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9324968Z [05-13|18:28:28.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9325227Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9325567Z [05-13|18:28:28.865] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9326103Z [05-13|18:28:28.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9326620Z [05-13|18:28:28.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9327109Z [05-13|18:28:28.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} +2026-05-13T18:30:53.9327589Z [05-13|18:28:28.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9327726Z [05-13|18:28:28.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9328318Z [05-13|18:28:28.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9328606Z [05-13|18:28:28.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9328875Z [05-13|18:28:28.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9329358Z [05-13|18:28:28.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9329502Z [05-13|18:28:28.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9329976Z [05-13|18:28:28.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9330444Z [05-13|18:28:28.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9330601Z [05-13|18:28:28.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9330950Z [05-13|18:28:28.867] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9331422Z [05-13|18:28:28.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9331562Z [05-13|18:28:28.868] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9331694Z [05-13|18:28:28.868] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9332035Z [05-13|18:28:28.868] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} +2026-05-13T18:30:53.9332309Z [05-13|18:28:28.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} +2026-05-13T18:30:53.9332440Z [05-13|18:28:28.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9332638Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9332981Z [05-13|18:28:28.869] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9333451Z [05-13|18:28:28.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9333843Z [05-13|18:28:28.870] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9333982Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9334113Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9334556Z [05-13|18:28:28.870] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} +2026-05-13T18:30:53.9334745Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9334880Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9335010Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9335404Z [05-13|18:28:28.870] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9335845Z [05-13|18:28:28.871] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} +2026-05-13T18:30:53.9335978Z [05-13|18:28:28.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9336117Z [05-13|18:28:28.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9336454Z [05-13|18:28:28.871] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9336790Z [05-13|18:28:28.871] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9336932Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9337405Z [05-13|18:28:28.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} +2026-05-13T18:30:53.9337541Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9337883Z [05-13|18:28:28.872] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9338016Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9338263Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9338397Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9338532Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9338665Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9338795Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9338932Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9339061Z [05-13|18:28:28.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9339397Z [05-13|18:28:28.874] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9339737Z [05-13|18:28:28.874] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9339870Z [05-13|18:28:28.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9340205Z [05-13|18:28:28.875] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} +2026-05-13T18:30:53.9340346Z [05-13|18:28:28.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9340542Z [05-13|18:28:28.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9340688Z [05-13|18:28:29.370] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9340911Z [05-13|18:28:29.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9341104Z [05-13|18:28:29.377] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9341319Z [05-13|18:28:29.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9341463Z [05-13|18:28:29.385] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9341670Z [05-13|18:28:29.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9341809Z [05-13|18:28:29.390] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9341946Z [05-13|18:28:29.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9342209Z [05-13|18:28:29.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9342351Z [05-13|18:28:29.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9342558Z [05-13|18:28:29.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9342749Z [05-13|18:28:29.413] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9342961Z [05-13|18:28:29.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9343100Z [05-13|18:28:29.420] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9343320Z [05-13|18:28:29.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9343461Z [05-13|18:28:29.427] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9343669Z [05-13|18:28:29.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9343812Z [05-13|18:28:29.435] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9344025Z [05-13|18:28:29.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} +2026-05-13T18:30:53.9345253Z node.go:176: Node d9ac4baa96db4ee3 sent message types: map[BlockDigestRequest:9 BlockMessage:128 EmptyNotarization:111 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1580 ReplicationRequest:14 ReplicationResponse:8 VerifiedReplicationRequest:1226 VoteMessage:1104] +2026-05-13T18:30:53.9346455Z node.go:176: Node da04606494fb2d64 sent message types: map[BlockDigestRequest:17 BlockMessage:128 EmptyNotarization:89 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1434 ReplicationRequest:14 ReplicationResponse:4 VerifiedReplicationRequest:1226 VoteMessage:1105] +2026-05-13T18:30:53.9347646Z node.go:176: Node 49b040bbc477b8dd sent message types: map[BlockDigestRequest:13 BlockMessage:128 EmptyNotarization:95 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1544 ReplicationRequest:15 ReplicationResponse:6 VerifiedReplicationRequest:1226 VoteMessage:1104] +2026-05-13T18:30:53.9349040Z node.go:176: Node 3d72ab96c1d17c69 sent message types: map[BlockDigestRequest:2 BlockMessage:63 EmptyNotarization:72 EmptyVoteMessage:36 FinalizationMessage:604 NotarizationMessage:1026 ReplicationResponse:62 VerifiedReplicationRequest:613 VoteMessage:540] +2026-05-13T18:30:53.9350251Z node.go:176: Node d84dceb34b92ff61 sent message types: map[BlockDigestRequest:17 BlockMessage:128 EmptyNotarization:129 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1566 ReplicationRequest:11 ReplicationResponse:5 VerifiedReplicationRequest:1226 VoteMessage:1105] +2026-05-13T18:30:53.9351448Z node.go:176: Node 8073dde6bd5abb6c sent message types: map[BlockDigestRequest:16 BlockMessage:128 EmptyNotarization:109 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1541 ReplicationRequest:12 ReplicationResponse:9 VerifiedReplicationRequest:1226 VoteMessage:1105] +2026-05-13T18:30:53.9352642Z node.go:176: Node 492b627f4c387b11 sent message types: map[BlockDigestRequest:6 BlockMessage:128 EmptyNotarization:199 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1871 ReplicationRequest:11 ReplicationResponse:33 VerifiedReplicationRequest:1226 VoteMessage:1104] +2026-05-13T18:30:53.9353926Z node.go:176: Node 1306c2b1a542d675 sent message types: map[BlockDigestRequest:18 BlockMessage:127 EmptyNotarization:139 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1649 ReplicationRequest:15 ReplicationResponse:11 VerifiedReplicationRequest:1226 VoteMessage:1105] +2026-05-13T18:30:53.9355176Z node.go:176: Node 9de052d1cf74ef01 sent message types: map[BlockDigestRequest:18 BlockMessage:128 EmptyNotarization:88 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1631 ReplicationRequest:15 ReplicationResponse:23 VerifiedReplicationRequest:1226 VoteMessage:1104] +2026-05-13T18:30:53.9356412Z node.go:176: Node 27a7c279472355f7 sent message types: map[BlockDigestRequest:16 BlockMessage:127 EmptyNotarization:105 EmptyVoteMessage:84 FinalizationMessage:1226 NotarizationMessage:1545 ReplicationRequest:12 ReplicationResponse:6 VerifiedReplicationRequest:1226 VoteMessage:1105] +2026-05-13T18:30:53.9356525Z --- PASS: TestLongRunningCrash (3.20s) +2026-05-13T18:30:53.9356675Z === RUN TestQuorumRoundMalformed +2026-05-13T18:30:53.9356813Z === RUN TestQuorumRoundMalformed/empty_notarization +2026-05-13T18:30:53.9356916Z === RUN TestQuorumRoundMalformed/all_nil +2026-05-13T18:30:53.9357061Z === RUN TestQuorumRoundMalformed/block_and_notarization +2026-05-13T18:30:53.9357198Z === RUN TestQuorumRoundMalformed/block_and_finalization +2026-05-13T18:30:53.9357355Z === RUN TestQuorumRoundMalformed/block_and_empty_notarization +2026-05-13T18:30:53.9357550Z === RUN TestQuorumRoundMalformed/block_and_notarization_and_finalization +2026-05-13T18:30:53.9357706Z === RUN TestQuorumRoundMalformed/notarization_and_no_block +2026-05-13T18:30:53.9357844Z === RUN TestQuorumRoundMalformed/finalization_and_no_block +2026-05-13T18:30:53.9357958Z === RUN TestQuorumRoundMalformed/just_block +2026-05-13T18:30:53.9358692Z === RUN TestQuorumRoundMalformed/block_and_notarization_and_empty_notarization +2026-05-13T18:30:53.9358980Z === RUN TestQuorumRoundMalformed/block_and_finalization_and_empty_notarization +2026-05-13T18:30:53.9359099Z --- PASS: TestQuorumRoundMalformed (0.00s) +2026-05-13T18:30:53.9359334Z --- PASS: TestQuorumRoundMalformed/empty_notarization (0.00s) +2026-05-13T18:30:53.9359512Z --- PASS: TestQuorumRoundMalformed/all_nil (0.00s) +2026-05-13T18:30:53.9359745Z --- PASS: TestQuorumRoundMalformed/block_and_notarization (0.00s) +2026-05-13T18:30:53.9359979Z --- PASS: TestQuorumRoundMalformed/block_and_finalization (0.00s) +2026-05-13T18:30:53.9360237Z --- PASS: TestQuorumRoundMalformed/block_and_empty_notarization (0.00s) +2026-05-13T18:30:53.9360541Z --- PASS: TestQuorumRoundMalformed/block_and_notarization_and_finalization (0.00s) +2026-05-13T18:30:53.9360789Z --- PASS: TestQuorumRoundMalformed/notarization_and_no_block (0.00s) +2026-05-13T18:30:53.9361042Z --- PASS: TestQuorumRoundMalformed/finalization_and_no_block (0.00s) +2026-05-13T18:30:53.9361239Z --- PASS: TestQuorumRoundMalformed/just_block (0.00s) +2026-05-13T18:30:53.9361574Z --- PASS: TestQuorumRoundMalformed/block_and_notarization_and_empty_notarization (0.00s) +2026-05-13T18:30:53.9361907Z --- PASS: TestQuorumRoundMalformed/block_and_finalization_and_empty_notarization (0.00s) +2026-05-13T18:30:53.9361999Z === RUN TestNewNotarization +2026-05-13T18:30:53.9362117Z === RUN TestNewNotarization/valid_notarization +2026-05-13T18:30:53.9362407Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} +2026-05-13T18:30:53.9362516Z === RUN TestNewNotarization/diverging_votes +2026-05-13T18:30:53.9362780Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} +2026-05-13T18:30:53.9362883Z === RUN TestNewNotarization/no_votes +2026-05-13T18:30:53.9363359Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 0} +2026-05-13T18:30:53.9363474Z === RUN TestNewNotarization/error_aggregating +2026-05-13T18:30:53.9363739Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} +2026-05-13T18:30:53.9363902Z --- PASS: TestNewNotarization (0.00s) +2026-05-13T18:30:53.9364101Z --- PASS: TestNewNotarization/valid_notarization (0.00s) +2026-05-13T18:30:53.9364281Z --- PASS: TestNewNotarization/diverging_votes (0.00s) +2026-05-13T18:30:53.9364449Z --- PASS: TestNewNotarization/no_votes (0.00s) +2026-05-13T18:30:53.9364636Z --- PASS: TestNewNotarization/error_aggregating (0.00s) +2026-05-13T18:30:53.9364722Z === RUN TestNewFinalization +2026-05-13T18:30:53.9364866Z === RUN TestNewFinalization/valid_finalizations_in_order +2026-05-13T18:30:53.9364992Z === RUN TestNewFinalization/unsorted_finalizations +2026-05-13T18:30:53.9365216Z === RUN TestNewFinalization/finalizations_with_different_digests +2026-05-13T18:30:53.9365359Z === RUN TestNewFinalization/signature_aggregator_errors +2026-05-13T18:30:53.9365453Z === RUN TestNewFinalization/no_votes +2026-05-13T18:30:53.9365547Z --- PASS: TestNewFinalization (0.00s) +2026-05-13T18:30:53.9365839Z --- PASS: TestNewFinalization/valid_finalizations_in_order (0.00s) +2026-05-13T18:30:53.9366059Z --- PASS: TestNewFinalization/unsorted_finalizations (0.00s) +2026-05-13T18:30:53.9366326Z --- PASS: TestNewFinalization/finalizations_with_different_digests (0.00s) +2026-05-13T18:30:53.9366551Z --- PASS: TestNewFinalization/signature_aggregator_errors (0.00s) +2026-05-13T18:30:53.9366713Z --- PASS: TestNewFinalization/no_votes (0.00s) +2026-05-13T18:30:53.9366787Z === RUN TestPoS +2026-05-13T18:30:53.9367280Z [05-13|18:28:29.439] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9367763Z [05-13|18:28:29.440] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9368464Z [05-13|18:28:29.441] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9368945Z [05-13|18:28:29.443] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9369219Z [05-13|18:28:29.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 2} +2026-05-13T18:30:53.9369480Z [05-13|18:28:29.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9369738Z [05-13|18:28:29.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9370216Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9370670Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9371121Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9371391Z [05-13|18:28:29.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 2} +2026-05-13T18:30:53.9371837Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9372179Z [05-13|18:28:29.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9372588Z [05-13|18:28:29.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9372913Z [05-13|18:28:29.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9373300Z [05-13|18:28:29.457] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9373568Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9373835Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.9374096Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.9374415Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:53.9374880Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9375382Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9375844Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9376290Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9376624Z [05-13|18:28:29.459] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9376952Z [05-13|18:28:29.459] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9377275Z [05-13|18:28:29.459] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9377604Z [05-13|18:28:29.460] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9377866Z [05-13|18:28:29.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 2} +2026-05-13T18:30:53.9378253Z [05-13|18:28:29.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 2} +2026-05-13T18:30:53.9378712Z [05-13|18:28:29.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9379162Z [05-13|18:28:29.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9379422Z [05-13|18:28:29.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 2} +2026-05-13T18:30:53.9379684Z [05-13|18:28:29.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9380135Z [05-13|18:28:29.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9380462Z [05-13|18:28:29.461] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9380789Z [05-13|18:28:29.461] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9380932Z [05-13|18:28:29.461] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9381380Z [05-13|18:28:29.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9381590Z [05-13|18:28:29.462] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9381916Z [05-13|18:28:29.462] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9382102Z [05-13|18:28:29.462] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9382428Z [05-13|18:28:29.463] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9382690Z [05-13|18:28:29.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.9383137Z [05-13|18:28:29.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9383638Z [05-13|18:28:29.464] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:53.9383776Z [05-13|18:28:29.464] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9384085Z [05-13|18:28:29.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.9384351Z [05-13|18:28:29.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.9384805Z [05-13|18:28:29.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9384938Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9385263Z [05-13|18:28:29.465] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9385713Z [05-13|18:28:29.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9386037Z [05-13|18:28:29.465] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9386489Z [05-13|18:28:29.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9386623Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9386754Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9386887Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9387210Z [05-13|18:28:29.466] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9387530Z [05-13|18:28:29.466] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9387669Z [05-13|18:28:29.466] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9387930Z [05-13|18:28:29.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 2} +2026-05-13T18:30:53.9388503Z [05-13|18:28:29.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9388767Z [05-13|18:28:29.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9389024Z [05-13|18:28:29.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 2} +2026-05-13T18:30:53.9389477Z [05-13|18:28:29.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9389997Z [05-13|18:28:29.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9390259Z [05-13|18:28:29.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9390644Z [05-13|18:28:29.468] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9390783Z [05-13|18:28:29.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9391108Z [05-13|18:28:29.468] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9391566Z [05-13|18:28:29.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9391701Z [05-13|18:28:29.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9392077Z [05-13|18:28:29.469] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9392454Z [05-13|18:28:29.469] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9392673Z [05-13|18:28:29.469] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.9392885Z [05-13|18:28:29.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.9393090Z [05-13|18:28:29.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.9393296Z [05-13|18:28:29.470] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.9393498Z [05-13|18:28:29.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.9393951Z [05-13|18:28:29.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9394408Z [05-13|18:28:29.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9394856Z [05-13|18:28:29.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9395121Z [05-13|18:28:29.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 2} +2026-05-13T18:30:53.9395383Z [05-13|18:28:29.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 2} +2026-05-13T18:30:53.9395830Z [05-13|18:28:29.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9396277Z [05-13|18:28:29.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9396421Z [05-13|18:28:29.595] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9396681Z [05-13|18:28:29.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.9397011Z [05-13|18:28:29.596] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} +2026-05-13T18:30:53.9397337Z [05-13|18:28:29.596] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} +2026-05-13T18:30:53.9397471Z [05-13|18:28:29.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9397916Z [05-13|18:28:29.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9398182Z [05-13|18:28:29.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9398578Z [05-13|18:28:29.597] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} +2026-05-13T18:30:53.9398712Z [05-13|18:28:29.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9398847Z [05-13|18:28:29.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9399223Z [05-13|18:28:29.597] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} +2026-05-13T18:30:53.9399669Z [05-13|18:28:29.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9400117Z [05-13|18:28:29.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9400375Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.9400638Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:53.9400948Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:53.9401208Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:53.9401655Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9402104Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9402548Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9402807Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:53.9403262Z [05-13|18:28:29.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9403593Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} +2026-05-13T18:30:53.9403909Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} +2026-05-13T18:30:53.9404231Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} +2026-05-13T18:30:53.9404547Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} +2026-05-13T18:30:53.9404686Z [05-13|18:28:29.600] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9404952Z [05-13|18:28:29.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 2} +2026-05-13T18:30:53.9405209Z [05-13|18:28:29.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.9405464Z [05-13|18:28:29.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.9405922Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9406179Z [05-13|18:28:29.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:53.9406627Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9407123Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9407571Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9407933Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} +2026-05-13T18:30:53.9408378Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} +2026-05-13T18:30:53.9408698Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} +2026-05-13T18:30:53.9409016Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} +2026-05-13T18:30:53.9409287Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.9409489Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.9409740Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.9409945Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.9410141Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:53.9410612Z [05-13|18:28:29.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9411073Z [05-13|18:28:29.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9411348Z [05-13|18:28:29.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 2} +2026-05-13T18:30:53.9411804Z [05-13|18:28:29.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9412077Z [05-13|18:28:29.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 2} +2026-05-13T18:30:53.9412529Z [05-13|18:28:29.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9412869Z [05-13|18:28:29.614] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} +2026-05-13T18:30:53.9413213Z [05-13|18:28:29.614] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} +2026-05-13T18:30:53.9413431Z [05-13|18:28:29.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.9413641Z [05-13|18:28:29.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.9414101Z [05-13|18:28:30.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9414310Z [05-13|18:28:30.016] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.9414446Z [05-13|18:28:30.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9414900Z [05-13|18:28:30.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9415033Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9415166Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9415303Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9415498Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9415832Z [05-13|18:28:30.017] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} +2026-05-13T18:30:53.9416342Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9416475Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9416927Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9417143Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:53.9417636Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9418006Z [05-13|18:28:30.018] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} +2026-05-13T18:30:53.9418589Z [05-13|18:28:30.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9419045Z [05-13|18:28:30.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9419524Z [05-13|18:28:30.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9419981Z [05-13|18:28:30.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9420435Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9420890Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9421343Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9421795Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9422252Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9422388Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9422519Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9422975Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9423112Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9423320Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.9423782Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9423913Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9424046Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9424249Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9424378Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9424509Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9424691Z [05-13|18:28:30.420] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9424903Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.9425167Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 2} +2026-05-13T18:30:53.9425428Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 2} +2026-05-13T18:30:53.9425690Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 2} +2026-05-13T18:30:53.9426196Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9426736Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9427199Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9427470Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:53.9427929Z [05-13|18:28:30.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9428386Z [05-13|18:28:30.519] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} +2026-05-13T18:30:53.9428714Z [05-13|18:28:30.519] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} +2026-05-13T18:30:53.9428860Z [05-13|18:28:30.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9429181Z [05-13|18:28:30.519] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} +2026-05-13T18:30:53.9429319Z [05-13|18:28:30.520] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9429451Z [05-13|18:28:30.520] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9429773Z [05-13|18:28:30.520] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} +2026-05-13T18:30:53.9429990Z [05-13|18:28:30.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.9430199Z [05-13|18:28:30.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.9430412Z [05-13|18:28:30.521] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.9430560Z [05-13|18:28:31.126] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9430700Z [05-13|18:28:31.126] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9430841Z [05-13|18:28:31.126] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9431050Z [05-13|18:28:31.126] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.9431186Z [05-13|18:28:31.127] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9431275Z --- PASS: TestPoS (1.69s) +2026-05-13T18:30:53.9431377Z === RUN TestRecoverFromWALProposed +2026-05-13T18:30:53.9431854Z [05-13|18:28:31.127] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9432092Z [05-13|18:28:31.127] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9432364Z [05-13|18:28:31.127] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 1} +2026-05-13T18:30:53.9433132Z [05-13|18:28:31.127] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 0, "relevant": "walRound{round: 0, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.9433460Z [05-13|18:28:31.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9433921Z [05-13|18:28:31.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9434256Z [05-13|18:28:31.128] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9434576Z [05-13|18:28:31.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9435035Z [05-13|18:28:31.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9435413Z [05-13|18:28:31.129] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9435683Z [05-13|18:28:31.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9436137Z [05-13|18:28:31.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9436467Z [05-13|18:28:31.130] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9436729Z [05-13|18:28:31.130] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.9437182Z [05-13|18:28:31.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9437508Z [05-13|18:28:31.131] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9437775Z [05-13|18:28:31.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9438443Z [05-13|18:28:31.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9438783Z [05-13|18:28:31.132] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9439053Z [05-13|18:28:31.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.9439507Z [05-13|18:28:31.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9439837Z [05-13|18:28:31.133] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9440102Z [05-13|18:28:31.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.9440555Z [05-13|18:28:31.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9440879Z [05-13|18:28:31.133] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9441141Z [05-13|18:28:31.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:53.9441592Z [05-13|18:28:31.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9441998Z [05-13|18:28:31.135] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9442261Z [05-13|18:28:31.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.9442765Z [05-13|18:28:31.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9443094Z [05-13|18:28:31.135] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9443358Z [05-13|18:28:31.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.9443863Z [05-13|18:28:31.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9444198Z [05-13|18:28:31.136] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9444519Z [05-13|18:28:31.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:53.9444979Z [05-13|18:28:31.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9445317Z [05-13|18:28:31.137] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9445580Z [05-13|18:28:31.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:53.9446038Z [05-13|18:28:31.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9446376Z [05-13|18:28:31.138] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9446640Z [05-13|18:28:31.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:53.9447093Z [05-13|18:28:31.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9447431Z [05-13|18:28:31.139] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9447692Z [05-13|18:28:31.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:53.9448282Z [05-13|18:28:31.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9448621Z [05-13|18:28:31.140] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9448884Z [05-13|18:28:31.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:53.9449338Z [05-13|18:28:31.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9449672Z [05-13|18:28:31.141] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9449935Z [05-13|18:28:31.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:53.9450386Z [05-13|18:28:31.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9450791Z [05-13|18:28:31.142] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:53.9451056Z [05-13|18:28:31.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:53.9451564Z [05-13|18:28:31.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9451900Z [05-13|18:28:31.143] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:53.9452159Z [05-13|18:28:31.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:53.9452614Z [05-13|18:28:31.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9453004Z [05-13|18:28:31.144] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:53.9453317Z [05-13|18:28:31.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:53.9453892Z [05-13|18:28:31.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9454232Z [05-13|18:28:31.145] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9454491Z [05-13|18:28:31.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:53.9455121Z [05-13|18:28:31.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9455472Z [05-13|18:28:31.146] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:53.9455733Z [05-13|18:28:31.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:53.9456188Z [05-13|18:28:31.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9456523Z [05-13|18:28:31.147] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:53.9456783Z [05-13|18:28:31.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:53.9457245Z [05-13|18:28:31.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9457583Z [05-13|18:28:31.147] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:53.9457845Z [05-13|18:28:31.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:53.9458439Z [05-13|18:28:31.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9458773Z [05-13|18:28:31.148] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:53.9459033Z [05-13|18:28:31.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} +2026-05-13T18:30:53.9459489Z [05-13|18:28:31.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9459819Z [05-13|18:28:31.149] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:53.9460163Z [05-13|18:28:31.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:53.9460623Z [05-13|18:28:31.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9461011Z [05-13|18:28:31.150] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9461273Z [05-13|18:28:31.151] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:53.9461732Z [05-13|18:28:31.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9462116Z [05-13|18:28:31.151] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9462380Z [05-13|18:28:31.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:53.9462897Z [05-13|18:28:31.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9463237Z [05-13|18:28:31.152] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:53.9463501Z [05-13|18:28:31.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} +2026-05-13T18:30:53.9463957Z [05-13|18:28:31.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9464293Z [05-13|18:28:31.153] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:53.9464557Z [05-13|18:28:31.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:53.9465016Z [05-13|18:28:31.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9465350Z [05-13|18:28:31.154] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:53.9465613Z [05-13|18:28:31.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:53.9466070Z [05-13|18:28:31.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9466400Z [05-13|18:28:31.155] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:53.9466665Z [05-13|18:28:31.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:53.9467122Z [05-13|18:28:31.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9467453Z [05-13|18:28:31.156] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:53.9467714Z [05-13|18:28:31.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} +2026-05-13T18:30:53.9468290Z [05-13|18:28:31.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9468628Z [05-13|18:28:31.157] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} +2026-05-13T18:30:53.9468960Z [05-13|18:28:31.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} +2026-05-13T18:30:53.9469423Z [05-13|18:28:31.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9469813Z [05-13|18:28:31.157] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} +2026-05-13T18:30:53.9470076Z [05-13|18:28:31.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} +2026-05-13T18:30:53.9470533Z [05-13|18:28:31.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9470865Z [05-13|18:28:31.158] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} +2026-05-13T18:30:53.9471179Z [05-13|18:28:31.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} +2026-05-13T18:30:53.9471691Z [05-13|18:28:31.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9472030Z [05-13|18:28:31.159] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} +2026-05-13T18:30:53.9472295Z [05-13|18:28:31.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} +2026-05-13T18:30:53.9472748Z [05-13|18:28:31.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9473080Z [05-13|18:28:31.160] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} +2026-05-13T18:30:53.9473349Z [05-13|18:28:31.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} +2026-05-13T18:30:53.9473807Z [05-13|18:28:31.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9474144Z [05-13|18:28:31.161] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} +2026-05-13T18:30:53.9474414Z [05-13|18:28:31.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} +2026-05-13T18:30:53.9474863Z [05-13|18:28:31.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9475196Z [05-13|18:28:31.162] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} +2026-05-13T18:30:53.9475463Z [05-13|18:28:31.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} +2026-05-13T18:30:53.9475916Z [05-13|18:28:31.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9476248Z [05-13|18:28:31.163] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} +2026-05-13T18:30:53.9476517Z [05-13|18:28:31.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} +2026-05-13T18:30:53.9476970Z [05-13|18:28:31.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9477300Z [05-13|18:28:31.164] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} +2026-05-13T18:30:53.9477567Z [05-13|18:28:31.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} +2026-05-13T18:30:53.9478185Z [05-13|18:28:31.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9478525Z [05-13|18:28:31.165] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} +2026-05-13T18:30:53.9478857Z [05-13|18:28:31.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} +2026-05-13T18:30:53.9479311Z [05-13|18:28:31.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9479641Z [05-13|18:28:31.166] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} +2026-05-13T18:30:53.9479908Z [05-13|18:28:31.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} +2026-05-13T18:30:53.9480419Z [05-13|18:28:31.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9480802Z [05-13|18:28:31.167] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} +2026-05-13T18:30:53.9481074Z [05-13|18:28:31.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 4} +2026-05-13T18:30:53.9481527Z [05-13|18:28:31.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9481855Z [05-13|18:28:31.168] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} +2026-05-13T18:30:53.9482119Z [05-13|18:28:31.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} +2026-05-13T18:30:53.9482578Z [05-13|18:28:31.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9482913Z [05-13|18:28:31.169] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} +2026-05-13T18:30:53.9483181Z [05-13|18:28:31.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} +2026-05-13T18:30:53.9483640Z [05-13|18:28:31.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9483974Z [05-13|18:28:31.170] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} +2026-05-13T18:30:53.9484257Z [05-13|18:28:31.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} +2026-05-13T18:30:53.9484710Z [05-13|18:28:31.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9485042Z [05-13|18:28:31.171] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} +2026-05-13T18:30:53.9485310Z [05-13|18:28:31.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 4} +2026-05-13T18:30:53.9485761Z [05-13|18:28:31.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9486092Z [05-13|18:28:31.172] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} +2026-05-13T18:30:53.9486354Z [05-13|18:28:31.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} +2026-05-13T18:30:53.9486816Z [05-13|18:28:31.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9487215Z [05-13|18:28:31.173] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} +2026-05-13T18:30:53.9487476Z [05-13|18:28:31.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} +2026-05-13T18:30:53.9487965Z [05-13|18:28:31.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9488420Z [05-13|18:28:31.174] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} +2026-05-13T18:30:53.9488684Z [05-13|18:28:31.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} +2026-05-13T18:30:53.9489196Z [05-13|18:28:31.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9489582Z [05-13|18:28:31.175] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} +2026-05-13T18:30:53.9489844Z [05-13|18:28:31.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 4} +2026-05-13T18:30:53.9490297Z [05-13|18:28:31.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9490632Z [05-13|18:28:31.176] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} +2026-05-13T18:30:53.9490894Z [05-13|18:28:31.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} +2026-05-13T18:30:53.9491346Z [05-13|18:28:31.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9491682Z [05-13|18:28:31.176] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} +2026-05-13T18:30:53.9491945Z [05-13|18:28:31.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} +2026-05-13T18:30:53.9492399Z [05-13|18:28:31.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9492734Z [05-13|18:28:31.177] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} +2026-05-13T18:30:53.9493001Z [05-13|18:28:31.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} +2026-05-13T18:30:53.9493456Z [05-13|18:28:31.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9493794Z [05-13|18:28:31.178] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} +2026-05-13T18:30:53.9494062Z [05-13|18:28:31.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 4} +2026-05-13T18:30:53.9494513Z [05-13|18:28:31.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9494848Z [05-13|18:28:31.179] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} +2026-05-13T18:30:53.9495109Z [05-13|18:28:31.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} +2026-05-13T18:30:53.9495561Z [05-13|18:28:31.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9495957Z [05-13|18:28:31.180] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} +2026-05-13T18:30:53.9496220Z [05-13|18:28:31.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} +2026-05-13T18:30:53.9496725Z [05-13|18:28:31.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9497059Z [05-13|18:28:31.181] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} +2026-05-13T18:30:53.9497321Z [05-13|18:28:31.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} +2026-05-13T18:30:53.9497776Z [05-13|18:28:31.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9498330Z [05-13|18:28:31.182] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} +2026-05-13T18:30:53.9498648Z [05-13|18:28:31.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 4} +2026-05-13T18:30:53.9499103Z [05-13|18:28:31.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9499444Z [05-13|18:28:31.183] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} +2026-05-13T18:30:53.9499706Z [05-13|18:28:31.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} +2026-05-13T18:30:53.9500165Z [05-13|18:28:31.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9500493Z [05-13|18:28:31.184] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} +2026-05-13T18:30:53.9500757Z [05-13|18:28:31.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} +2026-05-13T18:30:53.9501211Z [05-13|18:28:31.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9501542Z [05-13|18:28:31.185] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} +2026-05-13T18:30:53.9501807Z [05-13|18:28:31.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} +2026-05-13T18:30:53.9502265Z [05-13|18:28:31.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9502600Z [05-13|18:28:31.186] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} +2026-05-13T18:30:53.9502862Z [05-13|18:28:31.186] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 4} +2026-05-13T18:30:53.9503324Z [05-13|18:28:31.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9503662Z [05-13|18:28:31.187] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} +2026-05-13T18:30:53.9503924Z [05-13|18:28:31.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} +2026-05-13T18:30:53.9504380Z [05-13|18:28:31.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9504708Z [05-13|18:28:31.188] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} +2026-05-13T18:30:53.9505034Z [05-13|18:28:31.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} +2026-05-13T18:30:53.9505495Z [05-13|18:28:31.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9505877Z [05-13|18:28:31.189] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} +2026-05-13T18:30:53.9506142Z [05-13|18:28:31.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} +2026-05-13T18:30:53.9506598Z [05-13|18:28:31.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9506964Z [05-13|18:28:31.190] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} +2026-05-13T18:30:53.9507230Z [05-13|18:28:31.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 4} +2026-05-13T18:30:53.9507721Z [05-13|18:28:31.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9508167Z [05-13|18:28:31.191] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} +2026-05-13T18:30:53.9508433Z [05-13|18:28:31.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} +2026-05-13T18:30:53.9508897Z [05-13|18:28:31.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9509232Z [05-13|18:28:31.192] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} +2026-05-13T18:30:53.9509495Z [05-13|18:28:31.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} +2026-05-13T18:30:53.9509960Z [05-13|18:28:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9510290Z [05-13|18:28:31.193] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} +2026-05-13T18:30:53.9510554Z [05-13|18:28:31.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} +2026-05-13T18:30:53.9511013Z [05-13|18:28:31.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9511348Z [05-13|18:28:31.194] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} +2026-05-13T18:30:53.9511612Z [05-13|18:28:31.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} +2026-05-13T18:30:53.9512076Z [05-13|18:28:31.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9512411Z [05-13|18:28:31.195] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} +2026-05-13T18:30:53.9512671Z [05-13|18:28:31.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} +2026-05-13T18:30:53.9513127Z [05-13|18:28:31.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9513452Z [05-13|18:28:31.195] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} +2026-05-13T18:30:53.9513785Z [05-13|18:28:31.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} +2026-05-13T18:30:53.9514242Z [05-13|18:28:31.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9514623Z [05-13|18:28:31.196] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} +2026-05-13T18:30:53.9514887Z [05-13|18:28:31.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} +2026-05-13T18:30:53.9515339Z [05-13|18:28:31.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9515669Z [05-13|18:28:31.197] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} +2026-05-13T18:30:53.9515992Z [05-13|18:28:31.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 4} +2026-05-13T18:30:53.9516528Z [05-13|18:28:31.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9516866Z [05-13|18:28:31.198] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} +2026-05-13T18:30:53.9517130Z [05-13|18:28:31.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} +2026-05-13T18:30:53.9517583Z [05-13|18:28:31.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9517913Z [05-13|18:28:31.199] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} +2026-05-13T18:30:53.9518293Z [05-13|18:28:31.200] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} +2026-05-13T18:30:53.9518751Z [05-13|18:28:31.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9519084Z [05-13|18:28:31.200] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} +2026-05-13T18:30:53.9519351Z [05-13|18:28:31.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} +2026-05-13T18:30:53.9519804Z [05-13|18:28:31.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9520132Z [05-13|18:28:31.201] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} +2026-05-13T18:30:53.9520402Z [05-13|18:28:31.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 4} +2026-05-13T18:30:53.9520857Z [05-13|18:28:31.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9521189Z [05-13|18:28:31.202] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} +2026-05-13T18:30:53.9521455Z [05-13|18:28:31.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} +2026-05-13T18:30:53.9521908Z [05-13|18:28:31.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9522236Z [05-13|18:28:31.203] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} +2026-05-13T18:30:53.9522505Z [05-13|18:28:31.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} +2026-05-13T18:30:53.9523024Z [05-13|18:28:31.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9523355Z [05-13|18:28:31.204] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} +2026-05-13T18:30:53.9523675Z [05-13|18:28:31.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} +2026-05-13T18:30:53.9524127Z [05-13|18:28:31.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9524455Z [05-13|18:28:31.205] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} +2026-05-13T18:30:53.9524772Z [05-13|18:28:31.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 4} +2026-05-13T18:30:53.9525227Z [05-13|18:28:31.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9525608Z [05-13|18:28:31.206] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} +2026-05-13T18:30:53.9525878Z [05-13|18:28:31.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} +2026-05-13T18:30:53.9526329Z [05-13|18:28:31.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9526657Z [05-13|18:28:31.207] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} +2026-05-13T18:30:53.9526922Z [05-13|18:28:31.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} +2026-05-13T18:30:53.9527377Z [05-13|18:28:31.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9527714Z [05-13|18:28:31.208] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} +2026-05-13T18:30:53.9527976Z [05-13|18:28:31.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} +2026-05-13T18:30:53.9528556Z [05-13|18:28:31.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9528897Z [05-13|18:28:31.209] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} +2026-05-13T18:30:53.9529164Z [05-13|18:28:31.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 4} +2026-05-13T18:30:53.9529623Z [05-13|18:28:31.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9529956Z [05-13|18:28:31.210] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} +2026-05-13T18:30:53.9530220Z [05-13|18:28:31.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} +2026-05-13T18:30:53.9530674Z [05-13|18:28:31.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9531011Z [05-13|18:28:31.210] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} +2026-05-13T18:30:53.9531271Z [05-13|18:28:31.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} +2026-05-13T18:30:53.9531726Z [05-13|18:28:31.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9532130Z [05-13|18:28:31.211] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} +2026-05-13T18:30:53.9532444Z [05-13|18:28:31.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} +2026-05-13T18:30:53.9532899Z [05-13|18:28:31.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9533231Z [05-13|18:28:31.212] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} +2026-05-13T18:30:53.9533493Z [05-13|18:28:31.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 4} +2026-05-13T18:30:53.9533999Z [05-13|18:28:31.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9534388Z [05-13|18:28:31.213] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} +2026-05-13T18:30:53.9534650Z [05-13|18:28:31.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} +2026-05-13T18:30:53.9535104Z [05-13|18:28:31.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9535443Z [05-13|18:28:31.214] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} +2026-05-13T18:30:53.9535704Z [05-13|18:28:31.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} +2026-05-13T18:30:53.9536156Z [05-13|18:28:31.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9536492Z [05-13|18:28:31.215] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} +2026-05-13T18:30:53.9536757Z [05-13|18:28:31.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} +2026-05-13T18:30:53.9537215Z [05-13|18:28:31.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9537549Z [05-13|18:28:31.216] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} +2026-05-13T18:30:53.9537810Z [05-13|18:28:31.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 4} +2026-05-13T18:30:53.9538383Z [05-13|18:28:31.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9538724Z [05-13|18:28:31.217] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} +2026-05-13T18:30:53.9538990Z [05-13|18:28:31.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} +2026-05-13T18:30:53.9539443Z [05-13|18:28:31.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9539786Z [05-13|18:28:31.218] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} +2026-05-13T18:30:53.9540052Z [05-13|18:28:31.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} +2026-05-13T18:30:53.9540511Z [05-13|18:28:31.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9540910Z [05-13|18:28:31.219] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} +2026-05-13T18:30:53.9541174Z [05-13|18:28:31.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} +2026-05-13T18:30:53.9541687Z [05-13|18:28:31.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9542021Z [05-13|18:28:31.220] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} +2026-05-13T18:30:53.9542281Z [05-13|18:28:31.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} +2026-05-13T18:30:53.9542798Z [05-13|18:28:31.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9543136Z [05-13|18:28:31.221] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} +2026-05-13T18:30:53.9543343Z [05-13|18:28:31.221] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9543568Z [05-13|18:28:31.221] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} +2026-05-13T18:30:53.9543693Z --- PASS: TestRecoverFromWALProposed (0.09s) +2026-05-13T18:30:53.9543793Z === RUN TestRecoverFromNotarization +2026-05-13T18:30:53.9544269Z [05-13|18:28:31.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9544541Z [05-13|18:28:31.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9544771Z [05-13|18:28:31.222] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9544999Z [05-13|18:28:31.222] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9545202Z [05-13|18:28:31.222] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 2} +2026-05-13T18:30:53.9545963Z [05-13|18:28:31.222] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 0, "relevant": "walRound{round: 0, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.9546301Z [05-13|18:28:31.222] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9546452Z [05-13|18:28:31.222] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9547582Z [05-13|18:28:31.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9548246Z --- PASS: TestRecoverFromNotarization (0.00s) +2026-05-13T18:30:53.9548458Z === RUN TestRecoverFromWalWithStorage +2026-05-13T18:30:53.9549113Z [05-13|18:28:31.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9549396Z [05-13|18:28:31.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9549647Z [05-13|18:28:31.223] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9550189Z [05-13|18:28:31.223] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9550393Z [05-13|18:28:31.223] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 2} +2026-05-13T18:30:53.9551163Z [05-13|18:28:31.223] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.9551500Z [05-13|18:28:31.224] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9551754Z [05-13|18:28:31.224] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9552421Z [05-13|18:28:31.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.9552639Z --- PASS: TestRecoverFromWalWithStorage (0.00s) +2026-05-13T18:30:53.9552735Z === RUN TestWalCreatedProperly +2026-05-13T18:30:53.9553319Z [05-13|18:28:31.224] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9553675Z [05-13|18:28:31.225] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9554329Z [05-13|18:28:31.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9554895Z [05-13|18:28:31.225] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9555330Z [05-13|18:28:31.225] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9555543Z [05-13|18:28:31.226] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9555845Z [05-13|18:28:31.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9555958Z --- PASS: TestWalCreatedProperly (0.00s) +2026-05-13T18:30:53.9556055Z === RUN TestWalWritesBlockRecord +2026-05-13T18:30:53.9556555Z [05-13|18:28:31.226] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9556706Z [05-13|18:28:31.227] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9556919Z [05-13|18:28:31.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.9557039Z --- PASS: TestWalWritesBlockRecord (0.00s) +2026-05-13T18:30:53.9557134Z === RUN TestWalWritesFinalization +2026-05-13T18:30:53.9557613Z [05-13|18:28:31.227] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9557889Z [05-13|18:28:31.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9558595Z [05-13|18:28:31.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9558871Z [05-13|18:28:31.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9559132Z [05-13|18:28:31.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9559588Z [05-13|18:28:31.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9559853Z [05-13|18:28:31.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9560001Z [05-13|18:28:31.229] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9560213Z [05-13|18:28:31.229] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.9560323Z --- PASS: TestWalWritesFinalization (0.00s) +2026-05-13T18:30:53.9560443Z === RUN TestRecoverFromMultipleNotarizations +2026-05-13T18:30:53.9560923Z [05-13|18:28:31.230] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9561184Z [05-13|18:28:31.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9561442Z [05-13|18:28:31.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9561760Z [05-13|18:28:31.230] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9561983Z [05-13|18:28:31.230] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9562266Z [05-13|18:28:31.230] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9562490Z [05-13|18:28:31.231] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9562744Z [05-13|18:28:31.231] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 1, "Seq": 1} +2026-05-13T18:30:53.9562961Z [05-13|18:28:31.231] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9563163Z [05-13|18:28:31.231] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} +2026-05-13T18:30:53.9563999Z [05-13|18:28:31.231] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: true, hasBlock: true}"} +2026-05-13T18:30:53.9564388Z [05-13|18:28:31.231] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9564718Z [05-13|18:28:31.231] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "8642770fa63062858657..."} +2026-05-13T18:30:53.9564861Z [05-13|18:28:31.231] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9565066Z [05-13|18:28:31.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.9565220Z --- PASS: TestRecoverFromMultipleNotarizations (0.00s) +2026-05-13T18:30:53.9565315Z === RUN TestRecoveryBlocksIndexed +2026-05-13T18:30:53.9565575Z [05-13|18:28:31.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9566059Z [05-13|18:28:31.232] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9566313Z [05-13|18:28:31.233] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 0, "Seq": 0} +2026-05-13T18:30:53.9566507Z [05-13|18:28:31.233] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} +2026-05-13T18:30:53.9567276Z [05-13|18:28:31.233] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.9567418Z [05-13|18:28:31.233] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9567623Z [05-13|18:28:31.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.9567737Z --- PASS: TestRecoveryBlocksIndexed (0.00s) +2026-05-13T18:30:53.9567899Z === RUN TestEpochCorrectlyInitializesMetadataFromStorage +2026-05-13T18:30:53.9568582Z [05-13|18:28:31.233] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9568740Z [05-13|18:28:31.234] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9568949Z [05-13|18:28:31.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9569145Z --- PASS: TestEpochCorrectlyInitializesMetadataFromStorage (0.00s) +2026-05-13T18:30:53.9569241Z === RUN TestRecoveryAsLeader +2026-05-13T18:30:53.9569710Z [05-13|18:28:31.234] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9569850Z [05-13|18:28:31.285] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9570059Z [05-13|18:28:31.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.9570229Z --- PASS: TestRecoveryAsLeader (0.05s) +2026-05-13T18:30:53.9570325Z === RUN TestRecoveryReVerifiesBlocks +2026-05-13T18:30:53.9570791Z [05-13|18:28:31.286] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9571114Z [05-13|18:28:31.286] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 4} +2026-05-13T18:30:53.9571307Z [05-13|18:28:31.286] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 1} +2026-05-13T18:30:53.9572064Z [05-13|18:28:31.286] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 4, "relevant": "walRound{round: 4, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.9572210Z [05-13|18:28:31.286] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9572466Z [05-13|18:28:31.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:53.9572589Z --- PASS: TestRecoveryReVerifiesBlocks (0.00s) +2026-05-13T18:30:53.9572723Z === RUN TestWalRecoveryTriggersEmptyVoteTimeout +2026-05-13T18:30:53.9573247Z [05-13|18:28:31.287] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9573520Z [05-13|18:28:31.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9573764Z [05-13|18:28:31.287] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9573983Z [05-13|18:28:31.287] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9574173Z [05-13|18:28:31.287] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 3} +2026-05-13T18:30:53.9574936Z [05-13|18:28:31.287] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} +2026-05-13T18:30:53.9575174Z [05-13|18:28:31.287] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 2} +2026-05-13T18:30:53.9575317Z [05-13|18:28:31.488] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9575481Z --- PASS: TestWalRecoveryTriggersEmptyVoteTimeout (0.20s) +2026-05-13T18:30:53.9575590Z === RUN TestWalRecoveryMonitorsProgress +2026-05-13T18:30:53.9576060Z [05-13|18:28:31.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9576289Z [05-13|18:28:31.489] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9576479Z [05-13|18:28:31.489] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 1} +2026-05-13T18:30:53.9577238Z [05-13|18:28:31.489] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.9577454Z [05-13|18:28:31.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9577595Z [05-13|18:28:31.790] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9577720Z --- PASS: TestWalRecoveryMonitorsProgress (0.30s) +2026-05-13T18:30:53.9577832Z === RUN TestWalRecoverySetsRoundCorrectly +2026-05-13T18:30:53.9578028Z === RUN TestWalRecoverySetsRoundCorrectly/single_notarization_round_0 +2026-05-13T18:30:53.9578629Z [05-13|18:28:31.790] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9578900Z [05-13|18:28:31.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9579192Z [05-13|18:28:31.791] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9579415Z [05-13|18:28:31.791] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9579612Z [05-13|18:28:31.791] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 2} +2026-05-13T18:30:53.9580423Z [05-13|18:28:31.791] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 0, "relevant": "walRound{round: 0, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:53.9580565Z [05-13|18:28:31.791] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9580774Z [05-13|18:28:31.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9581100Z === RUN TestWalRecoverySetsRoundCorrectly/finalization_round_1,_empty_notarization_round_0_(out_of_order) +2026-05-13T18:30:53.9581626Z [05-13|18:28:31.791] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9581908Z [05-13|18:28:31.792] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9582164Z [05-13|18:28:31.792] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 1, "Seq": 1} +2026-05-13T18:30:53.9582383Z [05-13|18:28:31.792] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9582577Z [05-13|18:28:31.792] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 3} +2026-05-13T18:30:53.9583325Z [05-13|18:28:31.792] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: true, hasBlock: true}"} +2026-05-13T18:30:53.9583466Z [05-13|18:28:31.792] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9583683Z [05-13|18:28:31.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.9584026Z === RUN TestWalRecoverySetsRoundCorrectly/notarization_rounds_0,1,2,_empty_notarization_round_3_(out_of_order) +2026-05-13T18:30:53.9584496Z [05-13|18:28:31.793] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9584771Z [05-13|18:28:31.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9585031Z [05-13|18:28:31.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9585288Z [05-13|18:28:31.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9585521Z [05-13|18:28:31.793] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9585744Z [05-13|18:28:31.793] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9585969Z [05-13|18:28:31.793] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9586191Z [05-13|18:28:31.794] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9586416Z [05-13|18:28:31.794] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 2} +2026-05-13T18:30:53.9586631Z [05-13|18:28:31.794] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 2} +2026-05-13T18:30:53.9586986Z [05-13|18:28:31.794] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} +2026-05-13T18:30:53.9587750Z [05-13|18:28:31.794] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: true, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: false}"} +2026-05-13T18:30:53.9587945Z [05-13|18:28:31.794] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9588270Z === RUN TestWalRecoverySetsRoundCorrectly/mixed_types_in_reverse_order +2026-05-13T18:30:53.9588749Z [05-13|18:28:31.795] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9589078Z [05-13|18:28:31.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9589308Z [05-13|18:28:31.795] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 3} +2026-05-13T18:30:53.9589561Z [05-13|18:28:31.795] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 3, "Seq": 3} +2026-05-13T18:30:53.9589779Z [05-13|18:28:31.795] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 3} +2026-05-13T18:30:53.9590009Z [05-13|18:28:31.795] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9590285Z [05-13|18:28:31.795] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} +2026-05-13T18:30:53.9590480Z [05-13|18:28:31.796] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} +2026-05-13T18:30:53.9591291Z [05-13|18:28:31.796] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: true, hasBlock: true}"} +2026-05-13T18:30:53.9591438Z [05-13|18:28:31.796] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9591648Z === RUN TestWalRecoverySetsRoundCorrectly/large_gap_with_highest_in_middle +2026-05-13T18:30:53.9592127Z [05-13|18:28:31.796] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9592389Z [05-13|18:28:31.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9592620Z [05-13|18:28:31.797] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9592838Z [05-13|18:28:31.797] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} +2026-05-13T18:30:53.9593073Z [05-13|18:28:31.797] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 10} +2026-05-13T18:30:53.9593334Z [05-13|18:28:31.797] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 10, "Seq": 10} +2026-05-13T18:30:53.9593559Z [05-13|18:28:31.797] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 10} +2026-05-13T18:30:53.9593755Z [05-13|18:28:31.797] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} +2026-05-13T18:30:53.9594521Z [05-13|18:28:31.797] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 10, "relevant": "walRound{round: 10, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: true, hasBlock: true}"} +2026-05-13T18:30:53.9594668Z [05-13|18:28:31.797] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9594885Z [05-13|18:28:31.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.9595107Z === RUN TestWalRecoverySetsRoundCorrectly/all_same_round_with_different_types +2026-05-13T18:30:53.9595580Z [05-13|18:28:31.798] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9595846Z [05-13|18:28:31.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9596073Z [05-13|18:28:31.798] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 2} +2026-05-13T18:30:53.9596290Z [05-13|18:28:31.798] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 2} +2026-05-13T18:30:53.9596547Z [05-13|18:28:31.798] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 2, "Seq": 2} +2026-05-13T18:30:53.9596823Z [05-13|18:28:31.798] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 2} +2026-05-13T18:30:53.9597019Z [05-13|18:28:31.798] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 3} +2026-05-13T18:30:53.9597770Z [05-13|18:28:31.798] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: true, hasBlock: true}"} +2026-05-13T18:30:53.9597948Z [05-13|18:28:31.798] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9598277Z [05-13|18:28:31.798] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.9598421Z --- PASS: TestWalRecoverySetsRoundCorrectly (0.01s) +2026-05-13T18:30:53.9598721Z --- PASS: TestWalRecoverySetsRoundCorrectly/single_notarization_round_0 (0.00s) +2026-05-13T18:30:53.9599246Z --- PASS: TestWalRecoverySetsRoundCorrectly/finalization_round_1,_empty_notarization_round_0_(out_of_order) (0.00s) +2026-05-13T18:30:53.9599729Z --- PASS: TestWalRecoverySetsRoundCorrectly/notarization_rounds_0,1,2,_empty_notarization_round_3_(out_of_order) (0.00s) +2026-05-13T18:30:53.9600077Z --- PASS: TestWalRecoverySetsRoundCorrectly/mixed_types_in_reverse_order (0.00s) +2026-05-13T18:30:53.9600390Z --- PASS: TestWalRecoverySetsRoundCorrectly/large_gap_with_highest_in_middle (0.00s) +2026-05-13T18:30:53.9600716Z --- PASS: TestWalRecoverySetsRoundCorrectly/all_same_round_with_different_types (0.00s) +2026-05-13T18:30:53.9600813Z === RUN TestRecoveryAndBroadcast +2026-05-13T18:30:53.9601297Z [05-13|18:28:31.799] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} +2026-05-13T18:30:53.9601775Z [05-13|18:28:31.800] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} +2026-05-13T18:30:53.9602243Z [05-13|18:28:31.801] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} +2026-05-13T18:30:53.9602714Z [05-13|18:28:31.801] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "7265636f76657269", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} +2026-05-13T18:30:53.9602867Z [05-13|18:28:31.802] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9603005Z [05-13|18:28:31.802] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9603138Z [05-13|18:28:31.802] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9603273Z [05-13|18:28:31.803] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9603402Z [05-13|18:28:31.803] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9603530Z [05-13|18:28:31.803] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9603892Z [05-13|18:28:31.803] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9604357Z [05-13|18:28:31.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "7265636f76657269"} +2026-05-13T18:30:53.9604692Z [05-13|18:28:31.803] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9605156Z [05-13|18:28:31.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "7265636f76657269", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9605486Z [05-13|18:28:31.803] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9605940Z [05-13|18:28:31.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9606329Z [05-13|18:28:31.804] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9606784Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9606982Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9607193Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.9607331Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9607534Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.9607676Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9607813Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9608178Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.9608305Z --- PASS: TestRecoveryAndBroadcast (0.01s) +2026-05-13T18:30:53.9608422Z === RUN TestReplicationRequestIndexedBlocks +2026-05-13T18:30:53.9608966Z [05-13|18:28:31.806] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9609119Z [05-13|18:28:36.807] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9609334Z [05-13|18:28:36.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.9609476Z --- PASS: TestReplicationRequestIndexedBlocks (5.00s) +2026-05-13T18:30:53.9609590Z === RUN TestReplicationRequestNotarizations +2026-05-13T18:30:53.9610071Z [05-13|18:28:36.807] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9610340Z [05-13|18:28:36.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9610799Z [05-13|18:28:36.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9611071Z [05-13|18:28:36.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9611521Z [05-13|18:28:36.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9611782Z [05-13|18:28:36.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9612238Z [05-13|18:28:36.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9612501Z [05-13|18:28:36.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:53.9612978Z [05-13|18:28:36.810] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:53.9613432Z [05-13|18:28:36.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9613692Z [05-13|18:28:36.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9614128Z [05-13|18:28:36.811] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:53.9614578Z [05-13|18:28:36.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9614785Z [05-13|18:28:36.812] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9614996Z [05-13|18:28:36.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.9615137Z --- PASS: TestReplicationRequestNotarizations (0.00s) +2026-05-13T18:30:53.9615290Z === RUN TestReplicationRequestMixed +2026-05-13T18:30:53.9615766Z [05-13|18:28:36.812] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9616032Z [05-13|18:28:36.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9616485Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9616986Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9617485Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9617939Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9618345Z [05-13|18:28:36.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9618821Z [05-13|18:28:36.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9619270Z [05-13|18:28:36.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9619721Z [05-13|18:28:36.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9620168Z [05-13|18:28:36.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9620312Z [05-13|18:28:36.815] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9620522Z [05-13|18:28:36.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.9620637Z --- PASS: TestReplicationRequestMixed (0.00s) +2026-05-13T18:30:53.9620793Z === RUN TestReplicationRequestTailingEmptyNotarizations +2026-05-13T18:30:53.9621275Z [05-13|18:28:36.816] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9621730Z [05-13|18:28:36.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9622180Z [05-13|18:28:36.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9622631Z [05-13|18:28:36.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9623077Z [05-13|18:28:36.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9623523Z [05-13|18:28:36.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9624049Z [05-13|18:28:36.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9624502Z [05-13|18:28:36.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:53.9625008Z [05-13|18:28:36.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9625148Z [05-13|18:28:36.819] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9625353Z [05-13|18:28:36.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:53.9625536Z --- PASS: TestReplicationRequestTailingEmptyNotarizations (0.00s) +2026-05-13T18:30:53.9625677Z === RUN TestReplicationRequestUnknownSeqsAndRounds +2026-05-13T18:30:53.9626202Z [05-13|18:28:36.819] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9626395Z [05-13|18:28:41.821] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9626606Z [05-13|18:28:41.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:53.9626775Z --- PASS: TestReplicationRequestUnknownSeqsAndRounds (5.00s) +2026-05-13T18:30:53.9626873Z === RUN TestNilReplicationResponse +2026-05-13T18:30:53.9627344Z [05-13|18:28:41.821] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9627485Z [05-13|18:28:41.822] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9627599Z --- PASS: TestNilReplicationResponse (0.00s) +2026-05-13T18:30:53.9627711Z === RUN TestMalformedReplicationResponse +2026-05-13T18:30:53.9628298Z [05-13|18:28:41.822] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:53.9628443Z [05-13|18:28:41.822] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9628577Z --- PASS: TestMalformedReplicationResponse (0.00s) +2026-05-13T18:30:53.9628667Z === RUN TestBasicReplication +2026-05-13T18:30:53.9628812Z === RUN TestBasicReplication/Basic_replication_of_0_blocks +2026-05-13T18:30:53.9628969Z === PAUSE TestBasicReplication/Basic_replication_of_0_blocks +2026-05-13T18:30:53.9629106Z === RUN TestBasicReplication/Basic_replication_of_1_blocks +2026-05-13T18:30:53.9629249Z === PAUSE TestBasicReplication/Basic_replication_of_1_blocks +2026-05-13T18:30:53.9629384Z === RUN TestBasicReplication/Basic_replication_of_2_blocks +2026-05-13T18:30:53.9629534Z === PAUSE TestBasicReplication/Basic_replication_of_2_blocks +2026-05-13T18:30:53.9629674Z === RUN TestBasicReplication/Basic_replication_of_4_blocks +2026-05-13T18:30:53.9629820Z === PAUSE TestBasicReplication/Basic_replication_of_4_blocks +2026-05-13T18:30:53.9629960Z === RUN TestBasicReplication/Basic_replication_of_5_blocks +2026-05-13T18:30:53.9630102Z === PAUSE TestBasicReplication/Basic_replication_of_5_blocks +2026-05-13T18:30:53.9630242Z === RUN TestBasicReplication/Basic_replication_of_6_blocks +2026-05-13T18:30:53.9630386Z === PAUSE TestBasicReplication/Basic_replication_of_6_blocks +2026-05-13T18:30:53.9630525Z === RUN TestBasicReplication/Basic_replication_of_8_blocks +2026-05-13T18:30:53.9630665Z === PAUSE TestBasicReplication/Basic_replication_of_8_blocks +2026-05-13T18:30:53.9630801Z === RUN TestBasicReplication/Basic_replication_of_9_blocks +2026-05-13T18:30:53.9630951Z === PAUSE TestBasicReplication/Basic_replication_of_9_blocks +2026-05-13T18:30:53.9631094Z === RUN TestBasicReplication/Basic_replication_of_10_blocks +2026-05-13T18:30:53.9631239Z === PAUSE TestBasicReplication/Basic_replication_of_10_blocks +2026-05-13T18:30:53.9631452Z === RUN TestBasicReplication/Basic_replication_of_12_blocks +2026-05-13T18:30:53.9631599Z === PAUSE TestBasicReplication/Basic_replication_of_12_blocks +2026-05-13T18:30:53.9631737Z === RUN TestBasicReplication/Basic_replication_of_13_blocks +2026-05-13T18:30:53.9631888Z === PAUSE TestBasicReplication/Basic_replication_of_13_blocks +2026-05-13T18:30:53.9632082Z === RUN TestBasicReplication/Basic_replication_of_14_blocks +2026-05-13T18:30:53.9632225Z === PAUSE TestBasicReplication/Basic_replication_of_14_blocks +2026-05-13T18:30:53.9632366Z === RUN TestBasicReplication/Basic_replication_of_16_blocks +2026-05-13T18:30:53.9632509Z === PAUSE TestBasicReplication/Basic_replication_of_16_blocks +2026-05-13T18:30:53.9632647Z === RUN TestBasicReplication/Basic_replication_of_17_blocks +2026-05-13T18:30:53.9632790Z === PAUSE TestBasicReplication/Basic_replication_of_17_blocks +2026-05-13T18:30:53.9632931Z === RUN TestBasicReplication/Basic_replication_of_18_blocks +2026-05-13T18:30:53.9633128Z === PAUSE TestBasicReplication/Basic_replication_of_18_blocks +2026-05-13T18:30:53.9633268Z === RUN TestBasicReplication/Basic_replication_of_20_blocks +2026-05-13T18:30:53.9633416Z === PAUSE TestBasicReplication/Basic_replication_of_20_blocks +2026-05-13T18:30:53.9633600Z === RUN TestBasicReplication/Basic_replication_of_21_blocks +2026-05-13T18:30:53.9633748Z === PAUSE TestBasicReplication/Basic_replication_of_21_blocks +2026-05-13T18:30:53.9633890Z === RUN TestBasicReplication/Basic_replication_of_22_blocks +2026-05-13T18:30:53.9634033Z === PAUSE TestBasicReplication/Basic_replication_of_22_blocks +2026-05-13T18:30:53.9634170Z === RUN TestBasicReplication/Basic_replication_of_24_blocks +2026-05-13T18:30:53.9634315Z === PAUSE TestBasicReplication/Basic_replication_of_24_blocks +2026-05-13T18:30:53.9634451Z === RUN TestBasicReplication/Basic_replication_of_25_blocks +2026-05-13T18:30:53.9634593Z === PAUSE TestBasicReplication/Basic_replication_of_25_blocks +2026-05-13T18:30:53.9634732Z === RUN TestBasicReplication/Basic_replication_of_26_blocks +2026-05-13T18:30:53.9634883Z === PAUSE TestBasicReplication/Basic_replication_of_26_blocks +2026-05-13T18:30:53.9635022Z === RUN TestBasicReplication/Basic_replication_of_28_blocks +2026-05-13T18:30:53.9635165Z === PAUSE TestBasicReplication/Basic_replication_of_28_blocks +2026-05-13T18:30:53.9635309Z === RUN TestBasicReplication/Basic_replication_of_29_blocks +2026-05-13T18:30:53.9635455Z === PAUSE TestBasicReplication/Basic_replication_of_29_blocks +2026-05-13T18:30:53.9635593Z === CONT TestBasicReplication/Basic_replication_of_0_blocks +2026-05-13T18:30:53.9635738Z === CONT TestBasicReplication/Basic_replication_of_14_blocks +2026-05-13T18:30:53.9635876Z === CONT TestBasicReplication/Basic_replication_of_6_blocks +2026-05-13T18:30:53.9636015Z === CONT TestBasicReplication/Basic_replication_of_4_blocks +2026-05-13T18:30:53.9636497Z [05-13|18:28:41.824] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9636969Z [05-13|18:28:41.825] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9637437Z [05-13|18:28:41.825] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9637909Z [05-13|18:28:41.826] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9638496Z [05-13|18:28:41.827] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9638966Z [05-13|18:28:41.828] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9639540Z [05-13|18:28:41.833] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9640006Z [05-13|18:28:41.833] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9640524Z [05-13|18:28:41.834] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9640994Z [05-13|18:28:41.835] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9641513Z [05-13|18:28:41.836] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9642033Z [05-13|18:28:41.837] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9642507Z [05-13|18:28:41.837] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9642977Z [05-13|18:28:41.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9643448Z [05-13|18:28:41.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9643916Z [05-13|18:28:41.840] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9644187Z [05-13|18:28:41.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.9644454Z [05-13|18:28:41.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.9644711Z [05-13|18:28:41.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:53.9645172Z [05-13|18:28:41.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9645433Z [05-13|18:28:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9645686Z [05-13|18:28:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9646144Z [05-13|18:28:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9646414Z [05-13|18:28:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9646866Z [05-13|18:28:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9647316Z [05-13|18:28:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9647772Z [05-13|18:28:41.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9647914Z [05-13|18:28:41.846] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9648369Z [05-13|18:28:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9648898Z [05-13|18:28:41.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9649215Z [05-13|18:28:41.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:53.9649545Z [05-13|18:28:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9649872Z [05-13|18:28:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9650322Z [05-13|18:28:41.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9650697Z [05-13|18:28:41.848] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9651027Z [05-13|18:28:41.848] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9651216Z [05-13|18:28:41.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9651542Z [05-13|18:28:41.846] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9651683Z [05-13|18:28:41.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9651815Z [05-13|18:28:41.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9651945Z [05-13|18:28:41.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9652078Z [05-13|18:28:41.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9652345Z [05-13|18:28:41.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:53.9652611Z [05-13|18:28:41.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:53.9652942Z [05-13|18:28:41.849] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9653086Z [05-13|18:28:41.849] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9653348Z [05-13|18:28:41.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:53.9653560Z [05-13|18:28:41.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9653710Z [05-13|18:28:41.849] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9654171Z [05-13|18:28:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9654553Z [05-13|18:28:41.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0300000000000000", "to": "0100000000000000"} +2026-05-13T18:30:53.9655013Z [05-13|18:28:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9655468Z [05-13|18:28:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9655620Z [05-13|18:28:41.850] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9655958Z [05-13|18:28:41.850] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9656165Z [05-13|18:28:41.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9656532Z [05-13|18:28:41.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0300000000000000", "to": "0200000000000000"} +2026-05-13T18:30:53.9656718Z [05-13|18:28:41.850] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9657044Z [05-13|18:28:41.850] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9657256Z [05-13|18:28:41.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:53.9657751Z [05-13|18:28:41.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9658014Z [05-13|18:28:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9658461Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9658974Z [05-13|18:28:41.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9659134Z === CONT TestBasicReplication/Basic_replication_of_5_blocks +2026-05-13T18:30:53.9659530Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9659806Z [05-13|18:28:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9660266Z [05-13|18:28:41.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9660536Z [05-13|18:28:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:53.9660875Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9661212Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9661680Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9662134Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9662586Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9662735Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9662872Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9663004Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9663342Z [05-13|18:28:41.852] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9663824Z [05-13|18:28:41.852] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9664153Z [05-13|18:28:41.852] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9664612Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9664746Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9664877Z [05-13|18:28:41.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9665206Z [05-13|18:28:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9665401Z [05-13|18:28:41.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9665880Z [05-13|18:28:41.853] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9666017Z [05-13|18:28:41.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9666396Z [05-13|18:28:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9666718Z [05-13|18:28:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9667174Z [05-13|18:28:41.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9667686Z [05-13|18:28:41.853] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9668016Z [05-13|18:28:41.854] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9668678Z [05-13|18:28:41.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9669120Z [05-13|18:28:41.854] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:53.9669254Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9669389Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9669523Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9669949Z [05-13|18:28:41.854] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:53.9670087Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9670565Z [05-13|18:28:41.854] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9670990Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:53.9671129Z [05-13|18:28:41.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9671457Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9671908Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9672244Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9672694Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9673021Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9673477Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9673800Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9674253Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9674645Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9675098Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9675477Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9675928Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9676251Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9676756Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9677122Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9677573Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9677905Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9678474Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9678611Z [05-13|18:28:41.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9678945Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9679405Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9679543Z [05-13|18:28:41.857] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9679683Z [05-13|18:28:41.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9679814Z [05-13|18:28:41.857] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9680140Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9680292Z [05-13|18:28:41.857] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9680742Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9680962Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.9681289Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9681615Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9682065Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9682518Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9682660Z [05-13|18:28:41.857] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9682866Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.9683077Z [05-13|18:28:41.858] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9683281Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:53.9683610Z [05-13|18:28:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9684116Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9684258Z [05-13|18:28:41.858] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9684590Z [05-13|18:28:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9684864Z [05-13|18:28:41.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.9685240Z [05-13|18:28:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9685507Z [05-13|18:28:41.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.9685819Z [05-13|18:28:41.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:53.9686282Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9686733Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9687184Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9687342Z === CONT TestBasicReplication/Basic_replication_of_8_blocks +2026-05-13T18:30:53.9687770Z [05-13|18:28:41.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:53.9687914Z [05-13|18:28:41.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9688480Z [05-13|18:28:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9688908Z [05-13|18:28:41.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:53.9689366Z [05-13|18:28:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9689789Z [05-13|18:28:41.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:53.9690125Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9690454Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9690591Z [05-13|18:28:41.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9691049Z [05-13|18:28:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9691186Z [05-13|18:28:41.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9691327Z [05-13|18:28:41.860] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9691776Z [05-13|18:28:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9692171Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9692494Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9692754Z [05-13|18:28:41.860] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.9692893Z [05-13|18:28:41.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9693032Z [05-13|18:28:41.860] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9693353Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9693495Z [05-13|18:28:41.861] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9693759Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:53.9693899Z [05-13|18:28:41.861] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9694292Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9694751Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9694888Z [05-13|18:28:41.861] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9695028Z [05-13|18:28:41.861] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9695354Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9695682Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9696141Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9696597Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9697079Z [05-13|18:28:41.861] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9697410Z [05-13|18:28:41.862] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9697859Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9697994Z [05-13|18:28:41.862] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9698551Z [05-13|18:28:41.862] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9699006Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9699483Z [05-13|18:28:41.862] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9699635Z === CONT TestBasicReplication/Basic_replication_of_1_blocks +2026-05-13T18:30:53.9699967Z [05-13|18:28:41.862] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9700426Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9700639Z [05-13|18:28:41.862] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9700851Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.9701325Z [05-13|18:28:41.863] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9701710Z [05-13|18:28:41.863] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9702163Z [05-13|18:28:41.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9702638Z [05-13|18:28:41.863] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9703165Z [05-13|18:28:41.863] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9703396Z [05-13|18:28:41.863] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9703611Z [05-13|18:28:41.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.9703754Z [05-13|18:28:41.864] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9703960Z [05-13|18:28:41.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:53.9704428Z [05-13|18:28:41.864] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9704761Z [05-13|18:28:41.864] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9704904Z [05-13|18:28:41.864] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9705358Z [05-13|18:28:41.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9705835Z [05-13|18:28:41.864] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9705982Z === CONT TestBasicReplication/Basic_replication_of_2_blocks +2026-05-13T18:30:53.9706412Z [05-13|18:28:41.865] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:53.9706552Z [05-13|18:28:41.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9707023Z [05-13|18:28:41.865] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9707492Z [05-13|18:28:41.865] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9707922Z [05-13|18:28:41.865] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:53.9708468Z [05-13|18:28:41.866] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:53.9708796Z [05-13|18:28:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9709256Z [05-13|18:28:41.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9709393Z [05-13|18:28:41.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9709594Z [05-13|18:28:41.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9709894Z [05-13|18:28:41.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.9710033Z [05-13|18:28:41.867] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9710541Z [05-13|18:28:41.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9710753Z [05-13|18:28:41.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.9710892Z [05-13|18:28:41.868] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9711098Z [05-13|18:28:41.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.9711366Z [05-13|18:28:41.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.9711680Z [05-13|18:28:41.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:53.9711824Z [05-13|18:28:41.868] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9712327Z [05-13|18:28:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9712780Z [05-13|18:28:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9712920Z [05-13|18:28:41.869] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9713129Z [05-13|18:28:41.869] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:53.9713262Z [05-13|18:28:41.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9713415Z === CONT TestBasicReplication/Basic_replication_of_12_blocks +2026-05-13T18:30:53.9713893Z [05-13|18:28:41.869] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9714231Z [05-13|18:28:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9714557Z [05-13|18:28:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9715036Z [05-13|18:28:41.871] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9715361Z [05-13|18:28:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9715498Z [05-13|18:28:41.872] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9715642Z [05-13|18:28:41.872] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9715775Z [05-13|18:28:41.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9716036Z [05-13|18:28:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9716299Z [05-13|18:28:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9716557Z [05-13|18:28:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:53.9717031Z [05-13|18:28:41.873] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9717489Z [05-13|18:28:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9717939Z [05-13|18:28:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9718552Z [05-13|18:28:41.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9719093Z [05-13|18:28:41.874] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9719418Z [05-13|18:28:41.874] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9719554Z [05-13|18:28:41.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9720025Z [05-13|18:28:41.875] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9720212Z [05-13|18:28:41.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9720538Z [05-13|18:28:41.876] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9720914Z [05-13|18:28:41.876] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9721371Z [05-13|18:28:41.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9721846Z [05-13|18:28:41.876] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9722275Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:53.9722414Z [05-13|18:28:41.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9722886Z [05-13|18:28:41.877] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9723217Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9723643Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:53.9724071Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:53.9724205Z [05-13|18:28:41.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9724530Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9724856Z [05-13|18:28:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9725309Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9725759Z [05-13|18:28:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9725897Z [05-13|18:28:41.878] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9726036Z [05-13|18:28:41.878] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9726242Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.9726380Z [05-13|18:28:41.878] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9726767Z [05-13|18:28:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9726978Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.9727238Z [05-13|18:28:41.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9727541Z [05-13|18:28:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9727992Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9728579Z [05-13|18:28:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9728729Z [05-13|18:28:41.879] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9728937Z [05-13|18:28:41.879] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9729201Z [05-13|18:28:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:53.9729584Z [05-13|18:28:41.879] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9730044Z [05-13|18:28:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9730251Z [05-13|18:28:41.879] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:53.9730577Z [05-13|18:28:41.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9731032Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9731186Z === CONT TestBasicReplication/Basic_replication_of_13_blocks +2026-05-13T18:30:53.9731643Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9731973Z [05-13|18:28:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9732426Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9732876Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9733145Z [05-13|18:28:41.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:53.9733288Z [05-13|18:28:41.880] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9733552Z [05-13|18:28:41.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:53.9734015Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9734350Z [05-13|18:28:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9734806Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9735132Z [05-13|18:28:41.881] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9735273Z [05-13|18:28:41.881] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9735468Z [05-13|18:28:41.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9735730Z [05-13|18:28:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:53.9736059Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9736562Z [05-13|18:28:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9737013Z [05-13|18:28:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9737357Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9737720Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9738214Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9738689Z [05-13|18:28:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9739019Z [05-13|18:28:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9739155Z [05-13|18:28:41.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9739616Z [05-13|18:28:41.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9739957Z [05-13|18:28:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9740094Z [05-13|18:28:41.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9740230Z [05-13|18:28:41.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9740554Z [05-13|18:28:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9741037Z [05-13|18:28:41.883] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9741495Z [05-13|18:28:41.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9741820Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9742256Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:53.9742714Z [05-13|18:28:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9743141Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:53.9743273Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9743693Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:53.9743827Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9743964Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9744447Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:53.9744580Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9744725Z [05-13|18:28:41.884] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9745122Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9745333Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.9745473Z [05-13|18:28:41.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9745613Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9745752Z [05-13|18:28:41.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9746009Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:53.9746147Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9749881Z [05-13|18:28:41.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9750371Z [05-13|18:28:41.885] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9750733Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9751215Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9751671Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9752118Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:53.9752277Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9752708Z [05-13|18:28:41.885] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:53.9752868Z === CONT TestBasicReplication/Basic_replication_of_18_blocks +2026-05-13T18:30:53.9753014Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9753158Z [05-13|18:28:41.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9753656Z [05-13|18:28:41.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9754022Z [05-13|18:28:41.886] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9754496Z [05-13|18:28:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9754848Z [05-13|18:28:41.886] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9755337Z [05-13|18:28:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9755668Z [05-13|18:28:41.886] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9756145Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9756480Z [05-13|18:28:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9757001Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9757496Z [05-13|18:28:41.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9757886Z [05-13|18:28:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9758379Z [05-13|18:28:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9758847Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9759367Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9759522Z [05-13|18:28:41.887] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9759790Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.9760272Z [05-13|18:28:41.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9760417Z [05-13|18:28:41.887] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9760630Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.9760960Z [05-13|18:28:41.888] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9761105Z [05-13|18:28:41.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9761252Z [05-13|18:28:41.888] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9761713Z [05-13|18:28:41.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9761922Z [05-13|18:28:41.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:53.9762063Z [05-13|18:28:41.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9762204Z [05-13|18:28:41.888] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9762358Z === CONT TestBasicReplication/Basic_replication_of_9_blocks +2026-05-13T18:30:53.9762690Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9763152Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9763479Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9763936Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9764277Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9764738Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9765083Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9765545Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9765941Z [05-13|18:28:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9766407Z [05-13|18:28:41.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9766937Z [05-13|18:28:41.890] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9767079Z [05-13|18:28:41.890] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9767298Z [05-13|18:28:41.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.9767671Z [05-13|18:28:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9767815Z [05-13|18:28:41.891] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9768464Z [05-13|18:28:41.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9768956Z [05-13|18:28:41.891] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9769098Z [05-13|18:28:41.891] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9769311Z [05-13|18:28:41.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:53.9769592Z [05-13|18:28:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:53.9769733Z [05-13|18:28:41.892] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9770205Z [05-13|18:28:41.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9770686Z [05-13|18:28:41.892] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9770958Z [05-13|18:28:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:53.9771119Z === CONT TestBasicReplication/Basic_replication_of_10_blocks +2026-05-13T18:30:53.9771593Z [05-13|18:28:41.892] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9772052Z [05-13|18:28:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9772328Z [05-13|18:28:41.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:53.9772800Z [05-13|18:28:41.895] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9773257Z [05-13|18:28:41.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9773603Z [05-13|18:28:41.895] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9773935Z [05-13|18:28:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9774261Z [05-13|18:28:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9774470Z [05-13|18:28:41.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9774952Z [05-13|18:28:41.897] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9775159Z [05-13|18:28:41.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9775298Z [05-13|18:28:41.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9775430Z [05-13|18:28:41.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9775562Z [05-13|18:28:41.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9776041Z [05-13|18:28:41.898] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9776597Z [05-13|18:28:41.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9776936Z [05-13|18:28:41.900] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9777435Z [05-13|18:28:41.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9777767Z [05-13|18:28:41.900] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9778367Z [05-13|18:28:41.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9778644Z [05-13|18:28:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:53.9779120Z [05-13|18:28:41.901] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9779384Z [05-13|18:28:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:53.9779858Z [05-13|18:28:41.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9780327Z [05-13|18:28:41.902] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9780593Z [05-13|18:28:41.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:53.9781052Z [05-13|18:28:41.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9781390Z [05-13|18:28:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9781850Z [05-13|18:28:41.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9782312Z [05-13|18:28:41.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9782636Z [05-13|18:28:41.903] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9783115Z [05-13|18:28:41.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9783569Z [05-13|18:28:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9784102Z [05-13|18:28:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9784493Z [05-13|18:28:41.903] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9784838Z [05-13|18:28:41.903] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9785304Z [05-13|18:28:41.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9785645Z [05-13|18:28:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9786032Z [05-13|18:28:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9786413Z [05-13|18:28:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9786879Z [05-13|18:28:41.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9787027Z [05-13|18:28:41.904] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9787163Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9787301Z [05-13|18:28:41.904] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9787435Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9787574Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9787715Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9787852Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9787984Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9788301Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9788585Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:53.9788851Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:53.9789118Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:53.9789589Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9790051Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9790399Z [05-13|18:28:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9790671Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.9790933Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.9791395Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9791728Z [05-13|18:28:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9792190Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9792721Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9793177Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9793552Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9794014Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9794353Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9794740Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:53.9795085Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9795592Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9796050Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9796385Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9796715Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9797172Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9797508Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9797651Z [05-13|18:28:41.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9798232Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9798569Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9798894Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9799348Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9799686Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9800137Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9800599Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9800924Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9801374Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9801582Z [05-13|18:28:41.908] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9801912Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9802368Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9802756Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9803081Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9803540Z [05-13|18:28:41.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9803926Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9804064Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9804252Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9804393Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9804526Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9804854Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9804993Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9805139Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9805270Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9805604Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9806104Z [05-13|18:28:41.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9806240Z [05-13|18:28:41.910] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9806576Z [05-13|18:28:41.910] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9807037Z [05-13|18:28:41.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9807172Z [05-13|18:28:41.910] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9807498Z [05-13|18:28:41.910] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9807960Z [05-13|18:28:41.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9808407Z [05-13|18:28:41.910] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9808869Z [05-13|18:28:41.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9809197Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9809526Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9809681Z [05-13|18:28:41.911] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9810138Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9810429Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.9810889Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9811272Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9811724Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9811872Z [05-13|18:28:41.911] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9812083Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.9812465Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9812974Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9813119Z [05-13|18:28:41.912] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9813449Z [05-13|18:28:41.912] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9813908Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9814240Z [05-13|18:28:41.912] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9814698Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9815038Z [05-13|18:28:41.912] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9815497Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9815831Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9816292Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9816625Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9817081Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9817419Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9817876Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9818322Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:53.9818794Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9818934Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9819138Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9819277Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9819408Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9819602Z [05-13|18:28:41.914] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9819818Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:53.9819976Z === CONT TestBasicReplication/Basic_replication_of_25_blocks +2026-05-13T18:30:53.9820307Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9820765Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9821149Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:53.9821658Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9821999Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9822324Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9822778Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9823235Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9823564Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9823891Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9824350Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9824800Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9825124Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9825464Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:53.9825791Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9826246Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9826698Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9827025Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9827480Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9827938Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9828487Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9828887Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9829347Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9829816Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9830151Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9830353Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9830859Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9831083Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.9831409Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9831863Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9832010Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9832218Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.9832547Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9833008Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9833151Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9833359Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:53.9833698Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9834026Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9834490Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9834952Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9835093Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9835420Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9835579Z === CONT TestBasicReplication/Basic_replication_of_29_blocks +2026-05-13T18:30:53.9836035Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9836369Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9836518Z [05-13|18:28:41.917] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9836790Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.9837253Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9837626Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9838217Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9838372Z [05-13|18:28:41.917] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9838593Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.9838798Z [05-13|18:28:41.917] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9839135Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9839402Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:53.9839866Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9840010Z [05-13|18:28:41.918] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9840463Z [05-13|18:28:41.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:53.9840607Z [05-13|18:28:41.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9841034Z [05-13|18:28:41.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:53.9841199Z === CONT TestBasicReplication/Basic_replication_of_26_blocks +2026-05-13T18:30:53.9841624Z [05-13|18:28:41.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:53.9841763Z [05-13|18:28:41.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9841902Z [05-13|18:28:41.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9842236Z [05-13|18:28:41.919] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9842697Z [05-13|18:28:41.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9842844Z [05-13|18:28:41.919] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9843058Z [05-13|18:28:41.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.9843202Z [05-13|18:28:41.919] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9843415Z [05-13|18:28:41.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.9843556Z [05-13|18:28:41.920] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9843696Z [05-13|18:28:41.920] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9843908Z [05-13|18:28:41.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:53.9844059Z === CONT TestBasicReplication/Basic_replication_of_28_blocks +2026-05-13T18:30:53.9844553Z [05-13|18:28:41.920] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9845037Z [05-13|18:28:41.921] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9845574Z [05-13|18:28:41.922] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9846045Z [05-13|18:28:41.923] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9846604Z [05-13|18:28:41.926] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9847075Z [05-13|18:28:41.929] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9847582Z [05-13|18:28:41.929] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9848231Z [05-13|18:28:41.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9848710Z [05-13|18:28:41.932] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9849181Z [05-13|18:28:41.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9849659Z [05-13|18:28:41.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9850132Z [05-13|18:28:41.936] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9850609Z [05-13|18:28:41.936] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9851080Z [05-13|18:28:41.937] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9851554Z [05-13|18:28:41.937] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9852035Z [05-13|18:28:41.937] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9852315Z [05-13|18:28:41.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:53.9852580Z [05-13|18:28:41.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:53.9852849Z [05-13|18:28:41.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:53.9853315Z [05-13|18:28:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9853774Z [05-13|18:28:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9854243Z [05-13|18:28:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9854506Z [05-13|18:28:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:53.9854830Z [05-13|18:28:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:53.9855298Z [05-13|18:28:41.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9855614Z [05-13|18:28:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:53.9856069Z [05-13|18:28:41.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9856421Z [05-13|18:28:41.940] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9856933Z [05-13|18:28:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9857202Z [05-13|18:28:41.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:53.9857503Z [05-13|18:28:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:53.9857766Z [05-13|18:28:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:53.9858215Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:53.9858554Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:53.9858694Z [05-13|18:28:41.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9859155Z [05-13|18:28:41.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9859494Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9859952Z [05-13|18:28:41.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9860092Z [05-13|18:28:41.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9860548Z [05-13|18:28:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9860811Z [05-13|18:28:41.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:53.9861068Z [05-13|18:28:41.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:53.9861407Z [05-13|18:28:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9861543Z [05-13|18:28:41.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9862000Z [05-13|18:28:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9862343Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:53.9862478Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9862807Z [05-13|18:28:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:53.9862949Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9863080Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9863478Z [05-13|18:28:41.943] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:53.9863616Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9863748Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9864129Z [05-13|18:28:41.943] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:53.9864402Z [05-13|18:28:41.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:53.9864536Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9864996Z [05-13|18:28:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9865508Z [05-13|18:28:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9865847Z [05-13|18:28:41.943] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9866353Z [05-13|18:28:41.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9866697Z [05-13|18:28:41.944] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:53.9867028Z [05-13|18:28:41.944] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:53.9867161Z [05-13|18:28:41.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9867299Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9867629Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9867764Z [05-13|18:28:41.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9868214Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9868672Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9869125Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9869459Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9869791Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:53.9870249Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9870588Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9871041Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9871178Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9871317Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9871447Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9871577Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9871975Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9872434Z [05-13|18:28:41.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9872622Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9872955Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9873407Z [05-13|18:28:41.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9873732Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9874242Z [05-13|18:28:41.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9874381Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9874751Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9874895Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9875029Z [05-13|18:28:41.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9875482Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9875820Z [05-13|18:28:41.947] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9876277Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9876608Z [05-13|18:28:41.947] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9876748Z [05-13|18:28:41.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9877202Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9877336Z [05-13|18:28:41.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9877666Z [05-13|18:28:41.947] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9878233Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9878571Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9879043Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9879374Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9879837Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9880171Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9880632Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9880830Z [05-13|18:28:41.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9881163Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9881671Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9881803Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9882135Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9882267Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9882765Z [05-13|18:28:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9882905Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9883279Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9883733Z [05-13|18:28:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9883870Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9884197Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9884646Z [05-13|18:28:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9884980Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9885313Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9885775Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9885910Z [05-13|18:28:41.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9886234Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9886688Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9886821Z [05-13|18:28:41.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9887276Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9887609Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9888268Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9888641Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9888973Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9889433Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9889957Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9890290Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9890672Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9891123Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9891574Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9891950Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9892449Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9892792Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9893249Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9893577Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9894034Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9894384Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9894711Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9895171Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9895622Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9895948Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9896397Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9896722Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9897180Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9897507Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9897956Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9898419Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9898742Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9899138Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:53.9899285Z [05-13|18:28:41.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9899796Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9900244Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9900383Z [05-13|18:28:41.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9900891Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9901223Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9901600Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9902084Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9902539Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9902678Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9902812Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9903147Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:53.9903613Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9903949Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:53.9904085Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9904411Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9904544Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9904995Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9905335Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9905793Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9906248Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9906387Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9906519Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9906650Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9906983Z [05-13|18:28:41.954] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9907116Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9907489Z [05-13|18:28:41.954] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9907950Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9908562Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9908888Z [05-13|18:28:41.954] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9909344Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9909736Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:53.9910247Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9910586Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9911037Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9911365Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9911693Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9912155Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9912490Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:53.9912944Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9913398Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9913733Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9914188Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9914527Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:53.9914992Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9915322Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9915776Z [05-13|18:28:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9916108Z [05-13|18:28:41.956] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9916243Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9916472Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9916804Z [05-13|18:28:41.956] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:53.9917315Z [05-13|18:28:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9917768Z [05-13|18:28:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9917907Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9918150Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9918299Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9918501Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9918637Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9918768Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9918949Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9919300Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:53.9919762Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9920099Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:53.9920567Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9920914Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9921380Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9921716Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9922174Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9922509Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9922968Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9923300Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9923634Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:53.9923959Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:53.9924414Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9924746Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9925205Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9925729Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9926236Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9926568Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9927022Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9927392Z [05-13|18:28:41.959] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9927885Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9928339Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:53.9928801Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9929132Z [05-13|18:28:41.959] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:53.9929590Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9929926Z [05-13|18:28:41.959] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:53.9930382Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9930716Z [05-13|18:28:41.960] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9931171Z [05-13|18:28:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9931503Z [05-13|18:28:41.960] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:53.9931963Z [05-13|18:28:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9932293Z [05-13|18:28:41.960] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:53.9932750Z [05-13|18:28:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9933092Z [05-13|18:28:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:53.9933546Z [05-13|18:28:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9933874Z [05-13|18:28:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:53.9934344Z [05-13|18:28:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9934743Z [05-13|18:28:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:53.9935199Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9935588Z [05-13|18:28:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:53.9935722Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9935856Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9936367Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9936506Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9936887Z [05-13|18:28:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:53.9937221Z [05-13|18:28:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9937681Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9938248Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9938588Z [05-13|18:28:41.963] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:53.9938739Z [05-13|18:28:41.963] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9939200Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9939416Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.9939552Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9939694Z [05-13|18:28:41.963] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9940030Z [05-13|18:28:41.963] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:53.9940243Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.9940704Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9940850Z [05-13|18:28:41.964] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9941183Z [05-13|18:28:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:53.9941643Z [05-13|18:28:41.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9941787Z [05-13|18:28:41.964] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9942117Z [05-13|18:28:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:53.9942327Z [05-13|18:28:41.964] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:53.9942789Z [05-13|18:28:41.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9943010Z === CONT TestBasicReplication/Basic_replication_of_24_blocks +2026-05-13T18:30:53.9943145Z [05-13|18:28:41.964] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9943482Z [05-13|18:28:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:53.9943990Z [05-13|18:28:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9944123Z [05-13|18:28:41.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9944466Z [05-13|18:28:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9944972Z [05-13|18:28:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9945111Z [05-13|18:28:41.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9945495Z [05-13|18:28:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9945952Z [05-13|18:28:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9946283Z [05-13|18:28:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:53.9946743Z [05-13|18:28:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9947070Z [05-13|18:28:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9947532Z [05-13|18:28:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9947863Z [05-13|18:28:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:53.9948436Z [05-13|18:28:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9948769Z [05-13|18:28:41.967] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:53.9949225Z [05-13|18:28:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9949557Z [05-13|18:28:41.967] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:53.9950016Z [05-13|18:28:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9950347Z [05-13|18:28:41.967] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:53.9950801Z [05-13|18:28:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9951136Z [05-13|18:28:41.968] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:53.9951277Z [05-13|18:28:41.968] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9951488Z [05-13|18:28:41.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.9952011Z [05-13|18:28:41.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9952146Z [05-13|18:28:41.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9952335Z [05-13|18:28:41.969] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9952665Z [05-13|18:28:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:53.9952806Z [05-13|18:28:41.969] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9952937Z [05-13|18:28:41.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9953397Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9953660Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.9953999Z [05-13|18:28:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9954509Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9954843Z [05-13|18:28:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:53.9954984Z [05-13|18:28:41.969] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9955193Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:53.9955649Z [05-13|18:28:41.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9955786Z [05-13|18:28:41.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9955941Z [05-13|18:28:41.970] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9956275Z [05-13|18:28:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9956735Z [05-13|18:28:41.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9956891Z === CONT TestBasicReplication/Basic_replication_of_22_blocks +2026-05-13T18:30:53.9957220Z [05-13|18:28:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:53.9957676Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9958012Z [05-13|18:28:41.971] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:53.9958621Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9958964Z [05-13|18:28:41.971] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:53.9959112Z [05-13|18:28:41.971] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9959322Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.9959893Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9960038Z [05-13|18:28:41.971] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9960447Z [05-13|18:28:41.971] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:53.9960907Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9961104Z [05-13|18:28:41.972] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9961311Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.9961448Z [05-13|18:28:41.972] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9961657Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:53.9961985Z [05-13|18:28:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:53.9962136Z === CONT TestBasicReplication/Basic_replication_of_21_blocks +2026-05-13T18:30:53.9962651Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9963044Z [05-13|18:28:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:53.9963502Z [05-13|18:28:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9963840Z [05-13|18:28:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:53.9964296Z [05-13|18:28:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9964775Z [05-13|18:28:41.973] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9965111Z [05-13|18:28:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:53.9965569Z [05-13|18:28:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9966045Z [05-13|18:28:41.974] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9966389Z [05-13|18:28:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9966847Z [05-13|18:28:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9967324Z [05-13|18:28:41.974] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9967661Z [05-13|18:28:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:53.9968237Z [05-13|18:28:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9968377Z [05-13|18:28:41.974] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9968514Z [05-13|18:28:41.974] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9968989Z [05-13|18:28:41.975] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9969389Z [05-13|18:28:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:53.9969851Z [05-13|18:28:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9970376Z [05-13|18:28:41.975] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9970713Z [05-13|18:28:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:53.9971172Z [05-13|18:28:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9971697Z [05-13|18:28:41.975] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9972084Z [05-13|18:28:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:53.9972544Z [05-13|18:28:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9973019Z [05-13|18:28:41.976] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9973355Z [05-13|18:28:41.977] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:53.9973812Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9974088Z [05-13|18:28:41.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:53.9974366Z [05-13|18:28:41.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:53.9974508Z [05-13|18:28:41.977] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9974986Z [05-13|18:28:41.977] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9975449Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9975902Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9976120Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.9976389Z [05-13|18:28:41.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:53.9976530Z [05-13|18:28:41.977] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9976739Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.9976883Z [05-13|18:28:41.977] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9977022Z [05-13|18:28:41.978] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:53.9977228Z [05-13|18:28:41.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:53.9977382Z === CONT TestBasicReplication/Basic_replication_of_20_blocks +2026-05-13T18:30:53.9977837Z [05-13|18:28:41.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9978473Z [05-13|18:28:41.978] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9978826Z [05-13|18:28:41.978] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9979225Z [05-13|18:28:41.979] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9979556Z [05-13|18:28:41.979] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:53.9979698Z [05-13|18:28:41.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9979830Z [05-13|18:28:41.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9979962Z [05-13|18:28:41.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9980283Z [05-13|18:28:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:53.9980548Z [05-13|18:28:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:53.9981097Z [05-13|18:28:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9981568Z [05-13|18:28:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9981702Z [05-13|18:28:41.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9982179Z [05-13|18:28:41.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9982317Z [05-13|18:28:41.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9982579Z [05-13|18:28:41.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:53.9983041Z [05-13|18:28:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9983517Z [05-13|18:28:41.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9983987Z [05-13|18:28:41.983] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9984453Z [05-13|18:28:41.983] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9984793Z [05-13|18:28:41.983] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:53.9984927Z [05-13|18:28:41.984] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9985259Z [05-13|18:28:41.984] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9985718Z [05-13|18:28:41.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9986048Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:53.9986500Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9986833Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:53.9987349Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9987674Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:53.9988285Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9988618Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:53.9989071Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9989462Z [05-13|18:28:41.986] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:53.9989964Z [05-13|18:28:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:53.9990447Z [05-13|18:28:41.986] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9990780Z [05-13|18:28:41.986] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:53.9990915Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9991054Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9991185Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9991665Z [05-13|18:28:41.987] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9991802Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:53.9992126Z [05-13|18:28:41.987] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:53.9992584Z [05-13|18:28:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:53.9992915Z [05-13|18:28:41.988] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:53.9993904Z [05-13|18:28:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:53.9994318Z [05-13|18:28:41.988] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:53.9995175Z [05-13|18:28:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9996407Z [05-13|18:28:41.988] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:53.9997014Z [05-13|18:28:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:53.9997368Z [05-13|18:28:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:53.9997842Z [05-13|18:28:41.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:53.9999188Z [05-13|18:28:41.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0000174Z [05-13|18:28:41.990] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.0000770Z [05-13|18:28:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0001728Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.0002075Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0002612Z [05-13|18:28:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0002952Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0003469Z [05-13|18:28:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0003620Z [05-13|18:28:41.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0003972Z [05-13|18:28:41.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0005023Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.0005622Z [05-13|18:28:41.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0005767Z [05-13|18:28:41.992] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0006045Z [05-13|18:28:41.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.0006331Z [05-13|18:28:41.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.0006481Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0006621Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0006881Z [05-13|18:28:41.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.0007015Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0007475Z [05-13|18:28:41.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0007933Z [05-13|18:28:41.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0008458Z [05-13|18:28:41.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.0008609Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0008745Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0009077Z [05-13|18:28:41.994] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.0009348Z [05-13|18:28:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.0009687Z [05-13|18:28:41.994] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.0010148Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0010511Z [05-13|18:28:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.0010964Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0011471Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0011923Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0012424Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0012762Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.0013267Z [05-13|18:28:41.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0013722Z [05-13|18:28:41.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0014064Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.0014403Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.0014728Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.0015057Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.0015380Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.0015707Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.0015847Z [05-13|18:28:41.996] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0016301Z [05-13|18:28:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0016625Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.0017081Z [05-13|18:28:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0017216Z [05-13|18:28:41.996] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0017536Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.0017874Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.0018333Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.0018790Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0019248Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0019644Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.0019973Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.0020480Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0020933Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0021067Z [05-13|18:28:41.997] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0021450Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.0021949Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0022281Z [05-13|18:28:41.998] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0022738Z [05-13|18:28:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0022871Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0023002Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0023139Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0023470Z [05-13|18:28:41.998] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0023604Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0024060Z [05-13|18:28:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0024194Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0024527Z [05-13|18:28:41.998] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.0024984Z [05-13|18:28:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0025117Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0025248Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0025385Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0025514Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0025645Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0025778Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0025910Z [05-13|18:28:41.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0026240Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.0026695Z [05-13|18:28:41.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0026835Z [05-13|18:28:41.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0026964Z [05-13|18:28:41.999] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0027343Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.0027803Z [05-13|18:28:41.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0028303Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0028775Z [05-13|18:28:41.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0029112Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.0029638Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0029982Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0030485Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0030817Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.0031280Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0031606Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0032057Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0032388Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0032714Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.0033165Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0033621Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0033951Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.0034090Z [05-13|18:28:42.001] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0034421Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0034749Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.0035070Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.0035523Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0035985Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0036445Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0036963Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0037346Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.0037807Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0038255Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.0038592Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.0039118Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0039505Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.0039839Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0040297Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0040749Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0041075Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.0041533Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0041989Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0042318Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.0042775Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0043102Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.0043438Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.0043895Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0044351Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0044677Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.0045128Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0045275Z [05-13|18:28:42.002] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0045472Z [05-13|18:28:42.002] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0045610Z [05-13|18:28:42.002] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0045829Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:54.0046158Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.0046361Z [05-13|18:28:42.003] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0046818Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0046953Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0047086Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0047216Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0047385Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0047520Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0047685Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0047825Z [05-13|18:28:42.003] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0047962Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0048290Z [05-13|18:28:42.003] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:54.0048619Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.0049078Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0049417Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.0049751Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.0050231Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0050693Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0051031Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0051495Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0051824Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.0052280Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0052622Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0053077Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0053404Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.0053864Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0054076Z [05-13|18:28:42.004] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0054289Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:54.0054620Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.0055125Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0055281Z === CONT TestBasicReplication/Basic_replication_of_17_blocks +2026-05-13T18:30:54.0055618Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.0056169Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0056531Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.0056913Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.0057374Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0057831Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0058280Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.0058742Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0058883Z [05-13|18:28:42.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0059020Z [05-13|18:28:42.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0059353Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.0059486Z [05-13|18:28:42.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0059951Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0060083Z [05-13|18:28:42.007] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0060410Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.0060872Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0061203Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.0061534Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.0061991Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0062444Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0062781Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.0063306Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0063693Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.0064150Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0064486Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.0064940Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0065325Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.0065831Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0066164Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.0066619Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0066759Z [05-13|18:28:42.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0066890Z [05-13|18:28:42.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0067225Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.0067680Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0067815Z [05-13|18:28:42.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0068270Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.0068732Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0069063Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.0069524Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0069857Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0070005Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0070146Z [05-13|18:28:42.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0070359Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:54.0070811Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0070959Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0071168Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:54.0071501Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.0072051Z [05-13|18:28:42.009] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0072384Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0072579Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0073039Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0073250Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:54.0073752Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0074093Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.0074283Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0074760Z [05-13|18:28:42.009] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0075093Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.0075247Z === CONT TestBasicReplication/Basic_replication_of_16_blocks +2026-05-13T18:30:54.0075705Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0076164Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0076502Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.0076956Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0077290Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.0077613Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.0078215Z [05-13|18:28:42.010] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0078686Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0079145Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0079485Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.0079942Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0080421Z [05-13|18:28:42.011] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0080834Z [05-13|18:28:42.011] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0081294Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0081492Z [05-13|18:28:42.011] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0081707Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:54.0082043Z [05-13|18:28:42.011] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.0082500Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0082643Z [05-13|18:28:42.011] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0082909Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:54.0083049Z [05-13|18:28:42.011] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0083238Z [05-13|18:28:42.012] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0083574Z [05-13|18:28:42.012] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0083783Z [05-13|18:28:42.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:54.0084245Z [05-13|18:28:42.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0084522Z [05-13|18:28:42.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.0084786Z [05-13|18:28:42.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.0085125Z [05-13|18:28:42.012] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.0085597Z [05-13|18:28:42.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0086058Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0086518Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0087000Z [05-13|18:28:42.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0087348Z [05-13|18:28:42.013] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.0087629Z [05-13|18:28:42.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.0088206Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0088664Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0089003Z [05-13|18:28:42.013] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.0089150Z [05-13|18:28:42.013] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0089368Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.0089893Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0090035Z [05-13|18:28:42.014] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0090233Z [05-13|18:28:42.014] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0090448Z [05-13|18:28:42.014] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.0090924Z [05-13|18:28:42.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0091264Z [05-13|18:28:42.014] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0091653Z [05-13|18:28:42.014] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0091798Z [05-13|18:28:42.014] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0092322Z [05-13|18:28:42.015] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0092664Z [05-13|18:28:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0092804Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0092937Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0093073Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0093551Z [05-13|18:28:42.016] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0093687Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0093822Z [05-13|18:28:42.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0094186Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0094647Z [05-13|18:28:42.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0094987Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0095444Z [05-13|18:28:42.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0095774Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0096232Z [05-13|18:28:42.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0096559Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.0097026Z [05-13|18:28:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0097354Z [05-13|18:28:42.019] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.0097805Z [05-13|18:28:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0098244Z [05-13|18:28:42.019] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.0098766Z [05-13|18:28:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0098953Z [05-13|18:28:42.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0099084Z [05-13|18:28:42.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0099216Z [05-13|18:28:42.019] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0099540Z [05-13|18:28:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.0099992Z [05-13|18:28:42.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0100375Z [05-13|18:28:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.0100881Z [05-13|18:28:42.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0101210Z [05-13|18:28:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.0101663Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0101995Z [05-13|18:28:42.022] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.0102451Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0102732Z [05-13|18:28:42.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.0103065Z [05-13|18:28:42.022] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.0103334Z [05-13|18:28:42.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.0103796Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0104129Z [05-13|18:28:42.022] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.0104589Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0105046Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0105499Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0105770Z [05-13|18:28:42.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.0106227Z [05-13|18:28:42.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0106362Z [05-13|18:28:42.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0106698Z [05-13|18:28:42.023] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0106833Z [05-13|18:28:42.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0107216Z [05-13|18:28:42.023] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.0107676Z [05-13|18:28:42.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0107847Z [05-13|18:28:42.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0108293Z [05-13|18:28:42.024] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0108628Z [05-13|18:28:42.024] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0108956Z [05-13|18:28:42.024] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.0109474Z [05-13|18:28:42.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0109617Z [05-13|18:28:42.024] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0109995Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.0110454Z [05-13|18:28:42.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0110594Z [05-13|18:28:42.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0110922Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.0111380Z [05-13|18:28:42.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0111520Z [05-13|18:28:42.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0111651Z [05-13|18:28:42.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0111983Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0112445Z [05-13|18:28:42.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0112773Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0113224Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0113376Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0113589Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.0113922Z [05-13|18:28:42.026] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.0114073Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0114281Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.0114735Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0114879Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0115015Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0115227Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.0115623Z [05-13|18:28:42.026] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0116076Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0116459Z [05-13|18:28:42.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0116918Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0117247Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.0117736Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0118186Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.0118703Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0119035Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.0119493Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0119628Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0119760Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0119900Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0120221Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.0120673Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0120810Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0121133Z [05-13|18:28:42.028] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.0121584Z [05-13|18:28:42.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0121912Z [05-13|18:28:42.028] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.0122363Z [05-13|18:28:42.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0122692Z [05-13|18:28:42.028] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.0123155Z [05-13|18:28:42.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0123486Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.0123943Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0124276Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.0124807Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0125232Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.0125689Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0126018Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.0126475Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0126862Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.0127355Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.0127693Z [05-13|18:28:42.030] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.0128268Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0128620Z [05-13|18:28:42.030] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.0129095Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0129246Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0129462Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.0129607Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0129748Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0129956Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.0130097Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0130301Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.0130410Z --- PASS: TestBasicReplication (0.00s) +2026-05-13T18:30:54.0130664Z --- PASS: TestBasicReplication/Basic_replication_of_0_blocks (0.03s) +2026-05-13T18:30:54.0130907Z --- PASS: TestBasicReplication/Basic_replication_of_6_blocks (0.03s) +2026-05-13T18:30:54.0131143Z --- PASS: TestBasicReplication/Basic_replication_of_4_blocks (0.04s) +2026-05-13T18:30:54.0131383Z --- PASS: TestBasicReplication/Basic_replication_of_14_blocks (0.04s) +2026-05-13T18:30:54.0131621Z --- PASS: TestBasicReplication/Basic_replication_of_5_blocks (0.02s) +2026-05-13T18:30:54.0131851Z --- PASS: TestBasicReplication/Basic_replication_of_1_blocks (0.02s) +2026-05-13T18:30:54.0132082Z --- PASS: TestBasicReplication/Basic_replication_of_8_blocks (0.03s) +2026-05-13T18:30:54.0132318Z --- PASS: TestBasicReplication/Basic_replication_of_2_blocks (0.02s) +2026-05-13T18:30:54.0132555Z --- PASS: TestBasicReplication/Basic_replication_of_12_blocks (0.02s) +2026-05-13T18:30:54.0132791Z --- PASS: TestBasicReplication/Basic_replication_of_13_blocks (0.03s) +2026-05-13T18:30:54.0133034Z --- PASS: TestBasicReplication/Basic_replication_of_18_blocks (0.03s) +2026-05-13T18:30:54.0133269Z --- PASS: TestBasicReplication/Basic_replication_of_10_blocks (0.03s) +2026-05-13T18:30:54.0133569Z --- PASS: TestBasicReplication/Basic_replication_of_9_blocks (0.03s) +2026-05-13T18:30:54.0133803Z --- PASS: TestBasicReplication/Basic_replication_of_25_blocks (0.05s) +2026-05-13T18:30:54.0134041Z --- PASS: TestBasicReplication/Basic_replication_of_26_blocks (0.05s) +2026-05-13T18:30:54.0134328Z --- PASS: TestBasicReplication/Basic_replication_of_28_blocks (0.05s) +2026-05-13T18:30:54.0134563Z --- PASS: TestBasicReplication/Basic_replication_of_29_blocks (0.06s) +2026-05-13T18:30:54.0134805Z --- PASS: TestBasicReplication/Basic_replication_of_24_blocks (0.04s) +2026-05-13T18:30:54.0135037Z --- PASS: TestBasicReplication/Basic_replication_of_22_blocks (0.04s) +2026-05-13T18:30:54.0135272Z --- PASS: TestBasicReplication/Basic_replication_of_21_blocks (0.04s) +2026-05-13T18:30:54.0135509Z --- PASS: TestBasicReplication/Basic_replication_of_20_blocks (0.04s) +2026-05-13T18:30:54.0135797Z --- PASS: TestBasicReplication/Basic_replication_of_17_blocks (0.02s) +2026-05-13T18:30:54.0136035Z --- PASS: TestBasicReplication/Basic_replication_of_16_blocks (0.02s) +2026-05-13T18:30:54.0136144Z === RUN TestReplicationAdversarialNode +2026-05-13T18:30:54.0136678Z [05-13|18:28:42.031] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0137153Z [05-13|18:28:42.031] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0137629Z [05-13|18:28:42.032] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0138215Z [05-13|18:28:42.032] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.0138490Z [05-13|18:28:42.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.0138758Z [05-13|18:28:42.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.0139217Z [05-13|18:28:42.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0139477Z [05-13|18:28:42.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.0139936Z [05-13|18:28:42.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0140390Z [05-13|18:28:42.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0140728Z [05-13|18:28:42.035] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0141062Z [05-13|18:28:42.035] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0141386Z [05-13|18:28:42.035] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0141650Z [05-13|18:28:42.036] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.0141912Z [05-13|18:28:42.036] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.0142170Z [05-13|18:28:42.036] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.0142626Z [05-13|18:28:42.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0143146Z [05-13|18:28:42.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0143645Z [05-13|18:28:42.037] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0143980Z [05-13|18:28:42.037] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0144304Z [05-13|18:28:42.037] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0144634Z [05-13|18:28:42.037] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0144832Z [05-13|18:28:42.038] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0145159Z [05-13|18:28:42.038] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0145666Z [05-13|18:28:42.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0145998Z [05-13|18:28:42.038] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0146449Z [05-13|18:28:42.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0146592Z [05-13|18:28:42.038] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0146810Z [05-13|18:28:42.038] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0146952Z [05-13|18:28:42.038] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0147159Z [05-13|18:28:42.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0147296Z [05-13|18:28:42.039] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0147438Z [05-13|18:28:42.039] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0147644Z [05-13|18:28:42.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0147774Z --- PASS: TestReplicationAdversarialNode (0.01s) +2026-05-13T18:30:54.0147891Z === RUN TestRebroadcastingWithReplication +2026-05-13T18:30:54.0148484Z [05-13|18:28:42.039] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.0148957Z [05-13|18:28:42.040] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.0149435Z [05-13|18:28:42.040] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.0149905Z [05-13|18:28:42.043] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.0150172Z [05-13|18:28:42.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.0150436Z [05-13|18:28:42.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.0150691Z [05-13|18:28:42.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.0151144Z [05-13|18:28:42.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0151672Z [05-13|18:28:42.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0152121Z [05-13|18:28:42.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0152509Z [05-13|18:28:42.049] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0152831Z [05-13|18:28:42.049] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0153157Z [05-13|18:28:42.050] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0153418Z [05-13|18:28:42.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.0153730Z [05-13|18:28:42.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.0154233Z [05-13|18:28:42.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0154690Z [05-13|18:28:42.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0154950Z [05-13|18:28:42.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.0155401Z [05-13|18:28:42.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0155663Z [05-13|18:28:42.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.0155922Z [05-13|18:28:42.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.0156176Z [05-13|18:28:42.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.0156632Z [05-13|18:28:42.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0157093Z [05-13|18:28:42.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0157537Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0157748Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0157956Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0158271Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0158482Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0158934Z [05-13|18:28:42.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0159381Z [05-13|18:28:42.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0159830Z [05-13|18:28:42.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0160095Z [05-13|18:28:42.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.0160422Z [05-13|18:28:42.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.0160681Z [05-13|18:28:42.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.0161182Z [05-13|18:28:42.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0161630Z [05-13|18:28:42.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0162083Z [05-13|18:28:42.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0162389Z [05-13|18:28:42.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.0162649Z [05-13|18:28:42.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.0163151Z [05-13|18:28:42.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0163413Z [05-13|18:28:42.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.0163859Z [05-13|18:28:42.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0164310Z [05-13|18:28:42.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0164569Z [05-13|18:28:42.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.0165019Z [05-13|18:28:42.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0165281Z [05-13|18:28:42.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.0165730Z [05-13|18:28:42.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0165989Z [05-13|18:28:42.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.0166439Z [05-13|18:28:42.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0166647Z [05-13|18:28:42.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0166855Z [05-13|18:28:42.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0167062Z [05-13|18:28:42.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0167511Z [05-13|18:28:42.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0167963Z [05-13|18:28:42.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0168531Z [05-13|18:28:42.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0168791Z [05-13|18:28:42.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.0169052Z [05-13|18:28:42.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.0169372Z [05-13|18:28:42.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.0169825Z [05-13|18:28:42.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0170332Z [05-13|18:28:42.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0170779Z [05-13|18:28:42.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0171036Z [05-13|18:28:42.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.0171349Z [05-13|18:28:42.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.0171855Z [05-13|18:28:42.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0172116Z [05-13|18:28:42.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.0172572Z [05-13|18:28:42.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0173020Z [05-13|18:28:42.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0173159Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0173299Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0173437Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0173567Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0173701Z [05-13|18:28:42.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0173832Z [05-13|18:28:42.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0173963Z [05-13|18:28:42.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0174092Z [05-13|18:28:42.598] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0174426Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0174762Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0175087Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0175418Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0175742Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.0176064Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.0176391Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.0176716Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.0177173Z [05-13|18:28:42.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0177309Z [05-13|18:28:42.599] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0177681Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.0178011Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.0178391Z [05-13|18:28:42.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0178723Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.0179049Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.0179374Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.0179567Z [05-13|18:28:42.600] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0179894Z [05-13|18:28:42.600] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.0180272Z [05-13|18:28:42.600] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.0180412Z [05-13|18:28:42.600] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0180735Z [05-13|18:28:42.600] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0181068Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0181390Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.0181715Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.0182044Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.0182368Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.0182692Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.0183017Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.0183476Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0183807Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.0184262Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0184587Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.0185053Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0185505Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0185830Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.0186283Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0186675Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.0187127Z [05-13|18:28:42.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0187317Z [05-13|18:28:42.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0187644Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.0188206Z [05-13|18:28:42.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0188725Z [05-13|18:28:42.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0189219Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.0189649Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.0190075Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.0190210Z [05-13|18:28:42.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0190371Z [05-13|18:28:42.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0190706Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.0190844Z [05-13|18:28:42.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0191304Z [05-13|18:28:42.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0191453Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0191670Z [05-13|18:28:42.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0191811Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0192021Z [05-13|18:28:42.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0192160Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0192297Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0192510Z [05-13|18:28:42.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0192650Z --- PASS: TestRebroadcastingWithReplication (0.57s) +2026-05-13T18:30:54.0192760Z === RUN TestReplicationEmptyNotarizations +2026-05-13T18:30:54.0192967Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 +2026-05-13T18:30:54.0193184Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 +2026-05-13T18:30:54.0193381Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 +2026-05-13T18:30:54.0193580Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 +2026-05-13T18:30:54.0193777Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 +2026-05-13T18:30:54.0193976Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 +2026-05-13T18:30:54.0194170Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 +2026-05-13T18:30:54.0194373Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 +2026-05-13T18:30:54.0194569Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 +2026-05-13T18:30:54.0194872Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 +2026-05-13T18:30:54.0195080Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 +2026-05-13T18:30:54.0195280Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 +2026-05-13T18:30:54.0195528Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 +2026-05-13T18:30:54.0195736Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 +2026-05-13T18:30:54.0195940Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 +2026-05-13T18:30:54.0196145Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 +2026-05-13T18:30:54.0196344Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 +2026-05-13T18:30:54.0196551Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 +2026-05-13T18:30:54.0196790Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 +2026-05-13T18:30:54.0196997Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 +2026-05-13T18:30:54.0197266Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 +2026-05-13T18:30:54.0197484Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 +2026-05-13T18:30:54.0197681Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 +2026-05-13T18:30:54.0197888Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 +2026-05-13T18:30:54.0198200Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 +2026-05-13T18:30:54.0198409Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 +2026-05-13T18:30:54.0198609Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 +2026-05-13T18:30:54.0198810Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 +2026-05-13T18:30:54.0199011Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 +2026-05-13T18:30:54.0199219Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 +2026-05-13T18:30:54.0199416Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 +2026-05-13T18:30:54.0199621Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 +2026-05-13T18:30:54.0199820Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 +2026-05-13T18:30:54.0200025Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 +2026-05-13T18:30:54.0200223Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 +2026-05-13T18:30:54.0200421Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 +2026-05-13T18:30:54.0201023Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0201614Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0202201Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0202783Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0203360Z [05-13|18:28:42.610] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0204006Z [05-13|18:28:42.610] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0204585Z [05-13|18:28:42.611] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0205214Z [05-13|18:28:42.612] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0205794Z [05-13|18:28:42.613] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0206424Z [05-13|18:28:42.614] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0207058Z [05-13|18:28:42.614] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0207638Z [05-13|18:28:42.614] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0208344Z [05-13|18:28:42.615] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0208933Z [05-13|18:28:42.616] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0209513Z [05-13|18:28:42.616] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0210090Z [05-13|18:28:42.618] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0210674Z [05-13|18:28:42.619] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0211252Z [05-13|18:28:42.619] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0211837Z [05-13|18:28:42.620] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0212417Z [05-13|18:28:42.619] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0212996Z [05-13|18:28:42.620] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0213581Z [05-13|18:28:42.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0214225Z [05-13|18:28:42.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0214490Z [05-13|18:28:42.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0214808Z [05-13|18:28:42.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0215272Z [05-13|18:28:42.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0215706Z [05-13|18:28:42.625] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.0215850Z [05-13|18:28:42.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0216165Z [05-13|18:28:42.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0216424Z [05-13|18:28:42.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0217062Z [05-13|18:28:42.625] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0217525Z [05-13|18:28:42.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0217787Z [05-13|18:28:42.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0218149Z [05-13|18:28:42.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0218608Z [05-13|18:28:42.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0219067Z [05-13|18:28:42.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0219517Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0219775Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0220035Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0220289Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0220745Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0221009Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0221460Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0221911Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0222171Z [05-13|18:28:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0222427Z [05-13|18:28:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0222682Z [05-13|18:28:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0223203Z [05-13|18:28:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0223540Z [05-13|18:28:42.627] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0224044Z [05-13|18:28:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0224498Z [05-13|18:28:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0224948Z [05-13|18:28:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0225330Z [05-13|18:28:42.629] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0225835Z [05-13|18:28:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0226165Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0226486Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0226921Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.0227376Z [05-13|18:28:42.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0227803Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.0228251Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0228578Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0228717Z [05-13|18:28:42.630] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0229038Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0229358Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0229493Z [05-13|18:28:42.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0229819Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0230140Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0230565Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.0230992Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.0231314Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0231447Z [05-13|18:28:42.631] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0231584Z [05-13|18:28:42.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0231967Z [05-13|18:28:42.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0232291Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0232482Z [05-13|18:28:42.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0232614Z [05-13|18:28:42.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0232933Z [05-13|18:28:42.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0233392Z [05-13|18:28:42.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0233602Z [05-13|18:28:42.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0233863Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0234078Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0234336Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0234471Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0234677Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0234809Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0235010Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0235147Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0235279Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0235484Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0235695Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0235898Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0236099Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0236306Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0236508Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0236771Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0237031Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0237170Z [05-13|18:28:42.634] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0237431Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0237685Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0238267Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0238527Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0238980Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0239438Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0239766Z [05-13|18:28:42.634] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0240291Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0240792Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0241115Z [05-13|18:28:42.635] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0241443Z [05-13|18:28:42.635] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0241649Z [05-13|18:28:42.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0241904Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0242116Z [05-13|18:28:42.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0242371Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0242505Z [05-13|18:28:42.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0242710Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0242847Z [05-13|18:28:42.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0243048Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0243371Z [05-13|18:28:42.636] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0243514Z [05-13|18:28:42.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0243843Z [05-13|18:28:42.636] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0244165Z [05-13|18:28:42.637] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0244375Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0244591Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0244808Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0245014Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0245226Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0245430Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0245892Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0246343Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0246792Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0247245Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0247692Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0248417Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0248971Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0249476Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0249929Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0250378Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0250872Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0251378Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0251832Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0252277Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0252729Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0253179Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0253629Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0254079Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0254571Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0255021Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0255231Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0255438Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0255642Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0255850Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0256054Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0256324Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.0256588Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.0256845Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.0257101Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.0257609Z [05-13|18:28:42.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0258185Z [05-13|18:28:42.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0258712Z [05-13|18:28:42.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0258980Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.0259429Z [05-13|18:28:42.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0259623Z [05-13|18:28:42.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0260085Z [05-13|18:28:42.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0260508Z [05-13|18:28:42.886] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} +2026-05-13T18:30:54.0260838Z [05-13|18:28:42.886] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} +2026-05-13T18:30:54.0261047Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0261253Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0261459Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0261664Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0261997Z [05-13|18:28:42.887] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} +2026-05-13T18:30:54.0262132Z [05-13|18:28:42.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0262268Z [05-13|18:28:42.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0262402Z [05-13|18:28:42.887] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0262604Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0262811Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0263014Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0263215Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0263421Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0263557Z [05-13|18:28:42.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0263880Z [05-13|18:28:42.888] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} +2026-05-13T18:30:54.0264019Z [05-13|18:28:42.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0264225Z [05-13|18:28:42.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0264356Z [05-13|18:28:42.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0264683Z [05-13|18:28:42.888] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} +2026-05-13T18:30:54.0265008Z [05-13|18:28:42.889] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0265465Z [05-13|18:28:42.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0265858Z [05-13|18:28:42.889] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} +2026-05-13T18:30:54.0266310Z [05-13|18:28:42.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0266799Z [05-13|18:28:42.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0266949Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0267154Z [05-13|18:28:42.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0267294Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0267537Z [05-13|18:28:42.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0267680Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0267883Z [05-13|18:28:42.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0268209Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0268360Z [05-13|18:28:42.900] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0268563Z [05-13|18:28:42.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0268701Z [05-13|18:28:42.900] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0268906Z [05-13|18:28:42.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0272249Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 +2026-05-13T18:30:54.0272905Z [05-13|18:28:42.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0273519Z [05-13|18:28:42.901] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0274107Z [05-13|18:28:42.902] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0274693Z [05-13|18:28:42.902] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0275284Z [05-13|18:28:42.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0275860Z [05-13|18:28:42.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0276139Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0276410Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0276671Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0276932Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0277399Z [05-13|18:28:42.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0277959Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0278624Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0278968Z [05-13|18:28:42.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0279418Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0279873Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0280260Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0280590Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0280795Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0281121Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0281260Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0281398Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0281718Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0282038Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0282179Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0282395Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0282601Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0282810Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0283015Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0283215Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0283422Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0283874Z [05-13|18:28:43.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0284321Z [05-13|18:28:43.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0284773Z [05-13|18:28:43.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0285225Z [05-13|18:28:43.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0285667Z [05-13|18:28:43.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0285877Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0286081Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0286285Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0286591Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0286796Z [05-13|18:28:43.158] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0287288Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0287737Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0288453Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0288987Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0289495Z [05-13|18:28:43.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0289941Z [05-13|18:28:43.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0290383Z [05-13|18:28:43.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0290832Z [05-13|18:28:43.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0291277Z [05-13|18:28:43.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0291729Z [05-13|18:28:43.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0291935Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0292138Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0292344Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0292547Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0292747Z [05-13|18:28:43.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0292948Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0293156Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0293356Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0293559Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0293767Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0294212Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0294654Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0295113Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0295617Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0296066Z [05-13|18:28:43.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0296324Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0296530Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0296736Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0296938Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0297179Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0297634Z [05-13|18:28:43.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0298351Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0298826Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0299294Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0299741Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0299948Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0300156Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0300358Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0300562Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0300768Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0301218Z [05-13|18:28:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0301670Z [05-13|18:28:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0302126Z [05-13|18:28:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0302575Z [05-13|18:28:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0303023Z [05-13|18:28:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0303477Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0303927Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0304437Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0304888Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0305401Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0305869Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0306325Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0306833Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0307323Z [05-13|18:28:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0307773Z [05-13|18:28:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0307982Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0308339Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0308565Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0308778Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0308988Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0309194Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0309398Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0309609Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0309819Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0310023Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0310226Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0310434Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0310639Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0310839Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0311047Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0311507Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0311959Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0312414Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0312867Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0313391Z [05-13|18:28:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0313644Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0313848Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0314054Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0314254Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0314454Z [05-13|18:28:44.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0314954Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0315462Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0315911Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0316364Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0316811Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0317015Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0317226Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0317426Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0317629Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0317836Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0318412Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0318862Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0319317Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0319765Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0320214Z [05-13|18:28:44.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0320425Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0320627Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0320829Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0321034Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0321238Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0321753Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0322210Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0322714Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0323160Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0323660Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0323868Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0324072Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0324332Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0324536Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0324738Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0325199Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0325648Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0326099Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0326554Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0327003Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0327207Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0327415Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0327617Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0327820Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0328027Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0328721Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0329174Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0329627Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0330075Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0330604Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0330812Z [05-13|18:28:45.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0331015Z [05-13|18:28:45.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0331271Z [05-13|18:28:45.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0331479Z [05-13|18:28:45.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0331679Z [05-13|18:28:45.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0332153Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0332704Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0333207Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0333663Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0334111Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0334314Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0334523Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0334729Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0334931Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0335142Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0335593Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0336039Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0336491Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0336941Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0337390Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0337602Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0337803Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0338003Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0338384Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0338589Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0339040Z [05-13|18:28:45.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0339564Z [05-13|18:28:45.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0340065Z [05-13|18:28:45.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0340512Z [05-13|18:28:45.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0340968Z [05-13|18:28:45.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0341171Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0341428Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0341640Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0341893Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0342098Z [05-13|18:28:45.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0342575Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0343022Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0343473Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0343930Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0344377Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0344825Z [05-13|18:28:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0345289Z [05-13|18:28:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0345738Z [05-13|18:28:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0346192Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0346643Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0346849Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0347058Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0347260Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0347460Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0347669Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0347916Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0348250Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0348453Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0348732Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0348938Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0349390Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0349846Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0350353Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0350857Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0351307Z [05-13|18:28:46.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0351512Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0351720Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0351921Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0352122Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0352323Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0352778Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0353230Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0353685Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0354133Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0354583Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0354796Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0355005Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0355213Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0355419Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0355621Z [05-13|18:28:46.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0356072Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0356534Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0357045Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0357535Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0357986Z [05-13|18:28:47.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0358322Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0358531Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0358817Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0359020Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0359272Z [05-13|18:28:47.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0359737Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0360184Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0360635Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0361093Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0361545Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0361749Z [05-13|18:28:47.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0361956Z [05-13|18:28:47.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0362159Z [05-13|18:28:47.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0362359Z [05-13|18:28:47.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0362563Z [05-13|18:28:47.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0363014Z [05-13|18:28:47.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0363465Z [05-13|18:28:47.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0363919Z [05-13|18:28:47.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0364365Z [05-13|18:28:47.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0364815Z [05-13|18:28:47.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0365029Z [05-13|18:28:47.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0365293Z [05-13|18:28:47.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0365500Z [05-13|18:28:47.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0365712Z [05-13|18:28:47.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0365966Z [05-13|18:28:47.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0366410Z [05-13|18:28:47.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0366865Z [05-13|18:28:47.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0367349Z [05-13|18:28:47.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0367837Z [05-13|18:28:47.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0368538Z [05-13|18:28:47.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0368759Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0368968Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0369172Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0369374Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0369578Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0370040Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0370492Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0370949Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0371402Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0371851Z [05-13|18:28:48.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0372307Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0372758Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0373207Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0373661Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0373867Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0374074Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0374606Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0374812Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0375074Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0375282Z [05-13|18:28:48.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0375484Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0375684Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0375892Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0376142Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0376347Z [05-13|18:28:48.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0376858Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0377312Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0377762Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0378346Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0378803Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0379250Z [05-13|18:28:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0379707Z [05-13|18:28:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0380155Z [05-13|18:28:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0380601Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0380814Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0381017Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0381221Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0381427Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0381879Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0382084Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0382362Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.0382651Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.0382978Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.0383242Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.0383704Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0384215Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0384699Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0384962Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.0385477Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0385982Z [05-13|18:28:48.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0386322Z [05-13|18:28:48.752] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} +2026-05-13T18:30:54.0386652Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} +2026-05-13T18:30:54.0386796Z [05-13|18:28:48.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0387118Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} +2026-05-13T18:30:54.0387445Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} +2026-05-13T18:30:54.0387585Z [05-13|18:28:48.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0387906Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} +2026-05-13T18:30:54.0388241Z [05-13|18:28:48.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0388402Z [05-13|18:28:48.754] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0388745Z [05-13|18:28:48.754] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0389208Z [05-13|18:28:48.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0389436Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0389773Z [05-13|18:28:48.755] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} +2026-05-13T18:30:54.0390236Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0390698Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0391147Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0391600Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0392048Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0392565Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0393069Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0393514Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0393969Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0394174Z [05-13|18:28:48.764] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0394394Z [05-13|18:28:48.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0394539Z [05-13|18:28:48.764] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0394805Z [05-13|18:28:48.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0394949Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0395158Z [05-13|18:28:48.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0395312Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0395519Z [05-13|18:28:48.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0395658Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0395800Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0396008Z [05-13|18:28:48.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0396226Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 +2026-05-13T18:30:54.0396830Z [05-13|18:28:48.766] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0397411Z [05-13|18:28:48.766] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0397992Z [05-13|18:28:48.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0398704Z [05-13|18:28:48.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0399289Z [05-13|18:28:48.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0399889Z [05-13|18:28:48.768] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0400199Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0400458Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0400725Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0401057Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0401547Z [05-13|18:28:48.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0402125Z [05-13|18:28:48.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0402580Z [05-13|18:28:48.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0403029Z [05-13|18:28:48.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0403420Z [05-13|18:28:48.771] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0403684Z [05-13|18:28:48.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} +2026-05-13T18:30:54.0404057Z [05-13|18:28:48.772] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0404390Z [05-13|18:28:48.772] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0404848Z [05-13|18:28:48.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0405179Z [05-13|18:28:48.772] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0405328Z [05-13|18:28:48.772] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0405667Z [05-13|18:28:48.773] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0405884Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0406098Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0406304Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0406506Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0406709Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0406916Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0407376Z [05-13|18:28:49.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0407831Z [05-13|18:28:49.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0408532Z [05-13|18:28:49.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0409025Z [05-13|18:28:49.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0409495Z [05-13|18:28:49.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0409701Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0409906Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0410191Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0410396Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0410597Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0411111Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0411562Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0412009Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0412516Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0413028Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0413242Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0413451Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0413654Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0413857Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0414061Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0414519Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0414978Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0415441Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0415893Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0416344Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0416562Z [05-13|18:28:49.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0416771Z [05-13|18:28:49.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0416979Z [05-13|18:28:49.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0417190Z [05-13|18:28:49.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0417393Z [05-13|18:28:49.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0417843Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0418427Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0418882Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0419405Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0419913Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0420121Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0420325Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0420531Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0420735Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0420990Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0421499Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0421956Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0422407Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0422859Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0423312Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0423522Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0423733Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0423943Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0424148Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0424354Z [05-13|18:28:49.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0424807Z [05-13|18:28:50.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0425274Z [05-13|18:28:50.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0425733Z [05-13|18:28:50.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0426209Z [05-13|18:28:50.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0426661Z [05-13|18:28:50.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0426868Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0427075Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0427284Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0427532Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0427741Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0428355Z [05-13|18:28:50.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0428877Z [05-13|18:28:50.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0429326Z [05-13|18:28:50.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0429831Z [05-13|18:28:50.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0430331Z [05-13|18:28:50.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0430537Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0430749Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0430952Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0431152Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0431357Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0431811Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0432261Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0432716Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0433168Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0433616Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0433830Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0434035Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0434238Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0434444Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0434646Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0435116Z [05-13|18:28:51.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0435573Z [05-13|18:28:51.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0436030Z [05-13|18:28:51.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0436546Z [05-13|18:28:51.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0437004Z [05-13|18:28:51.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0437250Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0437457Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0437666Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0437872Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0438291Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0438841Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0439347Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0440613Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0441755Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0442519Z [05-13|18:28:51.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0442857Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0443082Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0443461Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0443672Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0444130Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0444668Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0445125Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0445604Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0446058Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0446510Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0446720Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0446923Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0447131Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0447537Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0447946Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0448832Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0449384Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0449833Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0450280Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0450786Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0451053Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0451267Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0451471Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0451674Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0452143Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0452739Z [05-13|18:28:53.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0453256Z [05-13|18:28:53.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0453716Z [05-13|18:28:53.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0454164Z [05-13|18:28:53.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0454609Z [05-13|18:28:53.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0454834Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0455048Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0455282Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0455500Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0455838Z [05-13|18:28:53.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0456460Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0456917Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0457494Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0457944Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0458716Z [05-13|18:28:53.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0459003Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0459217Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0459431Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0459634Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0459833Z [05-13|18:28:53.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0460346Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0461151Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0461679Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0462203Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0462652Z [05-13|18:28:53.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0462863Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0463075Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0463282Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0463588Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0463800Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0464331Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0464930Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0465393Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0465848Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0466305Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0466583Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.0466847Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.0467112Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.0467371Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.0467902Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0468502Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0468833Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 5} +2026-05-13T18:30:54.0469292Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0469747Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0470248Z [05-13|18:28:53.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0470643Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} +2026-05-13T18:30:54.0470995Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} +2026-05-13T18:30:54.0471321Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} +2026-05-13T18:30:54.0471644Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} +2026-05-13T18:30:54.0471796Z [05-13|18:28:53.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0472121Z [05-13|18:28:53.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} +2026-05-13T18:30:54.0472260Z [05-13|18:28:53.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0472396Z [05-13|18:28:53.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0472722Z [05-13|18:28:53.867] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0473179Z [05-13|18:28:53.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0473395Z [05-13|18:28:53.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0473530Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0473661Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0473796Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0473930Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0474059Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0474186Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0474320Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0474449Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0474580Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0474713Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0474841Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0475167Z [05-13|18:28:53.878] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} +2026-05-13T18:30:54.0475626Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0476177Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0476627Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0477118Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0477564Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0478216Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0478739Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0479263Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0479725Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0480179Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0480628Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0481083Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0481235Z [05-13|18:28:53.887] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0481455Z [05-13|18:28:53.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0481600Z [05-13|18:28:53.887] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0481737Z [05-13|18:28:53.887] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0481945Z [05-13|18:28:53.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0482086Z [05-13|18:28:53.888] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0482292Z [05-13|18:28:53.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0482430Z [05-13|18:28:53.888] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0482639Z [05-13|18:28:53.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0482777Z [05-13|18:28:53.888] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0482982Z [05-13|18:28:53.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0483198Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 +2026-05-13T18:30:54.0483796Z [05-13|18:28:53.888] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0484378Z [05-13|18:28:53.889] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0484965Z [05-13|18:28:53.889] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0485617Z [05-13|18:28:53.889] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0486247Z [05-13|18:28:53.890] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0486826Z [05-13|18:28:53.890] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0487144Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0487409Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0487706Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0487960Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0488667Z [05-13|18:28:53.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0489130Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0489575Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0490044Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0490313Z [05-13|18:28:53.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0490767Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0491102Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0491428Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0491567Z [05-13|18:28:53.894] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0491886Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0492026Z [05-13|18:28:53.894] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0492343Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0492665Z [05-13|18:28:53.895] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0492803Z [05-13|18:28:53.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0492933Z [05-13|18:28:53.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0493141Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0493351Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0493554Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0493835Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0494040Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0494241Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0494753Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0495204Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0495651Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0496151Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0496653Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0496861Z [05-13|18:28:54.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0497064Z [05-13|18:28:54.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0497270Z [05-13|18:28:54.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0497470Z [05-13|18:28:54.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0497670Z [05-13|18:28:54.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0498255Z [05-13|18:28:54.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0498710Z [05-13|18:28:54.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0499158Z [05-13|18:28:54.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0499607Z [05-13|18:28:54.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0500052Z [05-13|18:28:54.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0500258Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0500468Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0500671Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0500873Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0501079Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0501526Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0501968Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0502421Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0502934Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0503434Z [05-13|18:28:54.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0503639Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0503844Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0504051Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0504250Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0504505Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0505011Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0505470Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0505927Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0506379Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0506831Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0507040Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0507250Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0507455Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0507656Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0507861Z [05-13|18:28:54.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0508441Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0508897Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0509355Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0509811Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0510262Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0510478Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0510686Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0510888Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0511171Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0511374Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0511825Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0512333Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0512783Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0513280Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0513737Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0513995Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0514203Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0514410Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0514609Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0514808Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0515266Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0515723Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0516176Z [05-13|18:28:55.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0516631Z [05-13|18:28:55.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0517078Z [05-13|18:28:55.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0517283Z [05-13|18:28:55.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0517494Z [05-13|18:28:55.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0517698Z [05-13|18:28:55.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0517902Z [05-13|18:28:55.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0518289Z [05-13|18:28:55.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0518750Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0519201Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0519655Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0520175Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0520628Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0520957Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.0521220Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.0521483Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.0521938Z [05-13|18:28:56.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0522440Z [05-13|18:28:56.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0522756Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.0523016Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.0523470Z [05-13|18:28:56.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0523924Z [05-13|18:28:56.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0524374Z [05-13|18:28:56.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0524717Z [05-13|18:28:56.119] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} +2026-05-13T18:30:54.0525055Z [05-13|18:28:56.120] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} +2026-05-13T18:30:54.0525196Z [05-13|18:28:56.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0525328Z [05-13|18:28:56.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0525658Z [05-13|18:28:56.120] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} +2026-05-13T18:30:54.0525983Z [05-13|18:28:56.120] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} +2026-05-13T18:30:54.0526118Z [05-13|18:28:56.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0526255Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0526579Z [05-13|18:28:56.121] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} +2026-05-13T18:30:54.0526717Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0526853Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0527175Z [05-13|18:28:56.121] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0527307Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0527763Z [05-13|18:28:56.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0528332Z [05-13|18:28:56.122] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} +2026-05-13T18:30:54.0528897Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0529363Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0529869Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0530321Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0530771Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0531272Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0531769Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0532223Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0532678Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0533129Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0533285Z [05-13|18:28:56.131] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0533500Z [05-13|18:28:56.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0533643Z [05-13|18:28:56.131] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0533857Z [05-13|18:28:56.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0533998Z [05-13|18:28:56.131] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0534204Z [05-13|18:28:56.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0534347Z [05-13|18:28:56.132] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0534552Z [05-13|18:28:56.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0534691Z [05-13|18:28:56.132] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0534904Z [05-13|18:28:56.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0535047Z [05-13|18:28:56.132] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0535259Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 +2026-05-13T18:30:54.0535855Z [05-13|18:28:56.132] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0536438Z [05-13|18:28:56.133] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0537019Z [05-13|18:28:56.134] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0537606Z [05-13|18:28:56.134] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0538369Z [05-13|18:28:56.135] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0539023Z [05-13|18:28:56.140] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0539295Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0539555Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0539873Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0540133Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0540693Z [05-13|18:28:56.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0541178Z [05-13|18:28:56.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0541628Z [05-13|18:28:56.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0541888Z [05-13|18:28:56.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0542345Z [05-13|18:28:56.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0542795Z [05-13|18:28:56.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0543129Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0543458Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0543778Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0543920Z [05-13|18:28:56.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0544059Z [05-13|18:28:56.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0544190Z [05-13|18:28:56.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0544513Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0544839Z [05-13|18:28:56.148] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0545052Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0545257Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0545466Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0545668Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0545870Z [05-13|18:28:56.149] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0546070Z [05-13|18:28:56.149] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0546595Z [05-13|18:28:56.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0547044Z [05-13|18:28:56.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0547534Z [05-13|18:28:56.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0547980Z [05-13|18:28:56.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0548548Z [05-13|18:28:56.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0548822Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0549028Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0549280Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0549491Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0549692Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0550139Z [05-13|18:28:56.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0550589Z [05-13|18:28:56.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0551040Z [05-13|18:28:56.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0551489Z [05-13|18:28:56.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0551939Z [05-13|18:28:56.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0552144Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0552347Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0552555Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0552755Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0552957Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0553411Z [05-13|18:28:56.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0553859Z [05-13|18:28:56.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0554308Z [05-13|18:28:56.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0554759Z [05-13|18:28:56.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0555206Z [05-13|18:28:56.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0555473Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0555684Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0555939Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0556141Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0556348Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0556794Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0557279Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0557774Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0558402Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0558862Z [05-13|18:28:57.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0559073Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0559277Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0559481Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0559690Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0559892Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0560350Z [05-13|18:28:57.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0560806Z [05-13|18:28:57.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0561258Z [05-13|18:28:57.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0561709Z [05-13|18:28:57.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0562169Z [05-13|18:28:57.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0562385Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0562599Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0562807Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0563013Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0563215Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0563672Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0564193Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0564700Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0565144Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0565589Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0565859Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.0566178Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.0566490Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 5} +2026-05-13T18:30:54.0566764Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.0567020Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.0567470Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0567950Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0568641Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0569102Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0569564Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0569899Z [05-13|18:28:57.457] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} +2026-05-13T18:30:54.0570227Z [05-13|18:28:57.457] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} +2026-05-13T18:30:54.0570369Z [05-13|18:28:57.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0570691Z [05-13|18:28:57.457] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} +2026-05-13T18:30:54.0570828Z [05-13|18:28:57.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0570968Z [05-13|18:28:57.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0571289Z [05-13|18:28:57.458] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} +2026-05-13T18:30:54.0571425Z [05-13|18:28:57.458] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0571752Z [05-13|18:28:57.458] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} +2026-05-13T18:30:54.0572074Z [05-13|18:28:57.458] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0572527Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0572821Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0573145Z [05-13|18:28:57.459] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} +2026-05-13T18:30:54.0573653Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0574108Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0574555Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0575083Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0575589Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0576035Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0576482Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0576633Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0576840Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0576980Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0577194Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0577333Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0577471Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0577680Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0577820Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0578022Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0578296Z [05-13|18:28:57.470] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0578501Z [05-13|18:28:57.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0578720Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 +2026-05-13T18:30:54.0579323Z [05-13|18:28:57.470] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0579910Z [05-13|18:28:57.470] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0580491Z [05-13|18:28:57.471] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0581073Z [05-13|18:28:57.471] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0581651Z [05-13|18:28:57.472] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0582292Z [05-13|18:28:57.472] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0582616Z [05-13|18:28:57.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0582876Z [05-13|18:28:57.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0583133Z [05-13|18:28:57.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0583597Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0583907Z [05-13|18:28:57.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0584368Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0584868Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0585320Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0585585Z [05-13|18:28:57.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0586056Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0586391Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0586537Z [05-13|18:28:57.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0586857Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0587176Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0587508Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0587826Z [05-13|18:28:57.477] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0588150Z [05-13|18:28:57.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0588366Z [05-13|18:28:57.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0588570Z [05-13|18:28:57.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0588774Z [05-13|18:28:57.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0588983Z [05-13|18:28:57.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0589186Z [05-13|18:28:57.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0589649Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0590112Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0590568Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0591088Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0591595Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0591869Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.0592131Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.0592400Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.0592710Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.0592976Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.0593485Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0593943Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0594410Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0594877Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0595335Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0595673Z [05-13|18:28:57.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} +2026-05-13T18:30:54.0595819Z [05-13|18:28:57.705] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0596145Z [05-13|18:28:57.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} +2026-05-13T18:30:54.0596468Z [05-13|18:28:57.706] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} +2026-05-13T18:30:54.0596795Z [05-13|18:28:57.706] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} +2026-05-13T18:30:54.0596929Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0597065Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0597391Z [05-13|18:28:57.706] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} +2026-05-13T18:30:54.0597525Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0597658Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0597983Z [05-13|18:28:57.707] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0598601Z [05-13|18:28:57.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0598811Z [05-13|18:28:57.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0598948Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0599149Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0599279Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0599418Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0599549Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0599736Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0599866Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0600001Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0600131Z [05-13|18:28:57.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0600259Z [05-13|18:28:57.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0600393Z [05-13|18:28:57.717] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0600773Z [05-13|18:28:57.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} +2026-05-13T18:30:54.0601233Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0601736Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0602194Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0602641Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0603100Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0603550Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0604004Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0604451Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0604906Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0605367Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0605822Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0606275Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0606737Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0607189Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0607639Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0608385Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0608846Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0609373Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0609820Z [05-13|18:28:57.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0609965Z [05-13|18:28:57.727] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0610279Z [05-13|18:28:57.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.0610427Z [05-13|18:28:57.727] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0610686Z [05-13|18:28:57.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.0610829Z [05-13|18:28:57.727] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0611043Z [05-13|18:28:57.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.0611182Z [05-13|18:28:57.728] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0611318Z [05-13|18:28:57.728] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0611528Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.0611665Z [05-13|18:28:57.728] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0611871Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.0612089Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 +2026-05-13T18:30:54.0612294Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0612499Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0612705Z [05-13|18:28:57.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0613295Z [05-13|18:28:57.729] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0613501Z [05-13|18:28:57.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0613710Z [05-13|18:28:57.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0614295Z [05-13|18:28:57.729] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0614877Z [05-13|18:28:57.729] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0615461Z [05-13|18:28:57.730] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0616039Z [05-13|18:28:57.730] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0616625Z [05-13|18:28:57.731] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0616960Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0617221Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0617522Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0617777Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0618376Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0618835Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0619347Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0619860Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0620133Z [05-13|18:28:57.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0620580Z [05-13|18:28:57.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0620912Z [05-13|18:28:57.734] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0621239Z [05-13|18:28:57.734] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0621557Z [05-13|18:28:57.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0621696Z [05-13|18:28:57.735] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0622019Z [05-13|18:28:57.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0622339Z [05-13|18:28:57.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0622546Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0622759Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0622963Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0623167Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0623378Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0623581Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0624033Z [05-13|18:28:57.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0624495Z [05-13|18:28:57.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0624945Z [05-13|18:28:57.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0625394Z [05-13|18:28:57.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0625910Z [05-13|18:28:57.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0626119Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0626373Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0626580Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0626782Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0626983Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0627474Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0627928Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0628578Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0629037Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0629486Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0629690Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0629903Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0630105Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0630306Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0630514Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0630962Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0631411Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0631864Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0632312Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0632759Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0632971Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0633173Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0633374Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0633579Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0633782Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0634292Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0634746Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0635243Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0635689Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0636140Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0636399Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0636604Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0636856Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0637066Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0637269Z [05-13|18:28:58.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0637728Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0638339Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0638800Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0639247Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0639696Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0639912Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0640119Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0640320Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0640549Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0640751Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0641203Z [05-13|18:28:58.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0641656Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0642103Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0642546Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0642996Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0643272Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0643476Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0643735Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0643938Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0644137Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0644590Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0645090Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0645592Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0646047Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0646493Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0646760Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:54.0647022Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:54.0647285Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:54.0647539Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:54.0648020Z [05-13|18:28:58.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0648526Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:54.0648980Z [05-13|18:28:58.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0649432Z [05-13|18:28:58.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0649886Z [05-13|18:28:58.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0650337Z [05-13|18:28:58.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0650484Z [05-13|18:28:58.872] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0650822Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} +2026-05-13T18:30:54.0650960Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0651098Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0651424Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} +2026-05-13T18:30:54.0651750Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} +2026-05-13T18:30:54.0651964Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0652097Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0652417Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} +2026-05-13T18:30:54.0652800Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} +2026-05-13T18:30:54.0652932Z [05-13|18:28:58.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0653063Z [05-13|18:28:58.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0653200Z [05-13|18:28:58.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0653521Z [05-13|18:28:58.875] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0654028Z [05-13|18:28:58.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0654413Z [05-13|18:28:58.875] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} +2026-05-13T18:30:54.0654868Z [05-13|18:28:58.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0655315Z [05-13|18:28:58.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0655766Z [05-13|18:28:58.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0656214Z [05-13|18:28:58.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0656362Z [05-13|18:28:58.884] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0656579Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0656721Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0656926Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0657069Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0657270Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0657407Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0657614Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0657757Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0657960Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0658232Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0658447Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 +2026-05-13T18:30:54.0659039Z [05-13|18:28:58.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0659629Z [05-13|18:28:58.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0660207Z [05-13|18:28:58.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0660850Z [05-13|18:28:58.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0661483Z [05-13|18:28:58.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0662058Z [05-13|18:28:58.888] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0662323Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0662637Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0662896Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0663405Z [05-13|18:28:58.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0663671Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} +2026-05-13T18:30:54.0663929Z [05-13|18:28:58.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0664381Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0664841Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0665289Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0665741Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0666071Z [05-13|18:28:58.891] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0666208Z [05-13|18:28:58.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0666534Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0666852Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0667176Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0667317Z [05-13|18:28:58.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0667635Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0667848Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0668170Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0668383Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0668584Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0668783Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0669061Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0669519Z [05-13|18:28:59.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0670022Z [05-13|18:28:59.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0670474Z [05-13|18:28:59.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0670949Z [05-13|18:28:59.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0671452Z [05-13|18:28:59.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0671665Z [05-13|18:28:59.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0671920Z [05-13|18:28:59.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0672133Z [05-13|18:28:59.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0672337Z [05-13|18:28:59.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0672539Z [05-13|18:28:59.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0672996Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0673446Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0673897Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0674352Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0674800Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0675005Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0675215Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0675418Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0675622Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0675829Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0676286Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0676738Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0677198Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0677649Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0678312Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0678590Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:54.0678957Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:54.0679216Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:54.0679483Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:54.0679741Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} +2026-05-13T18:30:54.0680249Z [05-13|18:28:59.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0680760Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0681218Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0681668Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0682125Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0682462Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} +2026-05-13T18:30:54.0682793Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} +2026-05-13T18:30:54.0683124Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} +2026-05-13T18:30:54.0683447Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} +2026-05-13T18:30:54.0683769Z [05-13|18:28:59.440] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} +2026-05-13T18:30:54.0683911Z [05-13|18:28:59.440] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0684046Z [05-13|18:28:59.440] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0684369Z [05-13|18:28:59.440] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0684829Z [05-13|18:28:59.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0685040Z [05-13|18:28:59.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0685174Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0685311Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0685445Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0685576Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0685713Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0685843Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0685973Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0686170Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0686303Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0686431Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0686570Z [05-13|18:28:59.451] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0686937Z [05-13|18:28:59.451] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} +2026-05-13T18:30:54.0687394Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0687848Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0688602Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0689121Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0689578Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0690032Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0690478Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0690933Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0691391Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0691843Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0692301Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0692748Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0693213Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0693668Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0694120Z [05-13|18:28:59.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0694274Z [05-13|18:28:59.460] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0694490Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.0694632Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0694846Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.0694988Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0695266Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.0695411Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0695629Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.0695825Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0695964Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0696179Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.0696396Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 +2026-05-13T18:30:54.0696988Z [05-13|18:28:59.462] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0697620Z [05-13|18:28:59.462] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0698400Z [05-13|18:28:59.463] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0698985Z [05-13|18:28:59.463] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0699580Z [05-13|18:28:59.463] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0700177Z [05-13|18:28:59.464] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0700468Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0700734Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0700999Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0701260Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0701726Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0702185Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0702641Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0703089Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0703352Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0703694Z [05-13|18:28:59.467] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0704141Z [05-13|18:28:59.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0704290Z [05-13|18:28:59.467] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0704682Z [05-13|18:28:59.467] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0705004Z [05-13|18:28:59.467] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0705193Z [05-13|18:28:59.467] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0705332Z [05-13|18:28:59.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0705655Z [05-13|18:28:59.468] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0705790Z [05-13|18:28:59.468] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0706112Z [05-13|18:28:59.468] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0706385Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0706599Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0706845Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0707051Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0707254Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0707458Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0707914Z [05-13|18:28:59.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0708488Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0708946Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0709393Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0709842Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0710297Z [05-13|18:28:59.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0710746Z [05-13|18:28:59.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0711190Z [05-13|18:28:59.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0711667Z [05-13|18:28:59.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0712116Z [05-13|18:28:59.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0712398Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.0712670Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.0712928Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.0713264Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.0713524Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.0713973Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0714477Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0714930Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0715427Z [05-13|18:28:59.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0715953Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0716288Z [05-13|18:28:59.505] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} +2026-05-13T18:30:54.0716638Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} +2026-05-13T18:30:54.0716784Z [05-13|18:28:59.506] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0717105Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} +2026-05-13T18:30:54.0717425Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} +2026-05-13T18:30:54.0717756Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} +2026-05-13T18:30:54.0717891Z [05-13|18:28:59.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0718026Z [05-13|18:28:59.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0718329Z [05-13|18:28:59.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0718650Z [05-13|18:28:59.507] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0719101Z [05-13|18:28:59.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0719315Z [05-13|18:28:59.507] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0719638Z [05-13|18:28:59.508] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} +2026-05-13T18:30:54.0720090Z [05-13|18:28:59.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0720542Z [05-13|18:28:59.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0720994Z [05-13|18:28:59.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0721200Z [05-13|18:28:59.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0721410Z [05-13|18:28:59.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0721616Z [05-13|18:28:59.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0721899Z [05-13|18:28:59.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0722103Z [05-13|18:28:59.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0722250Z [05-13|18:28:59.517] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0722510Z [05-13|18:28:59.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0722654Z [05-13|18:28:59.517] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0722862Z [05-13|18:28:59.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0723001Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0723201Z [05-13|18:28:59.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0723344Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0723598Z [05-13|18:28:59.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0723745Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0723888Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0724141Z [05-13|18:28:59.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0724361Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 +2026-05-13T18:30:54.0724955Z [05-13|18:28:59.519] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0725536Z [05-13|18:28:59.519] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0726118Z [05-13|18:28:59.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0726704Z [05-13|18:28:59.526] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0727284Z [05-13|18:28:59.527] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0727863Z [05-13|18:28:59.528] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0728356Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0728631Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0728898Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0729360Z [05-13|18:28:59.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0729618Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0730079Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0730382Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} +2026-05-13T18:30:54.0731169Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0731838Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0732583Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0733099Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0733623Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0734056Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0734704Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0735441Z [05-13|18:28:59.535] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0735737Z [05-13|18:28:59.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0736113Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0736335Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0736543Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0736859Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0737145Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0737352Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0737821Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0738432Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0738894Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0739349Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0739811Z [05-13|18:28:59.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0740020Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0740227Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0740442Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0740647Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0740855Z [05-13|18:28:59.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0741313Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0741768Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0742318Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0742778Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0743288Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0743492Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0743702Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0743903Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0744158Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0744371Z [05-13|18:28:59.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0744871Z [05-13|18:28:59.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0745325Z [05-13|18:28:59.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0745779Z [05-13|18:28:59.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0746227Z [05-13|18:28:59.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0746680Z [05-13|18:28:59.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0746960Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.0747223Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.0747674Z [05-13|18:29:00.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0748255Z [05-13|18:29:00.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0748521Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.0748787Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.0749046Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.0749505Z [05-13|18:29:00.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0749963Z [05-13|18:29:00.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0750411Z [05-13|18:29:00.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0750551Z [05-13|18:29:00.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0750688Z [05-13|18:29:00.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0751138Z [05-13|18:29:00.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} +2026-05-13T18:30:54.0751275Z [05-13|18:29:00.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0751603Z [05-13|18:29:00.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} +2026-05-13T18:30:54.0751796Z [05-13|18:29:00.010] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0752118Z [05-13|18:29:00.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} +2026-05-13T18:30:54.0752251Z [05-13|18:29:00.010] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0752577Z [05-13|18:29:00.011] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} +2026-05-13T18:30:54.0752953Z [05-13|18:29:00.011] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} +2026-05-13T18:30:54.0753279Z [05-13|18:29:00.011] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0753832Z [05-13|18:29:00.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0753970Z [05-13|18:29:00.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0754102Z [05-13|18:29:00.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0754319Z [05-13|18:29:00.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0754452Z [05-13|18:29:00.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0754776Z [05-13|18:29:00.012] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} +2026-05-13T18:30:54.0755239Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0755692Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0756144Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0756597Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0757042Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0757496Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0757647Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0757855Z [05-13|18:29:00.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0758004Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0758313Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0758523Z [05-13|18:29:00.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0758662Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0758872Z [05-13|18:29:00.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0759009Z [05-13|18:29:00.023] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0759215Z [05-13|18:29:00.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0759426Z [05-13|18:29:00.023] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0759633Z [05-13|18:29:00.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0759852Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 +2026-05-13T18:30:54.0760511Z [05-13|18:29:00.023] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0761098Z [05-13|18:29:00.024] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0761730Z [05-13|18:29:00.024] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0762368Z [05-13|18:29:00.024] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0762947Z [05-13|18:29:00.025] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0763530Z [05-13|18:29:00.025] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0763796Z [05-13|18:29:00.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0764055Z [05-13|18:29:00.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0764317Z [05-13|18:29:00.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0764572Z [05-13|18:29:00.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0765036Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0765494Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0765758Z [05-13|18:29:00.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0766209Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0766668Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0767148Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0767485Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0767629Z [05-13|18:29:00.029] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0767954Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0768537Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0768773Z [05-13|18:29:00.029] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0769098Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0769423Z [05-13|18:29:00.030] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0769706Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0769915Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0770119Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0770324Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0770526Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0770781Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0771295Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0771751Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0772204Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0772661Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0773115Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0773326Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0773539Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0773744Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0773950Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0774160Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0774613Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0775062Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0775519Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0775973Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0776423Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0776636Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0776839Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0777041Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0777297Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0777500Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0777950Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0778582Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0779033Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0779544Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0780002Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0780260Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0780469Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0780678Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0780881Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0781082Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0781536Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0781988Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0782436Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0782891Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0783337Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0783545Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0783749Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0783953Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0784161Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0784363Z [05-13|18:29:00.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0784812Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0785267Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0785715Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0786233Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0786688Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0786950Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0787154Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0787362Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0787562Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0787764Z [05-13|18:29:00.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0788403Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0788912Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0789368Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0789821Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0790270Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0790719Z [05-13|18:29:00.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0791176Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0791626Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0792072Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0792526Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0792734Z [05-13|18:29:00.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0792941Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0793151Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0793357Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0793559Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0793837Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.0794101Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.0794358Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.0794621Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.0795140Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0795593Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0796100Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0796548Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0796811Z [05-13|18:29:00.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.0797186Z [05-13|18:29:00.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} +2026-05-13T18:30:54.0797545Z [05-13|18:29:00.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} +2026-05-13T18:30:54.0797687Z [05-13|18:29:00.661] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0798315Z [05-13|18:29:00.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0798640Z [05-13|18:29:00.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} +2026-05-13T18:30:54.0798777Z [05-13|18:29:00.661] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0802811Z [05-13|18:29:00.662] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0803204Z [05-13|18:29:00.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} +2026-05-13T18:30:54.0803365Z [05-13|18:29:00.662] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0803715Z [05-13|18:29:00.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} +2026-05-13T18:30:54.0803858Z [05-13|18:29:00.663] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0803990Z [05-13|18:29:00.663] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0804324Z [05-13|18:29:00.663] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0804793Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0805118Z [05-13|18:29:00.663] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} +2026-05-13T18:30:54.0805587Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0806041Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0806496Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0806956Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0807409Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0807979Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0808787Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0809685Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0810078Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0810267Z [05-13|18:29:00.672] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0810491Z [05-13|18:29:00.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0810644Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0811101Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.0811372Z [05-13|18:29:00.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0811530Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0811744Z [05-13|18:29:00.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0812122Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.0812263Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0812629Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.0812767Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0812980Z [05-13|18:29:00.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0813346Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0400000000000000"} +2026-05-13T18:30:54.0813488Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0813846Z [05-13|18:29:00.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0500000000000000"} +2026-05-13T18:30:54.0814073Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 +2026-05-13T18:30:54.0814673Z [05-13|18:29:00.674] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0815263Z [05-13|18:29:00.674] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0815855Z [05-13|18:29:00.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0816440Z [05-13|18:29:00.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0817024Z [05-13|18:29:00.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0817604Z [05-13|18:29:00.676] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0817938Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0818408Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0818860Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0819134Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0819403Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0819873Z [05-13|18:29:00.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0820394Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0820941Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0821396Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0821842Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0822183Z [05-13|18:29:00.679] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0822511Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0822833Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0822984Z [05-13|18:29:00.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0823120Z [05-13|18:29:00.680] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0823443Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0823769Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0823983Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0824191Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0824399Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0824604Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0824806Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0825014Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0825470Z [05-13|18:29:00.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0825928Z [05-13|18:29:00.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0826382Z [05-13|18:29:00.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0826830Z [05-13|18:29:00.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0827341Z [05-13|18:29:00.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0827591Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0827795Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0827998Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0828457Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0828674Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0829208Z [05-13|18:29:01.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0829727Z [05-13|18:29:01.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0830182Z [05-13|18:29:01.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0830630Z [05-13|18:29:01.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0831083Z [05-13|18:29:01.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0831531Z [05-13|18:29:01.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0831988Z [05-13|18:29:01.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0832442Z [05-13|18:29:01.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0832889Z [05-13|18:29:01.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0833341Z [05-13|18:29:01.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0833550Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0833757Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0833967Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0834170Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0834372Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0834582Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0834784Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0834984Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0835189Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0835392Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0835917Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0836370Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0836879Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0837326Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0837817Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0838027Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0838553Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0838781Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0838986Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0839189Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0839649Z [05-13|18:29:01.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0840100Z [05-13|18:29:01.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0840549Z [05-13|18:29:01.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0841000Z [05-13|18:29:01.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0841447Z [05-13|18:29:01.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0841654Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0841867Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0842070Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0842275Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0842482Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0842936Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0843389Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0843840Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0844290Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0844797Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0845017Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0845275Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0845476Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0845684Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0845887Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0846332Z [05-13|18:29:01.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0846838Z [05-13|18:29:01.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0847323Z [05-13|18:29:01.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0847768Z [05-13|18:29:01.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0848475Z [05-13|18:29:01.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0848689Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0848896Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0849106Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0849307Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0849511Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.0849969Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0850414Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0850862Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0851318Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0851767Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0851981Z [05-13|18:29:01.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0852187Z [05-13|18:29:01.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0852387Z [05-13|18:29:01.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0852588Z [05-13|18:29:01.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0852794Z [05-13|18:29:01.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0853241Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0853773Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0854270Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0854715Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0855169Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0855423Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0855632Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0855889Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0856092Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0856296Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0856750Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0857199Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0857649Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0858339Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0858883Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0859098Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0859317Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0859529Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0859733Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0859945Z [05-13|18:29:02.499] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0860436Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0860887Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0861350Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0861802Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0862249Z [05-13|18:29:02.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0862544Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0862750Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0863007Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0863215Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0863417Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.0863867Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0864373Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0864827Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0865321Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0865780Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0865986Z [05-13|18:29:02.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0866189Z [05-13|18:29:02.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0866397Z [05-13|18:29:02.975] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0866601Z [05-13|18:29:02.975] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0866804Z [05-13|18:29:02.975] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0867263Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0867713Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0868312Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0868770Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0869218Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0869431Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0869637Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0869839Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0870041Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0870250Z [05-13|18:29:03.040] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0870700Z [05-13|18:29:03.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0871224Z [05-13|18:29:03.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0871680Z [05-13|18:29:03.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0872181Z [05-13|18:29:03.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0872635Z [05-13|18:29:03.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0872843Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0873098Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0873311Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0873514Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0873767Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0874234Z [05-13|18:29:03.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0874683Z [05-13|18:29:03.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0875141Z [05-13|18:29:03.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0875607Z [05-13|18:29:03.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0876057Z [05-13|18:29:03.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0876268Z [05-13|18:29:03.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0876476Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0876679Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0876880Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0877085Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.0877538Z [05-13|18:29:04.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0877985Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0878940Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0879514Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0879966Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0880190Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0880493Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0880699Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0880907Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0881166Z [05-13|18:29:04.076] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0881619Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0882075Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0882575Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0883082Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0883539Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0883744Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0883947Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0884155Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0884355Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0884558Z [05-13|18:29:04.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0885013Z [05-13|18:29:04.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0885461Z [05-13|18:29:04.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0885909Z [05-13|18:29:04.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0886359Z [05-13|18:29:04.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0886806Z [05-13|18:29:04.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0887015Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0887226Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0887429Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0887634Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0888364Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.0888989Z [05-13|18:29:04.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0889445Z [05-13|18:29:04.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0890081Z [05-13|18:29:04.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0890532Z [05-13|18:29:04.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0891048Z [05-13|18:29:04.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0891260Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0891605Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0891816Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0892197Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0892497Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0893028Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0893489Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0893937Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0894392Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0894842Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0895052Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0895262Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0895464Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0895667Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0895874Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0896323Z [05-13|18:29:05.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0896979Z [05-13|18:29:05.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0897638Z [05-13|18:29:05.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0898444Z [05-13|18:29:05.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0898924Z [05-13|18:29:05.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0899141Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0899349Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0899639Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0899847Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0900050Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0900555Z [05-13|18:29:05.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0901009Z [05-13|18:29:05.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0901456Z [05-13|18:29:05.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0901958Z [05-13|18:29:05.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0902460Z [05-13|18:29:05.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0902670Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0902874Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0903084Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0903287Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0903488Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.0903944Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0904395Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0904844Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0905297Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0905743Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0905951Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0906163Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0906367Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0906570Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0906786Z [05-13|18:29:05.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0907248Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0907701Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0908296Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0908821Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0909329Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0909776Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0910224Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0910727Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0911226Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0911448Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0911901Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0912111Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0912319Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0912531Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0912739Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0912942Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0913152Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0913356Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0913555Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0913760Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.0914212Z [05-13|18:29:06.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0914663Z [05-13|18:29:06.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0915123Z [05-13|18:29:06.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0915571Z [05-13|18:29:06.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0916020Z [05-13|18:29:06.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0916235Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0916441Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0916648Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0916909Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0917115Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0917566Z [05-13|18:29:07.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0918265Z [05-13|18:29:07.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0918734Z [05-13|18:29:07.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0919256Z [05-13|18:29:07.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0919766Z [05-13|18:29:07.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0919977Z [05-13|18:29:07.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0920187Z [05-13|18:29:07.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0920402Z [05-13|18:29:07.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0920607Z [05-13|18:29:07.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0920810Z [05-13|18:29:07.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0921271Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0921722Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0922171Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0922625Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0923073Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0923280Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0923493Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0923701Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0923905Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0924118Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.0924570Z [05-13|18:29:08.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0925019Z [05-13|18:29:08.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0925480Z [05-13|18:29:08.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0925990Z [05-13|18:29:08.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0926445Z [05-13|18:29:08.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0926719Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0926926Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0927138Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0927342Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0927546Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0928190Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0928721Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0929186Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0929645Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0930097Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0930310Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0930524Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0930731Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0930937Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0931148Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0931601Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0932054Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0932518Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0932972Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0933425Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0933645Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0933850Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0934055Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0934267Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0934532Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0934985Z [05-13|18:29:09.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0935492Z [05-13|18:29:09.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0935944Z [05-13|18:29:09.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0936395Z [05-13|18:29:09.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0936906Z [05-13|18:29:09.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0937156Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0937366Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0937579Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0937793Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0937997Z [05-13|18:29:09.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.0938583Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0939040Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0939492Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0939951Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0940403Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0940616Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0940824Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0941030Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0941236Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0941449Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0941902Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0942351Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0942812Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0943266Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0943794Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0944054Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0944262Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0944474Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0944680Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0944883Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0945392Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0945898Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0946359Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0946818Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0947267Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0947478Z [05-13|18:29:10.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0947691Z [05-13|18:29:10.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0947896Z [05-13|18:29:10.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0948222Z [05-13|18:29:10.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0948433Z [05-13|18:29:10.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0948885Z [05-13|18:29:11.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0949336Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0949792Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0950248Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0950700Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0950915Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0951120Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0951326Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0951535Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0951807Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.0952262Z [05-13|18:29:12.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0952771Z [05-13|18:29:12.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0953221Z [05-13|18:29:12.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0953704Z [05-13|18:29:12.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0954214Z [05-13|18:29:12.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0954429Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0954689Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0954904Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0955109Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0955317Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0955774Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0956229Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0956683Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0957141Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0957589Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0957802Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0958008Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0958335Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0958543Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0958755Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0959211Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0959668Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0960120Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0960575Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0961098Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0961404Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0961610Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0961826Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0962033Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0962239Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.0962748Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0963255Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0963710Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0964170Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0964619Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0964894Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:54.0965168Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:54.0965627Z [05-13|18:29:13.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0965891Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:54.0966156Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:54.0966412Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} +2026-05-13T18:30:54.0966866Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0967326Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0967779Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0968347Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0968501Z [05-13|18:29:13.623] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0968845Z [05-13|18:29:13.624] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} +2026-05-13T18:30:54.0969177Z [05-13|18:29:13.624] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} +2026-05-13T18:30:54.0969321Z [05-13|18:29:13.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0969520Z [05-13|18:29:13.624] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0969851Z [05-13|18:29:13.624] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} +2026-05-13T18:30:54.0970182Z [05-13|18:29:13.625] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} +2026-05-13T18:30:54.0970370Z [05-13|18:29:13.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0970501Z [05-13|18:29:13.625] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0970828Z [05-13|18:29:13.625] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} +2026-05-13T18:30:54.0971152Z [05-13|18:29:13.625] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0971660Z [05-13|18:29:13.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0971881Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0972257Z [05-13|18:29:13.626] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} +2026-05-13T18:30:54.0972713Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0973165Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0973610Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0974063Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0974517Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0974962Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0975416Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0975861Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0976325Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.0976784Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.0977237Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.0977687Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0978263Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0978479Z [05-13|18:29:13.636] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0978695Z [05-13|18:29:13.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0978843Z [05-13|18:29:13.636] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0979107Z [05-13|18:29:13.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0979248Z [05-13|18:29:13.636] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0979388Z [05-13|18:29:13.637] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0979592Z [05-13|18:29:13.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0979731Z [05-13|18:29:13.637] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0979943Z [05-13|18:29:13.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0980132Z [05-13|18:29:13.637] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.0980342Z [05-13|18:29:13.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.0980563Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 +2026-05-13T18:30:54.0981208Z [05-13|18:29:13.637] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0981796Z [05-13|18:29:13.639] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0982381Z [05-13|18:29:13.639] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0982959Z [05-13|18:29:13.640] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0983537Z [05-13|18:29:13.640] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0984120Z [05-13|18:29:13.641] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.0984387Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0984645Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0984908Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0985370Z [05-13|18:29:13.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0985824Z [05-13|18:29:13.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0986289Z [05-13|18:29:13.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0986551Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0986998Z [05-13|18:29:13.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0987309Z [05-13|18:29:13.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.0987761Z [05-13|18:29:13.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.0988252Z [05-13|18:29:13.644] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0988394Z [05-13|18:29:13.645] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0988717Z [05-13|18:29:13.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0989044Z [05-13|18:29:13.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0989362Z [05-13|18:29:13.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0989742Z [05-13|18:29:13.646] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.0989883Z [05-13|18:29:13.646] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.0990142Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0990348Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0990551Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0990758Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0990959Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.0991159Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.0991619Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0992071Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0992526Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0992980Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0993427Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0993640Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0993845Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0994048Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0994262Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0994471Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.0994925Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0995377Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0995824Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0996347Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0996853Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.0997059Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0997262Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0997471Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0997674Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0997916Z [05-13|18:29:14.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.0998557Z [05-13|18:29:14.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0999016Z [05-13|18:29:14.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0999468Z [05-13|18:29:14.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.0999924Z [05-13|18:29:14.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1000373Z [05-13|18:29:14.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1000586Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1000803Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1001012Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1001217Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1001428Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1001879Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1002328Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1002786Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1003236Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1003685Z [05-13|18:29:14.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1004137Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1004584Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1005089Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1005545Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1006041Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1006253Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1006462Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1006721Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1006931Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1007179Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1007384Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.1007588Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.1007795Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.1007997Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.1008317Z [05-13|18:29:14.757] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.1008784Z [05-13|18:29:15.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1009238Z [05-13|18:29:15.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1009691Z [05-13|18:29:15.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1010152Z [05-13|18:29:15.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1010600Z [05-13|18:29:15.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1010817Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1011029Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1011240Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1011444Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1011656Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1012105Z [05-13|18:29:15.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1012556Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1013005Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1013518Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1013967Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1014225Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.1014430Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.1014638Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.1014838Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.1015039Z [05-13|18:29:15.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.1015548Z [05-13|18:29:16.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1016047Z [05-13|18:29:16.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1016495Z [05-13|18:29:16.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1016947Z [05-13|18:29:16.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1017392Z [05-13|18:29:16.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1017599Z [05-13|18:29:16.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.1017809Z [05-13|18:29:16.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.1018010Z [05-13|18:29:16.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.1018326Z [05-13|18:29:16.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.1018536Z [05-13|18:29:16.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.1018990Z [05-13|18:29:17.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1019442Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1019901Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1020353Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1020802Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1021020Z [05-13|18:29:17.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1021229Z [05-13|18:29:17.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1021435Z [05-13|18:29:17.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1021648Z [05-13|18:29:17.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1021922Z [05-13|18:29:17.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1022376Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1022889Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1023340Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1023789Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1024293Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1024560Z [05-13|18:29:17.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1024779Z [05-13|18:29:17.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1024993Z [05-13|18:29:17.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1025198Z [05-13|18:29:17.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1025402Z [05-13|18:29:17.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1025854Z [05-13|18:29:17.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1026309Z [05-13|18:29:17.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1026755Z [05-13|18:29:17.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1027210Z [05-13|18:29:17.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1027655Z [05-13|18:29:17.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1027869Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1028201Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1028413Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1028618Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1028827Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1029285Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1029743Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1030199Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1030654Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1031214Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1031479Z [05-13|18:29:17.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1031688Z [05-13|18:29:17.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1031901Z [05-13|18:29:17.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1032106Z [05-13|18:29:17.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1032309Z [05-13|18:29:17.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1032814Z [05-13|18:29:18.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1033315Z [05-13|18:29:18.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1033764Z [05-13|18:29:18.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1034216Z [05-13|18:29:18.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1034661Z [05-13|18:29:18.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1034870Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1035084Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1035284Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1035487Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1035699Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1036148Z [05-13|18:29:19.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1036602Z [05-13|18:29:19.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1037056Z [05-13|18:29:19.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1037504Z [05-13|18:29:19.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1037951Z [05-13|18:29:19.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1038276Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.1038483Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.1038685Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.1038893Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.1039096Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.1039615Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1040076Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1040580Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1041032Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1041542Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1041753Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1042009Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1042224Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1042432Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1042637Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1043095Z [05-13|18:29:19.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1043546Z [05-13|18:29:19.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1043996Z [05-13|18:29:19.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1044454Z [05-13|18:29:19.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1044904Z [05-13|18:29:19.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1045116Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1045320Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1045524Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1045732Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1045939Z [05-13|18:29:19.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1046401Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1046889Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1047338Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1047998Z [05-13|18:29:19.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1048974Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1049412Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:54.1049941Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:54.1050382Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:54.1051291Z [05-13|18:29:19.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1052304Z [05-13|18:29:19.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1052837Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:54.1053808Z [05-13|18:29:19.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1054344Z [05-13|18:29:19.682] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:54.1055272Z [05-13|18:29:19.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1055560Z [05-13|18:29:19.682] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1056403Z [05-13|18:29:19.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1057064Z [05-13|18:29:19.682] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} +2026-05-13T18:30:54.1057330Z [05-13|18:29:19.682] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1057587Z [05-13|18:29:19.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1058483Z [05-13|18:29:19.683] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} +2026-05-13T18:30:54.1059132Z [05-13|18:29:19.683] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} +2026-05-13T18:30:54.1059410Z [05-13|18:29:19.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1059665Z [05-13|18:29:19.683] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1060285Z [05-13|18:29:19.683] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} +2026-05-13T18:30:54.1060916Z [05-13|18:29:19.684] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} +2026-05-13T18:30:54.1061189Z [05-13|18:29:19.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1061441Z [05-13|18:29:19.684] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1062041Z [05-13|18:29:19.685] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.1062924Z [05-13|18:29:19.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1063323Z [05-13|18:29:19.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.1063589Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1063862Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1064124Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1064560Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1064821Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1065079Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1065511Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1065775Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1066047Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1066309Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1066580Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1067207Z [05-13|18:29:19.696] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} +2026-05-13T18:30:54.1068458Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1069476Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1070430Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1071296Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1072161Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1073044Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1073932Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1074801Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1075673Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1076544Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1077427Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1078568Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1079443Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1080266Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1081142Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1082015Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1082477Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1082852Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1083197Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1083569Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1083811Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1084179Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1084429Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1084787Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1085110Z [05-13|18:29:19.706] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1085473Z [05-13|18:29:19.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1085779Z [05-13|18:29:19.706] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1086567Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1087340Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1088343Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1089125Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1089909Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1090320Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.1090737Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.1091134Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.1091522Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.1091924Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.1092779Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1093615Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1094381Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1095101Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1095937Z [05-13|18:29:22.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1096296Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1096786Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1097114Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1097457Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1097926Z [05-13|18:29:22.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1099014Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1099905Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1100929Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1101892Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1102919Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1103368Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1103780Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1104165Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1104527Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1104882Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1105378Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1105857Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1106327Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1106788Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1107246Z [05-13|18:29:22.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1107464Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.1107682Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.1107894Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.1108395Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.1108622Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.1109085Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1109553Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1110138Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1110599Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1111121Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1111342Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1111555Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1111762Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1112025Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1112239Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1112747Z [05-13|18:29:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1113213Z [05-13|18:29:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1113669Z [05-13|18:29:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1114122Z [05-13|18:29:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1114582Z [05-13|18:29:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1114796Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1115006Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1115218Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1115423Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1115778Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1116628Z [05-13|18:29:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1117799Z [05-13|18:29:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1119011Z [05-13|18:29:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1119993Z [05-13|18:29:25.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1120963Z [05-13|18:29:25.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1121702Z [05-13|18:29:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1122221Z [05-13|18:29:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1122820Z [05-13|18:29:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1123321Z [05-13|18:29:25.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1123817Z [05-13|18:29:25.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1124632Z [05-13|18:29:26.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1125606Z [05-13|18:29:26.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1126584Z [05-13|18:29:26.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1127617Z [05-13|18:29:26.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1129028Z [05-13|18:29:26.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1129816Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.1130336Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.1130836Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.1131327Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.1131834Z [05-13|18:29:26.733] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.1132589Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1133571Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1134554Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1135524Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1136501Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1137301Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:54.1137912Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:54.1138798Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:54.1139407Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:54.1140041Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:54.1140847Z [05-13|18:29:28.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1141822Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1142875Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1143843Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1144862Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1145719Z [05-13|18:29:28.537] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} +2026-05-13T18:30:54.1146272Z [05-13|18:29:28.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1146634Z [05-13|18:29:28.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1147236Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} +2026-05-13T18:30:54.1148011Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} +2026-05-13T18:30:54.1148983Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} +2026-05-13T18:30:54.1149714Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} +2026-05-13T18:30:54.1150254Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1150613Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1150955Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1151299Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1151847Z [05-13|18:29:28.540] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.1152712Z [05-13|18:29:28.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1153464Z [05-13|18:29:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.1153895Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1154242Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1154581Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1154927Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1155266Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1155605Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1155950Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1156288Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1156628Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1156965Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1157309Z [05-13|18:29:28.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1157853Z [05-13|18:29:28.550] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} +2026-05-13T18:30:54.1158903Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1159878Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1160846Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1161883Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1162907Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1163869Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1164829Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1165845Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1166865Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1167847Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1169063Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1170041Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1171013Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1171997Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1172982Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1173956Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1174922Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1175892Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1176869Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1177537Z [05-13|18:29:28.559] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1177980Z [05-13|18:29:28.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1178710Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1179142Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1179578Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1179936Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1180456Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1180891Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1181324Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1181812Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1182237Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1183005Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1183981Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1184997Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1186021Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1186995Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1187719Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1188450Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1188962Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1189456Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1189961Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1190702Z [05-13|18:29:28.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1191683Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1192650Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1193616Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1194585Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1195316Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1195818Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1196318Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1196807Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1197305Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1198161Z [05-13|18:29:31.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1199138Z [05-13|18:29:31.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1200193Z [05-13|18:29:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1201163Z [05-13|18:29:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1202185Z [05-13|18:29:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1202915Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1203412Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1203961Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1204463Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1205005Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.1205752Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1206718Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1207687Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1208774Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1209743Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1210540Z [05-13|18:29:31.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:54.1211156Z [05-13|18:29:31.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:54.1211751Z [05-13|18:29:31.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:54.1212351Z [05-13|18:29:31.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:54.1213142Z [05-13|18:29:31.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1214121Z [05-13|18:29:31.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1215091Z [05-13|18:29:31.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1215748Z [05-13|18:29:31.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1216233Z [05-13|18:29:31.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:54.1216720Z [05-13|18:29:31.762] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1217386Z [05-13|18:29:31.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1218480Z [05-13|18:29:31.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1219401Z [05-13|18:29:31.762] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} +2026-05-13T18:30:54.1219964Z [05-13|18:29:31.762] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1220575Z [05-13|18:29:31.762] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} +2026-05-13T18:30:54.1221107Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1221458Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1221995Z [05-13|18:29:31.763] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} +2026-05-13T18:30:54.1222535Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1223127Z [05-13|18:29:31.763] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} +2026-05-13T18:30:54.1223668Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1224262Z [05-13|18:29:31.763] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} +2026-05-13T18:30:54.1224795Z [05-13|18:29:31.764] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1225141Z [05-13|18:29:31.764] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1225678Z [05-13|18:29:31.764] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.1226538Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1227285Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.1227912Z [05-13|18:29:31.765] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} +2026-05-13T18:30:54.1228885Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1229856Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1230817Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1231781Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1232744Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1233734Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1234695Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1235656Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1236641Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1237614Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1238772Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1239800Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1240769Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1241737Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1242758Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1243786Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1244765Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1245736Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1246711Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1247676Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1248461Z [05-13|18:29:31.774] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1248910Z [05-13|18:29:31.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1249354Z [05-13|18:29:31.774] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1249792Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1250223Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1250658Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1251090Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1251445Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1251879Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1252302Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1252729Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1253480Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1254458Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1255430Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1256396Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1257440Z [05-13|18:29:33.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1258340Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1258840Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1259339Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1259830Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1260329Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1261141Z [05-13|18:29:36.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1262166Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1263138Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1264110Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1265070Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1265798Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1266300Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1266796Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1267295Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1267788Z [05-13|18:29:36.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.1268648Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1269616Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1270583Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1271550Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1272516Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1273311Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.1273927Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.1274523Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.1275123Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.1275992Z [05-13|18:29:39.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1276773Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.1277638Z [05-13|18:29:39.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1278729Z [05-13|18:29:39.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1279694Z [05-13|18:29:39.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1280765Z [05-13|18:29:39.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1281421Z [05-13|18:29:39.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1282036Z [05-13|18:29:39.242] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} +2026-05-13T18:30:54.1282595Z [05-13|18:29:39.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1283142Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} +2026-05-13T18:30:54.1283880Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} +2026-05-13T18:30:54.1284416Z [05-13|18:29:39.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1284764Z [05-13|18:29:39.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1285307Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} +2026-05-13T18:30:54.1286035Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} +2026-05-13T18:30:54.1286572Z [05-13|18:29:39.244] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1286925Z [05-13|18:29:39.244] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1287467Z [05-13|18:29:39.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.1288436Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1289167Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.1289799Z [05-13|18:29:39.245] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} +2026-05-13T18:30:54.1290661Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1291635Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1292603Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1293564Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1294529Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1295573Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1296537Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1297570Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1298677Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1299712Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1300740Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1301719Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1302685Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1303658Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.1304632Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.1305598Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.1306570Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1307551Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1308329Z [05-13|18:29:39.254] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1308769Z [05-13|18:29:39.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1309201Z [05-13|18:29:39.254] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1309567Z [05-13|18:29:39.254] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1309995Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1310423Z [05-13|18:29:39.255] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1310845Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1311276Z [05-13|18:29:39.255] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1311703Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1312133Z [05-13|18:29:39.255] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1312557Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.1312985Z --- PASS: TestReplicationEmptyNotarizations (0.00s) +2026-05-13T18:30:54.1313526Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 (0.29s) +2026-05-13T18:30:54.1314236Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 (5.87s) +2026-05-13T18:30:54.1314877Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 (11.28s) +2026-05-13T18:30:54.1315521Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 (7.37s) +2026-05-13T18:30:54.1316220Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 (3.58s) +2026-05-13T18:30:54.1316852Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 (15.12s) +2026-05-13T18:30:54.1317489Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 (1.16s) +2026-05-13T18:30:54.1318228Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 (16.86s) +2026-05-13T18:30:54.1318862Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 (0.63s) +2026-05-13T18:30:54.1319547Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 (2.55s) +2026-05-13T18:30:54.1320170Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 (4.54s) +2026-05-13T18:30:54.1320856Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 (12.96s) +2026-05-13T18:30:54.1321493Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 (19.68s) +2026-05-13T18:30:54.1322132Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 (29.10s) +2026-05-13T18:30:54.1322771Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 (32.26s) +2026-05-13T18:30:54.1323400Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 (25.62s) +2026-05-13T18:30:54.1323854Z === RUN TestReplicationStartsBeforeCurrentRound +2026-05-13T18:30:54.1324550Z [05-13|18:29:39.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1325568Z [05-13|18:29:39.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1326608Z [05-13|18:29:39.258] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1327611Z [05-13|18:29:39.261] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1328545Z [05-13|18:29:39.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1329167Z [05-13|18:29:39.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1329748Z [05-13|18:29:39.265] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} +2026-05-13T18:30:54.1330299Z [05-13|18:29:39.265] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} +2026-05-13T18:30:54.1330829Z [05-13|18:29:39.266] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} +2026-05-13T18:30:54.1331362Z [05-13|18:29:39.266] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} +2026-05-13T18:30:54.1331861Z [05-13|18:29:39.266] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 4} +2026-05-13T18:30:54.1332909Z [05-13|18:29:39.266] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} +2026-05-13T18:30:54.1333998Z [05-13|18:29:39.268] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1334607Z [05-13|18:29:39.268] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1335287Z [05-13|18:29:39.268] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1336104Z [05-13|18:29:39.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1337139Z [05-13|18:29:39.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1338226Z [05-13|18:29:39.269] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1339095Z [05-13|18:29:39.269] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.1339910Z [05-13|18:29:39.269] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.1340680Z [05-13|18:29:39.270] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.1341274Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1341639Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1341988Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1342327Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1342676Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1343218Z [05-13|18:29:39.271] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1343947Z [05-13|18:29:39.271] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1344694Z [05-13|18:29:39.272] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1345568Z [05-13|18:29:39.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1346424Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.1347287Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1348255Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.1349116Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1349958Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.1350811Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1351652Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.1352180Z [05-13|18:29:39.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1352853Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1353503Z [05-13|18:29:39.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1353854Z [05-13|18:29:39.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1354468Z [05-13|18:29:39.274] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.1355321Z [05-13|18:29:39.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1356218Z [05-13|18:29:39.274] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.1356751Z [05-13|18:29:39.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1357421Z [05-13|18:29:39.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1358387Z [05-13|18:29:39.274] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.1359310Z [05-13|18:29:39.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1360226Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.1361097Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1361948Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.1362813Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1369231Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.1370181Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1371077Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.1371949Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1372628Z [05-13|18:29:39.275] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1373084Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1373534Z [05-13|18:29:39.276] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1373991Z [05-13|18:29:39.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1374448Z [05-13|18:29:39.276] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1374819Z [05-13|18:29:39.276] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1375262Z [05-13|18:29:39.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.1375718Z --- PASS: TestReplicationStartsBeforeCurrentRound (0.02s) +2026-05-13T18:30:54.1376069Z === RUN TestReplicationFutureFinalization +2026-05-13T18:30:54.1376748Z [05-13|18:29:39.276] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.1377639Z [05-13|18:29:39.277] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1378328Z [05-13|18:29:39.277] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1379016Z [05-13|18:29:39.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1379796Z --- PASS: TestReplicationFutureFinalization (0.00s) +2026-05-13T18:30:54.1380131Z === RUN TestReplicationAfterNodeDisconnects +2026-05-13T18:30:54.1380506Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 +2026-05-13T18:30:54.1380992Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 +2026-05-13T18:30:54.1381405Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 +2026-05-13T18:30:54.1381816Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 +2026-05-13T18:30:54.1382218Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 +2026-05-13T18:30:54.1382626Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 +2026-05-13T18:30:54.1383028Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 +2026-05-13T18:30:54.1383433Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 +2026-05-13T18:30:54.1383897Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 +2026-05-13T18:30:54.1384307Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 +2026-05-13T18:30:54.1384768Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 +2026-05-13T18:30:54.1385214Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 +2026-05-13T18:30:54.1385639Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 +2026-05-13T18:30:54.1386047Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 +2026-05-13T18:30:54.1386464Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 +2026-05-13T18:30:54.1386867Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 +2026-05-13T18:30:54.1387278Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 +2026-05-13T18:30:54.1387688Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 +2026-05-13T18:30:54.1388217Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 +2026-05-13T18:30:54.1388633Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 +2026-05-13T18:30:54.1389037Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 +2026-05-13T18:30:54.1389448Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 +2026-05-13T18:30:54.1389851Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 +2026-05-13T18:30:54.1390265Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 +2026-05-13T18:30:54.1390678Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 +2026-05-13T18:30:54.1391080Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 +2026-05-13T18:30:54.1391489Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 +2026-05-13T18:30:54.1391891Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 +2026-05-13T18:30:54.1392301Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 +2026-05-13T18:30:54.1392708Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 +2026-05-13T18:30:54.1393123Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 +2026-05-13T18:30:54.1393536Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 +2026-05-13T18:30:54.1393942Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 +2026-05-13T18:30:54.1394355Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 +2026-05-13T18:30:54.1394762Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 +2026-05-13T18:30:54.1395173Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 +2026-05-13T18:30:54.1395578Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 +2026-05-13T18:30:54.1395988Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 +2026-05-13T18:30:54.1396401Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 +2026-05-13T18:30:54.1396806Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 +2026-05-13T18:30:54.1397225Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 +2026-05-13T18:30:54.1397701Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 +2026-05-13T18:30:54.1398233Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 +2026-05-13T18:30:54.1398645Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 +2026-05-13T18:30:54.1399116Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 +2026-05-13T18:30:54.1399526Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 +2026-05-13T18:30:54.1399927Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 +2026-05-13T18:30:54.1400339Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 +2026-05-13T18:30:54.1400741Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 +2026-05-13T18:30:54.1401147Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 +2026-05-13T18:30:54.1401555Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 +2026-05-13T18:30:54.1402013Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 +2026-05-13T18:30:54.1402429Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 +2026-05-13T18:30:54.1402829Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 +2026-05-13T18:30:54.1403287Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 +2026-05-13T18:30:54.1403694Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 +2026-05-13T18:30:54.1404104Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 +2026-05-13T18:30:54.1404509Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 +2026-05-13T18:30:54.1404913Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 +2026-05-13T18:30:54.1405324Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 +2026-05-13T18:30:54.1405725Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 +2026-05-13T18:30:54.1406131Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 +2026-05-13T18:30:54.1406535Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 +2026-05-13T18:30:54.1406946Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 +2026-05-13T18:30:54.1407354Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 +2026-05-13T18:30:54.1407762Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 +2026-05-13T18:30:54.1408301Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 +2026-05-13T18:30:54.1408710Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 +2026-05-13T18:30:54.1409118Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 +2026-05-13T18:30:54.1409523Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 +2026-05-13T18:30:54.1409932Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 +2026-05-13T18:30:54.1410342Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 +2026-05-13T18:30:54.1410754Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 +2026-05-13T18:30:54.1411165Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 +2026-05-13T18:30:54.1411572Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 +2026-05-13T18:30:54.1411978Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 +2026-05-13T18:30:54.1412385Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 +2026-05-13T18:30:54.1412802Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 +2026-05-13T18:30:54.1413211Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 +2026-05-13T18:30:54.1413617Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 +2026-05-13T18:30:54.1414030Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 +2026-05-13T18:30:54.1414434Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 +2026-05-13T18:30:54.1414845Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 +2026-05-13T18:30:54.1415250Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 +2026-05-13T18:30:54.1415740Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 +2026-05-13T18:30:54.1416151Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 +2026-05-13T18:30:54.1416556Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 +2026-05-13T18:30:54.1416968Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 +2026-05-13T18:30:54.1417436Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 +2026-05-13T18:30:54.1417849Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 +2026-05-13T18:30:54.1418371Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 +2026-05-13T18:30:54.1418778Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 +2026-05-13T18:30:54.1419190Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 +2026-05-13T18:30:54.1419624Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 +2026-05-13T18:30:54.1420035Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 +2026-05-13T18:30:54.1420504Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 +2026-05-13T18:30:54.1420925Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 +2026-05-13T18:30:54.1421379Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 +2026-05-13T18:30:54.1421789Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 +2026-05-13T18:30:54.1422199Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 +2026-05-13T18:30:54.1422941Z [05-13|18:29:39.281] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1423972Z [05-13|18:29:39.282] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1424978Z [05-13|18:29:39.282] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1425980Z [05-13|18:29:39.281] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1426980Z [05-13|18:29:39.286] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1427974Z [05-13|18:29:39.286] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1429095Z [05-13|18:29:39.287] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1430127Z [05-13|18:29:39.287] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1431137Z [05-13|18:29:39.288] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1432144Z [05-13|18:29:39.288] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1433151Z [05-13|18:29:39.291] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1434149Z [05-13|18:29:39.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1435159Z [05-13|18:29:39.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1436239Z [05-13|18:29:39.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1437238Z [05-13|18:29:39.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1438466Z [05-13|18:29:39.296] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1439282Z [05-13|18:29:39.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1439896Z [05-13|18:29:39.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1440768Z [05-13|18:29:39.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1441629Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1442231Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1442828Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.1443620Z [05-13|18:29:39.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1444401Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1445201Z [05-13|18:29:39.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1446173Z [05-13|18:29:39.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1446951Z [05-13|18:29:39.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1447750Z [05-13|18:29:39.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1449021Z [05-13|18:29:39.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1449886Z [05-13|18:29:39.301] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1450749Z [05-13|18:29:39.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1451607Z [05-13|18:29:39.301] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1452282Z [05-13|18:29:39.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1452884Z [05-13|18:29:39.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1453683Z [05-13|18:29:39.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1454531Z [05-13|18:29:39.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1455385Z [05-13|18:29:39.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1456246Z [05-13|18:29:39.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1456914Z [05-13|18:29:39.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1457636Z [05-13|18:29:39.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1458365Z [05-13|18:29:39.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1459027Z [05-13|18:29:39.303] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1459877Z [05-13|18:29:39.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1460912Z [05-13|18:29:39.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1461622Z [05-13|18:29:39.303] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1462299Z [05-13|18:29:39.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1463246Z [05-13|18:29:39.303] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.1463892Z [05-13|18:29:39.301] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1464443Z [05-13|18:29:39.303] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1464707Z [05-13|18:29:39.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1465170Z [05-13|18:29:39.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1465508Z [05-13|18:29:39.304] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1465968Z [05-13|18:29:39.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1466231Z [05-13|18:29:39.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1466569Z [05-13|18:29:39.305] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1466707Z [05-13|18:29:39.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1467040Z [05-13|18:29:39.305] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1467506Z [05-13|18:29:39.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1467643Z [05-13|18:29:39.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1467777Z [05-13|18:29:39.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1468224Z [05-13|18:29:39.306] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1468551Z [05-13|18:29:39.306] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1468685Z [05-13|18:29:39.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1469019Z [05-13|18:29:39.307] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1469227Z [05-13|18:29:39.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1469554Z [05-13|18:29:39.307] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1469873Z [05-13|18:29:39.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1470325Z [05-13|18:29:39.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1470656Z [05-13|18:29:39.309] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1470922Z [05-13|18:29:39.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1471235Z [05-13|18:29:39.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1471740Z [05-13|18:29:39.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1472199Z [05-13|18:29:39.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1472531Z [05-13|18:29:39.310] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1472671Z [05-13|18:29:39.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1472939Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1473197Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1473462Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1473727Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1474182Z [05-13|18:29:39.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1474515Z [05-13|18:29:39.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1474975Z [05-13|18:29:39.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1475234Z [05-13|18:29:39.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1475561Z [05-13|18:29:39.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1475831Z [05-13|18:29:39.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1476287Z [05-13|18:29:39.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1476619Z [05-13|18:29:39.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1476884Z [05-13|18:29:39.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1477345Z [05-13|18:29:39.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1477482Z [05-13|18:29:39.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1477985Z [05-13|18:29:39.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1478240Z [05-13|18:29:39.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1478378Z [05-13|18:29:39.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1478776Z [05-13|18:29:39.314] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1479037Z [05-13|18:29:39.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1479487Z [05-13|18:29:39.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1479999Z [05-13|18:29:39.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1480335Z [05-13|18:29:39.314] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1480837Z [05-13|18:29:39.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1481180Z [05-13|18:29:39.315] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1481445Z [05-13|18:29:39.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1481774Z [05-13|18:29:39.315] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1482043Z [05-13|18:29:39.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1482369Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1482634Z [05-13|18:29:39.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1483101Z [05-13|18:29:39.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1483555Z [05-13|18:29:39.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1483884Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1484343Z [05-13|18:29:39.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1484676Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1485009Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1485153Z [05-13|18:29:39.317] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1485477Z [05-13|18:29:39.317] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1485740Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1486007Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1486460Z [05-13|18:29:39.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1486783Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1487253Z [05-13|18:29:39.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1487553Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1488010Z [05-13|18:29:39.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1488584Z [05-13|18:29:39.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1488847Z [05-13|18:29:39.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1489246Z [05-13|18:29:39.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1489561Z [05-13|18:29:39.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1490016Z [05-13|18:29:39.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1490353Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1490682Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1490946Z [05-13|18:29:39.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1491278Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1491607Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1492063Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1492526Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1492787Z [05-13|18:29:39.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1493046Z [05-13|18:29:39.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1493381Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1493838Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1494294Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1494629Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1494891Z [05-13|18:29:39.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1495029Z [05-13|18:29:39.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1495485Z [05-13|18:29:39.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1495883Z [05-13|18:29:39.320] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1496213Z [05-13|18:29:39.320] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1496601Z [05-13|18:29:39.321] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1496928Z [05-13|18:29:39.321] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1497257Z [05-13|18:29:39.321] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1497481Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1497692Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1497943Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1498334Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1498653Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1498919Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1499180Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.1499641Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1499849Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.1500308Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1500763Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1501217Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1501485Z [05-13|18:29:39.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.1501744Z [05-13|18:29:39.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.1502076Z [05-13|18:29:39.322] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1502414Z [05-13|18:29:39.322] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1502871Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1503325Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1503541Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.1503803Z [05-13|18:29:39.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.1504010Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1504220Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1504488Z [05-13|18:29:39.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1504939Z [05-13|18:29:39.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1505330Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1505661Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.1505989Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.1506319Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.1506692Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.1506838Z [05-13|18:29:39.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1507088Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1507296Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1507500Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.1507641Z [05-13|18:29:39.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1507844Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1508350Z [05-13|18:29:39.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1508658Z [05-13|18:29:39.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1509128Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1509396Z [05-13|18:29:39.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1509661Z [05-13|18:29:39.325] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1510113Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1510564Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1511018Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1511357Z [05-13|18:29:39.325] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.1511495Z [05-13|18:29:39.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1511830Z [05-13|18:29:39.326] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.1512159Z [05-13|18:29:39.326] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.1512295Z [05-13|18:29:39.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1512435Z [05-13|18:29:39.326] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1512793Z [05-13|18:29:39.326] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.1513057Z [05-13|18:29:39.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1513601Z [05-13|18:29:39.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1513891Z [05-13|18:29:39.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1514231Z [05-13|18:29:39.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1514691Z [05-13|18:29:39.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1515144Z [05-13|18:29:39.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1515523Z [05-13|18:29:39.328] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.1515863Z [05-13|18:29:39.328] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.1516237Z [05-13|18:29:39.329] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.1516506Z [05-13|18:29:39.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1516770Z [05-13|18:29:39.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1517026Z [05-13|18:29:39.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1517480Z [05-13|18:29:39.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1517945Z [05-13|18:29:39.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1518533Z [05-13|18:29:39.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1518870Z [05-13|18:29:39.330] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.1519205Z [05-13|18:29:39.330] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.1519530Z [05-13|18:29:39.330] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.1519738Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1519955Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1520161Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.1520367Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.1520831Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1521285Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1521735Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1522193Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1522752Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1523264Z [05-13|18:29:39.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1523712Z [05-13|18:29:39.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1524161Z [05-13|18:29:39.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1524666Z [05-13|18:29:39.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1525170Z [05-13|18:29:39.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1525620Z [05-13|18:29:39.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1526080Z [05-13|18:29:39.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1526343Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1526603Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1526867Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1527128Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1527385Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1527648Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1528219Z [05-13|18:29:39.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1528675Z [05-13|18:29:39.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1529135Z [05-13|18:29:39.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1529588Z [05-13|18:29:39.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1530039Z [05-13|18:29:39.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1530495Z [05-13|18:29:39.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1530831Z [05-13|18:29:39.511] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1531168Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1531562Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1531888Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1532219Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1532537Z [05-13|18:29:39.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1532797Z [05-13|18:29:39.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1533126Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1533397Z [05-13|18:29:39.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1533920Z [05-13|18:29:39.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1534429Z [05-13|18:29:39.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1535042Z [05-13|18:29:39.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1535310Z [05-13|18:29:39.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1535575Z [05-13|18:29:39.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1535909Z [05-13|18:29:39.514] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1536242Z [05-13|18:29:39.514] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1536512Z [05-13|18:29:39.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1536968Z [05-13|18:29:39.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1537430Z [05-13|18:29:39.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1537889Z [05-13|18:29:39.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1538345Z [05-13|18:29:39.514] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1538612Z [05-13|18:29:39.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1538879Z [05-13|18:29:39.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1539136Z [05-13|18:29:39.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1539592Z [05-13|18:29:39.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1540047Z [05-13|18:29:39.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1540383Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1540710Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1541246Z [05-13|18:29:39.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1541630Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1541958Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1542292Z [05-13|18:29:39.516] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1542554Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1542867Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1543137Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1543449Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1543787Z [05-13|18:29:39.516] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1544054Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1544510Z [05-13|18:29:39.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1544962Z [05-13|18:29:39.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1545424Z [05-13|18:29:39.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1545875Z [05-13|18:29:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1546143Z [05-13|18:29:39.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1546595Z [05-13|18:29:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1547043Z [05-13|18:29:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1547382Z [05-13|18:29:39.517] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1547713Z [05-13|18:29:39.518] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1548155Z [05-13|18:29:39.518] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1548429Z [05-13|18:29:39.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1548690Z [05-13|18:29:39.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1548950Z [05-13|18:29:39.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1549282Z [05-13|18:29:39.518] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1549738Z [05-13|18:29:39.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1550261Z [05-13|18:29:39.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1550775Z [05-13|18:29:39.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1551108Z [05-13|18:29:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1551432Z [05-13|18:29:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1551762Z [05-13|18:29:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1552140Z [05-13|18:29:39.520] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1552456Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1552728Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1553055Z [05-13|18:29:39.520] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1553314Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1553776Z [05-13|18:29:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1554229Z [05-13|18:29:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1554683Z [05-13|18:29:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1554950Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1555211Z [05-13|18:29:39.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1555667Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1555930Z [05-13|18:29:39.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1556257Z [05-13|18:29:39.521] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1556713Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1557049Z [05-13|18:29:39.521] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1557515Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1557963Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1558560Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1559084Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1559430Z [05-13|18:29:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1559710Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1560043Z [05-13|18:29:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.1560514Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1560726Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1561106Z [05-13|18:29:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.1561324Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1561830Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1562292Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1562626Z [05-13|18:29:39.523] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.1563080Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1563535Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1563749Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1564200Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1564467Z [05-13|18:29:39.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1564931Z [05-13|18:29:39.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1565137Z [05-13|18:29:39.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1565401Z [05-13|18:29:39.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1565670Z [05-13|18:29:39.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1566129Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1566339Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1566795Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1567001Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1567213Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1567547Z [05-13|18:29:39.525] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.1567855Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1568233Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1568561Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1568819Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1569076Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1569537Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1570046Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1570309Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1570820Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1571275Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1571727Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1572067Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.1572522Z [05-13|18:29:39.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1572851Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1573185Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1573509Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1573830Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1574160Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1574484Z [05-13|18:29:39.528] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.1574809Z [05-13|18:29:39.528] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1575083Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1575346Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1575608Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1576078Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1576535Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1576863Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1577126Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1577433Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1577689Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1577952Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1578527Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1579053Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1579571Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1580033Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1580301Z [05-13|18:29:39.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1580755Z [05-13|18:29:39.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1581209Z [05-13|18:29:39.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1581552Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1581887Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.1582215Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1582547Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.1582883Z [05-13|18:29:39.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1583342Z [05-13|18:29:39.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1583563Z [05-13|18:29:39.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1583891Z [05-13|18:29:39.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1584220Z [05-13|18:29:39.532] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.1584493Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1584816Z [05-13|18:29:39.532] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1585077Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1585347Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1585668Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1585993Z [05-13|18:29:39.532] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1586465Z [05-13|18:29:39.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1586783Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1587046Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1587518Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1588020Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1588693Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1589164Z [05-13|18:29:39.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1589622Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1589843Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1590308Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1590765Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1590984Z [05-13|18:29:39.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1591437Z [05-13|18:29:39.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1591704Z [05-13|18:29:39.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1591973Z [05-13|18:29:39.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1592315Z [05-13|18:29:39.534] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1592645Z [05-13|18:29:39.534] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1592977Z [05-13|18:29:39.534] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1593242Z [05-13|18:29:39.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1593572Z [05-13|18:29:39.535] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1593898Z [05-13|18:29:39.535] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1594358Z [05-13|18:29:39.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1594816Z [05-13|18:29:39.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1595216Z [05-13|18:29:39.535] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1595674Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1596187Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1596523Z [05-13|18:29:39.536] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1596733Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1597243Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1597748Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1598194Z [05-13|18:29:39.537] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1598464Z [05-13|18:29:39.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1598731Z [05-13|18:29:39.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1598990Z [05-13|18:29:39.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1599453Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1600122Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1600938Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1601315Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1601619Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1602089Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1602553Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1602837Z [05-13|18:29:39.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1603181Z [05-13|18:29:39.538] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.1603450Z [05-13|18:29:39.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1603714Z [05-13|18:29:39.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1603928Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1604266Z [05-13|18:29:39.538] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.1604739Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1605172Z [05-13|18:29:39.539] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1605562Z [05-13|18:29:39.538] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.1605778Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1606271Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1606729Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1607240Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1607635Z [05-13|18:29:39.540] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1607971Z [05-13|18:29:39.540] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1608506Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1608781Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1609113Z [05-13|18:29:39.540] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1609382Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1609645Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1610109Z [05-13|18:29:39.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1610567Z [05-13|18:29:39.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1611022Z [05-13|18:29:39.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1611293Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1611748Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1611961Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1612421Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1612687Z [05-13|18:29:39.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1612898Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1613236Z [05-13|18:29:39.541] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1613692Z [05-13|18:29:39.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1614096Z [05-13|18:29:39.542] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1614465Z [05-13|18:29:39.542] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.1614787Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1615120Z [05-13|18:29:39.542] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.1615392Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1615654Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1615967Z [05-13|18:29:39.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1616437Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1616941Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1617208Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1617543Z [05-13|18:29:39.543] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1618023Z [05-13|18:29:39.543] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.1618579Z [05-13|18:29:39.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1619066Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1619528Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1619989Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1620452Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1620795Z [05-13|18:29:39.544] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1621068Z [05-13|18:29:39.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1621411Z [05-13|18:29:39.544] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1621743Z [05-13|18:29:39.544] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1622214Z [05-13|18:29:39.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1622541Z [05-13|18:29:39.545] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1622808Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1623076Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1623621Z [05-13|18:29:39.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1624077Z [05-13|18:29:39.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1624401Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1624731Z [05-13|18:29:39.545] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1624994Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1625260Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1625769Z [05-13|18:29:39.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1626541Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.1627382Z [05-13|18:29:39.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1628378Z [05-13|18:29:39.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1629017Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1629637Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.1630180Z [05-13|18:29:39.547] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1630729Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.1631322Z [05-13|18:29:39.547] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1632108Z [05-13|18:29:39.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1632941Z [05-13|18:29:39.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1633708Z [05-13|18:29:39.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1634204Z [05-13|18:29:39.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1634606Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1634999Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1635840Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1636689Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1637512Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1638334Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1638907Z [05-13|18:29:39.548] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1639492Z [05-13|18:29:39.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1639964Z [05-13|18:29:39.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1640791Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1641614Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1642056Z [05-13|18:29:39.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1642402Z [05-13|18:29:39.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1642628Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1643106Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1643379Z [05-13|18:29:39.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1643842Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1644197Z [05-13|18:29:39.550] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1644654Z [05-13|18:29:39.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1644996Z [05-13|18:29:39.550] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1645153Z [05-13|18:29:39.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1645607Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1645941Z [05-13|18:29:39.550] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1646084Z [05-13|18:29:39.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1646305Z [05-13|18:29:39.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1646630Z [05-13|18:29:39.551] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1646959Z [05-13|18:29:39.551] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1647095Z [05-13|18:29:39.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1647362Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1647630Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1647887Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1648456Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1648811Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1649072Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1649531Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1649734Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1650189Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1650323Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1650763Z [05-13|18:29:39.552] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1650902Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1651407Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1651550Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1651997Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1652448Z [05-13|18:29:39.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1652905Z [05-13|18:29:39.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1653245Z [05-13|18:29:39.553] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.1653380Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1653518Z [05-13|18:29:39.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1653842Z [05-13|18:29:39.553] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1654296Z [05-13|18:29:39.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1654628Z [05-13|18:29:39.554] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.1655080Z [05-13|18:29:39.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1655216Z [05-13|18:29:39.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1655550Z [05-13|18:29:39.554] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.1655684Z [05-13|18:29:39.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1656008Z [05-13|18:29:39.554] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1656337Z [05-13|18:29:39.555] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1656665Z [05-13|18:29:39.555] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1657122Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1657505Z [05-13|18:29:39.555] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1657773Z [05-13|18:29:39.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1658603Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1659071Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1659343Z [05-13|18:29:39.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1659873Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1660031Z [05-13|18:29:39.555] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1660348Z [05-13|18:29:39.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1660705Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1660856Z [05-13|18:29:39.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1661328Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1661791Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1661935Z [05-13|18:29:39.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1662391Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1662846Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1663196Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.1663526Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1663856Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.1664316Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1664652Z [05-13|18:29:39.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1665108Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1665577Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1665904Z [05-13|18:29:39.557] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1666371Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1666888Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1667342Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1667855Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1667993Z [05-13|18:29:39.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1668278Z [05-13|18:29:39.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1668507Z [05-13|18:29:39.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1668955Z [05-13|18:29:39.558] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1669175Z [05-13|18:29:39.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1669694Z [05-13|18:29:39.558] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1669834Z [05-13|18:29:39.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1670167Z [05-13|18:29:39.558] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.1670380Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1670652Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1670916Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1671185Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1671522Z [05-13|18:29:39.559] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1671982Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1672443Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1672708Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1672967Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1673426Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1673890Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1674345Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1674802Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1675066Z [05-13|18:29:39.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1675399Z [05-13|18:29:39.560] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1675921Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1676251Z [05-13|18:29:39.560] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1676760Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1677222Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1677551Z [05-13|18:29:39.560] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1677927Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.1678561Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.1678917Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1679380Z [05-13|18:29:39.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1679721Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.1680045Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1680506Z [05-13|18:29:39.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1680696Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 +2026-05-13T18:30:54.1681025Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.1681180Z [05-13|18:29:39.561] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1681655Z [05-13|18:29:39.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1681991Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1682458Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1682613Z [05-13|18:29:39.562] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1682831Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1683295Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1683757Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1683969Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1684176Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1684324Z [05-13|18:29:39.562] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1684530Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1684732Z [05-13|18:29:39.562] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1684944Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1685217Z [05-13|18:29:39.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1685535Z [05-13|18:29:39.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1685714Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 +2026-05-13T18:30:54.1685976Z [05-13|18:29:39.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1686436Z [05-13|18:29:39.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1686948Z [05-13|18:29:39.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1687443Z [05-13|18:29:39.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1687930Z [05-13|18:29:39.563] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1688413Z [05-13|18:29:39.563] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1688760Z [05-13|18:29:39.563] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1689102Z [05-13|18:29:39.564] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1689385Z [05-13|18:29:39.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1689652Z [05-13|18:29:39.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1690122Z [05-13|18:29:39.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1690593Z [05-13|18:29:39.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1690860Z [05-13|18:29:39.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1691011Z [05-13|18:29:39.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1691230Z [05-13|18:29:39.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1691692Z [05-13|18:29:39.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1691834Z [05-13|18:29:39.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1692113Z [05-13|18:29:39.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.1692377Z [05-13|18:29:39.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.1692638Z [05-13|18:29:39.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.1693124Z [05-13|18:29:39.566] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1693586Z [05-13|18:29:39.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1693995Z [05-13|18:29:39.567] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1694132Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1694517Z [05-13|18:29:39.567] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1694652Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1694791Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1694923Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1695381Z [05-13|18:29:39.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1695578Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1695919Z [05-13|18:29:39.568] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1696430Z [05-13|18:29:39.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1696573Z [05-13|18:29:39.568] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1697053Z [05-13|18:29:39.569] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1697401Z [05-13|18:29:39.569] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.1697755Z [05-13|18:29:39.568] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.1697892Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1698024Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1698478Z [05-13|18:29:39.569] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.1698694Z [05-13|18:29:39.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1698828Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1698966Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1699480Z [05-13|18:29:39.569] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1699759Z [05-13|18:29:39.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1699904Z [05-13|18:29:39.570] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1700166Z [05-13|18:29:39.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1700631Z [05-13|18:29:39.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1700903Z [05-13|18:29:39.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1701354Z [05-13|18:29:39.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1701504Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1701655Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1702109Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1702633Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1703142Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1703276Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1703728Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1703866Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1704255Z [05-13|18:29:39.571] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1704396Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1704781Z [05-13|18:29:39.572] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1704921Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1705054Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1705190Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1705519Z [05-13|18:29:39.572] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1705850Z [05-13|18:29:39.573] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1706313Z [05-13|18:29:39.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1706665Z [05-13|18:29:39.573] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1707125Z [05-13|18:29:39.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1707401Z [05-13|18:29:39.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1707669Z [05-13|18:29:39.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1708242Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1708515Z [05-13|18:29:39.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1708848Z [05-13|18:29:39.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.1709304Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1709763Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1709899Z [05-13|18:29:39.574] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1710222Z [05-13|18:29:39.574] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.1710682Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1711202Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1711538Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1711865Z [05-13|18:29:39.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1712000Z [05-13|18:29:39.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1712262Z [05-13|18:29:39.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1712596Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1712967Z [05-13|18:29:39.574] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.1713473Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1713929Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1714373Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.1714641Z [05-13|18:29:39.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1714776Z [05-13|18:29:39.575] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1715231Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1715689Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1716144Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1716473Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.1716936Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1717264Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1717733Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1718184Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1718642Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1719092Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1719233Z [05-13|18:29:39.576] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1719367Z [05-13|18:29:39.576] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1719706Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.1720106Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1720573Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1721090Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1721428Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1721884Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1722391Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1722584Z [05-13|18:29:39.576] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1722917Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1723254Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1723588Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1724044Z [05-13|18:29:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1724182Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1724640Z [05-13|18:29:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1724778Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1724910Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1725049Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1725180Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1725508Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1725646Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1725980Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.1726442Z [05-13|18:29:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1726903Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1727039Z [05-13|18:29:39.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1727370Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1727711Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1727846Z [05-13|18:29:39.578] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1728289Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1728821Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1729155Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1729669Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1730011Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.1730468Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1730850Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1731233Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.1731695Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1732031Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.1732493Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1732947Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1733221Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1733483Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1733942Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1734399Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1734664Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1735001Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1735466Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1735921Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1736250Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1736433Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 +2026-05-13T18:30:54.1736747Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.1737014Z [05-13|18:29:39.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1737167Z [05-13|18:29:39.580] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1737477Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1737944Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1738620Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1739078Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1739529Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1739867Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1740343Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1740541Z [05-13|18:29:39.580] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1740819Z [05-13|18:29:39.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.1741036Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1741495Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1741955Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1742104Z [05-13|18:29:39.580] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1742442Z [05-13|18:29:39.580] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.1742666Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1743121Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1743576Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1743725Z [05-13|18:29:39.581] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1743936Z [05-13|18:29:39.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1744276Z [05-13|18:29:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1744621Z [05-13|18:29:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.1745082Z [05-13|18:29:39.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1745419Z [05-13|18:29:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1745755Z [05-13|18:29:39.582] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1745896Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1746071Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 +2026-05-13T18:30:54.1746219Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1746764Z [05-13|18:29:39.582] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1747101Z [05-13|18:29:39.582] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.1747619Z [05-13|18:29:39.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1748193Z [05-13|18:29:39.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1748532Z [05-13|18:29:39.582] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1748774Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 +2026-05-13T18:30:54.1749086Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.1749288Z [05-13|18:29:39.582] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1749510Z [05-13|18:29:39.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1749650Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1749786Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1749933Z [05-13|18:29:39.583] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1750065Z [05-13|18:29:39.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1750196Z [05-13|18:29:39.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1750339Z [05-13|18:29:39.583] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1750554Z [05-13|18:29:39.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1750890Z [05-13|18:29:39.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1751101Z [05-13|18:29:39.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1751243Z [05-13|18:29:39.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1751582Z [05-13|18:29:39.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1751906Z [05-13|18:29:39.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1752054Z [05-13|18:29:39.583] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1752225Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 +2026-05-13T18:30:54.1752688Z [05-13|18:29:39.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1753157Z [05-13|18:29:39.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1753617Z [05-13|18:29:39.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1754101Z [05-13|18:29:39.584] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1754574Z [05-13|18:29:39.584] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1755049Z [05-13|18:29:39.585] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1755587Z [05-13|18:29:39.586] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1755912Z [05-13|18:29:39.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1756369Z [05-13|18:29:39.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1756588Z [05-13|18:29:39.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1756854Z [05-13|18:29:39.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1757153Z [05-13|18:29:39.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1757374Z [05-13|18:29:39.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1757864Z [05-13|18:29:39.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1758196Z [05-13|18:29:39.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1758689Z [05-13|18:29:39.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1759035Z [05-13|18:29:39.588] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1759365Z [05-13|18:29:39.589] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1759647Z [05-13|18:29:39.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.1759916Z [05-13|18:29:39.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.1760178Z [05-13|18:29:39.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.1760514Z [05-13|18:29:39.589] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1760976Z [05-13|18:29:39.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1761432Z [05-13|18:29:39.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1761896Z [05-13|18:29:39.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1762111Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1762319Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1762538Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.1762740Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1763079Z [05-13|18:29:39.590] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.1763560Z [05-13|18:29:39.591] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1763899Z [05-13|18:29:39.591] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.1764443Z [05-13|18:29:39.591] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1764639Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1764774Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1764906Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1765041Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1765377Z [05-13|18:29:39.592] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.1765513Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1765649Z [05-13|18:29:39.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1765835Z [05-13|18:29:39.593] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1765970Z [05-13|18:29:39.594] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1766359Z [05-13|18:29:39.594] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1766842Z [05-13|18:29:39.594] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1767305Z [05-13|18:29:39.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1767643Z [05-13|18:29:39.594] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1768223Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1768680Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1769010Z [05-13|18:29:39.595] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1769467Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1769800Z [05-13|18:29:39.595] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1770260Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1770592Z [05-13|18:29:39.595] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1771048Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1771504Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1771641Z [05-13|18:29:39.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1771775Z [05-13|18:29:39.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1771914Z [05-13|18:29:39.596] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1772242Z [05-13|18:29:39.597] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1772768Z [05-13|18:29:39.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1773110Z [05-13|18:29:39.597] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1773435Z [05-13|18:29:39.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1773568Z [05-13|18:29:39.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1773706Z [05-13|18:29:39.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1773968Z [05-13|18:29:39.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1774102Z [05-13|18:29:39.597] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1774619Z [05-13|18:29:39.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1775076Z [05-13|18:29:39.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1775572Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1775843Z [05-13|18:29:39.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1776290Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1776623Z [05-13|18:29:39.598] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1776891Z [05-13|18:29:39.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1777355Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1777818Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1778277Z [05-13|18:29:39.599] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1778626Z [05-13|18:29:39.599] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1778899Z [05-13|18:29:39.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1779254Z [05-13|18:29:39.599] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1779728Z [05-13|18:29:39.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1779997Z [05-13|18:29:39.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1780340Z [05-13|18:29:39.600] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1780800Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1781064Z [05-13|18:29:39.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.1781403Z [05-13|18:29:39.600] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1781935Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1782395Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1782897Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1783235Z [05-13|18:29:39.601] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1783502Z [05-13|18:29:39.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1784010Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1784517Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1784984Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1785323Z [05-13|18:29:39.601] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1785778Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1786236Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1786384Z [05-13|18:29:39.601] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1786721Z [05-13|18:29:39.601] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1786867Z [05-13|18:29:39.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1787199Z [05-13|18:29:39.602] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1787545Z [05-13|18:29:39.602] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1788011Z [05-13|18:29:39.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1788460Z [05-13|18:29:39.602] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1788599Z [05-13|18:29:39.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1788740Z [05-13|18:29:39.602] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1789000Z [05-13|18:29:39.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1789262Z [05-13|18:29:39.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1789406Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1789540Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1789801Z [05-13|18:29:39.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1790264Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1790470Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1790923Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1791119Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1791253Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1791700Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1791839Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1792100Z [05-13|18:29:39.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1792635Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1793036Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.1793370Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1793834Z [05-13|18:29:39.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1794291Z [05-13|18:29:39.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1794469Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 +2026-05-13T18:30:54.1794780Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.1794936Z [05-13|18:29:39.604] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1795071Z [05-13|18:29:39.604] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1795288Z [05-13|18:29:39.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1795630Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1795957Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1796285Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1796434Z [05-13|18:29:39.604] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1796761Z [05-13|18:29:39.605] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1796907Z [05-13|18:29:39.605] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1797122Z [05-13|18:29:39.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1797342Z [05-13|18:29:39.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.1797668Z [05-13|18:29:39.605] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1797817Z [05-13|18:29:39.605] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1798206Z [05-13|18:29:39.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1798473Z [05-13|18:29:39.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1798731Z [05-13|18:29:39.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1799264Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1799527Z [05-13|18:29:39.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1799719Z [05-13|18:29:39.606] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1799897Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 +2026-05-13T18:30:54.1800380Z [05-13|18:29:39.606] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1800837Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1801341Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1801841Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1802329Z [05-13|18:29:39.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1802801Z [05-13|18:29:39.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1803134Z [05-13|18:29:39.607] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1803469Z [05-13|18:29:39.607] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1803797Z [05-13|18:29:39.607] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1803938Z [05-13|18:29:39.608] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1804206Z [05-13|18:29:39.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1804468Z [05-13|18:29:39.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1804795Z [05-13|18:29:39.608] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1805062Z [05-13|18:29:39.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1805519Z [05-13|18:29:39.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1806002Z [05-13|18:29:39.608] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1806468Z [05-13|18:29:39.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1806921Z [05-13|18:29:39.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1807132Z [05-13|18:29:39.608] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.1807468Z [05-13|18:29:39.609] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1807798Z [05-13|18:29:39.609] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1808271Z [05-13|18:29:39.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1808609Z [05-13|18:29:39.610] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1808933Z [05-13|18:29:39.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1809386Z [05-13|18:29:39.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1809846Z [05-13|18:29:39.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1810108Z [05-13|18:29:39.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1810374Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.1810592Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1810843Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1811054Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1811511Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1811789Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1812050Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1812387Z [05-13|18:29:39.612] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1812649Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1813105Z [05-13|18:29:39.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1813441Z [05-13|18:29:39.612] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1813892Z [05-13|18:29:39.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1814341Z [05-13|18:29:39.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1814610Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1815062Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1815392Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1815608Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1815814Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1816019Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.1816226Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1816558Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1816947Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1817277Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1817456Z [05-13|18:29:39.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1817591Z [05-13|18:29:39.613] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1817921Z [05-13|18:29:39.614] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1818300Z [05-13|18:29:39.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1818565Z [05-13|18:29:39.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1819090Z [05-13|18:29:39.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1819408Z [05-13|18:29:39.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1819862Z [05-13|18:29:39.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1820321Z [05-13|18:29:39.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1820650Z [05-13|18:29:39.616] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1820913Z [05-13|18:29:39.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1821376Z [05-13|18:29:39.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1821709Z [05-13|18:29:39.617] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1822038Z [05-13|18:29:39.617] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1822180Z [05-13|18:29:39.617] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1822503Z [05-13|18:29:39.617] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1822763Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1823028Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1823291Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1823549Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.1824013Z [05-13|18:29:39.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1824470Z [05-13|18:29:39.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1824923Z [05-13|18:29:39.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1825261Z [05-13|18:29:39.619] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1825776Z [05-13|18:29:39.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1826108Z [05-13|18:29:39.619] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1826494Z [05-13|18:29:39.619] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1826630Z [05-13|18:29:39.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1826956Z [05-13|18:29:39.620] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1827315Z [05-13|18:29:39.620] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.1827526Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1827774Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1827987Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1828363Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.1828828Z [05-13|18:29:39.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1829286Z [05-13|18:29:39.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1829737Z [05-13|18:29:39.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1830004Z [05-13|18:29:39.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1830272Z [05-13|18:29:39.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1830535Z [05-13|18:29:39.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1830988Z [05-13|18:29:39.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1831447Z [05-13|18:29:39.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1831896Z [05-13|18:29:39.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1832234Z [05-13|18:29:39.779] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1832560Z [05-13|18:29:39.780] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1832886Z [05-13|18:29:39.780] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1833153Z [05-13|18:29:39.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1833414Z [05-13|18:29:39.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1833676Z [05-13|18:29:39.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1834134Z [05-13|18:29:39.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1834651Z [05-13|18:29:39.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1835105Z [05-13|18:29:39.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1835494Z [05-13|18:29:39.781] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1835824Z [05-13|18:29:39.782] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1836151Z [05-13|18:29:39.782] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1836417Z [05-13|18:29:39.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1836730Z [05-13|18:29:39.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1836995Z [05-13|18:29:39.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1837502Z [05-13|18:29:39.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1837968Z [05-13|18:29:39.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1838554Z [05-13|18:29:39.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1838892Z [05-13|18:29:39.784] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1839221Z [05-13|18:29:39.784] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1839548Z [05-13|18:29:39.784] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1840010Z [05-13|18:29:39.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1840461Z [05-13|18:29:39.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1840911Z [05-13|18:29:39.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1841130Z [05-13|18:29:39.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1841340Z [05-13|18:29:39.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1841547Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1841818Z [05-13|18:29:39.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1842081Z [05-13|18:29:39.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1842344Z [05-13|18:29:39.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1842803Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1843255Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1843770Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1844108Z [05-13|18:29:39.787] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1844486Z [05-13|18:29:39.787] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1844809Z [05-13|18:29:39.787] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1845076Z [05-13|18:29:39.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1845338Z [05-13|18:29:39.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1845650Z [05-13|18:29:39.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1846166Z [05-13|18:29:39.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1846625Z [05-13|18:29:39.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1847085Z [05-13|18:29:39.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1847535Z [05-13|18:29:39.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1847996Z [05-13|18:29:39.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1848577Z [05-13|18:29:39.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1848912Z [05-13|18:29:39.789] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1849237Z [05-13|18:29:39.789] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1849567Z [05-13|18:29:39.789] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1849834Z [05-13|18:29:39.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1850100Z [05-13|18:29:39.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1850372Z [05-13|18:29:39.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1850834Z [05-13|18:29:39.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1851296Z [05-13|18:29:39.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1851761Z [05-13|18:29:39.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1852102Z [05-13|18:29:39.791] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1852433Z [05-13|18:29:39.791] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1852833Z [05-13|18:29:39.791] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1853291Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1853797Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1854257Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1854716Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1855227Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1855737Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1855959Z [05-13|18:29:39.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1856176Z [05-13|18:29:39.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1856383Z [05-13|18:29:39.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1856649Z [05-13|18:29:39.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1856919Z [05-13|18:29:39.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1857189Z [05-13|18:29:39.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1857647Z [05-13|18:29:39.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1858230Z [05-13|18:29:39.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1858687Z [05-13|18:29:39.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1859019Z [05-13|18:29:39.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1859355Z [05-13|18:29:39.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1859682Z [05-13|18:29:39.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1859947Z [05-13|18:29:39.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1860215Z [05-13|18:29:39.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1860477Z [05-13|18:29:39.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1860934Z [05-13|18:29:39.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1861398Z [05-13|18:29:39.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1861919Z [05-13|18:29:39.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1862265Z [05-13|18:29:39.797] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1862659Z [05-13|18:29:39.797] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1862993Z [05-13|18:29:39.797] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1863451Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1863963Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1864234Z [05-13|18:29:39.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1864546Z [05-13|18:29:39.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1864816Z [05-13|18:29:39.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1865276Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1865732Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1866197Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1866531Z [05-13|18:29:39.799] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1866989Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1867323Z [05-13|18:29:39.799] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1867648Z [05-13|18:29:39.799] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1867920Z [05-13|18:29:39.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1868304Z [05-13|18:29:39.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1868769Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1869227Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1869491Z [05-13|18:29:39.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1869941Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1870402Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1870860Z [05-13|18:29:39.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1871138Z [05-13|18:29:39.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1871476Z [05-13|18:29:39.801] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1871856Z [05-13|18:29:39.801] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1872180Z [05-13|18:29:39.801] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1872644Z [05-13|18:29:39.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1872907Z [05-13|18:29:39.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1873176Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1873533Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1873801Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1874265Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1874536Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1874997Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1875263Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1875529Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1875987Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1876249Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1876709Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1877161Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1877424Z [05-13|18:29:39.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1877893Z [05-13|18:29:39.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1878268Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1878725Z [05-13|18:29:39.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1879188Z [05-13|18:29:39.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1879528Z [05-13|18:29:39.804] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1879934Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1880274Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1880609Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1881118Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1881456Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1881782Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1882157Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1882490Z [05-13|18:29:39.806] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1882862Z [05-13|18:29:39.806] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1883138Z [05-13|18:29:39.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1883400Z [05-13|18:29:39.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1888736Z [05-13|18:29:39.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.1889298Z [05-13|18:29:39.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1889828Z [05-13|18:29:39.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1890292Z [05-13|18:29:39.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1890652Z [05-13|18:29:39.808] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1891005Z [05-13|18:29:39.808] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1891328Z [05-13|18:29:39.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1891603Z [05-13|18:29:39.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1892071Z [05-13|18:29:39.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1892339Z [05-13|18:29:39.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1892687Z [05-13|18:29:39.809] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1893145Z [05-13|18:29:39.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1893408Z [05-13|18:29:39.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1893869Z [05-13|18:29:39.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1894252Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1894705Z [05-13|18:29:39.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1895220Z [05-13|18:29:39.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1895484Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1895745Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1896010Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.1896286Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.1896549Z [05-13|18:29:39.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1896941Z [05-13|18:29:39.811] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1897407Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1897861Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1898483Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1898821Z [05-13|18:29:39.812] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1899099Z [05-13|18:29:39.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1899370Z [05-13|18:29:39.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1899632Z [05-13|18:29:39.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.1899961Z [05-13|18:29:39.812] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1900428Z [05-13|18:29:39.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1900875Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1901205Z [05-13|18:29:39.813] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1901537Z [05-13|18:29:39.814] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1901995Z [05-13|18:29:39.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1902318Z [05-13|18:29:39.814] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1902774Z [05-13|18:29:39.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1903095Z [05-13|18:29:39.815] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1903621Z [05-13|18:29:39.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1904080Z [05-13|18:29:39.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1904471Z [05-13|18:29:39.816] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1904797Z [05-13|18:29:39.816] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1905244Z [05-13|18:29:39.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1905633Z [05-13|18:29:39.817] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1905970Z [05-13|18:29:39.817] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1906282Z [05-13|18:29:39.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1906732Z [05-13|18:29:39.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1906950Z [05-13|18:29:39.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1907157Z [05-13|18:29:39.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1907303Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1907443Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1907710Z [05-13|18:29:39.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1907916Z [05-13|18:29:39.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1908180Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1908327Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1908657Z [05-13|18:29:39.819] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1908790Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1908928Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1909383Z [05-13|18:29:39.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1909519Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1909658Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1909789Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1910052Z [05-13|18:29:39.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1910509Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1910962Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1911223Z [05-13|18:29:39.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1911677Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1912005Z [05-13|18:29:39.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.1912453Z [05-13|18:29:39.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1912772Z [05-13|18:29:39.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1912904Z [05-13|18:29:39.822] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1913347Z [05-13|18:29:39.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1913610Z [05-13|18:29:39.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1913988Z [05-13|18:29:39.823] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1914256Z [05-13|18:29:39.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1914760Z [05-13|18:29:39.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1915025Z [05-13|18:29:39.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1915470Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1915918Z [05-13|18:29:39.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1916362Z [05-13|18:29:39.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1916697Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1917019Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1917337Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1917663Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1918241Z [05-13|18:29:39.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1918569Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1918901Z [05-13|18:29:39.825] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.1919352Z [05-13|18:29:39.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1919674Z [05-13|18:29:39.825] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.1920132Z [05-13|18:29:39.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1920576Z [05-13|18:29:39.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1920785Z [05-13|18:29:39.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1921114Z [05-13|18:29:39.826] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.1921615Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1921936Z [05-13|18:29:39.826] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1922204Z [05-13|18:29:39.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1922462Z [05-13|18:29:39.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1922837Z [05-13|18:29:39.826] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1923108Z [05-13|18:29:39.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1923611Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1924068Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1924520Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1924844Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1925296Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1925751Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1926075Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1926525Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1926977Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1927300Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1927631Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1928203Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1928477Z [05-13|18:29:39.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1928931Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1929194Z [05-13|18:29:39.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1929329Z [05-13|18:29:39.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1929472Z [05-13|18:29:39.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1929670Z [05-13|18:29:39.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1930123Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1930395Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1930655Z [05-13|18:29:39.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.1931103Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1931551Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1931813Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1932142Z [05-13|18:29:39.828] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1932518Z [05-13|18:29:39.828] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1932843Z [05-13|18:29:39.829] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1933053Z [05-13|18:29:39.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1933377Z [05-13|18:29:39.829] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1933637Z [05-13|18:29:39.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1933956Z [05-13|18:29:39.830] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.1934413Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1934675Z [05-13|18:29:39.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1934931Z [05-13|18:29:39.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1935258Z [05-13|18:29:39.830] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1935709Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1936155Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1936427Z [05-13|18:29:39.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1936691Z [05-13|18:29:39.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1937024Z [05-13|18:29:39.830] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1937483Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1937746Z [05-13|18:29:39.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1938190Z [05-13|18:29:39.831] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1938407Z [05-13|18:29:39.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1938868Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1939058Z [05-13|18:29:39.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1939516Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1939651Z [05-13|18:29:39.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1940099Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1940493Z [05-13|18:29:39.831] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1940997Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1941449Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1941903Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1942229Z [05-13|18:29:39.831] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1942681Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1943133Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1943581Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1943792Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1944246Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1944574Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.1945024Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1945480Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1945927Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1946264Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1946588Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1946910Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1947126Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1947490Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1947808Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1948296Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1948628Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.1949081Z [05-13|18:29:39.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1949634Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1949818Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 +2026-05-13T18:30:54.1950180Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.1950652Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1950799Z [05-13|18:29:39.834] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1951068Z [05-13|18:29:39.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1951409Z [05-13|18:29:39.834] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.1951553Z [05-13|18:29:39.834] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1952009Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1952232Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1952687Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1953136Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1953351Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1953615Z [05-13|18:29:39.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1953760Z [05-13|18:29:39.834] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1953974Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.1954183Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1954442Z [05-13|18:29:39.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1954901Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1955045Z [05-13|18:29:39.835] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.1955491Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1955950Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1956344Z [05-13|18:29:39.835] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1956669Z [05-13|18:29:39.835] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1956902Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 +2026-05-13T18:30:54.1957224Z [05-13|18:29:39.836] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.1957705Z [05-13|18:29:39.836] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1957920Z [05-13|18:29:39.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1958570Z [05-13|18:29:39.836] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1958900Z [05-13|18:29:39.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1959175Z [05-13|18:29:39.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1959639Z [05-13|18:29:39.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1959903Z [05-13|18:29:39.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1960380Z [05-13|18:29:39.837] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1960837Z [05-13|18:29:39.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1961288Z [05-13|18:29:39.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1961628Z [05-13|18:29:39.837] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1961892Z [05-13|18:29:39.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1962155Z [05-13|18:29:39.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1962485Z [05-13|18:29:39.838] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1962946Z [05-13|18:29:39.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1963212Z [05-13|18:29:39.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.1963670Z [05-13|18:29:39.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1963994Z [05-13|18:29:39.838] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1964465Z [05-13|18:29:39.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.1964927Z [05-13|18:29:39.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1965313Z [05-13|18:29:39.839] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1965645Z [05-13|18:29:39.839] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1965963Z [05-13|18:29:39.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1966223Z [05-13|18:29:39.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1966551Z [05-13|18:29:39.840] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.1967001Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1967486Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1967792Z [05-13|18:29:39.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1968368Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1968825Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1969279Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1969727Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1969942Z [05-13|18:29:39.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1970287Z [05-13|18:29:39.841] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1970623Z [05-13|18:29:39.841] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1970952Z [05-13|18:29:39.842] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1971169Z [05-13|18:29:39.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1971377Z [05-13|18:29:39.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.1971587Z [05-13|18:29:39.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.1971857Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1972121Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1972381Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1972651Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1972908Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1973165Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.1973626Z [05-13|18:29:39.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1973951Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.1974206Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1974471Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1974977Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1975423Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1975875Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1976379Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1976870Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1977329Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1977593Z [05-13|18:29:39.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1977851Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.1978374Z [05-13|18:29:39.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1978664Z [05-13|18:29:39.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.1979123Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1979578Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1980031Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1980361Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1980696Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1981021Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1981482Z [05-13|18:29:39.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.1981930Z [05-13|18:29:39.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1982254Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1982587Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1982911Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1983314Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1983644Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.1984148Z [05-13|18:29:39.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1984472Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.1984796Z [05-13|18:29:39.848] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1985305Z [05-13|18:29:39.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1985455Z [05-13|18:29:39.848] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1985831Z [05-13|18:29:39.848] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1986155Z [05-13|18:29:39.848] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.1986457Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1986942Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1987549Z [05-13|18:29:39.849] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.1988470Z [05-13|18:29:39.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1988763Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1989027Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1989294Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.1989755Z [05-13|18:29:39.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1990235Z [05-13|18:29:39.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1990499Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.1990765Z [05-13|18:29:39.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.1991221Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1991669Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1992126Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.1992573Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1992791Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1993342Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1993790Z [05-13|18:29:39.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1994192Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1994415Z [05-13|18:29:39.851] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1994750Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1995129Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1995463Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1995835Z [05-13|18:29:39.852] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1996167Z [05-13|18:29:39.852] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.1996379Z [05-13|18:29:39.852] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.1996645Z [05-13|18:29:39.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1996907Z [05-13|18:29:39.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.1997170Z [05-13|18:29:39.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1997319Z [05-13|18:29:39.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.1997529Z [05-13|18:29:39.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.1997993Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.1998675Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.1998939Z [05-13|18:29:39.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.1999283Z [05-13|18:29:39.853] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.1999743Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2000011Z [05-13|18:29:39.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2000464Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2000728Z [05-13|18:29:39.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2000876Z [05-13|18:29:39.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2001138Z [05-13|18:29:39.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2001396Z [05-13|18:29:39.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2001850Z [05-13|18:29:39.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2002384Z [05-13|18:29:39.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2002698Z [05-13|18:29:39.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2003153Z [05-13|18:29:39.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2003483Z [05-13|18:29:39.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2003804Z [05-13|18:29:39.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2004314Z [05-13|18:29:39.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2004456Z [05-13|18:29:39.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2004644Z [05-13|18:29:39.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2004985Z [05-13|18:29:39.855] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2005118Z [05-13|18:29:39.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2005249Z [05-13|18:29:39.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2005703Z [05-13|18:29:39.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2006041Z [05-13|18:29:39.856] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2006367Z [05-13|18:29:39.856] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2006696Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2006834Z [05-13|18:29:39.865] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2007152Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2007477Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2007804Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2008205Z [05-13|18:29:39.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2008480Z [05-13|18:29:39.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2008944Z [05-13|18:29:39.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2009159Z [05-13|18:29:39.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2009298Z [05-13|18:29:39.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2009504Z [05-13|18:29:39.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.2009767Z [05-13|18:29:39.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2009971Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2010180Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2010706Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2011159Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2011482Z [05-13|18:29:39.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2011743Z [05-13|18:29:39.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2011878Z [05-13|18:29:39.868] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2012143Z [05-13|18:29:39.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2012527Z [05-13|18:29:39.869] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2013033Z [05-13|18:29:39.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2013174Z [05-13|18:29:39.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2013627Z [05-13|18:29:39.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2013952Z [05-13|18:29:39.869] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2014280Z [05-13|18:29:39.869] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2014414Z [05-13|18:29:39.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2014871Z [05-13|18:29:39.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2015011Z [05-13|18:29:39.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2015339Z [05-13|18:29:39.870] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2015665Z [05-13|18:29:39.870] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2016124Z [05-13|18:29:39.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2016580Z [05-13|18:29:39.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2017038Z [05-13|18:29:39.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2017488Z [05-13|18:29:39.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2017817Z [05-13|18:29:39.871] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2018269Z [05-13|18:29:39.871] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2018495Z [05-13|18:29:39.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2018950Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2019473Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2019683Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2020225Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2020438Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2020643Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2020972Z [05-13|18:29:39.872] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2021478Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2021984Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2022311Z [05-13|18:29:39.873] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2022762Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2023086Z [05-13|18:29:39.873] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2023534Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2023862Z [05-13|18:29:39.873] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2024311Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2024759Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2024901Z [05-13|18:29:39.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2025167Z [05-13|18:29:39.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2025375Z [05-13|18:29:39.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2025646Z [05-13|18:29:39.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2025782Z [05-13|18:29:39.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2026042Z [05-13|18:29:39.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2026506Z [05-13|18:29:39.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2026958Z [05-13|18:29:39.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2027282Z [05-13|18:29:39.875] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2027424Z [05-13|18:29:39.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2027877Z [05-13|18:29:39.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2028522Z [05-13|18:29:39.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2028930Z [05-13|18:29:39.875] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2029199Z [05-13|18:29:39.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2029536Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2029818Z [05-13|18:29:39.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2030207Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2030479Z [05-13|18:29:39.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2030995Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2031334Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2031796Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2032248Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2032698Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2032918Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.2033245Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2033700Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2034152Z [05-13|18:29:39.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2034289Z [05-13|18:29:39.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2034422Z [05-13|18:29:39.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2034753Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2035093Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2035418Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2035878Z [05-13|18:29:39.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2036012Z [05-13|18:29:39.877] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2036335Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2036794Z [05-13|18:29:39.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2037119Z [05-13|18:29:39.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2037380Z [05-13|18:29:39.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2037877Z [05-13|18:29:39.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2038263Z [05-13|18:29:39.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2038597Z [05-13|18:29:39.878] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2039119Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2039258Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2039636Z [05-13|18:29:39.879] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2040098Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2040232Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2040407Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 +2026-05-13T18:30:54.2040720Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2040857Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2041002Z [05-13|18:29:39.879] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2041143Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2041471Z [05-13|18:29:39.879] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2041688Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.2042151Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2042603Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2042738Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2042886Z [05-13|18:29:39.879] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2043020Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2043469Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2043809Z [05-13|18:29:39.880] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2043951Z [05-13|18:29:39.880] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2044278Z [05-13|18:29:39.880] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2044494Z [05-13|18:29:39.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.2044638Z [05-13|18:29:39.880] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2044845Z [05-13|18:29:39.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.2045174Z [05-13|18:29:39.880] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2045509Z [05-13|18:29:39.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2045687Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 +2026-05-13T18:30:54.2046001Z [05-13|18:29:39.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2046267Z [05-13|18:29:39.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2046726Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2047179Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2047676Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2048339Z [05-13|18:29:39.881] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2048708Z [05-13|18:29:39.881] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2049176Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2049631Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2049977Z [05-13|18:29:39.882] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2050121Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2050257Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2050593Z [05-13|18:29:39.882] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2050726Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2050858Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2051317Z [05-13|18:29:39.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2051659Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2051994Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2052132Z [05-13|18:29:39.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2052614Z [05-13|18:29:39.883] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2052749Z [05-13|18:29:39.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2053082Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2053219Z [05-13|18:29:39.883] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2053673Z [05-13|18:29:39.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2054072Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2054527Z [05-13|18:29:39.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2055057Z [05-13|18:29:39.884] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2055199Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2055649Z [05-13|18:29:39.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2055782Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2056282Z [05-13|18:29:39.884] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2056769Z [05-13|18:29:39.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2057146Z [05-13|18:29:39.884] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2057619Z [05-13|18:29:39.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2057756Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2057888Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2058024Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2058278Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2058415Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2058546Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2058683Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2058817Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2058948Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2059281Z [05-13|18:29:39.885] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2059744Z [05-13|18:29:39.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2060198Z [05-13|18:29:39.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2060688Z [05-13|18:29:39.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2060907Z [05-13|18:29:39.886] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.2061238Z [05-13|18:29:39.887] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2061699Z [05-13|18:29:39.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2062147Z [05-13|18:29:39.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2062480Z [05-13|18:29:39.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2063011Z [05-13|18:29:39.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2063354Z [05-13|18:29:39.888] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2063684Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2064011Z [05-13|18:29:39.888] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2064275Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2064737Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2065240Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2065739Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2066074Z [05-13|18:29:39.888] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2066528Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2066974Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2067242Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2067693Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2068020Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2068603Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2069057Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2069388Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2069853Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2070115Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2070450Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2070909Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2071356Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2071691Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2072214Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2072543Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2073051Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2073377Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2073514Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2073730Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.2074111Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2074253Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2074764Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2075220Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2075557Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2076013Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2076345Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2076523Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 +2026-05-13T18:30:54.2076846Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2076995Z [05-13|18:29:39.890] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2077209Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2077656Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.2078200Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.2078340Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2078485Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2078814Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2078949Z [05-13|18:29:39.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2079091Z [05-13|18:29:39.891] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2079305Z [05-13|18:29:39.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2079733Z [05-13|18:29:39.891] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.2079873Z [05-13|18:29:39.891] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2080011Z [05-13|18:29:39.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2080149Z [05-13|18:29:39.891] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2080427Z [05-13|18:29:39.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2080606Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 +2026-05-13T18:30:54.2080873Z [05-13|18:29:39.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2081192Z [05-13|18:29:39.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2081455Z [05-13|18:29:39.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2081914Z [05-13|18:29:39.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2082368Z [05-13|18:29:39.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2082691Z [05-13|18:29:39.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2083195Z [05-13|18:29:39.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2083676Z [05-13|18:29:39.892] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2084135Z [05-13|18:29:39.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2084611Z [05-13|18:29:39.893] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2084783Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 +2026-05-13T18:30:54.2085103Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2085248Z [05-13|18:29:39.893] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2085582Z [05-13|18:29:39.894] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2085916Z [05-13|18:29:39.894] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2086130Z [05-13|18:29:39.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.2086271Z [05-13|18:29:39.894] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2086414Z [05-13|18:29:39.894] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2086624Z [05-13|18:29:39.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.2086764Z [05-13|18:29:39.894] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2087100Z [05-13|18:29:39.895] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2087442Z [05-13|18:29:39.893] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2087585Z [05-13|18:29:39.895] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2088171Z [05-13|18:29:39.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2088501Z [05-13|18:29:39.895] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2088675Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 +2026-05-13T18:30:54.2089192Z [05-13|18:29:39.896] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2089561Z [05-13|18:29:39.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2090024Z [05-13|18:29:39.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2090349Z [05-13|18:29:39.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2090800Z [05-13|18:29:39.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2091063Z [05-13|18:29:39.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2091598Z [05-13|18:29:39.898] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2092103Z [05-13|18:29:39.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2092438Z [05-13|18:29:39.899] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2092770Z [05-13|18:29:39.899] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2093248Z [05-13|18:29:39.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2093572Z [05-13|18:29:39.900] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2094053Z [05-13|18:29:39.901] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2094263Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2094472Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2094683Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.2094885Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2095357Z [05-13|18:29:39.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2095833Z [05-13|18:29:39.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2096099Z [05-13|18:29:39.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2096562Z [05-13|18:29:39.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2096825Z [05-13|18:29:39.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.2097082Z [05-13|18:29:39.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2097347Z [05-13|18:29:39.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2097797Z [05-13|18:29:39.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2098366Z [05-13|18:29:39.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2098893Z [05-13|18:29:39.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2099279Z [05-13|18:29:39.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2099602Z [05-13|18:29:39.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2099931Z [05-13|18:29:39.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2100073Z [05-13|18:29:39.906] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2100444Z [05-13|18:29:39.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2100717Z [05-13|18:29:39.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2101025Z [05-13|18:29:39.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2101479Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2101933Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2102192Z [05-13|18:29:39.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2102448Z [05-13|18:29:39.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2102907Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2103359Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2103687Z [05-13|18:29:39.909] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2104015Z [05-13|18:29:39.909] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2104337Z [05-13|18:29:39.909] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2104474Z [05-13|18:29:39.910] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2104804Z [05-13|18:29:39.910] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2105066Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2105327Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2105590Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2105846Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2106301Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2106756Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2107208Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2107702Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2108191Z [05-13|18:29:39.912] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2108458Z [05-13|18:29:39.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2108715Z [05-13|18:29:39.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2108975Z [05-13|18:29:39.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2109111Z [05-13|18:29:39.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2109625Z [05-13|18:29:39.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2110130Z [05-13|18:29:39.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2110581Z [05-13|18:29:39.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2110911Z [05-13|18:29:39.912] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2111050Z [05-13|18:29:39.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2111374Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2111517Z [05-13|18:29:39.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2111843Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2112166Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2112491Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2112818Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2113027Z [05-13|18:29:39.914] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.2113287Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2113550Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2113809Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2114067Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2114530Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2114983Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2115246Z [05-13|18:29:39.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2115707Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2116221Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2116673Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2117063Z [05-13|18:29:39.915] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2117324Z [05-13|18:29:39.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2117656Z [05-13|18:29:39.916] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2118018Z [05-13|18:29:39.916] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2118400Z [05-13|18:29:39.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2118960Z [05-13|18:29:39.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2119172Z [05-13|18:29:39.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2119378Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.2119581Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2119914Z [05-13|18:29:39.917] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2120241Z [05-13|18:29:39.917] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2120567Z [05-13|18:29:39.917] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2120781Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2120987Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2121189Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2121396Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.2121852Z [05-13|18:29:40.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2122307Z [05-13|18:29:40.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2122764Z [05-13|18:29:40.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2123028Z [05-13|18:29:40.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2123290Z [05-13|18:29:40.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2123554Z [05-13|18:29:40.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2124007Z [05-13|18:29:40.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2124461Z [05-13|18:29:40.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2124973Z [05-13|18:29:40.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2125302Z [05-13|18:29:40.059] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2125683Z [05-13|18:29:40.059] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2126005Z [05-13|18:29:40.059] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2126266Z [05-13|18:29:40.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2126531Z [05-13|18:29:40.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2126848Z [05-13|18:29:40.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2127350Z [05-13|18:29:40.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2127811Z [05-13|18:29:40.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2128375Z [05-13|18:29:40.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2128716Z [05-13|18:29:40.061] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2129046Z [05-13|18:29:40.061] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2129375Z [05-13|18:29:40.061] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2129642Z [05-13|18:29:40.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2129906Z [05-13|18:29:40.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2130362Z [05-13|18:29:40.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2130621Z [05-13|18:29:40.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2131081Z [05-13|18:29:40.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2131530Z [05-13|18:29:40.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2131861Z [05-13|18:29:40.064] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2132189Z [05-13|18:29:40.064] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2132514Z [05-13|18:29:40.064] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2132967Z [05-13|18:29:40.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2133420Z [05-13|18:29:40.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2133937Z [05-13|18:29:40.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2134152Z [05-13|18:29:40.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2134419Z [05-13|18:29:40.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2134623Z [05-13|18:29:40.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2134882Z [05-13|18:29:40.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2135145Z [05-13|18:29:40.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2135402Z [05-13|18:29:40.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2135905Z [05-13|18:29:40.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2136417Z [05-13|18:29:40.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2136868Z [05-13|18:29:40.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2137197Z [05-13|18:29:40.067] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2137525Z [05-13|18:29:40.067] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2137845Z [05-13|18:29:40.068] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2138225Z [05-13|18:29:40.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2138486Z [05-13|18:29:40.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2138946Z [05-13|18:29:40.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2139212Z [05-13|18:29:40.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2139667Z [05-13|18:29:40.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2140117Z [05-13|18:29:40.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2140455Z [05-13|18:29:40.069] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2140781Z [05-13|18:29:40.070] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2141102Z [05-13|18:29:40.070] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2141380Z [05-13|18:29:40.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2141643Z [05-13|18:29:40.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2141902Z [05-13|18:29:40.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2142366Z [05-13|18:29:40.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2142890Z [05-13|18:29:40.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2143344Z [05-13|18:29:40.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2143741Z [05-13|18:29:40.071] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2144071Z [05-13|18:29:40.071] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2144397Z [05-13|18:29:40.071] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2144911Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2145416Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2145873Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2146095Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2146307Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2146513Z [05-13|18:29:40.073] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2146784Z [05-13|18:29:40.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2147049Z [05-13|18:29:40.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2147308Z [05-13|18:29:40.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2147771Z [05-13|18:29:40.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2148343Z [05-13|18:29:40.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2148798Z [05-13|18:29:40.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2149131Z [05-13|18:29:40.075] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2149462Z [05-13|18:29:40.075] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2149787Z [05-13|18:29:40.075] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2150057Z [05-13|18:29:40.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2150317Z [05-13|18:29:40.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2150579Z [05-13|18:29:40.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2151041Z [05-13|18:29:40.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2151496Z [05-13|18:29:40.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2152017Z [05-13|18:29:40.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2152420Z [05-13|18:29:40.077] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2152759Z [05-13|18:29:40.077] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2153219Z [05-13|18:29:40.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2153668Z [05-13|18:29:40.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2154064Z [05-13|18:29:40.078] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2155086Z [05-13|18:29:40.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2155376Z [05-13|18:29:40.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2155611Z [05-13|18:29:40.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2155833Z [05-13|18:29:40.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2156258Z [05-13|18:29:40.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2156679Z [05-13|18:29:40.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2157111Z [05-13|18:29:40.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2157874Z [05-13|18:29:40.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2158920Z [05-13|18:29:40.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2159736Z [05-13|18:29:40.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2160315Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2161075Z [05-13|18:29:40.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2161679Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2162509Z [05-13|18:29:40.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2163305Z [05-13|18:29:40.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2163929Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2164535Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2165133Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2165916Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2166746Z [05-13|18:29:40.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2167477Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2168468Z [05-13|18:29:40.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2169265Z [05-13|18:29:40.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2169962Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2170869Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2171470Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2171958Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2172640Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2173230Z [05-13|18:29:40.082] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2173854Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2174111Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2174355Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2174930Z [05-13|18:29:40.083] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2175515Z [05-13|18:29:40.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2175755Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2175994Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2176233Z [05-13|18:29:40.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2176632Z [05-13|18:29:40.084] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2177411Z [05-13|18:29:40.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2178389Z [05-13|18:29:40.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2178965Z [05-13|18:29:40.085] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2179579Z [05-13|18:29:40.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2180171Z [05-13|18:29:40.085] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2181098Z [05-13|18:29:40.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2181865Z [05-13|18:29:40.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2182182Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 +2026-05-13T18:30:54.2182737Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2182940Z [05-13|18:29:40.085] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2183174Z [05-13|18:29:40.085] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2183654Z [05-13|18:29:40.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2184043Z [05-13|18:29:40.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2184201Z [05-13|18:29:40.086] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2184663Z [05-13|18:29:40.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2184927Z [05-13|18:29:40.086] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2185231Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 +2026-05-13T18:30:54.2186002Z [05-13|18:29:40.086] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2186801Z [05-13|18:29:40.087] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2187688Z [05-13|18:29:40.087] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2188694Z [05-13|18:29:40.087] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2189072Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2189541Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2189978Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2190736Z [05-13|18:29:40.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2191452Z [05-13|18:29:40.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2191930Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2192374Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2192639Z [05-13|18:29:40.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2192896Z [05-13|18:29:40.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2193355Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2193804Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2194347Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2194803Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2195306Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2195649Z [05-13|18:29:40.090] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2195986Z [05-13|18:29:40.090] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2196186Z [05-13|18:29:40.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2196519Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2196895Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2197224Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2197547Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2197882Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2198024Z [05-13|18:29:40.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2198560Z [05-13|18:29:40.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2198839Z [05-13|18:29:40.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2199101Z [05-13|18:29:40.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2199578Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2200037Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2200484Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2200747Z [05-13|18:29:40.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2201012Z [05-13|18:29:40.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2201274Z [05-13|18:29:40.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2201726Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2202180Z [05-13|18:29:40.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2202511Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2202963Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2203305Z [05-13|18:29:40.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2203637Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2204022Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2204474Z [05-13|18:29:40.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2204799Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2205128Z [05-13|18:29:40.095] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2205504Z [05-13|18:29:40.095] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2205651Z [05-13|18:29:40.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2206161Z [05-13|18:29:40.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2206490Z [05-13|18:29:40.095] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2206939Z [05-13|18:29:40.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2207391Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2207842Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2208429Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2208722Z [05-13|18:29:40.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2208987Z [05-13|18:29:40.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2209453Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2209917Z [05-13|18:29:40.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2210060Z [05-13|18:29:40.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2210328Z [05-13|18:29:40.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2210788Z [05-13|18:29:40.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2211251Z [05-13|18:29:40.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2211588Z [05-13|18:29:40.097] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2211924Z [05-13|18:29:40.098] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2212260Z [05-13|18:29:40.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2212587Z [05-13|18:29:40.098] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2212857Z [05-13|18:29:40.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2213172Z [05-13|18:29:40.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2213635Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2214091Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2214593Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2215106Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2215561Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2215780Z [05-13|18:29:40.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2215996Z [05-13|18:29:40.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2216451Z [05-13|18:29:40.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2216787Z [05-13|18:29:40.099] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2217120Z [05-13|18:29:40.099] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2217446Z [05-13|18:29:40.099] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2217658Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2217868Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2218190Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2218397Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.2218612Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2218883Z [05-13|18:29:40.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2219341Z [05-13|18:29:40.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2219610Z [05-13|18:29:40.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2220062Z [05-13|18:29:40.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2220324Z [05-13|18:29:40.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2220782Z [05-13|18:29:40.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2221115Z [05-13|18:29:40.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2221510Z [05-13|18:29:40.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2221837Z [05-13|18:29:40.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2222159Z [05-13|18:29:40.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2222420Z [05-13|18:29:40.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2222891Z [05-13|18:29:40.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2223401Z [05-13|18:29:40.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2223669Z [05-13|18:29:40.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2224183Z [05-13|18:29:40.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2224517Z [05-13|18:29:40.104] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2224843Z [05-13|18:29:40.104] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2225170Z [05-13|18:29:40.104] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2225439Z [05-13|18:29:40.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2225708Z [05-13|18:29:40.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2225976Z [05-13|18:29:40.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2226440Z [05-13|18:29:40.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2226902Z [05-13|18:29:40.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2227364Z [05-13|18:29:40.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2227707Z [05-13|18:29:40.107] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2227973Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2228439Z [05-13|18:29:40.107] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2228908Z [05-13|18:29:40.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2229177Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2229515Z [05-13|18:29:40.107] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2229988Z [05-13|18:29:40.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2230335Z [05-13|18:29:40.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2230606Z [05-13|18:29:40.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2231079Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2231399Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2231873Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2232325Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2232642Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2233152Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2233612Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2233955Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2234418Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2234871Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2235212Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2235543Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2235868Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2236201Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2236521Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2236741Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2236957Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2237223Z [05-13|18:29:40.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2237484Z [05-13|18:29:40.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2237749Z [05-13|18:29:40.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2238327Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2238782Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2239241Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2239521Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2239790Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2240109Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2240370Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2240830Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2241097Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2241442Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2241704Z [05-13|18:29:40.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2242219Z [05-13|18:29:40.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2242677Z [05-13|18:29:40.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2243014Z [05-13|18:29:40.112] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2243348Z [05-13|18:29:40.113] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2243801Z [05-13|18:29:40.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2244133Z [05-13|18:29:40.113] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2244597Z [05-13|18:29:40.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2245053Z [05-13|18:29:40.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2245386Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2245723Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2246054Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2246383Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2246715Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2246980Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2247308Z [05-13|18:29:40.115] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2247571Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2248027Z [05-13|18:29:40.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2248490Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2248966Z [05-13|18:29:40.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2249290Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2249556Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2250027Z [05-13|18:29:40.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2250292Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2250806Z [05-13|18:29:40.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2251315Z [05-13|18:29:40.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2251777Z [05-13|18:29:40.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2251929Z [05-13|18:29:40.116] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2252195Z [05-13|18:29:40.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2252536Z [05-13|18:29:40.116] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2252808Z [05-13|18:29:40.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2252950Z [05-13|18:29:40.117] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2253210Z [05-13|18:29:40.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2253352Z [05-13|18:29:40.117] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2253811Z [05-13|18:29:40.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2254144Z [05-13|18:29:40.117] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2254606Z [05-13|18:29:40.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2255060Z [05-13|18:29:40.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2255410Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2255746Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2256085Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2256412Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2256749Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2256888Z [05-13|18:29:40.118] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2257262Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2257406Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2257733Z [05-13|18:29:40.119] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2257906Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2258164Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2258304Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2258772Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2259293Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2259514Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2259774Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2260239Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2260695Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2261146Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2261289Z [05-13|18:29:40.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2261497Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2261952Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2262167Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2262507Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2262961Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2263297Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2263754Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2264205Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2264547Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2264997Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2265324Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2265536Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2265988Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2266315Z [05-13|18:29:40.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2266647Z [05-13|18:29:40.122] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2266964Z [05-13|18:29:40.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2267420Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2267876Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2268314Z [05-13|18:29:40.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2268832Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2269309Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2269454Z [05-13|18:29:40.123] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2269794Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2270268Z [05-13|18:29:40.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2270723Z [05-13|18:29:40.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2271068Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2271537Z [05-13|18:29:40.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2271869Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2272203Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2272532Z [05-13|18:29:40.124] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2272996Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2273459Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2273788Z [05-13|18:29:40.124] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2273969Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 +2026-05-13T18:30:54.2274285Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2274437Z [05-13|18:29:40.124] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2274658Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2275020Z [05-13|18:29:40.124] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2275559Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2275706Z [05-13|18:29:40.124] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2275975Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2276245Z [05-13|18:29:40.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2276454Z [05-13|18:29:40.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2276596Z [05-13|18:29:40.125] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2277060Z [05-13|18:29:40.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2277245Z [05-13|18:29:40.125] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2277420Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 +2026-05-13T18:30:54.2277725Z [05-13|18:29:40.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2278331Z [05-13|18:29:40.125] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2278804Z [05-13|18:29:40.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2279072Z [05-13|18:29:40.126] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2279552Z [05-13|18:29:40.126] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2280021Z [05-13|18:29:40.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2280357Z [05-13|18:29:40.127] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2280836Z [05-13|18:29:40.127] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2281172Z [05-13|18:29:40.127] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2281496Z [05-13|18:29:40.127] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2281767Z [05-13|18:29:40.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2282039Z [05-13|18:29:40.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2282504Z [05-13|18:29:40.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2282770Z [05-13|18:29:40.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2283235Z [05-13|18:29:40.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2283692Z [05-13|18:29:40.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2284034Z [05-13|18:29:40.130] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2284436Z [05-13|18:29:40.130] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2284766Z [05-13|18:29:40.130] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2285302Z [05-13|18:29:40.130] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2285769Z [05-13|18:29:40.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2286226Z [05-13|18:29:40.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2286770Z [05-13|18:29:40.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2287096Z [05-13|18:29:40.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2287316Z [05-13|18:29:40.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2287527Z [05-13|18:29:40.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2287793Z [05-13|18:29:40.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2288364Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2288577Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2289040Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2289254Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2289519Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2289790Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2290248Z [05-13|18:29:40.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2290514Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2290973Z [05-13|18:29:40.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2291243Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2291505Z [05-13|18:29:40.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2291775Z [05-13|18:29:40.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2292229Z [05-13|18:29:40.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2292688Z [05-13|18:29:40.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2292963Z [05-13|18:29:40.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.2293291Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2293752Z [05-13|18:29:40.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2294261Z [05-13|18:29:40.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2294594Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2294930Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2295254Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2295771Z [05-13|18:29:40.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2296158Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2296492Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2296817Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2297149Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2297477Z [05-13|18:29:40.141] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2297938Z [05-13|18:29:40.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2298396Z [05-13|18:29:40.141] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2298725Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2298937Z [05-13|18:29:40.141] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.2299149Z [05-13|18:29:40.142] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.2299350Z [05-13|18:29:40.142] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.2299619Z [05-13|18:29:40.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2300093Z [05-13|18:29:40.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2300365Z [05-13|18:29:40.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2300628Z [05-13|18:29:40.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2301092Z [05-13|18:29:40.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2301355Z [05-13|18:29:40.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2301616Z [05-13|18:29:40.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2301884Z [05-13|18:29:40.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2302413Z [05-13|18:29:40.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2302874Z [05-13|18:29:40.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2303279Z [05-13|18:29:40.144] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2303738Z [05-13|18:29:40.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2304078Z [05-13|18:29:40.144] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2304595Z [05-13|18:29:40.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2304992Z [05-13|18:29:40.144] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2305326Z [05-13|18:29:40.145] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2305597Z [05-13|18:29:40.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2305856Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2306316Z [05-13|18:29:40.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2306775Z [05-13|18:29:40.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2307037Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2307366Z [05-13|18:29:40.146] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2307638Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2307900Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2308472Z [05-13|18:29:40.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2308939Z [05-13|18:29:40.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2309392Z [05-13|18:29:40.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2309729Z [05-13|18:29:40.147] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2310056Z [05-13|18:29:40.147] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2310382Z [05-13|18:29:40.147] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2310657Z [05-13|18:29:40.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2311119Z [05-13|18:29:40.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2311514Z [05-13|18:29:40.148] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2311853Z [05-13|18:29:40.148] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2312276Z [05-13|18:29:40.148] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2312543Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2312819Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2313152Z [05-13|18:29:40.149] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2313670Z [05-13|18:29:40.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2314186Z [05-13|18:29:40.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2314461Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2314723Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2314988Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2315448Z [05-13|18:29:40.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2315905Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2316369Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2316828Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2317090Z [05-13|18:29:40.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2317553Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2318011Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2318352Z [05-13|18:29:40.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2318826Z [05-13|18:29:40.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2319040Z [05-13|18:29:40.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2319377Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2319710Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2320037Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2320365Z [05-13|18:29:40.152] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2320766Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2321097Z [05-13|18:29:40.152] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2321363Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2321577Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2321781Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2321984Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.2322501Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2322718Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2323224Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2323690Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2323957Z [05-13|18:29:40.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2324220Z [05-13|18:29:40.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2324486Z [05-13|18:29:40.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2324700Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2325157Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2325618Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2326072Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2326288Z [05-13|18:29:40.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2326625Z [05-13|18:29:40.154] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2326962Z [05-13|18:29:40.154] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2327304Z [05-13|18:29:40.154] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2327518Z [05-13|18:29:40.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2327784Z [05-13|18:29:40.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2328162Z [05-13|18:29:40.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2328627Z [05-13|18:29:40.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2328893Z [05-13|18:29:40.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2329423Z [05-13|18:29:40.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2329882Z [05-13|18:29:40.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2330268Z [05-13|18:29:40.156] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2330539Z [05-13|18:29:40.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2330683Z [05-13|18:29:40.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2331015Z [05-13|18:29:40.156] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2331341Z [05-13|18:29:40.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2331850Z [05-13|18:29:40.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2332121Z [05-13|18:29:40.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2332462Z [05-13|18:29:40.156] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2332919Z [05-13|18:29:40.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2333377Z [05-13|18:29:40.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2333523Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2333661Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2333796Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2333937Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2334278Z [05-13|18:29:40.158] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2334611Z [05-13|18:29:40.158] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2334751Z [05-13|18:29:40.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2335083Z [05-13|18:29:40.158] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2335348Z [05-13|18:29:40.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2335617Z [05-13|18:29:40.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2335950Z [05-13|18:29:40.159] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2336409Z [05-13|18:29:40.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2336681Z [05-13|18:29:40.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2337137Z [05-13|18:29:40.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2337466Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2337970Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2338540Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2339072Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2339531Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2339864Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2340370Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2340761Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2341103Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2341557Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2341897Z [05-13|18:29:40.161] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2342223Z [05-13|18:29:40.161] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2342680Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2343139Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2343600Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2343929Z [05-13|18:29:40.161] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2344390Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2344727Z [05-13|18:29:40.162] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2345064Z [05-13|18:29:40.162] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2345523Z [05-13|18:29:40.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2345979Z [05-13|18:29:40.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2346440Z [05-13|18:29:40.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2346769Z [05-13|18:29:40.162] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2347289Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2347752Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2348005Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.2348259Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2348401Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2348535Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2348664Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2348880Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2349131Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 +2026-05-13T18:30:54.2349442Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2349641Z [05-13|18:29:40.163] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2349861Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2350074Z [05-13|18:29:40.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.2350210Z [05-13|18:29:40.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2350348Z [05-13|18:29:40.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2350490Z [05-13|18:29:40.164] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2350630Z [05-13|18:29:40.164] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2350845Z [05-13|18:29:40.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.2350989Z [05-13|18:29:40.164] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2351162Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 +2026-05-13T18:30:54.2351380Z [05-13|18:29:40.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2351865Z [05-13|18:29:40.164] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2352340Z [05-13|18:29:40.165] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2352619Z [05-13|18:29:40.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.2352884Z [05-13|18:29:40.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.2353150Z [05-13|18:29:40.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.2353621Z [05-13|18:29:40.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2354081Z [05-13|18:29:40.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2354537Z [05-13|18:29:40.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2355017Z [05-13|18:29:40.166] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2355362Z [05-13|18:29:40.166] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.2355762Z [05-13|18:29:40.167] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.2356103Z [05-13|18:29:40.167] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.2356642Z [05-13|18:29:40.167] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2356783Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2356926Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2357062Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2357195Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2357375Z [05-13|18:29:40.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2357511Z [05-13|18:29:40.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2357778Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2358221Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2358500Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2358772Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2359120Z [05-13|18:29:40.169] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2359583Z [05-13|18:29:40.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2360044Z [05-13|18:29:40.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2360507Z [05-13|18:29:40.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2360848Z [05-13|18:29:40.169] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2361304Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2361642Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2362100Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2362554Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2362896Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2363348Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2363679Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2364138Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2364528Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2364994Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2365499Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2365828Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2366292Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2366678Z [05-13|18:29:40.171] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2367180Z [05-13|18:29:40.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2367641Z [05-13|18:29:40.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2368211Z [05-13|18:29:40.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2368355Z [05-13|18:29:40.171] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2368496Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2368629Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2368764Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2368904Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2369241Z [05-13|18:29:40.172] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2369572Z [05-13|18:29:40.172] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2369714Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2369846Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2369979Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2370110Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2370246Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2370378Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2370512Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2370647Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2370975Z [05-13|18:29:40.173] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2371301Z [05-13|18:29:40.173] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2371439Z [05-13|18:29:40.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2371766Z [05-13|18:29:40.174] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2372228Z [05-13|18:29:40.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2372692Z [05-13|18:29:40.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2372894Z [05-13|18:29:40.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2373029Z [05-13|18:29:40.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2373356Z [05-13|18:29:40.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2373621Z [05-13|18:29:40.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2373878Z [05-13|18:29:40.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2374229Z [05-13|18:29:40.175] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2374744Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2375207Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2375720Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2376062Z [05-13|18:29:40.175] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2376525Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2376985Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2377327Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2377787Z [05-13|18:29:40.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2378372Z [05-13|18:29:40.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2378708Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2379039Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2379377Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2379716Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2380182Z [05-13|18:29:40.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2380522Z [05-13|18:29:40.177] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2380983Z [05-13|18:29:40.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2381252Z [05-13|18:29:40.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2381512Z [05-13|18:29:40.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2382073Z [05-13|18:29:40.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2382222Z [05-13|18:29:40.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2382360Z [05-13|18:29:40.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2382872Z [05-13|18:29:40.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2383217Z [05-13|18:29:40.178] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.2383676Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2383865Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2384336Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2384524Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2384707Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 +2026-05-13T18:30:54.2384981Z [05-13|18:29:40.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2385321Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2385471Z [05-13|18:29:40.178] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2385693Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.2386156Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2386302Z [05-13|18:29:40.178] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2386523Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.2386661Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2386801Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2387136Z [05-13|18:29:40.179] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2387285Z [05-13|18:29:40.179] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2387613Z [05-13|18:29:40.179] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2387825Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.2387975Z [05-13|18:29:40.179] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2388422Z [05-13|18:29:40.179] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2388599Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 +2026-05-13T18:30:54.2388820Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2389028Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2389234Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.2389724Z [05-13|18:29:40.179] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2389931Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.2390480Z [05-13|18:29:40.180] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2390966Z [05-13|18:29:40.180] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2391496Z [05-13|18:29:40.180] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2391763Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2392032Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2392292Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2392808Z [05-13|18:29:40.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2393322Z [05-13|18:29:40.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2393589Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2394041Z [05-13|18:29:40.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2394382Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2394712Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2395176Z [05-13|18:29:40.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2395319Z [05-13|18:29:40.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2395458Z [05-13|18:29:40.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2395785Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2396117Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2396252Z [05-13|18:29:40.184] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2396513Z [05-13|18:29:40.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2396778Z [05-13|18:29:40.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2397236Z [05-13|18:29:40.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2397689Z [05-13|18:29:40.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2397956Z [05-13|18:29:40.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2398348Z [05-13|18:29:40.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.2398819Z [05-13|18:29:40.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2399285Z [05-13|18:29:40.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2399688Z [05-13|18:29:40.186] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2400025Z [05-13|18:29:40.186] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2400408Z [05-13|18:29:40.187] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2400549Z [05-13|18:29:40.187] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2400879Z [05-13|18:29:40.187] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2401015Z [05-13|18:29:40.187] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2401333Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2401598Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2401911Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2402170Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2402635Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2403098Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2405284Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2405751Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2406100Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2406435Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2406767Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2407100Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2407275Z [05-13|18:29:40.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2407550Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2407814Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2408235Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2408709Z [05-13|18:29:40.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2409174Z [05-13|18:29:40.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2409436Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2409895Z [05-13|18:29:40.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2410233Z [05-13|18:29:40.191] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2410692Z [05-13|18:29:40.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2410920Z [05-13|18:29:40.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2411259Z [05-13|18:29:40.191] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2411585Z [05-13|18:29:40.192] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2411725Z [05-13|18:29:40.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2412117Z [05-13|18:29:40.192] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2412388Z [05-13|18:29:40.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2412703Z [05-13|18:29:40.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2412971Z [05-13|18:29:40.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2413431Z [05-13|18:29:40.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2413886Z [05-13|18:29:40.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2414494Z [05-13|18:29:40.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2414843Z [05-13|18:29:40.193] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2415176Z [05-13|18:29:40.193] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2415510Z [05-13|18:29:40.194] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2415778Z [05-13|18:29:40.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2416038Z [05-13|18:29:40.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2416505Z [05-13|18:29:40.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2416774Z [05-13|18:29:40.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2417232Z [05-13|18:29:40.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2417690Z [05-13|18:29:40.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2418024Z [05-13|18:29:40.195] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2418477Z [05-13|18:29:40.195] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2418807Z [05-13|18:29:40.195] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2419078Z [05-13|18:29:40.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2419338Z [05-13|18:29:40.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2419601Z [05-13|18:29:40.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2420127Z [05-13|18:29:40.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2420584Z [05-13|18:29:40.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2421041Z [05-13|18:29:40.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2421432Z [05-13|18:29:40.197] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2421769Z [05-13|18:29:40.197] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2422149Z [05-13|18:29:40.197] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2422372Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2426577Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2426864Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.2427098Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2427696Z [05-13|18:29:40.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2428357Z [05-13|18:29:40.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2428812Z [05-13|18:29:40.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2429091Z [05-13|18:29:40.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2429362Z [05-13|18:29:40.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2429621Z [05-13|18:29:40.293] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2430074Z [05-13|18:29:40.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2430527Z [05-13|18:29:40.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2430981Z [05-13|18:29:40.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2431326Z [05-13|18:29:40.293] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2431678Z [05-13|18:29:40.294] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2432006Z [05-13|18:29:40.294] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2432279Z [05-13|18:29:40.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2432546Z [05-13|18:29:40.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2432804Z [05-13|18:29:40.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2433259Z [05-13|18:29:40.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2433811Z [05-13|18:29:40.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2434276Z [05-13|18:29:40.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2434679Z [05-13|18:29:40.295] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2435015Z [05-13|18:29:40.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2435392Z [05-13|18:29:40.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2435668Z [05-13|18:29:40.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2435930Z [05-13|18:29:40.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2436187Z [05-13|18:29:40.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2436657Z [05-13|18:29:40.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2437175Z [05-13|18:29:40.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2437636Z [05-13|18:29:40.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2437978Z [05-13|18:29:40.298] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2438443Z [05-13|18:29:40.298] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2440255Z [05-13|18:29:40.298] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2440770Z [05-13|18:29:40.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2441004Z [05-13|18:29:40.298] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2441465Z [05-13|18:29:40.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2441921Z [05-13|18:29:40.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2442141Z [05-13|18:29:40.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2442347Z [05-13|18:29:40.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2442647Z [05-13|18:29:40.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2442913Z [05-13|18:29:40.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2443195Z [05-13|18:29:40.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2443662Z [05-13|18:29:40.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2444195Z [05-13|18:29:40.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2444664Z [05-13|18:29:40.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2445033Z [05-13|18:29:40.300] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2445371Z [05-13|18:29:40.301] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2445699Z [05-13|18:29:40.301] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2446023Z [05-13|18:29:40.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2446290Z [05-13|18:29:40.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2446556Z [05-13|18:29:40.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2447026Z [05-13|18:29:40.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2447492Z [05-13|18:29:40.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2448004Z [05-13|18:29:40.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2448519Z [05-13|18:29:40.303] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2448853Z [05-13|18:29:40.303] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2449186Z [05-13|18:29:40.303] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2449454Z [05-13|18:29:40.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2449812Z [05-13|18:29:40.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2450111Z [05-13|18:29:40.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2450581Z [05-13|18:29:40.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2451051Z [05-13|18:29:40.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2451520Z [05-13|18:29:40.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2451867Z [05-13|18:29:40.305] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2452212Z [05-13|18:29:40.305] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2452573Z [05-13|18:29:40.305] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2452727Z [05-13|18:29:40.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2452866Z [05-13|18:29:40.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2453008Z [05-13|18:29:40.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2453201Z [05-13|18:29:40.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2453334Z [05-13|18:29:40.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2453816Z [05-13|18:29:40.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2454278Z [05-13|18:29:40.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2454416Z [05-13|18:29:40.306] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2454878Z [05-13|18:29:40.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2455102Z [05-13|18:29:40.307] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2455444Z [05-13|18:29:40.307] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2455905Z [05-13|18:29:40.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2456242Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2456754Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2457214Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2457548Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2458002Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2458468Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2458987Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2459323Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2459783Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2460234Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2460574Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2461031Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2461366Z [05-13|18:29:40.309] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2461552Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 +2026-05-13T18:30:54.2461870Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2462342Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2462559Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2463021Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2463168Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2463395Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2463609Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2463749Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2463956Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2464160Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2464337Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 +2026-05-13T18:30:54.2464823Z [05-13|18:29:40.310] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2465306Z [05-13|18:29:40.311] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2465832Z [05-13|18:29:40.315] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2466308Z [05-13|18:29:40.316] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2466582Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2466848Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2467114Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2467373Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2467870Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2468457Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2468912Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2469364Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2469708Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2470046Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2470192Z [05-13|18:29:40.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2470523Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2470850Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2470988Z [05-13|18:29:40.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2471323Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2471588Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2471846Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2472109Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2472570Z [05-13|18:29:40.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2473077Z [05-13|18:29:40.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2473537Z [05-13|18:29:40.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2473989Z [05-13|18:29:40.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2474325Z [05-13|18:29:40.321] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2474714Z [05-13|18:29:40.321] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2475040Z [05-13|18:29:40.322] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2475177Z [05-13|18:29:40.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2475509Z [05-13|18:29:40.322] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2475776Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2476037Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2476299Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2476810Z [05-13|18:29:40.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2477270Z [05-13|18:29:40.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2477727Z [05-13|18:29:40.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2477990Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2479041Z [05-13|18:29:40.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2479404Z [05-13|18:29:40.324] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2479738Z [05-13|18:29:40.324] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2480065Z [05-13|18:29:40.324] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2480212Z [05-13|18:29:40.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2480540Z [05-13|18:29:40.325] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2480773Z [05-13|18:29:40.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2481040Z [05-13|18:29:40.325] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2481304Z [05-13|18:29:40.325] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2481565Z [05-13|18:29:40.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2482034Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2482543Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2482808Z [05-13|18:29:40.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2483266Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2483721Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2484142Z [05-13|18:29:40.326] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2484285Z [05-13|18:29:40.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2484609Z [05-13|18:29:40.327] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2484933Z [05-13|18:29:40.327] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2485261Z [05-13|18:29:40.327] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2485397Z [05-13|18:29:40.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2485655Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2485978Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2486241Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2486695Z [05-13|18:29:40.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2486962Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2487414Z [05-13|18:29:40.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2487867Z [05-13|18:29:40.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2488351Z [05-13|18:29:40.329] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2488684Z [05-13|18:29:40.329] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2489137Z [05-13|18:29:40.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2489470Z [05-13|18:29:40.329] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2489919Z [05-13|18:29:40.330] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2490062Z [05-13|18:29:40.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2490322Z [05-13|18:29:40.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2490585Z [05-13|18:29:40.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2490846Z [05-13|18:29:40.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2491305Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2491810Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2492274Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2492728Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2493232Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2493685Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2494016Z [05-13|18:29:40.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2494342Z [05-13|18:29:40.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2494670Z [05-13|18:29:40.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2494983Z [05-13|18:29:40.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2495251Z [05-13|18:29:40.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2495711Z [05-13|18:29:40.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2496167Z [05-13|18:29:40.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2496431Z [05-13|18:29:40.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2496886Z [05-13|18:29:40.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2497213Z [05-13|18:29:40.334] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2497540Z [05-13|18:29:40.334] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2497870Z [05-13|18:29:40.334] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2498199Z [05-13|18:29:40.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2498416Z [05-13|18:29:40.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.2498694Z [05-13|18:29:40.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2498898Z [05-13|18:29:40.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2499160Z [05-13|18:29:40.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2499428Z [05-13|18:29:40.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2499695Z [05-13|18:29:40.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2500151Z [05-13|18:29:40.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2500662Z [05-13|18:29:40.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2501119Z [05-13|18:29:40.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2501450Z [05-13|18:29:40.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2501787Z [05-13|18:29:40.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2502163Z [05-13|18:29:40.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2502427Z [05-13|18:29:40.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2502693Z [05-13|18:29:40.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2502955Z [05-13|18:29:40.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2503408Z [05-13|18:29:40.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2503919Z [05-13|18:29:40.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2504375Z [05-13|18:29:40.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2504710Z [05-13|18:29:40.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2505043Z [05-13|18:29:40.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2505369Z [05-13|18:29:40.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2505632Z [05-13|18:29:40.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2506098Z [05-13|18:29:40.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2506362Z [05-13|18:29:40.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2506618Z [05-13|18:29:40.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2507081Z [05-13|18:29:40.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2507575Z [05-13|18:29:40.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2507914Z [05-13|18:29:40.348] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2508364Z [05-13|18:29:40.348] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2508689Z [05-13|18:29:40.348] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2509155Z [05-13|18:29:40.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2509669Z [05-13|18:29:40.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2510123Z [05-13|18:29:40.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2510340Z [05-13|18:29:40.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2510546Z [05-13|18:29:40.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2510755Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2511075Z [05-13|18:29:40.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2511335Z [05-13|18:29:40.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2511595Z [05-13|18:29:40.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2512056Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2512508Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2513006Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2513344Z [05-13|18:29:40.351] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2513668Z [05-13|18:29:40.351] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2513993Z [05-13|18:29:40.351] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2514260Z [05-13|18:29:40.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2514520Z [05-13|18:29:40.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2514778Z [05-13|18:29:40.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2515240Z [05-13|18:29:40.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2515695Z [05-13|18:29:40.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2516147Z [05-13|18:29:40.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2516542Z [05-13|18:29:40.353] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2516869Z [05-13|18:29:40.353] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2517197Z [05-13|18:29:40.353] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2517472Z [05-13|18:29:40.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2517738Z [05-13|18:29:40.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2517998Z [05-13|18:29:40.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2518648Z [05-13|18:29:40.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2519122Z [05-13|18:29:40.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2519590Z [05-13|18:29:40.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2519933Z [05-13|18:29:40.355] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2520324Z [05-13|18:29:40.355] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2520654Z [05-13|18:29:40.355] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2521119Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2521576Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2521799Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2522305Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2522523Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2522736Z [05-13|18:29:40.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2523005Z [05-13|18:29:40.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2523462Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2523919Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2524190Z [05-13|18:29:40.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2524645Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2525110Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2525377Z [05-13|18:29:40.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2525930Z [05-13|18:29:40.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2526398Z [05-13|18:29:40.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2526733Z [05-13|18:29:40.359] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2527063Z [05-13|18:29:40.359] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2527435Z [05-13|18:29:40.359] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2527701Z [05-13|18:29:40.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2527965Z [05-13|18:29:40.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2528547Z [05-13|18:29:40.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2529006Z [05-13|18:29:40.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2529337Z [05-13|18:29:40.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2529800Z [05-13|18:29:40.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2530146Z [05-13|18:29:40.361] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2530487Z [05-13|18:29:40.361] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2530842Z [05-13|18:29:40.361] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2531166Z [05-13|18:29:40.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2531437Z [05-13|18:29:40.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2531705Z [05-13|18:29:40.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2532170Z [05-13|18:29:40.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2532631Z [05-13|18:29:40.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2533094Z [05-13|18:29:40.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2533437Z [05-13|18:29:40.363] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2533768Z [05-13|18:29:40.363] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2534101Z [05-13|18:29:40.363] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2534563Z [05-13|18:29:40.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2535083Z [05-13|18:29:40.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2535540Z [05-13|18:29:40.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2535754Z [05-13|18:29:40.364] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2535975Z [05-13|18:29:40.364] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2536182Z [05-13|18:29:40.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2536504Z [05-13|18:29:40.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2536971Z [05-13|18:29:40.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2537241Z [05-13|18:29:40.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2537506Z [05-13|18:29:40.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2537970Z [05-13|18:29:40.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2538588Z [05-13|18:29:40.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2538929Z [05-13|18:29:40.366] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2539270Z [05-13|18:29:40.366] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2539601Z [05-13|18:29:40.367] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2539863Z [05-13|18:29:40.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2540205Z [05-13|18:29:40.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2540474Z [05-13|18:29:40.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2540936Z [05-13|18:29:40.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2541400Z [05-13|18:29:40.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2541861Z [05-13|18:29:40.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2542201Z [05-13|18:29:40.368] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2542543Z [05-13|18:29:40.368] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2542876Z [05-13|18:29:40.369] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2543142Z [05-13|18:29:40.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2543410Z [05-13|18:29:40.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2543926Z [05-13|18:29:40.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2544188Z [05-13|18:29:40.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2544650Z [05-13|18:29:40.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2545104Z [05-13|18:29:40.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2545370Z [05-13|18:29:40.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2545691Z [05-13|18:29:40.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2545957Z [05-13|18:29:40.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2546419Z [05-13|18:29:40.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2546761Z [05-13|18:29:40.370] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2547280Z [05-13|18:29:40.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2547609Z [05-13|18:29:40.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2548194Z [05-13|18:29:40.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2548348Z [05-13|18:29:40.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2548679Z [05-13|18:29:40.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2549023Z [05-13|18:29:40.372] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2549419Z [05-13|18:29:40.372] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2549565Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2549705Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2549837Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2549970Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2550111Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2550446Z [05-13|18:29:40.372] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2550580Z [05-13|18:29:40.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2551049Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2551513Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2551781Z [05-13|18:29:40.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2551928Z [05-13|18:29:40.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2552191Z [05-13|18:29:40.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2552509Z [05-13|18:29:40.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2552848Z [05-13|18:29:40.373] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2553307Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2553768Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2554278Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2554730Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2555183Z [05-13|18:29:40.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2555525Z [05-13|18:29:40.373] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2555716Z [05-13|18:29:40.374] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2556168Z [05-13|18:29:40.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2556506Z [05-13|18:29:40.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2556832Z [05-13|18:29:40.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2557159Z [05-13|18:29:40.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2557431Z [05-13|18:29:40.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2557608Z [05-13|18:29:40.375] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2558178Z [05-13|18:29:40.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2558455Z [05-13|18:29:40.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2558715Z [05-13|18:29:40.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2558851Z [05-13|18:29:40.376] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2559322Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2559651Z [05-13|18:29:40.376] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2559785Z [05-13|18:29:40.376] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2560245Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2560700Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2561159Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2561360Z [05-13|18:29:40.376] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2561691Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2561832Z [05-13|18:29:40.377] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2562159Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2562496Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2562949Z [05-13|18:29:40.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2563331Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2563665Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2564121Z [05-13|18:29:40.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2564451Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2564971Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2565424Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2565754Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2566217Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2566604Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2567066Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2567210Z [05-13|18:29:40.378] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2567343Z [05-13|18:29:40.378] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2567476Z [05-13|18:29:40.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2567942Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2568518Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2568859Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2569334Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2569788Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2570241Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2570452Z [05-13|18:29:40.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2570668Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2570876Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.2571229Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2571688Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2572075Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2572541Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2572878Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2573342Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2573847Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2574185Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.2574648Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2574988Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.2575449Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2575963Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2576428Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2576605Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 +2026-05-13T18:30:54.2576929Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2577082Z [05-13|18:29:40.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2577539Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2578002Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2578276Z [05-13|18:29:40.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2578500Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2578718Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2578862Z [05-13|18:29:40.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2579074Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2579283Z [05-13|18:29:40.382] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2579459Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 +2026-05-13T18:30:54.2579945Z [05-13|18:29:40.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2580431Z [05-13|18:29:40.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2580906Z [05-13|18:29:40.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2581432Z [05-13|18:29:40.383] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2581714Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2581977Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2582240Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2582508Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2583056Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2583516Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2583976Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2584429Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2584822Z [05-13|18:29:40.385] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2585162Z [05-13|18:29:40.385] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2585304Z [05-13|18:29:40.386] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2585636Z [05-13|18:29:40.386] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2585969Z [05-13|18:29:40.386] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2586236Z [05-13|18:29:40.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2586496Z [05-13|18:29:40.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2586758Z [05-13|18:29:40.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2587216Z [05-13|18:29:40.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2587681Z [05-13|18:29:40.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2588252Z [05-13|18:29:40.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2588585Z [05-13|18:29:40.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.2588921Z [05-13|18:29:40.388] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2589385Z [05-13|18:29:40.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2589716Z [05-13|18:29:40.389] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2590041Z [05-13|18:29:40.389] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2590426Z [05-13|18:29:40.389] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2590572Z [05-13|18:29:40.389] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2590834Z [05-13|18:29:40.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2591098Z [05-13|18:29:40.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2591553Z [05-13|18:29:40.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2592057Z [05-13|18:29:40.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2592325Z [05-13|18:29:40.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.2592584Z [05-13|18:29:40.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2593047Z [05-13|18:29:40.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2593306Z [05-13|18:29:40.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2593840Z [05-13|18:29:40.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2594112Z [05-13|18:29:40.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2594564Z [05-13|18:29:40.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2594824Z [05-13|18:29:40.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2595164Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2595618Z [05-13|18:29:40.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2595949Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2596407Z [05-13|18:29:40.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2596543Z [05-13|18:29:40.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2596872Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2597012Z [05-13|18:29:40.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2597381Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2597515Z [05-13|18:29:40.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2597786Z [05-13|18:29:40.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2598162Z [05-13|18:29:40.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2598426Z [05-13|18:29:40.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2598888Z [05-13|18:29:40.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2599407Z [05-13|18:29:40.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2599861Z [05-13|18:29:40.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2600199Z [05-13|18:29:40.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2600526Z [05-13|18:29:40.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2600905Z [05-13|18:29:40.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2601231Z [05-13|18:29:40.395] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2601562Z [05-13|18:29:40.395] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2601778Z [05-13|18:29:40.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.2602104Z [05-13|18:29:40.395] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2602366Z [05-13|18:29:40.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2602883Z [05-13|18:29:40.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2603156Z [05-13|18:29:40.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2603412Z [05-13|18:29:40.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2603868Z [05-13|18:29:40.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2604327Z [05-13|18:29:40.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2604585Z [05-13|18:29:40.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2604842Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2605105Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2605361Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2605820Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2606336Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2606669Z [05-13|18:29:40.397] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2607123Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2607458Z [05-13|18:29:40.397] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2607716Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2608206Z [05-13|18:29:40.397] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2608690Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2609021Z [05-13|18:29:40.398] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2609288Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2609806Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2610265Z [05-13|18:29:40.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2610406Z [05-13|18:29:40.398] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2610740Z [05-13|18:29:40.398] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2611004Z [05-13|18:29:40.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2611510Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2611790Z [05-13|18:29:40.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2612058Z [05-13|18:29:40.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2612317Z [05-13|18:29:40.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2612651Z [05-13|18:29:40.399] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2613114Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2613578Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2614036Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2614367Z [05-13|18:29:40.399] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2614511Z [05-13|18:29:40.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2614648Z [05-13|18:29:40.399] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2614969Z [05-13|18:29:40.399] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2615350Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2615685Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2616010Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2616346Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2616609Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2616907Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2617375Z [05-13|18:29:40.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2617636Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2618611Z [05-13|18:29:40.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2619161Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2619524Z [05-13|18:29:40.401] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2619808Z [05-13|18:29:40.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2620384Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2620732Z [05-13|18:29:40.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2621191Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2621612Z [05-13|18:29:40.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2622090Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2622432Z [05-13|18:29:40.402] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2623001Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2623457Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2623788Z [05-13|18:29:40.402] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2624247Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2624697Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2625027Z [05-13|18:29:40.403] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2625319Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2625891Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2626109Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2626265Z [05-13|18:29:40.403] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2626599Z [05-13|18:29:40.403] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2626922Z [05-13|18:29:40.404] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2627314Z [05-13|18:29:40.404] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2627457Z [05-13|18:29:40.404] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2627778Z [05-13|18:29:40.404] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2628400Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2628693Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2628963Z [05-13|18:29:40.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2629438Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2629704Z [05-13|18:29:40.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2630157Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2630663Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2630878Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2631143Z [05-13|18:29:40.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2631740Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2632195Z [05-13|18:29:40.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2632538Z [05-13|18:29:40.406] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2632881Z [05-13|18:29:40.406] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2633213Z [05-13|18:29:40.407] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2633562Z [05-13|18:29:40.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2633832Z [05-13|18:29:40.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2634164Z [05-13|18:29:40.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2634452Z [05-13|18:29:40.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2634996Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2635522Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2635984Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2636253Z [05-13|18:29:40.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2636753Z [05-13|18:29:40.408] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2637035Z [05-13|18:29:40.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2637415Z [05-13|18:29:40.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2637744Z [05-13|18:29:40.409] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2638487Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2639100Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2639634Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2640035Z [05-13|18:29:40.409] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2640658Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2640883Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2641395Z [05-13|18:29:40.409] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2641699Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.2642041Z [05-13|18:29:40.410] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2642253Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2642584Z [05-13|18:29:40.410] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2642858Z [05-13|18:29:40.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2643130Z [05-13|18:29:40.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2643398Z [05-13|18:29:40.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2643872Z [05-13|18:29:40.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2644654Z [05-13|18:29:40.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2645179Z [05-13|18:29:40.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2645671Z [05-13|18:29:40.412] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2645821Z [05-13|18:29:40.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2646158Z [05-13|18:29:40.412] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2646298Z [05-13|18:29:40.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2646437Z [05-13|18:29:40.412] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2646767Z [05-13|18:29:40.412] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2646900Z [05-13|18:29:40.413] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2647093Z [05-13|18:29:40.413] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2647231Z [05-13|18:29:40.413] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2647447Z [05-13|18:29:40.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2647716Z [05-13|18:29:40.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2647982Z [05-13|18:29:40.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2648595Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2648928Z [05-13|18:29:40.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2649399Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2649854Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2650335Z [05-13|18:29:40.414] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2650872Z [05-13|18:29:40.414] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2651510Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2651850Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2652175Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2652501Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2652958Z [05-13|18:29:40.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2653284Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2653739Z [05-13|18:29:40.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2654069Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2654338Z [05-13|18:29:40.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2654667Z [05-13|18:29:40.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2655124Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2655576Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2655841Z [05-13|18:29:40.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2656301Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2656903Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2657448Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2658035Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2658729Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2659275Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2659745Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2660085Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2660548Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2661058Z [05-13|18:29:40.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2661506Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.2661851Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2661997Z [05-13|18:29:40.417] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2662338Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2662775Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.2663109Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2663705Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.2663859Z [05-13|18:29:40.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2664190Z [05-13|18:29:40.418] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2664400Z [05-13|18:29:40.418] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2665010Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2665190Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 +2026-05-13T18:30:54.2665579Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2665737Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2665959Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2666103Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2666314Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.2666459Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2666794Z [05-13|18:29:40.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2667065Z [05-13|18:29:40.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2667216Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2667686Z [05-13|18:29:40.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2668293Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2668738Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 +2026-05-13T18:30:54.2669013Z [05-13|18:29:40.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2669594Z [05-13|18:29:40.419] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2670145Z [05-13|18:29:40.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2670691Z [05-13|18:29:40.420] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2671116Z [05-13|18:29:40.420] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2671521Z [05-13|18:29:40.420] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2671850Z [05-13|18:29:40.420] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2672334Z [05-13|18:29:40.420] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2672794Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2673251Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2673670Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2673886Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2674344Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2674976Z [05-13|18:29:40.421] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2675248Z [05-13|18:29:40.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2675855Z [05-13|18:29:40.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2676128Z [05-13|18:29:40.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2676577Z [05-13|18:29:40.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2676854Z [05-13|18:29:40.425] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2677125Z [05-13|18:29:40.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2677575Z [05-13|18:29:40.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2677834Z [05-13|18:29:40.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2678330Z [05-13|18:29:40.426] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2679171Z [05-13|18:29:40.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2679553Z [05-13|18:29:40.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2680096Z [05-13|18:29:40.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2680566Z [05-13|18:29:40.427] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2680835Z [05-13|18:29:40.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2681062Z [05-13|18:29:40.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2681530Z [05-13|18:29:40.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2681832Z [05-13|18:29:40.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2682298Z [05-13|18:29:40.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2682633Z [05-13|18:29:40.427] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2682971Z [05-13|18:29:40.428] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2683127Z [05-13|18:29:40.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2683478Z [05-13|18:29:40.428] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2683812Z [05-13|18:29:40.429] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2683956Z [05-13|18:29:40.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2684093Z [05-13|18:29:40.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2684226Z [05-13|18:29:40.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2684624Z [05-13|18:29:40.431] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2684759Z [05-13|18:29:40.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2684891Z [05-13|18:29:40.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2685024Z [05-13|18:29:40.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2685293Z [05-13|18:29:40.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2685711Z [05-13|18:29:40.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2686253Z [05-13|18:29:40.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2686841Z [05-13|18:29:40.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2687423Z [05-13|18:29:40.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.2687567Z [05-13|18:29:40.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2687896Z [05-13|18:29:40.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2688515Z [05-13|18:29:40.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.2688979Z [05-13|18:29:40.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2689518Z [05-13|18:29:40.434] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.2689917Z [05-13|18:29:40.434] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2690444Z [05-13|18:29:40.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2690844Z [05-13|18:29:40.434] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2691302Z [05-13|18:29:40.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2691633Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2691771Z [05-13|18:29:40.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2691907Z [05-13|18:29:40.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2692238Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2692692Z [05-13|18:29:40.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2692825Z [05-13|18:29:40.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2693163Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2693484Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2693809Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.2694331Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2694780Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2694918Z [05-13|18:29:40.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2695249Z [05-13|18:29:40.436] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.2695698Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2696075Z [05-13|18:29:40.436] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.2696536Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2696671Z [05-13|18:29:40.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2696803Z [05-13|18:29:40.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2696943Z [05-13|18:29:40.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2697207Z [05-13|18:29:40.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2697520Z [05-13|18:29:40.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2697782Z [05-13|18:29:40.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2698231Z [05-13|18:29:40.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2698755Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2699212Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2699739Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2700080Z [05-13|18:29:40.438] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2700415Z [05-13|18:29:40.438] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.2700870Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2701322Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2701652Z [05-13|18:29:40.438] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2701789Z [05-13|18:29:40.438] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2702247Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2702573Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2702899Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.2703429Z [05-13|18:29:40.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2703761Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.2704089Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2704553Z [05-13|18:29:40.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2704688Z [05-13|18:29:40.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2705068Z [05-13|18:29:40.440] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.2705534Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2705984Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2706252Z [05-13|18:29:40.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2706649Z [05-13|18:29:40.440] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.2707105Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2707556Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2707824Z [05-13|18:29:40.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2708215Z [05-13|18:29:40.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2708750Z [05-13|18:29:40.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2709216Z [05-13|18:29:40.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2709549Z [05-13|18:29:40.441] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2709893Z [05-13|18:29:40.441] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.2710358Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2710793Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.2710933Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2711360Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.2711780Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.2712107Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2712305Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2712438Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2712567Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2712904Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.2713083Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 +2026-05-13T18:30:54.2713395Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2713872Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2714072Z [05-13|18:29:40.442] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2714533Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2714675Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2714888Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.2715024Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2715216Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2715348Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2715555Z [05-13|18:29:40.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.2715889Z [05-13|18:29:40.443] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2716031Z [05-13|18:29:40.443] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2716163Z [05-13|18:29:40.443] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2716307Z [05-13|18:29:40.443] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2716517Z [05-13|18:29:40.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.2716651Z [05-13|18:29:40.443] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2716835Z [05-13|18:29:40.443] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2717015Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 +2026-05-13T18:30:54.2717496Z [05-13|18:29:40.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2717970Z [05-13|18:29:40.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2718767Z [05-13|18:29:40.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2719116Z [05-13|18:29:40.444] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2719595Z [05-13|18:29:40.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2719741Z [05-13|18:29:40.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2720216Z [05-13|18:29:40.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2720493Z [05-13|18:29:40.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2720835Z [05-13|18:29:40.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2721292Z [05-13|18:29:40.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2721748Z [05-13|18:29:40.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2722010Z [05-13|18:29:40.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2722446Z [05-13|18:29:40.446] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.2722927Z [05-13|18:29:40.446] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.2723385Z [05-13|18:29:40.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2723524Z [05-13|18:29:40.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2723663Z [05-13|18:29:40.446] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2723997Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2724381Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2724810Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.2725137Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2725272Z [05-13|18:29:40.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2725408Z [05-13|18:29:40.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2725669Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2725982Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2726248Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2726706Z [05-13|18:29:40.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2727155Z [05-13|18:29:40.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2727420Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2727559Z [05-13|18:29:40.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2728006Z [05-13|18:29:40.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2728603Z [05-13|18:29:40.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2728937Z [05-13|18:29:40.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2729263Z [05-13|18:29:40.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2729589Z [05-13|18:29:40.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2730114Z [05-13|18:29:40.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2730438Z [05-13|18:29:40.450] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2730580Z [05-13|18:29:40.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2730716Z [05-13|18:29:40.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2730848Z [05-13|18:29:40.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2731176Z [05-13|18:29:40.450] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2731488Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2731748Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2732008Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2732261Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2732715Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2733223Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2733672Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2734119Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2734456Z [05-13|18:29:40.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2734833Z [05-13|18:29:40.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2735098Z [05-13|18:29:40.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2735361Z [05-13|18:29:40.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2735497Z [05-13|18:29:40.452] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2735948Z [05-13|18:29:40.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2736282Z [05-13|18:29:40.453] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2736730Z [05-13|18:29:40.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2736990Z [05-13|18:29:40.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2737320Z [05-13|18:29:40.453] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2737767Z [05-13|18:29:40.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2737902Z [05-13|18:29:40.453] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2738294Z [05-13|18:29:40.452] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2738647Z [05-13|18:29:40.454] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2738970Z [05-13|18:29:40.454] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2739238Z [05-13|18:29:40.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2739502Z [05-13|18:29:40.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2739766Z [05-13|18:29:40.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2740093Z [05-13|18:29:40.454] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2740654Z [05-13|18:29:40.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2740918Z [05-13|18:29:40.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2741374Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2741633Z [05-13|18:29:40.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2741944Z [05-13|18:29:40.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2742399Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2742850Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2743303Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2743808Z [05-13|18:29:40.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2744173Z [05-13|18:29:40.456] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2744505Z [05-13|18:29:40.456] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2744781Z [05-13|18:29:40.456] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2745106Z [05-13|18:29:40.456] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2745560Z [05-13|18:29:40.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2745907Z [05-13|18:29:40.457] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2746228Z [05-13|18:29:40.457] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2746364Z [05-13|18:29:40.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2746502Z [05-13|18:29:40.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2746819Z [05-13|18:29:40.457] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2747078Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2747403Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2747856Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2748252Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2748520Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2748972Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2749483Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2749947Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2750272Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2750494Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2750757Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2750963Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.2751292Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2751620Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2751828Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2752149Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2752531Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2752672Z [05-13|18:29:40.460] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2752933Z [05-13|18:29:40.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2753198Z [05-13|18:29:40.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2753455Z [05-13|18:29:40.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2753912Z [05-13|18:29:40.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2754366Z [05-13|18:29:40.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2754812Z [05-13|18:29:40.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2755148Z [05-13|18:29:40.461] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2755471Z [05-13|18:29:40.461] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2755802Z [05-13|18:29:40.462] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2756123Z [05-13|18:29:40.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2756384Z [05-13|18:29:40.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2756642Z [05-13|18:29:40.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2757100Z [05-13|18:29:40.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2757551Z [05-13|18:29:40.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2758209Z [05-13|18:29:40.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2758686Z [05-13|18:29:40.463] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2759013Z [05-13|18:29:40.463] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2759338Z [05-13|18:29:40.463] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2759602Z [05-13|18:29:40.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2759938Z [05-13|18:29:40.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2760193Z [05-13|18:29:40.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2760652Z [05-13|18:29:40.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2761103Z [05-13|18:29:40.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2761610Z [05-13|18:29:40.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2761944Z [05-13|18:29:40.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2762266Z [05-13|18:29:40.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2762588Z [05-13|18:29:40.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2762803Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2763010Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2763215Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2763422Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.2763877Z [05-13|18:29:40.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2764326Z [05-13|18:29:40.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2764782Z [05-13|18:29:40.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2765103Z [05-13|18:29:40.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2765363Z [05-13|18:29:40.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2765631Z [05-13|18:29:40.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2766088Z [05-13|18:29:40.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2766536Z [05-13|18:29:40.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2767044Z [05-13|18:29:40.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2767382Z [05-13|18:29:40.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2767706Z [05-13|18:29:40.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2768173Z [05-13|18:29:40.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2768449Z [05-13|18:29:40.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2768778Z [05-13|18:29:40.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2769042Z [05-13|18:29:40.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2769505Z [05-13|18:29:40.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2769963Z [05-13|18:29:40.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2770418Z [05-13|18:29:40.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2770806Z [05-13|18:29:40.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2771142Z [05-13|18:29:40.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2771464Z [05-13|18:29:40.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2771606Z [05-13|18:29:40.531] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2771742Z [05-13|18:29:40.531] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2771878Z [05-13|18:29:40.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2772144Z [05-13|18:29:40.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2772406Z [05-13|18:29:40.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2772674Z [05-13|18:29:40.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2773137Z [05-13|18:29:40.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2773600Z [05-13|18:29:40.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2774122Z [05-13|18:29:40.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2774258Z [05-13|18:29:40.533] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2774391Z [05-13|18:29:40.533] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2774730Z [05-13|18:29:40.533] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2775063Z [05-13|18:29:40.533] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2775385Z [05-13|18:29:40.534] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2775524Z [05-13|18:29:40.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2775901Z [05-13|18:29:40.534] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2776361Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2776691Z [05-13|18:29:40.534] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2777154Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2777654Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2778305Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2778771Z [05-13|18:29:40.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2778914Z [05-13|18:29:40.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2779048Z [05-13|18:29:40.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2779441Z [05-13|18:29:40.536] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2779907Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2780356Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2780711Z [05-13|18:29:40.536] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2781173Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2781500Z [05-13|18:29:40.536] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2781960Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2782140Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 +2026-05-13T18:30:54.2782453Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2782602Z [05-13|18:29:40.536] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2783070Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2783275Z [05-13|18:29:40.537] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2783488Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2783638Z [05-13|18:29:40.537] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2783848Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2783990Z [05-13|18:29:40.537] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2784204Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2784376Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 +2026-05-13T18:30:54.2784908Z [05-13|18:29:40.537] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2785389Z [05-13|18:29:40.538] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2785862Z [05-13|18:29:40.538] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2786331Z [05-13|18:29:40.539] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2786655Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2786919Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2787176Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2787643Z [05-13|18:29:40.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2788272Z [05-13|18:29:40.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2788747Z [05-13|18:29:40.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2789024Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2789482Z [05-13|18:29:40.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2789831Z [05-13|18:29:40.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2790165Z [05-13|18:29:40.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2790489Z [05-13|18:29:40.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2790631Z [05-13|18:29:40.541] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2790772Z [05-13|18:29:40.541] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2791093Z [05-13|18:29:40.542] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2791226Z [05-13|18:29:40.542] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2791493Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2791811Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2792066Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2792529Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2792786Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2793238Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2793742Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2794195Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2794526Z [05-13|18:29:40.543] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2794858Z [05-13|18:29:40.544] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2795233Z [05-13|18:29:40.544] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2795554Z [05-13|18:29:40.544] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2795693Z [05-13|18:29:40.545] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2795954Z [05-13|18:29:40.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2796214Z [05-13|18:29:40.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2796476Z [05-13|18:29:40.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2796971Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2797431Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2797698Z [05-13|18:29:40.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.2798272Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2798890Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2799270Z [05-13|18:29:40.546] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2799614Z [05-13|18:29:40.546] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2799942Z [05-13|18:29:40.547] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2800271Z [05-13|18:29:40.547] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2800411Z [05-13|18:29:40.547] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2800676Z [05-13|18:29:40.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2801022Z [05-13|18:29:40.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2801280Z [05-13|18:29:40.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2801747Z [05-13|18:29:40.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2802192Z [05-13|18:29:40.548] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.2802329Z [05-13|18:29:40.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2802834Z [05-13|18:29:40.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2803292Z [05-13|18:29:40.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2803428Z [05-13|18:29:40.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2803761Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2804198Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.2804390Z [05-13|18:29:40.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2804810Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.2804951Z [05-13|18:29:40.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2805279Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2805602Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2806114Z [05-13|18:29:40.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2806444Z [05-13|18:29:40.550] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2806706Z [05-13|18:29:40.551] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2807165Z [05-13|18:29:40.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2807425Z [05-13|18:29:40.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2807871Z [05-13|18:29:40.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2808275Z [05-13|18:29:40.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2808751Z [05-13|18:29:40.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2809110Z [05-13|18:29:40.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2809445Z [05-13|18:29:40.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2809772Z [05-13|18:29:40.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2810145Z [05-13|18:29:40.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2810406Z [05-13|18:29:40.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2810665Z [05-13|18:29:40.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2811131Z [05-13|18:29:40.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2811583Z [05-13|18:29:40.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2812085Z [05-13|18:29:40.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2812425Z [05-13|18:29:40.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2812750Z [05-13|18:29:40.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2813073Z [05-13|18:29:40.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2813391Z [05-13|18:29:40.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2813650Z [05-13|18:29:40.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2813911Z [05-13|18:29:40.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2814373Z [05-13|18:29:40.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2814826Z [05-13|18:29:40.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2815327Z [05-13|18:29:40.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2815662Z [05-13|18:29:40.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2815983Z [05-13|18:29:40.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2816304Z [05-13|18:29:40.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2816524Z [05-13|18:29:40.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2816733Z [05-13|18:29:40.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2816937Z [05-13|18:29:40.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2817144Z [05-13|18:29:40.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.2817602Z [05-13|18:29:40.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2818198Z [05-13|18:29:40.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2818661Z [05-13|18:29:40.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2818991Z [05-13|18:29:40.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2819249Z [05-13|18:29:40.604] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2819511Z [05-13|18:29:40.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2819961Z [05-13|18:29:40.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2820410Z [05-13|18:29:40.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2820916Z [05-13|18:29:40.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2821255Z [05-13|18:29:40.604] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2821582Z [05-13|18:29:40.605] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2821912Z [05-13|18:29:40.605] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2822227Z [05-13|18:29:40.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2822485Z [05-13|18:29:40.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2822958Z [05-13|18:29:40.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2823218Z [05-13|18:29:40.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2823672Z [05-13|18:29:40.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2824184Z [05-13|18:29:40.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2824518Z [05-13|18:29:40.606] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2824847Z [05-13|18:29:40.607] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2825172Z [05-13|18:29:40.607] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2825443Z [05-13|18:29:40.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2825927Z [05-13|18:29:40.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2826422Z [05-13|18:29:40.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2827207Z [05-13|18:29:40.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2827975Z [05-13|18:29:40.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2829015Z [05-13|18:29:40.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2829592Z [05-13|18:29:40.609] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2830266Z [05-13|18:29:40.609] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2830817Z [05-13|18:29:40.609] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2831603Z [05-13|18:29:40.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2832383Z [05-13|18:29:40.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2833231Z [05-13|18:29:40.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2833602Z [05-13|18:29:40.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2833965Z [05-13|18:29:40.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2834317Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2834772Z [05-13|18:29:40.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2835329Z [05-13|18:29:40.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2835794Z [05-13|18:29:40.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2836569Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2837041Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2837497Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2837927Z [05-13|18:29:40.612] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2838603Z [05-13|18:29:40.612] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2838953Z [05-13|18:29:40.612] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2839232Z [05-13|18:29:40.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2839507Z [05-13|18:29:40.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2839983Z [05-13|18:29:40.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2840256Z [05-13|18:29:40.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2840723Z [05-13|18:29:40.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2841182Z [05-13|18:29:40.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2841524Z [05-13|18:29:40.614] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2841946Z [05-13|18:29:40.614] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2842278Z [05-13|18:29:40.614] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2842545Z [05-13|18:29:40.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2843012Z [05-13|18:29:40.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2843162Z [05-13|18:29:40.616] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2843431Z [05-13|18:29:40.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2843951Z [05-13|18:29:40.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2844221Z [05-13|18:29:40.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2844677Z [05-13|18:29:40.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2845021Z [05-13|18:29:40.617] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2845212Z [05-13|18:29:40.617] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2845347Z [05-13|18:29:40.617] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2845487Z [05-13|18:29:40.617] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2845817Z [05-13|18:29:40.618] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2845955Z [05-13|18:29:40.618] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2846286Z [05-13|18:29:40.618] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2846419Z [05-13|18:29:40.618] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2846929Z [05-13|18:29:40.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2847074Z [05-13|18:29:40.618] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2847209Z [05-13|18:29:40.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2847342Z [05-13|18:29:40.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2847805Z [05-13|18:29:40.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2848471Z [05-13|18:29:40.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2848612Z [05-13|18:29:40.619] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2848957Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2849421Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2849756Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2850223Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2850627Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2851081Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2851536Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2851866Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2852332Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2852718Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2853189Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2853561Z [05-13|18:29:40.621] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2854038Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2854548Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2854892Z [05-13|18:29:40.621] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2855346Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2855677Z [05-13|18:29:40.621] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2855863Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 +2026-05-13T18:30:54.2856233Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2856391Z [05-13|18:29:40.621] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2856856Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2857001Z [05-13|18:29:40.621] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2857459Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2857685Z [05-13|18:29:40.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2857827Z [05-13|18:29:40.622] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2858037Z [05-13|18:29:40.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2858461Z [05-13|18:29:40.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2858605Z [05-13|18:29:40.622] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2858780Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 +2026-05-13T18:30:54.2859269Z [05-13|18:29:40.622] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2859743Z [05-13|18:29:40.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2860288Z [05-13|18:29:40.628] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2860766Z [05-13|18:29:40.629] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2861042Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2861308Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2861829Z [05-13|18:29:40.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2862287Z [05-13|18:29:40.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2862546Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2862812Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2863264Z [05-13|18:29:40.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2863767Z [05-13|18:29:40.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2864114Z [05-13|18:29:40.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2864256Z [05-13|18:29:40.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2864587Z [05-13|18:29:40.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2864919Z [05-13|18:29:40.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2865296Z [05-13|18:29:40.633] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2865439Z [05-13|18:29:40.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2865712Z [05-13|18:29:40.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2865974Z [05-13|18:29:40.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2866430Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2866700Z [05-13|18:29:40.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2867152Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2867412Z [05-13|18:29:40.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2867869Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2868423Z [05-13|18:29:40.635] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2868890Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2869303Z [05-13|18:29:40.635] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2869633Z [05-13|18:29:40.635] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2869791Z [05-13|18:29:40.635] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2870126Z [05-13|18:29:40.636] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2870264Z [05-13|18:29:40.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2870534Z [05-13|18:29:40.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2870859Z [05-13|18:29:40.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2871122Z [05-13|18:29:40.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2871581Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2871849Z [05-13|18:29:40.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.2872358Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2872810Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2873267Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2873602Z [05-13|18:29:40.637] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2873932Z [05-13|18:29:40.638] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2874315Z [05-13|18:29:40.638] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2874457Z [05-13|18:29:40.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2874784Z [05-13|18:29:40.638] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2875057Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2875347Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2875609Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2875869Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2876328Z [05-13|18:29:40.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2876781Z [05-13|18:29:40.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2877233Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2877683Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2878434Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2878909Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2879365Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2879709Z [05-13|18:29:40.640] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2880115Z [05-13|18:29:40.641] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2880444Z [05-13|18:29:40.641] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2880772Z [05-13|18:29:40.641] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.2880985Z [05-13|18:29:40.641] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.2881258Z [05-13|18:29:40.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2881581Z [05-13|18:29:40.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2881840Z [05-13|18:29:40.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.2882299Z [05-13|18:29:40.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2882759Z [05-13|18:29:40.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2883209Z [05-13|18:29:40.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2883630Z [05-13|18:29:40.643] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2883969Z [05-13|18:29:40.643] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2884295Z [05-13|18:29:40.644] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2884556Z [05-13|18:29:40.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2884821Z [05-13|18:29:40.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2885077Z [05-13|18:29:40.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.2885532Z [05-13|18:29:40.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2885990Z [05-13|18:29:40.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2886438Z [05-13|18:29:40.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2886768Z [05-13|18:29:40.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2887158Z [05-13|18:29:40.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2887481Z [05-13|18:29:40.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2887743Z [05-13|18:29:40.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2888004Z [05-13|18:29:40.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2888739Z [05-13|18:29:40.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2889075Z [05-13|18:29:40.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.2889535Z [05-13|18:29:40.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2889990Z [05-13|18:29:40.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2890319Z [05-13|18:29:40.647] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2890702Z [05-13|18:29:40.648] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2891023Z [05-13|18:29:40.648] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2891240Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2891454Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2891660Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.2891862Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.2892324Z [05-13|18:29:40.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2892867Z [05-13|18:29:40.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2893330Z [05-13|18:29:40.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2893596Z [05-13|18:29:40.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2893859Z [05-13|18:29:40.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2894118Z [05-13|18:29:40.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2894573Z [05-13|18:29:40.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2895025Z [05-13|18:29:40.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2895479Z [05-13|18:29:40.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2895824Z [05-13|18:29:40.651] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2896206Z [05-13|18:29:40.651] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2896535Z [05-13|18:29:40.652] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2896799Z [05-13|18:29:40.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2897059Z [05-13|18:29:40.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2897324Z [05-13|18:29:40.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2897786Z [05-13|18:29:40.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2898530Z [05-13|18:29:40.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2899014Z [05-13|18:29:40.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2899350Z [05-13|18:29:40.653] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2899686Z [05-13|18:29:40.653] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2900070Z [05-13|18:29:40.653] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2900343Z [05-13|18:29:40.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2900621Z [05-13|18:29:40.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2900896Z [05-13|18:29:40.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2901360Z [05-13|18:29:40.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2901870Z [05-13|18:29:40.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2902336Z [05-13|18:29:40.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2902677Z [05-13|18:29:40.655] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2903008Z [05-13|18:29:40.655] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2903343Z [05-13|18:29:40.656] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2903803Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2904261Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2904727Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2904948Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2905161Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2905437Z [05-13|18:29:40.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2905704Z [05-13|18:29:40.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2905969Z [05-13|18:29:40.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2906240Z [05-13|18:29:40.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2906699Z [05-13|18:29:40.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2907190Z [05-13|18:29:40.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2907652Z [05-13|18:29:40.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2907997Z [05-13|18:29:40.659] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2908466Z [05-13|18:29:40.659] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2908864Z [05-13|18:29:40.659] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2909129Z [05-13|18:29:40.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2909393Z [05-13|18:29:40.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2909654Z [05-13|18:29:40.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.2909916Z [05-13|18:29:40.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2910176Z [05-13|18:29:40.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2910696Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2910965Z [05-13|18:29:40.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2911427Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2911881Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2912334Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2912789Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2913241Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2913583Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2913923Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2914252Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2914639Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2914970Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2915297Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2915566Z [05-13|18:29:40.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2915835Z [05-13|18:29:40.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2916145Z [05-13|18:29:40.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2916611Z [05-13|18:29:40.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2917071Z [05-13|18:29:40.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2917528Z [05-13|18:29:40.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2917829Z [05-13|18:29:40.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2918210Z [05-13|18:29:40.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2918473Z [05-13|18:29:40.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.2918927Z [05-13|18:29:40.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2919386Z [05-13|18:29:40.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2919779Z [05-13|18:29:40.664] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2920114Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2920574Z [05-13|18:29:40.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2920904Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2921234Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2921563Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2922027Z [05-13|18:29:40.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2922360Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2922574Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2923035Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2923549Z [05-13|18:29:40.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2923762Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2924030Z [05-13|18:29:40.666] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2924298Z [05-13|18:29:40.666] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2924759Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2925024Z [05-13|18:29:40.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.2925536Z [05-13|18:29:40.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2925995Z [05-13|18:29:40.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2926330Z [05-13|18:29:40.667] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2926666Z [05-13|18:29:40.668] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2927045Z [05-13|18:29:40.668] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2927256Z [05-13|18:29:40.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2927529Z [05-13|18:29:40.668] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2927797Z [05-13|18:29:40.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2928171Z [05-13|18:29:40.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2928708Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2929171Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2929626Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2930086Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2930540Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2930996Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2931217Z [05-13|18:29:40.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2931426Z [05-13|18:29:40.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2931765Z [05-13|18:29:40.670] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.2932108Z [05-13|18:29:40.670] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.2932500Z [05-13|18:29:40.670] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.2932766Z [05-13|18:29:40.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2933035Z [05-13|18:29:40.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2933297Z [05-13|18:29:40.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.2933756Z [05-13|18:29:40.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2934274Z [05-13|18:29:40.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2934734Z [05-13|18:29:40.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2935069Z [05-13|18:29:40.672] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.2935407Z [05-13|18:29:40.672] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.2935791Z [05-13|18:29:40.672] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.2936062Z [05-13|18:29:40.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2936324Z [05-13|18:29:40.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2936585Z [05-13|18:29:40.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.2937048Z [05-13|18:29:40.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2937511Z [05-13|18:29:40.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2938005Z [05-13|18:29:40.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2938468Z [05-13|18:29:40.674] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.2938809Z [05-13|18:29:40.674] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.2939144Z [05-13|18:29:40.674] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.2939295Z [05-13|18:29:40.674] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2939431Z [05-13|18:29:40.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2939565Z [05-13|18:29:40.675] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2940032Z [05-13|18:29:40.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2940493Z [05-13|18:29:40.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2940628Z [05-13|18:29:40.676] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2941091Z [05-13|18:29:40.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2941293Z [05-13|18:29:40.676] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2941426Z [05-13|18:29:40.676] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2941762Z [05-13|18:29:40.677] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2942219Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2942551Z [05-13|18:29:40.677] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2943062Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2943396Z [05-13|18:29:40.677] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2943850Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2944306Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2944689Z [05-13|18:29:40.678] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2945145Z [05-13|18:29:40.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2945487Z [05-13|18:29:40.678] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.2945946Z [05-13|18:29:40.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2946085Z [05-13|18:29:40.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2946224Z [05-13|18:29:40.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2946411Z [05-13|18:29:40.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2946751Z [05-13|18:29:40.678] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2947212Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2947668Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2948006Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2948582Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2948917Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2949376Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2949719Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.2950177Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2950693Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2951033Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.2951489Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2951829Z [05-13|18:29:40.680] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.2952059Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 +2026-05-13T18:30:54.2952374Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.2952837Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2952989Z [05-13|18:29:40.680] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2953129Z [05-13|18:29:40.680] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2953588Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2953900Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2954113Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2954260Z [05-13|18:29:40.680] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2954477Z [05-13|18:29:40.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.2954683Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.2954823Z [05-13|18:29:40.681] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.2955100Z [05-13|18:29:40.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2955609Z [05-13|18:29:40.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2955884Z [05-13|18:29:40.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2956150Z [05-13|18:29:40.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.2956324Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 +2026-05-13T18:30:54.2956784Z [05-13|18:29:40.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2957269Z [05-13|18:29:40.682] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2957732Z [05-13|18:29:40.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2958245Z [05-13|18:29:40.682] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2958589Z [05-13|18:29:40.682] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2958921Z [05-13|18:29:40.683] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.2959470Z [05-13|18:29:40.683] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2959742Z [05-13|18:29:40.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2960005Z [05-13|18:29:40.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2960466Z [05-13|18:29:40.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2960735Z [05-13|18:29:40.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.2961246Z [05-13|18:29:40.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2961710Z [05-13|18:29:40.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2962048Z [05-13|18:29:40.684] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2962529Z [05-13|18:29:40.683] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2962918Z [05-13|18:29:40.684] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2963251Z [05-13|18:29:40.685] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.2963725Z [05-13|18:29:40.685] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.2963997Z [05-13|18:29:40.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2964257Z [05-13|18:29:40.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2964566Z [05-13|18:29:40.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.2965038Z [05-13|18:29:40.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2965493Z [05-13|18:29:40.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2965946Z [05-13|18:29:40.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2966285Z [05-13|18:29:40.687] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2966612Z [05-13|18:29:40.687] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2966945Z [05-13|18:29:40.687] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.2967222Z [05-13|18:29:40.687] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2967484Z [05-13|18:29:40.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2967943Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2968377Z [05-13|18:29:40.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2968835Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2969095Z [05-13|18:29:40.687] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.2969561Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2970042Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2970553Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2971014Z [05-13|18:29:40.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2971472Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2971865Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2975596Z [05-13|18:29:40.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2975794Z [05-13|18:29:40.689] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2976164Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2976515Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2976844Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.2977073Z [05-13|18:29:40.690] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2977326Z [05-13|18:29:40.690] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2977607Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2977871Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2978337Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2978559Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.2979044Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2979523Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2979985Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2980255Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.2980599Z [05-13|18:29:40.692] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2980871Z [05-13|18:29:40.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2981273Z [05-13|18:29:40.692] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2981743Z [05-13|18:29:40.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2982014Z [05-13|18:29:40.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2982278Z [05-13|18:29:40.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.2982746Z [05-13|18:29:40.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2983133Z [05-13|18:29:40.692] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2983606Z [05-13|18:29:40.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2983747Z [05-13|18:29:40.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2984208Z [05-13|18:29:40.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2984594Z [05-13|18:29:40.693] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.2984931Z [05-13|18:29:40.693] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.2985071Z [05-13|18:29:40.693] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2985209Z [05-13|18:29:40.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2985541Z [05-13|18:29:40.694] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.2985805Z [05-13|18:29:40.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2986065Z [05-13|18:29:40.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2986579Z [05-13|18:29:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2986842Z [05-13|18:29:40.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.2987181Z [05-13|18:29:40.694] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.2987618Z [05-13|18:29:40.694] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.2988204Z [05-13|18:29:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2988354Z [05-13|18:29:40.694] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2988811Z [05-13|18:29:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2989249Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.2989392Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2989528Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2989727Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2989860Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2989998Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2990334Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2990468Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2990799Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2990933Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2991361Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.2991555Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2991690Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2992148Z [05-13|18:29:40.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2992482Z [05-13|18:29:40.696] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2992810Z [05-13|18:29:40.697] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.2992996Z [05-13|18:29:40.697] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.2993326Z [05-13|18:29:40.698] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.2993784Z [05-13|18:29:40.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2994110Z [05-13|18:29:40.698] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.2994567Z [05-13|18:29:40.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.2994885Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2995211Z [05-13|18:29:40.698] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.2995479Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2995934Z [05-13|18:29:40.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2996197Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2996461Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.2996921Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2997373Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.2997713Z [05-13|18:29:40.699] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.2998295Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.2998816Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.2999143Z [05-13|18:29:40.699] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.2999598Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3000054Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3000563Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3000894Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3001038Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3001367Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3001501Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3001970Z [05-13|18:29:40.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3002347Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3002673Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3002816Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3003150Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3003471Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3003987Z [05-13|18:29:40.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3004450Z [05-13|18:29:40.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3004584Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3004925Z [05-13|18:29:40.701] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3005379Z [05-13|18:29:40.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3005708Z [05-13|18:29:40.701] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3006174Z [05-13|18:29:40.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3006441Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3006701Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3006966Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3007264Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3007397Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3007538Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3007668Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3007799Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3008268Z [05-13|18:29:40.702] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3008730Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3008909Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 +2026-05-13T18:30:54.3009290Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3009758Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3009906Z [05-13|18:29:40.702] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3010370Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3010654Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.3011108Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3011258Z [05-13|18:29:40.702] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3011711Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3011850Z [05-13|18:29:40.701] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3012070Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.3012203Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3012707Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3013056Z [05-13|18:29:40.702] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3013203Z [05-13|18:29:40.703] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3013533Z [05-13|18:29:40.703] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3013751Z [05-13|18:29:40.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.3013890Z [05-13|18:29:40.703] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3014064Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 +2026-05-13T18:30:54.3014399Z [05-13|18:29:40.703] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3014543Z [05-13|18:29:40.703] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3015028Z [05-13|18:29:40.703] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3015355Z [05-13|18:29:40.704] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3015838Z [05-13|18:29:40.704] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3016367Z [05-13|18:29:40.705] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3016642Z [05-13|18:29:40.705] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3017101Z [05-13|18:29:40.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3017366Z [05-13|18:29:40.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3017863Z [05-13|18:29:40.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3018250Z [05-13|18:29:40.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3018702Z [05-13|18:29:40.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3019036Z [05-13|18:29:40.708] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3019363Z [05-13|18:29:40.708] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3019747Z [05-13|18:29:40.708] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3020023Z [05-13|18:29:40.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3020280Z [05-13|18:29:40.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3020737Z [05-13|18:29:40.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3021001Z [05-13|18:29:40.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3021509Z [05-13|18:29:40.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3021993Z [05-13|18:29:40.711] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3022451Z [05-13|18:29:40.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3022778Z [05-13|18:29:40.711] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3023099Z [05-13|18:29:40.711] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3023424Z [05-13|18:29:40.712] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3023640Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3023847Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3024114Z [05-13|18:29:40.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3024375Z [05-13|18:29:40.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3024829Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3025155Z [05-13|18:29:40.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3025360Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3025812Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3026252Z [05-13|18:29:40.714] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.3026789Z [05-13|18:29:40.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3027220Z [05-13|18:29:40.714] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.3027434Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.3027570Z [05-13|18:29:40.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3028024Z [05-13|18:29:40.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3028571Z [05-13|18:29:40.714] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3028902Z [05-13|18:29:40.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3029041Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3029179Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3029508Z [05-13|18:29:40.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3029643Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3029972Z [05-13|18:29:40.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3030160Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3030429Z [05-13|18:29:40.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3030696Z [05-13|18:29:40.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3031154Z [05-13|18:29:40.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3031416Z [05-13|18:29:40.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.3031874Z [05-13|18:29:40.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3032326Z [05-13|18:29:40.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3032586Z [05-13|18:29:40.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3032922Z [05-13|18:29:40.718] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3033374Z [05-13|18:29:40.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3033762Z [05-13|18:29:40.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3034090Z [05-13|18:29:40.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3034411Z [05-13|18:29:40.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3034548Z [05-13|18:29:40.719] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3034695Z [05-13|18:29:40.719] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3034957Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3035216Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3035533Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3035995Z [05-13|18:29:40.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3036255Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3036714Z [05-13|18:29:40.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3037275Z [05-13|18:29:40.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3037725Z [05-13|18:29:40.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3038181Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3038325Z [05-13|18:29:40.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3038650Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3039064Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3039395Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3039530Z [05-13|18:29:40.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3039795Z [05-13|18:29:40.722] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3040059Z [05-13|18:29:40.722] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3040532Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3040991Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3041254Z [05-13|18:29:40.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3041518Z [05-13|18:29:40.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3041976Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3042307Z [05-13|18:29:40.723] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3042828Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3043154Z [05-13|18:29:40.724] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3043478Z [05-13|18:29:40.724] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3043621Z [05-13|18:29:40.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3043942Z [05-13|18:29:40.724] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3044076Z [05-13|18:29:40.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3044388Z [05-13|18:29:40.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3044656Z [05-13|18:29:40.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3045111Z [05-13|18:29:40.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3045369Z [05-13|18:29:40.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3045634Z [05-13|18:29:40.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3046146Z [05-13|18:29:40.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3046603Z [05-13|18:29:40.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3047052Z [05-13|18:29:40.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3047380Z [05-13|18:29:40.726] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3047755Z [05-13|18:29:40.726] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3048203Z [05-13|18:29:40.727] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3048531Z [05-13|18:29:40.727] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3048670Z [05-13|18:29:40.727] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3048931Z [05-13|18:29:40.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3049191Z [05-13|18:29:40.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3049649Z [05-13|18:29:40.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3050100Z [05-13|18:29:40.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3050361Z [05-13|18:29:40.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3050815Z [05-13|18:29:40.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3051143Z [05-13|18:29:40.728] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3051532Z [05-13|18:29:40.728] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3051861Z [05-13|18:29:40.729] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3052119Z [05-13|18:29:40.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3052377Z [05-13|18:29:40.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3052640Z [05-13|18:29:40.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3053093Z [05-13|18:29:40.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3053597Z [05-13|18:29:40.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3054055Z [05-13|18:29:40.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3054381Z [05-13|18:29:40.730] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3054706Z [05-13|18:29:40.730] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3055085Z [05-13|18:29:40.731] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3055295Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3055504Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3055715Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3055918Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.3056371Z [05-13|18:29:40.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3056880Z [05-13|18:29:40.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3057352Z [05-13|18:29:40.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3057625Z [05-13|18:29:40.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3057902Z [05-13|18:29:40.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3058478Z [05-13|18:29:40.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3058746Z [05-13|18:29:40.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3059207Z [05-13|18:29:40.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3059657Z [05-13|18:29:40.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3059990Z [05-13|18:29:40.754] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3060391Z [05-13|18:29:40.754] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3060713Z [05-13|18:29:40.754] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3060974Z [05-13|18:29:40.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3061245Z [05-13|18:29:40.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3061503Z [05-13|18:29:40.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3061964Z [05-13|18:29:40.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3062477Z [05-13|18:29:40.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3062931Z [05-13|18:29:40.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3063267Z [05-13|18:29:40.756] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3063597Z [05-13|18:29:40.756] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3063976Z [05-13|18:29:40.756] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3064250Z [05-13|18:29:40.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3064546Z [05-13|18:29:40.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3064809Z [05-13|18:29:40.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3065277Z [05-13|18:29:40.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3065788Z [05-13|18:29:40.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3066251Z [05-13|18:29:40.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3066593Z [05-13|18:29:40.758] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3066926Z [05-13|18:29:40.758] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3067251Z [05-13|18:29:40.758] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3067717Z [05-13|18:29:40.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3068296Z [05-13|18:29:40.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3068757Z [05-13|18:29:40.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3068982Z [05-13|18:29:40.760] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3069190Z [05-13|18:29:40.760] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3069466Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3069738Z [05-13|18:29:40.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3069998Z [05-13|18:29:40.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3070462Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3070735Z [05-13|18:29:40.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3071240Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3071698Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3072047Z [05-13|18:29:40.762] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3072385Z [05-13|18:29:40.762] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3072716Z [05-13|18:29:40.762] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3073035Z [05-13|18:29:40.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3073296Z [05-13|18:29:40.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3073557Z [05-13|18:29:40.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3074020Z [05-13|18:29:40.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3074476Z [05-13|18:29:40.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3074976Z [05-13|18:29:40.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3075325Z [05-13|18:29:40.764] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3075660Z [05-13|18:29:40.764] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3075992Z [05-13|18:29:40.764] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3076264Z [05-13|18:29:40.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3076525Z [05-13|18:29:40.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3076786Z [05-13|18:29:40.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3077250Z [05-13|18:29:40.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3077716Z [05-13|18:29:40.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3078297Z [05-13|18:29:40.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3078704Z [05-13|18:29:40.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3079036Z [05-13|18:29:40.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3079370Z [05-13|18:29:40.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3079834Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3080350Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3080813Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3081026Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3081236Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3081449Z [05-13|18:29:40.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3081768Z [05-13|18:29:40.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3082029Z [05-13|18:29:40.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3082492Z [05-13|18:29:40.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3082755Z [05-13|18:29:40.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3083206Z [05-13|18:29:40.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3083715Z [05-13|18:29:40.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3084055Z [05-13|18:29:40.770] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3084385Z [05-13|18:29:40.770] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3084719Z [05-13|18:29:40.770] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3084983Z [05-13|18:29:40.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3085243Z [05-13|18:29:40.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3085702Z [05-13|18:29:40.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3085964Z [05-13|18:29:40.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3086417Z [05-13|18:29:40.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3086875Z [05-13|18:29:40.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3087056Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3087390Z [05-13|18:29:40.772] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3087725Z [05-13|18:29:40.772] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3087861Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3088306Z [05-13|18:29:40.772] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3088451Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3088584Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3088714Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3088918Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3089054Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3089184Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3089320Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3089450Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3089581Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3089914Z [05-13|18:29:40.774] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3090426Z [05-13|18:29:40.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3090760Z [05-13|18:29:40.774] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3091218Z [05-13|18:29:40.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3091546Z [05-13|18:29:40.775] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3092049Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3092391Z [05-13|18:29:40.775] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3092843Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3093293Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3093630Z [05-13|18:29:40.775] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3094084Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3094218Z [05-13|18:29:40.775] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3094363Z [05-13|18:29:40.775] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3094495Z [05-13|18:29:40.775] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3094827Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3095292Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3095722Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3096177Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3096639Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3096976Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3097465Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3097802Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3098374Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3098711Z [05-13|18:29:40.777] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3099176Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3099689Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3099904Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.3100244Z [05-13|18:29:40.777] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3100698Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3100875Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 +2026-05-13T18:30:54.3101246Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3101400Z [05-13|18:29:40.777] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3101619Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3101780Z [05-13|18:29:40.777] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3101995Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3102141Z [05-13|18:29:40.778] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3102288Z [05-13|18:29:40.778] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3102496Z [05-13|18:29:40.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3102675Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 +2026-05-13T18:30:54.3103168Z [05-13|18:29:40.778] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3103647Z [05-13|18:29:40.778] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3104122Z [05-13|18:29:40.779] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3104658Z [05-13|18:29:40.779] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3104929Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3105193Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3105457Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3105716Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3106181Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3106692Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3107149Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3107600Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3107943Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3108439Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3108772Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3108916Z [05-13|18:29:40.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3109242Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3109377Z [05-13|18:29:40.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3109643Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3109963Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3110226Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3110697Z [05-13|18:29:40.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3111149Z [05-13|18:29:40.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3111410Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3111864Z [05-13|18:29:40.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3112324Z [05-13|18:29:40.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3112661Z [05-13|18:29:40.784] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3112987Z [05-13|18:29:40.784] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3113310Z [05-13|18:29:40.784] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3113506Z [05-13|18:29:40.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3113828Z [05-13|18:29:40.785] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3113962Z [05-13|18:29:40.785] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3114223Z [05-13|18:29:40.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3114488Z [05-13|18:29:40.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3114744Z [05-13|18:29:40.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3114998Z [05-13|18:29:40.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3115508Z [05-13|18:29:40.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3115964Z [05-13|18:29:40.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3116420Z [05-13|18:29:40.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3116802Z [05-13|18:29:40.786] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3117131Z [05-13|18:29:40.786] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3117591Z [05-13|18:29:40.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3117727Z [05-13|18:29:40.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3118170Z [05-13|18:29:40.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3118526Z [05-13|18:29:40.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3118725Z [05-13|18:29:40.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3118997Z [05-13|18:29:40.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3119262Z [05-13|18:29:40.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3119728Z [05-13|18:29:40.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3120181Z [05-13|18:29:40.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3120446Z [05-13|18:29:40.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.3120701Z [05-13|18:29:40.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3121155Z [05-13|18:29:40.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3121613Z [05-13|18:29:40.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3121944Z [05-13|18:29:40.789] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3122319Z [05-13|18:29:40.789] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3122646Z [05-13|18:29:40.790] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3122966Z [05-13|18:29:40.790] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3123103Z [05-13|18:29:40.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3123369Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3123626Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3123882Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3124198Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3124658Z [05-13|18:29:40.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3125110Z [05-13|18:29:40.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3125563Z [05-13|18:29:40.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3126058Z [05-13|18:29:40.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3126391Z [05-13|18:29:40.792] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3126727Z [05-13|18:29:40.792] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3126864Z [05-13|18:29:40.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3126995Z [05-13|18:29:40.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3127366Z [05-13|18:29:40.793] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3127695Z [05-13|18:29:40.793] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3127907Z [05-13|18:29:40.793] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.3128291Z [05-13|18:29:40.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3128552Z [05-13|18:29:40.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3128808Z [05-13|18:29:40.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3129267Z [05-13|18:29:40.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3129719Z [05-13|18:29:40.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3130166Z [05-13|18:29:40.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3130505Z [05-13|18:29:40.794] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3130832Z [05-13|18:29:40.795] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3131219Z [05-13|18:29:40.795] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3131485Z [05-13|18:29:40.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3131744Z [05-13|18:29:40.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3132001Z [05-13|18:29:40.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3132462Z [05-13|18:29:40.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3132969Z [05-13|18:29:40.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3133425Z [05-13|18:29:40.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3133756Z [05-13|18:29:40.796] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3134079Z [05-13|18:29:40.796] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3134450Z [05-13|18:29:40.797] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3134666Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3134871Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3135076Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3135287Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.3135741Z [05-13|18:29:40.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3136243Z [05-13|18:29:40.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3136701Z [05-13|18:29:40.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3136964Z [05-13|18:29:40.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3137223Z [05-13|18:29:40.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3137485Z [05-13|18:29:40.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3137933Z [05-13|18:29:40.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3138502Z [05-13|18:29:40.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3138959Z [05-13|18:29:40.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3139288Z [05-13|18:29:40.839] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3139617Z [05-13|18:29:40.839] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3140003Z [05-13|18:29:40.839] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3140268Z [05-13|18:29:40.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3140532Z [05-13|18:29:40.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3140791Z [05-13|18:29:40.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3141253Z [05-13|18:29:40.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3141762Z [05-13|18:29:40.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3142218Z [05-13|18:29:40.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3142549Z [05-13|18:29:40.841] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3142881Z [05-13|18:29:40.841] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3143203Z [05-13|18:29:40.841] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3143524Z [05-13|18:29:40.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3143788Z [05-13|18:29:40.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3144047Z [05-13|18:29:40.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3144508Z [05-13|18:29:40.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3144969Z [05-13|18:29:40.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3145473Z [05-13|18:29:40.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3145813Z [05-13|18:29:40.843] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3146146Z [05-13|18:29:40.843] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3146471Z [05-13|18:29:40.843] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3146930Z [05-13|18:29:40.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3147389Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3147844Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3148171Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3148398Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3148608Z [05-13|18:29:40.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3148935Z [05-13|18:29:40.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3149201Z [05-13|18:29:40.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3149460Z [05-13|18:29:40.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3149914Z [05-13|18:29:40.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3150382Z [05-13|18:29:40.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3150886Z [05-13|18:29:40.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3151234Z [05-13|18:29:40.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3151573Z [05-13|18:29:40.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3151904Z [05-13|18:29:40.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3152220Z [05-13|18:29:40.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3152485Z [05-13|18:29:40.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3152941Z [05-13|18:29:40.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3153395Z [05-13|18:29:40.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3153662Z [05-13|18:29:40.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3154159Z [05-13|18:29:40.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3154502Z [05-13|18:29:40.848] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3154834Z [05-13|18:29:40.848] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3155164Z [05-13|18:29:40.848] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3155433Z [05-13|18:29:40.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3155692Z [05-13|18:29:40.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3155947Z [05-13|18:29:40.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3156408Z [05-13|18:29:40.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3156862Z [05-13|18:29:40.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3157316Z [05-13|18:29:40.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3157690Z [05-13|18:29:40.850] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3158015Z [05-13|18:29:40.850] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3158454Z [05-13|18:29:40.851] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3158922Z [05-13|18:29:40.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3159401Z [05-13|18:29:40.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3159914Z [05-13|18:29:40.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3160135Z [05-13|18:29:40.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3160343Z [05-13|18:29:40.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3160555Z [05-13|18:29:40.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3160827Z [05-13|18:29:40.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3161335Z [05-13|18:29:40.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3161598Z [05-13|18:29:40.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3161869Z [05-13|18:29:40.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3162327Z [05-13|18:29:40.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3162780Z [05-13|18:29:40.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3163207Z [05-13|18:29:40.854] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3163543Z [05-13|18:29:40.854] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3163870Z [05-13|18:29:40.855] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3164140Z [05-13|18:29:40.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3164401Z [05-13|18:29:40.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3164659Z [05-13|18:29:40.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3165122Z [05-13|18:29:40.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3165580Z [05-13|18:29:40.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3166035Z [05-13|18:29:40.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3166373Z [05-13|18:29:40.856] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3166759Z [05-13|18:29:40.857] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3167086Z [05-13|18:29:40.857] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3167354Z [05-13|18:29:40.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3167614Z [05-13|18:29:40.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3167875Z [05-13|18:29:40.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3168474Z [05-13|18:29:40.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3168994Z [05-13|18:29:40.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3169458Z [05-13|18:29:40.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3169797Z [05-13|18:29:40.859] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3170128Z [05-13|18:29:40.859] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3170326Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3170656Z [05-13|18:29:40.859] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3170793Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3170933Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3171067Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3171198Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3171327Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3171465Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3171648Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3172112Z [05-13|18:29:40.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3172572Z [05-13|18:29:40.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3173025Z [05-13|18:29:40.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3173160Z [05-13|18:29:40.861] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3173496Z [05-13|18:29:40.861] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3173947Z [05-13|18:29:40.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3174278Z [05-13|18:29:40.861] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3174732Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3175055Z [05-13|18:29:40.862] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3175564Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3175896Z [05-13|18:29:40.862] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3176350Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3176805Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3176940Z [05-13|18:29:40.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3177306Z [05-13|18:29:40.863] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3177449Z [05-13|18:29:40.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3177899Z [05-13|18:29:40.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3178148Z [05-13|18:29:40.863] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3178486Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3179016Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3179151Z [05-13|18:29:40.864] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3179488Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3179946Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3180404Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3180794Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3181256Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3181588Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3182050Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3182379Z [05-13|18:29:40.865] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3182838Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3183297Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3183627Z [05-13|18:29:40.865] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3184080Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3184477Z [05-13|18:29:40.865] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3184929Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3185105Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 +2026-05-13T18:30:54.3185422Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3185570Z [05-13|18:29:40.865] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3186082Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3186236Z [05-13|18:29:40.865] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3186455Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3186593Z [05-13|18:29:40.866] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3186807Z [05-13|18:29:40.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3186944Z [05-13|18:29:40.866] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3187150Z [05-13|18:29:40.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3187367Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 +2026-05-13T18:30:54.3187847Z [05-13|18:29:40.866] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3188446Z [05-13|18:29:40.867] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3188926Z [05-13|18:29:40.867] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3189455Z [05-13|18:29:40.867] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3189728Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3189998Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3190454Z [05-13|18:29:40.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3190907Z [05-13|18:29:40.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3191176Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3191431Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.3191884Z [05-13|18:29:40.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3192336Z [05-13|18:29:40.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3192672Z [05-13|18:29:40.870] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3192997Z [05-13|18:29:40.870] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3193386Z [05-13|18:29:40.871] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3193709Z [05-13|18:29:40.871] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3193850Z [05-13|18:29:40.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3194116Z [05-13|18:29:40.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3194376Z [05-13|18:29:40.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3194881Z [05-13|18:29:40.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3195339Z [05-13|18:29:40.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3195600Z [05-13|18:29:40.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3196053Z [05-13|18:29:40.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3196315Z [05-13|18:29:40.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3196818Z [05-13|18:29:40.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3197160Z [05-13|18:29:40.873] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3197490Z [05-13|18:29:40.873] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3197814Z [05-13|18:29:40.873] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3197958Z [05-13|18:29:40.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3198329Z [05-13|18:29:40.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3198759Z [05-13|18:29:40.874] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3198904Z [05-13|18:29:40.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3199180Z [05-13|18:29:40.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3199443Z [05-13|18:29:40.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3199702Z [05-13|18:29:40.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3199966Z [05-13|18:29:40.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3200427Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3200894Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3201353Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3201804Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3202203Z [05-13|18:29:40.875] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3202530Z [05-13|18:29:40.875] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3202856Z [05-13|18:29:40.876] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3203184Z [05-13|18:29:40.876] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3203320Z [05-13|18:29:40.876] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3203580Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3203900Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3204163Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3204619Z [05-13|18:29:40.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3205084Z [05-13|18:29:40.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3205594Z [05-13|18:29:40.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3205860Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.3206194Z [05-13|18:29:40.878] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3206644Z [05-13|18:29:40.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3206782Z [05-13|18:29:40.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3207112Z [05-13|18:29:40.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3207474Z [05-13|18:29:40.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3207614Z [05-13|18:29:40.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3207940Z [05-13|18:29:40.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3208335Z [05-13|18:29:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3208791Z [05-13|18:29:40.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3209056Z [05-13|18:29:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3209315Z [05-13|18:29:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3209766Z [05-13|18:29:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3210220Z [05-13|18:29:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3210481Z [05-13|18:29:40.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3210925Z [05-13|18:29:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3211326Z [05-13|18:29:40.883] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3211651Z [05-13|18:29:40.883] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3211788Z [05-13|18:29:40.884] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3212120Z [05-13|18:29:40.884] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3212444Z [05-13|18:29:40.884] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3212758Z [05-13|18:29:40.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3213030Z [05-13|18:29:40.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3213483Z [05-13|18:29:40.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3213933Z [05-13|18:29:40.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3214249Z [05-13|18:29:40.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3214697Z [05-13|18:29:40.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3215025Z [05-13|18:29:40.886] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3215358Z [05-13|18:29:40.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3215678Z [05-13|18:29:40.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3215936Z [05-13|18:29:40.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3216250Z [05-13|18:29:40.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3216708Z [05-13|18:29:40.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3216968Z [05-13|18:29:40.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3217424Z [05-13|18:29:40.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3217874Z [05-13|18:29:40.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3218323Z [05-13|18:29:40.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3218668Z [05-13|18:29:40.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3218995Z [05-13|18:29:40.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3219210Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3219427Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3219696Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.3219897Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3220366Z [05-13|18:29:40.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3220828Z [05-13|18:29:40.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3221282Z [05-13|18:29:40.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3221609Z [05-13|18:29:40.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3221873Z [05-13|18:29:40.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3222325Z [05-13|18:29:40.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3222589Z [05-13|18:29:40.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3223039Z [05-13|18:29:40.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3223542Z [05-13|18:29:40.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3223874Z [05-13|18:29:40.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3224200Z [05-13|18:29:40.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3224533Z [05-13|18:29:40.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3224791Z [05-13|18:29:40.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3225105Z [05-13|18:29:40.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3225374Z [05-13|18:29:40.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3225835Z [05-13|18:29:40.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3226291Z [05-13|18:29:40.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3226748Z [05-13|18:29:40.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3227077Z [05-13|18:29:40.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3227402Z [05-13|18:29:40.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3227732Z [05-13|18:29:40.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3227999Z [05-13|18:29:40.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3228560Z [05-13|18:29:40.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3228905Z [05-13|18:29:40.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3229369Z [05-13|18:29:40.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3229825Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3230289Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3230742Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3231132Z [05-13|18:29:40.911] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3231472Z [05-13|18:29:40.911] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3231927Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3232376Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3232806Z [05-13|18:29:40.911] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3233270Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3233488Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3233948Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3234450Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3234667Z [05-13|18:29:40.913] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3234875Z [05-13|18:29:40.913] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3235141Z [05-13|18:29:40.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3235413Z [05-13|18:29:40.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3235675Z [05-13|18:29:40.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3236135Z [05-13|18:29:40.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3236594Z [05-13|18:29:40.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3237047Z [05-13|18:29:40.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3237385Z [05-13|18:29:40.914] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3237726Z [05-13|18:29:40.914] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3238224Z [05-13|18:29:40.915] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3238491Z [05-13|18:29:40.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3238756Z [05-13|18:29:40.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3239018Z [05-13|18:29:40.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3239478Z [05-13|18:29:40.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3240005Z [05-13|18:29:40.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3240459Z [05-13|18:29:40.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3240804Z [05-13|18:29:40.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3241142Z [05-13|18:29:40.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3241523Z [05-13|18:29:40.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3241784Z [05-13|18:29:40.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3242059Z [05-13|18:29:40.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3242517Z [05-13|18:29:40.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3242968Z [05-13|18:29:40.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3243233Z [05-13|18:29:40.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3243737Z [05-13|18:29:40.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3244072Z [05-13|18:29:40.919] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3244400Z [05-13|18:29:40.919] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3244724Z [05-13|18:29:40.919] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3245180Z [05-13|18:29:40.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3245637Z [05-13|18:29:40.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3246092Z [05-13|18:29:40.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3246302Z [05-13|18:29:40.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3246514Z [05-13|18:29:40.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3246775Z [05-13|18:29:40.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3247039Z [05-13|18:29:40.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3247301Z [05-13|18:29:40.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3247560Z [05-13|18:29:40.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3248016Z [05-13|18:29:40.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3248589Z [05-13|18:29:40.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3249099Z [05-13|18:29:40.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3249442Z [05-13|18:29:40.922] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3249773Z [05-13|18:29:40.922] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3250103Z [05-13|18:29:40.922] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3250423Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3250682Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3250939Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3251395Z [05-13|18:29:40.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3251846Z [05-13|18:29:40.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3251985Z [05-13|18:29:40.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3252171Z [05-13|18:29:40.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3252306Z [05-13|18:29:40.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3252568Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3252835Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3253291Z [05-13|18:29:40.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3253780Z [05-13|18:29:40.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3254047Z [05-13|18:29:40.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3254384Z [05-13|18:29:40.924] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3254709Z [05-13|18:29:40.924] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3255167Z [05-13|18:29:40.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3255620Z [05-13|18:29:40.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3256003Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3256339Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3256666Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3256803Z [05-13|18:29:40.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3257135Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3257268Z [05-13|18:29:40.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3257627Z [05-13|18:29:40.926] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3258204Z [05-13|18:29:40.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3258341Z [05-13|18:29:40.926] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3258665Z [05-13|18:29:40.926] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3259182Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3259506Z [05-13|18:29:40.926] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3259774Z [05-13|18:29:40.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3260039Z [05-13|18:29:40.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3260491Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3260996Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3261453Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3261903Z [05-13|18:29:40.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3262163Z [05-13|18:29:40.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3262303Z [05-13|18:29:40.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3262753Z [05-13|18:29:40.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3262888Z [05-13|18:29:40.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3263031Z [05-13|18:29:40.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3263361Z [05-13|18:29:40.927] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3263685Z [05-13|18:29:40.928] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3264009Z [05-13|18:29:40.928] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3264389Z [05-13|18:29:40.928] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3264841Z [05-13|18:29:40.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3265114Z [05-13|18:29:40.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3265376Z [05-13|18:29:40.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3265708Z [05-13|18:29:40.929] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3266221Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3266680Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3266941Z [05-13|18:29:40.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3267276Z [05-13|18:29:40.929] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3267731Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3268341Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3268802Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3269254Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3269594Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3270105Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3270446Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3270780Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3271237Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3271567Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3271896Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3272226Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3272682Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3273141Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3273641Z [05-13|18:29:40.931] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.3274101Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3274241Z [05-13|18:29:40.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3274673Z [05-13|18:29:40.931] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.3275130Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3275319Z [05-13|18:29:40.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3275773Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3276105Z [05-13|18:29:40.931] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3276564Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3276829Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3277006Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 +2026-05-13T18:30:54.3277321Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3277466Z [05-13|18:29:40.931] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3277681Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3277897Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3278163Z [05-13|18:29:40.932] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3278375Z [05-13|18:29:40.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3278647Z [05-13|18:29:40.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3278790Z [05-13|18:29:40.932] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3278933Z [05-13|18:29:40.932] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3279109Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 +2026-05-13T18:30:54.3279593Z [05-13|18:29:40.932] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3280066Z [05-13|18:29:40.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3280540Z [05-13|18:29:40.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3280822Z [05-13|18:29:40.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3281088Z [05-13|18:29:40.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3281552Z [05-13|18:29:40.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3281822Z [05-13|18:29:40.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3282279Z [05-13|18:29:40.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3282821Z [05-13|18:29:40.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3283278Z [05-13|18:29:40.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3283622Z [05-13|18:29:40.934] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3283960Z [05-13|18:29:40.935] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3284339Z [05-13|18:29:40.935] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3284554Z [05-13|18:29:40.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.3284823Z [05-13|18:29:40.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3285083Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3285341Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3285858Z [05-13|18:29:40.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3286312Z [05-13|18:29:40.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3286758Z [05-13|18:29:40.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3287028Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3287287Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3287654Z [05-13|18:29:40.937] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3287921Z [05-13|18:29:40.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.3288493Z [05-13|18:29:40.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3288947Z [05-13|18:29:40.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3289217Z [05-13|18:29:40.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3289544Z [05-13|18:29:40.937] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3289873Z [05-13|18:29:40.937] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3290335Z [05-13|18:29:40.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3290789Z [05-13|18:29:40.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3291130Z [05-13|18:29:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3291339Z [05-13|18:29:40.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3291671Z [05-13|18:29:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3292008Z [05-13|18:29:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3292339Z [05-13|18:29:40.939] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3292603Z [05-13|18:29:40.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3292865Z [05-13|18:29:40.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3293178Z [05-13|18:29:40.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3293636Z [05-13|18:29:40.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3294091Z [05-13|18:29:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3294541Z [05-13|18:29:40.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3295029Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.3295464Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.3295729Z [05-13|18:29:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3295991Z [05-13|18:29:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3296419Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.3296932Z [05-13|18:29:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3297201Z [05-13|18:29:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3297535Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3298000Z [05-13|18:29:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3298256Z [05-13|18:29:40.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3298589Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3299042Z [05-13|18:29:40.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3299180Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3299641Z [05-13|18:29:40.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3299777Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3300106Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3300308Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3300440Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3300768Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3301097Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3301233Z [05-13|18:29:40.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3301559Z [05-13|18:29:40.942] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3302110Z [05-13|18:29:40.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3302377Z [05-13|18:29:40.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3302636Z [05-13|18:29:40.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3302897Z [05-13|18:29:40.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3303351Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3303735Z [05-13|18:29:40.943] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3304203Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3304655Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3305104Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3305620Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3305958Z [05-13|18:29:40.944] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3306286Z [05-13|18:29:40.944] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3306552Z [05-13|18:29:40.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.3306767Z [05-13|18:29:40.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3307224Z [05-13|18:29:40.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3307364Z [05-13|18:29:40.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3307695Z [05-13|18:29:40.944] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3307830Z [05-13|18:29:40.944] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3308161Z [05-13|18:29:40.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3308297Z [05-13|18:29:40.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3308628Z [05-13|18:29:40.945] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3308913Z [05-13|18:29:40.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3309172Z [05-13|18:29:40.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3309431Z [05-13|18:29:40.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3309895Z [05-13|18:29:40.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3310164Z [05-13|18:29:40.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3310421Z [05-13|18:29:40.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3310934Z [05-13|18:29:40.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3311200Z [05-13|18:29:40.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3311654Z [05-13|18:29:40.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3311796Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3312301Z [05-13|18:29:40.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3312436Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3312874Z [05-13|18:29:40.948] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.3313009Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3313460Z [05-13|18:29:40.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3313599Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3313729Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3314040Z [05-13|18:29:40.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3314507Z [05-13|18:29:40.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3314838Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3315160Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3315620Z [05-13|18:29:40.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3315956Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3316278Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3316420Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3316551Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3316882Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3317212Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3317530Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3317852Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3318429Z [05-13|18:29:40.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3318567Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3318899Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3319040Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3319234Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3319369Z [05-13|18:29:40.951] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3319698Z [05-13|18:29:40.951] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3320150Z [05-13|18:29:40.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3320480Z [05-13|18:29:40.951] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3320796Z [05-13|18:29:40.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3320930Z [05-13|18:29:40.951] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3321384Z [05-13|18:29:40.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3321842Z [05-13|18:29:40.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3322101Z [05-13|18:29:40.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3322357Z [05-13|18:29:40.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3322859Z [05-13|18:29:40.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3323309Z [05-13|18:29:40.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3323757Z [05-13|18:29:40.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3323898Z [05-13|18:29:40.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3324227Z [05-13|18:29:40.952] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3324553Z [05-13|18:29:40.953] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3324884Z [05-13|18:29:40.953] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3325208Z [05-13|18:29:40.953] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3325670Z [05-13|18:29:40.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3326006Z [05-13|18:29:40.954] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3326526Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3326857Z [05-13|18:29:40.954] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3327321Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3327776Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3328288Z [05-13|18:29:40.954] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3328564Z [05-13|18:29:40.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3328823Z [05-13|18:29:40.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3329078Z [05-13|18:29:40.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3329538Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3330043Z [05-13|18:29:40.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3330498Z [05-13|18:29:40.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3330828Z [05-13|18:29:40.955] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3331283Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3331665Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3332000Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3332321Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3332783Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3332920Z [05-13|18:29:40.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3333092Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 +2026-05-13T18:30:54.3333403Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3333550Z [05-13|18:29:40.956] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3333764Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.3333902Z [05-13|18:29:40.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3334041Z [05-13|18:29:40.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3334376Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3334522Z [05-13|18:29:40.956] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3334984Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3335499Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3335633Z [05-13|18:29:40.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3335774Z [05-13|18:29:40.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3335909Z [05-13|18:29:40.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3336047Z [05-13|18:29:40.957] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3336263Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.3336402Z [05-13|18:29:40.957] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3336646Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.3336917Z [05-13|18:29:40.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3337175Z [05-13|18:29:40.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3337344Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 +2026-05-13T18:30:54.3337606Z [05-13|18:29:40.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3338213Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3338699Z [05-13|18:29:40.957] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3339162Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3339613Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3340000Z [05-13|18:29:40.958] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3340333Z [05-13|18:29:40.958] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3340820Z [05-13|18:29:40.958] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3341144Z [05-13|18:29:40.958] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3341626Z [05-13|18:29:40.959] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3341835Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3342042Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3342253Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3342456Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.3342928Z [05-13|18:29:40.959] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3343196Z [05-13|18:29:40.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3343512Z [05-13|18:29:40.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3343769Z [05-13|18:29:40.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3344028Z [05-13|18:29:40.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3344485Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3344936Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3345441Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3345893Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3346230Z [05-13|18:29:40.961] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3346557Z [05-13|18:29:40.962] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3346879Z [05-13|18:29:40.962] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3347257Z [05-13|18:29:40.962] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3347395Z [05-13|18:29:40.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3347654Z [05-13|18:29:40.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3348227Z [05-13|18:29:40.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3348514Z [05-13|18:29:40.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3348832Z [05-13|18:29:40.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3349275Z [05-13|18:29:40.963] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.3349413Z [05-13|18:29:40.964] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3349867Z [05-13|18:29:40.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3350319Z [05-13|18:29:40.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3350652Z [05-13|18:29:40.964] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3351103Z [05-13|18:29:40.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3351437Z [05-13|18:29:40.964] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3351759Z [05-13|18:29:40.965] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3352084Z [05-13|18:29:40.965] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3352280Z [05-13|18:29:40.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3352538Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3352795Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3353054Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3353309Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3353766Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3354270Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3354720Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3355169Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3355504Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3355883Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3356208Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3356538Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3356674Z [05-13|18:29:40.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3356934Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3357197Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3357453Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3357744Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3358321Z [05-13|18:29:40.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3358776Z [05-13|18:29:40.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3359226Z [05-13|18:29:40.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3359679Z [05-13|18:29:40.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3360006Z [05-13|18:29:40.969] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3360144Z [05-13|18:29:40.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3360473Z [05-13|18:29:40.970] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3360795Z [05-13|18:29:40.970] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3360937Z [05-13|18:29:40.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3361323Z [05-13|18:29:40.970] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3361529Z [05-13|18:29:40.970] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.3361788Z [05-13|18:29:40.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3362050Z [05-13|18:29:40.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3362307Z [05-13|18:29:40.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3362760Z [05-13|18:29:40.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3363264Z [05-13|18:29:40.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3363721Z [05-13|18:29:40.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3364055Z [05-13|18:29:40.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3364388Z [05-13|18:29:40.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3364768Z [05-13|18:29:40.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3365028Z [05-13|18:29:40.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3365294Z [05-13|18:29:40.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3365554Z [05-13|18:29:40.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3366005Z [05-13|18:29:40.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3366511Z [05-13|18:29:40.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3366965Z [05-13|18:29:40.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3367294Z [05-13|18:29:40.974] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3367625Z [05-13|18:29:40.974] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3367950Z [05-13|18:29:40.974] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3368331Z [05-13|18:29:40.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3368598Z [05-13|18:29:40.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3368866Z [05-13|18:29:40.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3369333Z [05-13|18:29:40.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3369794Z [05-13|18:29:40.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3370353Z [05-13|18:29:40.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3370686Z [05-13|18:29:40.976] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3371012Z [05-13|18:29:40.976] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3371333Z [05-13|18:29:40.976] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3371549Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3371754Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3372010Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3372218Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.3372684Z [05-13|18:29:40.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3373135Z [05-13|18:29:40.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3373641Z [05-13|18:29:40.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3373903Z [05-13|18:29:40.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3374162Z [05-13|18:29:40.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3374423Z [05-13|18:29:40.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3374873Z [05-13|18:29:40.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3375369Z [05-13|18:29:40.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3375828Z [05-13|18:29:40.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3376155Z [05-13|18:29:40.995] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3376479Z [05-13|18:29:40.995] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3376810Z [05-13|18:29:40.995] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3377071Z [05-13|18:29:40.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3377326Z [05-13|18:29:40.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3377587Z [05-13|18:29:40.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3378165Z [05-13|18:29:40.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3378626Z [05-13|18:29:40.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3379086Z [05-13|18:29:40.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3379477Z [05-13|18:29:40.996] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3379803Z [05-13|18:29:40.997] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3380132Z [05-13|18:29:40.997] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3380402Z [05-13|18:29:40.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3380663Z [05-13|18:29:40.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3380980Z [05-13|18:29:40.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3381443Z [05-13|18:29:40.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3381900Z [05-13|18:29:40.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3382359Z [05-13|18:29:40.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3382745Z [05-13|18:29:40.999] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3383072Z [05-13|18:29:40.999] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3383403Z [05-13|18:29:40.999] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3383864Z [05-13|18:29:40.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3384372Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3384587Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3385045Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3385261Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3385470Z [05-13|18:29:41.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3385734Z [05-13|18:29:41.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3385994Z [05-13|18:29:41.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3386453Z [05-13|18:29:41.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3386715Z [05-13|18:29:41.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3387171Z [05-13|18:29:41.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3387623Z [05-13|18:29:41.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3388004Z [05-13|18:29:41.003] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3388459Z [05-13|18:29:41.003] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3388600Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3388739Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3389077Z [05-13|18:29:41.003] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3389211Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3389345Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3389537Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3389675Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3390007Z [05-13|18:29:41.004] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3390460Z [05-13|18:29:41.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3390790Z [05-13|18:29:41.004] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3391301Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3391630Z [05-13|18:29:41.005] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3392089Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3392536Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3392864Z [05-13|18:29:41.005] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3393373Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3393709Z [05-13|18:29:41.005] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3394171Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3394308Z [05-13|18:29:41.005] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3394441Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3394576Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3394705Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3395039Z [05-13|18:29:41.006] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3395214Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 +2026-05-13T18:30:54.3395527Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3395664Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3395809Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3396276Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3396468Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3396922Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3397143Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.3397286Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3397424Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3397637Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.3397881Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.3398022Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3398318Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 +2026-05-13T18:30:54.3398798Z [05-13|18:29:41.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3399270Z [05-13|18:29:41.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3399805Z [05-13|18:29:41.009] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3400276Z [05-13|18:29:41.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3400544Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3400815Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3401073Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3401580Z [05-13|18:29:41.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3401849Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3402303Z [05-13|18:29:41.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3402756Z [05-13|18:29:41.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3403208Z [05-13|18:29:41.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3403540Z [05-13|18:29:41.016] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3403874Z [05-13|18:29:41.016] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3404014Z [05-13|18:29:41.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3404338Z [05-13|18:29:41.017] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3404663Z [05-13|18:29:41.017] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3404861Z [05-13|18:29:41.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3405121Z [05-13|18:29:41.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3405571Z [05-13|18:29:41.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3405840Z [05-13|18:29:41.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3406097Z [05-13|18:29:41.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3406547Z [05-13|18:29:41.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3406859Z [05-13|18:29:41.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3407312Z [05-13|18:29:41.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3407764Z [05-13|18:29:41.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3408208Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3408603Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3408936Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3409073Z [05-13|18:29:41.020] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3409398Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3409667Z [05-13|18:29:41.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3409927Z [05-13|18:29:41.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3410237Z [05-13|18:29:41.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3410704Z [05-13|18:29:41.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3411165Z [05-13|18:29:41.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3411638Z [05-13|18:29:41.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3412087Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.3412227Z [05-13|18:29:41.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3412656Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.3412799Z [05-13|18:29:41.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3413130Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3413557Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.3413890Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3414273Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3414407Z [05-13|18:29:41.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3414544Z [05-13|18:29:41.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3414869Z [05-13|18:29:41.023] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3415331Z [05-13|18:29:41.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3415471Z [05-13|18:29:41.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3415784Z [05-13|18:29:41.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3416240Z [05-13|18:29:41.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3416509Z [05-13|18:29:41.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3416955Z [05-13|18:29:41.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3417253Z [05-13|18:29:41.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3417711Z [05-13|18:29:41.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3418258Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.3418398Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3418825Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.3419211Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3419638Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.3419779Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3419911Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3420235Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3420376Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3420696Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3421021Z [05-13|18:29:41.026] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3421481Z [05-13|18:29:41.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3421695Z [05-13|18:29:41.026] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.3421957Z [05-13|18:29:41.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3422225Z [05-13|18:29:41.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3422539Z [05-13|18:29:41.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3422991Z [05-13|18:29:41.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3423448Z [05-13|18:29:41.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3423899Z [05-13|18:29:41.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3424229Z [05-13|18:29:41.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3424610Z [05-13|18:29:41.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3424939Z [05-13|18:29:41.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3425200Z [05-13|18:29:41.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3425464Z [05-13|18:29:41.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3425724Z [05-13|18:29:41.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3426231Z [05-13|18:29:41.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3426687Z [05-13|18:29:41.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3427135Z [05-13|18:29:41.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3427467Z [05-13|18:29:41.030] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3427797Z [05-13|18:29:41.030] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3428289Z [05-13|18:29:41.030] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3428559Z [05-13|18:29:41.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3428822Z [05-13|18:29:41.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3429081Z [05-13|18:29:41.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3429540Z [05-13|18:29:41.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3429999Z [05-13|18:29:41.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3430448Z [05-13|18:29:41.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3430776Z [05-13|18:29:41.032] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3431099Z [05-13|18:29:41.032] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3431422Z [05-13|18:29:41.032] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3431690Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3431902Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3432103Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3432306Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.3432766Z [05-13|18:29:41.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3433214Z [05-13|18:29:41.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3433716Z [05-13|18:29:41.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3433994Z [05-13|18:29:41.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3434253Z [05-13|18:29:41.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3434511Z [05-13|18:29:41.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3435017Z [05-13|18:29:41.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3435464Z [05-13|18:29:41.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3435918Z [05-13|18:29:41.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3436250Z [05-13|18:29:41.084] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3436574Z [05-13|18:29:41.085] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3436971Z [05-13|18:29:41.085] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3437235Z [05-13|18:29:41.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3437491Z [05-13|18:29:41.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3437752Z [05-13|18:29:41.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3438329Z [05-13|18:29:41.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3438791Z [05-13|18:29:41.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3439247Z [05-13|18:29:41.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3439578Z [05-13|18:29:41.087] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3439903Z [05-13|18:29:41.087] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3440232Z [05-13|18:29:41.087] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3440564Z [05-13|18:29:41.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3440826Z [05-13|18:29:41.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3441098Z [05-13|18:29:41.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3441559Z [05-13|18:29:41.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3442014Z [05-13|18:29:41.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3442527Z [05-13|18:29:41.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3442893Z [05-13|18:29:41.089] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3443222Z [05-13|18:29:41.089] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3443553Z [05-13|18:29:41.089] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3444009Z [05-13|18:29:41.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3444516Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3444739Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3445195Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3445404Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3445617Z [05-13|18:29:41.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3445934Z [05-13|18:29:41.091] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3446201Z [05-13|18:29:41.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3446465Z [05-13|18:29:41.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3446920Z [05-13|18:29:41.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3447374Z [05-13|18:29:41.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3447831Z [05-13|18:29:41.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3448308Z [05-13|18:29:41.092] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3448652Z [05-13|18:29:41.092] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3448983Z [05-13|18:29:41.093] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3449247Z [05-13|18:29:41.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3449578Z [05-13|18:29:41.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3449838Z [05-13|18:29:41.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3450294Z [05-13|18:29:41.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3450764Z [05-13|18:29:41.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3451217Z [05-13|18:29:41.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3451412Z [05-13|18:29:41.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3451755Z [05-13|18:29:41.094] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3451891Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3452023Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3452361Z [05-13|18:29:41.095] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3452689Z [05-13|18:29:41.095] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3452879Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3453011Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3453150Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3453283Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3453611Z [05-13|18:29:41.096] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3454073Z [05-13|18:29:41.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3454457Z [05-13|18:29:41.096] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3454914Z [05-13|18:29:41.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3455243Z [05-13|18:29:41.096] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3455694Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3456149Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3456474Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3456932Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3457267Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3457728Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3458219Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3458682Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3459136Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3459579Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.3459721Z [05-13|18:29:41.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3460213Z [05-13|18:29:41.098] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.3460354Z [05-13|18:29:41.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3460785Z [05-13|18:29:41.098] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.3461119Z [05-13|18:29:41.098] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3461578Z [05-13|18:29:41.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3461773Z [05-13|18:29:41.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3461947Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 +2026-05-13T18:30:54.3462253Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3462407Z [05-13|18:29:41.098] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3462622Z [05-13|18:29:41.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.3462765Z [05-13|18:29:41.098] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3462978Z [05-13|18:29:41.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.3463119Z [05-13|18:29:41.099] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3463311Z [05-13|18:29:41.099] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3463484Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 +2026-05-13T18:30:54.3463974Z [05-13|18:29:41.099] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3464447Z [05-13|18:29:41.099] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3464923Z [05-13|18:29:41.100] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3465393Z [05-13|18:29:41.100] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3465661Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3465930Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3466186Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3466649Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3466970Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3467421Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3467871Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3468446Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3468782Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3469169Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3469316Z [05-13|18:29:41.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3469635Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3469956Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3470098Z [05-13|18:29:41.104] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3470409Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3470665Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3471128Z [05-13|18:29:41.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3471390Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3471649Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3472106Z [05-13|18:29:41.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3472602Z [05-13|18:29:41.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3473053Z [05-13|18:29:41.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3473391Z [05-13|18:29:41.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3473716Z [05-13|18:29:41.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3474037Z [05-13|18:29:41.106] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3474178Z [05-13|18:29:41.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3474312Z [05-13|18:29:41.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3474636Z [05-13|18:29:41.106] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3474902Z [05-13|18:29:41.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3475355Z [05-13|18:29:41.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3475675Z [05-13|18:29:41.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3475937Z [05-13|18:29:41.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3476190Z [05-13|18:29:41.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3476646Z [05-13|18:29:41.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3477100Z [05-13|18:29:41.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3477429Z [05-13|18:29:41.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3477791Z [05-13|18:29:41.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3478369Z [05-13|18:29:41.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3478699Z [05-13|18:29:41.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3478836Z [05-13|18:29:41.109] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3479231Z [05-13|18:29:41.109] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3479365Z [05-13|18:29:41.109] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3479622Z [05-13|18:29:41.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3480091Z [05-13|18:29:41.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3480360Z [05-13|18:29:41.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3480618Z [05-13|18:29:41.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3481131Z [05-13|18:29:41.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3481586Z [05-13|18:29:41.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3481848Z [05-13|18:29:41.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.3482303Z [05-13|18:29:41.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3482638Z [05-13|18:29:41.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3482961Z [05-13|18:29:41.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3483296Z [05-13|18:29:41.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3483443Z [05-13|18:29:41.111] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3483762Z [05-13|18:29:41.112] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.3483974Z [05-13|18:29:41.112] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.3484238Z [05-13|18:29:41.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3484550Z [05-13|18:29:41.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3484811Z [05-13|18:29:41.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3485269Z [05-13|18:29:41.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3485724Z [05-13|18:29:41.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3486175Z [05-13|18:29:41.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3486556Z [05-13|18:29:41.113] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3486891Z [05-13|18:29:41.113] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3487217Z [05-13|18:29:41.114] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3487478Z [05-13|18:29:41.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3487741Z [05-13|18:29:41.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3488150Z [05-13|18:29:41.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3488612Z [05-13|18:29:41.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3489067Z [05-13|18:29:41.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3489518Z [05-13|18:29:41.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3489903Z [05-13|18:29:41.116] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3490237Z [05-13|18:29:41.116] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3490559Z [05-13|18:29:41.116] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3490817Z [05-13|18:29:41.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3491082Z [05-13|18:29:41.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3491342Z [05-13|18:29:41.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3491795Z [05-13|18:29:41.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3495134Z [05-13|18:29:41.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3495663Z [05-13|18:29:41.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3496020Z [05-13|18:29:41.117] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3496361Z [05-13|18:29:41.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3496788Z [05-13|18:29:41.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3497008Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.3497226Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3497430Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3497635Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.3498303Z [05-13|18:29:41.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3498833Z [05-13|18:29:41.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3499290Z [05-13|18:29:41.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3499573Z [05-13|18:29:41.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3499841Z [05-13|18:29:41.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3500701Z [05-13|18:29:41.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3501193Z [05-13|18:29:41.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3501882Z [05-13|18:29:41.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3502346Z [05-13|18:29:41.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3502694Z [05-13|18:29:41.151] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3503110Z [05-13|18:29:41.151] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3503441Z [05-13|18:29:41.151] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3503713Z [05-13|18:29:41.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3503976Z [05-13|18:29:41.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3504238Z [05-13|18:29:41.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3504711Z [05-13|18:29:41.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3505170Z [05-13|18:29:41.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3505624Z [05-13|18:29:41.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3505964Z [05-13|18:29:41.153] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3506292Z [05-13|18:29:41.153] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3506679Z [05-13|18:29:41.153] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3506954Z [05-13|18:29:41.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3507219Z [05-13|18:29:41.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3507479Z [05-13|18:29:41.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3507944Z [05-13|18:29:41.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3508624Z [05-13|18:29:41.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3509097Z [05-13|18:29:41.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3509432Z [05-13|18:29:41.155] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3509766Z [05-13|18:29:41.155] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3510194Z [05-13|18:29:41.155] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3510652Z [05-13|18:29:41.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3511116Z [05-13|18:29:41.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3511573Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3511793Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3512056Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3512520Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3512970Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3513421Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3513636Z [05-13|18:29:41.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3513901Z [05-13|18:29:41.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3514165Z [05-13|18:29:41.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3514433Z [05-13|18:29:41.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3514894Z [05-13|18:29:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3515348Z [05-13|18:29:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3515859Z [05-13|18:29:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3516200Z [05-13|18:29:41.158] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3516536Z [05-13|18:29:41.159] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3516690Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3516826Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3517157Z [05-13|18:29:41.159] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3517338Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3517474Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3517606Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3517745Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3518193Z [05-13|18:29:41.160] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3518660Z [05-13|18:29:41.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3519064Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3519524Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3519858Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3520328Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3520659Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3521167Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3521625Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3521960Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3522423Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3522765Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3523224Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3523372Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3523517Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3523649Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3523781Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3523923Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3524113Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3524456Z [05-13|18:29:41.162] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3524931Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3525392Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3525575Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 +2026-05-13T18:30:54.3525896Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3526172Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.3526332Z [05-13|18:29:41.162] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3526556Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.3526698Z [05-13|18:29:41.162] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3526837Z [05-13|18:29:41.163] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3527055Z [05-13|18:29:41.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.3527232Z [05-13|18:29:41.163] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3527405Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 +2026-05-13T18:30:54.3527903Z [05-13|18:29:41.163] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3528633Z [05-13|18:29:41.163] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3529116Z [05-13|18:29:41.164] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3529669Z [05-13|18:29:41.164] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3529957Z [05-13|18:29:41.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3530219Z [05-13|18:29:41.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3530486Z [05-13|18:29:41.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3530956Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3531412Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3531681Z [05-13|18:29:41.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3532131Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3532577Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3532922Z [05-13|18:29:41.166] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3533252Z [05-13|18:29:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3533636Z [05-13|18:29:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3533786Z [05-13|18:29:41.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3534113Z [05-13|18:29:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3534377Z [05-13|18:29:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3534643Z [05-13|18:29:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3534900Z [05-13|18:29:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3535408Z [05-13|18:29:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3535870Z [05-13|18:29:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3536130Z [05-13|18:29:41.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3536581Z [05-13|18:29:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3536900Z [05-13|18:29:41.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3537159Z [05-13|18:29:41.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.3537643Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3537915Z [05-13|18:29:41.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3538493Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3539009Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3539355Z [05-13|18:29:41.169] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3539807Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3540143Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3540467Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3540791Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3541125Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3541447Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3541769Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3541914Z [05-13|18:29:41.171] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3542235Z [05-13|18:29:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3542493Z [05-13|18:29:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3542957Z [05-13|18:29:41.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3543409Z [05-13|18:29:41.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3543672Z [05-13|18:29:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3544179Z [05-13|18:29:41.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3544514Z [05-13|18:29:41.172] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3544778Z [05-13|18:29:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3545107Z [05-13|18:29:41.172] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3545368Z [05-13|18:29:41.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3545678Z [05-13|18:29:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3546144Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3546403Z [05-13|18:29:41.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3546730Z [05-13|18:29:41.173] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3547190Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3547677Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3548255Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3548597Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3548928Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3549255Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3549587Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3549937Z [05-13|18:29:41.174] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.3550074Z [05-13|18:29:41.174] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3550294Z [05-13|18:29:41.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3550502Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3550707Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3550988Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3551258Z [05-13|18:29:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3551520Z [05-13|18:29:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3551989Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3552255Z [05-13|18:29:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3552713Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3553226Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3553569Z [05-13|18:29:41.176] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3553900Z [05-13|18:29:41.176] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3554235Z [05-13|18:29:41.176] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3554747Z [05-13|18:29:41.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3555203Z [05-13|18:29:41.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3555664Z [05-13|18:29:41.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3555886Z [05-13|18:29:41.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3556095Z [05-13|18:29:41.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3556416Z [05-13|18:29:41.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3556686Z [05-13|18:29:41.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3556948Z [05-13|18:29:41.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3557164Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3557626Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3558197Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3558660Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3559005Z [05-13|18:29:41.179] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3559342Z [05-13|18:29:41.179] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3559681Z [05-13|18:29:41.179] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3559945Z [05-13|18:29:41.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3560270Z [05-13|18:29:41.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3560535Z [05-13|18:29:41.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3560992Z [05-13|18:29:41.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3561450Z [05-13|18:29:41.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3561960Z [05-13|18:29:41.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3562299Z [05-13|18:29:41.181] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3562640Z [05-13|18:29:41.181] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3562966Z [05-13|18:29:41.181] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3563107Z [05-13|18:29:41.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3563293Z [05-13|18:29:41.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3563565Z [05-13|18:29:41.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3563702Z [05-13|18:29:41.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3563965Z [05-13|18:29:41.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3564429Z [05-13|18:29:41.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3564692Z [05-13|18:29:41.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3565202Z [05-13|18:29:41.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3565669Z [05-13|18:29:41.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3566000Z [05-13|18:29:41.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3566463Z [05-13|18:29:41.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3566793Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3567123Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3567587Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3567917Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3568363Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3568828Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3569220Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3569679Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3570142Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3570598Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3570733Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3570926Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3571071Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3571400Z [05-13|18:29:41.185] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3571862Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3572000Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3572499Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3572832Z [05-13|18:29:41.186] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3573289Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3573620Z [05-13|18:29:41.186] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3574082Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3574465Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3574923Z [05-13|18:29:41.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3575384Z [05-13|18:29:41.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3575719Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3576172Z [05-13|18:29:41.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3576626Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:54.3577062Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:54.3577497Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:54.3577635Z [05-13|18:29:41.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3578008Z [05-13|18:29:41.189] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3578593Z [05-13|18:29:41.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3579052Z [05-13|18:29:41.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3579229Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 +2026-05-13T18:30:54.3579542Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3579690Z [05-13|18:29:41.190] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3579921Z [05-13|18:29:41.190] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3580141Z [05-13|18:29:41.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3580286Z [05-13|18:29:41.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3580431Z [05-13|18:29:41.191] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3580640Z [05-13|18:29:41.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3580784Z [05-13|18:29:41.191] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3581002Z [05-13|18:29:41.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3581201Z [05-13|18:29:41.192] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3581383Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 +2026-05-13T18:30:54.3581863Z [05-13|18:29:41.192] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3582337Z [05-13|18:29:41.193] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3582812Z [05-13|18:29:41.193] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3583332Z [05-13|18:29:41.193] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3583608Z [05-13|18:29:41.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3583876Z [05-13|18:29:41.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3584135Z [05-13|18:29:41.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3584597Z [05-13|18:29:41.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3585053Z [05-13|18:29:41.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3585506Z [05-13|18:29:41.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3585776Z [05-13|18:29:41.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3586227Z [05-13|18:29:41.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3586564Z [05-13|18:29:41.197] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3586955Z [05-13|18:29:41.197] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3587278Z [05-13|18:29:41.197] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3587415Z [05-13|18:29:41.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3587553Z [05-13|18:29:41.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3587884Z [05-13|18:29:41.198] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3588019Z [05-13|18:29:41.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3588400Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3588729Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3588992Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3589249Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3589714Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3590225Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3590682Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3591133Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3591473Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3591806Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3592183Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3592512Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3592654Z [05-13|18:29:41.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3592789Z [05-13|18:29:41.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3593049Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3593307Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3593571Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3594028Z [05-13|18:29:41.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3594295Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3594751Z [05-13|18:29:41.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3595201Z [05-13|18:29:41.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3595710Z [05-13|18:29:41.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3596041Z [05-13|18:29:41.202] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3596176Z [05-13|18:29:41.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3596511Z [05-13|18:29:41.203] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3596838Z [05-13|18:29:41.203] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3596974Z [05-13|18:29:41.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3597341Z [05-13|18:29:41.203] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3597482Z [05-13|18:29:41.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3597831Z [05-13|18:29:41.203] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.3598165Z [05-13|18:29:41.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3598379Z [05-13|18:29:41.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3598647Z [05-13|18:29:41.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3598850Z [05-13|18:29:41.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3599313Z [05-13|18:29:41.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3599776Z [05-13|18:29:41.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3600235Z [05-13|18:29:41.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3600504Z [05-13|18:29:41.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3600823Z [05-13|18:29:41.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3601102Z [05-13|18:29:41.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3601557Z [05-13|18:29:41.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3602006Z [05-13|18:29:41.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3602462Z [05-13|18:29:41.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3602797Z [05-13|18:29:41.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3603126Z [05-13|18:29:41.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3603454Z [05-13|18:29:41.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3603716Z [05-13|18:29:41.226] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3603978Z [05-13|18:29:41.226] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3604294Z [05-13|18:29:41.226] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3604754Z [05-13|18:29:41.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3605212Z [05-13|18:29:41.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3605671Z [05-13|18:29:41.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3606003Z [05-13|18:29:41.227] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3606379Z [05-13|18:29:41.227] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3606712Z [05-13|18:29:41.227] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3606982Z [05-13|18:29:41.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3607247Z [05-13|18:29:41.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3607511Z [05-13|18:29:41.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3608014Z [05-13|18:29:41.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3608591Z [05-13|18:29:41.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3609055Z [05-13|18:29:41.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3609393Z [05-13|18:29:41.229] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3609786Z [05-13|18:29:41.229] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3610131Z [05-13|18:29:41.230] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3610589Z [05-13|18:29:41.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3611045Z [05-13|18:29:41.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3611506Z [05-13|18:29:41.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3611724Z [05-13|18:29:41.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3611942Z [05-13|18:29:41.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3612150Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3612416Z [05-13|18:29:41.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3612676Z [05-13|18:29:41.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3612945Z [05-13|18:29:41.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3613462Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3613921Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3614374Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3614716Z [05-13|18:29:41.233] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3615108Z [05-13|18:29:41.233] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3615439Z [05-13|18:29:41.233] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3615702Z [05-13|18:29:41.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3615969Z [05-13|18:29:41.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3616232Z [05-13|18:29:41.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3616743Z [05-13|18:29:41.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3617205Z [05-13|18:29:41.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3617657Z [05-13|18:29:41.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3617993Z [05-13|18:29:41.235] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3618446Z [05-13|18:29:41.235] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3618839Z [05-13|18:29:41.235] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3619108Z [05-13|18:29:41.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3619375Z [05-13|18:29:41.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3619837Z [05-13|18:29:41.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3620101Z [05-13|18:29:41.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3620562Z [05-13|18:29:41.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3621018Z [05-13|18:29:41.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3621351Z [05-13|18:29:41.237] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3621684Z [05-13|18:29:41.237] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3622012Z [05-13|18:29:41.237] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3622530Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3622994Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3623453Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3623667Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3623884Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3624144Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3624417Z [05-13|18:29:41.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3624684Z [05-13|18:29:41.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3624945Z [05-13|18:29:41.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3625406Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3625921Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3626375Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3626715Z [05-13|18:29:41.241] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3627052Z [05-13|18:29:41.241] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3627389Z [05-13|18:29:41.241] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3627696Z [05-13|18:29:41.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3627961Z [05-13|18:29:41.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3628337Z [05-13|18:29:41.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3628797Z [05-13|18:29:41.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3629259Z [05-13|18:29:41.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3629712Z [05-13|18:29:41.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3630053Z [05-13|18:29:41.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3630381Z [05-13|18:29:41.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3630707Z [05-13|18:29:41.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3630978Z [05-13|18:29:41.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3631302Z [05-13|18:29:41.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3631561Z [05-13|18:29:41.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3632025Z [05-13|18:29:41.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3632512Z [05-13|18:29:41.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3632968Z [05-13|18:29:41.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3633371Z [05-13|18:29:41.245] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3633708Z [05-13|18:29:41.245] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3634041Z [05-13|18:29:41.246] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3634504Z [05-13|18:29:41.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3635011Z [05-13|18:29:41.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3635465Z [05-13|18:29:41.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3635683Z [05-13|18:29:41.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3635889Z [05-13|18:29:41.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3636096Z [05-13|18:29:41.248] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3636365Z [05-13|18:29:41.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.3636678Z [05-13|18:29:41.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.3636944Z [05-13|18:29:41.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.3637411Z [05-13|18:29:41.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3637867Z [05-13|18:29:41.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3638438Z [05-13|18:29:41.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3638784Z [05-13|18:29:41.250] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.3639115Z [05-13|18:29:41.250] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.3639264Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3639403Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3639535Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3639869Z [05-13|18:29:41.250] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.3640071Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3640207Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3640338Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3640472Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3640603Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3640735Z [05-13|18:29:41.251] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3641070Z [05-13|18:29:41.251] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3641585Z [05-13|18:29:41.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3641918Z [05-13|18:29:41.251] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3642378Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3642704Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3643158Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3643543Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3643996Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3644444Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3644778Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3645291Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3645627Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3646090Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3646225Z [05-13|18:29:41.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3646361Z [05-13|18:29:41.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3646496Z [05-13|18:29:41.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3646626Z [05-13|18:29:41.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3646757Z [05-13|18:29:41.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3646894Z [05-13|18:29:41.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3647229Z [05-13|18:29:41.253] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.3647694Z [05-13|18:29:41.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3648274Z [05-13|18:29:41.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3648710Z [05-13|18:29:41.253] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.3649167Z [05-13|18:29:41.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3649503Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.3649959Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3650290Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} +2026-05-13T18:30:54.3650802Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3651257Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3651589Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} +2026-05-13T18:30:54.3652051Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3652439Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} +2026-05-13T18:30:54.3652903Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3653041Z [05-13|18:29:41.254] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3653173Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3653506Z [05-13|18:29:41.255] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} +2026-05-13T18:30:54.3653645Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3653875Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 +2026-05-13T18:30:54.3654188Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3654328Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3654474Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3654937Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3655161Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.3655613Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3655750Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3655888Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3656032Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3656244Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.3656389Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3656599Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.3656739Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3656956Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 +2026-05-13T18:30:54.3657435Z [05-13|18:29:41.256] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3657911Z [05-13|18:29:41.256] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3658504Z [05-13|18:29:41.256] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3659038Z [05-13|18:29:41.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3659311Z [05-13|18:29:41.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3659581Z [05-13|18:29:41.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3659838Z [05-13|18:29:41.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3660298Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3660807Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3661256Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3661524Z [05-13|18:29:41.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3661865Z [05-13|18:29:41.259] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3662320Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3662508Z [05-13|18:29:41.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3662850Z [05-13|18:29:41.260] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3663174Z [05-13|18:29:41.260] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3663310Z [05-13|18:29:41.260] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3663642Z [05-13|18:29:41.260] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3663909Z [05-13|18:29:41.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3664167Z [05-13|18:29:41.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3664427Z [05-13|18:29:41.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3664880Z [05-13|18:29:41.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3665334Z [05-13|18:29:41.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3665792Z [05-13|18:29:41.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3666109Z [05-13|18:29:41.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.3666437Z [05-13|18:29:41.262] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3666769Z [05-13|18:29:41.262] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3667095Z [05-13|18:29:41.262] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3667544Z [05-13|18:29:41.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3667723Z [05-13|18:29:41.262] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3667859Z [05-13|18:29:41.262] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3668297Z [05-13|18:29:41.263] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3668438Z [05-13|18:29:41.263] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3668698Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3668956Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3669277Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3669535Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3669991Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3670449Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3670898Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3671396Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3671739Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3671873Z [05-13|18:29:41.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3672200Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3672530Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3672662Z [05-13|18:29:41.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3672986Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3673340Z [05-13|18:29:41.265] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.3673550Z [05-13|18:29:41.265] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.3673761Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3673971Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3674177Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3674436Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3674894Z [05-13|18:29:41.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3675346Z [05-13|18:29:41.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3675792Z [05-13|18:29:41.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3676059Z [05-13|18:29:41.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3676369Z [05-13|18:29:41.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3676630Z [05-13|18:29:41.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3677087Z [05-13|18:29:41.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3677534Z [05-13|18:29:41.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3678019Z [05-13|18:29:41.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3678482Z [05-13|18:29:41.310] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3678808Z [05-13|18:29:41.310] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3679136Z [05-13|18:29:41.310] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3679395Z [05-13|18:29:41.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3679651Z [05-13|18:29:41.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3679972Z [05-13|18:29:41.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3680435Z [05-13|18:29:41.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3680901Z [05-13|18:29:41.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3681373Z [05-13|18:29:41.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3681718Z [05-13|18:29:41.311] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3682040Z [05-13|18:29:41.312] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3682371Z [05-13|18:29:41.312] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3682637Z [05-13|18:29:41.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3682897Z [05-13|18:29:41.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3683166Z [05-13|18:29:41.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3683685Z [05-13|18:29:41.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3684143Z [05-13|18:29:41.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3684599Z [05-13|18:29:41.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3684739Z [05-13|18:29:41.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3684872Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3685261Z [05-13|18:29:41.314] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3685591Z [05-13|18:29:41.314] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3685918Z [05-13|18:29:41.314] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3686058Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3686191Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3686325Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3686838Z [05-13|18:29:41.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3687294Z [05-13|18:29:41.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3687748Z [05-13|18:29:41.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3687888Z [05-13|18:29:41.315] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3688020Z [05-13|18:29:41.315] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3688269Z [05-13|18:29:41.316] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3688667Z [05-13|18:29:41.316] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.3689126Z [05-13|18:29:41.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3689455Z [05-13|18:29:41.316] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.3689915Z [05-13|18:29:41.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3690239Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.3690690Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3691018Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.3691468Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3691918Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3692306Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.3692760Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3693091Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.3693557Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3693728Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 +2026-05-13T18:30:54.3694083Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3694236Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3694694Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3694834Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3695052Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3695192Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3695454Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3695601Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3695807Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3695978Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 +2026-05-13T18:30:54.3696459Z [05-13|18:29:41.319] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3696930Z [05-13|18:29:41.319] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3697436Z [05-13|18:29:41.319] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3697912Z [05-13|18:29:41.320] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3698291Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3698557Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3698821Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3699077Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3699534Z [05-13|18:29:41.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3699990Z [05-13|18:29:41.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3700437Z [05-13|18:29:41.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3700886Z [05-13|18:29:41.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3701290Z [05-13|18:29:41.322] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3701427Z [05-13|18:29:41.322] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3701759Z [05-13|18:29:41.322] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3702085Z [05-13|18:29:41.322] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3702221Z [05-13|18:29:41.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3702352Z [05-13|18:29:41.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3702733Z [05-13|18:29:41.323] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3702995Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3703252Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3703511Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3703766Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3704268Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3704722Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3705170Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3705619Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3705952Z [05-13|18:29:41.324] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3706327Z [05-13|18:29:41.325] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3706467Z [05-13|18:29:41.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3706794Z [05-13|18:29:41.325] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3707120Z [05-13|18:29:41.325] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3707256Z [05-13|18:29:41.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3707392Z [05-13|18:29:41.325] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3707649Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3707904Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3708289Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3708750Z [05-13|18:29:41.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3709203Z [05-13|18:29:41.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3709720Z [05-13|18:29:41.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3709979Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3710307Z [05-13|18:29:41.327] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3710764Z [05-13|18:29:41.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3711093Z [05-13|18:29:41.327] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3711479Z [05-13|18:29:41.327] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3711622Z [05-13|18:29:41.327] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3711947Z [05-13|18:29:41.328] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3712294Z [05-13|18:29:41.328] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.3712513Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3712723Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3712980Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3713189Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3713643Z [05-13|18:29:41.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3714094Z [05-13|18:29:41.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3714547Z [05-13|18:29:41.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3714895Z [05-13|18:29:41.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3715162Z [05-13|18:29:41.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3715425Z [05-13|18:29:41.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3715883Z [05-13|18:29:41.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3716332Z [05-13|18:29:41.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3716780Z [05-13|18:29:41.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3717112Z [05-13|18:29:41.364] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3717444Z [05-13|18:29:41.364] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3717766Z [05-13|18:29:41.365] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3718139Z [05-13|18:29:41.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3718484Z [05-13|18:29:41.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3718747Z [05-13|18:29:41.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3719202Z [05-13|18:29:41.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3719658Z [05-13|18:29:41.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3720109Z [05-13|18:29:41.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3720496Z [05-13|18:29:41.366] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3720833Z [05-13|18:29:41.366] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3721156Z [05-13|18:29:41.367] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3721416Z [05-13|18:29:41.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3721688Z [05-13|18:29:41.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3721998Z [05-13|18:29:41.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3722452Z [05-13|18:29:41.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3722909Z [05-13|18:29:41.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3723367Z [05-13|18:29:41.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3723697Z [05-13|18:29:41.368] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3724084Z [05-13|18:29:41.368] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3724414Z [05-13|18:29:41.369] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3724873Z [05-13|18:29:41.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3725331Z [05-13|18:29:41.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3725781Z [05-13|18:29:41.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3725993Z [05-13|18:29:41.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3726206Z [05-13|18:29:41.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3726414Z [05-13|18:29:41.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3726672Z [05-13|18:29:41.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3726968Z [05-13|18:29:41.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3727464Z [05-13|18:29:41.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3727724Z [05-13|18:29:41.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3728297Z [05-13|18:29:41.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3728749Z [05-13|18:29:41.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3729076Z [05-13|18:29:41.372] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3729467Z [05-13|18:29:41.372] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3729795Z [05-13|18:29:41.372] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3730056Z [05-13|18:29:41.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3730319Z [05-13|18:29:41.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3730775Z [05-13|18:29:41.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3731288Z [05-13|18:29:41.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3731550Z [05-13|18:29:41.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3732001Z [05-13|18:29:41.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3732337Z [05-13|18:29:41.374] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3732659Z [05-13|18:29:41.374] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3733038Z [05-13|18:29:41.374] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3733313Z [05-13|18:29:41.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3733576Z [05-13|18:29:41.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3733835Z [05-13|18:29:41.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3734302Z [05-13|18:29:41.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3734757Z [05-13|18:29:41.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3735212Z [05-13|18:29:41.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3735556Z [05-13|18:29:41.376] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3735887Z [05-13|18:29:41.376] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3736215Z [05-13|18:29:41.376] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3736732Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3737190Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3737643Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3737860Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3738190Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3738463Z [05-13|18:29:41.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3738736Z [05-13|18:29:41.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3738994Z [05-13|18:29:41.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3739252Z [05-13|18:29:41.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3739721Z [05-13|18:29:41.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3740226Z [05-13|18:29:41.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3740681Z [05-13|18:29:41.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3741017Z [05-13|18:29:41.379] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3741341Z [05-13|18:29:41.380] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3741712Z [05-13|18:29:41.380] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3741983Z [05-13|18:29:41.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3742248Z [05-13|18:29:41.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3742509Z [05-13|18:29:41.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3742982Z [05-13|18:29:41.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3743439Z [05-13|18:29:41.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3743892Z [05-13|18:29:41.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3744242Z [05-13|18:29:41.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3744697Z [05-13|18:29:41.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3745048Z [05-13|18:29:41.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3745557Z [05-13|18:29:41.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3745898Z [05-13|18:29:41.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3746369Z [05-13|18:29:41.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3746632Z [05-13|18:29:41.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3746892Z [05-13|18:29:41.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3747192Z [05-13|18:29:41.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3747651Z [05-13|18:29:41.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3748224Z [05-13|18:29:41.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3748689Z [05-13|18:29:41.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3749081Z [05-13|18:29:41.384] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3749408Z [05-13|18:29:41.384] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3749751Z [05-13|18:29:41.384] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3750209Z [05-13|18:29:41.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3750663Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3751175Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3751392Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3751600Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3751812Z [05-13|18:29:41.386] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3752076Z [05-13|18:29:41.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3752336Z [05-13|18:29:41.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3752600Z [05-13|18:29:41.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3753056Z [05-13|18:29:41.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3753512Z [05-13|18:29:41.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3753973Z [05-13|18:29:41.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3754364Z [05-13|18:29:41.388] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3754695Z [05-13|18:29:41.388] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3755026Z [05-13|18:29:41.388] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3755288Z [05-13|18:29:41.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3755549Z [05-13|18:29:41.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3755811Z [05-13|18:29:41.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3756323Z [05-13|18:29:41.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3756780Z [05-13|18:29:41.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3757244Z [05-13|18:29:41.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3757387Z [05-13|18:29:41.389] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3757556Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3757692Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3758156Z [05-13|18:29:41.390] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3758496Z [05-13|18:29:41.390] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3758636Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3758768Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3759098Z [05-13|18:29:41.390] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3759236Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3759426Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3759562Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3759697Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3759826Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3760153Z [05-13|18:29:41.392] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3760616Z [05-13|18:29:41.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3761065Z [05-13|18:29:41.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3761395Z [05-13|18:29:41.392] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3761851Z [05-13|18:29:41.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3762179Z [05-13|18:29:41.393] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3762629Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3762957Z [05-13|18:29:41.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3763215Z [05-13|18:29:41.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3763471Z [05-13|18:29:41.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3763924Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3764252Z [05-13|18:29:41.393] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3764748Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3765203Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3765650Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3765783Z [05-13|18:29:41.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3765968Z [05-13|18:29:41.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3766098Z [05-13|18:29:41.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3766544Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3766876Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3767200Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3767656Z [05-13|18:29:41.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3768022Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3768492Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3768832Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3769306Z [05-13|18:29:41.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3769642Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3770103Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3770554Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3770895Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3771359Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3771758Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3772211Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3772544Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3772998Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3773451Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3773841Z [05-13|18:29:41.396] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3774300Z [05-13|18:29:41.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3774517Z [05-13|18:29:41.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3774697Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 +2026-05-13T18:30:54.3774964Z [05-13|18:29:41.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3775276Z [05-13|18:29:41.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3775537Z [05-13|18:29:41.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3775992Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3776304Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3776457Z [05-13|18:29:41.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3776919Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3777184Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3777646Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3777788Z [05-13|18:29:41.397] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3778000Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.3778454Z [05-13|18:29:41.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3778595Z [05-13|18:29:41.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3778732Z [05-13|18:29:41.398] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3779062Z [05-13|18:29:41.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3779236Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 +2026-05-13T18:30:54.3779721Z [05-13|18:29:41.398] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3780051Z [05-13|18:29:41.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3780316Z [05-13|18:29:41.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3780860Z [05-13|18:29:41.399] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3781126Z [05-13|18:29:41.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3781384Z [05-13|18:29:41.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3781851Z [05-13|18:29:41.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3782309Z [05-13|18:29:41.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3782811Z [05-13|18:29:41.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3783292Z [05-13|18:29:41.400] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3783625Z [05-13|18:29:41.401] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3783949Z [05-13|18:29:41.401] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3784365Z [05-13|18:29:41.401] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3784825Z [05-13|18:29:41.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3785305Z [05-13|18:29:41.402] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3785520Z [05-13|18:29:41.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3786030Z [05-13|18:29:41.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3786484Z [05-13|18:29:41.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3786698Z [05-13|18:29:41.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3786904Z [05-13|18:29:41.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3787169Z [05-13|18:29:41.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3787429Z [05-13|18:29:41.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3787884Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3788453Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3788723Z [05-13|18:29:41.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3789172Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3789433Z [05-13|18:29:41.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3789947Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3790279Z [05-13|18:29:41.408] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3790541Z [05-13|18:29:41.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3790803Z [05-13|18:29:41.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3791255Z [05-13|18:29:41.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3791762Z [05-13|18:29:41.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3792098Z [05-13|18:29:41.409] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3792236Z [05-13|18:29:41.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3792494Z [05-13|18:29:41.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3792826Z [05-13|18:29:41.409] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3793328Z [05-13|18:29:41.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3793463Z [05-13|18:29:41.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3793791Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3794114Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3794435Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3794574Z [05-13|18:29:41.410] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3794940Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3795203Z [05-13|18:29:41.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3795467Z [05-13|18:29:41.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3795729Z [05-13|18:29:41.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3796188Z [05-13|18:29:41.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3796645Z [05-13|18:29:41.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3797099Z [05-13|18:29:41.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3797361Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3797620Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3797950Z [05-13|18:29:41.413] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3798363Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3798693Z [05-13|18:29:41.413] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3799148Z [05-13|18:29:41.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3799603Z [05-13|18:29:41.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3799868Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3800378Z [05-13|18:29:41.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3800829Z [05-13|18:29:41.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3801159Z [05-13|18:29:41.414] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3801483Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3801868Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3802194Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3802515Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3802650Z [05-13|18:29:41.415] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3802925Z [05-13|18:29:41.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3803185Z [05-13|18:29:41.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3803698Z [05-13|18:29:41.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3804162Z [05-13|18:29:41.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3804429Z [05-13|18:29:41.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3804881Z [05-13|18:29:41.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3805222Z [05-13|18:29:41.417] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3805482Z [05-13|18:29:41.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3805740Z [05-13|18:29:41.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3806075Z [05-13|18:29:41.417] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3806336Z [05-13|18:29:41.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3806663Z [05-13|18:29:41.417] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3807125Z [05-13|18:29:41.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3807631Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3807893Z [05-13|18:29:41.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.3808467Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3808928Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3809321Z [05-13|18:29:41.418] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3809781Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3810233Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3810693Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3811075Z [05-13|18:29:41.419] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3811400Z [05-13|18:29:41.419] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3811628Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3811838Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3812162Z [05-13|18:29:41.420] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3812303Z [05-13|18:29:41.420] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3812703Z [05-13|18:29:41.420] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.3812916Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3813126Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3813328Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3813530Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3813744Z [05-13|18:29:41.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3814010Z [05-13|18:29:41.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3814271Z [05-13|18:29:41.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3814537Z [05-13|18:29:41.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3814997Z [05-13|18:29:41.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3815449Z [05-13|18:29:41.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3815907Z [05-13|18:29:41.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3816300Z [05-13|18:29:41.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3816624Z [05-13|18:29:41.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3816953Z [05-13|18:29:41.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3817216Z [05-13|18:29:41.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3817476Z [05-13|18:29:41.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3817782Z [05-13|18:29:41.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3818353Z [05-13|18:29:41.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3818813Z [05-13|18:29:41.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3819330Z [05-13|18:29:41.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3819753Z [05-13|18:29:41.424] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3820088Z [05-13|18:29:41.424] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3820424Z [05-13|18:29:41.424] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3820690Z [05-13|18:29:41.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3820950Z [05-13|18:29:41.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3821216Z [05-13|18:29:41.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3821761Z [05-13|18:29:41.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3822221Z [05-13|18:29:41.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3822680Z [05-13|18:29:41.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3823012Z [05-13|18:29:41.426] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3823335Z [05-13|18:29:41.426] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3823665Z [05-13|18:29:41.426] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3824122Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3824579Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3825039Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3825306Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3825518Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3825724Z [05-13|18:29:41.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3825988Z [05-13|18:29:41.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3826252Z [05-13|18:29:41.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3826515Z [05-13|18:29:41.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3827021Z [05-13|18:29:41.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3827484Z [05-13|18:29:41.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3827936Z [05-13|18:29:41.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3828400Z [05-13|18:29:41.430] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3828799Z [05-13|18:29:41.431] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3829127Z [05-13|18:29:41.431] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3829393Z [05-13|18:29:41.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3829663Z [05-13|18:29:41.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3829922Z [05-13|18:29:41.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3830435Z [05-13|18:29:41.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3830900Z [05-13|18:29:41.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3831351Z [05-13|18:29:41.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3831687Z [05-13|18:29:41.433] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3832021Z [05-13|18:29:41.433] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3832349Z [05-13|18:29:41.433] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3832486Z [05-13|18:29:41.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3832622Z [05-13|18:29:41.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3832950Z [05-13|18:29:41.434] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3833405Z [05-13|18:29:41.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3833862Z [05-13|18:29:41.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3834248Z [05-13|18:29:41.434] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3834510Z [05-13|18:29:41.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3834649Z [05-13|18:29:41.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3835099Z [05-13|18:29:41.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3835369Z [05-13|18:29:41.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3835879Z [05-13|18:29:41.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3836146Z [05-13|18:29:41.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3836600Z [05-13|18:29:41.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3836934Z [05-13|18:29:41.435] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3837429Z [05-13|18:29:41.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3837884Z [05-13|18:29:41.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3838249Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3838389Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3838521Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3838654Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3839008Z [05-13|18:29:41.436] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3839401Z [05-13|18:29:41.436] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3839748Z [05-13|18:29:41.437] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3839885Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3840017Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3840154Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3840291Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3840618Z [05-13|18:29:41.437] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3841076Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3841530Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3841664Z [05-13|18:29:41.438] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3842135Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3842586Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3842781Z [05-13|18:29:41.438] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3843236Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3843566Z [05-13|18:29:41.438] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3844022Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3844411Z [05-13|18:29:41.439] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3844546Z [05-13|18:29:41.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3845015Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3845349Z [05-13|18:29:41.439] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3845805Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3846310Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3846448Z [05-13|18:29:41.440] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3846581Z [05-13|18:29:41.440] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3846920Z [05-13|18:29:41.440] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3847378Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3847742Z [05-13|18:29:41.441] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3848318Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3848657Z [05-13|18:29:41.441] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3849116Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3849569Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3849906Z [05-13|18:29:41.442] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3850357Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3850696Z [05-13|18:29:41.442] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3850869Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 +2026-05-13T18:30:54.3851177Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3851387Z [05-13|18:29:41.442] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3851851Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3852306Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3852450Z [05-13|18:29:41.442] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3852669Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3852810Z [05-13|18:29:41.443] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3853016Z [05-13|18:29:41.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3853316Z [05-13|18:29:41.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3853463Z [05-13|18:29:41.443] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3853635Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 +2026-05-13T18:30:54.3854119Z [05-13|18:29:41.443] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3854595Z [05-13|18:29:41.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3855118Z [05-13|18:29:41.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3855595Z [05-13|18:29:41.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3855864Z [05-13|18:29:41.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3856125Z [05-13|18:29:41.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3856389Z [05-13|18:29:41.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3856899Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3857165Z [05-13|18:29:41.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3857624Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3858291Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3858798Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3859142Z [05-13|18:29:41.448] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3859474Z [05-13|18:29:41.448] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3859806Z [05-13|18:29:41.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3859955Z [05-13|18:29:41.449] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3860296Z [05-13|18:29:41.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3860640Z [05-13|18:29:41.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3860901Z [05-13|18:29:41.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3861361Z [05-13|18:29:41.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3861828Z [05-13|18:29:41.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3862091Z [05-13|18:29:41.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3862402Z [05-13|18:29:41.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3862859Z [05-13|18:29:41.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3863310Z [05-13|18:29:41.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3863643Z [05-13|18:29:41.451] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3864028Z [05-13|18:29:41.451] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3864354Z [05-13|18:29:41.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3864492Z [05-13|18:29:41.452] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3864822Z [05-13|18:29:41.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3865279Z [05-13|18:29:41.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3865728Z [05-13|18:29:41.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3866231Z [05-13|18:29:41.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3866497Z [05-13|18:29:41.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3866754Z [05-13|18:29:41.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3867014Z [05-13|18:29:41.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3867466Z [05-13|18:29:41.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3867917Z [05-13|18:29:41.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3868507Z [05-13|18:29:41.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3868771Z [05-13|18:29:41.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3869102Z [05-13|18:29:41.454] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3869433Z [05-13|18:29:41.454] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3869947Z [05-13|18:29:41.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3870273Z [05-13|18:29:41.455] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3870608Z [05-13|18:29:41.455] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3870960Z [05-13|18:29:41.455] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.3871170Z [05-13|18:29:41.455] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.3871436Z [05-13|18:29:41.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3871655Z [05-13|18:29:41.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3871860Z [05-13|18:29:41.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3872067Z [05-13|18:29:41.456] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3872331Z [05-13|18:29:41.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3872588Z [05-13|18:29:41.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3872901Z [05-13|18:29:41.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3873353Z [05-13|18:29:41.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3873803Z [05-13|18:29:41.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3874260Z [05-13|18:29:41.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3874589Z [05-13|18:29:41.464] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3874962Z [05-13|18:29:41.465] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3875297Z [05-13|18:29:41.465] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3875556Z [05-13|18:29:41.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3875814Z [05-13|18:29:41.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3876078Z [05-13|18:29:41.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3876528Z [05-13|18:29:41.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3876982Z [05-13|18:29:41.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3877437Z [05-13|18:29:41.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3877766Z [05-13|18:29:41.466] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3878217Z [05-13|18:29:41.466] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3878868Z [05-13|18:29:41.466] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3879128Z [05-13|18:29:41.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3879389Z [05-13|18:29:41.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3879646Z [05-13|18:29:41.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3880100Z [05-13|18:29:41.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3880611Z [05-13|18:29:41.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3881065Z [05-13|18:29:41.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3881391Z [05-13|18:29:41.468] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3881734Z [05-13|18:29:41.468] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3882110Z [05-13|18:29:41.468] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3882560Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3883016Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3883466Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3883672Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3883934Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3884142Z [05-13|18:29:41.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3884405Z [05-13|18:29:41.470] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3884670Z [05-13|18:29:41.470] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3884928Z [05-13|18:29:41.470] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3885383Z [05-13|18:29:41.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3885839Z [05-13|18:29:41.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3886288Z [05-13|18:29:41.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3886618Z [05-13|18:29:41.471] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3886948Z [05-13|18:29:41.471] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3887278Z [05-13|18:29:41.471] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3887580Z [05-13|18:29:41.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3887843Z [05-13|18:29:41.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3888215Z [05-13|18:29:41.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3888681Z [05-13|18:29:41.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3889145Z [05-13|18:29:41.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3889657Z [05-13|18:29:41.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3889989Z [05-13|18:29:41.473] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3890322Z [05-13|18:29:41.473] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3890643Z [05-13|18:29:41.474] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3890963Z [05-13|18:29:41.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3891231Z [05-13|18:29:41.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3891493Z [05-13|18:29:41.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3891955Z [05-13|18:29:41.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3892419Z [05-13|18:29:41.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3892925Z [05-13|18:29:41.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3893271Z [05-13|18:29:41.475] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3893602Z [05-13|18:29:41.475] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3894062Z [05-13|18:29:41.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3894524Z [05-13|18:29:41.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3894854Z [05-13|18:29:41.476] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3895069Z [05-13|18:29:41.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3895535Z [05-13|18:29:41.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3895747Z [05-13|18:29:41.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3895955Z [05-13|18:29:41.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3896225Z [05-13|18:29:41.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3896544Z [05-13|18:29:41.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3896801Z [05-13|18:29:41.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3897260Z [05-13|18:29:41.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3897714Z [05-13|18:29:41.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3898282Z [05-13|18:29:41.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3898677Z [05-13|18:29:41.479] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3899010Z [05-13|18:29:41.479] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3899334Z [05-13|18:29:41.479] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3899604Z [05-13|18:29:41.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3899916Z [05-13|18:29:41.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3900370Z [05-13|18:29:41.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3900827Z [05-13|18:29:41.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3901090Z [05-13|18:29:41.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3901544Z [05-13|18:29:41.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3901950Z [05-13|18:29:41.481] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3902291Z [05-13|18:29:41.481] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3902622Z [05-13|18:29:41.481] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3902891Z [05-13|18:29:41.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3903151Z [05-13|18:29:41.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3903407Z [05-13|18:29:41.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3903865Z [05-13|18:29:41.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3904324Z [05-13|18:29:41.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3904464Z [05-13|18:29:41.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3904921Z [05-13|18:29:41.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3905252Z [05-13|18:29:41.483] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3905637Z [05-13|18:29:41.483] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3905963Z [05-13|18:29:41.483] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3906102Z [05-13|18:29:41.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3906237Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3906377Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3906508Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3906642Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3906814Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3906946Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3907406Z [05-13|18:29:41.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3907543Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3907998Z [05-13|18:29:41.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3908640Z [05-13|18:29:41.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3908785Z [05-13|18:29:41.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3908917Z [05-13|18:29:41.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3909253Z [05-13|18:29:41.485] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3909719Z [05-13|18:29:41.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3910171Z [05-13|18:29:41.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3910366Z [05-13|18:29:41.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3910508Z [05-13|18:29:41.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3910640Z [05-13|18:29:41.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3910967Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3911425Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3911763Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3912215Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3912546Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3913000Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3913451Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3913837Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3914291Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3914624Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3915087Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3915415Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3915921Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3916386Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3916725Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3917186Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3917570Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3918027Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3918335Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 +2026-05-13T18:30:54.3918647Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.3918795Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3919322Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3919468Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3919689Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3919828Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3920043Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3920185Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.3920394Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3920568Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 +2026-05-13T18:30:54.3921050Z [05-13|18:29:41.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3921556Z [05-13|18:29:41.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3922037Z [05-13|18:29:41.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3922508Z [05-13|18:29:41.491] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.3922877Z [05-13|18:29:41.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3923137Z [05-13|18:29:41.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3923593Z [05-13|18:29:41.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3924050Z [05-13|18:29:41.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3924311Z [05-13|18:29:41.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.3924812Z [05-13|18:29:41.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3925156Z [05-13|18:29:41.494] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3925485Z [05-13|18:29:41.494] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3925809Z [05-13|18:29:41.494] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.3926076Z [05-13|18:29:41.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3926386Z [05-13|18:29:41.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3926840Z [05-13|18:29:41.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3927296Z [05-13|18:29:41.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3927555Z [05-13|18:29:41.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.3928001Z [05-13|18:29:41.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3928512Z [05-13|18:29:41.496] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3928845Z [05-13|18:29:41.496] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3929171Z [05-13|18:29:41.496] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.3929438Z [05-13|18:29:41.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3929698Z [05-13|18:29:41.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3929954Z [05-13|18:29:41.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.3930414Z [05-13|18:29:41.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3930866Z [05-13|18:29:41.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3931316Z [05-13|18:29:41.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3931652Z [05-13|18:29:41.498] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3932044Z [05-13|18:29:41.498] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3932367Z [05-13|18:29:41.498] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.3932590Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3932795Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.3933001Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3933210Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.3933715Z [05-13|18:29:41.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3934173Z [05-13|18:29:41.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3934628Z [05-13|18:29:41.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3934891Z [05-13|18:29:41.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3935200Z [05-13|18:29:41.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3935463Z [05-13|18:29:41.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.3935916Z [05-13|18:29:41.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3936364Z [05-13|18:29:41.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3936817Z [05-13|18:29:41.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3937187Z [05-13|18:29:41.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3937516Z [05-13|18:29:41.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3937845Z [05-13|18:29:41.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3938225Z [05-13|18:29:41.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3938487Z [05-13|18:29:41.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3938748Z [05-13|18:29:41.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.3939200Z [05-13|18:29:41.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3939654Z [05-13|18:29:41.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3940106Z [05-13|18:29:41.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3940436Z [05-13|18:29:41.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3940833Z [05-13|18:29:41.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3941158Z [05-13|18:29:41.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3941417Z [05-13|18:29:41.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3941681Z [05-13|18:29:41.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3942142Z [05-13|18:29:41.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3942400Z [05-13|18:29:41.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.3942906Z [05-13|18:29:41.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3943360Z [05-13|18:29:41.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3943689Z [05-13|18:29:41.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3944019Z [05-13|18:29:41.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3944398Z [05-13|18:29:41.523] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3944852Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3945309Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3945760Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3946018Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3946232Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3946438Z [05-13|18:29:41.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.3946697Z [05-13|18:29:41.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3946963Z [05-13|18:29:41.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3947418Z [05-13|18:29:41.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3947866Z [05-13|18:29:41.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3948250Z [05-13|18:29:41.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.3948700Z [05-13|18:29:41.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3949030Z [05-13|18:29:41.525] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3949359Z [05-13|18:29:41.526] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3949747Z [05-13|18:29:41.526] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3950006Z [05-13|18:29:41.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3950269Z [05-13|18:29:41.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3950732Z [05-13|18:29:41.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3951187Z [05-13|18:29:41.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3951502Z [05-13|18:29:41.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.3951965Z [05-13|18:29:41.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3952295Z [05-13|18:29:41.527] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3952623Z [05-13|18:29:41.528] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3952947Z [05-13|18:29:41.528] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3953265Z [05-13|18:29:41.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3953533Z [05-13|18:29:41.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3953995Z [05-13|18:29:41.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3954459Z [05-13|18:29:41.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3954724Z [05-13|18:29:41.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.3955231Z [05-13|18:29:41.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3955577Z [05-13|18:29:41.529] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3955907Z [05-13|18:29:41.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3956233Z [05-13|18:29:41.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3956706Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3956920Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3957378Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3957838Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3958164Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3958379Z [05-13|18:29:41.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.3958716Z [05-13|18:29:41.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3958977Z [05-13|18:29:41.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3959237Z [05-13|18:29:41.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.3959701Z [05-13|18:29:41.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3960155Z [05-13|18:29:41.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3960661Z [05-13|18:29:41.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3961002Z [05-13|18:29:41.533] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3961329Z [05-13|18:29:41.534] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3961654Z [05-13|18:29:41.534] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3961979Z [05-13|18:29:41.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3962239Z [05-13|18:29:41.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3962498Z [05-13|18:29:41.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.3962960Z [05-13|18:29:41.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3963413Z [05-13|18:29:41.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3963918Z [05-13|18:29:41.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3964273Z [05-13|18:29:41.535] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3964613Z [05-13|18:29:41.536] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3964945Z [05-13|18:29:41.536] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3965214Z [05-13|18:29:41.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3965475Z [05-13|18:29:41.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3965733Z [05-13|18:29:41.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.3966199Z [05-13|18:29:41.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3966655Z [05-13|18:29:41.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3967110Z [05-13|18:29:41.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3967445Z [05-13|18:29:41.538] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3967813Z [05-13|18:29:41.538] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3968258Z [05-13|18:29:41.538] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3968721Z [05-13|18:29:41.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3969182Z [05-13|18:29:41.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3969701Z [05-13|18:29:41.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3969916Z [05-13|18:29:41.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3970125Z [05-13|18:29:41.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3970337Z [05-13|18:29:41.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.3970600Z [05-13|18:29:41.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3970912Z [05-13|18:29:41.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3971176Z [05-13|18:29:41.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.3971633Z [05-13|18:29:41.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3972094Z [05-13|18:29:41.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3972551Z [05-13|18:29:41.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3972931Z [05-13|18:29:41.541] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3973265Z [05-13|18:29:41.541] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3973598Z [05-13|18:29:41.541] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3973859Z [05-13|18:29:41.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3974120Z [05-13|18:29:41.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3974384Z [05-13|18:29:41.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.3974840Z [05-13|18:29:41.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3975295Z [05-13|18:29:41.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3975754Z [05-13|18:29:41.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3976088Z [05-13|18:29:41.543] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3976477Z [05-13|18:29:41.543] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3976810Z [05-13|18:29:41.543] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3977071Z [05-13|18:29:41.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3977335Z [05-13|18:29:41.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3977603Z [05-13|18:29:41.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.3978175Z [05-13|18:29:41.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3978694Z [05-13|18:29:41.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3979159Z [05-13|18:29:41.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3979496Z [05-13|18:29:41.545] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3979829Z [05-13|18:29:41.545] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3980221Z [05-13|18:29:41.545] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3980680Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3981140Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3981595Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3981857Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3982081Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3982294Z [05-13|18:29:41.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.3982555Z [05-13|18:29:41.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.3982816Z [05-13|18:29:41.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.3983084Z [05-13|18:29:41.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.3983542Z [05-13|18:29:41.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3984006Z [05-13|18:29:41.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3984459Z [05-13|18:29:41.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3984796Z [05-13|18:29:41.549] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.3985132Z [05-13|18:29:41.549] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.3985332Z [05-13|18:29:41.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3985661Z [05-13|18:29:41.550] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.3985802Z [05-13|18:29:41.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3985935Z [05-13|18:29:41.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3986069Z [05-13|18:29:41.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3986202Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3986341Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3986471Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3986601Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3986775Z [05-13|18:29:41.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3987108Z [05-13|18:29:41.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.3987564Z [05-13|18:29:41.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3988139Z [05-13|18:29:41.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3988545Z [05-13|18:29:41.553] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.3989002Z [05-13|18:29:41.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3989341Z [05-13|18:29:41.553] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.3989797Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3990123Z [05-13|18:29:41.554] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.3990667Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3991123Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3991457Z [05-13|18:29:41.554] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.3991916Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3992256Z [05-13|18:29:41.554] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.3992723Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3993054Z [05-13|18:29:41.555] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.3993515Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3993977Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3994380Z [05-13|18:29:41.555] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.3994833Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3995074Z [05-13|18:29:41.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.3995419Z [05-13|18:29:41.556] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.3995874Z [05-13|18:29:41.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.3996265Z [05-13|18:29:41.557] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.3996727Z [05-13|18:29:41.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.3997181Z [05-13|18:29:41.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.3997519Z [05-13|18:29:41.557] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.3998008Z [05-13|18:29:41.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.3998267Z [05-13|18:29:41.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3998413Z [05-13|18:29:41.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3998547Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3998678Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3998815Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3998945Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3999075Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.3999478Z [05-13|18:29:41.559] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.3999947Z [05-13|18:29:41.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4000083Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4000219Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4000353Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4000490Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4000629Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4000759Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4001099Z [05-13|18:29:41.560] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.4001277Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 +2026-05-13T18:30:54.4001594Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4001746Z [05-13|18:29:41.560] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4002210Z [05-13|18:29:41.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4002492Z [05-13|18:29:41.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.4002950Z [05-13|18:29:41.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4003093Z [05-13|18:29:41.561] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4003238Z [05-13|18:29:41.561] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4003450Z [05-13|18:29:41.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.4003589Z [05-13|18:29:41.561] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4003801Z [05-13|18:29:41.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.4004021Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 +2026-05-13T18:30:54.4004503Z [05-13|18:29:41.561] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4004982Z [05-13|18:29:41.562] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4005452Z [05-13|18:29:41.562] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4005973Z [05-13|18:29:41.563] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4006248Z [05-13|18:29:41.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4006512Z [05-13|18:29:41.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4006773Z [05-13|18:29:41.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4007236Z [05-13|18:29:41.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4007728Z [05-13|18:29:41.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4008300Z [05-13|18:29:41.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4008571Z [05-13|18:29:41.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.4008910Z [05-13|18:29:41.565] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4009243Z [05-13|18:29:41.565] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4009696Z [05-13|18:29:41.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4010025Z [05-13|18:29:41.566] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4010171Z [05-13|18:29:41.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4010306Z [05-13|18:29:41.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4010438Z [05-13|18:29:41.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4010765Z [05-13|18:29:41.566] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4011034Z [05-13|18:29:41.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4011357Z [05-13|18:29:41.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4011616Z [05-13|18:29:41.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4012076Z [05-13|18:29:41.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4012529Z [05-13|18:29:41.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4013036Z [05-13|18:29:41.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4013370Z [05-13|18:29:41.568] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4013698Z [05-13|18:29:41.568] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4014025Z [05-13|18:29:41.569] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4014287Z [05-13|18:29:41.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4014599Z [05-13|18:29:41.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4014862Z [05-13|18:29:41.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4015319Z [05-13|18:29:41.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4015773Z [05-13|18:29:41.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4016230Z [05-13|18:29:41.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4016612Z [05-13|18:29:41.570] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4016943Z [05-13|18:29:41.570] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4017276Z [05-13|18:29:41.570] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4020586Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4020878Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4021114Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4021374Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.4021869Z [05-13|18:29:41.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4022369Z [05-13|18:29:41.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4022833Z [05-13|18:29:41.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4023115Z [05-13|18:29:41.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4023494Z [05-13|18:29:41.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4023753Z [05-13|18:29:41.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4024222Z [05-13|18:29:41.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4024685Z [05-13|18:29:41.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4025139Z [05-13|18:29:41.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4025538Z [05-13|18:29:41.612] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4025878Z [05-13|18:29:41.612] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4026211Z [05-13|18:29:41.612] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4026490Z [05-13|18:29:41.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4026816Z [05-13|18:29:41.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4027074Z [05-13|18:29:41.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4027537Z [05-13|18:29:41.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4027996Z [05-13|18:29:41.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4028622Z [05-13|18:29:41.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4029023Z [05-13|18:29:41.614] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4029362Z [05-13|18:29:41.614] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4029684Z [05-13|18:29:41.614] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4029950Z [05-13|18:29:41.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4030218Z [05-13|18:29:41.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4030674Z [05-13|18:29:41.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4030933Z [05-13|18:29:41.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4031402Z [05-13|18:29:41.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4031852Z [05-13|18:29:41.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4032191Z [05-13|18:29:41.616] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4032582Z [05-13|18:29:41.616] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4032908Z [05-13|18:29:41.616] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4033370Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4033822Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4034274Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4034549Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4034761Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4035022Z [05-13|18:29:41.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4035285Z [05-13|18:29:41.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4035739Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4036051Z [05-13|18:29:41.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4036506Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4036955Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4037283Z [05-13|18:29:41.619] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4037495Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.4037855Z [05-13|18:29:41.619] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4038304Z [05-13|18:29:41.620] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4038576Z [05-13|18:29:41.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4038835Z [05-13|18:29:41.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4039093Z [05-13|18:29:41.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4039561Z [05-13|18:29:41.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4040015Z [05-13|18:29:41.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4040468Z [05-13|18:29:41.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4040806Z [05-13|18:29:41.621] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4041131Z [05-13|18:29:41.622] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4041516Z [05-13|18:29:41.622] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4041791Z [05-13|18:29:41.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4042054Z [05-13|18:29:41.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4042317Z [05-13|18:29:41.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4042786Z [05-13|18:29:41.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4043246Z [05-13|18:29:41.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4043751Z [05-13|18:29:41.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4044096Z [05-13|18:29:41.624] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4044424Z [05-13|18:29:41.624] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4044757Z [05-13|18:29:41.624] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4045276Z [05-13|18:29:41.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4045734Z [05-13|18:29:41.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4045953Z [05-13|18:29:41.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4046415Z [05-13|18:29:41.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4046626Z [05-13|18:29:41.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4046888Z [05-13|18:29:41.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4047161Z [05-13|18:29:41.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4047424Z [05-13|18:29:41.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4047882Z [05-13|18:29:41.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4048267Z [05-13|18:29:41.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4048726Z [05-13|18:29:41.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4049185Z [05-13|18:29:41.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4049515Z [05-13|18:29:41.627] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4049842Z [05-13|18:29:41.628] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4050172Z [05-13|18:29:41.628] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4050509Z [05-13|18:29:41.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4050770Z [05-13|18:29:41.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4051038Z [05-13|18:29:41.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4051499Z [05-13|18:29:41.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4051959Z [05-13|18:29:41.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4052477Z [05-13|18:29:41.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4052829Z [05-13|18:29:41.629] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4053169Z [05-13|18:29:41.630] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4053507Z [05-13|18:29:41.630] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4053776Z [05-13|18:29:41.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4054091Z [05-13|18:29:41.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4054558Z [05-13|18:29:41.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4054823Z [05-13|18:29:41.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4055281Z [05-13|18:29:41.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4055742Z [05-13|18:29:41.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4056126Z [05-13|18:29:41.632] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4056586Z [05-13|18:29:41.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4056928Z [05-13|18:29:41.632] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4057255Z [05-13|18:29:41.632] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4057712Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4058378Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4058901Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4059390Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4059853Z [05-13|18:29:41.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4060154Z [05-13|18:29:41.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4060371Z [05-13|18:29:41.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4060585Z [05-13|18:29:41.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4060854Z [05-13|18:29:41.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4061121Z [05-13|18:29:41.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4061389Z [05-13|18:29:41.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4061907Z [05-13|18:29:41.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4062381Z [05-13|18:29:41.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4062834Z [05-13|18:29:41.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4063173Z [05-13|18:29:41.637] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4063603Z [05-13|18:29:41.637] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4063936Z [05-13|18:29:41.637] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4064086Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4064230Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4064362Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4064495Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4064627Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4064817Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4064951Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4065084Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4065423Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4065882Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4066338Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4066673Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4067124Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4067454Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4067915Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4068465Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4069118Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4069585Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4069740Z [05-13|18:29:41.639] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4070086Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4070546Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4070746Z [05-13|18:29:41.640] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4071095Z [05-13|18:29:41.640] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4071555Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4071890Z [05-13|18:29:41.640] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4072409Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4072863Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4073206Z [05-13|18:29:41.640] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4073666Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4073998Z [05-13|18:29:41.641] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4074504Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4074650Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4074982Z [05-13|18:29:41.641] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4075120Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4075580Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4076032Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4076212Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 +2026-05-13T18:30:54.4076533Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4076689Z [05-13|18:29:41.641] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4076924Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.4077069Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4077203Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4077374Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4077508Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4077653Z [05-13|18:29:41.642] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4077864Z [05-13|18:29:41.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.4078006Z [05-13|18:29:41.642] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4078395Z [05-13|18:29:41.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.4078543Z [05-13|18:29:41.642] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4078715Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 +2026-05-13T18:30:54.4079276Z [05-13|18:29:41.642] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4079758Z [05-13|18:29:41.643] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4080228Z [05-13|18:29:41.643] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4080706Z [05-13|18:29:41.643] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4081034Z [05-13|18:29:41.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4081296Z [05-13|18:29:41.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4081562Z [05-13|18:29:41.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4082034Z [05-13|18:29:41.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4082499Z [05-13|18:29:41.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4083010Z [05-13|18:29:41.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4083358Z [05-13|18:29:41.645] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4083698Z [05-13|18:29:41.646] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4084025Z [05-13|18:29:41.646] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4084296Z [05-13|18:29:41.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4084566Z [05-13|18:29:41.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4084822Z [05-13|18:29:41.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4085279Z [05-13|18:29:41.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4085739Z [05-13|18:29:41.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4086186Z [05-13|18:29:41.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4086502Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4086764Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4087095Z [05-13|18:29:41.647] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4087354Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4087690Z [05-13|18:29:41.647] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4087949Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4088461Z [05-13|18:29:41.647] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4088930Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4089377Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4089521Z [05-13|18:29:41.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4089980Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4090169Z [05-13|18:29:41.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4090618Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4090763Z [05-13|18:29:41.648] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4091095Z [05-13|18:29:41.648] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4091422Z [05-13|18:29:41.648] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4091689Z [05-13|18:29:41.648] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.4092019Z [05-13|18:29:41.649] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4092347Z [05-13|18:29:41.649] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4092616Z [05-13|18:29:41.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4092875Z [05-13|18:29:41.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4093134Z [05-13|18:29:41.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4093593Z [05-13|18:29:41.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4094044Z [05-13|18:29:41.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4094495Z [05-13|18:29:41.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4094833Z [05-13|18:29:41.650] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4095091Z [05-13|18:29:41.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4095429Z [05-13|18:29:41.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4095691Z [05-13|18:29:41.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4096019Z [05-13|18:29:41.650] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4096473Z [05-13|18:29:41.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4096930Z [05-13|18:29:41.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4097302Z [05-13|18:29:41.651] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4097757Z [05-13|18:29:41.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4098339Z [05-13|18:29:41.651] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4098699Z [05-13|18:29:41.651] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4099099Z [05-13|18:29:41.652] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4099370Z [05-13|18:29:41.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4099633Z [05-13|18:29:41.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4100092Z [05-13|18:29:41.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4100549Z [05-13|18:29:41.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4100868Z [05-13|18:29:41.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4101322Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4101772Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4102220Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4102674Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4102889Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4103221Z [05-13|18:29:41.653] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4103556Z [05-13|18:29:41.653] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4103879Z [05-13|18:29:41.653] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4104088Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4104358Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4104560Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4104760Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4104966Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.4105169Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4105434Z [05-13|18:29:41.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4105691Z [05-13|18:29:41.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4106009Z [05-13|18:29:41.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4106464Z [05-13|18:29:41.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4106921Z [05-13|18:29:41.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4107370Z [05-13|18:29:41.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4107740Z [05-13|18:29:41.655] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4108283Z [05-13|18:29:41.656] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4108709Z [05-13|18:29:41.656] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4108982Z [05-13|18:29:41.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4109248Z [05-13|18:29:41.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4109508Z [05-13|18:29:41.657] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4110047Z [05-13|18:29:41.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4110515Z [05-13|18:29:41.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4110969Z [05-13|18:29:41.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4111300Z [05-13|18:29:41.657] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4111632Z [05-13|18:29:41.657] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4111957Z [05-13|18:29:41.658] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4112235Z [05-13|18:29:41.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4112505Z [05-13|18:29:41.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4112763Z [05-13|18:29:41.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4113226Z [05-13|18:29:41.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4113747Z [05-13|18:29:41.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4114200Z [05-13|18:29:41.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4114539Z [05-13|18:29:41.659] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4114877Z [05-13|18:29:41.660] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4115204Z [05-13|18:29:41.660] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4115714Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4116178Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4116629Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4116898Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4117112Z [05-13|18:29:41.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4117319Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4117588Z [05-13|18:29:41.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4117855Z [05-13|18:29:41.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4118255Z [05-13|18:29:41.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4118852Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4119393Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4119861Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4120208Z [05-13|18:29:41.663] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4120354Z [05-13|18:29:41.663] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4120680Z [05-13|18:29:41.663] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4120818Z [05-13|18:29:41.663] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4121179Z [05-13|18:29:41.663] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4121319Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4121452Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4121588Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4121718Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4122045Z [05-13|18:29:41.665] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4122572Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4123022Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4123356Z [05-13|18:29:41.665] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4123811Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4124190Z [05-13|18:29:41.665] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4124647Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4124981Z [05-13|18:29:41.666] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4125457Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4125912Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4126296Z [05-13|18:29:41.666] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4126754Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4127102Z [05-13|18:29:41.666] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4127566Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4127743Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4127883Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4128017Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4128289Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4128420Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4128558Z [05-13|18:29:41.667] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4128890Z [05-13|18:29:41.667] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4129353Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4129819Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4129998Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 +2026-05-13T18:30:54.4130310Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4130464Z [05-13|18:29:41.667] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4130681Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4130899Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4131111Z [05-13|18:29:41.667] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4131251Z [05-13|18:29:41.668] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4131460Z [05-13|18:29:41.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4131603Z [05-13|18:29:41.668] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4131776Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 +2026-05-13T18:30:54.4132258Z [05-13|18:29:41.668] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4132745Z [05-13|18:29:41.668] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4133307Z [05-13|18:29:41.669] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4133788Z [05-13|18:29:41.674] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4134260Z [05-13|18:29:41.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4134768Z [05-13|18:29:41.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4135218Z [05-13|18:29:41.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4135497Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4135760Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4136016Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4136524Z [05-13|18:29:41.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4136789Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.4137244Z [05-13|18:29:41.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4137693Z [05-13|18:29:41.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4138400Z [05-13|18:29:41.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4138761Z [05-13|18:29:41.678] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4138906Z [05-13|18:29:41.678] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4139237Z [05-13|18:29:41.678] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4139570Z [05-13|18:29:41.678] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4139898Z [05-13|18:29:41.679] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4140037Z [05-13|18:29:41.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4140252Z [05-13|18:29:41.679] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4140517Z [05-13|18:29:41.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4140782Z [05-13|18:29:41.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4141045Z [05-13|18:29:41.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4141510Z [05-13|18:29:41.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4141959Z [05-13|18:29:41.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4142474Z [05-13|18:29:41.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4142808Z [05-13|18:29:41.680] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4143134Z [05-13|18:29:41.681] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4143464Z [05-13|18:29:41.681] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4143779Z [05-13|18:29:41.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4144039Z [05-13|18:29:41.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4144304Z [05-13|18:29:41.682] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4144760Z [05-13|18:29:41.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4145209Z [05-13|18:29:41.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4145721Z [05-13|18:29:41.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4146056Z [05-13|18:29:41.682] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4146383Z [05-13|18:29:41.682] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4146719Z [05-13|18:29:41.682] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4146936Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4147149Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.4147359Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4147564Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4147829Z [05-13|18:29:41.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4148302Z [05-13|18:29:41.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4148567Z [05-13|18:29:41.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4149023Z [05-13|18:29:41.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4149569Z [05-13|18:29:41.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4150022Z [05-13|18:29:41.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4150350Z [05-13|18:29:41.687] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4150681Z [05-13|18:29:41.687] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4151149Z [05-13|18:29:41.687] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4151421Z [05-13|18:29:41.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4151687Z [05-13|18:29:41.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4151948Z [05-13|18:29:41.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4152403Z [05-13|18:29:41.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4152921Z [05-13|18:29:41.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4153366Z [05-13|18:29:41.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4153697Z [05-13|18:29:41.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4154042Z [05-13|18:29:41.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4154367Z [05-13|18:29:41.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4154681Z [05-13|18:29:41.690] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4154948Z [05-13|18:29:41.690] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4155399Z [05-13|18:29:41.690] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4155660Z [05-13|18:29:41.690] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4156118Z [05-13|18:29:41.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4156596Z [05-13|18:29:41.690] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4156929Z [05-13|18:29:41.691] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4157261Z [05-13|18:29:41.692] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4157585Z [05-13|18:29:41.692] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4158239Z [05-13|18:29:41.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4158903Z [05-13|18:29:41.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4159367Z [05-13|18:29:41.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4159591Z [05-13|18:29:41.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4159801Z [05-13|18:29:41.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4160005Z [05-13|18:29:41.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4160283Z [05-13|18:29:41.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4160607Z [05-13|18:29:41.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4160868Z [05-13|18:29:41.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4161327Z [05-13|18:29:41.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4161800Z [05-13|18:29:41.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4162338Z [05-13|18:29:41.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4162682Z [05-13|18:29:41.695] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4163005Z [05-13|18:29:41.695] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4163330Z [05-13|18:29:41.695] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4163597Z [05-13|18:29:41.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4163909Z [05-13|18:29:41.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4164381Z [05-13|18:29:41.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4164647Z [05-13|18:29:41.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4165108Z [05-13|18:29:41.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4165564Z [05-13|18:29:41.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4165900Z [05-13|18:29:41.697] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4166225Z [05-13|18:29:41.697] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4166547Z [05-13|18:29:41.697] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4166822Z [05-13|18:29:41.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4167086Z [05-13|18:29:41.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4167343Z [05-13|18:29:41.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4167856Z [05-13|18:29:41.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4168488Z [05-13|18:29:41.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4168950Z [05-13|18:29:41.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4169299Z [05-13|18:29:41.699] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4169785Z [05-13|18:29:41.699] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4170119Z [05-13|18:29:41.699] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4170585Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4171042Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4171312Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4171772Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4171984Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4172192Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4172461Z [05-13|18:29:41.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4172915Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4173226Z [05-13|18:29:41.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4173496Z [05-13|18:29:41.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4173949Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4174415Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4174746Z [05-13|18:29:41.713] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4175073Z [05-13|18:29:41.713] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4175401Z [05-13|18:29:41.713] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4175665Z [05-13|18:29:41.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4175923Z [05-13|18:29:41.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4176188Z [05-13|18:29:41.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4176644Z [05-13|18:29:41.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4177154Z [05-13|18:29:41.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4177610Z [05-13|18:29:41.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4177953Z [05-13|18:29:41.715] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4178530Z [05-13|18:29:41.715] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4178944Z [05-13|18:29:41.715] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4179215Z [05-13|18:29:41.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4179474Z [05-13|18:29:41.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4179736Z [05-13|18:29:41.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4180198Z [05-13|18:29:41.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4180711Z [05-13|18:29:41.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4181172Z [05-13|18:29:41.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4181503Z [05-13|18:29:41.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4181827Z [05-13|18:29:41.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4182212Z [05-13|18:29:41.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4182678Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4183135Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4183353Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4183564Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4184017Z [05-13|18:29:41.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4184228Z [05-13|18:29:41.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4184494Z [05-13|18:29:41.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4184756Z [05-13|18:29:41.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4185023Z [05-13|18:29:41.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4185479Z [05-13|18:29:41.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4185988Z [05-13|18:29:41.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4186446Z [05-13|18:29:41.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4186783Z [05-13|18:29:41.731] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4187115Z [05-13|18:29:41.731] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4187448Z [05-13|18:29:41.731] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4187634Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4187773Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4187910Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4188041Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4188446Z [05-13|18:29:41.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4188912Z [05-13|18:29:41.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4189239Z [05-13|18:29:41.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4189695Z [05-13|18:29:41.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4189961Z [05-13|18:29:41.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4190417Z [05-13|18:29:41.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4190754Z [05-13|18:29:41.733] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4191143Z [05-13|18:29:41.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4191481Z [05-13|18:29:41.733] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4191937Z [05-13|18:29:41.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4192077Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4192213Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4192545Z [05-13|18:29:41.734] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4192683Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4192816Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4192947Z [05-13|18:29:41.735] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4193282Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4193736Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4194067Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4194586Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4194919Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4195384Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4195843Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4195977Z [05-13|18:29:41.735] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4196357Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4196817Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4197143Z [05-13|18:29:41.736] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4197598Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4197780Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4197913Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4198572Z [05-13|18:29:41.736] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4198743Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4199215Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4199670Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4200094Z [05-13|18:29:41.736] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4200563Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4200707Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4200842Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4200975Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4201191Z [05-13|18:29:41.737] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.4201532Z [05-13|18:29:41.737] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4201994Z [05-13|18:29:41.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4202131Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4202269Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4202403Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4202534Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4202669Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4202918Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4203247Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4203712Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4204163Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4204299Z [05-13|18:29:41.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4204648Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4205158Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4205493Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4205956Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4206293Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4206812Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4207268Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4207605Z [05-13|18:29:41.739] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4208198Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4208387Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 +2026-05-13T18:30:54.4208762Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4208916Z [05-13|18:29:41.739] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4209137Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.4209276Z [05-13|18:29:41.739] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4209488Z [05-13|18:29:41.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.4209633Z [05-13|18:29:41.740] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4209770Z [05-13|18:29:41.740] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4209975Z [05-13|18:29:41.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.4210151Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 +2026-05-13T18:30:54.4210632Z [05-13|18:29:41.740] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4211104Z [05-13|18:29:41.741] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4211582Z [05-13|18:29:41.741] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4212111Z [05-13|18:29:41.741] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4212381Z [05-13|18:29:41.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4212648Z [05-13|18:29:41.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4212906Z [05-13|18:29:41.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4213371Z [05-13|18:29:41.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4213883Z [05-13|18:29:41.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4214335Z [05-13|18:29:41.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4214675Z [05-13|18:29:41.744] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4215008Z [05-13|18:29:41.744] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4215330Z [05-13|18:29:41.744] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4215642Z [05-13|18:29:41.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4215903Z [05-13|18:29:41.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4216360Z [05-13|18:29:41.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4216620Z [05-13|18:29:41.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4217075Z [05-13|18:29:41.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4217556Z [05-13|18:29:41.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4217895Z [05-13|18:29:41.746] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4218499Z [05-13|18:29:41.746] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4218831Z [05-13|18:29:41.746] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4219100Z [05-13|18:29:41.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4219359Z [05-13|18:29:41.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4219815Z [05-13|18:29:41.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4220081Z [05-13|18:29:41.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4220533Z [05-13|18:29:41.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4220983Z [05-13|18:29:41.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4221421Z [05-13|18:29:41.748] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4221750Z [05-13|18:29:41.748] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4222078Z [05-13|18:29:41.748] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4222307Z [05-13|18:29:41.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4222517Z [05-13|18:29:41.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4222719Z [05-13|18:29:41.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.4222981Z [05-13|18:29:41.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4223441Z [05-13|18:29:41.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4223890Z [05-13|18:29:41.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4224346Z [05-13|18:29:41.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4224662Z [05-13|18:29:41.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4224919Z [05-13|18:29:41.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4225185Z [05-13|18:29:41.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4225636Z [05-13|18:29:41.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4226085Z [05-13|18:29:41.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4226602Z [05-13|18:29:41.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4226960Z [05-13|18:29:41.762] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4227283Z [05-13|18:29:41.762] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4227612Z [05-13|18:29:41.762] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4227874Z [05-13|18:29:41.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4228301Z [05-13|18:29:41.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4228566Z [05-13|18:29:41.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4229021Z [05-13|18:29:41.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4229472Z [05-13|18:29:41.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4229927Z [05-13|18:29:41.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4230318Z [05-13|18:29:41.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4230643Z [05-13|18:29:41.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4230974Z [05-13|18:29:41.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4231237Z [05-13|18:29:41.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4231492Z [05-13|18:29:41.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4231756Z [05-13|18:29:41.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4232260Z [05-13|18:29:41.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4232713Z [05-13|18:29:41.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4233168Z [05-13|18:29:41.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4233498Z [05-13|18:29:41.766] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4233883Z [05-13|18:29:41.766] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4234208Z [05-13|18:29:41.766] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4234658Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4235115Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4235622Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4235840Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4236049Z [05-13|18:29:41.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4236254Z [05-13|18:29:41.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4236513Z [05-13|18:29:41.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4236796Z [05-13|18:29:41.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4237058Z [05-13|18:29:41.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4237509Z [05-13|18:29:41.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4237962Z [05-13|18:29:41.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4238806Z [05-13|18:29:41.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4239153Z [05-13|18:29:41.769] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4239597Z [05-13|18:29:41.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4239919Z [05-13|18:29:41.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4240179Z [05-13|18:29:41.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4240449Z [05-13|18:29:41.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4240710Z [05-13|18:29:41.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4241172Z [05-13|18:29:41.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4241686Z [05-13|18:29:41.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4242144Z [05-13|18:29:41.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4242484Z [05-13|18:29:41.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4242813Z [05-13|18:29:41.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4243187Z [05-13|18:29:41.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4243453Z [05-13|18:29:41.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4243725Z [05-13|18:29:41.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4243983Z [05-13|18:29:41.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4244445Z [05-13|18:29:41.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4244954Z [05-13|18:29:41.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4245412Z [05-13|18:29:41.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4245751Z [05-13|18:29:41.774] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4246084Z [05-13|18:29:41.774] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4246412Z [05-13|18:29:41.774] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4246868Z [05-13|18:29:41.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4247330Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4247783Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4248007Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4248442Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4248653Z [05-13|18:29:41.776] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4248926Z [05-13|18:29:41.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4249190Z [05-13|18:29:41.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4249450Z [05-13|18:29:41.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4249922Z [05-13|18:29:41.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4250446Z [05-13|18:29:41.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4250906Z [05-13|18:29:41.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4251243Z [05-13|18:29:41.777] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4251572Z [05-13|18:29:41.777] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4251951Z [05-13|18:29:41.778] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4252223Z [05-13|18:29:41.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4252493Z [05-13|18:29:41.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4252752Z [05-13|18:29:41.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4253216Z [05-13|18:29:41.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4253673Z [05-13|18:29:41.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4254189Z [05-13|18:29:41.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4254549Z [05-13|18:29:41.779] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4254898Z [05-13|18:29:41.779] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4255232Z [05-13|18:29:41.779] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4255507Z [05-13|18:29:41.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4255967Z [05-13|18:29:41.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4256232Z [05-13|18:29:41.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4256498Z [05-13|18:29:41.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4256953Z [05-13|18:29:41.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4257414Z [05-13|18:29:41.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4257809Z [05-13|18:29:41.782] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4258398Z [05-13|18:29:41.782] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4258753Z [05-13|18:29:41.782] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4259229Z [05-13|18:29:41.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4259442Z [05-13|18:29:41.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4259973Z [05-13|18:29:41.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4260439Z [05-13|18:29:41.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4260651Z [05-13|18:29:41.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4260860Z [05-13|18:29:41.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4261198Z [05-13|18:29:41.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4261461Z [05-13|18:29:41.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4261728Z [05-13|18:29:41.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4262195Z [05-13|18:29:41.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4262661Z [05-13|18:29:41.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4263169Z [05-13|18:29:41.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4263507Z [05-13|18:29:41.785] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4263838Z [05-13|18:29:41.785] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4264171Z [05-13|18:29:41.786] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4264433Z [05-13|18:29:41.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4264694Z [05-13|18:29:41.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4264958Z [05-13|18:29:41.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4265418Z [05-13|18:29:41.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4265876Z [05-13|18:29:41.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4266336Z [05-13|18:29:41.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4266729Z [05-13|18:29:41.787] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4266870Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4267204Z [05-13|18:29:41.788] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4267533Z [05-13|18:29:41.788] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4267673Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4267810Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4267939Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4268222Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4268429Z [05-13|18:29:41.789] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4268573Z [05-13|18:29:41.789] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4268912Z [05-13|18:29:41.789] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4269372Z [05-13|18:29:41.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4269718Z [05-13|18:29:41.789] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4270230Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4270569Z [05-13|18:29:41.790] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4271052Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4271506Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4271939Z [05-13|18:29:41.790] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4272398Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4272738Z [05-13|18:29:41.790] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4273201Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4273340Z [05-13|18:29:41.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4273472Z [05-13|18:29:41.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4273608Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4273941Z [05-13|18:29:41.791] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4274397Z [05-13|18:29:41.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4274850Z [05-13|18:29:41.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4274987Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4275173Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4275310Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4275641Z [05-13|18:29:41.791] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4276100Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4276441Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4276904Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4277276Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4277748Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4278514Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4278879Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4279427Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4279765Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4280226Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4280571Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4281084Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4281544Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4281776Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.4282113Z [05-13|18:29:41.793] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4282573Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4282758Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 +2026-05-13T18:30:54.4283071Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4283224Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4283448Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.4283592Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4283801Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.4283948Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4284090Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4284379Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.4284565Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 +2026-05-13T18:30:54.4285053Z [05-13|18:29:41.794] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4285533Z [05-13|18:29:41.794] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4286017Z [05-13|18:29:41.795] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4286541Z [05-13|18:29:41.795] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4286821Z [05-13|18:29:41.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4287093Z [05-13|18:29:41.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4287353Z [05-13|18:29:41.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4287613Z [05-13|18:29:41.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4288270Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4288885Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4289342Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4289806Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4290217Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4290556Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4290705Z [05-13|18:29:41.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4291033Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4291361Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4291508Z [05-13|18:29:41.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4291717Z [05-13|18:29:41.798] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.4291980Z [05-13|18:29:41.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4292245Z [05-13|18:29:41.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4292712Z [05-13|18:29:41.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4292975Z [05-13|18:29:41.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4293433Z [05-13|18:29:41.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4293942Z [05-13|18:29:41.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4294276Z [05-13|18:29:41.800] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4294609Z [05-13|18:29:41.800] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4294933Z [05-13|18:29:41.800] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4295195Z [05-13|18:29:41.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4295705Z [05-13|18:29:41.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4295969Z [05-13|18:29:41.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4296226Z [05-13|18:29:41.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4296687Z [05-13|18:29:41.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4297136Z [05-13|18:29:41.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4297538Z [05-13|18:29:41.802] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4297867Z [05-13|18:29:41.802] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4298532Z [05-13|18:29:41.802] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4298764Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4298972Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4299250Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4299465Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.4299925Z [05-13|18:29:41.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4300382Z [05-13|18:29:41.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4300841Z [05-13|18:29:41.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4301103Z [05-13|18:29:41.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4301360Z [05-13|18:29:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4301626Z [05-13|18:29:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4302081Z [05-13|18:29:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4302540Z [05-13|18:29:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4303054Z [05-13|18:29:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4303394Z [05-13|18:29:41.845] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4303722Z [05-13|18:29:41.845] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4304053Z [05-13|18:29:41.846] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4304314Z [05-13|18:29:41.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4304572Z [05-13|18:29:41.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4305091Z [05-13|18:29:41.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4305357Z [05-13|18:29:41.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4305807Z [05-13|18:29:41.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4306263Z [05-13|18:29:41.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4306646Z [05-13|18:29:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4306973Z [05-13|18:29:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4307305Z [05-13|18:29:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4307566Z [05-13|18:29:41.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4307823Z [05-13|18:29:41.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4308273Z [05-13|18:29:41.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4308753Z [05-13|18:29:41.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4309209Z [05-13|18:29:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4309670Z [05-13|18:29:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4310006Z [05-13|18:29:41.849] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4310334Z [05-13|18:29:41.849] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4310666Z [05-13|18:29:41.850] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4311123Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4311578Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4312035Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4312303Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4312514Z [05-13|18:29:41.851] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4312784Z [05-13|18:29:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4313049Z [05-13|18:29:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4313334Z [05-13|18:29:41.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4313846Z [05-13|18:29:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4314304Z [05-13|18:29:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4314759Z [05-13|18:29:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4315091Z [05-13|18:29:41.852] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4315468Z [05-13|18:29:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4315681Z [05-13|18:29:41.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.4316004Z [05-13|18:29:41.854] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4316264Z [05-13|18:29:41.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4316733Z [05-13|18:29:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4316995Z [05-13|18:29:41.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4317489Z [05-13|18:29:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4317760Z [05-13|18:29:41.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4318335Z [05-13|18:29:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4318668Z [05-13|18:29:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4318999Z [05-13|18:29:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4319344Z [05-13|18:29:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4319802Z [05-13|18:29:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4320263Z [05-13|18:29:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4320534Z [05-13|18:29:41.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4320796Z [05-13|18:29:41.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4321362Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4321820Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4322088Z [05-13|18:29:41.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4322552Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4322943Z [05-13|18:29:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4323400Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4323740Z [05-13|18:29:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4324066Z [05-13|18:29:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4324524Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4324798Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4325272Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4325742Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4325952Z [05-13|18:29:41.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4326159Z [05-13|18:29:41.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4326485Z [05-13|18:29:41.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4326754Z [05-13|18:29:41.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4327016Z [05-13|18:29:41.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4327476Z [05-13|18:29:41.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4327943Z [05-13|18:29:41.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4328729Z [05-13|18:29:41.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4329084Z [05-13|18:29:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4329415Z [05-13|18:29:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4329738Z [05-13|18:29:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4329887Z [05-13|18:29:41.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4330102Z [05-13|18:29:41.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4330236Z [05-13|18:29:41.866] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4330366Z [05-13|18:29:41.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4330502Z [05-13|18:29:41.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4330634Z [05-13|18:29:41.867] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4330964Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4331430Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4331762Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4332270Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4332613Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4333069Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4333523Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4333905Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4334357Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4334691Z [05-13|18:29:41.869] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4335143Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4335328Z [05-13|18:29:41.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4335662Z [05-13|18:29:41.869] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4336117Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4336566Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4336898Z [05-13|18:29:41.870] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4337163Z [05-13|18:29:41.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4337623Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4337893Z [05-13|18:29:41.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4338405Z [05-13|18:29:41.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4338867Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4339395Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4339844Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4340180Z [05-13|18:29:41.870] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4340648Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4340784Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4340921Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4341125Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4341468Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4341608Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4342078Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4342216Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4342762Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4342902Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4343078Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 +2026-05-13T18:30:54.4343391Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4343548Z [05-13|18:29:41.871] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4343766Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4344104Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4344308Z [05-13|18:29:41.871] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4344640Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4344781Z [05-13|18:29:41.871] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4345000Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4345212Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4345540Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4345689Z [05-13|18:29:41.872] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4345861Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 +2026-05-13T18:30:54.4346349Z [05-13|18:29:41.872] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4346623Z [05-13|18:29:41.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4346892Z [05-13|18:29:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4347151Z [05-13|18:29:41.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4347630Z [05-13|18:29:41.873] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4348274Z [05-13|18:29:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4348752Z [05-13|18:29:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4349244Z [05-13|18:29:41.873] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4349705Z [05-13|18:29:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4350102Z [05-13|18:29:41.873] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4350599Z [05-13|18:29:41.874] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4350941Z [05-13|18:29:41.874] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4351273Z [05-13|18:29:41.874] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4351597Z [05-13|18:29:41.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4351860Z [05-13|18:29:41.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4352322Z [05-13|18:29:41.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4352588Z [05-13|18:29:41.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4353051Z [05-13|18:29:41.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4353551Z [05-13|18:29:41.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4353822Z [05-13|18:29:41.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4354080Z [05-13|18:29:41.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4354414Z [05-13|18:29:41.877] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4354872Z [05-13|18:29:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4355131Z [05-13|18:29:41.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4355583Z [05-13|18:29:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4356039Z [05-13|18:29:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4356371Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4356699Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4357092Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4357419Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4357877Z [05-13|18:29:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4358455Z [05-13|18:29:41.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4358788Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4359309Z [05-13|18:29:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4359577Z [05-13|18:29:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4359842Z [05-13|18:29:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4360104Z [05-13|18:29:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4360557Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4360826Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4361282Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4361731Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4361943Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4362301Z [05-13|18:29:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4362683Z [05-13|18:29:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4363014Z [05-13|18:29:41.881] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4363228Z [05-13|18:29:41.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4363490Z [05-13|18:29:41.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4363772Z [05-13|18:29:41.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4364229Z [05-13|18:29:41.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4364489Z [05-13|18:29:41.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4364941Z [05-13|18:29:41.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4365398Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4365660Z [05-13|18:29:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4365978Z [05-13|18:29:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4366240Z [05-13|18:29:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4366565Z [05-13|18:29:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4367019Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4367475Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4367960Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4368605Z [05-13|18:29:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4368950Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4369280Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4369610Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4370023Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4370233Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4370501Z [05-13|18:29:41.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4370712Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4370971Z [05-13|18:29:41.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4371178Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.4371496Z [05-13|18:29:41.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4371968Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4372175Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4372646Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4373102Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4373432Z [05-13|18:29:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4373766Z [05-13|18:29:41.885] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4374091Z [05-13|18:29:41.885] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4374361Z [05-13|18:29:41.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4374633Z [05-13|18:29:41.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4374892Z [05-13|18:29:41.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4375413Z [05-13|18:29:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4375880Z [05-13|18:29:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4376336Z [05-13|18:29:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4376677Z [05-13|18:29:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4377063Z [05-13|18:29:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4377393Z [05-13|18:29:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4377867Z [05-13|18:29:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4378654Z [05-13|18:29:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4379209Z [05-13|18:29:41.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4379432Z [05-13|18:29:41.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4379644Z [05-13|18:29:41.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4379854Z [05-13|18:29:41.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4380128Z [05-13|18:29:41.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4380392Z [05-13|18:29:41.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4380710Z [05-13|18:29:41.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4381184Z [05-13|18:29:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4381641Z [05-13|18:29:41.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4382096Z [05-13|18:29:41.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4382438Z [05-13|18:29:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4382766Z [05-13|18:29:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4383090Z [05-13|18:29:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4383241Z [05-13|18:29:41.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4383380Z [05-13|18:29:41.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4383517Z [05-13|18:29:41.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4383790Z [05-13|18:29:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4384111Z [05-13|18:29:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4384569Z [05-13|18:29:41.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4385031Z [05-13|18:29:41.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4385295Z [05-13|18:29:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4385431Z [05-13|18:29:41.893] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4385769Z [05-13|18:29:41.893] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4385960Z [05-13|18:29:41.893] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4386421Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4386760Z [05-13|18:29:41.893] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4387217Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4387581Z [05-13|18:29:41.893] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4388183Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4388644Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4389106Z [05-13|18:29:41.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4389442Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4389956Z [05-13|18:29:41.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4390306Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4390646Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4391104Z [05-13|18:29:41.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4391448Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4391792Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4391930Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4392067Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4392208Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4392339Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4392665Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4393192Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4393643Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4393977Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4394440Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4394774Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4395284Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4395623Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4396081Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4396537Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4397038Z [05-13|18:29:41.897] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.4397175Z [05-13|18:29:41.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4397394Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4397739Z [05-13|18:29:41.897] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4398567Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4398755Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 +2026-05-13T18:30:54.4399157Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4399311Z [05-13|18:29:41.897] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4399526Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.4399673Z [05-13|18:29:41.898] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4399883Z [05-13|18:29:41.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.4400025Z [05-13|18:29:41.898] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4400168Z [05-13|18:29:41.898] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4400375Z [05-13|18:29:41.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.4400548Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 +2026-05-13T18:30:54.4401041Z [05-13|18:29:41.898] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4401516Z [05-13|18:29:41.899] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4401986Z [05-13|18:29:41.899] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4402522Z [05-13|18:29:41.899] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4402791Z [05-13|18:29:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4403052Z [05-13|18:29:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4403324Z [05-13|18:29:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4403797Z [05-13|18:29:41.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4404308Z [05-13|18:29:41.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4404767Z [05-13|18:29:41.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4405107Z [05-13|18:29:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4405468Z [05-13|18:29:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4405854Z [05-13|18:29:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4406118Z [05-13|18:29:41.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4406379Z [05-13|18:29:41.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4406645Z [05-13|18:29:41.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4407102Z [05-13|18:29:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4407560Z [05-13|18:29:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4408191Z [05-13|18:29:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4408560Z [05-13|18:29:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4408915Z [05-13|18:29:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4409247Z [05-13|18:29:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4409518Z [05-13|18:29:41.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4409786Z [05-13|18:29:41.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4410044Z [05-13|18:29:41.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4410507Z [05-13|18:29:41.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4410969Z [05-13|18:29:41.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4411424Z [05-13|18:29:41.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4411829Z [05-13|18:29:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4412164Z [05-13|18:29:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4412492Z [05-13|18:29:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4412709Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4412933Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4413137Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4413435Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.4413904Z [05-13|18:29:41.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4414356Z [05-13|18:29:41.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4414808Z [05-13|18:29:41.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4415130Z [05-13|18:29:41.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4415391Z [05-13|18:29:41.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4415652Z [05-13|18:29:41.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4416111Z [05-13|18:29:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4416561Z [05-13|18:29:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4417062Z [05-13|18:29:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4417403Z [05-13|18:29:41.939] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4417729Z [05-13|18:29:41.939] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4418300Z [05-13|18:29:41.939] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4418679Z [05-13|18:29:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4418945Z [05-13|18:29:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4419202Z [05-13|18:29:41.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4419683Z [05-13|18:29:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4420145Z [05-13|18:29:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4420599Z [05-13|18:29:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4421064Z [05-13|18:29:41.940] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4421399Z [05-13|18:29:41.940] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4421725Z [05-13|18:29:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4422000Z [05-13|18:29:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4422262Z [05-13|18:29:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4422519Z [05-13|18:29:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4423055Z [05-13|18:29:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4423514Z [05-13|18:29:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4423972Z [05-13|18:29:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4424352Z [05-13|18:29:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4424679Z [05-13|18:29:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4425017Z [05-13|18:29:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4425473Z [05-13|18:29:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4425924Z [05-13|18:29:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4426432Z [05-13|18:29:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4426677Z [05-13|18:29:41.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4426882Z [05-13|18:29:41.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4427151Z [05-13|18:29:41.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4427417Z [05-13|18:29:41.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4427694Z [05-13|18:29:41.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4428286Z [05-13|18:29:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4428741Z [05-13|18:29:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4429194Z [05-13|18:29:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4429536Z [05-13|18:29:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4429862Z [05-13|18:29:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4430133Z [05-13|18:29:41.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.4430464Z [05-13|18:29:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4430727Z [05-13|18:29:41.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4430987Z [05-13|18:29:41.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4431455Z [05-13|18:29:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4431767Z [05-13|18:29:41.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4432227Z [05-13|18:29:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4432687Z [05-13|18:29:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4433027Z [05-13|18:29:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4433404Z [05-13|18:29:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4433737Z [05-13|18:29:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4434010Z [05-13|18:29:41.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4434274Z [05-13|18:29:41.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4434541Z [05-13|18:29:41.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4435002Z [05-13|18:29:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4435511Z [05-13|18:29:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4435978Z [05-13|18:29:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4436315Z [05-13|18:29:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4436644Z [05-13|18:29:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4436977Z [05-13|18:29:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4437440Z [05-13|18:29:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4437902Z [05-13|18:29:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4438523Z [05-13|18:29:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4438743Z [05-13|18:29:41.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4439021Z [05-13|18:29:41.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4439229Z [05-13|18:29:41.952] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4439493Z [05-13|18:29:41.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4439764Z [05-13|18:29:41.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4440223Z [05-13|18:29:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4440677Z [05-13|18:29:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4440999Z [05-13|18:29:41.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4441455Z [05-13|18:29:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4441787Z [05-13|18:29:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4442120Z [05-13|18:29:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4442497Z [05-13|18:29:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4442760Z [05-13|18:29:41.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4443028Z [05-13|18:29:41.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4443289Z [05-13|18:29:41.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4443750Z [05-13|18:29:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4444262Z [05-13|18:29:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4444719Z [05-13|18:29:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4445066Z [05-13|18:29:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4445412Z [05-13|18:29:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4445748Z [05-13|18:29:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4446010Z [05-13|18:29:41.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4446278Z [05-13|18:29:41.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4446541Z [05-13|18:29:41.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4447003Z [05-13|18:29:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4447464Z [05-13|18:29:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4447919Z [05-13|18:29:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4448425Z [05-13|18:29:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4448761Z [05-13|18:29:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4449091Z [05-13|18:29:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4449555Z [05-13|18:29:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4450076Z [05-13|18:29:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4450537Z [05-13|18:29:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4450752Z [05-13|18:29:41.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4450967Z [05-13|18:29:41.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4451176Z [05-13|18:29:41.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4451491Z [05-13|18:29:41.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4451758Z [05-13|18:29:41.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4452214Z [05-13|18:29:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4452669Z [05-13|18:29:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4452944Z [05-13|18:29:41.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4453449Z [05-13|18:29:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4453790Z [05-13|18:29:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4454119Z [05-13|18:29:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4454454Z [05-13|18:29:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4454727Z [05-13|18:29:41.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4454993Z [05-13|18:29:41.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4455253Z [05-13|18:29:41.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4455723Z [05-13|18:29:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4456180Z [05-13|18:29:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4456633Z [05-13|18:29:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4457032Z [05-13|18:29:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4457367Z [05-13|18:29:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4457700Z [05-13|18:29:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4457970Z [05-13|18:29:41.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.4458592Z [05-13|18:29:41.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.4458875Z [05-13|18:29:41.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.4459429Z [05-13|18:29:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4459893Z [05-13|18:29:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4460352Z [05-13|18:29:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4460752Z [05-13|18:29:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4461085Z [05-13|18:29:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4461421Z [05-13|18:29:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4461886Z [05-13|18:29:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4462345Z [05-13|18:29:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4462913Z [05-13|18:29:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4463138Z [05-13|18:29:41.967] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.4463347Z [05-13|18:29:41.967] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.4463553Z [05-13|18:29:41.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.4463837Z [05-13|18:29:41.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.4464102Z [05-13|18:29:41.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.4464364Z [05-13|18:29:41.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.4464835Z [05-13|18:29:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4465295Z [05-13|18:29:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4465752Z [05-13|18:29:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4466099Z [05-13|18:29:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.4466492Z [05-13|18:29:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.4466824Z [05-13|18:29:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.4466978Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4467116Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4467252Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4467389Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4467519Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4467650Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4467824Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4467957Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4468559Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4469031Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4469365Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4469890Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4470247Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4470704Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4471027Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4471541Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4471996Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4472323Z [05-13|18:29:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4472779Z [05-13|18:29:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4472918Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4473052Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4473190Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4473519Z [05-13|18:29:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4473971Z [05-13|18:29:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4474111Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4474243Z [05-13|18:29:41.974] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4474376Z [05-13|18:29:41.974] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4474764Z [05-13|18:29:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4475214Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4475665Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4475997Z [05-13|18:29:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4476461Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4476846Z [05-13|18:29:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4477316Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4477645Z [05-13|18:29:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4478240Z [05-13|18:29:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4478771Z [05-13|18:29:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4479116Z [05-13|18:29:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4479261Z [05-13|18:29:41.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4479399Z [05-13|18:29:41.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4479531Z [05-13|18:29:41.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4479985Z [05-13|18:29:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4480381Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4480844Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4481187Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4481645Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4482099Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4482442Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4482897Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4483239Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4483705Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4483942Z [05-13|18:29:41.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4484282Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} +2026-05-13T18:30:54.4484421Z [05-13|18:29:41.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4484555Z [05-13|18:29:41.977] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4484687Z [05-13|18:29:41.977] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4485154Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4485289Z [05-13|18:29:41.977] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4485795Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4485984Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 +2026-05-13T18:30:54.4486295Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4486433Z [05-13|18:29:41.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4486580Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4486804Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.4486984Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4487124Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4487343Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.4487553Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.4487694Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4487870Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 +2026-05-13T18:30:54.4488489Z [05-13|18:29:41.978] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4489027Z [05-13|18:29:41.978] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4489513Z [05-13|18:29:41.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4489986Z [05-13|18:29:41.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4490445Z [05-13|18:29:41.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4490905Z [05-13|18:29:41.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4491358Z [05-13|18:29:41.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4491639Z [05-13|18:29:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4491902Z [05-13|18:29:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4492162Z [05-13|18:29:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4492678Z [05-13|18:29:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4493127Z [05-13|18:29:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4493577Z [05-13|18:29:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4493921Z [05-13|18:29:41.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4494250Z [05-13|18:29:41.987] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4494625Z [05-13|18:29:41.987] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4494925Z [05-13|18:29:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4495185Z [05-13|18:29:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4495642Z [05-13|18:29:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4496150Z [05-13|18:29:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4496408Z [05-13|18:29:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4496857Z [05-13|18:29:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4497193Z [05-13|18:29:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4497518Z [05-13|18:29:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4497880Z [05-13|18:29:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4498415Z [05-13|18:29:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4498881Z [05-13|18:29:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4499149Z [05-13|18:29:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4499607Z [05-13|18:29:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4499869Z [05-13|18:29:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4500319Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4500656Z [05-13|18:29:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4500985Z [05-13|18:29:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4501315Z [05-13|18:29:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4501535Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4501818Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4502021Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4502230Z [05-13|18:29:41.992] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.4502490Z [05-13|18:29:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4502753Z [05-13|18:29:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4503214Z [05-13|18:29:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4503524Z [05-13|18:29:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4503979Z [05-13|18:29:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4504432Z [05-13|18:29:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4504758Z [05-13|18:29:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4505133Z [05-13|18:29:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4505461Z [05-13|18:29:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4505721Z [05-13|18:29:41.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4505980Z [05-13|18:29:41.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4506436Z [05-13|18:29:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4506694Z [05-13|18:29:41.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4507194Z [05-13|18:29:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4507654Z [05-13|18:29:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4507984Z [05-13|18:29:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4508633Z [05-13|18:29:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4508980Z [05-13|18:29:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4509245Z [05-13|18:29:41.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4509511Z [05-13|18:29:41.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4509777Z [05-13|18:29:41.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4510233Z [05-13|18:29:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4510693Z [05-13|18:29:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4511227Z [05-13|18:29:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4511561Z [05-13|18:29:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4511899Z [05-13|18:29:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4512225Z [05-13|18:29:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4512738Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4513200Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4513651Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4513862Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4514076Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4514334Z [05-13|18:29:42.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4514594Z [05-13|18:29:42.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4514861Z [05-13|18:29:42.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4515123Z [05-13|18:29:42.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4515579Z [05-13|18:29:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4516092Z [05-13|18:29:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4516554Z [05-13|18:29:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4516884Z [05-13|18:29:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4517216Z [05-13|18:29:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4517540Z [05-13|18:29:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4517801Z [05-13|18:29:42.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4518203Z [05-13|18:29:42.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4518466Z [05-13|18:29:42.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4518927Z [05-13|18:29:42.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4519387Z [05-13|18:29:42.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4519841Z [05-13|18:29:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4520240Z [05-13|18:29:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4520571Z [05-13|18:29:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4520926Z [05-13|18:29:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4521072Z [05-13|18:29:42.005] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4521216Z [05-13|18:29:42.005] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4521350Z [05-13|18:29:42.005] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4521677Z [05-13|18:29:42.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4521953Z [05-13|18:29:42.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4522214Z [05-13|18:29:42.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4522676Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4523143Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4523655Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4523993Z [05-13|18:29:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4524329Z [05-13|18:29:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4524781Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4525161Z [05-13|18:29:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4525627Z [05-13|18:29:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4525958Z [05-13|18:29:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4526097Z [05-13|18:29:42.007] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4526260Z [05-13|18:29:42.007] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4526586Z [05-13|18:29:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4526912Z [05-13|18:29:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4527053Z [05-13|18:29:42.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4527512Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4527962Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4528565Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4529092Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4529228Z [05-13|18:29:42.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4529701Z [05-13|18:29:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4530033Z [05-13|18:29:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4530173Z [05-13|18:29:42.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4530680Z [05-13|18:29:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4531034Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4531495Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4531820Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4532332Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4532789Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4533115Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4533572Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4533908Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4534413Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4534592Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 +2026-05-13T18:30:54.4534906Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4535053Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4535515Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4535666Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4535880Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4536090Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4536235Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4536444Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4536584Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4536761Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 +2026-05-13T18:30:54.4537238Z [05-13|18:29:42.012] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4537752Z [05-13|18:29:42.012] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4538481Z [05-13|18:29:42.012] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4538964Z [05-13|18:29:42.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4539232Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4539500Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4539833Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4540095Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4540555Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4541007Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4541511Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4541969Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4542304Z [05-13|18:29:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4542631Z [05-13|18:29:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4542776Z [05-13|18:29:42.016] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4543152Z [05-13|18:29:42.016] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4543482Z [05-13|18:29:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4543749Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4544010Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4544269Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4544730Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4545181Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4545443Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4545903Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4546355Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4546739Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4547070Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4547206Z [05-13|18:29:42.018] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4547531Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4547863Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4547999Z [05-13|18:29:42.018] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4548397Z [05-13|18:29:42.018] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4548767Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4549035Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4549293Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4549554Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4550012Z [05-13|18:29:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4550522Z [05-13|18:29:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4550981Z [05-13|18:29:42.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4551434Z [05-13|18:29:42.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4551766Z [05-13|18:29:42.020] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4552193Z [05-13|18:29:42.020] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4552530Z [05-13|18:29:42.020] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4552862Z [05-13|18:29:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4553222Z [05-13|18:29:42.021] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} +2026-05-13T18:30:54.4553358Z [05-13|18:29:42.021] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4553569Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4558024Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4558507Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4558745Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4559240Z [05-13|18:29:42.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4559706Z [05-13|18:29:42.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4560167Z [05-13|18:29:42.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4560563Z [05-13|18:29:42.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4560836Z [05-13|18:29:42.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4561112Z [05-13|18:29:42.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4561588Z [05-13|18:29:42.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4562042Z [05-13|18:29:42.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4562547Z [05-13|18:29:42.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4562895Z [05-13|18:29:42.072] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4563229Z [05-13|18:29:42.072] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4563562Z [05-13|18:29:42.073] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4563883Z [05-13|18:29:42.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4564146Z [05-13|18:29:42.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4564405Z [05-13|18:29:42.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4564866Z [05-13|18:29:42.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4565317Z [05-13|18:29:42.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4565820Z [05-13|18:29:42.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4566164Z [05-13|18:29:42.074] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4566496Z [05-13|18:29:42.075] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4566846Z [05-13|18:29:42.075] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4567118Z [05-13|18:29:42.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4567384Z [05-13|18:29:42.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4567650Z [05-13|18:29:42.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4568243Z [05-13|18:29:42.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4568706Z [05-13|18:29:42.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4569164Z [05-13|18:29:42.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4569562Z [05-13|18:29:42.077] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4569888Z [05-13|18:29:42.077] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4570216Z [05-13|18:29:42.077] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4570672Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4571122Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4571624Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4571841Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4572049Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4572261Z [05-13|18:29:42.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4572524Z [05-13|18:29:42.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4572840Z [05-13|18:29:42.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4573109Z [05-13|18:29:42.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4573562Z [05-13|18:29:42.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4574014Z [05-13|18:29:42.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4574465Z [05-13|18:29:42.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4574844Z [05-13|18:29:42.080] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4575173Z [05-13|18:29:42.081] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4575503Z [05-13|18:29:42.081] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4575766Z [05-13|18:29:42.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4576031Z [05-13|18:29:42.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4576491Z [05-13|18:29:42.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4576944Z [05-13|18:29:42.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4577209Z [05-13|18:29:42.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4577662Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4577989Z [05-13|18:29:42.082] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4578792Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4579248Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4579699Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4580037Z [05-13|18:29:42.083] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4580362Z [05-13|18:29:42.083] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4580780Z [05-13|18:29:42.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4581053Z [05-13|18:29:42.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4581312Z [05-13|18:29:42.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4581773Z [05-13|18:29:42.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4582286Z [05-13|18:29:42.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4582740Z [05-13|18:29:42.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4583077Z [05-13|18:29:42.085] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4583415Z [05-13|18:29:42.085] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4583739Z [05-13|18:29:42.085] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4584247Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4584709Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4585161Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4585381Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4585596Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4585803Z [05-13|18:29:42.087] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4586071Z [05-13|18:29:42.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4586340Z [05-13|18:29:42.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4586600Z [05-13|18:29:42.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4587054Z [05-13|18:29:42.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4587513Z [05-13|18:29:42.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4588020Z [05-13|18:29:42.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4588659Z [05-13|18:29:42.088] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4588996Z [05-13|18:29:42.088] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4589320Z [05-13|18:29:42.089] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4589585Z [05-13|18:29:42.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4589927Z [05-13|18:29:42.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4590391Z [05-13|18:29:42.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4590651Z [05-13|18:29:42.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4591109Z [05-13|18:29:42.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4591617Z [05-13|18:29:42.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4591968Z [05-13|18:29:42.090] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4592302Z [05-13|18:29:42.090] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4592636Z [05-13|18:29:42.091] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4592787Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4592923Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4593111Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4593256Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4593394Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4593529Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4593660Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4593997Z [05-13|18:29:42.092] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4594451Z [05-13|18:29:42.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4594775Z [05-13|18:29:42.092] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4595246Z [05-13|18:29:42.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4595591Z [05-13|18:29:42.093] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4596052Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4596389Z [05-13|18:29:42.093] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4596905Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4597357Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4597697Z [05-13|18:29:42.093] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4598282Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4598491Z [05-13|18:29:42.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4598628Z [05-13|18:29:42.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4598761Z [05-13|18:29:42.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4599029Z [05-13|18:29:42.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4599301Z [05-13|18:29:42.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4599758Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4600072Z [05-13|18:29:42.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4600527Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4600859Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4601312Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4601642Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4602143Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4602478Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4602800Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4603264Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4603721Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4604046Z [05-13|18:29:42.095] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4604371Z [05-13|18:29:42.095] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4604832Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4605166Z [05-13|18:29:42.095] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4605685Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4606017Z [05-13|18:29:42.096] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4606476Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4606933Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4607203Z [05-13|18:29:42.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4607502Z [05-13|18:29:42.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4607764Z [05-13|18:29:42.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4608444Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4608904Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4609425Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4609778Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4609963Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 +2026-05-13T18:30:54.4610288Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4610768Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4610918Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4611192Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.4611345Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4611554Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.4611888Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4612222Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4612366Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4612690Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4612843Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4613061Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.4613237Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 +2026-05-13T18:30:54.4613735Z [05-13|18:29:42.098] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4614210Z [05-13|18:29:42.098] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4614534Z [05-13|18:29:42.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4615010Z [05-13|18:29:42.098] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4615272Z [05-13|18:29:42.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4615736Z [05-13|18:29:42.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4616218Z [05-13|18:29:42.099] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4616529Z [05-13|18:29:42.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4616990Z [05-13|18:29:42.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4617446Z [05-13|18:29:42.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4617779Z [05-13|18:29:42.100] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4618277Z [05-13|18:29:42.100] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4618612Z [05-13|18:29:42.101] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4619073Z [05-13|18:29:42.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4619344Z [05-13|18:29:42.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4619601Z [05-13|18:29:42.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4619860Z [05-13|18:29:42.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4620384Z [05-13|18:29:42.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4620881Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4621333Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4621557Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4622004Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4622213Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4622682Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4623018Z [05-13|18:29:42.102] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4623354Z [05-13|18:29:42.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4623686Z [05-13|18:29:42.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4623980Z [05-13|18:29:42.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4624243Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4624509Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4624768Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4625024Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4625547Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4625811Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4626265Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4626729Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4627177Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4627717Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4627988Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4628439Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4628893Z [05-13|18:29:42.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4629287Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4629617Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4629940Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4630270Z [05-13|18:29:42.106] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4630594Z [05-13|18:29:42.106] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4630857Z [05-13|18:29:42.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4631119Z [05-13|18:29:42.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4631377Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4631834Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4632295Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4632558Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4633085Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4633363Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4633624Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4634076Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4634538Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4635043Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4635386Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4635712Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4636040Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4636424Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4636745Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4637069Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4637350Z [05-13|18:29:42.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4637611Z [05-13|18:29:42.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4637820Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4638282Z [05-13|18:29:42.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4638507Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.4638713Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4638917Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4639387Z [05-13|18:29:42.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4639845Z [05-13|18:29:42.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4640307Z [05-13|18:29:42.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4640643Z [05-13|18:29:42.110] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4640971Z [05-13|18:29:42.110] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4641305Z [05-13|18:29:42.110] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4641763Z [05-13|18:29:42.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4642275Z [05-13|18:29:42.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4642735Z [05-13|18:29:42.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4642950Z [05-13|18:29:42.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4643160Z [05-13|18:29:42.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4643371Z [05-13|18:29:42.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4643687Z [05-13|18:29:42.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4643953Z [05-13|18:29:42.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4644218Z [05-13|18:29:42.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4644678Z [05-13|18:29:42.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4645185Z [05-13|18:29:42.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4645643Z [05-13|18:29:42.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4645976Z [05-13|18:29:42.113] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4646304Z [05-13|18:29:42.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4646631Z [05-13|18:29:42.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4646933Z [05-13|18:29:42.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4647200Z [05-13|18:29:42.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4647663Z [05-13|18:29:42.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4647930Z [05-13|18:29:42.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4648508Z [05-13|18:29:42.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4648968Z [05-13|18:29:42.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4649313Z [05-13|18:29:42.116] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4649654Z [05-13|18:29:42.116] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4649997Z [05-13|18:29:42.116] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4650263Z [05-13|18:29:42.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4650590Z [05-13|18:29:42.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4651055Z [05-13|18:29:42.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4651319Z [05-13|18:29:42.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4651777Z [05-13|18:29:42.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4652236Z [05-13|18:29:42.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4652620Z [05-13|18:29:42.118] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4652960Z [05-13|18:29:42.118] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4653285Z [05-13|18:29:42.118] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4653745Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4654256Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4654711Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4654926Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4655141Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4655347Z [05-13|18:29:42.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4655611Z [05-13|18:29:42.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4655932Z [05-13|18:29:42.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4656200Z [05-13|18:29:42.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4656654Z [05-13|18:29:42.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4657115Z [05-13|18:29:42.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4657569Z [05-13|18:29:42.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4657903Z [05-13|18:29:42.121] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4658354Z [05-13|18:29:42.122] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4658687Z [05-13|18:29:42.122] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4658950Z [05-13|18:29:42.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4659218Z [05-13|18:29:42.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4659540Z [05-13|18:29:42.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.4659997Z [05-13|18:29:42.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4660457Z [05-13|18:29:42.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4660910Z [05-13|18:29:42.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4661246Z [05-13|18:29:42.124] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4661641Z [05-13|18:29:42.124] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4661979Z [05-13|18:29:42.124] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4662247Z [05-13|18:29:42.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.4662513Z [05-13|18:29:42.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.4662974Z [05-13|18:29:42.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4663484Z [05-13|18:29:42.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4663756Z [05-13|18:29:42.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.4664212Z [05-13|18:29:42.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4664548Z [05-13|18:29:42.126] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4664937Z [05-13|18:29:42.126] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4665087Z [05-13|18:29:42.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4665421Z [05-13|18:29:42.126] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4665567Z [05-13|18:29:42.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4665701Z [05-13|18:29:42.126] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4665834Z [05-13|18:29:42.127] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4665973Z [05-13|18:29:42.127] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4666433Z [05-13|18:29:42.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4666888Z [05-13|18:29:42.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4667033Z [05-13|18:29:42.127] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4667166Z [05-13|18:29:42.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4667299Z [05-13|18:29:42.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4667762Z [05-13|18:29:42.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4667941Z [05-13|18:29:42.128] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4668191Z [05-13|18:29:42.129] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4668333Z [05-13|18:29:42.129] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4668664Z [05-13|18:29:42.129] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4669118Z [05-13|18:29:42.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4669456Z [05-13|18:29:42.129] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4669971Z [05-13|18:29:42.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4670304Z [05-13|18:29:42.129] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4670762Z [05-13|18:29:42.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4671087Z [05-13|18:29:42.130] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4671540Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4672054Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4672383Z [05-13|18:29:42.130] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4672831Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4673173Z [05-13|18:29:42.130] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4673675Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4673813Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4673949Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4674081Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4674212Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4674350Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4674483Z [05-13|18:29:42.131] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4674809Z [05-13|18:29:42.131] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4675268Z [05-13|18:29:42.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4675718Z [05-13|18:29:42.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4676046Z [05-13|18:29:42.132] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4676510Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4676899Z [05-13|18:29:42.132] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4677355Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4677691Z [05-13|18:29:42.132] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4678269Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4678785Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4679132Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4679588Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4679922Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4680381Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4680767Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4681242Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4681710Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4682054Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} +2026-05-13T18:30:54.4682569Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4682790Z [05-13|18:29:42.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.4682929Z [05-13|18:29:42.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4683078Z [05-13|18:29:42.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4683211Z [05-13|18:29:42.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4683546Z [05-13|18:29:42.135] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} +2026-05-13T18:30:54.4684009Z [05-13|18:29:42.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4684465Z [05-13|18:29:42.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4684643Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 +2026-05-13T18:30:54.4684963Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4685113Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4685255Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4685478Z [05-13|18:29:42.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.4685673Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4685881Z [05-13|18:29:42.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.4686020Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4686235Z [05-13|18:29:42.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.4686407Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 +2026-05-13T18:30:54.4686893Z [05-13|18:29:42.137] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4687411Z [05-13|18:29:42.137] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4687884Z [05-13|18:29:42.138] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4688489Z [05-13|18:29:42.138] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:54.4688777Z [05-13|18:29:42.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4689045Z [05-13|18:29:42.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4689577Z [05-13|18:29:42.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4690034Z [05-13|18:29:42.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4690298Z [05-13|18:29:42.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4690755Z [05-13|18:29:42.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4691145Z [05-13|18:29:42.141] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4691476Z [05-13|18:29:42.142] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4691808Z [05-13|18:29:42.142] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4692073Z [05-13|18:29:42.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4692333Z [05-13|18:29:42.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4692599Z [05-13|18:29:42.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.4693053Z [05-13|18:29:42.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4693513Z [05-13|18:29:42.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4693972Z [05-13|18:29:42.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4694305Z [05-13|18:29:42.143] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4694633Z [05-13|18:29:42.144] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4695018Z [05-13|18:29:42.144] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4695280Z [05-13|18:29:42.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4695540Z [05-13|18:29:42.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4695807Z [05-13|18:29:42.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.4696264Z [05-13|18:29:42.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4696804Z [05-13|18:29:42.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4697273Z [05-13|18:29:42.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4697607Z [05-13|18:29:42.146] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4697935Z [05-13|18:29:42.146] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4698422Z [05-13|18:29:42.146] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4698637Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4698845Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4699056Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.4699260Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.4699719Z [05-13|18:29:42.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4700241Z [05-13|18:29:42.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4700696Z [05-13|18:29:42.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4700959Z [05-13|18:29:42.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4701230Z [05-13|18:29:42.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4701684Z [05-13|18:29:42.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4702132Z [05-13|18:29:42.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4702402Z [05-13|18:29:42.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4702852Z [05-13|18:29:42.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4703186Z [05-13|18:29:42.181] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4703511Z [05-13|18:29:42.181] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4703894Z [05-13|18:29:42.181] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4704163Z [05-13|18:29:42.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4704425Z [05-13|18:29:42.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4704685Z [05-13|18:29:42.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4705146Z [05-13|18:29:42.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4705651Z [05-13|18:29:42.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4706104Z [05-13|18:29:42.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4706438Z [05-13|18:29:42.183] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4706767Z [05-13|18:29:42.183] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4707141Z [05-13|18:29:42.183] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4707408Z [05-13|18:29:42.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4707668Z [05-13|18:29:42.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4708264Z [05-13|18:29:42.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4708533Z [05-13|18:29:42.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4708985Z [05-13|18:29:42.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4709493Z [05-13|18:29:42.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4709833Z [05-13|18:29:42.185] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4710160Z [05-13|18:29:42.185] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4710482Z [05-13|18:29:42.185] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4710943Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4711395Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4711847Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4712061Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4712266Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4712471Z [05-13|18:29:42.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4712793Z [05-13|18:29:42.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4713054Z [05-13|18:29:42.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4713514Z [05-13|18:29:42.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4713782Z [05-13|18:29:42.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4714232Z [05-13|18:29:42.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4714732Z [05-13|18:29:42.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4715070Z [05-13|18:29:42.188] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4715395Z [05-13|18:29:42.189] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4715721Z [05-13|18:29:42.189] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4716041Z [05-13|18:29:42.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4716299Z [05-13|18:29:42.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4716564Z [05-13|18:29:42.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4717035Z [05-13|18:29:42.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4717492Z [05-13|18:29:42.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4717984Z [05-13|18:29:42.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4718432Z [05-13|18:29:42.190] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4718763Z [05-13|18:29:42.190] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4719095Z [05-13|18:29:42.191] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4719362Z [05-13|18:29:42.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4719626Z [05-13|18:29:42.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4719891Z [05-13|18:29:42.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4720352Z [05-13|18:29:42.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4720840Z [05-13|18:29:42.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4721303Z [05-13|18:29:42.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4721640Z [05-13|18:29:42.192] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4722038Z [05-13|18:29:42.192] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4722372Z [05-13|18:29:42.193] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4722832Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4723294Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4723809Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4724031Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4724241Z [05-13|18:29:42.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4724454Z [05-13|18:29:42.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4724721Z [05-13|18:29:42.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4725033Z [05-13|18:29:42.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4725298Z [05-13|18:29:42.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4725757Z [05-13|18:29:42.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4726214Z [05-13|18:29:42.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4726675Z [05-13|18:29:42.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4727055Z [05-13|18:29:42.196] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4727389Z [05-13|18:29:42.196] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4727720Z [05-13|18:29:42.196] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4727985Z [05-13|18:29:42.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4728367Z [05-13|18:29:42.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4728636Z [05-13|18:29:42.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.4729094Z [05-13|18:29:42.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4729551Z [05-13|18:29:42.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4730011Z [05-13|18:29:42.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4730357Z [05-13|18:29:42.198] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4730758Z [05-13|18:29:42.198] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4731097Z [05-13|18:29:42.198] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4731358Z [05-13|18:29:42.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4731622Z [05-13|18:29:42.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4732089Z [05-13|18:29:42.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4732596Z [05-13|18:29:42.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4732867Z [05-13|18:29:42.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.4733325Z [05-13|18:29:42.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4733656Z [05-13|18:29:42.200] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4733988Z [05-13|18:29:42.200] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4734504Z [05-13|18:29:42.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4734959Z [05-13|18:29:42.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4735416Z [05-13|18:29:42.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4735743Z [05-13|18:29:42.200] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4736253Z [05-13|18:29:42.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4736718Z [05-13|18:29:42.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4737175Z [05-13|18:29:42.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4737387Z [05-13|18:29:42.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4737602Z [05-13|18:29:42.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4737807Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.4738180Z [05-13|18:29:42.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4738450Z [05-13|18:29:42.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4738712Z [05-13|18:29:42.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.4739168Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4739627Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4740149Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4740483Z [05-13|18:29:42.204] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4740822Z [05-13|18:29:42.204] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4741151Z [05-13|18:29:42.204] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4741293Z [05-13|18:29:42.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4741483Z [05-13|18:29:42.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4741622Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4741755Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4741890Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4742019Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4742148Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4742283Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4742467Z [05-13|18:29:42.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4742796Z [05-13|18:29:42.206] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4743259Z [05-13|18:29:42.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4743587Z [05-13|18:29:42.206] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4744040Z [05-13|18:29:42.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4744375Z [05-13|18:29:42.206] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4744885Z [05-13|18:29:42.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4745215Z [05-13|18:29:42.207] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4745671Z [05-13|18:29:42.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4746122Z [05-13|18:29:42.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4746450Z [05-13|18:29:42.207] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4746908Z [05-13|18:29:42.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4747046Z [05-13|18:29:42.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4747179Z [05-13|18:29:42.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4747319Z [05-13|18:29:42.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4747649Z [05-13|18:29:42.208] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4748258Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4748592Z [05-13|18:29:42.208] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4748727Z [05-13|18:29:42.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4748862Z [05-13|18:29:42.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4749325Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4749770Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4749967Z [05-13|18:29:42.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4750304Z [05-13|18:29:42.208] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4750763Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4751095Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4751611Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4751940Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4752400Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4752861Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4753203Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} +2026-05-13T18:30:54.4753722Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4754061Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} +2026-05-13T18:30:54.4754517Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4754654Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4754794Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4754924Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4755054Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4755188Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4755320Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4755653Z [05-13|18:29:42.210] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} +2026-05-13T18:30:54.4755834Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 +2026-05-13T18:30:54.4756297Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4756811Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4757135Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4757283Z [05-13|18:29:42.210] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4757499Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.4757718Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.4757863Z [05-13|18:29:42.210] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4758004Z [05-13|18:29:42.210] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4758332Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.4758531Z [05-13|18:29:42.211] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4758805Z [05-13|18:29:42.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4759073Z [05-13|18:29:42.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4759331Z [05-13|18:29:42.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4759792Z [05-13|18:29:42.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4760304Z [05-13|18:29:42.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4760758Z [05-13|18:29:42.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4761095Z [05-13|18:29:42.211] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4761426Z [05-13|18:29:42.212] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4761749Z [05-13|18:29:42.212] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4762069Z [05-13|18:29:42.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4762340Z [05-13|18:29:42.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4762794Z [05-13|18:29:42.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4763059Z [05-13|18:29:42.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4763528Z [05-13|18:29:42.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4763977Z [05-13|18:29:42.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4764309Z [05-13|18:29:42.214] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4764640Z [05-13|18:29:42.214] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4764964Z [05-13|18:29:42.214] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4765237Z [05-13|18:29:42.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4765593Z [05-13|18:29:42.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4765851Z [05-13|18:29:42.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4766310Z [05-13|18:29:42.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4766773Z [05-13|18:29:42.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4767223Z [05-13|18:29:42.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4767594Z [05-13|18:29:42.215] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4767928Z [05-13|18:29:42.216] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4768371Z [05-13|18:29:42.216] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4768835Z [05-13|18:29:42.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4769348Z [05-13|18:29:42.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4769798Z [05-13|18:29:42.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4770017Z [05-13|18:29:42.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4770224Z [05-13|18:29:42.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4770428Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4770689Z [05-13|18:29:42.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4771008Z [05-13|18:29:42.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4771270Z [05-13|18:29:42.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4771725Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4772183Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4772631Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4772963Z [05-13|18:29:42.219] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4773288Z [05-13|18:29:42.219] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4773618Z [05-13|18:29:42.219] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4773886Z [05-13|18:29:42.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4774145Z [05-13|18:29:42.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4774460Z [05-13|18:29:42.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4774923Z [05-13|18:29:42.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4775377Z [05-13|18:29:42.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4775853Z [05-13|18:29:42.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4776195Z [05-13|18:29:42.221] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4776571Z [05-13|18:29:42.221] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4776899Z [05-13|18:29:42.221] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4777172Z [05-13|18:29:42.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4777433Z [05-13|18:29:42.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4777692Z [05-13|18:29:42.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4778310Z [05-13|18:29:42.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4778771Z [05-13|18:29:42.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4779225Z [05-13|18:29:42.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4779567Z [05-13|18:29:42.223] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4779956Z [05-13|18:29:42.223] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4780288Z [05-13|18:29:42.223] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4780432Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4780565Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4780700Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4780837Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4780969Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4781430Z [05-13|18:29:42.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4781893Z [05-13|18:29:42.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4782031Z [05-13|18:29:42.224] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4782486Z [05-13|18:29:42.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4782625Z [05-13|18:29:42.225] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4782955Z [05-13|18:29:42.225] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4783470Z [05-13|18:29:42.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4783932Z [05-13|18:29:42.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4784262Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4784713Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4785099Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4785553Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4785878Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4786336Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4786838Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4787167Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4787630Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4787974Z [05-13|18:29:42.227] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4788549Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4788792Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 +2026-05-13T18:30:54.4789100Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4789245Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4789711Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4789853Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4790068Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4790211Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4790419Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4790626Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4790776Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4791231Z [05-13|18:29:42.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4791681Z [05-13|18:29:42.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4792135Z [05-13|18:29:42.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4792463Z [05-13|18:29:42.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4792723Z [05-13|18:29:42.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4792988Z [05-13|18:29:42.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4793445Z [05-13|18:29:42.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4793942Z [05-13|18:29:42.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4794400Z [05-13|18:29:42.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4794735Z [05-13|18:29:42.300] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4795059Z [05-13|18:29:42.300] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4795392Z [05-13|18:29:42.300] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4795704Z [05-13|18:29:42.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4795961Z [05-13|18:29:42.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4796226Z [05-13|18:29:42.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4796681Z [05-13|18:29:42.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4797136Z [05-13|18:29:42.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4797621Z [05-13|18:29:42.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4797955Z [05-13|18:29:42.301] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4798402Z [05-13|18:29:42.301] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4798730Z [05-13|18:29:42.301] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4798991Z [05-13|18:29:42.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4799252Z [05-13|18:29:42.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4799508Z [05-13|18:29:42.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4799966Z [05-13|18:29:42.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4800423Z [05-13|18:29:42.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4800873Z [05-13|18:29:42.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4801263Z [05-13|18:29:42.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4801594Z [05-13|18:29:42.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4801931Z [05-13|18:29:42.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4802386Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4802604Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4803116Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4803569Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4803783Z [05-13|18:29:42.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4803985Z [05-13|18:29:42.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4804248Z [05-13|18:29:42.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4804564Z [05-13|18:29:42.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4804822Z [05-13|18:29:42.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4805273Z [05-13|18:29:42.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4805726Z [05-13|18:29:42.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4806174Z [05-13|18:29:42.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4806558Z [05-13|18:29:42.307] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4806896Z [05-13|18:29:42.307] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4807217Z [05-13|18:29:42.307] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4807476Z [05-13|18:29:42.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4807740Z [05-13|18:29:42.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4807995Z [05-13|18:29:42.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4808570Z [05-13|18:29:42.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4809033Z [05-13|18:29:42.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4809484Z [05-13|18:29:42.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4809818Z [05-13|18:29:42.309] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4810237Z [05-13|18:29:42.309] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4810564Z [05-13|18:29:42.309] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4810704Z [05-13|18:29:42.310] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4810847Z [05-13|18:29:42.310] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4810983Z [05-13|18:29:42.310] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4811251Z [05-13|18:29:42.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4811521Z [05-13|18:29:42.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4811836Z [05-13|18:29:42.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4812306Z [05-13|18:29:42.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4812768Z [05-13|18:29:42.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4813225Z [05-13|18:29:42.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4813610Z [05-13|18:29:42.311] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4813752Z [05-13|18:29:42.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4814080Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4814535Z [05-13|18:29:42.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4814871Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4815248Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4815709Z [05-13|18:29:42.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4815844Z [05-13|18:29:42.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4816178Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4816315Z [05-13|18:29:42.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4816455Z [05-13|18:29:42.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4816915Z [05-13|18:29:42.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4817374Z [05-13|18:29:42.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4817833Z [05-13|18:29:42.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4818274Z [05-13|18:29:42.314] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4818419Z [05-13|18:29:42.314] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4818935Z [05-13|18:29:42.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4819261Z [05-13|18:29:42.314] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4819722Z [05-13|18:29:42.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4820173Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4820502Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4821047Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4821379Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4821832Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4822170Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4822679Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4823128Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4823461Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4823929Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4824314Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4824507Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 +2026-05-13T18:30:54.4824812Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4825281Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4825435Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4825577Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4826036Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4826252Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4826393Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4826603Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4826748Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4826954Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4827408Z [05-13|18:29:42.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4827907Z [05-13|18:29:42.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4828475Z [05-13|18:29:42.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4828750Z [05-13|18:29:42.336] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4829021Z [05-13|18:29:42.336] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4829280Z [05-13|18:29:42.336] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.4829794Z [05-13|18:29:42.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4830257Z [05-13|18:29:42.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4830706Z [05-13|18:29:42.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4831038Z [05-13|18:29:42.337] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4831423Z [05-13|18:29:42.337] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4831746Z [05-13|18:29:42.337] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4832007Z [05-13|18:29:42.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4832271Z [05-13|18:29:42.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4832528Z [05-13|18:29:42.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.4833066Z [05-13|18:29:42.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4833542Z [05-13|18:29:42.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4833994Z [05-13|18:29:42.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4834330Z [05-13|18:29:42.339] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4834658Z [05-13|18:29:42.339] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4834980Z [05-13|18:29:42.339] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4835247Z [05-13|18:29:42.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4835507Z [05-13|18:29:42.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4835764Z [05-13|18:29:42.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.4836232Z [05-13|18:29:42.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4836685Z [05-13|18:29:42.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4837196Z [05-13|18:29:42.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4837540Z [05-13|18:29:42.341] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4837867Z [05-13|18:29:42.341] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4838304Z [05-13|18:29:42.341] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4838824Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4839280Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4839730Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4839948Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4840208Z [05-13|18:29:42.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4840411Z [05-13|18:29:42.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.4840675Z [05-13|18:29:42.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4840936Z [05-13|18:29:42.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4841195Z [05-13|18:29:42.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.4841651Z [05-13|18:29:42.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4842151Z [05-13|18:29:42.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4842603Z [05-13|18:29:42.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4842939Z [05-13|18:29:42.354] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4843264Z [05-13|18:29:42.354] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4843589Z [05-13|18:29:42.354] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4843859Z [05-13|18:29:42.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4844116Z [05-13|18:29:42.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4844373Z [05-13|18:29:42.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.4844840Z [05-13|18:29:42.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4845300Z [05-13|18:29:42.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4845813Z [05-13|18:29:42.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4846147Z [05-13|18:29:42.356] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4846473Z [05-13|18:29:42.356] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4846799Z [05-13|18:29:42.356] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4847072Z [05-13|18:29:42.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4847334Z [05-13|18:29:42.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4847828Z [05-13|18:29:42.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4848227Z [05-13|18:29:42.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.4848689Z [05-13|18:29:42.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4849152Z [05-13|18:29:42.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4849547Z [05-13|18:29:42.358] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4849878Z [05-13|18:29:42.358] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4850210Z [05-13|18:29:42.359] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4850668Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4850881Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4851392Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4851607Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4852063Z [05-13|18:29:42.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4852277Z [05-13|18:29:42.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.4852545Z [05-13|18:29:42.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4852806Z [05-13|18:29:42.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4853071Z [05-13|18:29:42.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.4853537Z [05-13|18:29:42.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4853995Z [05-13|18:29:42.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4854458Z [05-13|18:29:42.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4854847Z [05-13|18:29:42.362] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4855174Z [05-13|18:29:42.362] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4855506Z [05-13|18:29:42.362] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4855647Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4855783Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4855921Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4856052Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4856241Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4856383Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4856515Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4856647Z [05-13|18:29:42.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4856980Z [05-13|18:29:42.363] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4857446Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4857817Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4858389Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4858729Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4859184Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4859521Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.4860035Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4860491Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4860831Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.4861285Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4861611Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.4862070Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4862207Z [05-13|18:29:42.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4862340Z [05-13|18:29:42.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4862671Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:54.4863122Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4863629Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4863962Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:54.4864420Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4864751Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:54.4865271Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:54.4865409Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4865542Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4865679Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4865811Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4865943Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4866082Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.4866466Z [05-13|18:29:42.366] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} +2026-05-13T18:30:54.4866923Z [05-13|18:29:42.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4867384Z [05-13|18:29:42.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4867561Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 +2026-05-13T18:30:54.4867867Z replication_test.go:561: lagging node is blacklisted, cannot continue replication +2026-05-13T18:30:54.4868016Z [05-13|18:29:42.366] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4868404Z [05-13|18:29:42.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4868551Z [05-13|18:29:42.367] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4868767Z [05-13|18:29:42.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4868907Z [05-13|18:29:42.367] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4869115Z [05-13|18:29:42.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.4869252Z [05-13|18:29:42.367] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4869405Z --- PASS: TestReplicationAfterNodeDisconnects (0.00s) +2026-05-13T18:30:54.4869678Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 (0.28s) +2026-05-13T18:30:54.4869941Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 (0.30s) +2026-05-13T18:30:54.4870205Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 (0.30s) +2026-05-13T18:30:54.4870463Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 (0.32s) +2026-05-13T18:30:54.4870721Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 (0.27s) +2026-05-13T18:30:54.4870984Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 (0.30s) +2026-05-13T18:30:54.4871242Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 (0.29s) +2026-05-13T18:30:54.4871502Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 (0.31s) +2026-05-13T18:30:54.4871766Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 (0.25s) +2026-05-13T18:30:54.4872083Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 (0.24s) +2026-05-13T18:30:54.4872341Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 (0.27s) +2026-05-13T18:30:54.4872602Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 (0.28s) +2026-05-13T18:30:54.4872861Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 (0.22s) +2026-05-13T18:30:54.4873117Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 (0.26s) +2026-05-13T18:30:54.4873377Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 (0.24s) +2026-05-13T18:30:54.4873642Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 (0.28s) +2026-05-13T18:30:54.4873902Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 (0.23s) +2026-05-13T18:30:54.4874213Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 (0.24s) +2026-05-13T18:30:54.4874481Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 (0.26s) +2026-05-13T18:30:54.4874739Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 (0.26s) +2026-05-13T18:30:54.4874997Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 (0.24s) +2026-05-13T18:30:54.4875261Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 (0.24s) +2026-05-13T18:30:54.4875520Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 (0.25s) +2026-05-13T18:30:54.4875833Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 (0.25s) +2026-05-13T18:30:54.4876094Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 (0.23s) +2026-05-13T18:30:54.4876351Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 (0.23s) +2026-05-13T18:30:54.4876610Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 (0.23s) +2026-05-13T18:30:54.4876876Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 (0.23s) +2026-05-13T18:30:54.4877135Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 (0.25s) +2026-05-13T18:30:54.4877393Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 (0.22s) +2026-05-13T18:30:54.4877649Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 (0.23s) +2026-05-13T18:30:54.4877912Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 (0.25s) +2026-05-13T18:30:54.4878344Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 (0.23s) +2026-05-13T18:30:54.4878612Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 (0.24s) +2026-05-13T18:30:54.4878876Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 (0.24s) +2026-05-13T18:30:54.4879134Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 (0.22s) +2026-05-13T18:30:54.4879390Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 (0.25s) +2026-05-13T18:30:54.4879652Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 (0.23s) +2026-05-13T18:30:54.4879911Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 (0.23s) +2026-05-13T18:30:54.4880169Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 (0.23s) +2026-05-13T18:30:54.4880432Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 (0.24s) +2026-05-13T18:30:54.4880691Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 (0.22s) +2026-05-13T18:30:54.4880948Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 (0.23s) +2026-05-13T18:30:54.4881206Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 (0.24s) +2026-05-13T18:30:54.4881467Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 (0.23s) +2026-05-13T18:30:54.4881725Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 (0.22s) +2026-05-13T18:30:54.4881984Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 (0.22s) +2026-05-13T18:30:54.4882306Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 (0.23s) +2026-05-13T18:30:54.4882430Z === RUN TestReplicationStuckInProposingBlock +2026-05-13T18:30:54.4882916Z [05-13|18:29:42.368] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.4883198Z [05-13|18:29:42.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.4883663Z [05-13|18:29:42.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4884000Z [05-13|18:29:42.369] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.4884384Z [05-13|18:29:42.369] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.4884843Z [05-13|18:29:42.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.4885173Z [05-13|18:29:42.370] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.4885634Z [05-13|18:29:42.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.4886012Z [05-13|18:29:42.370] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.4886471Z [05-13|18:29:42.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.4886802Z [05-13|18:29:42.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.4887262Z [05-13|18:29:42.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4887414Z [05-13|18:29:42.371] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.4887564Z --- PASS: TestReplicationStuckInProposingBlock (0.00s) +2026-05-13T18:30:54.4887707Z === RUN TestReplicationNodeDiverges +2026-05-13T18:30:54.4888215Z [05-13|18:29:42.371] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "maxTasks": 500} +2026-05-13T18:30:54.4888719Z [05-13|18:29:42.371] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "maxDeps": 500} +2026-05-13T18:30:54.4889096Z [05-13|18:29:42.371] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "maxTasks": 1} +2026-05-13T18:30:54.4889889Z [05-13|18:29:42.371] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.4890269Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "maxTasks": 500} +2026-05-13T18:30:54.4890763Z [05-13|18:29:42.372] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "maxDeps": 500} +2026-05-13T18:30:54.4891139Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "maxTasks": 1} +2026-05-13T18:30:54.4891914Z [05-13|18:29:42.372] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.4892357Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "maxTasks": 500} +2026-05-13T18:30:54.4892845Z [05-13|18:29:42.372] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "maxDeps": 500} +2026-05-13T18:30:54.4893216Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "maxTasks": 1} +2026-05-13T18:30:54.4893988Z [05-13|18:29:42.372] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.4894420Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "maxTasks": 500} +2026-05-13T18:30:54.4894909Z [05-13|18:29:42.373] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "maxDeps": 500} +2026-05-13T18:30:54.4895274Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "maxTasks": 1} +2026-05-13T18:30:54.4896052Z [05-13|18:29:42.373] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.4896480Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "maxTasks": 500} +2026-05-13T18:30:54.4896969Z [05-13|18:29:42.373] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "maxDeps": 500} +2026-05-13T18:30:54.4897340Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "maxTasks": 1} +2026-05-13T18:30:54.4898278Z [05-13|18:29:42.373] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.4898677Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "maxTasks": 500} +2026-05-13T18:30:54.4899163Z [05-13|18:29:42.373] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "maxDeps": 500} +2026-05-13T18:30:54.4899531Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "maxTasks": 1} +2026-05-13T18:30:54.4900309Z [05-13|18:29:42.373] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.4900859Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4901402Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4901936Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4902467Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4903057Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4903589Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4904046Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "currentRound": 0} +2026-05-13T18:30:54.4904437Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.4904839Z [05-13|18:29:42.374] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 0} +2026-05-13T18:30:54.4905381Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4905920Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4906451Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4907070Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4907608Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4908381Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4908919Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "currentRound": 0} +2026-05-13T18:30:54.4909309Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.4909659Z [05-13|18:29:42.374] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 0} +2026-05-13T18:30:54.4910206Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4910745Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4911274Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4911816Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4912354Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4912896Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4913419Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "currentRound": 0} +2026-05-13T18:30:54.4913806Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.4914154Z [05-13|18:29:42.375] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 0} +2026-05-13T18:30:54.4914699Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4915284Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4915828Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4916363Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4916897Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4917483Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4917932Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "currentRound": 0} +2026-05-13T18:30:54.4918446Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.4918799Z [05-13|18:29:42.375] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 0} +2026-05-13T18:30:54.4919398Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4919935Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4920473Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4921032Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4921570Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4922103Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4922549Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "currentRound": 0} +2026-05-13T18:30:54.4922934Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.4923526Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4923881Z [05-13|18:29:42.375] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 0} +2026-05-13T18:30:54.4924420Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4924951Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4925535Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4926076Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4926610Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4927171Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timedOutRounds": "map[]", "redeemedRounds": "map[]"} +2026-05-13T18:30:54.4928165Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[], updates=[])"} +2026-05-13T18:30:54.4928576Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.4928965Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.4929362Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} +2026-05-13T18:30:54.4929968Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4930493Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "size": 67, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4931024Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "size": 67, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4931612Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4932245Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "voteForOurBlock": 1, "total votes": 1} +2026-05-13T18:30:54.4932783Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4933323Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4933867Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4934455Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4934996Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4935530Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4935979Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "currentRound": 0} +2026-05-13T18:30:54.4936498Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4937090Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4937644Z [05-13|18:29:42.376] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 0} +2026-05-13T18:30:54.4938235Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} +2026-05-13T18:30:54.4939046Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.4939475Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} +2026-05-13T18:30:54.4940069Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4940718Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4941314Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4941870Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 0} +2026-05-13T18:30:54.4942426Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 0} +2026-05-13T18:30:54.4942976Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 0} +2026-05-13T18:30:54.4943384Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} +2026-05-13T18:30:54.4943789Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} +2026-05-13T18:30:54.4944199Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} +2026-05-13T18:30:54.4945038Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.4945631Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4946405Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.4947223Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.4947632Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} +2026-05-13T18:30:54.4948295Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 0} +2026-05-13T18:30:54.4948696Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} +2026-05-13T18:30:54.4949169Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} +2026-05-13T18:30:54.4949570Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.4949920Z [05-13|18:29:42.377] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 0} +2026-05-13T18:30:54.4950698Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.4951156Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.4951706Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4952104Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} +2026-05-13T18:30:54.4952638Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4953045Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.4953551Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4954084Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4954627Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4955024Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} +2026-05-13T18:30:54.4955576Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4956118Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4956654Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4957239Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4957772Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4958416Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4958922Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4959383Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0} +2026-05-13T18:30:54.4959783Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.4960322Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4960855Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4961397Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4961941Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4962439Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4962977Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4963510Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4964040Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4964544Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4965080Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4965666Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4966200Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4966733Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4967263Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4967850Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4968507Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4969044Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4969577Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4970168Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 0} +2026-05-13T18:30:54.4970664Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4971201Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4971737Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4972277Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4972857Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4973432Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4973981Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4974465Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4975007Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4975624Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.4976211Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 0} +2026-05-13T18:30:54.4977003Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "elapsed": "499.163µs"} +2026-05-13T18:30:54.4977595Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4978185Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4978748Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4979331Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4979961Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.4980578Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.4981238Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "elapsed": "624.298µs"} +2026-05-13T18:30:54.4981823Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4982297Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4982968Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.4983556Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4984021Z [05-13|18:29:42.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "votes": 4} +2026-05-13T18:30:54.4984503Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "elapsed": "1.198702ms"} +2026-05-13T18:30:54.4985127Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.4985781Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0100000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} +2026-05-13T18:30:54.4986251Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4986728Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "elapsed": "1.241431ms"} +2026-05-13T18:30:54.4987244Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4987827Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4988566Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.4989221Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0400000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} +2026-05-13T18:30:54.4989802Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "elapsed": "1.287275ms"} +2026-05-13T18:30:54.4990272Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4990926Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0500000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} +2026-05-13T18:30:54.4991623Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0300000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} +2026-05-13T18:30:54.4992192Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "size": 137, "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4992701Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0100000000000000", "round": 0} +2026-05-13T18:30:54.4993193Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0300000000000000", "round": 0} +2026-05-13T18:30:54.4993732Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0400000000000000", "round": 0} +2026-05-13T18:30:54.4994140Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.4994632Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0500000000000000", "round": 0} +2026-05-13T18:30:54.4995020Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.4995409Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0} +2026-05-13T18:30:54.4995904Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:42.371]"} +2026-05-13T18:30:54.4996564Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.4996950Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 0} +2026-05-13T18:30:54.4997338Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.4997890Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:42.373]"} +2026-05-13T18:30:54.4998539Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.4998926Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.4999294Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 0} +2026-05-13T18:30:54.4999844Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:43.372]"} +2026-05-13T18:30:54.5000335Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:42.373]"} +2026-05-13T18:30:54.5000695Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 0} +2026-05-13T18:30:54.5001132Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 1, "time": "[05-13|18:29:43.372]"} +2026-05-13T18:30:54.5001537Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 0} +2026-05-13T18:30:54.5002030Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} +2026-05-13T18:30:54.5002381Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 0} +2026-05-13T18:30:54.5002766Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5003257Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} +2026-05-13T18:30:54.5003854Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.5004221Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 0} +2026-05-13T18:30:54.5004767Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5005301Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5005837Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5006370Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5006902Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5007440Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5007947Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "currentRound": 1} +2026-05-13T18:30:54.5008531Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0} +2026-05-13T18:30:54.5008898Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 1} +2026-05-13T18:30:54.5009372Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.5010013Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.5010488Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "my round": 1} +2026-05-13T18:30:54.5011066Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} +2026-05-13T18:30:54.5011537Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "my round": 1} +2026-05-13T18:30:54.5012028Z [05-13|18:29:42.389] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 2, "time": "[05-13|18:29:44.372]"} +2026-05-13T18:30:54.5012455Z [05-13|18:29:42.399] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 3, "time": "[05-13|18:29:45.372]"} +2026-05-13T18:30:54.5012888Z [05-13|18:29:42.410] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 4, "time": "[05-13|18:29:46.372]"} +2026-05-13T18:30:54.5013315Z [05-13|18:29:42.420] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 5, "time": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.5013836Z [05-13|18:29:42.430] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 6, "deadline": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5014496Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5014940Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "size": 19} +2026-05-13T18:30:54.5015526Z [05-13|18:29:42.430] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5016064Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5016594Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5017119Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5017663Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "from": "0200000000000000"} +2026-05-13T18:30:54.5018365Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0200000000000000"} +2026-05-13T18:30:54.5018908Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "from": "0200000000000000"} +2026-05-13T18:30:54.5019392Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5019872Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5020412Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5020979Z [05-13|18:29:42.431] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 6, "time": "[05-13|18:29:48.372]", "deadline": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5021411Z [05-13|18:29:42.431] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 6, "time": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5021946Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5022539Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "from": "0200000000000000"} +2026-05-13T18:30:54.5023017Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5023497Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5023931Z [05-13|18:29:42.440] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 1, "time": "[05-13|18:29:43.372]"} +2026-05-13T18:30:54.5024416Z [05-13|18:29:42.451] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 2, "time": "[05-13|18:29:44.372]"} +2026-05-13T18:30:54.5024845Z [05-13|18:29:42.461] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 3, "time": "[05-13|18:29:45.372]"} +2026-05-13T18:30:54.5025266Z [05-13|18:29:42.471] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 4, "time": "[05-13|18:29:46.372]"} +2026-05-13T18:30:54.5025700Z [05-13|18:29:42.481] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 5, "time": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.5026164Z [05-13|18:29:42.492] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 6, "deadline": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.5026820Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5027265Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "size": 19} +2026-05-13T18:30:54.5027851Z [05-13|18:29:42.492] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5028525Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5029128Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5029661Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5030197Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5030787Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0300000000000000"} +2026-05-13T18:30:54.5031328Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "from": "0300000000000000"} +2026-05-13T18:30:54.5031871Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "from": "0300000000000000"} +2026-05-13T18:30:54.5032407Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "from": "0300000000000000"} +2026-05-13T18:30:54.5032939Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5033423Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5033904Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5034376Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5034901Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5035440Z [05-13|18:29:42.492] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 6, "time": "[05-13|18:29:48.372]", "deadline": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.5035874Z [05-13|18:29:42.492] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 6, "time": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5036304Z [05-13|18:29:42.502] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 1, "time": "[05-13|18:29:43.373]"} +2026-05-13T18:30:54.5036729Z [05-13|18:29:42.512] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 2, "time": "[05-13|18:29:44.373]"} +2026-05-13T18:30:54.5037163Z [05-13|18:29:42.522] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 3, "time": "[05-13|18:29:45.373]"} +2026-05-13T18:30:54.5037593Z [05-13|18:29:42.533] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 4, "time": "[05-13|18:29:46.373]"} +2026-05-13T18:30:54.5038014Z [05-13|18:29:42.543] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 5, "time": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.5038679Z [05-13|18:29:42.553] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 6, "deadline": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.5039943Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5040384Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "size": 19} +2026-05-13T18:30:54.5040974Z [05-13|18:29:42.553] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5041562Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5042094Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5042641Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0500000000000000"} +2026-05-13T18:30:54.5043167Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5043764Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "from": "0500000000000000"} +2026-05-13T18:30:54.5044245Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5044779Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "from": "0500000000000000"} +2026-05-13T18:30:54.5045260Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5045783Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5046261Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5046799Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5047330Z [05-13|18:29:42.554] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 6, "time": "[05-13|18:29:48.373]", "deadline": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.5047760Z [05-13|18:29:42.554] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 6, "time": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.5048423Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "from": "0500000000000000"} +2026-05-13T18:30:54.5048903Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5049339Z [05-13|18:29:42.563] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 1, "time": "[05-13|18:29:43.373]"} +2026-05-13T18:30:54.5049828Z [05-13|18:29:42.574] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 2, "time": "[05-13|18:29:44.373]"} +2026-05-13T18:30:54.5050252Z [05-13|18:29:42.584] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 3, "time": "[05-13|18:29:45.373]"} +2026-05-13T18:30:54.5050681Z [05-13|18:29:42.594] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 4, "time": "[05-13|18:29:46.373]"} +2026-05-13T18:30:54.5051112Z [05-13|18:29:42.604] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 5, "time": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.5051569Z [05-13|18:29:42.615] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 6, "deadline": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.5052275Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5052717Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "size": 19} +2026-05-13T18:30:54.5053301Z [05-13|18:29:42.615] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5053889Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5054416Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5054953Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "from": "0600000000000000"} +2026-05-13T18:30:54.5055485Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5056070Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "from": "0600000000000000"} +2026-05-13T18:30:54.5056613Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0600000000000000"} +2026-05-13T18:30:54.5057091Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 65, "round": 0} +2026-05-13T18:30:54.5057563Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 65, "round": 0} +2026-05-13T18:30:54.5058149Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 65, "round": 0} +2026-05-13T18:30:54.5058572Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5059042Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 65, "round": 0} +2026-05-13T18:30:54.5059456Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5059864Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5060460Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 0, "our round": 0} +2026-05-13T18:30:54.5060937Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5061401Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5061809Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5062372Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5062877Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5063345Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5063944Z [05-13|18:29:42.615] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5064497Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5065042Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "from": "0600000000000000"} +2026-05-13T18:30:54.5065506Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5066157Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.5066755Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5067234Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 65, "round": 0} +2026-05-13T18:30:54.5067769Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5068529Z [05-13|18:29:42.615] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.5069076Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5069497Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5070036Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5070569Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5071148Z [05-13|18:29:42.616] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5071682Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5072188Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5072838Z [05-13|18:29:42.616] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5073377Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5073882Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "leader": "0100000000000000"} +2026-05-13T18:30:54.5074338Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "currentRound": 1} +2026-05-13T18:30:54.5074979Z [05-13|18:29:42.616] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5075427Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5076071Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.5076609Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5077158Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5077697Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5078345Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5078713Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 1} +2026-05-13T18:30:54.5079299Z [05-13|18:29:42.615] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5079835Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5080373Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5080908Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5081622Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.5082074Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "currentRound": 1} +2026-05-13T18:30:54.5082609Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5083147Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5083733Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 6, "time": "[05-13|18:29:48.373]", "deadline": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.5084280Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5084723Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 6, "time": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.5085420Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.5085961Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5086492Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5087021Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5087707Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5088455Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5088991Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5089534Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5090063Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5090594Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5091134Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5091694Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timedOutRounds": "map[0:0]", "redeemedRounds": "map[]"} +2026-05-13T18:30:54.5093126Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "Update": "{type=NodeSuspected, NodeIndex=0}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=0}])"} +2026-05-13T18:30:54.5093538Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1} +2026-05-13T18:30:54.5093973Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5094483Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "currentRound": 1} +2026-05-13T18:30:54.5095023Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5095514Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5095952Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5096537Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5096893Z [05-13|18:29:42.617] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 7} +2026-05-13T18:30:54.5097330Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5097761Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5098476Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5098973Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5099513Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5100006Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5100492Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5100924Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5101360Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5101799Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "currentRound": 1} +2026-05-13T18:30:54.5102232Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5102787Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5103272Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5103701Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5104189Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5104669Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5105109Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5105591Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5106018Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5106560Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} +2026-05-13T18:30:54.5106909Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 7} +2026-05-13T18:30:54.5107394Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5107831Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5108426Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5109037Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5109402Z [05-13|18:29:42.617] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 7} +2026-05-13T18:30:54.5109890Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5110322Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5110813Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} +2026-05-13T18:30:54.5111244Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5111675Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5112163Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} +2026-05-13T18:30:54.5112567Z [05-13|18:29:42.617] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} +2026-05-13T18:30:54.5113110Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5113591Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5114022Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5114468Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5115003Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5115490Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} +2026-05-13T18:30:54.5115925Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5116410Z [05-13|18:29:42.618] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} +2026-05-13T18:30:54.5117004Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5117533Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "size": 85, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5118176Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "size": 85, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5118791Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5119452Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5120082Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "voteForOurBlock": 1, "total votes": 1} +2026-05-13T18:30:54.5120703Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5121295Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5121837Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5122379Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5122934Z [05-13|18:29:42.626] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 0} +2026-05-13T18:30:54.5123467Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5123945Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} +2026-05-13T18:30:54.5124486Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5124891Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} +2026-05-13T18:30:54.5125535Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5125940Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1} +2026-05-13T18:30:54.5126497Z [05-13|18:29:42.626] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 0} +2026-05-13T18:30:54.5127046Z [05-13|18:29:42.626] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 0} +2026-05-13T18:30:54.5127505Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} +2026-05-13T18:30:54.5127915Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} +2026-05-13T18:30:54.5128824Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5129227Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} +2026-05-13T18:30:54.5130070Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5130614Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5131013Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} +2026-05-13T18:30:54.5131417Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1} +2026-05-13T18:30:54.5131815Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1} +2026-05-13T18:30:54.5132371Z [05-13|18:29:42.625] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 0} +2026-05-13T18:30:54.5132778Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} +2026-05-13T18:30:54.5133321Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5133720Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} +2026-05-13T18:30:54.5134290Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5134700Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1} +2026-05-13T18:30:54.5135480Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5136067Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5136602Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5137148Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5137681Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5138379Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5138892Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5139427Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5139960Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5140790Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5141329Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5141831Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5142362Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5142899Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5143480Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5144013Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5144552Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5145221Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5145762Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5146265Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5146954Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "elapsed": "553.996µs"} +2026-05-13T18:30:54.5147430Z [05-13|18:29:42.627] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5147973Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5148597Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5149247Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5149787Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5150237Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "currentRound": 1} +2026-05-13T18:30:54.5150855Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5151478Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5151953Z [05-13|18:29:42.627] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5152492Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5153078Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5153611Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5154238Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5154590Z [05-13|18:29:42.627] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 7} +2026-05-13T18:30:54.5155130Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5155759Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5156250Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5156869Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5157496Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5158190Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5158661Z [05-13|18:29:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "votes": 4} +2026-05-13T18:30:54.5159277Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5160000Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5160482Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "elapsed": "1.135227ms"} +2026-05-13T18:30:54.5161131Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5161769Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5162277Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5162742Z [05-13|18:29:42.627] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5163409Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5163950Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5164573Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5165157Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5165808Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5166410Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 1} +2026-05-13T18:30:54.5166988Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5167522Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5168312Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5168854Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5169307Z [05-13|18:29:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "votes": 4} +2026-05-13T18:30:54.5169879Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5170465Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5171049Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5171699Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5172196Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5172741Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5173198Z [05-13|18:29:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "votes": 4} +2026-05-13T18:30:54.5173694Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5174193Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5174844Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5175426Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5176083Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5176703Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5177253Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5177901Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5178496Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "elapsed": "1.815008ms"} +2026-05-13T18:30:54.5179211Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5179864Z [05-13|18:29:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.5180339Z [05-13|18:29:42.628] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5180979Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5181594Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5185403Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5186068Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5186836Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "elapsed": "551.091µs"} +2026-05-13T18:30:54.5187365Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5187846Z [05-13|18:29:42.628] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5188545Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5189187Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5189687Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5190180Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5190775Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5191496Z [05-13|18:29:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.5191966Z [05-13|18:29:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "votes": 4} +2026-05-13T18:30:54.5192509Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5193166Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5193814Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5194476Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5195012Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5195722Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5196509Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 1, "monitored round": 1} +2026-05-13T18:30:54.5196882Z [05-13|18:29:42.628] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 1} +2026-05-13T18:30:54.5197341Z [05-13|18:29:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "votes": 4} +2026-05-13T18:30:54.5197945Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5198649Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5199304Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5199803Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5200454Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5200995Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5201646Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5202352Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5202894Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5203542Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5204249Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5204893Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5205447Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5206095Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} +2026-05-13T18:30:54.5206653Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5207191Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5207684Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5208402Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5208992Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5209501Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5210051Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5210552Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5211088Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5211629Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5212291Z [05-13|18:29:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.5212847Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5213382Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5213876Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5214427Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5215012Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5215508Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5216049Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5216696Z [05-13|18:29:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.5217206Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "currentRound": 2} +2026-05-13T18:30:54.5217756Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5218407Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5218952Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5219495Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5220061Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5220635Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5221111Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5221647Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5222149Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5222693Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5223233Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5223783Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5224380Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5224921Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5225467Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5225944Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "my round": 2} +2026-05-13T18:30:54.5226484Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5226981Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5227569Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5228192Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5228735Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5229247Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5230086Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 1, "monitored round": 1} +2026-05-13T18:30:54.5230758Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2658 Aborting monitoring progress for round because we advanced to a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "monitored round": 1, "new round": 2} +2026-05-13T18:30:54.5231131Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 7} +2026-05-13T18:30:54.5231669Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5232144Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5232508Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 7} +2026-05-13T18:30:54.5232861Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 8} +2026-05-13T18:30:54.5233510Z [05-13|18:29:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.5234107Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5234577Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5235364Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 1, "monitored round": 1} +2026-05-13T18:30:54.5235815Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "currentRound": 2} +2026-05-13T18:30:54.5236367Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5236911Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5237382Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5238013Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5238785Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5239263Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5239715Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "currentRound": 2} +2026-05-13T18:30:54.5240190Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5240726Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5241091Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 7} +2026-05-13T18:30:54.5241636Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5241990Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 8} +2026-05-13T18:30:54.5242780Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 1, "monitored round": 1} +2026-05-13T18:30:54.5243264Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5243728Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5244271Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5244683Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 7} +2026-05-13T18:30:54.5245183Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5245775Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5246127Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 8} +2026-05-13T18:30:54.5246725Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5247249Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5247787Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5248459Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5249054Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5249529Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5250005Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "my round": 2} +2026-05-13T18:30:54.5250540Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5251181Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5251727Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5252269Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5252775Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5253245Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "my round": 2} +2026-05-13T18:30:54.5253780Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5254326Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5254831Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5255425Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5256035Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timedOutRounds": "map[0:0]", "redeemedRounds": "map[0:1 1:1 2:1 4:1]"} +2026-05-13T18:30:54.5256536Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5257074Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5257612Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1} +2026-05-13T18:30:54.5259154Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])"} +2026-05-13T18:30:54.5259765Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5260302Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} +2026-05-13T18:30:54.5260752Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "currentRound": 2} +2026-05-13T18:30:54.5261279Z [05-13|18:29:42.630] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5261805Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5262303Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "current round": 2} +2026-05-13T18:30:54.5262660Z [05-13|18:29:42.630] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 2} +2026-05-13T18:30:54.5263168Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5263635Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5264108Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5264630Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5265220Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5265686Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "my round": 2} +2026-05-13T18:30:54.5266253Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5266761Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5267227Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5267729Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5268404Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5268921Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5269389Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5269896Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5270453Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5270930Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5271405Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5271914Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5272441Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5272913Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5273401Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1} +2026-05-13T18:30:54.5273874Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5274376Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5274861Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5275368Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5275836Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5276300Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5276829Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5277237Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2} +2026-05-13T18:30:54.5277707Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5278147Z [05-13|18:29:42.630] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5278715Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5279225Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5279722Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5280222Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5280684Z [05-13|18:29:42.631] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} +2026-05-13T18:30:54.5281186Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5281690Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5282164Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5282681Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5283150Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5283707Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5284247Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5284786Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5285329Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5285866Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5286356Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1} +2026-05-13T18:30:54.5286950Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5287484Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} +2026-05-13T18:30:54.5288144Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5288671Z [05-13|18:29:42.631] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5289269Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5289778Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "current round": 2} +2026-05-13T18:30:54.5290256Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1} +2026-05-13T18:30:54.5290785Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} +2026-05-13T18:30:54.5291386Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5291903Z [05-13|18:29:42.631] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5292435Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5292926Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "current round": 2} +2026-05-13T18:30:54.5293486Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5294007Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5294478Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5295002Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5295480Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5296019Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5296520Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5297066Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5297706Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5298383Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5298858Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "my round": 2} +2026-05-13T18:30:54.5299361Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5299913Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1} +2026-05-13T18:30:54.5300421Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5300919Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5301459Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} +2026-05-13T18:30:54.5302016Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5302517Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5303042Z [05-13|18:29:42.631] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5303511Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5304065Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5304564Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1} +2026-05-13T18:30:54.5305053Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "current round": 2} +2026-05-13T18:30:54.5305383Z [05-13|18:29:42.632] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5305882Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5306405Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5306922Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5307385Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5307962Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5308600Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5309106Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5309572Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5310103Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5310592Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1} +2026-05-13T18:30:54.5311096Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5311563Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5312137Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5312665Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5313131Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5313649Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5314165Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5314699Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5315185Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1} +2026-05-13T18:30:54.5315712Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5316233Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5316752Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5317259Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5317760Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5318396Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5318943Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 1} +2026-05-13T18:30:54.5319485Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "round": 1} +2026-05-13T18:30:54.5320030Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "round": 1} +2026-05-13T18:30:54.5320690Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 1} +2026-05-13T18:30:54.5321178Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1} +2026-05-13T18:30:54.5321713Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} +2026-05-13T18:30:54.5322228Z [05-13|18:29:42.632] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5322787Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "current round": 2} +2026-05-13T18:30:54.5323304Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.5323803Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5324332Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5324903Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5325429Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5325937Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5326457Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5326920Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} +2026-05-13T18:30:54.5327417Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1} +2026-05-13T18:30:54.5327740Z [05-13|18:29:42.633] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5328382Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5328910Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5329490Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5330018Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5330538Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5331109Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5331637Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5332155Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5332680Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1, "seq": 0} +2026-05-13T18:30:54.5333279Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5333801Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "size": 82, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5334336Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "size": 82, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5334927Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5335598Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "voteForOurBlock": 1, "total votes": 1} +2026-05-13T18:30:54.5336147Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5336682Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5337214Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5337811Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5338520Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5339060Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5339682Z [05-13|18:29:42.633] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 1} +2026-05-13T18:30:54.5340216Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5340669Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "currentRound": 2} +2026-05-13T18:30:54.5341269Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5341794Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5342353Z [05-13|18:29:42.634] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 1} +2026-05-13T18:30:54.5342708Z [05-13|18:29:42.634] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 8} +2026-05-13T18:30:54.5343120Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} +2026-05-13T18:30:54.5343771Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5344174Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} +2026-05-13T18:30:54.5344730Z [05-13|18:29:42.634] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 1} +2026-05-13T18:30:54.5345144Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2} +2026-05-13T18:30:54.5345601Z [05-13|18:29:42.633] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} +2026-05-13T18:30:54.5346009Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} +2026-05-13T18:30:54.5346807Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5347587Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5348482Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5349077Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5349477Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} +2026-05-13T18:30:54.5349884Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2} +2026-05-13T18:30:54.5350503Z [05-13|18:29:42.634] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 1} +2026-05-13T18:30:54.5350909Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} +2026-05-13T18:30:54.5351461Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5352288Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5352801Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5353203Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} +2026-05-13T18:30:54.5353743Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5354200Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2} +2026-05-13T18:30:54.5354735Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5355266Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5355807Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5356388Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5356924Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5357433Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5357926Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5358444Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} +2026-05-13T18:30:54.5358855Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2} +2026-05-13T18:30:54.5359396Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5359985Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5360491Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5361171Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5361713Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5362247Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5362828Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5363369Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5363898Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5364434Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5365014Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5365595Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5366134Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5366798Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5367296Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5367885Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5368619Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5369257Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "elapsed": "788.184µs"} +2026-05-13T18:30:54.5369740Z [05-13|18:29:42.635] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5370279Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5370819Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5371312Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5371962Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5372582Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5373177Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "elapsed": "732.861µs"} +2026-05-13T18:30:54.5373703Z [05-13|18:29:42.635] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5374294Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5374915Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5375495Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5376015Z [05-13|18:29:42.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "votes": 4} +2026-05-13T18:30:54.5376675Z [05-13|18:29:42.635] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5377331Z [05-13|18:29:42.635] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5378145Z [05-13|18:29:42.635] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5378801Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5379381Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5379881Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5380374Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5380873Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5381364Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5382020Z [05-13|18:29:42.636] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.5382625Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5383175Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5383719Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 3} +2026-05-13T18:30:54.5384304Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 3} +2026-05-13T18:30:54.5384839Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 3} +2026-05-13T18:30:54.5385378Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 3} +2026-05-13T18:30:54.5385912Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 3} +2026-05-13T18:30:54.5386511Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 3} +2026-05-13T18:30:54.5386962Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "currentRound": 3} +2026-05-13T18:30:54.5387431Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5387908Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5388697Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "elapsed": "843.838µs"} +2026-05-13T18:30:54.5389173Z [05-13|18:29:42.636] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5389770Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5390387Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5390969Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5391433Z [05-13|18:29:42.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "votes": 4} +2026-05-13T18:30:54.5392016Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5392674Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5393380Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5393971Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5394766Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 2, "monitored round": 2} +2026-05-13T18:30:54.5395430Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5395797Z [05-13|18:29:42.637] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 8} +2026-05-13T18:30:54.5396383Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5396734Z [05-13|18:29:42.637] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 9} +2026-05-13T18:30:54.5397435Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5397902Z [05-13|18:29:42.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "votes": 4} +2026-05-13T18:30:54.5398667Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5399505Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5400156Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5400728Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5401386Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5401886Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5402376Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5402878Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5403371Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5404119Z [05-13|18:29:42.637] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.5404658Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5405206Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5405749Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 3} +2026-05-13T18:30:54.5406332Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 3} +2026-05-13T18:30:54.5406870Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 3} +2026-05-13T18:30:54.5407405Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 3} +2026-05-13T18:30:54.5407984Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 3} +2026-05-13T18:30:54.5408632Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 3} +2026-05-13T18:30:54.5409082Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "currentRound": 3} +2026-05-13T18:30:54.5409555Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5410083Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5410590Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5411092Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5411565Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5412031Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5412807Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 2, "monitored round": 2} +2026-05-13T18:30:54.5413178Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 8} +2026-05-13T18:30:54.5413525Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 9} +2026-05-13T18:30:54.5414179Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5414812Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5415307Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5415806Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5416292Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5416833Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5417487Z [05-13|18:29:42.638] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.5418139Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5418750Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5419291Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 3} +2026-05-13T18:30:54.5419828Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 3} +2026-05-13T18:30:54.5420363Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 3} +2026-05-13T18:30:54.5420992Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 3} +2026-05-13T18:30:54.5421529Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 3} +2026-05-13T18:30:54.5422068Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 3} +2026-05-13T18:30:54.5422519Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "currentRound": 3} +2026-05-13T18:30:54.5422988Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5423458Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5423965Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5424469Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5425001Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5425466Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5425965Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5426470Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5427019Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5427809Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 2, "monitored round": 2} +2026-05-13T18:30:54.5428427Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5428951Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5429378Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 8} +2026-05-13T18:30:54.5429878Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5430347Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5430818Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5431221Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 9} +2026-05-13T18:30:54.5431846Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5432319Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5432788Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5433338Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5433923Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5434426Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5434898Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5435400Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5435911Z [05-13|18:29:42.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "votes": 4} +2026-05-13T18:30:54.5436459Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5437116Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5437704Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 2} +2026-05-13T18:30:54.5438478Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5439018Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5439557Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5440267Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5440803Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5441313Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5442015Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5442512Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5442987Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5443456Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5443917Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5444511Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5445096Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5445682Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5446354Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5446824Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "my round": 3} +2026-05-13T18:30:54.5447401Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5447866Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "my round": 3} +2026-05-13T18:30:54.5448515Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "elapsed": "5.20191ms"} +2026-05-13T18:30:54.5449046Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5449516Z [05-13|18:29:42.639] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5450097Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5450657Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5451242Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5451742Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5452409Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5452881Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "my round": 3} +2026-05-13T18:30:54.5453376Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5453958Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5454605Z [05-13|18:29:42.639] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.5455069Z [05-13|18:29:42.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "votes": 4} +2026-05-13T18:30:54.5455575Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5456116Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5456769Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5457326Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5457981Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5458605Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5459215Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5459873Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5460654Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 2, "monitored round": 2} +2026-05-13T18:30:54.5461182Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5461721Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 3} +2026-05-13T18:30:54.5462081Z [05-13|18:29:42.639] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 8} +2026-05-13T18:30:54.5462739Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} +2026-05-13T18:30:54.5463327Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 3} +2026-05-13T18:30:54.5463873Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5464410Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 3} +2026-05-13T18:30:54.5464948Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5465479Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 3} +2026-05-13T18:30:54.5466022Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5466592Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5467130Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 3} +2026-05-13T18:30:54.5467720Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5468329Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5468817Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2} +2026-05-13T18:30:54.5469348Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} +2026-05-13T18:30:54.5469922Z [05-13|18:29:42.640] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5470427Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "current round": 3} +2026-05-13T18:30:54.5470942Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5471432Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5471978Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5472469Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5473010Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 3} +2026-05-13T18:30:54.5473557Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5474060Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5474515Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "currentRound": 3} +2026-05-13T18:30:54.5474986Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5475491Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5475962Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5476430Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5476932Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5477716Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 2, "monitored round": 2} +2026-05-13T18:30:54.5478431Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5478798Z [05-13|18:29:42.640] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 2} +2026-05-13T18:30:54.5479300Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5479844Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5480380Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5480736Z [05-13|18:29:42.640] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 9} +2026-05-13T18:30:54.5481281Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5481949Z [05-13|18:29:42.640] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.5482479Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5483025Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5483537Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5484017Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2} +2026-05-13T18:30:54.5484600Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5485113Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5485647Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} +2026-05-13T18:30:54.5486192Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5486693Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5487208Z [05-13|18:29:42.640] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5487682Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5488265Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5488795Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5489267Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5489816Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5490306Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2} +2026-05-13T18:30:54.5490906Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5491449Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 3} +2026-05-13T18:30:54.5491996Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5492532Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 3} +2026-05-13T18:30:54.5493119Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5493629Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5494164Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 3} +2026-05-13T18:30:54.5494750Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5495295Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 3} +2026-05-13T18:30:54.5495775Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2} +2026-05-13T18:30:54.5496280Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5496817Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} +2026-05-13T18:30:54.5497353Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 3} +2026-05-13T18:30:54.5497824Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5498486Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 3} +2026-05-13T18:30:54.5498993Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "current round": 3} +2026-05-13T18:30:54.5499609Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "currentRound": 3} +2026-05-13T18:30:54.5500157Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5500631Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5501181Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5501747Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5502289Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5502821Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5503344Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5503892Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5504397Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5504985Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5505516Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2} +2026-05-13T18:30:54.5506024Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5506489Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "my round": 3} +2026-05-13T18:30:54.5506962Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5507494Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} +2026-05-13T18:30:54.5507986Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2} +2026-05-13T18:30:54.5508609Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5509129Z [05-13|18:29:42.641] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5509651Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5510208Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "current round": 3} +2026-05-13T18:30:54.5510713Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5511241Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5511706Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5512112Z [05-13|18:29:42.641] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 3} +2026-05-13T18:30:54.5512634Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5513158Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5513627Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5514197Z [05-13|18:29:42.641] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5514785Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5515276Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "current round": 3} +2026-05-13T18:30:54.5515830Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5516298Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "my round": 3} +2026-05-13T18:30:54.5516814Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5517317Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5517841Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5518482Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5519007Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5519506Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5519980Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5520553Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5521049Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5521526Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5522051Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5522601Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5523098Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2} +2026-05-13T18:30:54.5523599Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5524071Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5524614Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2} +2026-05-13T18:30:54.5525114Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5525644Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5526167Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5526726Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5527254Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5527778Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5528363Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5528919Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 2} +2026-05-13T18:30:54.5529458Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "round": 2} +2026-05-13T18:30:54.5530001Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 2} +2026-05-13T18:30:54.5530538Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 2} +2026-05-13T18:30:54.5531086Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2} +2026-05-13T18:30:54.5531621Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} +2026-05-13T18:30:54.5532140Z [05-13|18:29:42.642] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5532633Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "current round": 3} +2026-05-13T18:30:54.5533200Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.5533728Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5534250Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5534828Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5535328Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5535861Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5536370Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5536891Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2} +2026-05-13T18:30:54.5537386Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2} +2026-05-13T18:30:54.5537711Z [05-13|18:29:42.643] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5538353Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5538887Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5539407Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5539925Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5540453Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5540970Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5541555Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5542073Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5542592Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2, "seq": 1} +2026-05-13T18:30:54.5542984Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} +2026-05-13T18:30:54.5543416Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5543917Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} +2026-05-13T18:30:54.5544410Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5544795Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5545206Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 1} +2026-05-13T18:30:54.5545594Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5545950Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 9} +2026-05-13T18:30:54.5546334Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5546827Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.5547364Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timeout": "5s", "deadline": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5547723Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 9} +2026-05-13T18:30:54.5548330Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:42.371]"} +2026-05-13T18:30:54.5548688Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 9} +2026-05-13T18:30:54.5549073Z [05-13|18:29:42.644] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5549433Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 3} +2026-05-13T18:30:54.5549870Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 4, "time": "[05-13|18:29:43.371]"} +2026-05-13T18:30:54.5550365Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.5550718Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 9} +2026-05-13T18:30:54.5551215Z [05-13|18:29:42.654] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 5, "time": "[05-13|18:29:44.371]"} +2026-05-13T18:30:54.5551646Z [05-13|18:29:42.664] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 6, "time": "[05-13|18:29:45.371]"} +2026-05-13T18:30:54.5552079Z [05-13|18:29:42.675] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 7, "time": "[05-13|18:29:46.371]"} +2026-05-13T18:30:54.5552504Z [05-13|18:29:42.685] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 8, "time": "[05-13|18:29:47.371]"} +2026-05-13T18:30:54.5553025Z [05-13|18:29:42.695] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 9, "deadline": "[05-13|18:29:47.371]"} +2026-05-13T18:30:54.5553683Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5554128Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "size": 19} +2026-05-13T18:30:54.5554721Z [05-13|18:29:42.695] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5555255Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5555801Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5556350Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5556886Z [05-13|18:29:42.695] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 9, "time": "[05-13|18:29:48.371]", "deadline": "[05-13|18:29:47.371]"} +2026-05-13T18:30:54.5557468Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5557999Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5558545Z [05-13|18:29:42.696] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 9, "time": "[05-13|18:29:48.371]"} +2026-05-13T18:30:54.5559090Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0100000000000000"} +2026-05-13T18:30:54.5559625Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "from": "0100000000000000"} +2026-05-13T18:30:54.5560161Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "from": "0100000000000000"} +2026-05-13T18:30:54.5560699Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "from": "0100000000000000"} +2026-05-13T18:30:54.5561179Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5561718Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5562197Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5562668Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5563110Z [05-13|18:29:42.706] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 10, "time": "[05-13|18:29:43.372]"} +2026-05-13T18:30:54.5563591Z [05-13|18:29:42.716] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 11, "time": "[05-13|18:29:44.372]"} +2026-05-13T18:30:54.5564024Z [05-13|18:29:42.726] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 12, "time": "[05-13|18:29:45.372]"} +2026-05-13T18:30:54.5564455Z [05-13|18:29:42.737] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 13, "time": "[05-13|18:29:46.372]"} +2026-05-13T18:30:54.5564883Z [05-13|18:29:42.747] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 14, "time": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.5565405Z [05-13|18:29:42.757] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 15, "time": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5565834Z [05-13|18:29:42.768] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 16, "time": "[05-13|18:29:49.372]"} +2026-05-13T18:30:54.5566262Z [05-13|18:29:42.778] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 17, "time": "[05-13|18:29:50.372]"} +2026-05-13T18:30:54.5566689Z [05-13|18:29:42.788] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 18, "time": "[05-13|18:29:51.372]"} +2026-05-13T18:30:54.5567120Z [05-13|18:29:42.798] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 19, "time": "[05-13|18:29:52.372]"} +2026-05-13T18:30:54.5567632Z [05-13|18:29:42.809] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 20, "deadline": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.5568524Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5568986Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "size": 19} +2026-05-13T18:30:54.5569580Z [05-13|18:29:42.809] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5570120Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5570653Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5571133Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5571675Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "from": "0200000000000000"} +2026-05-13T18:30:54.5572280Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0200000000000000"} +2026-05-13T18:30:54.5572816Z [05-13|18:29:42.809] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 20, "time": "[05-13|18:29:53.372]", "deadline": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.5573299Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5573825Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5574356Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5574796Z [05-13|18:29:42.809] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 20, "time": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.5575340Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "from": "0200000000000000"} +2026-05-13T18:30:54.5575924Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5576399Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5576931Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "from": "0200000000000000"} +2026-05-13T18:30:54.5577411Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5577895Z [05-13|18:29:42.819] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 10, "time": "[05-13|18:29:43.372]"} +2026-05-13T18:30:54.5578463Z [05-13|18:29:42.829] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 11, "time": "[05-13|18:29:44.372]"} +2026-05-13T18:30:54.5578902Z [05-13|18:29:42.840] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 12, "time": "[05-13|18:29:45.372]"} +2026-05-13T18:30:54.5579333Z [05-13|18:29:42.850] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 13, "time": "[05-13|18:29:46.372]"} +2026-05-13T18:30:54.5579763Z [05-13|18:29:42.861] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 14, "time": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.5580198Z [05-13|18:29:42.871] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 15, "time": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.5580625Z [05-13|18:29:42.881] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 16, "time": "[05-13|18:29:49.372]"} +2026-05-13T18:30:54.5581051Z [05-13|18:29:42.892] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 17, "time": "[05-13|18:29:50.372]"} +2026-05-13T18:30:54.5581485Z [05-13|18:29:42.902] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 18, "time": "[05-13|18:29:51.372]"} +2026-05-13T18:30:54.5581975Z [05-13|18:29:42.912] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 19, "time": "[05-13|18:29:52.372]"} +2026-05-13T18:30:54.5582437Z [05-13|18:29:42.923] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 20, "deadline": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.5583096Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5583540Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "size": 19} +2026-05-13T18:30:54.5584176Z [05-13|18:29:42.923] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5584713Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5585191Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5585724Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5586318Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "from": "0300000000000000"} +2026-05-13T18:30:54.5586849Z [05-13|18:29:42.923] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 20, "time": "[05-13|18:29:53.372]", "deadline": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.5587388Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "from": "0300000000000000"} +2026-05-13T18:30:54.5587965Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5588626Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5589169Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0300000000000000"} +2026-05-13T18:30:54.5589656Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5590139Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5590676Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "from": "0300000000000000"} +2026-05-13T18:30:54.5591119Z [05-13|18:29:42.923] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 20, "time": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.5591605Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5592080Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5592577Z [05-13|18:29:42.933] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 10, "time": "[05-13|18:29:43.373]"} +2026-05-13T18:30:54.5593014Z [05-13|18:29:42.943] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 11, "time": "[05-13|18:29:44.373]"} +2026-05-13T18:30:54.5593443Z [05-13|18:29:42.954] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 12, "time": "[05-13|18:29:45.373]"} +2026-05-13T18:30:54.5593871Z [05-13|18:29:42.964] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 13, "time": "[05-13|18:29:46.373]"} +2026-05-13T18:30:54.5594354Z [05-13|18:29:42.975] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 14, "time": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.5594783Z [05-13|18:29:42.985] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 15, "time": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.5595217Z [05-13|18:29:42.995] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 16, "time": "[05-13|18:29:49.373]"} +2026-05-13T18:30:54.5595649Z [05-13|18:29:43.006] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 17, "time": "[05-13|18:29:50.373]"} +2026-05-13T18:30:54.5596127Z [05-13|18:29:43.016] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 18, "time": "[05-13|18:29:51.373]"} +2026-05-13T18:30:54.5596559Z [05-13|18:29:43.026] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 19, "time": "[05-13|18:29:52.373]"} +2026-05-13T18:30:54.5597025Z [05-13|18:29:43.037] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 20, "deadline": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.5597677Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5598295Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "size": 19} +2026-05-13T18:30:54.5598897Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5599447Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5600001Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "from": "0500000000000000"} +2026-05-13T18:30:54.5600529Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5601059Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5601600Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "from": "0500000000000000"} +2026-05-13T18:30:54.5602131Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "from": "0500000000000000"} +2026-05-13T18:30:54.5602719Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 3, "our round": 3} +2026-05-13T18:30:54.5603199Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 65, "round": 3} +2026-05-13T18:30:54.5603736Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0500000000000000"} +2026-05-13T18:30:54.5604156Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5604681Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 65, "round": 3} +2026-05-13T18:30:54.5605163Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 65, "round": 3} +2026-05-13T18:30:54.5605636Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5606106Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 65, "round": 3} +2026-05-13T18:30:54.5606568Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5606977Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5607487Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5607894Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5608490Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5609030Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5609639Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5610112Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5610625Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5611131Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5611779Z [05-13|18:29:43.037] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.5612256Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 65, "round": 3} +2026-05-13T18:30:54.5612800Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5613451Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5614039Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5614588Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5615289Z [05-13|18:29:43.037] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.5615835Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5616244Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5616780Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5617372Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5617840Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5618488Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5619002Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5619701Z [05-13|18:29:43.037] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.5620346Z [05-13|18:29:43.038] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.5620878Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "leader": "0400000000000000"} +2026-05-13T18:30:54.5621415Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5622011Z [05-13|18:29:43.038] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.5622549Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5623077Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5623725Z [05-13|18:29:43.038] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.5624316Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5624846Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5625389Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5625969Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5626513Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5627043Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5627570Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5628277Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5628811Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5629264Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "currentRound": 4} +2026-05-13T18:30:54.5629711Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5630391Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timedOutRounds": "map[0:0 3:3]", "redeemedRounds": "map[0:1 1:2 2:2 4:2 5:2]"} +2026-05-13T18:30:54.5630761Z [05-13|18:29:43.038] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 10} +2026-05-13T18:30:54.5631305Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5631804Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5632254Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "currentRound": 4} +2026-05-13T18:30:54.5634193Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "Update": "{type=NodeSuspected, NodeIndex=3}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=3}])"} +2026-05-13T18:30:54.5634685Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5635235Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5635639Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4} +2026-05-13T18:30:54.5636079Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5636617Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5637155Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5637699Z [05-13|18:29:43.038] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 20, "time": "[05-13|18:29:53.373]", "deadline": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.5638304Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5638802Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5639243Z [05-13|18:29:43.038] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 20, "time": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.5639780Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5640215Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5640759Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5641168Z [05-13|18:29:43.038] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} +2026-05-13T18:30:54.5641703Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5642196Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5642629Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5643062Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5643492Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5643976Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5644469Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5644965Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5645500Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5645936Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5646470Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5647041Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5647534Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} +2026-05-13T18:30:54.5648017Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} +2026-05-13T18:30:54.5648665Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5649266Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5649621Z [05-13|18:29:43.039] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 10} +2026-05-13T18:30:54.5650057Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5650503Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "currentRound": 4} +2026-05-13T18:30:54.5651086Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5651628Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5652060Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5652548Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5653088Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5653519Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5653963Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "currentRound": 4} +2026-05-13T18:30:54.5654453Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5654937Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} +2026-05-13T18:30:54.5655425Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5655874Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5656227Z [05-13|18:29:43.039] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 21} +2026-05-13T18:30:54.5656713Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5657249Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5657684Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5658230Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5658719Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5659258Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5659694Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5660044Z [05-13|18:29:43.039] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 21} +2026-05-13T18:30:54.5660474Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5660962Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5661496Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} +2026-05-13T18:30:54.5661929Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5662417Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} +2026-05-13T18:30:54.5662959Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5663475Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "size": 98, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5664002Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "size": 98, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5664591Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5665187Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5665817Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5666402Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5666960Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 2} +2026-05-13T18:30:54.5667503Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 2} +2026-05-13T18:30:54.5668218Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 2} +2026-05-13T18:30:54.5668646Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} +2026-05-13T18:30:54.5669052Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} +2026-05-13T18:30:54.5669637Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5670100Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} +2026-05-13T18:30:54.5670647Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 2} +2026-05-13T18:30:54.5671056Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4} +2026-05-13T18:30:54.5671725Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "voteForOurBlock": 1, "total votes": 1} +2026-05-13T18:30:54.5672263Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5672803Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5673211Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} +2026-05-13T18:30:54.5673746Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5674285Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5674816Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5675608Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5676201Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5676609Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} +2026-05-13T18:30:54.5677013Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} +2026-05-13T18:30:54.5677794Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5678552Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} +2026-05-13T18:30:54.5679358Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5680134Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5680670Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "currentRound": 4} +2026-05-13T18:30:54.5681094Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4} +2026-05-13T18:30:54.5681573Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5682129Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5682487Z [05-13|18:29:43.048] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 21} +2026-05-13T18:30:54.5683078Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5683492Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} +2026-05-13T18:30:54.5683896Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4} +2026-05-13T18:30:54.5684404Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5684807Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4} +2026-05-13T18:30:54.5685346Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5685885Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5686423Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5687014Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5687515Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5688189Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5688733Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5689307Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5689854Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5690386Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5690925Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5691514Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5692048Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5692589Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5693133Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5693673Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5694214Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5694716Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5695316Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5695853Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5696388Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5696926Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5697510Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5698250Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5698839Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5699492Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "elapsed": "897.721µs"} +2026-05-13T18:30:54.5700048Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5700583Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5701202Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5701677Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5702313Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5702890Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5703508Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5704166Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5704765Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "elapsed": "626.077µs"} +2026-05-13T18:30:54.5705356Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5705933Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5706396Z [05-13|18:29:43.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "votes": 4} +2026-05-13T18:30:54.5706975Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5707596Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5708390Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5709062Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "elapsed": "769.661µs"} +2026-05-13T18:30:54.5709685Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5710233Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5710701Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5711222Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5711814Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5712352Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5713039Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5713709Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5714336Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5714999Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 4} +2026-05-13T18:30:54.5715650Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5716108Z [05-13|18:29:43.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "votes": 4} +2026-05-13T18:30:54.5716647Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5717227Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5717882Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5718642Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5719139Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5719662Z [05-13|18:29:43.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "votes": 4} +2026-05-13T18:30:54.5720303Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5720974Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5721566Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5722262Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5722912Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5723551Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5724219Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5724869Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5725350Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "elapsed": "1.283197ms"} +2026-05-13T18:30:54.5726042Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5726613Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5727079Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5727651Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5728266Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5728865Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5729371Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5729938Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5730538Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5731043Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5731534Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5732032Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5732578Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5733231Z [05-13|18:29:43.050] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.5733823Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5734368Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5734898Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5735531Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5736176Z [05-13|18:29:43.050] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.5736721Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5737314Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5737809Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5738475Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5738937Z [05-13|18:29:43.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "votes": 4} +2026-05-13T18:30:54.5739431Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5739976Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5740758Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 4, "monitored round": 4} +2026-05-13T18:30:54.5741318Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5741980Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5742355Z [05-13|18:29:43.050] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 21} +2026-05-13T18:30:54.5743030Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5743812Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 4, "monitored round": 4} +2026-05-13T18:30:54.5744462Z [05-13|18:29:43.050] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.5745118Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5745546Z [05-13|18:29:43.050] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 21} +2026-05-13T18:30:54.5746132Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5746788Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5747376Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5747920Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5748496Z [05-13|18:29:43.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "votes": 4} +2026-05-13T18:30:54.5749036Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5749585Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5750118Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5750649Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5751185Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5751899Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5752678Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 4, "monitored round": 4} +2026-05-13T18:30:54.5753220Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5753922Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5754475Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5754840Z [05-13|18:29:43.050] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 10} +2026-05-13T18:30:54.5755498Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5756112Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5756768Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5757307Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5758005Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} +2026-05-13T18:30:54.5758581Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "currentRound": 5} +2026-05-13T18:30:54.5759148Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5759623Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5760161Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5760663Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5761136Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5761670Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5762171Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5762816Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5763349Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5763919Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5764440Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "my round": 5} +2026-05-13T18:30:54.5764980Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5765476Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5765978Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5766482Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "currentRound": 5} +2026-05-13T18:30:54.5766975Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5767333Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 22} +2026-05-13T18:30:54.5767847Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5768511Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5768869Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 22} +2026-05-13T18:30:54.5769370Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5769840Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5770333Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5770827Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5771295Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5771948Z [05-13|18:29:43.051] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.5772452Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5772976Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5773764Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 4, "monitored round": 4} +2026-05-13T18:30:54.5774301Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5774805Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5775335Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5776117Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 4, "monitored round": 4} +2026-05-13T18:30:54.5776591Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5777231Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5777776Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5778436Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5778904Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5779428Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "my round": 5} +2026-05-13T18:30:54.5779975Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5780510Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5781011Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5781378Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 10} +2026-05-13T18:30:54.5782024Z [05-13|18:29:43.051] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.5782537Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5783068Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5783594Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5784101Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5784646Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5785189Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5785786Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5786329Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5786834Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5787379Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5787971Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5788590Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5788958Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 21} +2026-05-13T18:30:54.5789497Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5790044Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4} +2026-05-13T18:30:54.5790552Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5791084Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} +2026-05-13T18:30:54.5791560Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5792079Z [05-13|18:29:43.051] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5792616Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5793119Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "current round": 5} +2026-05-13T18:30:54.5793653Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5794175Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5794714Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5795254Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5795794Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5796355Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5796893Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5797433Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5797987Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5798642Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5799189Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5799722Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5800227Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "currentRound": 5} +2026-05-13T18:30:54.5800747Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.5801279Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5801755Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5802223Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5802686Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5803180Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4} +2026-05-13T18:30:54.5803648Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5804281Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timedOutRounds": "map[0:0 3:3]", "redeemedRounds": "map[0:4 1:2 2:4 4:4 5:4]"} +2026-05-13T18:30:54.5804881Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5805238Z [05-13|18:29:43.052] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 11} +2026-05-13T18:30:54.5805781Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5806373Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5806879Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "currentRound": 5} +2026-05-13T18:30:54.5809239Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "Update": "{type=NodeSuspected, NodeIndex=3}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=3}])"} +2026-05-13T18:30:54.5809710Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5} +2026-05-13T18:30:54.5810181Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5810651Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5811205Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5811677Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5812142Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "my round": 5} +2026-05-13T18:30:54.5812729Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5813134Z [05-13|18:29:43.052] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} +2026-05-13T18:30:54.5813596Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "my round": 5} +2026-05-13T18:30:54.5814176Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5814643Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "my round": 5} +2026-05-13T18:30:54.5815145Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5815706Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5816218Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5816718Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5817190Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5817708Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5818181Z [05-13|18:29:43.052] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 22} +2026-05-13T18:30:54.5818657Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5819161Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5819688Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5820156Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5820688Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5821185Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5821744Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5822246Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5822713Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5823219Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5823717Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5824220Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5824768Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5825272Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5825830Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5826294Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5826834Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5827341Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5827890Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5828548Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5829026Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5829564Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5830090Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5830562Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5831041Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4} +2026-05-13T18:30:54.5831518Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5832030Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5832566Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} +2026-05-13T18:30:54.5833039Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5833505Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5834023Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5834571Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5835070Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "current round": 5} +2026-05-13T18:30:54.5835614Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5836160Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5836754Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5837295Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5837807Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5838515Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5839060Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5839564Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5840069Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5840631Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5841131Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.5841601Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5842069Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5842660Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5843139Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5843633Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4} +2026-05-13T18:30:54.5844111Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4} +2026-05-13T18:30:54.5844660Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5845137Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4} +2026-05-13T18:30:54.5845680Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} +2026-05-13T18:30:54.5846186Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5846713Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} +2026-05-13T18:30:54.5847284Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5847836Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5848466Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5849024Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "current round": 5} +2026-05-13T18:30:54.5849558Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5850049Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "current round": 5} +2026-05-13T18:30:54.5850521Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5851094Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5851638Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 4} +2026-05-13T18:30:54.5852153Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5852678Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5853252Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5853802Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 4} +2026-05-13T18:30:54.5854314Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5854815Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5855359Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "round": 4} +2026-05-13T18:30:54.5855857Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5856398Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5856899Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5857484Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5857968Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4} +2026-05-13T18:30:54.5858587Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} +2026-05-13T18:30:54.5859121Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} +2026-05-13T18:30:54.5859672Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4} +2026-05-13T18:30:54.5860194Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5860684Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "current round": 5} +2026-05-13T18:30:54.5861015Z [05-13|18:29:43.053] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5861571Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5862099Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5862607Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.5863073Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5863650Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5864177Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5864674Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5865167Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4} +2026-05-13T18:30:54.5865689Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5866207Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5866715Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5867234Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5867751Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5868451Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} +2026-05-13T18:30:54.5868943Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4} +2026-05-13T18:30:54.5869471Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5869792Z [05-13|18:29:43.054] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.5870372Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5870902Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5871419Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5871989Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5872511Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5873033Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5873553Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5874126Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5874649Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5875173Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5875690Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4, "seq": 2} +2026-05-13T18:30:54.5876229Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5876749Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "size": 98, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5877270Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "size": 98, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5877860Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5878622Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5879205Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5879830Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "voteForOurBlock": 1, "total votes": 1} +2026-05-13T18:30:54.5880383Z [05-13|18:29:43.054] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 3} +2026-05-13T18:30:54.5880977Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5881399Z [05-13|18:29:43.054] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} +2026-05-13T18:30:54.5881937Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5882574Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5883118Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5883905Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5884442Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5885046Z [05-13|18:29:43.055] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 3} +2026-05-13T18:30:54.5885595Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5886005Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} +2026-05-13T18:30:54.5886415Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} +2026-05-13T18:30:54.5886953Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5887361Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5} +2026-05-13T18:30:54.5887813Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "currentRound": 5} +2026-05-13T18:30:54.5888705Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5889361Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5889830Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5890238Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} +2026-05-13T18:30:54.5890791Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5891198Z [05-13|18:29:43.055] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 11} +2026-05-13T18:30:54.5891762Z [05-13|18:29:43.055] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 3} +2026-05-13T18:30:54.5892303Z [05-13|18:29:43.054] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 3} +2026-05-13T18:30:54.5892708Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} +2026-05-13T18:30:54.5893302Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5893840Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5894242Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} +2026-05-13T18:30:54.5895020Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5895485Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} +2026-05-13T18:30:54.5896034Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5896439Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5} +2026-05-13T18:30:54.5896974Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5897750Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.5898537Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5899087Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5899628Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5900102Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} +2026-05-13T18:30:54.5900505Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5} +2026-05-13T18:30:54.5901003Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5901505Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5902140Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5902551Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5} +2026-05-13T18:30:54.5903089Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5903621Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5904211Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5904793Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5905417Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5906009Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5906531Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1040 Received a vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "from": "0200000000000000"} +2026-05-13T18:30:54.5907157Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "elapsed": "459.84µs"} +2026-05-13T18:30:54.5907691Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5908293Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5908879Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5909418Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5909959Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5910642Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5911143Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5911638Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5912174Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5912726Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5913270Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5913801Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5914381Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5914968Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5915546Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5916093Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5916671Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 5} +2026-05-13T18:30:54.5917295Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5917835Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5918485Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5919090Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "elapsed": "552.774µs"} +2026-05-13T18:30:54.5919675Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5920141Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5920636Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5921352Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "voteForOurBlock": 1, "total votes": 1} +2026-05-13T18:30:54.5921964Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5922546Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5923082Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5923709Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5924334Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5924910Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5925531Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5926154Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.5926751Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "elapsed": "724.143µs"} +2026-05-13T18:30:54.5927211Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "votes": 4} +2026-05-13T18:30:54.5927842Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5928441Z [05-13|18:29:43.056] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5928920Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "votes": 4} +2026-05-13T18:30:54.5929550Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5930138Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5930800Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5931385Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5932011Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5932725Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5933372Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5933835Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "votes": 4} +2026-05-13T18:30:54.5934534Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5935118Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5935767Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5936456Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5936916Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "votes": 4} +2026-05-13T18:30:54.5937411Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5937979Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5938661Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5939168Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5939753Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5940250Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5940900Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5941527Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.5942174Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5942714Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "elapsed": "1.232596ms"} +2026-05-13T18:30:54.5943210Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5943677Z [05-13|18:29:43.056] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5944325Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5945026Z [05-13|18:29:43.056] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.5945810Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 5, "monitored round": 5} +2026-05-13T18:30:54.5946456Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5946876Z [05-13|18:29:43.056] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 22} +2026-05-13T18:30:54.5947409Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5948178Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5948764Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5949465Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5950018Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5950555Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 6} +2026-05-13T18:30:54.5951089Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 6} +2026-05-13T18:30:54.5951664Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5952198Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 6} +2026-05-13T18:30:54.5952853Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5953350Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5953939Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 6} +2026-05-13T18:30:54.5954588Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5955084Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5955666Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 6} +2026-05-13T18:30:54.5956318Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5956818Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5957279Z [05-13|18:29:43.057] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "votes": 4} +2026-05-13T18:30:54.5957836Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5958597Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5959168Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5959869Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5960371Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5961156Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 5, "monitored round": 5} +2026-05-13T18:30:54.5961649Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5962010Z [05-13|18:29:43.057] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 22} +2026-05-13T18:30:54.5962666Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5963316Z [05-13|18:29:43.057] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.5963856Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5964471Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5965115Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5965616Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5966211Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5966863Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} +2026-05-13T18:30:54.5967361Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5967896Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 6} +2026-05-13T18:30:54.5968579Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5969117Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 6} +2026-05-13T18:30:54.5969567Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "currentRound": 6} +2026-05-13T18:30:54.5970063Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5970593Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5970952Z [05-13|18:29:43.057] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 23} +2026-05-13T18:30:54.5971452Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5971923Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5972570Z [05-13|18:29:43.058] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.5973157Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5973625Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "my round": 6} +2026-05-13T18:30:54.5974126Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5974741Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5975274Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5975782Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5976274Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 5} +2026-05-13T18:30:54.5976865Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.5977418Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5977911Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 5} +2026-05-13T18:30:54.5978815Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 5, "monitored round": 5} +2026-05-13T18:30:54.5979379Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 5} +2026-05-13T18:30:54.5980157Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 5, "monitored round": 5} +2026-05-13T18:30:54.5980652Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5981243Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 6} +2026-05-13T18:30:54.5981610Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 11} +2026-05-13T18:30:54.5982148Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 6} +2026-05-13T18:30:54.5982790Z [05-13|18:29:43.058] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.5983328Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 6} +2026-05-13T18:30:54.5983866Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 6} +2026-05-13T18:30:54.5984401Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 6} +2026-05-13T18:30:54.5984938Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 6} +2026-05-13T18:30:54.5985520Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5986062Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 6} +2026-05-13T18:30:54.5986598Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 6} +2026-05-13T18:30:54.5987131Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 6} +2026-05-13T18:30:54.5987955Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 5, "monitored round": 5} +2026-05-13T18:30:54.5988611Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 6} +2026-05-13T18:30:54.5989068Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "currentRound": 6} +2026-05-13T18:30:54.5989487Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 22} +2026-05-13T18:30:54.5990140Z [05-13|18:29:43.058] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.5990678Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 6} +2026-05-13T18:30:54.5991224Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5991752Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.5992208Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "currentRound": 6} +2026-05-13T18:30:54.5992754Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 6} +2026-05-13T18:30:54.5993283Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5993752Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.5994291Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 6} +2026-05-13T18:30:54.5994823Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 6} +2026-05-13T18:30:54.5995179Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 23} +2026-05-13T18:30:54.5995650Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.5996290Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5996829Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 6} +2026-05-13T18:30:54.5997374Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.5997897Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "my round": 6} +2026-05-13T18:30:54.5998558Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 6} +2026-05-13T18:30:54.6002037Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 11} +2026-05-13T18:30:54.6002668Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 6} +2026-05-13T18:30:54.6003312Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6003867Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 6} +2026-05-13T18:30:54.6004414Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 6} +2026-05-13T18:30:54.6004962Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 6} +2026-05-13T18:30:54.6005474Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "currentRound": 6} +2026-05-13T18:30:54.6006019Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 6} +2026-05-13T18:30:54.6006568Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 6} +2026-05-13T18:30:54.6007050Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6007602Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 6} +2026-05-13T18:30:54.6008274Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6008917Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timedOutRounds": "map[0:0 3:3]", "redeemedRounds": "map[0:5 1:5 2:5 4:4 5:5]"} +2026-05-13T18:30:54.6009444Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6010097Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6010571Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6011046Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6011519Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "my round": 6} +2026-05-13T18:30:54.6013288Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])"} +2026-05-13T18:30:54.6013765Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6014219Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6014725Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6015195Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6015775Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6016300Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6016808Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6017319Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6017792Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "my round": 6} +2026-05-13T18:30:54.6018458Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6018976Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6019445Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6019949Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6020417Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6021092Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6021561Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6021929Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 12} +2026-05-13T18:30:54.6022280Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 23} +2026-05-13T18:30:54.6022803Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "my round": 6} +2026-05-13T18:30:54.6023277Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6023777Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6024179Z [05-13|18:29:43.059] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} +2026-05-13T18:30:54.6024700Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6025201Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6025703Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6026210Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6026760Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6027272Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6027770Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6028374Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6028851Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6029312Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6029814Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6030285Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6030748Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6031280Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6031828Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6032327Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6032830Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6033427Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6033897Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6034406Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6034906Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6035460Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6035970Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6036439Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6036980Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6037504Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6038009Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6038675Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6039148Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6039614Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6040105Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5} +2026-05-13T18:30:54.6040572Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6041077Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6041678Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} +2026-05-13T18:30:54.6042147Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6042611Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6043126Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6043729Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6044247Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6044748Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6045288Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6045824Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6046326Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6046825Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6047370Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6047956Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6048612Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6049097Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6049643Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6050126Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5} +2026-05-13T18:30:54.6050671Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6051208Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6051756Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} +2026-05-13T18:30:54.6052378Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6052922Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6053453Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6053942Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5} +2026-05-13T18:30:54.6054463Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6055018Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6055513Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "current round": 6} +2026-05-13T18:30:54.6056051Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} +2026-05-13T18:30:54.6056648Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6057186Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 5} +2026-05-13T18:30:54.6057673Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5} +2026-05-13T18:30:54.6058302Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6058904Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "round": 5} +2026-05-13T18:30:54.6059444Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} +2026-05-13T18:30:54.6059992Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "round": 5} +2026-05-13T18:30:54.6060516Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6061024Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "current round": 6} +2026-05-13T18:30:54.6061588Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6062116Z [05-13|18:29:43.059] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6062611Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5} +2026-05-13T18:30:54.6063205Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "current round": 6} +2026-05-13T18:30:54.6063723Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6064254Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} +2026-05-13T18:30:54.6064744Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "current round": 6} +2026-05-13T18:30:54.6065310Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6065830Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6066341Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6066850Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6067419Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6067913Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "current round": 6} +2026-05-13T18:30:54.6068535Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6069036Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6069596Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6070108Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6070609Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6071113Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6071583Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6072073Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5} +2026-05-13T18:30:54.6072545Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} +2026-05-13T18:30:54.6073059Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6073607Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5} +2026-05-13T18:30:54.6074107Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6074435Z [05-13|18:29:43.060] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6074936Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6075524Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6076006Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6076513Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6076980Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6077518Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5} +2026-05-13T18:30:54.6078163Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6078640Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} +2026-05-13T18:30:54.6079124Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5} +2026-05-13T18:30:54.6079712Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6080201Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5} +2026-05-13T18:30:54.6080724Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6081251Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6081772Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6082296Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6082819Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6083342Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6083922Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6084440Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6084957Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6085483Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6086059Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6086582Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6087105Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6087629Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6088322Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6088844Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6089362Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6089886Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6090463Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6090995Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6091519Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6092043Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5, "seq": 3} +2026-05-13T18:30:54.6092436Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6092826Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6093323Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timeout": "5s", "deadline": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.6093816Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.6094249Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 23} +2026-05-13T18:30:54.6094607Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 23} +2026-05-13T18:30:54.6095000Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6095492Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.6095861Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 23} +2026-05-13T18:30:54.6096354Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 24, "time": "[05-13|18:29:43.372]"} +2026-05-13T18:30:54.6096743Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6097231Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.6097595Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 12} +2026-05-13T18:30:54.6098192Z [05-13|18:29:43.072] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 25, "time": "[05-13|18:29:44.372]"} +2026-05-13T18:30:54.6098627Z [05-13|18:29:43.082] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 26, "time": "[05-13|18:29:45.372]"} +2026-05-13T18:30:54.6099064Z [05-13|18:29:43.093] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 27, "time": "[05-13|18:29:46.372]"} +2026-05-13T18:30:54.6099494Z [05-13|18:29:43.103] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 28, "time": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.6099920Z [05-13|18:29:43.113] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 29, "time": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.6100416Z [05-13|18:29:43.124] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 30, "time": "[05-13|18:29:49.372]"} +2026-05-13T18:30:54.6100852Z [05-13|18:29:43.134] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 31, "time": "[05-13|18:29:50.372]"} +2026-05-13T18:30:54.6101282Z [05-13|18:29:43.145] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 32, "time": "[05-13|18:29:51.372]"} +2026-05-13T18:30:54.6101717Z [05-13|18:29:43.155] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 33, "time": "[05-13|18:29:52.372]"} +2026-05-13T18:30:54.6102146Z [05-13|18:29:43.166] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 34, "time": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.6102575Z [05-13|18:29:43.176] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 35, "time": "[05-13|18:29:54.372]"} +2026-05-13T18:30:54.6103038Z [05-13|18:29:43.186] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 36, "time": "[05-13|18:29:55.372]"} +2026-05-13T18:30:54.6103468Z [05-13|18:29:43.197] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 37, "time": "[05-13|18:29:56.372]"} +2026-05-13T18:30:54.6103901Z [05-13|18:29:43.207] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 38, "time": "[05-13|18:29:57.372]"} +2026-05-13T18:30:54.6104423Z [05-13|18:29:43.218] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 39, "deadline": "[05-13|18:29:58.372]"} +2026-05-13T18:30:54.6105084Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6105533Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "size": 19} +2026-05-13T18:30:54.6106176Z [05-13|18:29:43.218] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6106725Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 6, "our round": 1} +2026-05-13T18:30:54.6107270Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6107758Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6108474Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0200000000000000"} +2026-05-13T18:30:54.6109015Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6109555Z [05-13|18:29:43.218] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 39, "time": "[05-13|18:29:58.372]", "deadline": "[05-13|18:29:58.372]"} +2026-05-13T18:30:54.6110099Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "from": "0200000000000000"} +2026-05-13T18:30:54.6110595Z [05-13|18:29:43.218] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 39, "time": "[05-13|18:29:58.372]"} +2026-05-13T18:30:54.6111086Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6111633Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0200000000000000"} +2026-05-13T18:30:54.6112163Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6112692Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6113177Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6113713Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "from": "0200000000000000"} +2026-05-13T18:30:54.6114246Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "from": "0200000000000000"} +2026-05-13T18:30:54.6114785Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6115258Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6115698Z [05-13|18:29:43.228] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 24, "time": "[05-13|18:29:43.372]"} +2026-05-13T18:30:54.6116131Z [05-13|18:29:43.239] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 25, "time": "[05-13|18:29:44.372]"} +2026-05-13T18:30:54.6116610Z [05-13|18:29:43.249] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 26, "time": "[05-13|18:29:45.372]"} +2026-05-13T18:30:54.6117047Z [05-13|18:29:43.260] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 27, "time": "[05-13|18:29:46.372]"} +2026-05-13T18:30:54.6117473Z [05-13|18:29:43.270] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 28, "time": "[05-13|18:29:47.372]"} +2026-05-13T18:30:54.6117904Z [05-13|18:29:43.280] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 29, "time": "[05-13|18:29:48.372]"} +2026-05-13T18:30:54.6118500Z [05-13|18:29:43.291] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 30, "time": "[05-13|18:29:49.372]"} +2026-05-13T18:30:54.6118931Z [05-13|18:29:43.301] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 31, "time": "[05-13|18:29:50.372]"} +2026-05-13T18:30:54.6119358Z [05-13|18:29:43.312] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 32, "time": "[05-13|18:29:51.372]"} +2026-05-13T18:30:54.6119790Z [05-13|18:29:43.322] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 33, "time": "[05-13|18:29:52.372]"} +2026-05-13T18:30:54.6120216Z [05-13|18:29:43.333] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 34, "time": "[05-13|18:29:53.372]"} +2026-05-13T18:30:54.6120708Z [05-13|18:29:43.343] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 35, "time": "[05-13|18:29:54.372]"} +2026-05-13T18:30:54.6121176Z [05-13|18:29:43.353] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 36, "time": "[05-13|18:29:55.372]"} +2026-05-13T18:30:54.6121608Z [05-13|18:29:43.364] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 37, "time": "[05-13|18:29:56.372]"} +2026-05-13T18:30:54.6122038Z [05-13|18:29:43.374] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 38, "time": "[05-13|18:29:57.372]"} +2026-05-13T18:30:54.6122505Z [05-13|18:29:43.385] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 39, "deadline": "[05-13|18:29:58.372]"} +2026-05-13T18:30:54.6123163Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6123611Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "size": 19} +2026-05-13T18:30:54.6124197Z [05-13|18:29:43.385] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6124738Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6125277Z [05-13|18:29:43.385] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 39, "time": "[05-13|18:29:58.372]", "deadline": "[05-13|18:29:58.372]"} +2026-05-13T18:30:54.6125709Z [05-13|18:29:43.385] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 39, "time": "[05-13|18:29:58.372]"} +2026-05-13T18:30:54.6126242Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6126829Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6127361Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 6, "our round": 1} +2026-05-13T18:30:54.6127897Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "from": "0300000000000000"} +2026-05-13T18:30:54.6128554Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0300000000000000"} +2026-05-13T18:30:54.6129164Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0300000000000000"} +2026-05-13T18:30:54.6129703Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6130183Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6130660Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6131258Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "from": "0300000000000000"} +2026-05-13T18:30:54.6131818Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6132759Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "from": "0300000000000000"} +2026-05-13T18:30:54.6134583Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6136252Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6138327Z [05-13|18:29:43.395] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 24, "time": "[05-13|18:29:43.373]"} +2026-05-13T18:30:54.6140084Z [05-13|18:29:43.406] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 25, "time": "[05-13|18:29:44.373]"} +2026-05-13T18:30:54.6141855Z [05-13|18:29:43.416] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 26, "time": "[05-13|18:29:45.373]"} +2026-05-13T18:30:54.6143767Z [05-13|18:29:43.426] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 27, "time": "[05-13|18:29:46.373]"} +2026-05-13T18:30:54.6145611Z [05-13|18:29:43.437] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 28, "time": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.6147339Z [05-13|18:29:43.447] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 29, "time": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.6149264Z [05-13|18:29:43.458] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 30, "time": "[05-13|18:29:49.373]"} +2026-05-13T18:30:54.6151087Z [05-13|18:29:43.468] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 31, "time": "[05-13|18:29:50.373]"} +2026-05-13T18:30:54.6152751Z [05-13|18:29:43.479] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 32, "time": "[05-13|18:29:51.373]"} +2026-05-13T18:30:54.6153705Z [05-13|18:29:43.489] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 33, "time": "[05-13|18:29:52.373]"} +2026-05-13T18:30:54.6154634Z [05-13|18:29:43.499] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 34, "time": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.6155551Z [05-13|18:29:43.510] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 35, "time": "[05-13|18:29:54.373]"} +2026-05-13T18:30:54.6156566Z [05-13|18:29:43.520] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 36, "time": "[05-13|18:29:55.373]"} +2026-05-13T18:30:54.6157485Z [05-13|18:29:43.531] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 37, "time": "[05-13|18:29:56.373]"} +2026-05-13T18:30:54.6158670Z [05-13|18:29:43.541] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 38, "time": "[05-13|18:29:57.373]"} +2026-05-13T18:30:54.6159647Z [05-13|18:29:43.551] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 39, "deadline": "[05-13|18:29:58.373]"} +2026-05-13T18:30:54.6160957Z [05-13|18:29:43.551] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6162122Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "size": 19} +2026-05-13T18:30:54.6163230Z [05-13|18:29:43.552] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6164410Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6165526Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6166644Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 6, "our round": 1} +2026-05-13T18:30:54.6167765Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0500000000000000"} +2026-05-13T18:30:54.6169034Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "from": "0500000000000000"} +2026-05-13T18:30:54.6170250Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0500000000000000"} +2026-05-13T18:30:54.6171343Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6172412Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6173479Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6174620Z [05-13|18:29:43.552] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 39, "time": "[05-13|18:29:58.373]", "deadline": "[05-13|18:29:58.373]"} +2026-05-13T18:30:54.6175747Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6176829Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6178013Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "from": "0500000000000000"} +2026-05-13T18:30:54.6179310Z [05-13|18:29:43.552] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 39, "time": "[05-13|18:29:58.373]"} +2026-05-13T18:30:54.6180359Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "from": "0500000000000000"} +2026-05-13T18:30:54.6181437Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6182513Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6183491Z [05-13|18:29:43.562] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 13, "time": "[05-13|18:29:43.373]"} +2026-05-13T18:30:54.6184420Z [05-13|18:29:43.572] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 14, "time": "[05-13|18:29:44.373]"} +2026-05-13T18:30:54.6185362Z [05-13|18:29:43.583] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 15, "time": "[05-13|18:29:45.373]"} +2026-05-13T18:30:54.6186308Z [05-13|18:29:43.593] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 16, "time": "[05-13|18:29:46.373]"} +2026-05-13T18:30:54.6187236Z [05-13|18:29:43.604] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 17, "time": "[05-13|18:29:47.373]"} +2026-05-13T18:30:54.6188338Z [05-13|18:29:43.614] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 18, "time": "[05-13|18:29:48.373]"} +2026-05-13T18:30:54.6189262Z [05-13|18:29:43.625] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 19, "time": "[05-13|18:29:49.373]"} +2026-05-13T18:30:54.6190186Z [05-13|18:29:43.635] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 20, "time": "[05-13|18:29:50.373]"} +2026-05-13T18:30:54.6191179Z [05-13|18:29:43.646] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 21, "time": "[05-13|18:29:51.373]"} +2026-05-13T18:30:54.6192095Z [05-13|18:29:43.656] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 22, "time": "[05-13|18:29:52.373]"} +2026-05-13T18:30:54.6193060Z [05-13|18:29:43.666] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 23, "deadline": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.6194238Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6195433Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "size": 19} +2026-05-13T18:30:54.6196544Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6197714Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6198957Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6200142Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0600000000000000"} +2026-05-13T18:30:54.6201274Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "from": "0600000000000000"} +2026-05-13T18:30:54.6202347Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 65, "round": 6} +2026-05-13T18:30:54.6203296Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6204295Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 65, "round": 6} +2026-05-13T18:30:54.6205364Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6206427Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6207480Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 6, "our round": 6} +2026-05-13T18:30:54.6208723Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "from": "0600000000000000"} +2026-05-13T18:30:54.6209825Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6210921Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "from": "0600000000000000"} +2026-05-13T18:30:54.6211931Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6212934Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6214050Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6215200Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6216240Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 65, "round": 6} +2026-05-13T18:30:54.6217470Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6219018Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 65, "round": 6} +2026-05-13T18:30:54.6220102Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6221369Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6222556Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6223442Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6224448Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6225573Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6226691Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6227754Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6228994Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6230058Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6231150Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6232251Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6233344Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6234430Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6235623Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6236812Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6237997Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6239344Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6240545Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 65, "round": 6} +2026-05-13T18:30:54.6241624Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6242868Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6244258Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6245475Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6246623Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6247759Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6249254Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6250314Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "currentRound": 7} +2026-05-13T18:30:54.6251373Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6252412Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "currentRound": 7} +2026-05-13T18:30:54.6253454Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6254577Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6255606Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6256542Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6257624Z [05-13|18:29:43.667] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 23, "time": "[05-13|18:29:53.373]", "deadline": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.6258879Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6259957Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6260918Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 23, "time": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.6262014Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6263107Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6264160Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6265085Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 24} +2026-05-13T18:30:54.6266097Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 6, "our round": 1} +2026-05-13T18:30:54.6267218Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6268368Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6269321Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "currentRound": 7} +2026-05-13T18:30:54.6270436Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0600000000000000"} +2026-05-13T18:30:54.6271633Z [05-13|18:29:43.668] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} +2026-05-13T18:30:54.6272780Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6273978Z [05-13|18:29:43.668] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6275027Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 40} +2026-05-13T18:30:54.6275892Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6276823Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6277855Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6278998Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6280054Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6281142Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6282219Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6283204Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6284293Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6285243Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 12} +2026-05-13T18:30:54.6286100Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6287087Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} +2026-05-13T18:30:54.6288332Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6289468Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6290593Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6291728Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6292664Z [05-13|18:29:43.668] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} +2026-05-13T18:30:54.6293652Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6294677Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6295794Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timedOutRounds": "map[0:6 3:3]", "redeemedRounds": "map[0:5 1:5 2:5 4:4 5:5]"} +2026-05-13T18:30:54.6297008Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6298200Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6299285Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6300408Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6301498Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6303950Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "Update": "{type=NodeSuspected, NodeIndex=0}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=0}])"} +2026-05-13T18:30:54.6306424Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "currentRound": 7} +2026-05-13T18:30:54.6307431Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} +2026-05-13T18:30:54.6308581Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:48.371]"} +2026-05-13T18:30:54.6309571Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6310592Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} +2026-05-13T18:30:54.6311455Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 12} +2026-05-13T18:30:54.6312291Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} +2026-05-13T18:30:54.6313461Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} +2026-05-13T18:30:54.6314887Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6315852Z [05-13|18:29:43.668] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} +2026-05-13T18:30:54.6316931Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2594 Aborting monitoring progress because we advanced to a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "currentRound": 7} +2026-05-13T18:30:54.6318619Z [05-13|18:29:43.668] DEBUG Simplex/requestor.go:157 Node is behind, attempting to request missing values {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "start": 1, "end": 6, "seq requestor": false} +2026-05-13T18:30:54.6319795Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6320656Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 40} +2026-05-13T18:30:54.6321606Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6322618Z [05-13|18:29:43.668] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "00000000000000000000..."} +2026-05-13T18:30:54.6323627Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6324976Z [05-13|18:29:43.668] DEBUG Simplex/requestor.go:169 Distributing replication requests {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "start": 1, "end": 6, "nodes": "[0200000000000000 0300000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.6326171Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6327185Z [05-13|18:29:43.668] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 1, "name": "round-timeout-handler"} +2026-05-13T18:30:54.6328406Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6329500Z [05-13|18:29:43.668] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 2, "name": "round-timeout-handler"} +2026-05-13T18:30:54.6330559Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6331534Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6332466Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6333833Z [05-13|18:29:43.668] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "start": 1, "end": 2, "sequence count": 0, "round count": 2, "latestSeq": 0, "latestRound": 6} +2026-05-13T18:30:54.6335147Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6336207Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 3, "name": "round-timeout-handler"} +2026-05-13T18:30:54.6337312Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6338549Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6339576Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 4, "name": "round-timeout-handler"} +2026-05-13T18:30:54.6340580Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6341583Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6342605Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6343632Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} +2026-05-13T18:30:54.6344607Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6345529Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6346576Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6347914Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "start": 3, "end": 4, "sequence count": 0, "round count": 2, "latestSeq": 0, "latestRound": 6} +2026-05-13T18:30:54.6349435Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} +2026-05-13T18:30:54.6350418Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6351492Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 5, "name": "round-timeout-handler"} +2026-05-13T18:30:54.6352691Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "num seqs": 0, "num rounds": 2, "latest round": 6} +2026-05-13T18:30:54.6353854Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} +2026-05-13T18:30:54.6355185Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "start": 5, "end": 5, "sequence count": 0, "round count": 1, "latestSeq": 0, "latestRound": 6} +2026-05-13T18:30:54.6356569Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "to": "0400000000000000", "num rounds": 1} +2026-05-13T18:30:54.6357458Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6358420Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6359521Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "num seqs": 0, "num rounds": 2, "latest round": 6} +2026-05-13T18:30:54.6360726Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 6, "name": "round-timeout-handler"} +2026-05-13T18:30:54.6361801Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "to": "0400000000000000", "num rounds": 2} +2026-05-13T18:30:54.6363140Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "start": 6, "end": 6, "sequence count": 0, "round count": 1, "latestSeq": 0, "latestRound": 6} +2026-05-13T18:30:54.6364280Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6364998Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6365833Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} +2026-05-13T18:30:54.6366972Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "num seqs": 0, "num rounds": 1, "latest round": 6} +2026-05-13T18:30:54.6368459Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "num seqs": 0, "num rounds": 1, "latest round": 6} +2026-05-13T18:30:54.6369717Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "to": "0400000000000000", "num rounds": 1} +2026-05-13T18:30:54.6370818Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} +2026-05-13T18:30:54.6371913Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "to": "0400000000000000", "num rounds": 1} +2026-05-13T18:30:54.6373088Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6374155Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} +2026-05-13T18:30:54.6375184Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} +2026-05-13T18:30:54.6376328Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6377429Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} +2026-05-13T18:30:54.6378664Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} +2026-05-13T18:30:54.6379814Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6380881Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} +2026-05-13T18:30:54.6381971Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} +2026-05-13T18:30:54.6383130Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6384489Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} +2026-05-13T18:30:54.6385797Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 2, "is finalization": true} +2026-05-13T18:30:54.6387021Z [05-13|18:29:43.670] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 4, Seq: 2, Finalized: true}"} +2026-05-13T18:30:54.6388538Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:157 Node is behind, attempting to request missing values {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 2, "start": 0, "end": 2, "seq requestor": true} +2026-05-13T18:30:54.6389940Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:169 Distributing replication requests {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "start": 0, "end": 2, "nodes": "[0100000000000000 0300000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.6391222Z [05-13|18:29:43.670] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 0, "name": "seq-timeout-handler"} +2026-05-13T18:30:54.6392356Z [05-13|18:29:43.670] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 1, "name": "seq-timeout-handler"} +2026-05-13T18:30:54.6393698Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "start": 0, "end": 1, "sequence count": 2, "round count": 0, "latestSeq": 2, "latestRound": 0} +2026-05-13T18:30:54.6395020Z [05-13|18:29:43.670] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 2, "name": "seq-timeout-handler"} +2026-05-13T18:30:54.6396415Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "start": 2, "end": 2, "sequence count": 1, "round count": 0, "latestSeq": 2, "latestRound": 0} +2026-05-13T18:30:54.6397927Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 1, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{nil}"} +2026-05-13T18:30:54.6399647Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "num seqs": 2, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} +2026-05-13T18:30:54.6401121Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "num seqs": 2, "num rounds": 0, "latest round": 0} +2026-05-13T18:30:54.6402307Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 0, "name": "seq-timeout-handler"} +2026-05-13T18:30:54.6403491Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "num seqs": 1, "num rounds": 0, "latest round": 0} +2026-05-13T18:30:54.6404803Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "to": "0400000000000000", "num rounds": 2} +2026-05-13T18:30:54.6405916Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 0, "is finalization": true} +2026-05-13T18:30:54.6407004Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "to": "0400000000000000", "num rounds": 1} +2026-05-13T18:30:54.6407890Z [05-13|18:29:43.671] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6409116Z [05-13|18:29:43.671] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 1, Seq: 0, Finalized: true}"} +2026-05-13T18:30:54.6410144Z [05-13|18:29:43.671] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6411089Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 1, "name": "seq-timeout-handler"} +2026-05-13T18:30:54.6412194Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 1, "is finalization": true} +2026-05-13T18:30:54.6413404Z [05-13|18:29:43.671] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 2, Seq: 1, Finalized: true}"} +2026-05-13T18:30:54.6414716Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 2, "Seq Replication": true} +2026-05-13T18:30:54.6415884Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "sequence": 0} +2026-05-13T18:30:54.6417022Z [05-13|18:29:43.671] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 0} +2026-05-13T18:30:54.6418201Z [05-13|18:29:43.671] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} +2026-05-13T18:30:54.6419544Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} +2026-05-13T18:30:54.6420731Z [05-13|18:29:43.671] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} +2026-05-13T18:30:54.6421628Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} +2026-05-13T18:30:54.6422626Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 3, "is finalization": true} +2026-05-13T18:30:54.6423910Z [05-13|18:29:43.671] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 5, Seq: 3, Finalized: true}"} +2026-05-13T18:30:54.6425229Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:157 Node is behind, attempting to request missing values {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "start": 2, "end": 3, "seq requestor": true} +2026-05-13T18:30:54.6426631Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:169 Distributing replication requests {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "start": 2, "end": 3, "nodes": "[0200000000000000 0300000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.6427937Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 2, "name": "seq-timeout-handler"} +2026-05-13T18:30:54.6429127Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 3, "name": "seq-timeout-handler"} +2026-05-13T18:30:54.6430467Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "start": 2, "end": 3, "sequence count": 2, "round count": 0, "latestSeq": 3, "latestRound": 0} +2026-05-13T18:30:54.6431861Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3344 Advancing round from a gap in empty notarizations {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "epoch round": 1, "block round": 2} +2026-05-13T18:30:54.6433130Z [05-13|18:29:43.672] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6434382Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6435549Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6436864Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "num seqs": 2, "num rounds": 0, "latest round": 0} +2026-05-13T18:30:54.6438342Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{nil}"} +2026-05-13T18:30:54.6439762Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{nil}"} +2026-05-13T18:30:54.6440992Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "to": "0400000000000000", "num rounds": 2} +2026-05-13T18:30:54.6442348Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} +2026-05-13T18:30:54.6443755Z [05-13|18:29:43.672] DEBUG Simplex/replication_state.go:185 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} +2026-05-13T18:30:54.6444958Z [05-13|18:29:43.672] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 6, "name": "round-timeout-handler"} +2026-05-13T18:30:54.6446130Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 6, "is finalization": false} +2026-05-13T18:30:54.6447039Z [05-13|18:29:43.672] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6447999Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6449290Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6450758Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} +2026-05-13T18:30:54.6452425Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "num seqs": 2, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{Round: 5, Seq: 3, Finalized: true}"} +2026-05-13T18:30:54.6453822Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 0, "is finalization": true} +2026-05-13T18:30:54.6455037Z [05-13|18:29:43.672] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 1, Seq: 0, Finalized: true}"} +2026-05-13T18:30:54.6456274Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6457442Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6458696Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "sequence": 0} +2026-05-13T18:30:54.6459897Z [05-13|18:29:43.672] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 0} +2026-05-13T18:30:54.6460912Z [05-13|18:29:43.672] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} +2026-05-13T18:30:54.6462007Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.6463201Z [05-13|18:29:43.673] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.6464324Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "current round": 2} +2026-05-13T18:30:54.6465433Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6466609Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6467752Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "sequence": 1} +2026-05-13T18:30:54.6469049Z [05-13|18:29:43.673] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 1} +2026-05-13T18:30:54.6470068Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 2} +2026-05-13T18:30:54.6471027Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "elapsed": "1.525426ms"} +2026-05-13T18:30:54.6472033Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.6473027Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 1} +2026-05-13T18:30:54.6473899Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} +2026-05-13T18:30:54.6474825Z [05-13|18:29:43.673] DEBUG Simplex/util.go:181 Attempted to verify an already verified block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} +2026-05-13T18:30:54.6476166Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{Round: 5, Seq: 3, Finalized: true}"} +2026-05-13T18:30:54.6477579Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6478867Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6480276Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 1, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} +2026-05-13T18:30:54.6481897Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "num seqs": 2, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} +2026-05-13T18:30:54.6483219Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6484389Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6485850Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 1, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} +2026-05-13T18:30:54.6487250Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2099 Received finalized block that is not the next sequence to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq": 0, "height": 1} +2026-05-13T18:30:54.6488656Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "elapsed": "526.833µs"} +2026-05-13T18:30:54.6489679Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "1ef2d9b17aaa7070f06d..."} +2026-05-13T18:30:54.6490679Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} +2026-05-13T18:30:54.6491549Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2} +2026-05-13T18:30:54.6492644Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.6493840Z [05-13|18:29:43.674] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.6494975Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 3, "current round": 2} +2026-05-13T18:30:54.6496175Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.6497435Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6498730Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6499873Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "sequence": 2} +2026-05-13T18:30:54.6501004Z [05-13|18:29:43.674] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 2} +2026-05-13T18:30:54.6502019Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} +2026-05-13T18:30:54.6503092Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "elapsed": "274.273µs"} +2026-05-13T18:30:54.6504099Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "a45dc3d79fa15defb66a..."} +2026-05-13T18:30:54.6505098Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} +2026-05-13T18:30:54.6505956Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4} +2026-05-13T18:30:54.6507046Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.6508345Z [05-13|18:29:43.674] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.6509510Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "current round": 3} +2026-05-13T18:30:54.6510707Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.6512036Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.6513381Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6514557Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6515704Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "sequence": 3} +2026-05-13T18:30:54.6516834Z [05-13|18:29:43.674] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 3} +2026-05-13T18:30:54.6517900Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} +2026-05-13T18:30:54.6519100Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "elapsed": "302.906µs"} +2026-05-13T18:30:54.6520109Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "3b72d216697fa1f4aa2a..."} +2026-05-13T18:30:54.6521067Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} +2026-05-13T18:30:54.6521934Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5} +2026-05-13T18:30:54.6523020Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6524212Z [05-13|18:29:43.674] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6525284Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "current round": 5} +2026-05-13T18:30:54.6526475Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.6527805Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6529100Z [05-13|18:29:43.675] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6530348Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3298 Process replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "lowest round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}", "Our round": 6} +2026-05-13T18:30:54.6531572Z [05-13|18:29:43.675] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} +2026-05-13T18:30:54.6532651Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3236 Processing empty notarization due to replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 6} +2026-05-13T18:30:54.6533713Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "size": 65, "round": 6} +2026-05-13T18:30:54.6534713Z [05-13|18:29:43.675] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} +2026-05-13T18:30:54.6535796Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "leader": "0100000000000000"} +2026-05-13T18:30:54.6536998Z [05-13|18:29:43.675] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6538337Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6539534Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6540662Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6541787Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6542907Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6544027Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6545068Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "currentRound": 7} +2026-05-13T18:30:54.6546132Z [05-13|18:29:43.675] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} +2026-05-13T18:30:54.6547108Z [05-13|18:29:43.675] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 2} +2026-05-13T18:30:54.6548303Z [05-13|18:29:43.675] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} +2026-05-13T18:30:54.6549749Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 7, "NextSeqToCommit": 4, "lowest replication round": "QuorumRound{nil}"} +2026-05-13T18:30:54.6551302Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 7, "NextSeqToCommit": 4, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} +2026-05-13T18:30:54.6552684Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6553869Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6555004Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6556124Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6557301Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6558549Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6559593Z [05-13|18:29:43.676] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "currentRound": 7} +2026-05-13T18:30:54.6560580Z [05-13|18:29:43.676] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "elapsed": "1.239115ms"} +2026-05-13T18:30:54.6561595Z [05-13|18:29:43.676] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "a6f908b0c6936522c98c..."} +2026-05-13T18:30:54.6562977Z [05-13|18:29:43.676] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "epoch round": 7, "monitored round": 7} +2026-05-13T18:30:54.6564161Z [05-13|18:29:43.676] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 2} +2026-05-13T18:30:54.6564941Z [05-13|18:29:43.676] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 3} +2026-05-13T18:30:54.6565907Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6567024Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "size": 85, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6568236Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "size": 85, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6569417Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6570643Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6571968Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6573162Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 4} +2026-05-13T18:30:54.6574312Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 4} +2026-05-13T18:30:54.6575551Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6576828Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "voteForOurBlock": 1, "total votes": 1} +2026-05-13T18:30:54.6577911Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} +2026-05-13T18:30:54.6578913Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} +2026-05-13T18:30:54.6579988Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6581137Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 4} +2026-05-13T18:30:54.6582530Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.6583952Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6584954Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} +2026-05-13T18:30:54.6585828Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} +2026-05-13T18:30:54.6586828Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6587819Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} +2026-05-13T18:30:54.6589187Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.6590413Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} +2026-05-13T18:30:54.6591422Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6592424Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} +2026-05-13T18:30:54.6593739Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.6595099Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6596096Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} +2026-05-13T18:30:54.6597108Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6598441Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6599523Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "currentRound": 7} +2026-05-13T18:30:54.6600631Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6601836Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6602874Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6603758Z [05-13|18:29:43.678] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 40} +2026-05-13T18:30:54.6604737Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 4} +2026-05-13T18:30:54.6605990Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6607174Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6608426Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6609437Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} +2026-05-13T18:30:54.6610448Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6611599Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 4} +2026-05-13T18:30:54.6612986Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.6614342Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6615408Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} +2026-05-13T18:30:54.6616277Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} +2026-05-13T18:30:54.6617146Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} +2026-05-13T18:30:54.6618272Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6619275Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} +2026-05-13T18:30:54.6620579Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} +2026-05-13T18:30:54.6621936Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6623046Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6624227Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6625363Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6626361Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} +2026-05-13T18:30:54.6627335Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6628484Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} +2026-05-13T18:30:54.6629510Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6630608Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6631707Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6632839Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6633963Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6635093Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6636216Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6637396Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6638609Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6639716Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6640833Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6642018Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6643147Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6644270Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6645408Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6646499Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6647631Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6648871Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6650109Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6651327Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6652498Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6653724Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.6655000Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.6656155Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6657192Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "elapsed": "1.011043ms"} +2026-05-13T18:30:54.6658422Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6659612Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6660687Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6661892Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.6663094Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6664507Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "elapsed": "826.599µs"} +2026-05-13T18:30:54.6665584Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6666719Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6667884Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6669082Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6670171Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6671305Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6672539Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6673752Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.6674950Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6676127Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6677390Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.6678767Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6680027Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "elapsed": "993.13µs"} +2026-05-13T18:30:54.6681066Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6682345Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.6683477Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "votes": 4} +2026-05-13T18:30:54.6684475Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6685600Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "elapsed": "937.167µs"} +2026-05-13T18:30:54.6686787Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6688214Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6689390Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6690581Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6691842Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "voteForOurBlock": 2, "total votes": 2} +2026-05-13T18:30:54.6693085Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6694338Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.6695635Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6696883Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.6698235Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6699448Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6700697Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.6701933Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6703021Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "votes": 4} +2026-05-13T18:30:54.6704220Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.6705458Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6706544Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "votes": 4} +2026-05-13T18:30:54.6707717Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6709325Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6710419Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "votes": 4} +2026-05-13T18:30:54.6711585Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6712985Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6714332Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6715676Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6717069Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6718554Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0400000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6719148Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6719804Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6720451Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6721123Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6721780Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6722466Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "voteForOurBlock": 3, "total votes": 3} +2026-05-13T18:30:54.6723116Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6723700Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6724270Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6724785Z [05-13|18:29:43.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "votes": 4} +2026-05-13T18:30:54.6725271Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "elapsed": "1.535435ms"} +2026-05-13T18:30:54.6725770Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6726344Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6727049Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6727526Z [05-13|18:29:43.680] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6728026Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6728700Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6729361Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6729856Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6730350Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6731006Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6731500Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6731999Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6732649Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6733162Z [05-13|18:29:43.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "votes": 4} +2026-05-13T18:30:54.6733661Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6734308Z [05-13|18:29:43.680] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6735013Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6735669Z [05-13|18:29:43.680] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6736235Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6736888Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6737485Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6737980Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6738768Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6739374Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6739876Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6740536Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6741031Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6741578Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6742130Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6742625Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6743174Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 8} +2026-05-13T18:30:54.6743764Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 8} +2026-05-13T18:30:54.6744297Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 8} +2026-05-13T18:30:54.6744877Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6745526Z [05-13|18:29:43.680] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6746114Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 8} +2026-05-13T18:30:54.6746658Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 8} +2026-05-13T18:30:54.6747153Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6747737Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 8} +2026-05-13T18:30:54.6748391Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 8} +2026-05-13T18:30:54.6748931Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6749435Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6750031Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 8} +2026-05-13T18:30:54.6750571Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 8} +2026-05-13T18:30:54.6751075Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6751608Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 8} +2026-05-13T18:30:54.6752143Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 8} +2026-05-13T18:30:54.6752697Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6753232Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 8} +2026-05-13T18:30:54.6753734Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6754241Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 8, "currentRound": 8} +2026-05-13T18:30:54.6754776Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 8} +2026-05-13T18:30:54.6755253Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6755911Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6756744Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "epoch round": 7, "monitored round": 7} +2026-05-13T18:30:54.6757539Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 7, "monitored round": 7} +2026-05-13T18:30:54.6758010Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6758854Z [05-13|18:29:43.681] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6759232Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 3} +2026-05-13T18:30:54.6759774Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 8} +2026-05-13T18:30:54.6760141Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 24} +2026-05-13T18:30:54.6760731Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 8} +2026-05-13T18:30:54.6761390Z [05-13|18:29:43.681] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} +2026-05-13T18:30:54.6761987Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6762776Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 7, "monitored round": 7} +2026-05-13T18:30:54.6763318Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 8} +2026-05-13T18:30:54.6763795Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "my round": 8} +2026-05-13T18:30:54.6764156Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 40} +2026-05-13T18:30:54.6764696Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 8} +2026-05-13T18:30:54.6765110Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 41} +2026-05-13T18:30:54.6765561Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 8, "currentRound": 8} +2026-05-13T18:30:54.6766151Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6766689Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 8} +2026-05-13T18:30:54.6767306Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6767787Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6768401Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6769188Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 7, "monitored round": 7} +2026-05-13T18:30:54.6769880Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timedOutRounds": "map[0:6 3:3]", "redeemedRounds": "map[0:7 1:7 2:7 4:4 5:7]"} +2026-05-13T18:30:54.6770351Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6770925Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6771339Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 40} +2026-05-13T18:30:54.6771809Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "my round": 8} +2026-05-13T18:30:54.6772310Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6773729Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])"} +2026-05-13T18:30:54.6774234Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6774589Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 4} +2026-05-13T18:30:54.6775086Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6775493Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8} +2026-05-13T18:30:54.6776064Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6776560Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6777033Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6777530Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6778161Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6778828Z [05-13|18:29:43.681] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6779307Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6780013Z [05-13|18:29:43.681] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6780424Z [05-13|18:29:43.681] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} +2026-05-13T18:30:54.6781013Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6781519Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6782143Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6782614Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "my round": 8} +2026-05-13T18:30:54.6783157Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6783664Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6784250Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6784804Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6785274Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "my round": 8} +2026-05-13T18:30:54.6785743Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6786349Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6786892Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 8} +2026-05-13T18:30:54.6787394Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6787897Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6788604Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 8} +2026-05-13T18:30:54.6789084Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6789580Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6790043Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6790604Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6791108Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6791601Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6792076Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6792627Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6793214Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6793863Z [05-13|18:29:43.681] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6794333Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "my round": 8} +2026-05-13T18:30:54.6794804Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6795306Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6795889Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6796395Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6796955Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6797746Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 7, "monitored round": 7} +2026-05-13T18:30:54.6798340Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "my round": 8} +2026-05-13T18:30:54.6798811Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6799374Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6799754Z [05-13|18:29:43.682] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 40} +2026-05-13T18:30:54.6800295Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 8} +2026-05-13T18:30:54.6800801Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6801320Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6801857Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 8} +2026-05-13T18:30:54.6802410Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6802912Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6803496Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 8} +2026-05-13T18:30:54.6803974Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6804516Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6805051Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 8} +2026-05-13T18:30:54.6805556Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6806058Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6806594Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 8} +2026-05-13T18:30:54.6807046Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 8, "currentRound": 8} +2026-05-13T18:30:54.6807638Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 8} +2026-05-13T18:30:54.6808260Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6808769Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6809237Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6809835Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 8} +2026-05-13T18:30:54.6810308Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6810811Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6811354Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 8} +2026-05-13T18:30:54.6811870Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6812335Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6812877Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 8} +2026-05-13T18:30:54.6813376Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6814021Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6814572Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6815048Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6815518Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "my round": 8} +2026-05-13T18:30:54.6815873Z [05-13|18:29:43.682] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 13} +2026-05-13T18:30:54.6816416Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6816955Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6817496Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6818245Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6818734Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} +2026-05-13T18:30:54.6819275Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6819750Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "my round": 8} +2026-05-13T18:30:54.6820339Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} +2026-05-13T18:30:54.6820907Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6821413Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6821929Z [05-13|18:29:43.682] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6822522Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6823022Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 8, "current round": 8} +2026-05-13T18:30:54.6823526Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6824002Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} +2026-05-13T18:30:54.6824557Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6825093Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} +2026-05-13T18:30:54.6825609Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6826144Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 8} +2026-05-13T18:30:54.6826649Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6827104Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 8, "currentRound": 8} +2026-05-13T18:30:54.6827573Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6828154Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6828721Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} +2026-05-13T18:30:54.6829186Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6829545Z [05-13|18:29:43.682] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 25} +2026-05-13T18:30:54.6829876Z [05-13|18:29:43.682] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6830395Z [05-13|18:29:43.682] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6830946Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 8, "current round": 8} +2026-05-13T18:30:54.6831456Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6831966Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6832493Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6832961Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6833466Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6833942Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6834463Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6834930Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6835524Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6835990Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6836480Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} +2026-05-13T18:30:54.6836985Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6837522Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6838181Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6838733Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 8} +2026-05-13T18:30:54.6839272Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6839818Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 8} +2026-05-13T18:30:54.6840311Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} +2026-05-13T18:30:54.6840814Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6841195Z [05-13|18:29:43.683] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6841670Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6842138Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6848556Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6849264Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6849811Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6850377Z [05-13|18:29:43.683] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6850891Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6851497Z [05-13|18:29:43.683] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6851991Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "my round": 8} +2026-05-13T18:30:54.6852585Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6853141Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 8} +2026-05-13T18:30:54.6853612Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "my round": 8} +2026-05-13T18:30:54.6854173Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 8} +2026-05-13T18:30:54.6854702Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6855241Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 8} +2026-05-13T18:30:54.6855802Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6856343Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 8} +2026-05-13T18:30:54.6856853Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6857317Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 8, "currentRound": 8} +2026-05-13T18:30:54.6857878Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6858517Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6859006Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6859482Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6860007Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6860483Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6861070Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6861555Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} +2026-05-13T18:30:54.6861974Z [05-13|18:29:43.684] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 41} +2026-05-13T18:30:54.6862524Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6863000Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "my round": 8} +2026-05-13T18:30:54.6863535Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6864040Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6864583Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6865174Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6865646Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6866242Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6866776Z [05-13|18:29:43.683] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6867309Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6867855Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6868524Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} +2026-05-13T18:30:54.6869007Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} +2026-05-13T18:30:54.6869541Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} +2026-05-13T18:30:54.6870056Z [05-13|18:29:43.684] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6870619Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6871152Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} +2026-05-13T18:30:54.6871647Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 8, "current round": 8} +2026-05-13T18:30:54.6872116Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6872688Z [05-13|18:29:43.684] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6873203Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6873677Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6874167Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8, "current round": 8} +2026-05-13T18:30:54.6874664Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6875167Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6875671Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6876139Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6876698Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6877220Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6877691Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "my round": 8} +2026-05-13T18:30:54.6878507Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6879091Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6879591Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} +2026-05-13T18:30:54.6880090Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6880600Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6880988Z [05-13|18:29:43.685] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6881485Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6881949Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6882452Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6882985Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} +2026-05-13T18:30:54.6883485Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6883810Z [05-13|18:29:43.685] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6884274Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6884737Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6885238Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6885720Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} +2026-05-13T18:30:54.6886267Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6886768Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6887140Z [05-13|18:29:43.685] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6887692Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6888291Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6888833Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6889425Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6889973Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6890492Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6890980Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} +2026-05-13T18:30:54.6891559Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6892083Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6892571Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} +2026-05-13T18:30:54.6893096Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} +2026-05-13T18:30:54.6893671Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6894179Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6894697Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6895218Z [05-13|18:29:43.685] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6895682Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6896172Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 8, "current round": 8} +2026-05-13T18:30:54.6896699Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6897169Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6897744Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6898386Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6898891Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6899362Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6899939Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6900447Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6900920Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6901390Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6901965Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6902454Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} +2026-05-13T18:30:54.6902952Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6903468Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6904020Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6904527Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6905030Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6905497Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6905976Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} +2026-05-13T18:30:54.6906503Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6907023Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6907546Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6908184Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6908712Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6909259Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 7} +2026-05-13T18:30:54.6909779Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6910374Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 7} +2026-05-13T18:30:54.6910920Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0400000000000000", "round": 7} +2026-05-13T18:30:54.6911440Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6911984Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 7} +2026-05-13T18:30:54.6912642Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6913157Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6913674Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6914154Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} +2026-05-13T18:30:54.6914720Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6915246Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} +2026-05-13T18:30:54.6915759Z [05-13|18:29:43.686] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6916251Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 8, "current round": 8} +2026-05-13T18:30:54.6916773Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6917278Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} +2026-05-13T18:30:54.6917797Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6918418Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6918994Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6919511Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6920013Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6920511Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6921110Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6921618Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6922082Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} +2026-05-13T18:30:54.6922571Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} +2026-05-13T18:30:54.6923141Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6923604Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} +2026-05-13T18:30:54.6924091Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} +2026-05-13T18:30:54.6924410Z [05-13|18:29:43.687] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6924975Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6925500Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6926016Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6926343Z [05-13|18:29:43.687] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 1} +2026-05-13T18:30:54.6926862Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6927249Z [05-13|18:29:43.687] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 8} +2026-05-13T18:30:54.6927771Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6928386Z [05-13|18:29:43.687] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:48.371]"} +2026-05-13T18:30:54.6928755Z [05-13|18:29:43.687] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 13} +2026-05-13T18:30:54.6929347Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6929670Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 2} +2026-05-13T18:30:54.6930051Z [05-13|18:29:43.688] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 8} +2026-05-13T18:30:54.6930548Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:58.372]"} +2026-05-13T18:30:54.6931123Z [05-13|18:29:43.688] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7, "seq": 4} +2026-05-13T18:30:54.6931488Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 41} +2026-05-13T18:30:54.6931814Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 3} +2026-05-13T18:30:54.6932264Z [05-13|18:29:43.688] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8, "currentRound": 8} +2026-05-13T18:30:54.6932771Z [05-13|18:29:43.688] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "00000000000000000000..."} +2026-05-13T18:30:54.6933094Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 4} +2026-05-13T18:30:54.6933475Z [05-13|18:29:43.688] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 8} +2026-05-13T18:30:54.6933963Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} +2026-05-13T18:30:54.6934326Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 4} +2026-05-13T18:30:54.6934696Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 5} +2026-05-13T18:30:54.6935079Z [05-13|18:29:43.688] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 8} +2026-05-13T18:30:54.6935570Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:58.373]"} +2026-05-13T18:30:54.6935927Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 41} +2026-05-13T18:30:54.6936246Z [05-13|18:29:43.689] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 6} +2026-05-13T18:30:54.6936629Z [05-13|18:29:43.689] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 8} +2026-05-13T18:30:54.6937117Z [05-13|18:29:43.689] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:53.373]"} +2026-05-13T18:30:54.6937478Z [05-13|18:29:43.689] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 25} +2026-05-13T18:30:54.6937612Z --- PASS: TestReplicationNodeDiverges (1.32s) +2026-05-13T18:30:54.6937780Z === RUN TestReplicationNotarizationWithoutFinalizations +2026-05-13T18:30:54.6938219Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks +2026-05-13T18:30:54.6938632Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks +2026-05-13T18:30:54.6938938Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks +2026-05-13T18:30:54.6939249Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks +2026-05-13T18:30:54.6939567Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks +2026-05-13T18:30:54.6939885Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks +2026-05-13T18:30:54.6940191Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks +2026-05-13T18:30:54.6940507Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks +2026-05-13T18:30:54.6940866Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks +2026-05-13T18:30:54.6941181Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks +2026-05-13T18:30:54.6941490Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks +2026-05-13T18:30:54.6941797Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks +2026-05-13T18:30:54.6942105Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks +2026-05-13T18:30:54.6942471Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks +2026-05-13T18:30:54.6942782Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks +2026-05-13T18:30:54.6943096Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks +2026-05-13T18:30:54.6943409Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks +2026-05-13T18:30:54.6943723Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks +2026-05-13T18:30:54.6944030Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks +2026-05-13T18:30:54.6944346Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks +2026-05-13T18:30:54.6944704Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks +2026-05-13T18:30:54.6945021Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks +2026-05-13T18:30:54.6945341Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks +2026-05-13T18:30:54.6945658Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks +2026-05-13T18:30:54.6945965Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks +2026-05-13T18:30:54.6946276Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks +2026-05-13T18:30:54.6946588Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks +2026-05-13T18:30:54.6946899Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks +2026-05-13T18:30:54.6947205Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks +2026-05-13T18:30:54.6947525Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks +2026-05-13T18:30:54.6947829Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks +2026-05-13T18:30:54.6948252Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks +2026-05-13T18:30:54.6948572Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks +2026-05-13T18:30:54.6948960Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks +2026-05-13T18:30:54.6949266Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks +2026-05-13T18:30:54.6949583Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks +2026-05-13T18:30:54.6949894Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks +2026-05-13T18:30:54.6950206Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks +2026-05-13T18:30:54.6950515Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks +2026-05-13T18:30:54.6950828Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks +2026-05-13T18:30:54.6951223Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks +2026-05-13T18:30:54.6951543Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks +2026-05-13T18:30:54.6951849Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks +2026-05-13T18:30:54.6952158Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks +2026-05-13T18:30:54.6952471Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks +2026-05-13T18:30:54.6952835Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks +2026-05-13T18:30:54.6953142Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks +2026-05-13T18:30:54.6953454Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks +2026-05-13T18:30:54.6953766Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks +2026-05-13T18:30:54.6954073Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks +2026-05-13T18:30:54.6954568Z [05-13|18:29:43.691] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6955095Z [05-13|18:29:43.691] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6955567Z [05-13|18:29:43.691] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6956036Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6956499Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6956963Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6957431Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6957903Z [05-13|18:29:43.698] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6958562Z [05-13|18:29:43.700] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6959123Z [05-13|18:29:43.700] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6959593Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6960064Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6960530Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6961046Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6961518Z [05-13|18:29:43.703] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6961791Z [05-13|18:29:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6962055Z [05-13|18:29:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6962547Z [05-13|18:29:43.704] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.6962937Z [05-13|18:29:43.705] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6963192Z [05-13|18:29:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6963453Z [05-13|18:29:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.6963709Z [05-13|18:29:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6964175Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6964681Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6965132Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6965579Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6965846Z [05-13|18:29:43.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6966289Z [05-13|18:29:43.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6966733Z [05-13|18:29:43.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6967186Z [05-13|18:29:43.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6967524Z [05-13|18:29:43.709] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6967974Z [05-13|18:29:43.709] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.6968588Z [05-13|18:29:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6968854Z [05-13|18:29:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6969119Z [05-13|18:29:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6969569Z [05-13|18:29:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6970011Z [05-13|18:29:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6970528Z [05-13|18:29:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6970793Z [05-13|18:29:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6971238Z [05-13|18:29:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6971392Z [05-13|18:29:43.710] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6971776Z [05-13|18:29:43.710] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6972223Z [05-13|18:29:43.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6972556Z [05-13|18:29:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6973002Z [05-13|18:29:43.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6973325Z [05-13|18:29:43.712] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6973700Z [05-13|18:29:43.712] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6973843Z [05-13|18:29:43.713] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6973976Z [05-13|18:29:43.713] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6974300Z [05-13|18:29:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6974436Z [05-13|18:29:43.714] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6974757Z [05-13|18:29:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6975196Z [05-13|18:29:43.710] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.6975665Z [05-13|18:29:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6975999Z [05-13|18:29:43.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6976324Z [05-13|18:29:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6976588Z [05-13|18:29:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6976908Z [05-13|18:29:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6977230Z [05-13|18:29:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6977488Z [05-13|18:29:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6977947Z [05-13|18:29:43.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6978415Z [05-13|18:29:43.717] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6978865Z [05-13|18:29:43.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6979383Z [05-13|18:29:43.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6979720Z [05-13|18:29:43.718] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6979982Z [05-13|18:29:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.6980242Z [05-13|18:29:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6980626Z [05-13|18:29:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6981077Z [05-13|18:29:43.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6981338Z [05-13|18:29:43.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6981607Z [05-13|18:29:43.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6981742Z [05-13|18:29:43.719] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6982190Z [05-13|18:29:43.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6982698Z [05-13|18:29:43.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.6982839Z [05-13|18:29:43.720] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6983282Z [05-13|18:29:43.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6983546Z [05-13|18:29:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6983989Z [05-13|18:29:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6984461Z [05-13|18:29:43.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6984948Z [05-13|18:29:43.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6985360Z [05-13|18:29:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6985812Z [05-13|18:29:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6986187Z [05-13|18:29:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6986428Z [05-13|18:29:43.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6986565Z [05-13|18:29:43.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6986708Z [05-13|18:29:43.721] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6987182Z [05-13|18:29:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6987332Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6987807Z [05-13|18:29:43.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6988577Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.6989020Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.6989448Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.6989784Z [05-13|18:29:43.720] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6990215Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.6990406Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6990824Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.6990965Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6991295Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6991431Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6991563Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6991699Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6992207Z [05-13|18:29:43.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6992344Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6992679Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6992818Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6993146Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6993285Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6993416Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6993742Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.6994069Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6994224Z [05-13|18:29:43.723] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.6994438Z [05-13|18:29:43.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.6994717Z [05-13|18:29:43.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6994921Z [05-13|18:29:43.724] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.6995181Z [05-13|18:29:43.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.6995394Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.6995532Z [05-13|18:29:43.724] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.6995990Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6996451Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6996938Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6997369Z [05-13|18:29:43.724] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.6997513Z [05-13|18:29:43.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6997647Z [05-13|18:29:43.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6997778Z [05-13|18:29:43.724] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.6998328Z [05-13|18:29:43.724] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.6998537Z [05-13|18:29:43.724] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.6998991Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.6999208Z [05-13|18:29:43.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.6999537Z [05-13|18:29:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.6999864Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks +2026-05-13T18:30:54.7000252Z [05-13|18:29:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7000734Z [05-13|18:29:43.725] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7001002Z [05-13|18:29:43.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7001143Z [05-13|18:29:43.725] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7001404Z [05-13|18:29:43.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7001862Z [05-13|18:29:43.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7002317Z [05-13|18:29:43.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7002793Z [05-13|18:29:43.726] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7003221Z [05-13|18:29:43.726] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.7003646Z [05-13|18:29:43.726] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.7003838Z [05-13|18:29:43.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7004255Z [05-13|18:29:43.726] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.7004393Z [05-13|18:29:43.726] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7004846Z [05-13|18:29:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7005323Z [05-13|18:29:43.726] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7005832Z [05-13|18:29:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7005969Z [05-13|18:29:43.727] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7006104Z [05-13|18:29:43.727] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7006558Z [05-13|18:29:43.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7007032Z [05-13|18:29:43.727] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7007408Z [05-13|18:29:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7007741Z [05-13|18:29:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7008188Z [05-13|18:29:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7008524Z [05-13|18:29:43.728] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7008856Z [05-13|18:29:43.728] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7008995Z [05-13|18:29:43.728] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7009188Z [05-13|18:29:43.728] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7009463Z [05-13|18:29:43.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7009724Z [05-13|18:29:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7010180Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7010637Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7011084Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7011348Z [05-13|18:29:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7011683Z [05-13|18:29:43.729] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7012137Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7012272Z [05-13|18:29:43.730] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7012537Z [05-13|18:29:43.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7012852Z [05-13|18:29:43.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7013180Z [05-13|18:29:43.731] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7013446Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7013894Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7014344Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7014669Z [05-13|18:29:43.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7015122Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7015388Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.7015643Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7015900Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7016209Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7016661Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7016918Z [05-13|18:29:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7017053Z [05-13|18:29:43.732] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7017505Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7017997Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7018568Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7019019Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7019464Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7019801Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7020124Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7020577Z [05-13|18:29:43.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7020939Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7021268Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7021590Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7022018Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7022475Z [05-13|18:29:43.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7022816Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7023280Z [05-13|18:29:43.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7023669Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7023996Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7024140Z [05-13|18:29:43.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7024273Z [05-13|18:29:43.734] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7024598Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7024868Z [05-13|18:29:43.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7025183Z [05-13|18:29:43.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7025639Z [05-13|18:29:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7026097Z [05-13|18:29:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7026545Z [05-13|18:29:43.735] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.7027019Z [05-13|18:29:43.735] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.7027287Z [05-13|18:29:43.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7027426Z [05-13|18:29:43.736] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7027692Z [05-13|18:29:43.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7028287Z [05-13|18:29:43.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7028552Z [05-13|18:29:43.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7029004Z [05-13|18:29:43.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7029461Z [05-13|18:29:43.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7029787Z [05-13|18:29:43.737] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7030234Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7030500Z [05-13|18:29:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7031014Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7031464Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7031915Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7032342Z [05-13|18:29:43.737] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.7032817Z [05-13|18:29:43.737] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.7033271Z [05-13|18:29:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7033694Z [05-13|18:29:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.7033835Z [05-13|18:29:43.738] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7034094Z [05-13|18:29:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7034402Z [05-13|18:29:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7034733Z [05-13|18:29:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7034992Z [05-13|18:29:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7035447Z [05-13|18:29:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7035776Z [05-13|18:29:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7036275Z [05-13|18:29:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7036540Z [05-13|18:29:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7036682Z [05-13|18:29:43.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7037131Z [05-13|18:29:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7037266Z [05-13|18:29:43.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7037596Z [05-13|18:29:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7037729Z [05-13|18:29:43.739] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7038297Z [05-13|18:29:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7038755Z [05-13|18:29:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7039075Z [05-13|18:29:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7039210Z [05-13|18:29:43.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7039601Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7039922Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7040243Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7040571Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7040707Z [05-13|18:29:43.740] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7041026Z [05-13|18:29:43.741] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7041408Z [05-13|18:29:43.741] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7041547Z [05-13|18:29:43.741] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7042000Z [05-13|18:29:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7042269Z [05-13|18:29:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7042529Z [05-13|18:29:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7043037Z [05-13|18:29:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7043304Z [05-13|18:29:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7043629Z [05-13|18:29:43.741] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7044080Z [05-13|18:29:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7044530Z [05-13|18:29:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7044844Z [05-13|18:29:43.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7045296Z [05-13|18:29:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7045560Z [05-13|18:29:43.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7045885Z [05-13|18:29:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7046336Z [05-13|18:29:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7046788Z [05-13|18:29:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7047236Z [05-13|18:29:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7047495Z [05-13|18:29:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7047759Z [05-13|18:29:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7048018Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7048646Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7049096Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7049426Z [05-13|18:29:43.744] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7049692Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7050140Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7050459Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7050918Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7051177Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7051624Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7052753Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7053203Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7053534Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7053989Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7054313Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7054815Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7055149Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7055595Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7055730Z [05-13|18:29:43.745] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7056059Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7056383Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7056710Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7057039Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7057358Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7057678Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7057828Z [05-13|18:29:43.747] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7058266Z [05-13|18:29:43.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7058590Z [05-13|18:29:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7058866Z [05-13|18:29:43.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7059321Z [05-13|18:29:43.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7059582Z [05-13|18:29:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7059843Z [05-13|18:29:43.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7060352Z [05-13|18:29:43.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7060803Z [05-13|18:29:43.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7061256Z [05-13|18:29:43.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7061567Z [05-13|18:29:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7061701Z [05-13|18:29:43.748] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7062154Z [05-13|18:29:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7062412Z [05-13|18:29:43.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7062862Z [05-13|18:29:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7063189Z [05-13|18:29:43.749] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7063689Z [05-13|18:29:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7064139Z [05-13|18:29:43.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7064407Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7064665Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7065112Z [05-13|18:29:43.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7065439Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7065698Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7066019Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7066349Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7066671Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7066996Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7067130Z [05-13|18:29:43.751] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7067580Z [05-13|18:29:43.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7068161Z [05-13|18:29:43.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7068428Z [05-13|18:29:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7068684Z [05-13|18:29:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7069200Z [05-13|18:29:43.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7069529Z [05-13|18:29:43.751] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7069665Z [05-13|18:29:43.751] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7069986Z [05-13|18:29:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7070494Z [05-13|18:29:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7070942Z [05-13|18:29:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7071268Z [05-13|18:29:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7071718Z [05-13|18:29:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7072040Z [05-13|18:29:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7072550Z [05-13|18:29:43.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7072879Z [05-13|18:29:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7073200Z [05-13|18:29:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7073340Z [05-13|18:29:43.753] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7073602Z [05-13|18:29:43.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7073858Z [05-13|18:29:43.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7074118Z [05-13|18:29:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7074570Z [05-13|18:29:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7075018Z [05-13|18:29:43.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7075474Z [05-13|18:29:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7075791Z [05-13|18:29:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7076239Z [05-13|18:29:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7076569Z [05-13|18:29:43.754] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7076890Z [05-13|18:29:43.754] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7077155Z [05-13|18:29:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7077645Z [05-13|18:29:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7077916Z [05-13|18:29:43.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7078353Z [05-13|18:29:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7078809Z [05-13|18:29:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7079069Z [05-13|18:29:43.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7079451Z [05-13|18:29:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7079712Z [05-13|18:29:43.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7080165Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7080613Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7081067Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7081564Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7081901Z [05-13|18:29:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7082232Z [05-13|18:29:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7082682Z [05-13|18:29:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7082947Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7083206Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7083532Z [05-13|18:29:43.757] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7083797Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7084118Z [05-13|18:29:43.757] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7084254Z [05-13|18:29:43.757] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7084516Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7085022Z [05-13|18:29:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7085280Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.7085733Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7085994Z [05-13|18:29:43.758] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7086491Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7086946Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7087271Z [05-13|18:29:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7087717Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7088330Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7088780Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7089104Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7089559Z [05-13|18:29:43.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7089818Z [05-13|18:29:43.759] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.7090237Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7090574Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7090709Z [05-13|18:29:43.759] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7091029Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7091483Z [05-13|18:29:43.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7091743Z [05-13|18:29:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7092186Z [05-13|18:29:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7092459Z [05-13|18:29:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7092911Z [05-13|18:29:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7093173Z [05-13|18:29:43.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7093437Z [05-13|18:29:43.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7093942Z [05-13|18:29:43.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7094402Z [05-13|18:29:43.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7094858Z [05-13|18:29:43.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7095190Z [05-13|18:29:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7095569Z [05-13|18:29:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7095708Z [05-13|18:29:43.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7095968Z [05-13|18:29:43.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:54.7096290Z [05-13|18:29:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7096431Z [05-13|18:29:43.761] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7096693Z [05-13|18:29:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7096885Z [05-13|18:29:43.762] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7097341Z [05-13|18:29:43.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7097677Z [05-13|18:29:43.762] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7097939Z [05-13|18:29:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7098322Z [05-13|18:29:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7098773Z [05-13|18:29:43.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7099158Z [05-13|18:29:43.763] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7099622Z [05-13|18:29:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7099948Z [05-13|18:29:43.763] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7100404Z [05-13|18:29:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7100854Z [05-13|18:29:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7101116Z [05-13|18:29:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.7101444Z [05-13|18:29:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7101706Z [05-13|18:29:43.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7102156Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7102542Z [05-13|18:29:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7102799Z [05-13|18:29:43.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7102938Z [05-13|18:29:43.764] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7103392Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7103655Z [05-13|18:29:43.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.7104104Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7104487Z [05-13|18:29:43.765] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7104938Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7105198Z [05-13|18:29:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7105527Z [05-13|18:29:43.765] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7106031Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7106290Z [05-13|18:29:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7106744Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7107191Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7107635Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7107945Z [05-13|18:29:43.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7108512Z [05-13|18:29:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7108844Z [05-13|18:29:43.766] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7109299Z [05-13|18:29:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7109628Z [05-13|18:29:43.766] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7109949Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7110277Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7110599Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7110923Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7111066Z [05-13|18:29:43.767] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7111388Z [05-13|18:29:43.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7111646Z [05-13|18:29:43.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7111974Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7112298Z [05-13|18:29:43.768] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7112751Z [05-13|18:29:43.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7113016Z [05-13|18:29:43.768] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7113521Z [05-13|18:29:43.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7113976Z [05-13|18:29:43.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7114432Z [05-13|18:29:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7114694Z [05-13|18:29:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7115207Z [05-13|18:29:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7115471Z [05-13|18:29:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7115906Z [05-13|18:29:43.769] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.7116238Z [05-13|18:29:43.769] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7116741Z [05-13|18:29:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7116883Z [05-13|18:29:43.770] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7117025Z [05-13|18:29:43.770] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7117286Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7117742Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7118387Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7118651Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7118977Z [05-13|18:29:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7119438Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7119767Z [05-13|18:29:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7120219Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7120556Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7121033Z [05-13|18:29:43.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7121295Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7121751Z [05-13|18:29:43.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7122083Z [05-13|18:29:43.771] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7122587Z [05-13|18:29:43.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7122926Z [05-13|18:29:43.771] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7123252Z [05-13|18:29:43.771] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7123705Z [05-13|18:29:43.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7124085Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7124345Z [05-13|18:29:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7124671Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7124996Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7125425Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.7125561Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7125940Z [05-13|18:29:43.773] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7126079Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7126532Z [05-13|18:29:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7126964Z [05-13|18:29:43.773] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.7127100Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7127234Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7127662Z [05-13|18:29:43.773] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.7127925Z [05-13|18:29:43.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7128317Z [05-13|18:29:43.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7128779Z [05-13|18:29:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7129040Z [05-13|18:29:43.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7129561Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7130016Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7130347Z [05-13|18:29:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7130609Z [05-13|18:29:43.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7131066Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7131567Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7132023Z [05-13|18:29:43.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7132352Z [05-13|18:29:43.775] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7132677Z [05-13|18:29:43.775] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7133184Z [05-13|18:29:43.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7133447Z [05-13|18:29:43.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7133708Z [05-13|18:29:43.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7133981Z [05-13|18:29:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7134247Z [05-13|18:29:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7134576Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7135084Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7135545Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7135999Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7136440Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.7136891Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7137320Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.7137465Z [05-13|18:29:43.776] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7137899Z [05-13|18:29:43.777] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.7138351Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7138771Z [05-13|18:29:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7139100Z [05-13|18:29:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7139564Z [05-13|18:29:43.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7139849Z [05-13|18:29:43.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7140316Z [05-13|18:29:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7140657Z [05-13|18:29:43.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7140803Z [05-13|18:29:43.778] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7141255Z [05-13|18:29:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7141585Z [05-13|18:29:43.778] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7142046Z [05-13|18:29:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7142426Z [05-13|18:29:43.778] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7142689Z [05-13|18:29:43.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7142958Z [05-13|18:29:43.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7143095Z [05-13|18:29:43.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7143427Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7143942Z [05-13|18:29:43.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7144277Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7144602Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7145045Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.7145505Z [05-13|18:29:43.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7145645Z [05-13|18:29:43.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7146099Z [05-13|18:29:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7146552Z [05-13|18:29:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7146821Z [05-13|18:29:43.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7146956Z [05-13|18:29:43.780] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7147093Z [05-13|18:29:43.779] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7147392Z [05-13|18:29:43.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7147849Z [05-13|18:29:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7148428Z [05-13|18:29:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7148577Z [05-13|18:29:43.781] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7149027Z [05-13|18:29:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7149538Z [05-13|18:29:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7149811Z [05-13|18:29:43.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.7150144Z [05-13|18:29:43.781] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7150479Z [05-13|18:29:43.781] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7150969Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.7151295Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7151619Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7152083Z [05-13|18:29:43.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7152407Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7152540Z [05-13|18:29:43.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7152924Z [05-13|18:29:43.783] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7153062Z [05-13|18:29:43.782] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7153325Z [05-13|18:29:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7153594Z [05-13|18:29:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7154024Z [05-13|18:29:43.783] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.7154483Z [05-13|18:29:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7154620Z [05-13|18:29:43.783] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7154883Z [05-13|18:29:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7155337Z [05-13|18:29:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7155603Z [05-13|18:29:43.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7156058Z [05-13|18:29:43.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7156444Z [05-13|18:29:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7156877Z [05-13|18:29:43.784] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} +2026-05-13T18:30:54.7157332Z [05-13|18:29:43.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7157466Z [05-13|18:29:43.784] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7157921Z [05-13|18:29:43.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7158551Z [05-13|18:29:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7159012Z [05-13|18:29:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7159352Z [05-13|18:29:43.785] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7159804Z [05-13|18:29:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7160156Z [05-13|18:29:43.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7160494Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7160756Z [05-13|18:29:43.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7161183Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} +2026-05-13T18:30:54.7161322Z [05-13|18:29:43.786] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7161828Z [05-13|18:29:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7162163Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7162302Z [05-13|18:29:43.786] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7162630Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7163085Z [05-13|18:29:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7163540Z [05-13|18:29:43.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7163802Z [05-13|18:29:43.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.7164131Z [05-13|18:29:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7164272Z [05-13|18:29:43.787] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7164700Z [05-13|18:29:43.787] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} +2026-05-13T18:30:54.7165151Z [05-13|18:29:43.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7165348Z [05-13|18:29:43.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7165676Z [05-13|18:29:43.788] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7166003Z [05-13|18:29:43.788] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7166465Z [05-13|18:29:43.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7166792Z [05-13|18:29:43.788] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7167052Z [05-13|18:29:43.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7167189Z [05-13|18:29:43.788] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7167451Z [05-13|18:29:43.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7167776Z [05-13|18:29:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7168157Z [05-13|18:29:43.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7168557Z [05-13|18:29:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7168822Z [05-13|18:29:43.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7168962Z [05-13|18:29:43.789] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7169225Z [05-13|18:29:43.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7169688Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7169961Z [05-13|18:29:43.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:54.7170472Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7170930Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7171389Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7171839Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7172298Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7172564Z [05-13|18:29:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7173016Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7173285Z [05-13|18:29:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7173547Z [05-13|18:29:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7173882Z [05-13|18:29:43.791] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7174404Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7174665Z [05-13|18:29:43.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7175120Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7175456Z [05-13|18:29:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7175836Z [05-13|18:29:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7176165Z [05-13|18:29:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7176628Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7177083Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7177571Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7177842Z [05-13|18:29:43.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.7178232Z [05-13|18:29:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7178687Z [05-13|18:29:43.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7179148Z [05-13|18:29:43.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7179538Z [05-13|18:29:43.793] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7179878Z [05-13|18:29:43.793] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7180341Z [05-13|18:29:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7180605Z [05-13|18:29:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7180936Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7181077Z [05-13|18:29:43.794] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7181409Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7181740Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7182078Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7182213Z [05-13|18:29:43.794] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7182674Z [05-13|18:29:43.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7183070Z [05-13|18:29:43.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7183204Z [05-13|18:29:43.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7183336Z [05-13|18:29:43.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7183675Z [05-13|18:29:43.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7183811Z [05-13|18:29:43.795] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7184074Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7184339Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7184650Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7185112Z [05-13|18:29:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7185574Z [05-13|18:29:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7185837Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7186150Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7186414Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7186874Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7187331Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7187598Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7188220Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7188492Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7188756Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.7189015Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7189471Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7189932Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7190192Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7190457Z [05-13|18:29:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7190913Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7191368Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7191884Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7192219Z [05-13|18:29:43.798] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7192675Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7193014Z [05-13|18:29:43.798] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7193343Z [05-13|18:29:43.798] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7193529Z [05-13|18:29:43.798] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7193990Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7194446Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7194778Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7194968Z [05-13|18:29:43.799] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7195425Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7195881Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7196340Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7196671Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7197037Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7197377Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7197704Z [05-13|18:29:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7197838Z [05-13|18:29:43.800] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7197978Z [05-13|18:29:43.800] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7198424Z [05-13|18:29:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7198754Z [05-13|18:29:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7199087Z [05-13|18:29:43.801] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7199415Z [05-13|18:29:43.801] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7199551Z [05-13|18:29:43.801] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7199820Z [05-13|18:29:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7200082Z [05-13|18:29:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7200404Z [05-13|18:29:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7200867Z [05-13|18:29:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7201324Z [05-13|18:29:43.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7201780Z [05-13|18:29:43.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7202118Z [05-13|18:29:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7202625Z [05-13|18:29:43.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7202765Z [05-13|18:29:43.803] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7202904Z [05-13|18:29:43.803] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7203236Z [05-13|18:29:43.803] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7203499Z [05-13|18:29:43.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7204010Z [05-13|18:29:43.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7204274Z [05-13|18:29:43.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7204409Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7204549Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7204685Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7205016Z [05-13|18:29:43.804] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7205153Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7205659Z [05-13|18:29:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7205797Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7205934Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7206063Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7206197Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7206334Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7206790Z [05-13|18:29:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7206922Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7207060Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7207194Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7207328Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7207459Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7207596Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7207726Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7207858Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7208411Z [05-13|18:29:43.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7208688Z [05-13|18:29:43.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7209022Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7209294Z [05-13|18:29:43.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7209627Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7209954Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7210492Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7210952Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7211215Z [05-13|18:29:43.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7211354Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7211490Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7211674Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7211811Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7211940Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7212397Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7212540Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7212993Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7213256Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7213570Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7214028Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7214291Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7214751Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7215205Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7215657Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7215997Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7216132Z [05-13|18:29:43.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7216266Z [05-13|18:29:43.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7216595Z [05-13|18:29:43.806] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7216786Z [05-13|18:29:43.806] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7217047Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7217381Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7217838Z [05-13|18:29:43.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7217973Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7218240Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7218382Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7218580Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7218721Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7219061Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7219192Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7219466Z [05-13|18:29:43.807] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7219802Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7220181Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7220320Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7220652Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7221145Z [05-13|18:29:43.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7221285Z [05-13|18:29:43.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7221419Z [05-13|18:29:43.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7221741Z [05-13|18:29:43.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7222201Z [05-13|18:29:43.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7222538Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7222863Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7222998Z [05-13|18:29:43.808] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7223337Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7223666Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7224131Z [05-13|18:29:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7224462Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7224788Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7224927Z [05-13|18:29:43.809] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7225337Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7225663Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7225995Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7226324Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7226457Z [05-13|18:29:43.809] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7226781Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7227126Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7227391Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.7227649Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7227982Z [05-13|18:29:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7228390Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7228716Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7229182Z [05-13|18:29:43.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7229445Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7229908Z [05-13|18:29:43.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7230361Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7230867Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7231326Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7231659Z [05-13|18:29:43.811] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7231796Z [05-13|18:29:43.811] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7231935Z [05-13|18:29:43.810] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7232389Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7232524Z [05-13|18:29:43.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7232662Z [05-13|18:29:43.812] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7233116Z [05-13|18:29:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7233447Z [05-13|18:29:43.812] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7233783Z [05-13|18:29:43.812] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7234102Z [05-13|18:29:43.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7234559Z [05-13|18:29:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7235020Z [05-13|18:29:43.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7235355Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7235618Z [05-13|18:29:43.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7235937Z [05-13|18:29:43.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7236271Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7236603Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7236937Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7237398Z [05-13|18:29:43.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7237890Z [05-13|18:29:43.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7238155Z [05-13|18:29:43.813] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7238494Z [05-13|18:29:43.814] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7238757Z [05-13|18:29:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7239221Z [05-13|18:29:43.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7239733Z [05-13|18:29:43.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7239873Z [05-13|18:29:43.814] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7240207Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7240539Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7240867Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7241007Z [05-13|18:29:43.815] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7241332Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7241483Z [05-13|18:29:43.815] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7241708Z [05-13|18:29:43.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.7241845Z [05-13|18:29:43.815] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7242172Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7242323Z [05-13|18:29:43.815] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7242755Z [05-13|18:29:43.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.7242890Z [05-13|18:29:43.816] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7243227Z [05-13|18:29:43.816] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7243442Z [05-13|18:29:43.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.7243711Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7243978Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7244237Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7244547Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7244924Z [05-13|18:29:43.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.7245382Z [05-13|18:29:43.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7245841Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7246039Z [05-13|18:29:43.816] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7246247Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.7246514Z [05-13|18:29:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7246660Z [05-13|18:29:43.817] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7247023Z [05-13|18:29:43.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.7247476Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7247779Z [05-13|18:29:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7248231Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks +2026-05-13T18:30:54.7248691Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7249136Z [05-13|18:29:43.817] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7249402Z [05-13|18:29:43.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7249856Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7250126Z [05-13|18:29:43.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7250580Z [05-13|18:29:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7251058Z [05-13|18:29:43.818] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7251519Z [05-13|18:29:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7251923Z [05-13|18:29:43.818] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7252378Z [05-13|18:29:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7252521Z [05-13|18:29:43.818] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7252785Z [05-13|18:29:43.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} +2026-05-13T18:30:54.7253222Z [05-13|18:29:43.819] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7253758Z [05-13|18:29:43.819] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7254101Z [05-13|18:29:43.819] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7254557Z [05-13|18:29:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7255035Z [05-13|18:29:43.820] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7255544Z [05-13|18:29:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7255888Z [05-13|18:29:43.820] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7256027Z [05-13|18:29:43.821] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7256357Z [05-13|18:29:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7256821Z [05-13|18:29:43.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7257207Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7257542Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7257874Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7258448Z [05-13|18:29:43.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7258587Z [05-13|18:29:43.823] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7259067Z [05-13|18:29:43.823] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7259399Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7259536Z [05-13|18:29:43.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7259676Z [05-13|18:29:43.824] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7259808Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7260072Z [05-13|18:29:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7260399Z [05-13|18:29:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7260539Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7260670Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7260801Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7260942Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7261075Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7261207Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7261671Z [05-13|18:29:43.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7261860Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7261994Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7262137Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7262268Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7262398Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7262838Z [05-13|18:29:43.827] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.7263026Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7263156Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7263287Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7263428Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7263559Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7264020Z [05-13|18:29:43.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7264369Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7264698Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7264885Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7265224Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7265547Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7266017Z [05-13|18:29:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7266154Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7266287Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7266423Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7266759Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7267093Z [05-13|18:29:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7267226Z [05-13|18:29:43.829] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7267555Z [05-13|18:29:43.830] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7267691Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7267871Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7268328Z [05-13|18:29:43.830] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7268466Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7268732Z [05-13|18:29:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7269073Z [05-13|18:29:43.830] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7269208Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7269342Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7269486Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7270007Z [05-13|18:29:43.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7270147Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7270413Z [05-13|18:29:43.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.7270867Z [05-13|18:29:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7271058Z [05-13|18:29:43.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7271199Z [05-13|18:29:43.832] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7271330Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7271663Z [05-13|18:29:43.833] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7271801Z [05-13|18:29:43.833] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7272067Z [05-13|18:29:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7272521Z [05-13|18:29:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7272848Z [05-13|18:29:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7273306Z [05-13|18:29:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7273572Z [05-13|18:29:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:54.7274027Z [05-13|18:29:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7274483Z [05-13|18:29:43.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7274934Z [05-13|18:29:43.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7275284Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7275613Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7275938Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7276092Z [05-13|18:29:43.834] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7276282Z [05-13|18:29:43.835] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7276627Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7276897Z [05-13|18:29:43.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7277351Z [05-13|18:29:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7277680Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7278010Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7278514Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7278981Z [05-13|18:29:43.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7279121Z [05-13|18:29:43.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7279444Z [05-13|18:29:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7279775Z [05-13|18:29:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7280166Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7280299Z [05-13|18:29:43.837] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7280566Z [05-13|18:29:43.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7280899Z [05-13|18:29:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7281357Z [05-13|18:29:43.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7281739Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7282205Z [05-13|18:29:43.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7282534Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7282862Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7283199Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7283631Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.7283963Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7284104Z [05-13|18:29:43.838] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7284531Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.7284676Z [05-13|18:29:43.839] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7284947Z [05-13|18:29:43.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7285218Z [05-13|18:29:43.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.7285550Z [05-13|18:29:43.839] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7285816Z [05-13|18:29:43.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7286274Z [05-13|18:29:43.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7286542Z [05-13|18:29:43.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7286978Z [05-13|18:29:43.840] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.7287150Z [05-13|18:29:43.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7287612Z [05-13|18:29:43.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7287753Z [05-13|18:29:43.840] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7288200Z [05-13|18:29:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7288358Z [05-13|18:29:43.841] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7288762Z [05-13|18:29:43.841] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7289223Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7289677Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7290134Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7290398Z [05-13|18:29:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7290712Z [05-13|18:29:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7291173Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7291317Z [05-13|18:29:43.841] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7291537Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.7292001Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7292454Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7292789Z [05-13|18:29:43.842] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7292940Z [05-13|18:29:43.842] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7293075Z [05-13|18:29:43.842] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7293286Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.7293619Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks +2026-05-13T18:30:54.7294142Z [05-13|18:29:43.843] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} +2026-05-13T18:30:54.7294603Z [05-13|18:29:43.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7294746Z [05-13|18:29:43.843] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7295178Z [05-13|18:29:43.843] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} +2026-05-13T18:30:54.7295314Z [05-13|18:29:43.844] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7295653Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7296137Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} +2026-05-13T18:30:54.7296620Z [05-13|18:29:43.844] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7296960Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7297297Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7297669Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7298254Z [05-13|18:29:43.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7298737Z [05-13|18:29:43.845] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7299075Z [05-13|18:29:43.845] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7299211Z [05-13|18:29:43.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7299343Z [05-13|18:29:43.845] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7299875Z [05-13|18:29:43.846] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7300215Z [05-13|18:29:43.846] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7300482Z [05-13|18:29:43.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7300749Z [05-13|18:29:43.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7301221Z [05-13|18:29:43.846] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7301683Z [05-13|18:29:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7302144Z [05-13|18:29:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7302406Z [05-13|18:29:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.7302862Z [05-13|18:29:43.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7303191Z [05-13|18:29:43.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7303450Z [05-13|18:29:43.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7303905Z [05-13|18:29:43.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7304173Z [05-13|18:29:43.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7304626Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7305127Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7305591Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7305852Z [05-13|18:29:43.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7306186Z [05-13|18:29:43.849] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7306697Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7307149Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7307412Z [05-13|18:29:43.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7307553Z [05-13|18:29:43.849] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7307882Z [05-13|18:29:43.850] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7308525Z [05-13|18:29:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7308797Z [05-13|18:29:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7309252Z [05-13|18:29:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7309703Z [05-13|18:29:43.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7309968Z [05-13|18:29:43.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7310398Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.7310532Z [05-13|18:29:43.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7310988Z [05-13|18:29:43.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7311323Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7311756Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.7312189Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.7312384Z [05-13|18:29:43.851] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7312841Z [05-13|18:29:43.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7313104Z [05-13|18:29:43.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.7313435Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7313765Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7313953Z [05-13|18:29:43.852] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7314281Z [05-13|18:29:43.852] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7314614Z [05-13|18:29:43.852] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7315075Z [05-13|18:29:43.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7315527Z [05-13|18:29:43.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7315918Z [05-13|18:29:43.852] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7316245Z [05-13|18:29:43.853] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7316382Z [05-13|18:29:43.853] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7316652Z [05-13|18:29:43.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7316976Z [05-13|18:29:43.853] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7317345Z [05-13|18:29:43.853] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7317811Z [05-13|18:29:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7318254Z [05-13|18:29:43.854] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7318523Z [05-13|18:29:43.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} +2026-05-13T18:30:54.7318988Z [05-13|18:29:43.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7319252Z [05-13|18:29:43.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7319513Z [05-13|18:29:43.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7319653Z [05-13|18:29:43.854] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7319914Z [05-13|18:29:43.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7320370Z [05-13|18:29:43.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7320829Z [05-13|18:29:43.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7321371Z [05-13|18:29:43.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7321800Z [05-13|18:29:43.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.7322143Z [05-13|18:29:43.855] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7322282Z [05-13|18:29:43.855] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7322735Z [05-13|18:29:43.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7323153Z [05-13|18:29:43.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7323586Z [05-13|18:29:43.856] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.7323721Z [05-13|18:29:43.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7324179Z [05-13|18:29:43.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7324493Z [05-13|18:29:43.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7324826Z [05-13|18:29:43.856] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7325288Z [05-13|18:29:43.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7325624Z [05-13|18:29:43.856] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7326073Z [05-13|18:29:43.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7326391Z [05-13|18:29:43.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.7326527Z [05-13|18:29:43.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7326980Z [05-13|18:29:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7327311Z [05-13|18:29:43.857] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7327768Z [05-13|18:29:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7328209Z [05-13|18:29:43.857] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7328353Z [05-13|18:29:43.856] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7328806Z [05-13|18:29:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7329132Z [05-13|18:29:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7329468Z [05-13|18:29:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7329738Z [05-13|18:29:43.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7330064Z [05-13|18:29:43.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7330530Z [05-13|18:29:43.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7330860Z [05-13|18:29:43.859] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7331125Z [05-13|18:29:43.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7331265Z [05-13|18:29:43.859] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7331719Z [05-13|18:29:43.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7332206Z [05-13|18:29:43.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:54.7332482Z [05-13|18:29:43.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7332742Z [05-13|18:29:43.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7333173Z [05-13|18:29:43.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:54.7333690Z [05-13|18:29:43.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7334149Z [05-13|18:29:43.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7334612Z [05-13|18:29:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7335065Z [05-13|18:29:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7335200Z [05-13|18:29:43.860] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7335520Z [05-13|18:29:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7335978Z [05-13|18:29:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7336430Z [05-13|18:29:43.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7336763Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7337091Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7337421Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7337751Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7338192Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7338529Z [05-13|18:29:43.862] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7338799Z [05-13|18:29:43.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7339125Z [05-13|18:29:43.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7339579Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7339849Z [05-13|18:29:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7340303Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7340757Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7341073Z [05-13|18:29:43.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7341338Z [05-13|18:29:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7341771Z [05-13|18:29:43.863] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:54.7342234Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7342736Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7343165Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:54.7343503Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7343766Z [05-13|18:29:43.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7344094Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7344235Z [05-13|18:29:43.864] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7344545Z [05-13|18:29:43.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7344878Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7345340Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7345790Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7346245Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7346699Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7346960Z [05-13|18:29:43.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7347229Z [05-13|18:29:43.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7347680Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7348280Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7348558Z [05-13|18:29:43.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7348889Z [05-13|18:29:43.866] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7349216Z [05-13|18:29:43.866] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7349485Z [05-13|18:29:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} +2026-05-13T18:30:54.7350004Z [05-13|18:29:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7350335Z [05-13|18:29:43.866] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7350799Z [05-13|18:29:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7351256Z [05-13|18:29:43.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7351761Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7352217Z [05-13|18:29:43.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7352556Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7352893Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7353035Z [05-13|18:29:43.868] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7353413Z [05-13|18:29:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7353740Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7354009Z [05-13|18:29:43.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7354272Z [05-13|18:29:43.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7354726Z [05-13|18:29:43.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7355065Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7355325Z [05-13|18:29:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7355777Z [05-13|18:29:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7355920Z [05-13|18:29:43.869] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7356370Z [05-13|18:29:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7356819Z [05-13|18:29:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7357139Z [05-13|18:29:43.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7357466Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7357729Z [05-13|18:29:43.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7358167Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7358308Z [05-13|18:29:43.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7358640Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7359165Z [05-13|18:29:43.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7359303Z [05-13|18:29:43.870] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7359563Z [05-13|18:29:43.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7359900Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7360356Z [05-13|18:29:43.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7360859Z [05-13|18:29:43.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7361129Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7361392Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7361651Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7361916Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7362464Z [05-13|18:29:43.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7362923Z [05-13|18:29:43.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7363258Z [05-13|18:29:43.872] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7363584Z [05-13|18:29:43.872] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7363848Z [05-13|18:29:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7364309Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7364765Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7365222Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7365677Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7366185Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7366646Z [05-13|18:29:43.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7367079Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} +2026-05-13T18:30:54.7367217Z [05-13|18:29:43.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7367651Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} +2026-05-13T18:30:54.7367823Z [05-13|18:29:43.873] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7368375Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} +2026-05-13T18:30:54.7368718Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7369043Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7369375Z [05-13|18:29:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7369578Z [05-13|18:29:43.874] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7369906Z [05-13|18:29:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7370232Z [05-13|18:29:43.875] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7370373Z [05-13|18:29:43.875] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7370698Z [05-13|18:29:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7370961Z [05-13|18:29:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7371480Z [05-13|18:29:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7371815Z [05-13|18:29:43.875] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7372076Z [05-13|18:29:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7372410Z [05-13|18:29:43.875] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7372862Z [05-13|18:29:43.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7372996Z [05-13|18:29:43.876] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7373452Z [05-13|18:29:43.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7373718Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7374168Z [05-13|18:29:43.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7374434Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7374748Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7375003Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7375457Z [05-13|18:29:43.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7375907Z [05-13|18:29:43.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7376358Z [05-13|18:29:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7376681Z [05-13|18:29:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7377141Z [05-13|18:29:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7377591Z [05-13|18:29:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7377865Z [05-13|18:29:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7378361Z [05-13|18:29:43.878] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7378627Z [05-13|18:29:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7379090Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7379545Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7379812Z [05-13|18:29:43.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7380304Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:54.7380637Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7380776Z [05-13|18:29:43.879] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7381207Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} +2026-05-13T18:30:54.7381533Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7381992Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7382320Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7382779Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7382921Z [05-13|18:29:43.880] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7383246Z [05-13|18:29:43.880] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7383703Z [05-13|18:29:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7384033Z [05-13|18:29:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7384485Z [05-13|18:29:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7384817Z [05-13|18:29:43.880] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7384959Z [05-13|18:29:43.880] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7385414Z [05-13|18:29:43.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7385788Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7386126Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7386450Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7386778Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7387097Z [05-13|18:29:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7387356Z [05-13|18:29:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7387813Z [05-13|18:29:43.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7388274Z [05-13|18:29:43.882] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7388742Z [05-13|18:29:43.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7389253Z [05-13|18:29:43.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7389527Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7389785Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7390042Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7390501Z [05-13|18:29:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7390762Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7391214Z [05-13|18:29:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7391678Z [05-13|18:29:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7392127Z [05-13|18:29:43.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7392575Z [05-13|18:29:43.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7393086Z [05-13|18:29:43.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7393416Z [05-13|18:29:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7393752Z [05-13|18:29:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7393891Z [05-13|18:29:43.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7394215Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7394593Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7394917Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7395054Z [05-13|18:29:43.885] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7395384Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7399394Z [05-13|18:29:43.886] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7399766Z [05-13|18:29:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7400184Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7400465Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7400932Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7401401Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7401673Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7401999Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7402272Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7402732Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7402999Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7403264Z [05-13|18:29:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7403717Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7404166Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7404624Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7405070Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7405514Z [05-13|18:29:43.888] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7406006Z [05-13|18:29:43.888] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7406433Z [05-13|18:29:43.888] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7406582Z [05-13|18:29:43.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7407046Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7407309Z [05-13|18:29:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7407502Z [05-13|18:29:43.888] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7407776Z [05-13|18:29:43.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7408263Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7408724Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7409184Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7409699Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7410147Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7410584Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.7410722Z [05-13|18:29:43.889] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7411115Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7411575Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7412001Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.7412422Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.7412882Z [05-13|18:29:43.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7413021Z [05-13|18:29:43.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7413354Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7413808Z [05-13|18:29:43.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7414135Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7414474Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7414667Z [05-13|18:29:43.890] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7414984Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7415117Z [05-13|18:29:43.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7415256Z [05-13|18:29:43.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7415584Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7415718Z [05-13|18:29:43.891] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7416050Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7416422Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7416753Z [05-13|18:29:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7417208Z [05-13|18:29:43.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7417343Z [05-13|18:29:43.892] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7417672Z [05-13|18:29:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7418033Z [05-13|18:29:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7418284Z [05-13|18:29:43.893] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7418553Z [05-13|18:29:43.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7418820Z [05-13|18:29:43.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7419079Z [05-13|18:29:43.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7419340Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7419865Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7420322Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7420583Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7420853Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7421142Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7421596Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7422058Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7422504Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7422772Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7423219Z [05-13|18:29:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7423729Z [05-13|18:29:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7424179Z [05-13|18:29:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7424443Z [05-13|18:29:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7424872Z [05-13|18:29:43.895] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.7425014Z [05-13|18:29:43.895] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7425329Z [05-13|18:29:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7425594Z [05-13|18:29:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7426054Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7426314Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7426647Z [05-13|18:29:43.896] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7427126Z [05-13|18:29:43.896] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.7427580Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7428150Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7428505Z [05-13|18:29:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7429018Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7429471Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7429928Z [05-13|18:29:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7430259Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7430586Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7430912Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7431232Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7431692Z [05-13|18:29:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7432030Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7432167Z [05-13|18:29:43.897] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7432361Z [05-13|18:29:43.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7432501Z [05-13|18:29:43.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7432826Z [05-13|18:29:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7432961Z [05-13|18:29:43.898] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7433294Z [05-13|18:29:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7433620Z [05-13|18:29:43.899] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7433756Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7434140Z [05-13|18:29:43.899] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7434571Z [05-13|18:29:43.899] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.7434705Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7434845Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7434978Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7435110Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7435339Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7435608Z [05-13|18:29:43.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7435871Z [05-13|18:29:43.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7436013Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7436148Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7436278Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7436408Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7436544Z [05-13|18:29:43.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7436674Z [05-13|18:29:43.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7437164Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7437627Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7437762Z [05-13|18:29:43.901] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7438023Z [05-13|18:29:43.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7438410Z [05-13|18:29:43.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7438871Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7439329Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7439790Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7440057Z [05-13|18:29:43.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7440191Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7440715Z [05-13|18:29:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7440851Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7440981Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7441316Z [05-13|18:29:43.902] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7441768Z [05-13|18:29:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7441902Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7442093Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7442227Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7442359Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7442495Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7442624Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7442754Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7442891Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7443075Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7443203Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7443342Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7443671Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7443805Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7443938Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7444394Z [05-13|18:29:43.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7444720Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7445094Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7445244Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7445586Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7445726Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7445865Z [05-13|18:29:43.904] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7446134Z [05-13|18:29:43.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7446592Z [05-13|18:29:43.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7446866Z [05-13|18:29:43.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7447200Z [05-13|18:29:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7447527Z [05-13|18:29:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7447863Z [05-13|18:29:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7448285Z [05-13|18:29:43.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7448432Z [05-13|18:29:43.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7448582Z [05-13|18:29:43.905] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7449056Z [05-13|18:29:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7449336Z [05-13|18:29:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7449804Z [05-13|18:29:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7450199Z [05-13|18:29:43.905] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7450660Z [05-13|18:29:43.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7450998Z [05-13|18:29:43.905] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7451133Z [05-13|18:29:43.906] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7451587Z [05-13|18:29:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7451973Z [05-13|18:29:43.905] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7452239Z [05-13|18:29:43.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7452693Z [05-13|18:29:43.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7453028Z [05-13|18:29:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7453356Z [05-13|18:29:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7453736Z [05-13|18:29:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7453884Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7454203Z [05-13|18:29:43.907] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7454658Z [05-13|18:29:43.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7454800Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7455234Z [05-13|18:29:43.907] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.7455369Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7455639Z [05-13|18:29:43.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7456063Z [05-13|18:29:43.907] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.7456326Z [05-13|18:29:43.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7456465Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7456922Z [05-13|18:29:43.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7457308Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7457637Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7457902Z [05-13|18:29:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7458354Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7458687Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7459012Z [05-13|18:29:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7459479Z [05-13|18:29:43.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7459810Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7460139Z [05-13|18:29:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7460335Z [05-13|18:29:43.909] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7460791Z [05-13|18:29:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7461245Z [05-13|18:29:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7461705Z [05-13|18:29:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7462038Z [05-13|18:29:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7462519Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.7462853Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7462989Z [05-13|18:29:43.910] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7463321Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7463656Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7463793Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7463925Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7464064Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7464195Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7464326Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7464462Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7464596Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7464863Z [05-13|18:29:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7464997Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7465135Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7465454Z [05-13|18:29:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7465714Z [05-13|18:29:43.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7466052Z [05-13|18:29:43.911] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7466187Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7466644Z [05-13|18:29:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7467144Z [05-13|18:29:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7467279Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7467414Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7467873Z [05-13|18:29:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7468007Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7468260Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7468458Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7468590Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7468719Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7468854Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7469310Z [05-13|18:29:43.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7469645Z [05-13|18:29:43.913] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7469782Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7469914Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7470096Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7470231Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7470367Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7470630Z [05-13|18:29:43.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7470964Z [05-13|18:29:43.913] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7471424Z [05-13|18:29:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7471559Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7471689Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7471826Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7471959Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7472092Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7472230Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7472359Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7472488Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7472629Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7472951Z [05-13|18:29:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7473084Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7473216Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7473479Z [05-13|18:29:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} +2026-05-13T18:30:54.7473611Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7473743Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7474202Z [05-13|18:29:43.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7474587Z [05-13|18:29:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7474915Z [05-13|18:29:43.914] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7475052Z [05-13|18:29:43.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7475184Z [05-13|18:29:43.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7475314Z [05-13|18:29:43.915] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7475775Z [05-13|18:29:43.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7476267Z [05-13|18:29:43.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7476399Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7476538Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7476669Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7476801Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7476937Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7477066Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7477197Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7477370Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7477505Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7477838Z [05-13|18:29:43.916] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7478219Z [05-13|18:29:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7478690Z [05-13|18:29:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7478952Z [05-13|18:29:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7479215Z [05-13|18:29:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7479673Z [05-13|18:29:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7480128Z [05-13|18:29:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7480466Z [05-13|18:29:43.917] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7480601Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7480803Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7480940Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7481204Z [05-13|18:29:43.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7481334Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7481465Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7481926Z [05-13|18:29:43.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7482060Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7482460Z [05-13|18:29:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7482603Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7482869Z [05-13|18:29:43.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7483003Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7483463Z [05-13|18:29:43.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7483725Z [05-13|18:29:43.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7483916Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7484056Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7484387Z [05-13|18:29:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7484520Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7484660Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7484791Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7485247Z [05-13|18:29:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7485437Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7485575Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7485711Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7485850Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7485981Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7486438Z [05-13|18:29:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7486580Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7486713Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7487163Z [05-13|18:29:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7487299Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7487437Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7487567Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7487695Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7487963Z [05-13|18:29:43.920] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:54.7488213Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7488419Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7488754Z [05-13|18:29:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7489214Z [05-13|18:29:43.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7489543Z [05-13|18:29:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7489686Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7489817Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7490129Z [05-13|18:29:43.920] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} +2026-05-13T18:30:54.7490268Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7490404Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7490662Z [05-13|18:29:43.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:54.7491124Z [05-13|18:29:43.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7491258Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7491442Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7491578Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7492031Z [05-13|18:29:43.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7492165Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7492297Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7492435Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7492564Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7492693Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7492885Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7493219Z [05-13|18:29:43.922] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7493555Z [05-13|18:29:43.922] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7493694Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7493829Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7493961Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7494096Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7494228Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7494686Z [05-13|18:29:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7494829Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7495092Z [05-13|18:29:43.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7495226Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7495363Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7495817Z [05-13|18:29:43.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7495991Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7496445Z [05-13|18:29:43.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7496580Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7496910Z [05-13|18:29:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7497179Z [05-13|18:29:43.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7497440Z [05-13|18:29:43.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7497644Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7497974Z [05-13|18:29:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7498235Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7498370Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7498508Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7498643Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7498775Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7498970Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7499108Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7499239Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7499370Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7499506Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7499639Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7499769Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7499898Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7500035Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7500165Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7500352Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7500492Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7500621Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7500948Z [05-13|18:29:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7501088Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7501220Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7501350Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7501810Z [05-13|18:29:43.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7501944Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7502076Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7502343Z [05-13|18:29:43.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7502602Z [05-13|18:29:43.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7503061Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7503592Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7504043Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7504180Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7504320Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7504772Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7504905Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7505094Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7505427Z [05-13|18:29:43.927] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7505561Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7505698Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7506155Z [05-13|18:29:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7506331Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7506470Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7506602Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7506731Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7506864Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7507001Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7507132Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7507459Z [05-13|18:29:43.927] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7507597Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7507764Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7508213Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7508660Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:54.7509095Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:54.7509426Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7509566Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7509701Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7509835Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7509971Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7510102Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7510230Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7510370Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7510500Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7510629Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7511023Z [05-13|18:29:43.929] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7511160Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7511290Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7511420Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7511559Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7511692Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7511822Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7511957Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7512334Z [05-13|18:29:43.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7512470Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7512606Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7512737Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7512864Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7513132Z [05-13|18:29:43.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:54.7513393Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:54.7513705Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:54.7514167Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7514627Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7515079Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7515585Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7515853Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} +2026-05-13T18:30:54.7515986Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7516126Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7516257Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7516388Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7516650Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7517111Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7517371Z [05-13|18:29:43.932] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7517827Z [05-13|18:29:43.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7518395Z [05-13|18:29:43.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7518851Z [05-13|18:29:43.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7519248Z [05-13|18:29:43.932] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7519383Z [05-13|18:29:43.933] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7519711Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:54.7519850Z [05-13|18:29:43.933] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7520183Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:54.7520511Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:54.7520831Z [05-13|18:29:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7521189Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7521322Z [05-13|18:29:43.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7521654Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7521791Z [05-13|18:29:43.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7522053Z [05-13|18:29:43.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7522241Z [05-13|18:29:43.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7522703Z [05-13|18:29:43.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7523158Z [05-13|18:29:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7523298Z [05-13|18:29:43.935] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7523431Z [05-13|18:29:43.935] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7523691Z [05-13|18:29:43.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7524197Z [05-13|18:29:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7524659Z [05-13|18:29:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7524989Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7525327Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7525654Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7525977Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7526310Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7526634Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7526768Z [05-13|18:29:43.936] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7527102Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7527278Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7527599Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7527936Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7528384Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7528522Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7528849Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7528988Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7529186Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7529516Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7529656Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7529786Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7529917Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7530053Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7530239Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7530568Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7530708Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7530839Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7530969Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7531109Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7531239Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7531369Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7531700Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7532084Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7532221Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7532353Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7532489Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7532621Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7532751Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7532885Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7533015Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7533145Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7533281Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7533412Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7533543Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7533679Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7533809Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7534073Z [05-13|18:29:43.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7534330Z [05-13|18:29:43.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7534529Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7534989Z [05-13|18:29:43.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7535443Z [05-13|18:29:43.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7535886Z [05-13|18:29:43.938] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7536218Z [05-13|18:29:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7536588Z [05-13|18:29:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7536855Z [05-13|18:29:43.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.7536989Z [05-13|18:29:43.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7537319Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7537776Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7537962Z [05-13|18:29:43.939] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7538438Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:54.7538601Z [05-13|18:29:43.939] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7539042Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7539181Z [05-13|18:29:43.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7539397Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:54.7539925Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7540072Z [05-13|18:29:43.939] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7540508Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7540845Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7541175Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7541325Z [05-13|18:29:43.940] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7541647Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7541862Z [05-13|18:29:43.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} +2026-05-13T18:30:54.7542005Z [05-13|18:29:43.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7542341Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7542672Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7543000Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7543386Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks +2026-05-13T18:30:54.7543852Z [05-13|18:29:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7544187Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7544668Z [05-13|18:29:43.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7544992Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7545188Z [05-13|18:29:43.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7545521Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7545860Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7546190Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7546326Z [05-13|18:29:43.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7546852Z [05-13|18:29:43.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7547184Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7547507Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7547775Z [05-13|18:29:43.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7548170Z [05-13|18:29:43.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7548309Z [05-13|18:29:43.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7548702Z [05-13|18:29:43.942] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7549178Z [05-13|18:29:43.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7549320Z [05-13|18:29:43.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7549656Z [05-13|18:29:43.942] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7550101Z [05-13|18:29:43.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.7550234Z [05-13|18:29:43.942] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7550709Z [05-13|18:29:43.942] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7551174Z [05-13|18:29:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7551628Z [05-13|18:29:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7552106Z [05-13|18:29:43.943] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7552429Z [05-13|18:29:43.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7552692Z [05-13|18:29:43.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7553155Z [05-13|18:29:43.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7553610Z [05-13|18:29:43.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7554063Z [05-13|18:29:43.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7554454Z [05-13|18:29:43.945] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7554593Z [05-13|18:29:43.945] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7554726Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7554866Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7554996Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7555129Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7555315Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7555450Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7555580Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7555712Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7556174Z [05-13|18:29:43.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7556308Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7556443Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7556579Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7556709Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7556877Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7557018Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7557149Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7557279Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7557413Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7557748Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7557881Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7558010Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7558467Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7558807Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7558943Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7559379Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.7559511Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7559643Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7559890Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7560024Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7560451Z [05-13|18:29:43.949] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.7560592Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7561016Z [05-13|18:29:43.949] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.7561152Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7561287Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7561470Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7561602Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7561735Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7561866Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7561995Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7562133Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7562468Z [05-13|18:29:43.951] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7562655Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7562785Z [05-13|18:29:43.951] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7562919Z [05-13|18:29:43.951] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7563248Z [05-13|18:29:43.951] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7563708Z [05-13|18:29:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7563846Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7563977Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7564105Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7564297Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7564429Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7564558Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7564696Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7564826Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7564956Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7565093Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7565221Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7565486Z [05-13|18:29:43.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7565617Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7565886Z [05-13|18:29:43.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7566018Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7566149Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7566609Z [05-13|18:29:43.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7566871Z [05-13|18:29:43.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7567364Z [05-13|18:29:43.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7567502Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7567633Z [05-13|18:29:43.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7567766Z [05-13|18:29:43.953] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7568339Z [05-13|18:29:43.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7568474Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7568982Z [05-13|18:29:43.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7569126Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7569257Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7569388Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7569725Z [05-13|18:29:43.954] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7569860Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7570047Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7570183Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7570313Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7570444Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7570575Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7570713Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7570843Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7571102Z [05-13|18:29:43.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7571240Z [05-13|18:29:43.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7571554Z [05-13|18:29:43.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7571818Z [05-13|18:29:43.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7572281Z [05-13|18:29:43.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7572414Z [05-13|18:29:43.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7572547Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7572685Z [05-13|18:29:43.956] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7572813Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7572943Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7573078Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7573210Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7573341Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7573476Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7573607Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7573736Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7573866Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7574005Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7574195Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7574524Z [05-13|18:29:43.957] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7574663Z [05-13|18:29:43.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7574796Z [05-13|18:29:43.958] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7575257Z [05-13|18:29:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7575593Z [05-13|18:29:43.958] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7576088Z [05-13|18:29:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7576425Z [05-13|18:29:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7576565Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7576696Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7576827Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7577284Z [05-13|18:29:43.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7577456Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7577587Z [05-13|18:29:43.961] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7577856Z [05-13|18:29:43.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7578235Z [05-13|18:29:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7578697Z [05-13|18:29:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7578964Z [05-13|18:29:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7579473Z [05-13|18:29:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7579932Z [05-13|18:29:43.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7580199Z [05-13|18:29:43.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7580530Z [05-13|18:29:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7580981Z [05-13|18:29:43.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7581425Z [05-13|18:29:43.962] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.7581558Z [05-13|18:29:43.962] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7582011Z [05-13|18:29:43.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7582447Z [05-13|18:29:43.963] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.7582904Z [05-13|18:29:43.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7583291Z [05-13|18:29:43.963] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7583429Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7583563Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7583889Z [05-13|18:29:43.963] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7584029Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7584159Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7584531Z [05-13|18:29:43.964] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7584876Z [05-13|18:29:43.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7585334Z [05-13|18:29:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7585466Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7585602Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7585789Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7585922Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7586259Z [05-13|18:29:43.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7586393Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7586526Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7586662Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7586791Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7586919Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7587048Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7587524Z [05-13|18:29:43.965] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.7587955Z [05-13|18:29:43.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.7588615Z [05-13|18:29:43.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.7588756Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7588888Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7589019Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7589153Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7589291Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7589424Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7589561Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7589709Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7590167Z [05-13|18:29:43.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7590306Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7590441Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7590637Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7590770Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7590900Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7591030Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7591298Z [05-13|18:29:43.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7591439Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7591568Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7591697Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7592017Z [05-13|18:29:43.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7592151Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7592606Z [05-13|18:29:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7592746Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7592877Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7593310Z [05-13|18:29:43.968] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7593510Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7593641Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7594096Z [05-13|18:29:43.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7594440Z [05-13|18:29:43.968] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7594767Z [05-13|18:29:43.968] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7594900Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7595412Z [05-13|18:29:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7595872Z [05-13|18:29:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7596005Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7596143Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7596276Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7596405Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7596539Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7596672Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7597007Z [05-13|18:29:43.969] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7597348Z [05-13|18:29:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7597480Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7597807Z [05-13|18:29:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7597952Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7598732Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7598905Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7599345Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7599566Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7599996Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7600490Z [05-13|18:29:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7600954Z [05-13|18:29:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7601322Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7601599Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7601739Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7602001Z [05-13|18:29:43.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7602459Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7602982Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7603247Z [05-13|18:29:43.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7603707Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7603853Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7603987Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7604327Z [05-13|18:29:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7604850Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7604997Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7605464Z [05-13|18:29:43.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7605927Z [05-13|18:29:43.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7606067Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7606201Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7606336Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7606465Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7606596Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7606937Z [05-13|18:29:43.973] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7607070Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7607407Z [05-13|18:29:43.974] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7607737Z [05-13|18:29:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7607998Z [05-13|18:29:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7608276Z [05-13|18:29:43.974] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7608623Z [05-13|18:29:43.974] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7608760Z [05-13|18:29:43.974] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7609090Z [05-13|18:29:43.974] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7609621Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7610082Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7610345Z [05-13|18:29:43.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7610679Z [05-13|18:29:43.975] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7612626Z [05-13|18:29:43.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7612848Z [05-13|18:29:43.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7613327Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7615230Z [05-13|18:29:43.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7615716Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7615868Z [05-13|18:29:43.975] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7616007Z [05-13|18:29:43.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7616147Z [05-13|18:29:43.976] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7616570Z [05-13|18:29:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7616954Z [05-13|18:29:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7617225Z [05-13|18:29:43.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7617384Z [05-13|18:29:43.977] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7617650Z [05-13|18:29:43.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7618352Z [05-13|18:29:43.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7618562Z [05-13|18:29:43.977] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7619035Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7619310Z [05-13|18:29:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7619450Z [05-13|18:29:43.978] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7619716Z [05-13|18:29:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.7620182Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7620633Z [05-13|18:29:43.978] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.7621119Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7621568Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7622004Z [05-13|18:29:43.978] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.7622534Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7622991Z [05-13|18:29:43.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7623338Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7623784Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7624135Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7624588Z [05-13|18:29:43.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7625014Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7625174Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7625315Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7625448Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7625637Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7625982Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7626304Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7626636Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7626970Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7627297Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7627432Z [05-13|18:29:43.980] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7627764Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7628034Z [05-13|18:29:43.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7628403Z [05-13|18:29:43.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7628546Z [05-13|18:29:43.981] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7628878Z [05-13|18:29:43.981] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7629150Z [05-13|18:29:43.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7629417Z [05-13|18:29:43.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7629746Z [05-13|18:29:43.981] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7630204Z [05-13|18:29:43.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7630542Z [05-13|18:29:43.981] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7631067Z [05-13|18:29:43.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7631524Z [05-13|18:29:43.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7631665Z [05-13|18:29:43.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7632120Z [05-13|18:29:43.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7632315Z [05-13|18:29:43.982] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7632585Z [05-13|18:29:43.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7632845Z [05-13|18:29:43.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7633101Z [05-13|18:29:43.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7633612Z [05-13|18:29:43.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7634058Z [05-13|18:29:43.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7634442Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7634717Z [05-13|18:29:43.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7635168Z [05-13|18:29:43.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7635625Z [05-13|18:29:43.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7636071Z [05-13|18:29:43.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7636402Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7636736Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7637066Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7637394Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7637726Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7638290Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:54.7638559Z [05-13|18:29:43.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7638891Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7639352Z [05-13|18:29:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7639685Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7640074Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7640402Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7640727Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7641061Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7641458Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7641912Z [05-13|18:29:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7642058Z [05-13|18:29:43.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7642248Z [05-13|18:29:43.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7642574Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7644552Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7645161Z [05-13|18:29:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7645323Z [05-13|18:29:43.985] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7647010Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7647365Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7647701Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7648315Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} +2026-05-13T18:30:54.7648494Z [05-13|18:29:43.986] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7648715Z [05-13|18:29:43.986] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:54.7649056Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7649199Z [05-13|18:29:43.986] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7649541Z [05-13|18:29:43.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7649871Z [05-13|18:29:43.987] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7650335Z [05-13|18:29:43.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7650661Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7650930Z [05-13|18:29:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7651195Z [05-13|18:29:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7651343Z [05-13|18:29:43.988] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7651564Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:54.7652026Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7652173Z [05-13|18:29:43.988] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7652386Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} +2026-05-13T18:30:54.7652845Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7653293Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7653654Z [05-13|18:29:43.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7654118Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7654502Z [05-13|18:29:43.987] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7654768Z [05-13|18:29:43.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7655308Z [05-13|18:29:43.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7655667Z [05-13|18:29:43.989] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7656007Z [05-13|18:29:43.989] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7656349Z [05-13|18:29:43.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7656623Z [05-13|18:29:43.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7656766Z [05-13|18:29:43.990] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7657237Z [05-13|18:29:43.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7657383Z [05-13|18:29:43.988] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7657836Z [05-13|18:29:43.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7658430Z [05-13|18:29:43.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7658768Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7659037Z [05-13|18:29:43.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7659491Z [05-13|18:29:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7659940Z [05-13|18:29:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7660270Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7660603Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7660927Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7661367Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:54.7661512Z [05-13|18:29:43.991] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7661844Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks +2026-05-13T18:30:54.7662274Z [05-13|18:29:43.992] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} +2026-05-13T18:30:54.7662684Z [05-13|18:29:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7663166Z [05-13|18:29:43.992] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7663487Z [05-13|18:29:43.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7663953Z [05-13|18:29:43.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7664478Z [05-13|18:29:43.993] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7664745Z [05-13|18:29:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7665183Z [05-13|18:29:43.993] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.7665411Z [05-13|18:29:43.993] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7665866Z [05-13|18:29:43.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7666344Z [05-13|18:29:43.993] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7666608Z [05-13|18:29:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7667074Z [05-13|18:29:43.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7667408Z [05-13|18:29:43.994] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7667877Z [05-13|18:29:43.994] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7668468Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7668742Z [05-13|18:29:43.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7669196Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7669647Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7670095Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7670544Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7670874Z [05-13|18:29:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7671195Z [05-13|18:29:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7671625Z [05-13|18:29:43.994] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.7671833Z [05-13|18:29:43.995] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7672165Z [05-13|18:29:43.996] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7672492Z [05-13|18:29:43.996] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7672684Z [05-13|18:29:43.996] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7673136Z [05-13|18:29:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7673320Z [05-13|18:29:43.996] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7673656Z [05-13|18:29:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7673921Z [05-13|18:29:43.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7674181Z [05-13|18:29:43.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7674554Z [05-13|18:29:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7674818Z [05-13|18:29:43.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:54.7675144Z [05-13|18:29:43.996] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7675604Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7675865Z [05-13|18:29:43.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7676327Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7676480Z [05-13|18:29:43.998] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7676946Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7677396Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7677670Z [05-13|18:29:43.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7678244Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7678699Z [05-13|18:29:43.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7678974Z [05-13|18:29:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7679421Z [05-13|18:29:43.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7679757Z [05-13|18:29:43.999] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7680091Z [05-13|18:29:44.000] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7680355Z [05-13|18:29:44.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7680555Z [05-13|18:29:44.000] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7681010Z [05-13|18:29:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7681272Z [05-13|18:29:44.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7681582Z [05-13|18:29:44.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7681846Z [05-13|18:29:44.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7682344Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7682608Z [05-13|18:29:44.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7683069Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7683449Z [05-13|18:29:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7683908Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7684350Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7684806Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7685261Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7685526Z [05-13|18:29:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.7685858Z [05-13|18:29:44.002] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7686193Z [05-13|18:29:44.002] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7686645Z [05-13|18:29:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7686974Z [05-13|18:29:44.002] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7687123Z [05-13|18:29:44.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7687580Z [05-13|18:29:44.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7687909Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7688356Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7688677Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7689010Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7689154Z [05-13|18:29:44.003] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7689353Z [05-13|18:29:44.004] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7689619Z [05-13|18:29:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7689887Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7690148Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7690532Z [05-13|18:29:44.005] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7690801Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7691111Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7691443Z [05-13|18:29:44.005] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7691910Z [05-13|18:29:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7692409Z [05-13|18:29:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7692860Z [05-13|18:29:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7693004Z [05-13|18:29:44.005] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7693264Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7693717Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7694172Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7694615Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7695068Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7695338Z [05-13|18:29:44.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7695668Z [05-13|18:29:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7695930Z [05-13|18:29:44.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7696394Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7696842Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7697168Z [05-13|18:29:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7697622Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7697949Z [05-13|18:29:44.007] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7698257Z [05-13|18:29:44.007] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7698707Z [05-13|18:29:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7699036Z [05-13|18:29:44.007] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7699364Z [05-13|18:29:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7699689Z [05-13|18:29:44.007] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7700062Z [05-13|18:29:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7700333Z [05-13|18:29:44.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7700601Z [05-13|18:29:44.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7700736Z [05-13|18:29:44.008] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7701044Z [05-13|18:29:44.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7701502Z [05-13|18:29:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7701961Z [05-13|18:29:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7702422Z [05-13|18:29:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7702748Z [05-13|18:29:44.009] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7703012Z [05-13|18:29:44.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7703281Z [05-13|18:29:44.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7703419Z [05-13|18:29:44.009] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7703871Z [05-13|18:29:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7704340Z [05-13|18:29:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7704684Z [05-13|18:29:44.010] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7704826Z [05-13|18:29:44.010] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7705289Z [05-13|18:29:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7705615Z [05-13|18:29:44.010] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7706071Z [05-13|18:29:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7706516Z [05-13|18:29:44.010] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7706855Z [05-13|18:29:44.011] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7707056Z [05-13|18:29:44.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7707495Z [05-13|18:29:44.011] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7707964Z [05-13|18:29:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7708267Z [05-13|18:29:44.011] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7708547Z [05-13|18:29:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7708809Z [05-13|18:29:44.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7709212Z [05-13|18:29:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7709678Z [05-13|18:29:44.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7710064Z [05-13|18:29:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7710395Z [05-13|18:29:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7710856Z [05-13|18:29:44.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7711310Z [05-13|18:29:44.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7711745Z [05-13|18:29:44.013] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7711891Z [05-13|18:29:44.013] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7712157Z [05-13|18:29:44.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7712418Z [05-13|18:29:44.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7712876Z [05-13|18:29:44.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7713134Z [05-13|18:29:44.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.7713582Z [05-13|18:29:44.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7714035Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7714378Z [05-13|18:29:44.014] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7714833Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7715274Z [05-13|18:29:44.014] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.7715412Z [05-13|18:29:44.014] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7715747Z [05-13|18:29:44.014] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7716205Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7716711Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7717048Z [05-13|18:29:44.015] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7717426Z [05-13|18:29:44.015] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7717748Z [05-13|18:29:44.015] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7718198Z [05-13|18:29:44.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7718357Z [05-13|18:29:44.015] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7718637Z [05-13|18:29:44.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7718952Z [05-13|18:29:44.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7719426Z [05-13|18:29:44.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7719882Z [05-13|18:29:44.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7720338Z [05-13|18:29:44.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7720786Z [05-13|18:29:44.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7721156Z [05-13|18:29:44.017] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7721306Z [05-13|18:29:44.017] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7721574Z [05-13|18:29:44.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7721835Z [05-13|18:29:44.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7722294Z [05-13|18:29:44.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7722748Z [05-13|18:29:44.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7723016Z [05-13|18:29:44.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7723351Z [05-13|18:29:44.018] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7723680Z [05-13|18:29:44.018] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7724006Z [05-13|18:29:44.018] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7724275Z [05-13|18:29:44.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7724729Z [05-13|18:29:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7725178Z [05-13|18:29:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7725699Z [05-13|18:29:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7725966Z [05-13|18:29:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.7726281Z [05-13|18:29:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7726547Z [05-13|18:29:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7726937Z [05-13|18:29:44.019] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7727269Z [05-13|18:29:44.019] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7727731Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7728240Z [05-13|18:29:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7728521Z [05-13|18:29:44.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.7728988Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7729324Z [05-13|18:29:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7729781Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7730239Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7730570Z [05-13|18:29:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7731019Z [05-13|18:29:44.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7731472Z [05-13|18:29:44.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7731799Z [05-13|18:29:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7732133Z [05-13|18:29:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7732457Z [05-13|18:29:44.022] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7732729Z [05-13|18:29:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7733005Z [05-13|18:29:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7733467Z [05-13|18:29:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7733798Z [05-13|18:29:44.022] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7733943Z [05-13|18:29:44.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7734332Z [05-13|18:29:44.022] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7734792Z [05-13|18:29:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7735294Z [05-13|18:29:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7735563Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7735703Z [05-13|18:29:44.022] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7736048Z [05-13|18:29:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.7736190Z [05-13|18:29:44.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7736645Z [05-13|18:29:44.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7737126Z [05-13|18:29:44.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7737270Z [05-13|18:29:44.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7737405Z [05-13|18:29:44.023] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7737667Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7737929Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7738309Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7738769Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7739230Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7739681Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7740128Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7740463Z [05-13|18:29:44.024] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7740784Z [05-13|18:29:44.024] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7741048Z [05-13|18:29:44.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7741319Z [05-13|18:29:44.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7741778Z [05-13|18:29:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7742106Z [05-13|18:29:44.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7742566Z [05-13|18:29:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7742891Z [05-13|18:29:44.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7743412Z [05-13|18:29:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7743555Z [05-13|18:29:44.026] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7743985Z [05-13|18:29:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7744253Z [05-13|18:29:44.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7744585Z [05-13|18:29:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7745085Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7745350Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.7745855Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7746120Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7746383Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7746644Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7747092Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7747423Z [05-13|18:29:44.027] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7747883Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7748449Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7748783Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7749245Z [05-13|18:29:44.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7749506Z [05-13|18:29:44.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7749835Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7750293Z [05-13|18:29:44.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7750621Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7751060Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.7751485Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.7751621Z [05-13|18:29:44.028] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7752046Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.7752247Z [05-13|18:29:44.029] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7752580Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7752768Z [05-13|18:29:44.029] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7753228Z [05-13|18:29:44.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7753492Z [05-13|18:29:44.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7753879Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7754207Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7754475Z [05-13|18:29:44.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.7754659Z [05-13|18:29:44.029] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7755115Z [05-13|18:29:44.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7755379Z [05-13|18:29:44.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7755837Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7755972Z [05-13|18:29:44.030] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7756421Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7756879Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7757325Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7757660Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7757930Z [05-13|18:29:44.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7758307Z [05-13|18:29:44.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7758643Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7758980Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7759311Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7759641Z [05-13|18:29:44.032] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7759786Z [05-13|18:29:44.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7760049Z [05-13|18:29:44.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} +2026-05-13T18:30:54.7760377Z [05-13|18:29:44.032] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7760838Z [05-13|18:29:44.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7761355Z [05-13|18:29:44.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7761540Z [05-13|18:29:44.032] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7761993Z [05-13|18:29:44.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7762490Z [05-13|18:29:44.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7762757Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7763026Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7763288Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7763786Z [05-13|18:29:44.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7764057Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7764391Z [05-13|18:29:44.034] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7764842Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7765295Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7765557Z [05-13|18:29:44.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.7765821Z [05-13|18:29:44.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7766278Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7766725Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7767176Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7767628Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7767894Z [05-13|18:29:44.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7768459Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7768796Z [05-13|18:29:44.035] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7769257Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7769601Z [05-13|18:29:44.035] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7769933Z [05-13|18:29:44.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7770392Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7770890Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.7771221Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7771721Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7772057Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7772489Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.7772869Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7773309Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.7773446Z [05-13|18:29:44.036] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7773773Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7774101Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7774238Z [05-13|18:29:44.037] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7774563Z [05-13|18:29:44.037] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7774893Z [05-13|18:29:44.037] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7775030Z [05-13|18:29:44.037] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7775486Z [05-13|18:29:44.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7775823Z [05-13|18:29:44.038] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7775959Z [05-13|18:29:44.038] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7776221Z [05-13|18:29:44.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7776490Z [05-13|18:29:44.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.7776945Z [05-13|18:29:44.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7777207Z [05-13|18:29:44.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.7777471Z [05-13|18:29:44.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7777923Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7778496Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7778838Z [05-13|18:29:44.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7779302Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7779801Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7780068Z [05-13|18:29:44.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7780441Z [05-13|18:29:44.039] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7780902Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7781412Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7781679Z [05-13|18:29:44.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7781942Z [05-13|18:29:44.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7782086Z [05-13|18:29:44.040] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7782518Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:54.7782948Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:54.7783412Z [05-13|18:29:44.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7783841Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:54.7784174Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7784509Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7784967Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7785233Z [05-13|18:29:44.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} +2026-05-13T18:30:54.7785557Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7786013Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7786470Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7786921Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7787248Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7787582Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7787766Z [05-13|18:29:44.042] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7788211Z [05-13|18:29:44.042] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7788546Z [05-13|18:29:44.042] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7788932Z [05-13|18:29:44.042] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7789205Z [05-13|18:29:44.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7789396Z [05-13|18:29:44.043] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7789869Z [05-13|18:29:44.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7790145Z [05-13|18:29:44.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7790464Z [05-13|18:29:44.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7790722Z [05-13|18:29:44.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.7791186Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7791660Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7791928Z [05-13|18:29:44.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7792385Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7792665Z [05-13|18:29:44.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7793121Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7793387Z [05-13|18:29:44.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.7793848Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7794115Z [05-13|18:29:44.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7794377Z [05-13|18:29:44.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} +2026-05-13T18:30:54.7794837Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7795291Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7795745Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7796205Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7796654Z [05-13|18:29:44.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7797051Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7797395Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7797766Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7798344Z [05-13|18:29:44.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7798740Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7798884Z [05-13|18:29:44.047] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7799220Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7799606Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7799932Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7800267Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7800404Z [05-13|18:29:44.047] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7800538Z [05-13|18:29:44.047] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7800869Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7801204Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7801472Z [05-13|18:29:44.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7801732Z [05-13|18:29:44.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7802195Z [05-13|18:29:44.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7802461Z [05-13|18:29:44.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:54.7802721Z [05-13|18:29:44.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:54.7802986Z [05-13|18:29:44.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:54.7803442Z [05-13|18:29:44.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7803899Z [05-13|18:29:44.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7804344Z [05-13|18:29:44.049] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7804798Z [05-13|18:29:44.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7805237Z [05-13|18:29:44.049] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7805724Z [05-13|18:29:44.049] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7805860Z [05-13|18:29:44.050] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7806327Z [05-13|18:29:44.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7806753Z [05-13|18:29:44.050] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7806888Z [05-13|18:29:44.050] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7807387Z [05-13|18:29:44.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7807722Z [05-13|18:29:44.050] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7807861Z [05-13|18:29:44.050] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7808305Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7808575Z [05-13|18:29:44.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7808910Z [05-13|18:29:44.051] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7809369Z [05-13|18:29:44.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7809507Z [05-13|18:29:44.051] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7809767Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7810035Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7810488Z [05-13|18:29:44.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7810940Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7811210Z [05-13|18:29:44.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7811660Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7812106Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7812566Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7812904Z [05-13|18:29:44.052] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7813168Z [05-13|18:29:44.053] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} +2026-05-13T18:30:54.7813312Z [05-13|18:29:44.053] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7813637Z [05-13|18:29:44.053] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7813774Z [05-13|18:29:44.053] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7814108Z [05-13|18:29:44.053] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7814308Z [05-13|18:29:44.053] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7814765Z [05-13|18:29:44.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7814907Z [05-13|18:29:44.054] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7815428Z [05-13|18:29:44.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7815696Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.7816199Z [05-13|18:29:44.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7816533Z [05-13|18:29:44.055] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7816669Z [05-13|18:29:44.055] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7816974Z [05-13|18:29:44.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} +2026-05-13T18:30:54.7817111Z [05-13|18:29:44.055] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7817441Z [05-13|18:29:44.055] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7817581Z [05-13|18:29:44.055] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7817907Z [05-13|18:29:44.055] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7818357Z [05-13|18:29:44.056] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7818687Z [05-13|18:29:44.056] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7819146Z [05-13|18:29:44.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7819282Z [05-13|18:29:44.056] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7819552Z [05-13|18:29:44.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7819811Z [05-13|18:29:44.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7820069Z [05-13|18:29:44.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7820531Z [05-13|18:29:44.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7820983Z [05-13|18:29:44.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7821341Z [05-13|18:29:44.057] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7821482Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7821619Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7821750Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7821889Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7822344Z [05-13|18:29:44.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7822479Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7822690Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7822823Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7822957Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7823088Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7823412Z [05-13|18:29:44.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7823546Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7823678Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7823818Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7824200Z [05-13|18:29:44.059] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7824335Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7824478Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7824611Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7824794Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7824935Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7825070Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7825332Z [05-13|18:29:44.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7825667Z [05-13|18:29:44.059] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7826123Z [05-13|18:29:44.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7826258Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7826604Z [05-13|18:29:44.060] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7827065Z [05-13|18:29:44.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7827203Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7827344Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7827478Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7827610Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7828174Z [05-13|18:29:44.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7828322Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7828454Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7828587Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7828726Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7828859Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7828992Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7829459Z [05-13|18:29:44.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7829591Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7829855Z [05-13|18:29:44.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.7829995Z [05-13|18:29:44.061] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7830412Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7830754Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7831093Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7831484Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7831810Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7832198Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7832525Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7832850Z [05-13|18:29:44.062] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7833237Z [05-13|18:29:44.062] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7833569Z [05-13|18:29:44.062] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7833707Z [05-13|18:29:44.062] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7834176Z [05-13|18:29:44.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7834506Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7834644Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7834783Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7834917Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7835049Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7835185Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7835315Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7835643Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7835977Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7836247Z [05-13|18:29:44.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7836514Z [05-13|18:29:44.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7836648Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7836983Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7837117Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7837443Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7837710Z [05-13|18:29:44.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7838153Z [05-13|18:29:44.064] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7838297Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7839603Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7840064Z [05-13|18:29:44.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7840200Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7840722Z [05-13|18:29:44.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7840858Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7841244Z [05-13|18:29:44.064] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7841387Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7841521Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7841653Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7841789Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7841968Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7842106Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7842569Z [05-13|18:29:44.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7842703Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7842971Z [05-13|18:29:44.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7843431Z [05-13|18:29:44.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7843568Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7843701Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7843844Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7844298Z [05-13|18:29:44.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7844434Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7844565Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7844704Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7845043Z [05-13|18:29:44.065] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7845178Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7845317Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7845448Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7845888Z [05-13|18:29:44.065] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.7846030Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7846162Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7846293Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7846430Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7846561Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7846893Z [05-13|18:29:44.065] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7847081Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7847537Z [05-13|18:29:44.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7847804Z [05-13|18:29:44.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.7847981Z [05-13|18:29:44.066] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7848558Z [05-13|18:29:44.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7849069Z [05-13|18:29:44.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7849211Z [05-13|18:29:44.066] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7849353Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7849688Z [05-13|18:29:44.067] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7849876Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7850205Z [05-13|18:29:44.067] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7850341Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7850676Z [05-13|18:29:44.067] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7850810Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7850945Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7851080Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7851219Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7851351Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7851482Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7851621Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7851950Z [05-13|18:29:44.068] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7852083Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7855587Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7855778Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7855948Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7856099Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7856237Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7856374Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7856506Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7856647Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7856780Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7856914Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7857057Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7857341Z [05-13|18:29:44.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7857476Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7857619Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7857752Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7857990Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7858349Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7858625Z [05-13|18:29:44.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7858757Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7858961Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7859105Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7859587Z [05-13|18:29:44.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7859985Z [05-13|18:29:44.070] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7860262Z [05-13|18:29:44.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7860773Z [05-13|18:29:44.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7860912Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7861375Z [05-13|18:29:44.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7861510Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7861642Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7861784Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7861913Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7862042Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7862182Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7862314Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7862447Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7862790Z [05-13|18:29:44.071] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7862925Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7863057Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7863193Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7863323Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7863780Z [05-13|18:29:44.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7864054Z [05-13|18:29:44.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7864187Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7864319Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7864448Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7864586Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7864715Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7864844Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7864981Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7865113Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7865445Z [05-13|18:29:44.072] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7865649Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7865780Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7865914Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7866181Z [05-13|18:29:44.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7866357Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7866487Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7866743Z [05-13|18:29:44.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.7866917Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7867048Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7867500Z [05-13|18:29:44.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7867644Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7867809Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7867941Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7868212Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7868670Z [05-13|18:29:44.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7868810Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7868950Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7869081Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7869212Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7869562Z [05-13|18:29:44.073] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7869699Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7869832Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7869970Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7870101Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7870232Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7870362Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7870500Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7870630Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7871083Z [05-13|18:29:44.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7871225Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7871358Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7871494Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7871634Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7871766Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7871902Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7872039Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7872175Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7872305Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7872759Z [05-13|18:29:44.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7872999Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7873334Z [05-13|18:29:44.074] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7873528Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7873855Z [05-13|18:29:44.075] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7873989Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7874168Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7874308Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7874439Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7874573Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7874711Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7874896Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875030Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875171Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875306Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875437Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875575Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875707Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875840Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7875971Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7876111Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7876242Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7876569Z [05-13|18:29:44.076] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7876711Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7876842Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7876974Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7877252Z [05-13|18:29:44.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7877387Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7877518Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7877656Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7877788Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7877920Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7878170Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7878463Z [05-13|18:29:44.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7878602Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7878734Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7879201Z [05-13|18:29:44.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7879339Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7879480Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7879836Z [05-13|18:29:44.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7879974Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7880443Z [05-13|18:29:44.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7880642Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7880779Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7880909Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7881048Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7881554Z [05-13|18:29:44.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7881691Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7881827Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7881958Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7882136Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7882274Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7882408Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7882537Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7882667Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7882803Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7882933Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7883201Z [05-13|18:29:44.078] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7883340Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7883797Z [05-13|18:29:44.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7883931Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7884390Z [05-13|18:29:44.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7884523Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7884655Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7884791Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7884922Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7885054Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7885189Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7885454Z [05-13|18:29:44.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7885587Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7885857Z [05-13|18:29:44.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.7886333Z [05-13|18:29:44.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7886794Z [05-13|18:29:44.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7887143Z [05-13|18:29:44.080] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7887327Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7887459Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7887592Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7887729Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7887898Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7888029Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7888300Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7888434Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7888833Z [05-13|18:29:44.080] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7888975Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7889110Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7889242Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7889428Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7889562Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7889698Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7889827Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7890292Z [05-13|18:29:44.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7890428Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7890559Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7890696Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7890827Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7890958Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7891097Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7891228Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7891361Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7891498Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7891629Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7891761Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7891896Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7892030Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7892366Z [05-13|18:29:44.081] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7892502Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7892640Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7892773Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7892908Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7893044Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7893175Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7893310Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7893449Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7893583Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7893714Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7893936Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7894069Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7894201Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7894330Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7894526Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7894656Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7894990Z [05-13|18:29:44.082] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7895130Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7895300Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7895435Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7895777Z [05-13|18:29:44.082] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7896140Z [05-13|18:29:44.082] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7896275Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7896415Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7896548Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7896677Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7896811Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7896943Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7897071Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7897202Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7897342Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7897471Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7897602Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7897737Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7897869Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7898001Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7898256Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7898391Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7898524Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7898660Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7898791Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7898923Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7899052Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7899189Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7899467Z [05-13|18:29:44.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7899601Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7899736Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7899869Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7900004Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7900142Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7900274Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7900472Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7900743Z [05-13|18:29:44.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7901004Z [05-13|18:29:44.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.7901463Z [05-13|18:29:44.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7901655Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7901786Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7901918Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7902099Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7902237Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7902370Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7902875Z [05-13|18:29:44.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7903015Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7903148Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7903597Z [05-13|18:29:44.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7903736Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7903868Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7904320Z [05-13|18:29:44.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7904462Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7904593Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7904727Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7904863Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7904997Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7905260Z [05-13|18:29:44.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7905397Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7905531Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7905791Z [05-13|18:29:44.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.7905923Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7906064Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7906195Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7906328Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7906668Z [05-13|18:29:44.088] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7906997Z [05-13|18:29:44.088] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7907455Z [05-13|18:29:44.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7907790Z [05-13|18:29:44.089] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7907970Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7908223Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7908371Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7908510Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7908643Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7908842Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7908974Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7909106Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7909245Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7909426Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7909566Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7909700Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7910155Z [05-13|18:29:44.090] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.7910674Z [05-13|18:29:44.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7910816Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7910955Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7911415Z [05-13|18:29:44.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7911550Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7911689Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7911822Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7911958Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7912096Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7912227Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7912364Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7912500Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7912630Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7912761Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7912901Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7913033Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7913164Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7913296Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7913436Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7913568Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7913700Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7914046Z [05-13|18:29:44.091] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7914180Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7914311Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7914449Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7914578Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7914710Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7914914Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7915046Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7915505Z [05-13|18:29:44.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7915818Z [05-13|18:29:44.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7916078Z [05-13|18:29:44.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7916337Z [05-13|18:29:44.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.7916505Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7916646Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7917100Z [05-13|18:29:44.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7917590Z [05-13|18:29:44.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7917732Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7917865Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7917999Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7918254Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7918386Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7918519Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7918654Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7918787Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7918920Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7919060Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7919198Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7919537Z [05-13|18:29:44.091] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7919675Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7919806Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7919938Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7920069Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7920204Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7920334Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7920467Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7920604Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7921088Z [05-13|18:29:44.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7921224Z [05-13|18:29:44.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7921681Z [05-13|18:29:44.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7922017Z [05-13|18:29:44.095] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7922152Z [05-13|18:29:44.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7922566Z [05-13|18:29:44.095] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7922706Z [05-13|18:29:44.095] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7923042Z [05-13|18:29:44.096] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7923235Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7923365Z [05-13|18:29:44.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7923693Z [05-13|18:29:44.096] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7923834Z [05-13|18:29:44.096] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7924016Z [05-13|18:29:44.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7924150Z [05-13|18:29:44.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7924288Z [05-13|18:29:44.097] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7924419Z [05-13|18:29:44.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7924775Z [05-13|18:29:44.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7925041Z [05-13|18:29:44.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7925311Z [05-13|18:29:44.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.7925770Z [05-13|18:29:44.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7925904Z [05-13|18:29:44.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7926045Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7926176Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7926310Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7926774Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7927038Z [05-13|18:29:44.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.7927493Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7927764Z [05-13|18:29:44.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:54.7928340Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7928795Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7928936Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7929068Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7929203Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7929341Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7929792Z [05-13|18:29:44.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7930248Z [05-13|18:29:44.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7930389Z [05-13|18:29:44.098] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7930589Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7930924Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7931267Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7931798Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} +2026-05-13T18:30:54.7932174Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7932372Z [05-13|18:29:44.101] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7932705Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7933167Z [05-13|18:29:44.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7933360Z [05-13|18:29:44.102] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7933696Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7933835Z [05-13|18:29:44.102] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7934170Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7934495Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7934815Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.7935091Z [05-13|18:29:44.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7935415Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.7935554Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7935691Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7935957Z [05-13|18:29:44.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.7936089Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7936421Z [05-13|18:29:44.103] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.7936684Z [05-13|18:29:44.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} +2026-05-13T18:30:54.7937016Z [05-13|18:29:44.103] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.7937159Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7937296Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7937431Z [05-13|18:29:44.104] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7937764Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7938352Z [05-13|18:29:44.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7938711Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7939188Z [05-13|18:29:44.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7939712Z [05-13|18:29:44.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7940102Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7940440Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7940821Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7941281Z [05-13|18:29:44.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7941621Z [05-13|18:29:44.105] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7941999Z [05-13|18:29:44.105] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7942138Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7942280Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7942412Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7942739Z [05-13|18:29:44.105] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7942877Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7943010Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7943142Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7943480Z [05-13|18:29:44.106] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7943808Z [05-13|18:29:44.106] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7943943Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7944219Z [05-13|18:29:44.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7944548Z [05-13|18:29:44.106] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7944818Z [05-13|18:29:44.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.7945152Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.7945481Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.7945941Z [05-13|18:29:44.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7946390Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.7946525Z [05-13|18:29:44.107] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7946659Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7947122Z [05-13|18:29:44.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7947456Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.7947830Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7948550Z [05-13|18:29:44.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7948770Z [05-13|18:29:44.108] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7948906Z [05-13|18:29:44.108] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7949242Z [05-13|18:29:44.108] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.7949624Z [05-13|18:29:44.108] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.7949957Z [05-13|18:29:44.109] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7950098Z [05-13|18:29:44.108] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7950602Z [05-13|18:29:44.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.7950877Z [05-13|18:29:44.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7951212Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7951547Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7951880Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.7952343Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7952612Z [05-13|18:29:44.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.7952945Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.7953280Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} +2026-05-13T18:30:54.7953431Z [05-13|18:29:44.110] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7953890Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7954115Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:54.7954574Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7954912Z [05-13|18:29:44.111] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7955251Z [05-13|18:29:44.111] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7955397Z [05-13|18:29:44.111] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7955608Z [05-13|18:29:44.111] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:54.7955948Z [05-13|18:29:44.116] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7956085Z [05-13|18:29:44.116] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7956471Z [05-13|18:29:44.116] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.7956621Z [05-13|18:29:44.117] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7956951Z [05-13|18:29:44.117] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.7957428Z [05-13|18:29:44.117] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7957863Z [05-13|18:29:44.117] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7958033Z [05-13|18:29:44.118] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7958599Z [05-13|18:29:44.118] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} +2026-05-13T18:30:54.7958875Z [05-13|18:29:44.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7959268Z [05-13|18:29:44.118] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7959415Z [05-13|18:29:44.118] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.7959633Z [05-13|18:29:44.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} +2026-05-13T18:30:54.7960094Z [05-13|18:29:44.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7960429Z [05-13|18:29:44.119] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.7960569Z [05-13|18:29:44.118] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7960839Z [05-13|18:29:44.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7960986Z [05-13|18:29:44.119] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7961322Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks +2026-05-13T18:30:54.7961807Z [05-13|18:29:44.119] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7962074Z [05-13|18:29:44.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.7962541Z [05-13|18:29:44.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7962680Z [05-13|18:29:44.120] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7963162Z [05-13|18:29:44.120] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7963627Z [05-13|18:29:44.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7964115Z [05-13|18:29:44.120] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7964583Z [05-13|18:29:44.121] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.7965044Z [05-13|18:29:44.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7965440Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.7965778Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.7966113Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.7966498Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.7967002Z [05-13|18:29:44.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7967276Z [05-13|18:29:44.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7967537Z [05-13|18:29:44.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7967798Z [05-13|18:29:44.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} +2026-05-13T18:30:54.7968448Z [05-13|18:29:44.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7968799Z [05-13|18:29:44.124] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7969257Z [05-13|18:29:44.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7969613Z [05-13|18:29:44.125] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7970073Z [05-13|18:29:44.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7970411Z [05-13|18:29:44.125] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7970746Z [05-13|18:29:44.125] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7971203Z [05-13|18:29:44.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7971535Z [05-13|18:29:44.126] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.7971870Z [05-13|18:29:44.126] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.7972140Z [05-13|18:29:44.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7972604Z [05-13|18:29:44.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7972869Z [05-13|18:29:44.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7973322Z [05-13|18:29:44.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7973592Z [05-13|18:29:44.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7974044Z [05-13|18:29:44.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7974306Z [05-13|18:29:44.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:54.7974632Z [05-13|18:29:44.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7974967Z [05-13|18:29:44.128] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7975280Z [05-13|18:29:44.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7975741Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7976242Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7976577Z [05-13|18:29:44.129] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7976845Z [05-13|18:29:44.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.7977337Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7977793Z [05-13|18:29:44.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7978250Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7978586Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7979040Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7979490Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:54.7979920Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} +2026-05-13T18:30:54.7980061Z [05-13|18:29:44.130] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7980525Z [05-13|18:29:44.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7980792Z [05-13|18:29:44.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} +2026-05-13T18:30:54.7980926Z [05-13|18:29:44.131] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7981194Z [05-13|18:29:44.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.7981649Z [05-13|18:29:44.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7981985Z [05-13|18:29:44.132] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.7982451Z [05-13|18:29:44.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7982901Z [05-13|18:29:44.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.7983237Z [05-13|18:29:44.132] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7983637Z [05-13|18:29:44.133] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7983773Z [05-13|18:29:44.133] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7984040Z [05-13|18:29:44.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7984232Z [05-13|18:29:44.133] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7984495Z [05-13|18:29:44.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7984628Z [05-13|18:29:44.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7985138Z [05-13|18:29:44.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7985275Z [05-13|18:29:44.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7985733Z [05-13|18:29:44.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7986241Z [05-13|18:29:44.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7986574Z [05-13|18:29:44.134] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7986903Z [05-13|18:29:44.134] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.7987042Z [05-13|18:29:44.134] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7987177Z [05-13|18:29:44.135] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7987507Z [05-13|18:29:44.135] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7987778Z [05-13|18:29:44.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.7988356Z [05-13|18:29:44.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.7988689Z [05-13|18:29:44.136] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7988955Z [05-13|18:29:44.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7989214Z [05-13|18:29:44.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.7989668Z [05-13|18:29:44.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7990125Z [05-13|18:29:44.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7990577Z [05-13|18:29:44.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7990712Z [05-13|18:29:44.137] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7991051Z [05-13|18:29:44.137] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7991186Z [05-13|18:29:44.137] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7991319Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7991456Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7991586Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7991783Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7991917Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7992049Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7992379Z [05-13|18:29:44.138] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.7992763Z [05-13|18:29:44.138] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7992897Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7993028Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7993250Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7993383Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7993515Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7993648Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7993786Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7993966Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7994100Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7994240Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7994371Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7994802Z [05-13|18:29:44.139] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.7994942Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7995268Z [05-13|18:29:44.139] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.7995595Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.7995736Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7996062Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.7996196Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7996333Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7996466Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7996595Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7996733Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7997056Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.7997384Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.7997515Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7997840Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.7998418Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.7998694Z [05-13|18:29:44.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7998960Z [05-13|18:29:44.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.7999094Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7999291Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.7999553Z [05-13|18:29:44.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8000015Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8000204Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8000663Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8001040Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8001176Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8001313Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8001445Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8001576Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8002088Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8002544Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8002868Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8003212Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8003547Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8003681Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8003817Z [05-13|18:29:44.143] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8004142Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8004277Z [05-13|18:29:44.143] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8004608Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8004936Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8005263Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8005533Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8005867Z [05-13|18:29:44.144] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8006132Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8006597Z [05-13|18:29:44.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8006856Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8007311Z [05-13|18:29:44.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8007770Z [05-13|18:29:44.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8008367Z [05-13|18:29:44.144] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:54.8008503Z [05-13|18:29:44.145] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8009021Z [05-13|18:29:44.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8009280Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8009783Z [05-13|18:29:44.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8010056Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8010507Z [05-13|18:29:44.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8010690Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8010833Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8010968Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8011099Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8011234Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8011364Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8011495Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8011630Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8012085Z [05-13|18:29:44.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8012418Z [05-13|18:29:44.147] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8012754Z [05-13|18:29:44.147] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8013205Z [05-13|18:29:44.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8013537Z [05-13|18:29:44.147] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8013676Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8013808Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8014138Z [05-13|18:29:44.148] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8014278Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8014410Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8014544Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8014683Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8014815Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8014945Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8015075Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8015214Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8015342Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8015534Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8015670Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8015801Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8015937Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8016110Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8016239Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8016370Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8016505Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8016636Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8016806Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8017067Z [05-13|18:29:44.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8017529Z [05-13|18:29:44.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8017895Z [05-13|18:29:44.148] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8018143Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8018287Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8018420Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8018550Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8018688Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8018820Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8018952Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8019093Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8019223Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8019356Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8019492Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8019625Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8019955Z [05-13|18:29:44.151] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8020216Z [05-13|18:29:44.151] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8020359Z [05-13|18:29:44.151] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8020817Z [05-13|18:29:44.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8020952Z [05-13|18:29:44.151] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8021417Z [05-13|18:29:44.151] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.8021871Z [05-13|18:29:44.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8022006Z [05-13|18:29:44.151] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8022141Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8022271Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8022598Z [05-13|18:29:44.152] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8023028Z [05-13|18:29:44.152] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.8023518Z [05-13|18:29:44.152] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.8023653Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8023973Z [05-13|18:29:44.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8024236Z [05-13|18:29:44.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8024367Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8024554Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8025015Z [05-13|18:29:44.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8025152Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8025531Z [05-13|18:29:44.153] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8025989Z [05-13|18:29:44.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8026254Z [05-13|18:29:44.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} +2026-05-13T18:30:54.8026391Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8026522Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8026848Z [05-13|18:29:44.153] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8026986Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8027440Z [05-13|18:29:44.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8027575Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8027713Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8028173Z [05-13|18:29:44.153] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8028311Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8028447Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8028580Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8028711Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8029173Z [05-13|18:29:44.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8029513Z [05-13|18:29:44.154] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8029776Z [05-13|18:29:44.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8030238Z [05-13|18:29:44.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8030372Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8030631Z [05-13|18:29:44.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8030971Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8031170Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8031302Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8031435Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8031773Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8031960Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8032091Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8032433Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8032615Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8032945Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8033282Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8033656Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8033989Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8034326Z [05-13|18:29:44.154] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8034651Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8034786Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8035112Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.8035247Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8035577Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.8035715Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8036041Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.8036174Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8036506Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.8036641Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8036968Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} +2026-05-13T18:30:54.8037429Z [05-13|18:29:44.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8037564Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8037708Z [05-13|18:29:44.156] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8037852Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8038187Z [05-13|18:29:44.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:54.8038326Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8038785Z [05-13|18:29:44.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8038919Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8039118Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8039469Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} +2026-05-13T18:30:54.8039607Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8039794Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8039929Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8040067Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8040197Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8040327Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8040513Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8040972Z [05-13|18:29:44.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8041243Z [05-13|18:29:44.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.8041433Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8041566Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8041999Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8042155Z [05-13|18:29:44.157] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8042287Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8042623Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8043054Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8043189Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8043333Z [05-13|18:29:44.157] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8043471Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8043893Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8044224Z [05-13|18:29:44.158] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8044362Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8044826Z [05-13|18:29:44.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8044960Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8045096Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8045551Z [05-13|18:29:44.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8045689Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8045959Z [05-13|18:29:44.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:54.8046091Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8046546Z [05-13|18:29:44.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8046685Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8046993Z [05-13|18:29:44.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.8047125Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8047258Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8047393Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8047564Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8047692Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8047829Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8048353Z [05-13|18:29:44.159] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8048497Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8048719Z [05-13|18:29:44.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:54.8049180Z [05-13|18:29:44.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8049369Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8049518Z [05-13|18:29:44.159] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8049854Z [05-13|18:29:44.159] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8049990Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8050208Z [05-13|18:29:44.159] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} +2026-05-13T18:30:54.8050344Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8050474Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8050805Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks +2026-05-13T18:30:54.8050938Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8051070Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8051401Z [05-13|18:29:44.160] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8051860Z [05-13|18:29:44.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8051991Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8052123Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8052260Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8052389Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8052522Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8052657Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8052787Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8053270Z [05-13|18:29:44.160] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8053411Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8053541Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8053671Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8053808Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8053939Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8054069Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8054261Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8054395Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8054732Z [05-13|18:29:44.161] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8054953Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8055224Z [05-13|18:29:44.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8055484Z [05-13|18:29:44.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8055998Z [05-13|18:29:44.161] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8056462Z [05-13|18:29:44.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8056971Z [05-13|18:29:44.162] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8057429Z [05-13|18:29:44.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8057567Z [05-13|18:29:44.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8058158Z [05-13|18:29:44.163] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8058450Z [05-13|18:29:44.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} +2026-05-13T18:30:54.8058590Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8058726Z [05-13|18:29:44.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8058858Z [05-13|18:29:44.163] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8059324Z [05-13|18:29:44.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8059787Z [05-13|18:29:44.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8060126Z [05-13|18:29:44.164] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8060264Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8060397Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8060528Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8060860Z [05-13|18:29:44.164] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8061004Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8061136Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8061276Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8061408Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8061539Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8061676Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8061805Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8062133Z [05-13|18:29:44.164] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8062338Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8062471Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8062604Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8062737Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8062874Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8063061Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8063328Z [05-13|18:29:44.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8063595Z [05-13|18:29:44.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8063778Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8063915Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8064374Z [05-13|18:29:44.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8064876Z [05-13|18:29:44.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8065015Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8065155Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8065286Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8065416Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8065553Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8066003Z [05-13|18:29:44.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8066270Z [05-13|18:29:44.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.8066408Z [05-13|18:29:44.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8066674Z [05-13|18:29:44.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.8066808Z [05-13|18:29:44.167] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8067070Z [05-13|18:29:44.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8067530Z [05-13|18:29:44.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8067983Z [05-13|18:29:44.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8068540Z [05-13|18:29:44.167] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8069000Z [05-13|18:29:44.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8069450Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8069592Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8069862Z [05-13|18:29:44.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} +2026-05-13T18:30:54.8069995Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8070259Z [05-13|18:29:44.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8070755Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8071085Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8071544Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8072028Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8072403Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8072547Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8072999Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8073136Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8073642Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8073780Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8073911Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8074246Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8074381Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8074818Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8075159Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8075295Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8075756Z [05-13|18:29:44.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8075896Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8076230Z [05-13|18:29:44.170] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.8076555Z [05-13|18:29:44.170] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8076888Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.8077026Z [05-13|18:29:44.170] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8077159Z [05-13|18:29:44.170] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8077300Z [05-13|18:29:44.171] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8077626Z [05-13|18:29:44.171] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8077762Z [05-13|18:29:44.171] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8078334Z [05-13|18:29:44.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8078670Z [05-13|18:29:44.171] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.8078938Z [05-13|18:29:44.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8079270Z [05-13|18:29:44.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8079405Z [05-13|18:29:44.172] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8079860Z [05-13|18:29:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8080180Z [05-13|18:29:44.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8080678Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8081128Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8081402Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.8081711Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.8082172Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8082629Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8083076Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8083339Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.8083605Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} +2026-05-13T18:30:54.8084062Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8084321Z [05-13|18:29:44.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8084783Z [05-13|18:29:44.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8085235Z [05-13|18:29:44.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8085688Z [05-13|18:29:44.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8086037Z [05-13|18:29:44.175] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.8086175Z [05-13|18:29:44.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8086435Z [05-13|18:29:44.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8086777Z [05-13|18:29:44.175] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.8087228Z [05-13|18:29:44.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8087558Z [05-13|18:29:44.175] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8087701Z [05-13|18:29:44.175] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8088186Z [05-13|18:29:44.176] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8088452Z [05-13|18:29:44.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.8088594Z [05-13|18:29:44.176] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8089109Z [05-13|18:29:44.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8089436Z [05-13|18:29:44.177] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8089829Z [05-13|18:29:44.177] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8089965Z [05-13|18:29:44.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8090101Z [05-13|18:29:44.177] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8090489Z [05-13|18:29:44.177] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.8090627Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8090761Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8091087Z [05-13|18:29:44.178] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8091222Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8091355Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8091492Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8091628Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8091761Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8092022Z [05-13|18:29:44.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8092288Z [05-13|18:29:44.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8092742Z [05-13|18:29:44.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8093201Z [05-13|18:29:44.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8093334Z [05-13|18:29:44.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8093662Z [05-13|18:29:44.180] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8094121Z [05-13|18:29:44.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8094383Z [05-13|18:29:44.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8094838Z [05-13|18:29:44.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8094979Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8095308Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8095634Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8095774Z [05-13|18:29:44.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8095968Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8096099Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8096432Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8096575Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8096948Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8097081Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8097219Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8097582Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8097716Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8097857Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8097989Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8098303Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8098448Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8098581Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8098710Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8099040Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8099365Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8099695Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8099835Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8099968Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8100098Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8100428Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8100567Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8100897Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8101231Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8101561Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8101891Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8102024Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8102161Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8102293Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8102426Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8102566Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8102696Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8102956Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8103220Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8103358Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8103748Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8104085Z [05-13|18:29:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8104398Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8104856Z [05-13|18:29:44.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8105120Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8105622Z [05-13|18:29:44.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8105955Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8106329Z [05-13|18:29:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8106589Z [05-13|18:29:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8106846Z [05-13|18:29:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.8107182Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8107512Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8107838Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8108287Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.8108751Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8109208Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8109664Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8110118Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8110447Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8110906Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8111237Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8111557Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8112018Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8112154Z [05-13|18:29:44.184] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8112480Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8112877Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8113012Z [05-13|18:29:44.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8113388Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8113717Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8113851Z [05-13|18:29:44.185] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8114223Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8114563Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.8114888Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8115265Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} +2026-05-13T18:30:54.8115604Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} +2026-05-13T18:30:54.8115750Z [05-13|18:29:44.186] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8115967Z [05-13|18:29:44.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:54.8116303Z [05-13|18:29:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8116458Z [05-13|18:29:44.186] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8116786Z [05-13|18:29:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8117006Z [05-13|18:29:44.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:54.8117332Z [05-13|18:29:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8117477Z [05-13|18:29:44.187] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8117695Z [05-13|18:29:44.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} +2026-05-13T18:30:54.8117964Z [05-13|18:29:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8118346Z [05-13|18:29:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8118616Z [05-13|18:29:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8118760Z [05-13|18:29:44.187] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8119021Z [05-13|18:29:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8119286Z [05-13|18:29:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8119545Z [05-13|18:29:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8120007Z [05-13|18:29:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8120151Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8120286Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8120419Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8120657Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8120788Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8121272Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8121467Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8121916Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8122049Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8122233Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8122368Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8122820Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8122960Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8123142Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8123475Z [05-13|18:29:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8123610Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8124070Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8124527Z [05-13|18:29:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8124849Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks +2026-05-13T18:30:54.8125313Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8125794Z [05-13|18:29:44.189] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8126127Z [05-13|18:29:44.190] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8126263Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8126395Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8126528Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8126664Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8127138Z [05-13|18:29:44.190] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8127472Z [05-13|18:29:44.190] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8127938Z [05-13|18:29:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8128188Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8128324Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8128464Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8128790Z [05-13|18:29:44.190] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8128991Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8129126Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8129257Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8129389Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8129526Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8130081Z [05-13|18:29:44.191] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8130214Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8130403Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8130536Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8130666Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8130803Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8130933Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8131453Z [05-13|18:29:44.192] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8131595Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8131729Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8131860Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8131990Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8132131Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8132261Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8132392Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8132732Z [05-13|18:29:44.192] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8132867Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8132999Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8133137Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8133269Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8133398Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8133533Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8133663Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8133794Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8133927Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8134066Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8134197Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8134328Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8134464Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8134795Z [05-13|18:29:44.193] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8134927Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8135063Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8135193Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8135324Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8135461Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8135637Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8135767Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8135897Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8136033Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8136298Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8136597Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8136862Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8137357Z [05-13|18:29:44.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8137495Z [05-13|18:29:44.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8137958Z [05-13|18:29:44.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8138263Z [05-13|18:29:44.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8138531Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8138805Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8138938Z [05-13|18:29:44.195] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8139398Z [05-13|18:29:44.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8139539Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8139801Z [05-13|18:29:44.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8140255Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8140395Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8140844Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8140978Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8141116Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8141448Z [05-13|18:29:44.196] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8141899Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8142041Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8142174Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8142305Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8142445Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8142576Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8142706Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8143169Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8143302Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8143432Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8143627Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8143762Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8143896Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8144028Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8144222Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8144351Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8144610Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8144749Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8145249Z [05-13|18:29:44.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8145690Z [05-13|18:29:44.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8145828Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8145997Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8146457Z [05-13|18:29:44.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8146593Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8146724Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8147152Z [05-13|18:29:44.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8147291Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8147424Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8147554Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8147980Z [05-13|18:29:44.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8148231Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8148368Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8148500Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8148838Z [05-13|18:29:44.198] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8149297Z [05-13|18:29:44.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8149437Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8149705Z [05-13|18:29:44.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8149838Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8149969Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8150108Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8150238Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8150367Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8150502Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8150634Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8150966Z [05-13|18:29:44.198] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8151173Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8151500Z [05-13|18:29:44.198] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8151959Z [05-13|18:29:44.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8152151Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8152281Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8152412Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8152792Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8152927Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8153061Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8153192Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8153331Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8153515Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8153647Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8153987Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8154448Z [05-13|18:29:44.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8154776Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8154915Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8155046Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8155374Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8155712Z [05-13|18:29:44.200] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8155845Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8155976Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8156113Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8156244Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8156376Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8156513Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8156645Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8156907Z [05-13|18:29:44.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8157044Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8157175Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8157306Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8157439Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8157574Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8157835Z [05-13|18:29:44.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8157969Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8158238Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8158502Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8158711Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8158979Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8159437Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8159632Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8159896Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8160208Z [05-13|18:29:44.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8160343Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8160612Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8160869Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8161050Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8161189Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8161659Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8162117Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8162259Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8162392Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8162849Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8162989Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8163438Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8163887Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8164024Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8164157Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8164414Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8164875Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8165335Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8165784Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8166237Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8166686Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8166866Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8167004Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8167457Z [05-13|18:29:44.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8167829Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8168289Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8168679Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8168816Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8169141Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8169278Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8169408Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8169786Z [05-13|18:29:44.205] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8169925Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8170259Z [05-13|18:29:44.205] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8170397Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8170532Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8170855Z [05-13|18:29:44.205] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8170989Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8171129Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8171451Z [05-13|18:29:44.206] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8171583Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8171720Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8171849Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8172177Z [05-13|18:29:44.206] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8172318Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8172578Z [05-13|18:29:44.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8172713Z [05-13|18:29:44.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8172978Z [05-13|18:29:44.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8173110Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8173240Z [05-13|18:29:44.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8173701Z [05-13|18:29:44.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8173833Z [05-13|18:29:44.207] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8174285Z [05-13|18:29:44.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8174549Z [05-13|18:29:44.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8175061Z [05-13|18:29:44.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8175324Z [05-13|18:29:44.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8175777Z [05-13|18:29:44.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8176280Z [05-13|18:29:44.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8176457Z [05-13|18:29:44.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8176720Z [05-13|18:29:44.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8177170Z [05-13|18:29:44.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8177672Z [05-13|18:29:44.208] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8177815Z [05-13|18:29:44.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8177948Z [05-13|18:29:44.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8178194Z [05-13|18:29:44.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8178476Z [05-13|18:29:44.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8178942Z [05-13|18:29:44.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8179210Z [05-13|18:29:44.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8179550Z [05-13|18:29:44.209] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8179816Z [05-13|18:29:44.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8180274Z [05-13|18:29:44.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8180730Z [05-13|18:29:44.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8181180Z [05-13|18:29:44.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8181514Z [05-13|18:29:44.210] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8181978Z [05-13|18:29:44.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8182425Z [05-13|18:29:44.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8182755Z [05-13|18:29:44.210] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8182898Z [05-13|18:29:44.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8183224Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8183558Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8183951Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8184086Z [05-13|18:29:44.211] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8184406Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8184797Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8185123Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8185317Z [05-13|18:29:44.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8185651Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8185984Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8186182Z [05-13|18:29:44.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8186516Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8186782Z [05-13|18:29:44.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8187044Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8187316Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8187647Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8187913Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8188495Z [05-13|18:29:44.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8188760Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8189214Z [05-13|18:29:44.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8189555Z [05-13|18:29:44.213] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8189886Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8190336Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8190680Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8191006Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8191336Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8191669Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8192130Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8192649Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8192990Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8193319Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8193839Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8194102Z [05-13|18:29:44.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8194411Z [05-13|18:29:44.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8194747Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8195253Z [05-13|18:29:44.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8195581Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} +2026-05-13T18:30:54.8195920Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} +2026-05-13T18:30:54.8196067Z [05-13|18:29:44.215] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8196326Z [05-13|18:29:44.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8196587Z [05-13|18:29:44.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8197042Z [05-13|18:29:44.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8197261Z [05-13|18:29:44.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:54.8197722Z [05-13|18:29:44.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8198164Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8198314Z [05-13|18:29:44.216] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8198456Z [05-13|18:29:44.216] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8198591Z [05-13|18:29:44.216] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8199047Z [05-13|18:29:44.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8199514Z [05-13|18:29:44.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8199657Z [05-13|18:29:44.216] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8199870Z [05-13|18:29:44.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:54.8200198Z [05-13|18:29:44.216] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8200652Z [05-13|18:29:44.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8200794Z [05-13|18:29:44.217] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8201010Z [05-13|18:29:44.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} +2026-05-13T18:30:54.8201402Z [05-13|18:29:44.217] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8201729Z [05-13|18:29:44.217] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8202111Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks +2026-05-13T18:30:54.8202249Z [05-13|18:29:44.218] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8202510Z [05-13|18:29:44.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8202886Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8203153Z [05-13|18:29:44.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8203634Z [05-13|18:29:44.218] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8204023Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8204361Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8204815Z [05-13|18:29:44.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8205150Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8205627Z [05-13|18:29:44.218] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8206085Z [05-13|18:29:44.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8206563Z [05-13|18:29:44.220] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8206835Z [05-13|18:29:44.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8207097Z [05-13|18:29:44.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8207567Z [05-13|18:29:44.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8208022Z [05-13|18:29:44.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8208409Z [05-13|18:29:44.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.8208865Z [05-13|18:29:44.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8209131Z [05-13|18:29:44.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8209587Z [05-13|18:29:44.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8210047Z [05-13|18:29:44.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8210465Z [05-13|18:29:44.223] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8210729Z [05-13|18:29:44.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8210993Z [05-13|18:29:44.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8211380Z [05-13|18:29:44.224] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8211832Z [05-13|18:29:44.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8212340Z [05-13|18:29:44.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8212677Z [05-13|18:29:44.224] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8213107Z [05-13|18:29:44.225] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8213577Z [05-13|18:29:44.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8214056Z [05-13|18:29:44.225] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8214395Z [05-13|18:29:44.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8214847Z [05-13|18:29:44.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8215178Z [05-13|18:29:44.226] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8215511Z [05-13|18:29:44.226] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8215772Z [05-13|18:29:44.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8216033Z [05-13|18:29:44.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8216490Z [05-13|18:29:44.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8216753Z [05-13|18:29:44.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8217009Z [05-13|18:29:44.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8217474Z [05-13|18:29:44.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8217923Z [05-13|18:29:44.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8218297Z [05-13|18:29:44.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8218762Z [05-13|18:29:44.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8219213Z [05-13|18:29:44.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8219729Z [05-13|18:29:44.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8220078Z [05-13|18:29:44.230] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8220393Z [05-13|18:29:44.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8220848Z [05-13|18:29:44.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8221386Z [05-13|18:29:44.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8221653Z [05-13|18:29:44.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8221919Z [05-13|18:29:44.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8222306Z [05-13|18:29:44.231] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8222760Z [05-13|18:29:44.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8223221Z [05-13|18:29:44.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8223566Z [05-13|18:29:44.232] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8224002Z [05-13|18:29:44.233] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8224439Z [05-13|18:29:44.233] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8224579Z [05-13|18:29:44.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8224905Z [05-13|18:29:44.233] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8225233Z [05-13|18:29:44.231] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8225375Z [05-13|18:29:44.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8225507Z [05-13|18:29:44.233] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8225771Z [05-13|18:29:44.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8226233Z [05-13|18:29:44.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8226687Z [05-13|18:29:44.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8227142Z [05-13|18:29:44.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8227280Z [05-13|18:29:44.235] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8227611Z [05-13|18:29:44.235] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8227949Z [05-13|18:29:44.235] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8228332Z [05-13|18:29:44.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8228725Z [05-13|18:29:44.236] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8228985Z [05-13|18:29:44.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8229502Z [05-13|18:29:44.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8229830Z [05-13|18:29:44.236] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8230340Z [05-13|18:29:44.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8230796Z [05-13|18:29:44.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8230934Z [05-13|18:29:44.237] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8231311Z [05-13|18:29:44.237] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8231642Z [05-13|18:29:44.237] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8232069Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.8232207Z [05-13|18:29:44.238] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8232629Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.8232959Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8233389Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.8233654Z [05-13|18:29:44.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8233790Z [05-13|18:29:44.238] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8234057Z [05-13|18:29:44.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8234516Z [05-13|18:29:44.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8234652Z [05-13|18:29:44.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8235110Z [05-13|18:29:44.239] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8235547Z [05-13|18:29:44.239] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.8235974Z [05-13|18:29:44.239] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.8236438Z [05-13|18:29:44.239] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8236703Z [05-13|18:29:44.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8236961Z [05-13|18:29:44.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.8237436Z [05-13|18:29:44.240] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.8237777Z [05-13|18:29:44.240] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8238352Z [05-13|18:29:44.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8238881Z [05-13|18:29:44.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8239020Z [05-13|18:29:44.240] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8239336Z [05-13|18:29:44.239] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8239802Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8240302Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8240758Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8241105Z [05-13|18:29:44.241] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8241557Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8241881Z [05-13|18:29:44.241] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8242024Z [05-13|18:29:44.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8242347Z [05-13|18:29:44.242] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8242481Z [05-13|18:29:44.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8242813Z [05-13|18:29:44.242] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8242946Z [05-13|18:29:44.242] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8243263Z [05-13|18:29:44.243] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8243603Z [05-13|18:29:44.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8243737Z [05-13|18:29:44.243] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8244065Z [05-13|18:29:44.243] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8244338Z [05-13|18:29:44.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8244473Z [05-13|18:29:44.244] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8244735Z [05-13|18:29:44.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8245195Z [05-13|18:29:44.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8245647Z [05-13|18:29:44.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8245909Z [05-13|18:29:44.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8246423Z [05-13|18:29:44.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8246855Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8247318Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8247745Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8248298Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8248632Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8248906Z [05-13|18:29:44.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8249420Z [05-13|18:29:44.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8249887Z [05-13|18:29:44.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8250149Z [05-13|18:29:44.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8250410Z [05-13|18:29:44.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8250676Z [05-13|18:29:44.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8251135Z [05-13|18:29:44.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8251592Z [05-13|18:29:44.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8252028Z [05-13|18:29:44.247] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.8252163Z [05-13|18:29:44.247] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8252616Z [05-13|18:29:44.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8253051Z [05-13|18:29:44.247] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.8253482Z [05-13|18:29:44.247] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.8253619Z [05-13|18:29:44.248] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8257054Z [05-13|18:29:44.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8257454Z [05-13|18:29:44.248] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8257939Z [05-13|18:29:44.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8258495Z [05-13|18:29:44.249] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8258945Z [05-13|18:29:44.249] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8259414Z [05-13|18:29:44.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8259813Z [05-13|18:29:44.249] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8260102Z [05-13|18:29:44.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8260418Z [05-13|18:29:44.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.8260686Z [05-13|18:29:44.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8261157Z [05-13|18:29:44.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8261664Z [05-13|18:29:44.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8262133Z [05-13|18:29:44.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8262469Z [05-13|18:29:44.250] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8262795Z [05-13|18:29:44.251] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8263137Z [05-13|18:29:44.251] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8263407Z [05-13|18:29:44.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8263679Z [05-13|18:29:44.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8263951Z [05-13|18:29:44.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8264417Z [05-13|18:29:44.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8264875Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8265031Z [05-13|18:29:44.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8265295Z [05-13|18:29:44.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8265555Z [05-13|18:29:44.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.8266005Z [05-13|18:29:44.252] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} +2026-05-13T18:30:54.8266466Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8266924Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8267074Z [05-13|18:29:44.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8267527Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8268023Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8268610Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8269110Z [05-13|18:29:44.252] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} +2026-05-13T18:30:54.8269251Z [05-13|18:29:44.252] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8269752Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8269891Z [05-13|18:29:44.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8270040Z [05-13|18:29:44.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8270432Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8270866Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} +2026-05-13T18:30:54.8271011Z [05-13|18:29:44.253] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8271342Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8271674Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8272006Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8272333Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8272660Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8272933Z [05-13|18:29:44.253] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.8273068Z [05-13|18:29:44.254] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8273527Z [05-13|18:29:44.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8273862Z [05-13|18:29:44.254] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8274126Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8274390Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8274649Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8275116Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8275374Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8275830Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8276280Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8276477Z [05-13|18:29:44.255] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8276745Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8277202Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8277691Z [05-13|18:29:44.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8278470Z [05-13|18:29:44.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8278951Z [05-13|18:29:44.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8279290Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8279788Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.8280126Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8280558Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.8281020Z [05-13|18:29:44.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8281448Z [05-13|18:29:44.257] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} +2026-05-13T18:30:54.8281787Z [05-13|18:29:44.257] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8281935Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8282394Z [05-13|18:29:44.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8282531Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8282673Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8283006Z [05-13|18:29:44.257] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8283141Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8283286Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8283419Z [05-13|18:29:44.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8283548Z [05-13|18:29:44.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8283820Z [05-13|18:29:44.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8284153Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8284418Z [05-13|18:29:44.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8284559Z [05-13|18:29:44.258] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8285017Z [05-13|18:29:44.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8285351Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8285740Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8286072Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8286579Z [05-13|18:29:44.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8287034Z [05-13|18:29:44.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8287332Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8287597Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8288243Z [05-13|18:29:44.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8288516Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8288778Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8289243Z [05-13|18:29:44.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8289573Z [05-13|18:29:44.260] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8290034Z [05-13|18:29:44.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8290308Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8290569Z [05-13|18:29:44.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8291031Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8291488Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8291943Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8292383Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} +2026-05-13T18:30:54.8292849Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8293182Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8293506Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8293974Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8294405Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} +2026-05-13T18:30:54.8294803Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8295141Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8295413Z [05-13|18:29:44.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8295737Z [05-13|18:29:44.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8295877Z [05-13|18:29:44.262] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8296363Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} +2026-05-13T18:30:54.8296837Z [05-13|18:29:44.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8297177Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8297498Z [05-13|18:29:44.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8297966Z [05-13|18:29:44.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8298416Z [05-13|18:29:44.263] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8298884Z [05-13|18:29:44.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8299346Z [05-13|18:29:44.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8299492Z [05-13|18:29:44.263] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8299763Z [05-13|18:29:44.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8300119Z [05-13|18:29:44.263] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8300259Z [05-13|18:29:44.263] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8300520Z [05-13|18:29:44.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8300986Z [05-13|18:29:44.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8301322Z [05-13|18:29:44.264] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8301782Z [05-13|18:29:44.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8302244Z [05-13|18:29:44.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8302382Z [05-13|18:29:44.264] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8302645Z [05-13|18:29:44.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:54.8302783Z [05-13|18:29:44.265] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8303233Z [05-13|18:29:44.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8303632Z [05-13|18:29:44.265] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8303907Z [05-13|18:29:44.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8304234Z [05-13|18:29:44.265] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8304553Z [05-13|18:29:44.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8304884Z [05-13|18:29:44.265] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8305200Z [05-13|18:29:44.266] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8305658Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8306001Z [05-13|18:29:44.266] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8306507Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8306965Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8307424Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8307875Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8308322Z [05-13|18:29:44.267] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8308466Z [05-13|18:29:44.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8308734Z [05-13|18:29:44.267] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8308870Z [05-13|18:29:44.267] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8309204Z [05-13|18:29:44.267] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8309530Z [05-13|18:29:44.268] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8309861Z [05-13|18:29:44.268] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8310127Z [05-13|18:29:44.267] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8310261Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8310721Z [05-13|18:29:44.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8310864Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8311317Z [05-13|18:29:44.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8311450Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8311589Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8311720Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8312171Z [05-13|18:29:44.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8312377Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8312509Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8312948Z [05-13|18:29:44.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.8313141Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8313403Z [05-13|18:29:44.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8313534Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8313721Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8313855Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8313988Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8314118Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8314630Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8314769Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8314902Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8315170Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8315301Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8315565Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8315829Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8316265Z [05-13|18:29:44.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.8316529Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8316992Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8317129Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8317581Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8317927Z [05-13|18:29:44.270] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8318180Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8318315Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8318754Z [05-13|18:29:44.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} +2026-05-13T18:30:54.8318889Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8319022Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8319479Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8319613Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8319744Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8319886Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8320217Z [05-13|18:29:44.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8320554Z [05-13|18:29:44.271] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8321019Z [05-13|18:29:44.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8321607Z [05-13|18:29:44.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8322112Z [05-13|18:29:44.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8322256Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8322521Z [05-13|18:29:44.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8322655Z [05-13|18:29:44.272] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8323044Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8323377Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8323710Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8324042Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8324177Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8324634Z [05-13|18:29:44.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8324776Z [05-13|18:29:44.272] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8324913Z [05-13|18:29:44.272] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8325045Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8325384Z [05-13|18:29:44.273] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8325517Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8325650Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8325792Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8325924Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8326250Z [05-13|18:29:44.273] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8326588Z [05-13|18:29:44.273] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8326721Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8326853Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8326984Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8327444Z [05-13|18:29:44.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8327576Z [05-13|18:29:44.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8327710Z [05-13|18:29:44.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8327847Z [05-13|18:29:44.274] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8328272Z [05-13|18:29:44.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8328730Z [05-13|18:29:44.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8328996Z [05-13|18:29:44.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.8329318Z [05-13|18:29:44.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8329774Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8330088Z [05-13|18:29:44.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8330347Z [05-13|18:29:44.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8330609Z [05-13|18:29:44.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8331116Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8331575Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8332027Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8332462Z [05-13|18:29:44.275] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8332915Z [05-13|18:29:44.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8333373Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8333708Z [05-13|18:29:44.276] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8334158Z [05-13|18:29:44.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8334297Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8334432Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8334564Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8334696Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8334838Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8334970Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8335233Z [05-13|18:29:44.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8335570Z [05-13|18:29:44.277] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8335896Z [05-13|18:29:44.277] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8336219Z [05-13|18:29:44.277] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8336361Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8336492Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8337013Z [05-13|18:29:44.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8337154Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8337286Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8337653Z [05-13|18:29:44.278] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8337792Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8337921Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8338410Z [05-13|18:29:44.278] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8338684Z [05-13|18:29:44.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:54.8338819Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8339327Z [05-13|18:29:44.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8339469Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8339604Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8339736Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8339875Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8340331Z [05-13|18:29:44.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8340467Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8340603Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8340740Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8341002Z [05-13|18:29:44.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8341134Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8341599Z [05-13|18:29:44.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8341733Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8342065Z [05-13|18:29:44.280] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8342207Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8342339Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8342471Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8342609Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8342742Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8343070Z [05-13|18:29:44.280] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8343211Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8343345Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8343478Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8343810Z [05-13|18:29:44.280] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8343945Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8344077Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8344275Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8344546Z [05-13|18:29:44.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8344808Z [05-13|18:29:44.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8345193Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8345529Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8345831Z [05-13|18:29:44.281] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8346159Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8346493Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8346851Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8346987Z [05-13|18:29:44.281] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8347261Z [05-13|18:29:44.281] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8347584Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8347845Z [05-13|18:29:44.281] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} +2026-05-13T18:30:54.8348295Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8348756Z [05-13|18:29:44.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8349220Z [05-13|18:29:44.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8349680Z [05-13|18:29:44.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8350130Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8350589Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8351030Z [05-13|18:29:44.282] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.8351493Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8351952Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8352088Z [05-13|18:29:44.282] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8352539Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8352682Z [05-13|18:29:44.282] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8353010Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8353397Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8353539Z [05-13|18:29:44.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8353671Z [05-13|18:29:44.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8354055Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8354195Z [05-13|18:29:44.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8354512Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8354882Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8355023Z [05-13|18:29:44.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8355352Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8355730Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8355875Z [05-13|18:29:44.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8356196Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8356459Z [05-13|18:29:44.284] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8356792Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8357114Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8357442Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8357712Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8358155Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8358424Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8358695Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8359157Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8359491Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8359762Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8360227Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8360683Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8361139Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8361594Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8361922Z [05-13|18:29:44.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8362266Z [05-13|18:29:44.286] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8362720Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8363223Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8363729Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8363996Z [05-13|18:29:44.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8364259Z [05-13|18:29:44.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8364767Z [05-13|18:29:44.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8365208Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.8365662Z [05-13|18:29:44.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8366098Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.8366233Z [05-13|18:29:44.287] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8366664Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.8367000Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8367332Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8367661Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8367982Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8368426Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8368771Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8368916Z [05-13|18:29:44.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8369051Z [05-13|18:29:44.288] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8369378Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8369649Z [05-13|18:29:44.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8369977Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8370248Z [05-13|18:29:44.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8370582Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8370975Z [05-13|18:29:44.289] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8371434Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8371756Z [05-13|18:29:44.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8372210Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8372718Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8373184Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8373577Z [05-13|18:29:44.289] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8373722Z [05-13|18:29:44.289] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8374053Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8374506Z [05-13|18:29:44.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8374847Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8375278Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.8375414Z [05-13|18:29:44.290] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8375843Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.8376263Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.8376594Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8376931Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8377196Z [05-13|18:29:44.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8377527Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8377990Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8378385Z [05-13|18:29:44.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8378855Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8379319Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8379657Z [05-13|18:29:44.291] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8379860Z [05-13|18:29:44.291] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8380323Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8380588Z [05-13|18:29:44.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8380972Z [05-13|18:29:44.292] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8381130Z [05-13|18:29:44.292] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8381522Z [05-13|18:29:44.292] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8381742Z [05-13|18:29:44.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:54.8382207Z [05-13|18:29:44.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8382523Z [05-13|18:29:44.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8382670Z [05-13|18:29:44.293] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8382889Z [05-13|18:29:44.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:54.8383340Z [05-13|18:29:44.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8383675Z [05-13|18:29:44.293] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8384011Z [05-13|18:29:44.292] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8384386Z [05-13|18:29:44.293] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.8384748Z [05-13|18:29:44.293] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.8384896Z [05-13|18:29:44.293] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8385161Z [05-13|18:29:44.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8385492Z [05-13|18:29:44.293] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8385954Z [05-13|18:29:44.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8386411Z [05-13|18:29:44.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8386555Z [05-13|18:29:44.294] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8386922Z [05-13|18:29:44.294] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.8387253Z [05-13|18:29:44.294] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8387388Z [05-13|18:29:44.294] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8387827Z [05-13|18:29:44.294] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.8388152Z [05-13|18:29:44.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} +2026-05-13T18:30:54.8388581Z [05-13|18:29:44.295] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} +2026-05-13T18:30:54.8388957Z [05-13|18:29:44.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8389281Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks +2026-05-13T18:30:54.8389677Z [05-13|18:29:44.295] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8389818Z [05-13|18:29:44.295] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8390344Z [05-13|18:29:44.295] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8390611Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8391075Z [05-13|18:29:44.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8391577Z [05-13|18:29:44.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8391845Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8392321Z [05-13|18:29:44.296] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8392774Z [05-13|18:29:44.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8393037Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8393494Z [05-13|18:29:44.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8393629Z [05-13|18:29:44.296] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8394103Z [05-13|18:29:44.296] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8394366Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8394820Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8395299Z [05-13|18:29:44.297] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8395640Z [05-13|18:29:44.297] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8395902Z [05-13|18:29:44.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8396364Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8396815Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8397154Z [05-13|18:29:44.297] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8397611Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8397987Z [05-13|18:29:44.297] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8398245Z [05-13|18:29:44.297] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8398770Z [05-13|18:29:44.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8398905Z [05-13|18:29:44.298] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8399232Z [05-13|18:29:44.298] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8399615Z [05-13|18:29:44.299] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8399885Z [05-13|18:29:44.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8400214Z [05-13|18:29:44.299] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8400529Z [05-13|18:29:44.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8400858Z [05-13|18:29:44.299] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8401311Z [05-13|18:29:44.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8401644Z [05-13|18:29:44.300] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8402100Z [05-13|18:29:44.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8402366Z [05-13|18:29:44.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8402832Z [05-13|18:29:44.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8403285Z [05-13|18:29:44.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8403549Z [05-13|18:29:44.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.8404002Z [05-13|18:29:44.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8404264Z [05-13|18:29:44.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8404725Z [05-13|18:29:44.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8404993Z [05-13|18:29:44.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8405328Z [05-13|18:29:44.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8405589Z [05-13|18:29:44.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8405854Z [05-13|18:29:44.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8406189Z [05-13|18:29:44.302] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8406509Z [05-13|18:29:44.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8406843Z [05-13|18:29:44.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8407298Z [05-13|18:29:44.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8407598Z [05-13|18:29:44.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} +2026-05-13T18:30:54.8408171Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8408686Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8409030Z [05-13|18:29:44.303] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8409532Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8409995Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8410462Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8410795Z [05-13|18:29:44.303] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8411248Z [05-13|18:29:44.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8411516Z [05-13|18:29:44.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8411972Z [05-13|18:29:44.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8412425Z [05-13|18:29:44.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8412570Z [05-13|18:29:44.304] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8412704Z [05-13|18:29:44.304] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8413038Z [05-13|18:29:44.304] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8413179Z [05-13|18:29:44.304] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8413504Z [05-13|18:29:44.304] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8413640Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8413973Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8414409Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.8414545Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8414686Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8414817Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8415244Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.8415642Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8415777Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8416156Z [05-13|18:29:44.306] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8416484Z [05-13|18:29:44.306] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8416948Z [05-13|18:29:44.306] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} +2026-05-13T18:30:54.8417213Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8417673Z [05-13|18:29:44.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8417972Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8418346Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8418811Z [05-13|18:29:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8419075Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8419531Z [05-13|18:29:44.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8419798Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8420057Z [05-13|18:29:44.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8420510Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8420969Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8421446Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8421899Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8422169Z [05-13|18:29:44.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8422500Z [05-13|18:29:44.308] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8422761Z [05-13|18:29:44.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8423221Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8423673Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8424119Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8424530Z [05-13|18:29:44.308] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8424666Z [05-13|18:29:44.309] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8425119Z [05-13|18:29:44.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8425625Z [05-13|18:29:44.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8425934Z [05-13|18:29:44.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8426262Z [05-13|18:29:44.309] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8426402Z [05-13|18:29:44.309] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8426731Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8427231Z [05-13|18:29:44.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8427574Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8427897Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8428353Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8428684Z [05-13|18:29:44.311] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8428819Z [05-13|18:29:44.310] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8429150Z [05-13|18:29:44.311] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8429292Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8429425Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8429754Z [05-13|18:29:44.311] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8429892Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8430024Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8430156Z [05-13|18:29:44.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8430424Z [05-13|18:29:44.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8430558Z [05-13|18:29:44.312] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8430886Z [05-13|18:29:44.312] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8431212Z [05-13|18:29:44.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8431670Z [05-13|18:29:44.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8431932Z [05-13|18:29:44.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8432198Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8432455Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8432975Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8433241Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8433745Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8434197Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8434514Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8434970Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8435470Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8435909Z [05-13|18:29:44.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:54.8436338Z [05-13|18:29:44.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:54.8436603Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8437025Z [05-13|18:29:44.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} +2026-05-13T18:30:54.8437160Z [05-13|18:29:44.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8437291Z [05-13|18:29:44.313] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8437556Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8437814Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8438389Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8438854Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8439306Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8439574Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8439911Z [05-13|18:29:44.314] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8440170Z [05-13|18:29:44.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8440512Z [05-13|18:29:44.315] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8440968Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8441417Z [05-13|18:29:44.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8441818Z [05-13|18:29:44.315] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8442148Z [05-13|18:29:44.315] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8442410Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8442923Z [05-13|18:29:44.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8443425Z [05-13|18:29:44.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8443753Z [05-13|18:29:44.316] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8444020Z [05-13|18:29:44.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.8444521Z [05-13|18:29:44.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8444973Z [05-13|18:29:44.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8445432Z [05-13|18:29:44.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8445765Z [05-13|18:29:44.317] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8446096Z [05-13|18:29:44.317] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8446431Z [05-13|18:29:44.317] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8446762Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8447091Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8447359Z [05-13|18:29:44.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8447685Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8447944Z [05-13|18:29:44.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8448324Z [05-13|18:29:44.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} +2026-05-13T18:30:54.8448787Z [05-13|18:29:44.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8449240Z [05-13|18:29:44.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8449574Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8450032Z [05-13|18:29:44.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8450496Z [05-13|18:29:44.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8450823Z [05-13|18:29:44.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8451153Z [05-13|18:29:44.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8451304Z [05-13|18:29:44.320] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8451569Z [05-13|18:29:44.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.8451711Z [05-13|18:29:44.320] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8451915Z [05-13|18:29:44.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.8452304Z [05-13|18:29:44.320] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8452758Z [05-13|18:29:44.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8453024Z [05-13|18:29:44.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8453373Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8453830Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8454289Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8454555Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8454693Z [05-13|18:29:44.321] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8454901Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.8455165Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8455426Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8455881Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8456339Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8456793Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8457136Z [05-13|18:29:44.321] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8457589Z [05-13|18:29:44.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8458158Z [05-13|18:29:44.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8458311Z [05-13|18:29:44.322] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8458645Z [05-13|18:29:44.322] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8458971Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks +2026-05-13T18:30:54.8459453Z [05-13|18:29:44.322] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8459854Z [05-13|18:29:44.323] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8460326Z [05-13|18:29:44.323] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8460718Z [05-13|18:29:44.323] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8461047Z [05-13|18:29:44.323] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8461233Z [05-13|18:29:44.323] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8461710Z [05-13|18:29:44.323] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8462042Z [05-13|18:29:44.324] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8462558Z [05-13|18:29:44.324] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8462701Z [05-13|18:29:44.324] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8463029Z [05-13|18:29:44.325] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8463290Z [05-13|18:29:44.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.8463754Z [05-13|18:29:44.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8464017Z [05-13|18:29:44.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} +2026-05-13T18:30:54.8464472Z [05-13|18:29:44.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8464738Z [05-13|18:29:44.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.8465193Z [05-13|18:29:44.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8465451Z [05-13|18:29:44.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} +2026-05-13T18:30:54.8465788Z [05-13|18:29:44.328] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8466241Z [05-13|18:29:44.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8466506Z [05-13|18:29:44.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8466961Z [05-13|18:29:44.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8467225Z [05-13|18:29:44.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8467359Z [05-13|18:29:44.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8467819Z [05-13|18:29:44.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8467953Z [05-13|18:29:44.330] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8468371Z [05-13|18:29:44.330] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8468639Z [05-13|18:29:44.330] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} +2026-05-13T18:30:54.8468970Z [05-13|18:29:44.330] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8469375Z [05-13|18:29:44.331] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8469515Z [05-13|18:29:44.331] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8470022Z [05-13|18:29:44.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8470364Z [05-13|18:29:44.331] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8470830Z [05-13|18:29:44.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8471012Z [05-13|18:29:44.332] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8471343Z [05-13|18:29:44.332] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8471484Z [05-13|18:29:44.332] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8471808Z [05-13|18:29:44.331] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8471941Z [05-13|18:29:44.333] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8472209Z [05-13|18:29:44.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8472343Z [05-13|18:29:44.333] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8472475Z [05-13|18:29:44.333] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8472609Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8472741Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8472873Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473008Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473139Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473269Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473398Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473534Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473663Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473791Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8473927Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474056Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474187Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474321Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474453Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474583Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474718Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474848Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8474978Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8475108Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8475242Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8475436Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8475565Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8475701Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8475833Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8476003Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8476137Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8476266Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8476633Z [05-13|18:29:44.337] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8476903Z [05-13|18:29:44.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8477358Z [05-13|18:29:44.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8477493Z [05-13|18:29:44.338] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8477793Z [05-13|18:29:44.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8478369Z [05-13|18:29:44.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8478821Z [05-13|18:29:44.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8479157Z [05-13|18:29:44.339] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8479609Z [05-13|18:29:44.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8479743Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8479880Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8480010Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8480144Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8480280Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8480419Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8480548Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8480679Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8480813Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8481075Z [05-13|18:29:44.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8481405Z [05-13|18:29:44.340] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8481735Z [05-13|18:29:44.340] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8482000Z [05-13|18:29:44.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8482132Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8482268Z [05-13|18:29:44.341] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8482528Z [05-13|18:29:44.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8482660Z [05-13|18:29:44.341] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8482990Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8483380Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8483705Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8484222Z [05-13|18:29:44.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8484548Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8484920Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8485380Z [05-13|18:29:44.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8485514Z [05-13|18:29:44.342] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8485694Z [05-13|18:29:44.342] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8486024Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8486349Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8486669Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8486998Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8487320Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8487642Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8487968Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8488432Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8488568Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8488897Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8489355Z [05-13|18:29:44.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8489488Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8489816Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8489950Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8490081Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8490218Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8490555Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8490687Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8490822Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8490953Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8491082Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8491607Z [05-13|18:29:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8491938Z [05-13|18:29:44.344] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8492324Z [05-13|18:29:44.344] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8492657Z [05-13|18:29:44.344] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8492789Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8492971Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8493105Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8493240Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8493371Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8493501Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8493685Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8493818Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8493956Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8494091Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8494220Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8494542Z [05-13|18:29:44.345] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8494876Z [05-13|18:29:44.345] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8495199Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8495526Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8495860Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8496127Z [05-13|18:29:44.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8496454Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8496724Z [05-13|18:29:44.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8497180Z [05-13|18:29:44.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8497445Z [05-13|18:29:44.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8497710Z [05-13|18:29:44.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8498159Z [05-13|18:29:44.347] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8498619Z [05-13|18:29:44.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8498954Z [05-13|18:29:44.347] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8499284Z [05-13|18:29:44.347] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8499482Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8499941Z [05-13|18:29:44.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8500399Z [05-13|18:29:44.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8500712Z [05-13|18:29:44.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} +2026-05-13T18:30:54.8500980Z [05-13|18:29:44.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8501161Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8501295Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8501629Z [05-13|18:29:44.348] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8501765Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8501896Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8502083Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8502216Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8502547Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8503007Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8503460Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8503911Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8504050Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8504381Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8504712Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8504849Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8505179Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8505503Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8505641Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8505961Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8506289Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8506432Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8506574Z [05-13|18:29:44.349] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8506706Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8506920Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.8507251Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8507579Z [05-13|18:29:44.350] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8507758Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8507896Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8508025Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8508340Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8508489Z [05-13|18:29:44.350] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8508620Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8508993Z [05-13|18:29:44.350] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.8509181Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8509315Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8509531Z [05-13|18:29:44.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.8509667Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8509848Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8509980Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8510120Z [05-13|18:29:44.350] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8510255Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8510385Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8510602Z [05-13|18:29:44.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.8510972Z [05-13|18:29:44.350] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.8511103Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8511234Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8511701Z [05-13|18:29:44.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8511834Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8511965Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8512101Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8512365Z [05-13|18:29:44.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8512497Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8512631Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8512770Z [05-13|18:29:44.351] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8513132Z [05-13|18:29:44.351] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.8513268Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8513399Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8513658Z [05-13|18:29:44.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8513791Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8513926Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8514056Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8514187Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8514323Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8514646Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks +2026-05-13T18:30:54.8514841Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8514975Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8515106Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8515584Z [05-13|18:29:44.352] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8515760Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8516283Z [05-13|18:29:44.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8516417Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8516867Z [05-13|18:29:44.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8517382Z [05-13|18:29:44.352] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8517837Z [05-13|18:29:44.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8517978Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8518227Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8518360Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8518842Z [05-13|18:29:44.353] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8518977Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8519106Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8519373Z [05-13|18:29:44.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8519504Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8519637Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8520112Z [05-13|18:29:44.353] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8520246Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8520698Z [05-13|18:29:44.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8521046Z [05-13|18:29:44.353] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8521205Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8521338Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8521467Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8521808Z [05-13|18:29:44.354] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8521940Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8522071Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8522208Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8522337Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8522466Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8522671Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8522802Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8523130Z [05-13|18:29:44.354] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8523268Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8523452Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8523582Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8523912Z [05-13|18:29:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8524095Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8524228Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8524359Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8524496Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8524627Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8524808Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8525118Z [05-13|18:29:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8525381Z [05-13|18:29:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8525838Z [05-13|18:29:44.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8525982Z [05-13|18:29:44.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8526111Z [05-13|18:29:44.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8526368Z [05-13|18:29:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8526505Z [05-13|18:29:44.356] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8526762Z [05-13|18:29:44.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8527213Z [05-13|18:29:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8527482Z [05-13|18:29:44.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8527936Z [05-13|18:29:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8528509Z [05-13|18:29:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8528777Z [05-13|18:29:44.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8529227Z [05-13|18:29:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8529488Z [05-13|18:29:44.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8529623Z [05-13|18:29:44.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8529754Z [05-13|18:29:44.358] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8530201Z [05-13|18:29:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8530464Z [05-13|18:29:44.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8530866Z [05-13|18:29:44.359] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8531317Z [05-13|18:29:44.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8531709Z [05-13|18:29:44.359] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8531841Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8532341Z [05-13|18:29:44.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8532484Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8532616Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8532747Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8533250Z [05-13|18:29:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8533384Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8533521Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8533655Z [05-13|18:29:44.357] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8534102Z [05-13|18:29:44.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8534434Z [05-13|18:29:44.360] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8534885Z [05-13|18:29:44.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8535148Z [05-13|18:29:44.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8535282Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8535419Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8535551Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8535682Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8536014Z [05-13|18:29:44.361] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8536149Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8536278Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8536730Z [05-13|18:29:44.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8536865Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8537188Z [05-13|18:29:44.361] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8537322Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8537458Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8537587Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8537715Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8537850Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8537978Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8538415Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8538620Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8538754Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8538884Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8539073Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8539203Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8539332Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8539467Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8539600Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8539779Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8539917Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8540258Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8540632Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8540957Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8541097Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8541230Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8541487Z [05-13|18:29:44.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8541749Z [05-13|18:29:44.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8542007Z [05-13|18:29:44.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8542140Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8542277Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8542409Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8542540Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8542997Z [05-13|18:29:44.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8543447Z [05-13|18:29:44.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8543712Z [05-13|18:29:44.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8543979Z [05-13|18:29:44.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8544241Z [05-13|18:29:44.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} +2026-05-13T18:30:54.8544699Z [05-13|18:29:44.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8545158Z [05-13|18:29:44.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8545293Z [05-13|18:29:44.364] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8545738Z [05-13|18:29:44.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8545876Z [05-13|18:29:44.364] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8546072Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8546204Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8546340Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8546470Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8546598Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8546899Z [05-13|18:29:44.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8547161Z [05-13|18:29:44.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8547291Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8547457Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8547911Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8548165Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8548303Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8548817Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8548957Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8549402Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8549844Z [05-13|18:29:44.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8549978Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8550432Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8550572Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8550702Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8550835Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8550969Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8551423Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8551558Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8551694Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8552141Z [05-13|18:29:44.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8552477Z [05-13|18:29:44.367] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8552815Z [05-13|18:29:44.367] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8552950Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8553081Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8553215Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8553644Z [05-13|18:29:44.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8553777Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8553971Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8554394Z [05-13|18:29:44.367] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8554526Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8554716Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8555047Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8555177Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8555556Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8555692Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8555822Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8555955Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8556321Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8556779Z [05-13|18:29:44.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8556915Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8557245Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8557378Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8557510Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8557841Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8557975Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8558222Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8558555Z [05-13|18:29:44.369] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8558687Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8558816Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8558954Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8559275Z [05-13|18:29:44.369] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8559408Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8559542Z [05-13|18:29:44.370] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8559808Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8560266Z [05-13|18:29:44.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8560535Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8560793Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8561248Z [05-13|18:29:44.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8561514Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8561965Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8562290Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8562554Z [05-13|18:29:44.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} +2026-05-13T18:30:54.8563057Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8563509Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8563698Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8563833Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8563966Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8564101Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8564229Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8564726Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8565181Z [05-13|18:29:44.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8565634Z [05-13|18:29:44.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8565969Z [05-13|18:29:44.372] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8566313Z [05-13|18:29:44.372] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8566446Z [05-13|18:29:44.372] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8566706Z [05-13|18:29:44.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8566971Z [05-13|18:29:44.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8567226Z [05-13|18:29:44.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8567682Z [05-13|18:29:44.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8568019Z [05-13|18:29:44.373] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8568470Z [05-13|18:29:44.373] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8568926Z [05-13|18:29:44.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8569268Z [05-13|18:29:44.373] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8569719Z [05-13|18:29:44.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8569853Z [05-13|18:29:44.373] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8570185Z [05-13|18:29:44.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8570643Z [05-13|18:29:44.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8571034Z [05-13|18:29:44.374] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8571173Z [05-13|18:29:44.374] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8571544Z [05-13|18:29:44.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8571807Z [05-13|18:29:44.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8572074Z [05-13|18:29:44.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8572445Z [05-13|18:29:44.375] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8572584Z [05-13|18:29:44.375] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8572848Z [05-13|18:29:44.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} +2026-05-13T18:30:54.8573155Z [05-13|18:29:44.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} +2026-05-13T18:30:54.8573613Z [05-13|18:29:44.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8574072Z [05-13|18:29:44.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8574333Z [05-13|18:29:44.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8574589Z [05-13|18:29:44.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8575045Z [05-13|18:29:44.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8575492Z [05-13|18:29:44.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8575943Z [05-13|18:29:44.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8576398Z [05-13|18:29:44.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8576731Z [05-13|18:29:44.377] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8576991Z [05-13|18:29:44.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8577256Z [05-13|18:29:44.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8577707Z [05-13|18:29:44.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8577966Z [05-13|18:29:44.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8578421Z [05-13|18:29:44.378] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8578874Z [05-13|18:29:44.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8579208Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8579606Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8579869Z [05-13|18:29:44.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8580194Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8580744Z [05-13|18:29:44.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8580879Z [05-13|18:29:44.379] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8581374Z [05-13|18:29:44.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8581713Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8582091Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8582427Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8582758Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8583081Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8583415Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8583869Z [05-13|18:29:44.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8584199Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8584528Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8584859Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} +2026-05-13T18:30:54.8585184Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} +2026-05-13T18:30:54.8585324Z [05-13|18:29:44.380] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8585467Z [05-13|18:29:44.380] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8585916Z [05-13|18:29:44.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8586137Z [05-13|18:29:44.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:54.8586461Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8586786Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8586922Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8587064Z [05-13|18:29:44.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8587387Z [05-13|18:29:44.381] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8587597Z [05-13|18:29:44.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:54.8587788Z [05-13|18:29:44.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8587921Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8588164Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8588382Z [05-13|18:29:44.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} +2026-05-13T18:30:54.8588584Z [05-13|18:29:44.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8588906Z [05-13|18:29:44.381] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8589047Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8589177Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8589357Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8589497Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8589628Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8589758Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8589944Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8590076Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8590399Z [05-13|18:29:44.382] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8590531Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8590667Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8590798Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8590929Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8591063Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8591195Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8591328Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8591467Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8591597Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8591727Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8591862Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8592186Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks +2026-05-13T18:30:54.8592324Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8592458Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8592596Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8592725Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8592857Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8592995Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8593128Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8593453Z [05-13|18:29:44.384] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8593596Z [05-13|18:29:44.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8593726Z [05-13|18:29:44.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8594207Z [05-13|18:29:44.384] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8594478Z [05-13|18:29:44.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8594942Z [05-13|18:29:44.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8595270Z [05-13|18:29:44.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8595725Z [05-13|18:29:44.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8596211Z [05-13|18:29:44.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8596343Z [05-13|18:29:44.384] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8596514Z [05-13|18:29:44.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8596774Z [05-13|18:29:44.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8596913Z [05-13|18:29:44.385] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8597174Z [05-13|18:29:44.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8597543Z [05-13|18:29:44.385] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8597874Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8598449Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8598715Z [05-13|18:29:44.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8599164Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8599604Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.8600058Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8600485Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.8600941Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8601417Z [05-13|18:29:44.386] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8601750Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8602180Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.8602314Z [05-13|18:29:44.387] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8602642Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8602971Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8603292Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8603614Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8604160Z [05-13|18:29:44.387] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8604486Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8604679Z [05-13|18:29:44.387] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8604999Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8605501Z [05-13|18:29:44.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8605981Z [05-13|18:29:44.387] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8606310Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8606683Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8606824Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8607145Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8607277Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8607606Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8607739Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8608285Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8608668Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8608812Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8609329Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8609711Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8610044Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8610493Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8610681Z [05-13|18:29:44.389] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8610957Z [05-13|18:29:44.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8611296Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8611777Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8612066Z [05-13|18:29:44.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8612534Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8613141Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8613511Z [05-13|18:29:44.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8614069Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8614699Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8615059Z [05-13|18:29:44.390] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8615459Z [05-13|18:29:44.391] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8615764Z [05-13|18:29:44.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8616104Z [05-13|18:29:44.391] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8616422Z [05-13|18:29:44.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8616893Z [05-13|18:29:44.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8617157Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8617413Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8617872Z [05-13|18:29:44.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8618464Z [05-13|18:29:44.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8618732Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.8619075Z [05-13|18:29:44.392] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8619335Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.8619674Z [05-13|18:29:44.392] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8620029Z [05-13|18:29:44.392] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} +2026-05-13T18:30:54.8620492Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8620943Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8621426Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8621874Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8622205Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8622541Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8623059Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8623396Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} +2026-05-13T18:30:54.8623730Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} +2026-05-13T18:30:54.8624110Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8624260Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8624638Z [05-13|18:29:44.394] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8624862Z [05-13|18:29:44.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.8625009Z [05-13|18:29:44.393] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8625339Z [05-13|18:29:44.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8625558Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8625698Z [05-13|18:29:44.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8626077Z [05-13|18:29:44.394] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.8626212Z [05-13|18:29:44.394] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8626353Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8626723Z [05-13|18:29:44.394] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.8626938Z [05-13|18:29:44.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.8627270Z [05-13|18:29:44.394] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8627416Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8627774Z [05-13|18:29:44.394] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.8628161Z [05-13|18:29:44.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8628435Z [05-13|18:29:44.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8628769Z [05-13|18:29:44.395] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8629029Z [05-13|18:29:44.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.8629496Z [05-13|18:29:44.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8629947Z [05-13|18:29:44.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8630160Z [05-13|18:29:44.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} +2026-05-13T18:30:54.8630489Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks +2026-05-13T18:30:54.8630949Z [05-13|18:29:44.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8631211Z [05-13|18:29:44.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8631540Z [05-13|18:29:44.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8631869Z [05-13|18:29:44.396] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8632319Z [05-13|18:29:44.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8632703Z [05-13|18:29:44.396] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8633203Z [05-13|18:29:44.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8633653Z [05-13|18:29:44.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8633918Z [05-13|18:29:44.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8634442Z [05-13|18:29:44.397] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8634710Z [05-13|18:29:44.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8635169Z [05-13|18:29:44.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8635617Z [05-13|18:29:44.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8636072Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8636522Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8636958Z [05-13|18:29:44.399] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8637418Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8637678Z [05-13|18:29:44.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8638250Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8638596Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8638736Z [05-13|18:29:44.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8639061Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8639393Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8639530Z [05-13|18:29:44.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8639848Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8639987Z [05-13|18:29:44.400] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8640312Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8640512Z [05-13|18:29:44.401] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8640848Z [05-13|18:29:44.401] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8641113Z [05-13|18:29:44.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8641424Z [05-13|18:29:44.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8641880Z [05-13|18:29:44.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8642378Z [05-13|18:29:44.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8642710Z [05-13|18:29:44.402] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8643213Z [05-13|18:29:44.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8643692Z [05-13|18:29:44.402] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8643954Z [05-13|18:29:44.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8644283Z [05-13|18:29:44.403] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8644735Z [05-13|18:29:44.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8645005Z [05-13|18:29:44.404] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8645337Z [05-13|18:29:44.404] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8645658Z [05-13|18:29:44.404] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8645794Z [05-13|18:29:44.404] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8646253Z [05-13|18:29:44.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8646387Z [05-13|18:29:44.405] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8646653Z [05-13|18:29:44.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8647110Z [05-13|18:29:44.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8647584Z [05-13|18:29:44.406] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8648019Z [05-13|18:29:44.406] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.8648599Z [05-13|18:29:44.406] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.8648739Z [05-13|18:29:44.406] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8649219Z [05-13|18:29:44.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8649596Z [05-13|18:29:44.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8649855Z [05-13|18:29:44.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8650311Z [05-13|18:29:44.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8650504Z [05-13|18:29:44.407] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8650763Z [05-13|18:29:44.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8651019Z [05-13|18:29:44.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8651525Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8651787Z [05-13|18:29:44.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8652285Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8652739Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8653194Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8653647Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8654098Z [05-13|18:29:44.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8654437Z [05-13|18:29:44.409] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8654772Z [05-13|18:29:44.409] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8655097Z [05-13|18:29:44.409] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8655232Z [05-13|18:29:44.409] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8655688Z [05-13|18:29:44.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8655948Z [05-13|18:29:44.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8656397Z [05-13|18:29:44.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8656734Z [05-13|18:29:44.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8657062Z [05-13|18:29:44.411] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8657197Z [05-13|18:29:44.411] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8657650Z [05-13|18:29:44.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8657977Z [05-13|18:29:44.411] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8658466Z [05-13|18:29:44.411] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8658796Z [05-13|18:29:44.412] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8659122Z [05-13|18:29:44.412] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8659452Z [05-13|18:29:44.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8659719Z [05-13|18:29:44.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8660228Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8660684Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8660954Z [05-13|18:29:44.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8661452Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8661907Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8662049Z [05-13|18:29:44.414] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8662383Z [05-13|18:29:44.414] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8662517Z [05-13|18:29:44.414] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8662784Z [05-13|18:29:44.415] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8663241Z [05-13|18:29:44.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8663502Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8663766Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8664217Z [05-13|18:29:44.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8664476Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8664932Z [05-13|18:29:44.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8665266Z [05-13|18:29:44.417] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8665528Z [05-13|18:29:44.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.8665989Z [05-13|18:29:44.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8666436Z [05-13|18:29:44.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8666701Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8667155Z [05-13|18:29:44.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8667476Z [05-13|18:29:44.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8667805Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8668413Z [05-13|18:29:44.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8668743Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8669125Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8669461Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8669916Z [05-13|18:29:44.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8670294Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8670438Z [05-13|18:29:44.419] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8670696Z [05-13|18:29:44.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.8671148Z [05-13|18:29:44.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8671606Z [05-13|18:29:44.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8671866Z [05-13|18:29:44.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8672320Z [05-13|18:29:44.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8672770Z [05-13|18:29:44.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8673033Z [05-13|18:29:44.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8673368Z [05-13|18:29:44.421] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8673635Z [05-13|18:29:44.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8674092Z [05-13|18:29:44.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8674359Z [05-13|18:29:44.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.8674811Z [05-13|18:29:44.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8675139Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8675472Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8675607Z [05-13|18:29:44.422] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8676059Z [05-13|18:29:44.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8676382Z [05-13|18:29:44.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8676642Z [05-13|18:29:44.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8676949Z [05-13|18:29:44.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8677280Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8677610Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8678238Z [05-13|18:29:44.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8678394Z [05-13|18:29:44.423] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8678907Z [05-13|18:29:44.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8679348Z [05-13|18:29:44.423] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8679695Z [05-13|18:29:44.423] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8680154Z [05-13|18:29:44.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8680483Z [05-13|18:29:44.424] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8680755Z [05-13|18:29:44.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8680889Z [05-13|18:29:44.424] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8681317Z [05-13|18:29:44.425] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8681780Z [05-13|18:29:44.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8681917Z [05-13|18:29:44.425] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8682387Z [05-13|18:29:44.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8682849Z [05-13|18:29:44.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8683116Z [05-13|18:29:44.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8683570Z [05-13|18:29:44.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8683910Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8684235Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8684559Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8684892Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8685214Z [05-13|18:29:44.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8685667Z [05-13|18:29:44.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8685986Z [05-13|18:29:44.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8686321Z [05-13|18:29:44.425] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8686812Z [05-13|18:29:44.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8686955Z [05-13|18:29:44.427] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8687403Z [05-13|18:29:44.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8687539Z [05-13|18:29:44.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8687840Z [05-13|18:29:44.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8688404Z [05-13|18:29:44.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8688855Z [05-13|18:29:44.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8689192Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8689623Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.8689760Z [05-13|18:29:44.428] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8690091Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8690523Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} +2026-05-13T18:30:54.8690853Z [05-13|18:29:44.429] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8691115Z [05-13|18:29:44.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8691566Z [05-13|18:29:44.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8691831Z [05-13|18:29:44.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8692291Z [05-13|18:29:44.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8692624Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8692893Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8693343Z [05-13|18:29:44.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8693790Z [05-13|18:29:44.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8694117Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8694375Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8694512Z [05-13|18:29:44.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8694900Z [05-13|18:29:44.431] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8695350Z [05-13|18:29:44.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8695846Z [05-13|18:29:44.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8696189Z [05-13|18:29:44.431] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8696324Z [05-13|18:29:44.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8696506Z [05-13|18:29:44.431] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8696646Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8696779Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8696909Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8697364Z [05-13|18:29:44.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8697498Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8697628Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8697757Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8698213Z [05-13|18:29:44.432] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8698542Z [05-13|18:29:44.432] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8698807Z [05-13|18:29:44.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8699273Z [05-13|18:29:44.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8699535Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8699861Z [05-13|18:29:44.433] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8700318Z [05-13|18:29:44.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8700770Z [05-13|18:29:44.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8700907Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8701040Z [05-13|18:29:44.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8701171Z [05-13|18:29:44.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8701301Z [05-13|18:29:44.433] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8701567Z [05-13|18:29:44.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8702021Z [05-13|18:29:44.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8702349Z [05-13|18:29:44.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8702487Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8702618Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8702883Z [05-13|18:29:44.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8703394Z [05-13|18:29:44.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8703529Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8703905Z [05-13|18:29:44.434] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8704366Z [05-13|18:29:44.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8704746Z [05-13|18:29:44.434] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8705205Z [05-13|18:29:44.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8705346Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8705673Z [05-13|18:29:44.433] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8705806Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8706140Z [05-13|18:29:44.435] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8706274Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8706405Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8706540Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8706803Z [05-13|18:29:44.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8706935Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8707073Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8707202Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8707333Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8707468Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8707597Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8707856Z [05-13|18:29:44.436] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8708309Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8708453Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8708586Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8708717Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8709179Z [05-13|18:29:44.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8709510Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8709643Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8709777Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8709982Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8710307Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8710445Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8710636Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8710963Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8711103Z [05-13|18:29:44.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8711367Z [05-13|18:29:44.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8711576Z [05-13|18:29:44.437] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8712042Z [05-13|18:29:44.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8712580Z [05-13|18:29:44.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8712908Z [05-13|18:29:44.437] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8713365Z [05-13|18:29:44.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8713699Z [05-13|18:29:44.437] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8714027Z [05-13|18:29:44.438] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8714295Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8714620Z [05-13|18:29:44.438] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8715076Z [05-13|18:29:44.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8715408Z [05-13|18:29:44.438] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8715671Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8715930Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} +2026-05-13T18:30:54.8716195Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8716454Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8716914Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8717372Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8717702Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8718145Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8718479Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8718865Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8719000Z [05-13|18:29:44.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8722091Z [05-13|18:29:44.439] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8722493Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8723084Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8723242Z [05-13|18:29:44.440] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8723638Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8724106Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8724498Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8724832Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8725170Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8725634Z [05-13|18:29:44.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8725970Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8726247Z [05-13|18:29:44.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8726522Z [05-13|18:29:44.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8726781Z [05-13|18:29:44.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8727238Z [05-13|18:29:44.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8727576Z [05-13|18:29:44.441] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8728209Z [05-13|18:29:44.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8728365Z [05-13|18:29:44.441] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8728652Z [05-13|18:29:44.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8728993Z [05-13|18:29:44.441] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8729451Z [05-13|18:29:44.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8729917Z [05-13|18:29:44.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8730057Z [05-13|18:29:44.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8730194Z [05-13|18:29:44.442] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8730529Z [05-13|18:29:44.442] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8730869Z [05-13|18:29:44.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8731326Z [05-13|18:29:44.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8731521Z [05-13|18:29:44.443] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8731849Z [05-13|18:29:44.443] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8732112Z [05-13|18:29:44.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8732615Z [05-13|18:29:44.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8732951Z [05-13|18:29:44.443] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8733453Z [05-13|18:29:44.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8733798Z [05-13|18:29:44.443] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8734121Z [05-13|18:29:44.444] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8734556Z [05-13|18:29:44.444] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.8734709Z [05-13|18:29:44.444] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8734844Z [05-13|18:29:44.444] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8735060Z [05-13|18:29:44.444] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.8735399Z [05-13|18:29:44.444] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8735855Z [05-13|18:29:44.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8736186Z [05-13|18:29:44.445] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8736459Z [05-13|18:29:44.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8736887Z [05-13|18:29:44.445] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.8737150Z [05-13|18:29:44.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8737294Z [05-13|18:29:44.445] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8737752Z [05-13|18:29:44.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8737898Z [05-13|18:29:44.445] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8738241Z [05-13|18:29:44.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.8738507Z [05-13|18:29:44.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8738648Z [05-13|18:29:44.446] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8739111Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8739372Z [05-13|18:29:44.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.8739576Z [05-13|18:29:44.446] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8739840Z [05-13|18:29:44.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8740050Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.8740476Z [05-13|18:29:44.445] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.8740948Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8741367Z [05-13|18:29:44.446] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.8741726Z [05-13|18:29:44.446] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.8742245Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8742696Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8743153Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8743609Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8743746Z [05-13|18:29:44.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8744084Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8744411Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks +2026-05-13T18:30:54.8744871Z [05-13|18:29:44.447] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8745357Z [05-13|18:29:44.447] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8745788Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8745924Z [05-13|18:29:44.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8746062Z [05-13|18:29:44.447] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8746483Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8746816Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8747243Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8747381Z [05-13|18:29:44.448] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8747863Z [05-13|18:29:44.448] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8748324Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8748868Z [05-13|18:29:44.448] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8749203Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8749590Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8749918Z [05-13|18:29:44.449] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8750054Z [05-13|18:29:44.449] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8750574Z [05-13|18:29:44.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8751060Z [05-13|18:29:44.449] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8751437Z [05-13|18:29:44.449] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8751583Z [05-13|18:29:44.449] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8751853Z [05-13|18:29:44.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8752178Z [05-13|18:29:44.450] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8752447Z [05-13|18:29:44.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.8752906Z [05-13|18:29:44.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8753363Z [05-13|18:29:44.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8753631Z [05-13|18:29:44.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} +2026-05-13T18:30:54.8753765Z [05-13|18:29:44.450] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8754026Z [05-13|18:29:44.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8754487Z [05-13|18:29:44.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8754938Z [05-13|18:29:44.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8755273Z [05-13|18:29:44.451] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8755736Z [05-13|18:29:44.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8755998Z [05-13|18:29:44.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8756430Z [05-13|18:29:44.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.8756767Z [05-13|18:29:44.452] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8756903Z [05-13|18:29:44.452] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8757357Z [05-13|18:29:44.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8757864Z [05-13|18:29:44.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8757998Z [05-13|18:29:44.452] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8758586Z [05-13|18:29:44.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.8759009Z [05-13|18:29:44.453] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.8759396Z [05-13|18:29:44.453] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8759662Z [05-13|18:29:44.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8759930Z [05-13|18:29:44.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8760309Z [05-13|18:29:44.453] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8760770Z [05-13|18:29:44.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8761228Z [05-13|18:29:44.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8761493Z [05-13|18:29:44.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8761752Z [05-13|18:29:44.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8762093Z [05-13|18:29:44.454] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8762545Z [05-13|18:29:44.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8762997Z [05-13|18:29:44.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8763445Z [05-13|18:29:44.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8763704Z [05-13|18:29:44.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8764156Z [05-13|18:29:44.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8764485Z [05-13|18:29:44.455] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8764622Z [05-13|18:29:44.455] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8764887Z [05-13|18:29:44.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8765337Z [05-13|18:29:44.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8765787Z [05-13|18:29:44.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8766058Z [05-13|18:29:44.456] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8766444Z [05-13|18:29:44.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8766708Z [05-13|18:29:44.456] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8767037Z [05-13|18:29:44.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8767354Z [05-13|18:29:44.457] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} +2026-05-13T18:30:54.8767676Z [05-13|18:29:44.457] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8768309Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8768783Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8769121Z [05-13|18:29:44.457] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8769637Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8769778Z [05-13|18:29:44.457] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8770103Z [05-13|18:29:44.457] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8770563Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8771012Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8771279Z [05-13|18:29:44.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8771548Z [05-13|18:29:44.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8771810Z [05-13|18:29:44.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8772274Z [05-13|18:29:44.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8772621Z [05-13|18:29:44.458] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8773078Z [05-13|18:29:44.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8773414Z [05-13|18:29:44.459] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8773873Z [05-13|18:29:44.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8774206Z [05-13|18:29:44.460] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8774466Z [05-13|18:29:44.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8774807Z [05-13|18:29:44.460] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8775068Z [05-13|18:29:44.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8775581Z [05-13|18:29:44.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8775850Z [05-13|18:29:44.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8776301Z [05-13|18:29:44.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8776806Z [05-13|18:29:44.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8777166Z [05-13|18:29:44.461] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8777499Z [05-13|18:29:44.462] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8777960Z [05-13|18:29:44.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8778466Z [05-13|18:29:44.462] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8778614Z [05-13|18:29:44.462] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8778942Z [05-13|18:29:44.462] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8779204Z [05-13|18:29:44.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8779464Z [05-13|18:29:44.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8779727Z [05-13|18:29:44.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8780190Z [05-13|18:29:44.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8780645Z [05-13|18:29:44.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8781100Z [05-13|18:29:44.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8781534Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8781959Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8782386Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8782722Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8783049Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8783380Z [05-13|18:29:44.464] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8783834Z [05-13|18:29:44.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8784103Z [05-13|18:29:44.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8784373Z [05-13|18:29:44.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} +2026-05-13T18:30:54.8784888Z [05-13|18:29:44.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8785219Z [05-13|18:29:44.464] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8785731Z [05-13|18:29:44.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8786169Z [05-13|18:29:44.465] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.8786393Z [05-13|18:29:44.465] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8786833Z [05-13|18:29:44.465] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} +2026-05-13T18:30:54.8787326Z [05-13|18:29:44.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8787782Z [05-13|18:29:44.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8788170Z [05-13|18:29:44.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8788439Z [05-13|18:29:44.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8788577Z [05-13|18:29:44.466] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8788841Z [05-13|18:29:44.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8789098Z [05-13|18:29:44.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8789560Z [05-13|18:29:44.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8789905Z [05-13|18:29:44.466] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8790230Z [05-13|18:29:44.466] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8790367Z [05-13|18:29:44.466] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8790807Z [05-13|18:29:44.467] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.8791144Z [05-13|18:29:44.467] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8791407Z [05-13|18:29:44.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8791869Z [05-13|18:29:44.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8792326Z [05-13|18:29:44.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8792784Z [05-13|18:29:44.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8793240Z [05-13|18:29:44.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8793507Z [05-13|18:29:44.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} +2026-05-13T18:30:54.8794034Z [05-13|18:29:44.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8794296Z [05-13|18:29:44.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8794680Z [05-13|18:29:44.468] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8795012Z [05-13|18:29:44.468] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8795515Z [05-13|18:29:44.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8795852Z [05-13|18:29:44.469] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8796122Z [05-13|18:29:44.469] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8796623Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8797081Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8797226Z [05-13|18:29:44.469] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8797675Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8798237Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8798695Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8799026Z [05-13|18:29:44.470] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8799163Z [05-13|18:29:44.470] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8799495Z [05-13|18:29:44.470] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8799828Z [05-13|18:29:44.470] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8800157Z [05-13|18:29:44.471] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8800429Z [05-13|18:29:44.471] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8800756Z [05-13|18:29:44.471] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8801206Z [05-13|18:29:44.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8801471Z [05-13|18:29:44.471] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8801605Z [05-13|18:29:44.471] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8801738Z [05-13|18:29:44.472] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8802000Z [05-13|18:29:44.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8802326Z [05-13|18:29:44.472] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8802846Z [05-13|18:29:44.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8802985Z [05-13|18:29:44.473] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8803321Z [05-13|18:29:44.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8803772Z [05-13|18:29:44.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8804274Z [05-13|18:29:44.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8804729Z [05-13|18:29:44.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8805107Z [05-13|18:29:44.473] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8805251Z [05-13|18:29:44.473] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8805513Z [05-13|18:29:44.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8805836Z [05-13|18:29:44.474] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8806103Z [05-13|18:29:44.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} +2026-05-13T18:30:54.8806559Z [05-13|18:29:44.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8807015Z [05-13|18:29:44.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8807473Z [05-13|18:29:44.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8807609Z [05-13|18:29:44.474] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8807868Z [05-13|18:29:44.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8808455Z [05-13|18:29:44.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8808603Z [05-13|18:29:44.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8808739Z [05-13|18:29:44.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8808880Z [05-13|18:29:44.475] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8809143Z [05-13|18:29:44.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8809279Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8809418Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8809552Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8809682Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8809822Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8810284Z [05-13|18:29:44.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8810616Z [05-13|18:29:44.476] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8810952Z [05-13|18:29:44.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8811286Z [05-13|18:29:44.476] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8811743Z [05-13|18:29:44.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8812236Z [05-13|18:29:44.477] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.8812370Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8812751Z [05-13|18:29:44.477] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8813085Z [05-13|18:29:44.477] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8813219Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8813352Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8813537Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8813673Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8813934Z [05-13|18:29:44.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8814069Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8814532Z [05-13|18:29:44.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8814795Z [05-13|18:29:44.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8815126Z [05-13|18:29:44.476] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8815579Z [05-13|18:29:44.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8815715Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8815853Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8816299Z [05-13|18:29:44.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8816749Z [05-13|18:29:44.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8816888Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8817024Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8817354Z [05-13|18:29:44.479] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8817492Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8817947Z [05-13|18:29:44.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8818198Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8818463Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8818733Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8818867Z [05-13|18:29:44.480] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8819361Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8819632Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} +2026-05-13T18:30:54.8819767Z [05-13|18:29:44.480] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8820277Z [05-13|18:29:44.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8820546Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8820921Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8821280Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8821744Z [05-13|18:29:44.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8822245Z [05-13|18:29:44.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8822582Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8822908Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8823174Z [05-13|18:29:44.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8823635Z [05-13|18:29:44.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8823960Z [05-13|18:29:44.481] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8824096Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8824230Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8824371Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8824796Z [05-13|18:29:44.481] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} +2026-05-13T18:30:54.8825059Z [05-13|18:29:44.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.8825198Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8825458Z [05-13|18:29:44.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} +2026-05-13T18:30:54.8825786Z [05-13|18:29:44.482] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8826246Z [05-13|18:29:44.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8826380Z [05-13|18:29:44.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8826713Z [05-13|18:29:44.482] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8827044Z [05-13|18:29:44.482] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8827503Z [05-13|18:29:44.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8827678Z [05-13|18:29:44.482] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8827816Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8828391Z [05-13|18:29:44.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8828796Z [05-13|18:29:44.483] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8828940Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8829269Z [05-13|18:29:44.483] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8829459Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8829790Z [05-13|18:29:44.483] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8829927Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8830058Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8830245Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8830707Z [05-13|18:29:44.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8830842Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8831173Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8831309Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8831440Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8831574Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8831705Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8832039Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8832178Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8832311Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8832441Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8832759Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8833098Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8833425Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8833692Z [05-13|18:29:44.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8834032Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8834293Z [05-13|18:29:44.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8834618Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8834953Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8835213Z [05-13|18:29:44.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8835677Z [05-13|18:29:44.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8836071Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8836207Z [05-13|18:29:44.485] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8836667Z [05-13|18:29:44.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8836841Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8837293Z [05-13|18:29:44.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8837518Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8837655Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8837934Z [05-13|18:29:44.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} +2026-05-13T18:30:54.8838188Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8838389Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8838523Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8838664Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8838807Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8838936Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8839265Z [05-13|18:29:44.486] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8839532Z [05-13|18:29:44.487] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8839792Z [05-13|18:29:44.487] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8840049Z [05-13|18:29:44.487] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8840384Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8840710Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8841167Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8841504Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8841638Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8842064Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} +2026-05-13T18:30:54.8842396Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8842529Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8842984Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8843124Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8843255Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8843387Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8843524Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8843655Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8843846Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8844178Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8844319Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8844822Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8845285Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8845468Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8845797Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8846130Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8846262Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8846430Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8846563Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8846899Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8847030Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8847160Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8847492Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8847624Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8848197Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8848349Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8848680Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8849142Z [05-13|18:29:44.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8849283Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8849416Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8849548Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8849877Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8850010Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8850341Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8850482Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8850614Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8850934Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8851074Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8851206Z [05-13|18:29:44.490] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8851528Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8851935Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8852267Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} +2026-05-13T18:30:54.8852588Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8853007Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} +2026-05-13T18:30:54.8853331Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8853650Z [05-13|18:29:44.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8853924Z [05-13|18:29:44.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8854382Z [05-13|18:29:44.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8854695Z [05-13|18:29:44.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8855038Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} +2026-05-13T18:30:54.8855369Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} +2026-05-13T18:30:54.8855694Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8856022Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8856483Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8856934Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8857268Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8857700Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8857840Z [05-13|18:29:44.492] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8858225Z [05-13|18:29:44.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8858487Z [05-13|18:29:44.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8858945Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8859378Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8859514Z [05-13|18:29:44.493] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8859971Z [05-13|18:29:44.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8860318Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} +2026-05-13T18:30:54.8860659Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} +2026-05-13T18:30:54.8861051Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8861207Z [05-13|18:29:44.493] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8861347Z [05-13|18:29:44.493] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8861866Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8862208Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} +2026-05-13T18:30:54.8862476Z [05-13|18:29:44.493] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.8862807Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8863026Z [05-13|18:29:44.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.8863165Z [05-13|18:29:44.494] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8863581Z [05-13|18:29:44.494] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.8863800Z [05-13|18:29:44.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.8864122Z [05-13|18:29:44.494] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8864582Z [05-13|18:29:44.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8864725Z [05-13|18:29:44.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8864994Z [05-13|18:29:44.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.8865360Z [05-13|18:29:44.494] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.8865505Z [05-13|18:29:44.494] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8865863Z [05-13|18:29:44.495] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.8866323Z [05-13|18:29:44.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8866465Z [05-13|18:29:44.494] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8866603Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8866927Z [05-13|18:29:44.495] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8867075Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8867282Z [05-13|18:29:44.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.8867640Z [05-13|18:29:44.495] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.8867976Z [05-13|18:29:44.495] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8868237Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8868378Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8868591Z [05-13|18:29:44.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.8868726Z [05-13|18:29:44.496] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8869115Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks +2026-05-13T18:30:54.8869325Z [05-13|18:29:44.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.8869808Z [05-13|18:29:44.496] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8870193Z [05-13|18:29:44.496] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8870516Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks +2026-05-13T18:30:54.8870659Z [05-13|18:29:44.496] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8870844Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8871325Z [05-13|18:29:44.496] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8871466Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8871646Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8871780Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8872254Z [05-13|18:29:44.497] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8872388Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8872518Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8872655Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8872785Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8872915Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8873188Z [05-13|18:29:44.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8873320Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8873451Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8873587Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8873716Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8874183Z [05-13|18:29:44.497] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8874321Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8874580Z [05-13|18:29:44.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.8874711Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8874842Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8875314Z [05-13|18:29:44.498] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8875448Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8875580Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8875716Z [05-13|18:29:44.499] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8876182Z [05-13|18:29:44.499] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8876643Z [05-13|18:29:44.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8877143Z [05-13|18:29:44.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8877613Z [05-13|18:29:44.502] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8877791Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8878337Z [05-13|18:29:44.503] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.8878821Z [05-13|18:29:44.503] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} +2026-05-13T18:30:54.8878961Z [05-13|18:29:44.503] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8879094Z [05-13|18:29:44.503] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8879426Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8879801Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8880136Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8880270Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8880591Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8880920Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8881184Z [05-13|18:29:44.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8881638Z [05-13|18:29:44.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8881778Z [05-13|18:29:44.504] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8881909Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8882039Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8882172Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8882306Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8882633Z [05-13|18:29:44.505] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8882962Z [05-13|18:29:44.505] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8883285Z [05-13|18:29:44.506] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8883417Z [05-13|18:29:44.506] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8883553Z [05-13|18:29:44.506] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8884009Z [05-13|18:29:44.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8884271Z [05-13|18:29:44.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8884597Z [05-13|18:29:44.506] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8885048Z [05-13|18:29:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8885448Z [05-13|18:29:44.507] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8885587Z [05-13|18:29:44.507] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8886035Z [05-13|18:29:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8886347Z [05-13|18:29:44.507] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.8886673Z [05-13|18:29:44.506] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8887159Z [05-13|18:29:44.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8887606Z [05-13|18:29:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8887978Z [05-13|18:29:44.507] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8888580Z [05-13|18:29:44.505] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8888911Z [05-13|18:29:44.508] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8889051Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8889187Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8889320Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8889454Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8889784Z [05-13|18:29:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8890118Z [05-13|18:29:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} +2026-05-13T18:30:54.8890385Z [05-13|18:29:44.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8890644Z [05-13|18:29:44.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.8890786Z [05-13|18:29:44.509] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8891001Z [05-13|18:29:44.509] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.8891149Z [05-13|18:29:44.509] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8891599Z [05-13|18:29:44.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8891934Z [05-13|18:29:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8892069Z [05-13|18:29:44.510] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8892277Z [05-13|18:29:44.510] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.8892733Z [05-13|18:29:44.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8893181Z [05-13|18:29:44.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8893441Z [05-13|18:29:44.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} +2026-05-13T18:30:54.8893836Z [05-13|18:29:44.510] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8893978Z [05-13|18:29:44.511] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8894186Z [05-13|18:29:44.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.8894502Z [05-13|18:29:44.511] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8894949Z [05-13|18:29:44.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8895210Z [05-13|18:29:44.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8895592Z [05-13|18:29:44.512] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8895919Z [05-13|18:29:44.512] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8896421Z [05-13|18:29:44.512] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8896566Z [05-13|18:29:44.512] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8897013Z [05-13|18:29:44.512] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8897274Z [05-13|18:29:44.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8897708Z [05-13|18:29:44.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8898282Z [05-13|18:29:44.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8898714Z [05-13|18:29:44.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8899168Z [05-13|18:29:44.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8899306Z [05-13|18:29:44.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8899751Z [05-13|18:29:44.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8900183Z [05-13|18:29:44.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8900321Z [05-13|18:29:44.514] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8900647Z [05-13|18:29:44.514] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8900914Z [05-13|18:29:44.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8901173Z [05-13|18:29:44.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8901500Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks +2026-05-13T18:30:54.8901642Z [05-13|18:29:44.513] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8902117Z [05-13|18:29:44.514] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8902446Z [05-13|18:29:44.514] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8902971Z [05-13|18:29:44.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8903442Z [05-13|18:29:44.515] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8903822Z [05-13|18:29:44.515] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8904295Z [05-13|18:29:44.515] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8904480Z [05-13|18:29:44.515] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8904946Z [05-13|18:29:44.515] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8905456Z [05-13|18:29:44.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8905787Z [05-13|18:29:44.516] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8906053Z [05-13|18:29:44.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8906310Z [05-13|18:29:44.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8906566Z [05-13|18:29:44.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.8907030Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8907480Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8907931Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8908507Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8908768Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} +2026-05-13T18:30:54.8908901Z [05-13|18:29:44.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8909232Z [05-13|18:29:44.518] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8909369Z [05-13|18:29:44.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8909500Z [05-13|18:29:44.518] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8909766Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8910026Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8910283Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} +2026-05-13T18:30:54.8910618Z [05-13|18:29:44.518] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8910941Z [05-13|18:29:44.519] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8911394Z [05-13|18:29:44.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8911913Z [05-13|18:29:44.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8912240Z [05-13|18:29:44.519] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8912740Z [05-13|18:29:44.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8912880Z [05-13|18:29:44.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8913061Z [05-13|18:29:44.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8913389Z [05-13|18:29:44.519] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8913844Z [05-13|18:29:44.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8914340Z [05-13|18:29:44.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8914670Z [05-13|18:29:44.520] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8914807Z [05-13|18:29:44.520] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8915129Z [05-13|18:29:44.521] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8915388Z [05-13|18:29:44.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8915650Z [05-13|18:29:44.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8915972Z [05-13|18:29:44.521] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8916228Z [05-13|18:29:44.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8916684Z [05-13|18:29:44.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8917132Z [05-13|18:29:44.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8917580Z [05-13|18:29:44.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8917844Z [05-13|18:29:44.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8918409Z [05-13|18:29:44.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8918739Z [05-13|18:29:44.522] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8918879Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8919010Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8919141Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8919274Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8919406Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8919536Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8919671Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8919904Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8920035Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8920168Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8920303Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8920489Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8920619Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8920754Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8920884Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8921228Z [05-13|18:29:44.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8921370Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8921823Z [05-13|18:29:44.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8922009Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8922463Z [05-13|18:29:44.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8922596Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8922728Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8922863Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8923314Z [05-13|18:29:44.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8923447Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8923779Z [05-13|18:29:44.523] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8923914Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8924046Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8924303Z [05-13|18:29:44.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} +2026-05-13T18:30:54.8924440Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8924570Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8924698Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8924833Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8925282Z [05-13|18:29:44.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8925419Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8925749Z [05-13|18:29:44.524] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8926076Z [05-13|18:29:44.524] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8926211Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8926352Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8926483Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8926809Z [05-13|18:29:44.524] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8927136Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8927503Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8927763Z [05-13|18:29:44.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8928208Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8928602Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8928860Z [05-13|18:29:44.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8929172Z [05-13|18:29:44.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8929628Z [05-13|18:29:44.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8929960Z [05-13|18:29:44.526] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8930462Z [05-13|18:29:44.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8930599Z [05-13|18:29:44.526] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8931044Z [05-13|18:29:44.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8931504Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8931764Z [05-13|18:29:44.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8932026Z [05-13|18:29:44.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8932480Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8932741Z [05-13|18:29:44.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8933187Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8933520Z [05-13|18:29:44.527] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8933972Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8934419Z [05-13|18:29:44.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8934750Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8935080Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8935340Z [05-13|18:29:44.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8935602Z [05-13|18:29:44.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8935926Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8936307Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8936763Z [05-13|18:29:44.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8937125Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8937576Z [05-13|18:29:44.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8937933Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8938524Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8938682Z [05-13|18:29:44.529] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8939079Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.8939406Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.8939867Z [05-13|18:29:44.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8940196Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:54.8940460Z [05-13|18:29:44.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8940607Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8940823Z [05-13|18:29:44.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.8941149Z [05-13|18:29:44.530] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8941479Z [05-13|18:29:44.530] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8941623Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8941757Z [05-13|18:29:44.530] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8941965Z [05-13|18:29:44.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.8942112Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8942252Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.8942459Z [05-13|18:29:44.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.8942916Z [05-13|18:29:44.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8943181Z [05-13|18:29:44.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8943507Z [05-13|18:29:44.530] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8943772Z [05-13|18:29:44.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8944030Z [05-13|18:29:44.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.8944483Z [05-13|18:29:44.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8944873Z [05-13|18:29:44.531] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8945325Z [05-13|18:29:44.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8945648Z [05-13|18:29:44.531] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8946025Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks +2026-05-13T18:30:54.8946284Z [05-13|18:29:44.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8946587Z [05-13|18:29:44.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8947071Z [05-13|18:29:44.532] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8947527Z [05-13|18:29:44.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8948014Z [05-13|18:29:44.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8948596Z [05-13|18:29:44.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8949045Z [05-13|18:29:44.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8949524Z [05-13|18:29:44.533] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8949856Z [05-13|18:29:44.533] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8950333Z [05-13|18:29:44.534] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8950796Z [05-13|18:29:44.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8950931Z [05-13|18:29:44.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8951258Z [05-13|18:29:44.534] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8951731Z [05-13|18:29:44.534] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.8952061Z [05-13|18:29:44.534] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8952384Z [05-13|18:29:44.534] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8952655Z [05-13|18:29:44.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8952790Z [05-13|18:29:44.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8953244Z [05-13|18:29:44.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8953509Z [05-13|18:29:44.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8953768Z [05-13|18:29:44.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8954158Z [05-13|18:29:44.536] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8954614Z [05-13|18:29:44.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8954800Z [05-13|18:29:44.536] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8955247Z [05-13|18:29:44.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8955559Z [05-13|18:29:44.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8955817Z [05-13|18:29:44.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.8956265Z [05-13|18:29:44.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8956768Z [05-13|18:29:44.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8957206Z [05-13|18:29:44.537] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} +2026-05-13T18:30:54.8957466Z [05-13|18:29:44.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} +2026-05-13T18:30:54.8957922Z [05-13|18:29:44.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8958486Z [05-13|18:29:44.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8958750Z [05-13|18:29:44.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8959014Z [05-13|18:29:44.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.8959463Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8959795Z [05-13|18:29:44.538] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8960254Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.8960391Z [05-13|18:29:44.537] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8960846Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8960982Z [05-13|18:29:44.538] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8961311Z [05-13|18:29:44.538] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8961768Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8962093Z [05-13|18:29:44.538] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8962416Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8962554Z [05-13|18:29:44.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8963048Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} +2026-05-13T18:30:54.8963372Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8963564Z [05-13|18:29:44.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8963696Z [05-13|18:29:44.539] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8964016Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8964514Z [05-13|18:29:44.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8964850Z [05-13|18:29:44.540] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8965298Z [05-13|18:29:44.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8965629Z [05-13|18:29:44.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8965767Z [05-13|18:29:44.540] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8966025Z [05-13|18:29:44.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8966281Z [05-13|18:29:44.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8966738Z [05-13|18:29:44.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8967184Z [05-13|18:29:44.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8967519Z [05-13|18:29:44.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8967842Z [05-13|18:29:44.542] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8968408Z [05-13|18:29:44.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8968742Z [05-13|18:29:44.543] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8969002Z [05-13|18:29:44.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8969452Z [05-13|18:29:44.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8969715Z [05-13|18:29:44.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8969972Z [05-13|18:29:44.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8970423Z [05-13|18:29:44.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8970874Z [05-13|18:29:44.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8971313Z [05-13|18:29:44.544] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:54.8971734Z [05-13|18:29:44.544] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} +2026-05-13T18:30:54.8972060Z [05-13|18:29:44.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8972316Z [05-13|18:29:44.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8972821Z [05-13|18:29:44.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8973083Z [05-13|18:29:44.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8973459Z [05-13|18:29:44.545] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8973915Z [05-13|18:29:44.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8974182Z [05-13|18:29:44.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.8974683Z [05-13|18:29:44.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8975134Z [05-13|18:29:44.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8975470Z [05-13|18:29:44.546] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8975924Z [05-13|18:29:44.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.8976248Z [05-13|18:29:44.546] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8976510Z [05-13|18:29:44.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8976960Z [05-13|18:29:44.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8977095Z [05-13|18:29:44.547] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8977357Z [05-13|18:29:44.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:54.8977491Z [05-13|18:29:44.547] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8977623Z [05-13|18:29:44.547] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8978190Z [05-13|18:29:44.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8978625Z [05-13|18:29:44.548] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8978762Z [05-13|18:29:44.548] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8979185Z [05-13|18:29:44.548] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} +2026-05-13T18:30:54.8979643Z [05-13|18:29:44.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8979971Z [05-13|18:29:44.549] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8980110Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8980433Z [05-13|18:29:44.549] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8980631Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8980775Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8980909Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8981091Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8981227Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8981687Z [05-13|18:29:44.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8982186Z [05-13|18:29:44.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8982520Z [05-13|18:29:44.550] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8982655Z [05-13|18:29:44.550] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8983068Z [05-13|18:29:44.550] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8983403Z [05-13|18:29:44.551] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8983539Z [05-13|18:29:44.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8983862Z [05-13|18:29:44.551] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8984004Z [05-13|18:29:44.551] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8984137Z [05-13|18:29:44.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8984268Z [05-13|18:29:44.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8984409Z [05-13|18:29:44.552] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8984732Z [05-13|18:29:44.552] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8984997Z [05-13|18:29:44.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8985331Z [05-13|18:29:44.552] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8985785Z [05-13|18:29:44.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8985919Z [05-13|18:29:44.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8986182Z [05-13|18:29:44.553] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8986508Z [05-13|18:29:44.551] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8986646Z [05-13|18:29:44.553] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8987104Z [05-13|18:29:44.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8987239Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8987370Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8987625Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8987762Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8987893Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8988263Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8988594Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8989053Z [05-13|18:29:44.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8989557Z [05-13|18:29:44.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8990011Z [05-13|18:29:44.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8990321Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.8990779Z [05-13|18:29:44.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.8991108Z [05-13|18:29:44.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8991425Z [05-13|18:29:44.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.8991570Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8992018Z [05-13|18:29:44.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.8992150Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8992284Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8992418Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8992546Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8992677Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8992809Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8993138Z [05-13|18:29:44.557] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8993461Z [05-13|18:29:44.556] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8993793Z [05-13|18:29:44.557] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.8993927Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8994059Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8994195Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8994324Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8994455Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8994783Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8994917Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8995345Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8995771Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8996191Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} +2026-05-13T18:30:54.8996514Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.8996888Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8997023Z [05-13|18:29:44.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8997155Z [05-13|18:29:44.558] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8997330Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8997460Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8997588Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8997716Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8998213Z [05-13|18:29:44.559] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.8998542Z [05-13|18:29:44.559] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.8998863Z [05-13|18:29:44.559] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.8999051Z [05-13|18:29:44.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8999184Z [05-13|18:29:44.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.8999506Z [05-13|18:29:44.560] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.8999838Z [05-13|18:29:44.560] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.8999971Z [05-13|18:29:44.560] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9000102Z [05-13|18:29:44.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9000427Z [05-13|18:29:44.560] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9000573Z [05-13|18:29:44.561] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9001027Z [05-13|18:29:44.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9001243Z [05-13|18:29:44.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9001386Z [05-13|18:29:44.561] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9001530Z [05-13|18:29:44.561] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9001740Z [05-13|18:29:44.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9001879Z [05-13|18:29:44.562] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9002079Z [05-13|18:29:44.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9002219Z [05-13|18:29:44.561] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9002352Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9002482Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9002613Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9002749Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9002880Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9003212Z [05-13|18:29:44.562] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.9003348Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9003481Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9003612Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9003940Z [05-13|18:29:44.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.9004133Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9004463Z [05-13|18:29:44.563] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9004787Z [05-13|18:29:44.563] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.9004973Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9005103Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9005236Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9005402Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9005534Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9005865Z [05-13|18:29:44.564] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.9005998Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9006166Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9006307Z [05-13|18:29:44.564] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9006576Z [05-13|18:29:44.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.9006783Z [05-13|18:29:44.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9007105Z [05-13|18:29:44.564] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9007244Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9007375Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9007698Z [05-13|18:29:44.564] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9008275Z [05-13|18:29:44.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9008412Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9008545Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9008679Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9008941Z [05-13|18:29:44.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:54.9009071Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9009218Z [05-13|18:29:44.565] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9009586Z [05-13|18:29:44.565] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} +2026-05-13T18:30:54.9009795Z [05-13|18:29:44.565] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9009933Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9010384Z [05-13|18:29:44.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9010518Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9010886Z [05-13|18:29:44.565] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} +2026-05-13T18:30:54.9011018Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9011150Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9011608Z [05-13|18:29:44.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9012002Z [05-13|18:29:44.565] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.9012144Z [05-13|18:29:44.565] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9012627Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} +2026-05-13T18:30:54.9012952Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.9013323Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9013650Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9013786Z [05-13|18:29:44.566] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9014107Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9014301Z [05-13|18:29:44.566] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9014665Z [05-13|18:29:44.566] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} +2026-05-13T18:30:54.9014874Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9015017Z [05-13|18:29:44.566] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9015220Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9015670Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9015809Z [05-13|18:29:44.566] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9016018Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9016347Z [05-13|18:29:44.567] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9016484Z [05-13|18:29:44.567] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9016810Z [05-13|18:29:44.567] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9016949Z [05-13|18:29:44.567] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9017154Z [05-13|18:29:44.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9017296Z [05-13|18:29:44.568] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9017556Z [05-13|18:29:44.568] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.9017818Z [05-13|18:29:44.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} +2026-05-13T18:30:54.9018393Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9018656Z [05-13|18:29:44.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} +2026-05-13T18:30:54.9019104Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9019557Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9020004Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9020393Z [05-13|18:29:44.570] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.9020717Z [05-13|18:29:44.570] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.9021092Z [05-13|18:29:44.570] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.9021382Z [05-13|18:29:44.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.9021695Z [05-13|18:29:44.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.9021952Z [05-13|18:29:44.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:54.9022404Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9022909Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9023360Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9023810Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9024139Z [05-13|18:29:44.572] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.9024461Z [05-13|18:29:44.572] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.9024790Z [05-13|18:29:44.572] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.9025047Z [05-13|18:29:44.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.9025305Z [05-13|18:29:44.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.9025565Z [05-13|18:29:44.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.9026019Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9026467Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9026916Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9027365Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9027690Z [05-13|18:29:44.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9028015Z [05-13|18:29:44.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9028469Z [05-13|18:29:44.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9028729Z [05-13|18:29:44.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.9029055Z [05-13|18:29:44.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.9029314Z [05-13|18:29:44.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.9029763Z [05-13|18:29:44.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9030270Z [05-13|18:29:44.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9030766Z [05-13|18:29:44.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9031092Z [05-13|18:29:44.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9031426Z [05-13|18:29:44.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9031922Z [05-13|18:29:44.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9032250Z [05-13|18:29:44.577] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9032514Z [05-13|18:29:44.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.9032771Z [05-13|18:29:44.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.9033221Z [05-13|18:29:44.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9033676Z [05-13|18:29:44.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9033936Z [05-13|18:29:44.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} +2026-05-13T18:30:54.9034383Z [05-13|18:29:44.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9034839Z [05-13|18:29:44.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9035168Z [05-13|18:29:44.579] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.9035493Z [05-13|18:29:44.579] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.9035815Z [05-13|18:29:44.579] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.9036075Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.9036336Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.9036592Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.9036847Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.9037303Z [05-13|18:29:44.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9037753Z [05-13|18:29:44.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9038363Z [05-13|18:29:44.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9038817Z [05-13|18:29:44.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9039208Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.9039530Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.9039720Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9039856Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9040180Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.9040557Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.9040697Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9040831Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9040964Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9041095Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9041224Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9041354Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9041498Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9041628Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9041759Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9041893Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9042025Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9042153Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9042291Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9042421Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9042747Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.9042885Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9043210Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9043343Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9043670Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.9043805Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9043940Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9044072Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9044207Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9044337Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9044467Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9044795Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.9044927Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9045120Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9045256Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9045574Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9045895Z [05-13|18:29:44.584] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9046260Z [05-13|18:29:44.584] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:54.9046579Z [05-13|18:29:44.584] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:54.9046806Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9047017Z [05-13|18:29:44.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9047159Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9047297Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9047544Z [05-13|18:29:44.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9047684Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9047888Z [05-13|18:29:44.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9048192Z --- PASS: TestReplicationNotarizationWithoutFinalizations (0.00s) +2026-05-13T18:30:54.9048655Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks (0.03s) +2026-05-13T18:30:54.9049107Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks (0.13s) +2026-05-13T18:30:54.9049549Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks (0.15s) +2026-05-13T18:30:54.9049995Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks (0.25s) +2026-05-13T18:30:54.9050433Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks (0.27s) +2026-05-13T18:30:54.9050868Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks (0.30s) +2026-05-13T18:30:54.9051314Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks (0.32s) +2026-05-13T18:30:54.9051752Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks (0.25s) +2026-05-13T18:30:54.9052189Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks (0.23s) +2026-05-13T18:30:54.9052631Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks (0.18s) +2026-05-13T18:30:54.9053071Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks (0.03s) +2026-05-13T18:30:54.9053509Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks (0.16s) +2026-05-13T18:30:54.9053955Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks (0.22s) +2026-05-13T18:30:54.9054396Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks (0.18s) +2026-05-13T18:30:54.9054834Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks (0.12s) +2026-05-13T18:30:54.9055278Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks (0.11s) +2026-05-13T18:30:54.9055718Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks (0.14s) +2026-05-13T18:30:54.9056157Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks (0.12s) +2026-05-13T18:30:54.9056664Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks (0.08s) +2026-05-13T18:30:54.9057101Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks (0.05s) +2026-05-13T18:30:54.9057592Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks (0.07s) +2026-05-13T18:30:54.9058142Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks (0.07s) +2026-05-13T18:30:54.9058580Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks (0.05s) +2026-05-13T18:30:54.9058750Z === RUN TestReplicationVerifyNotarization +2026-05-13T18:30:54.9059242Z [05-13|18:29:44.585] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9059511Z [05-13|18:29:44.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:54.9059653Z [05-13|18:29:45.086] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9059919Z [05-13|18:29:45.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9060058Z --- PASS: TestReplicationVerifyNotarization (0.50s) +2026-05-13T18:30:54.9060184Z === RUN TestReplicationVerifyEmptyNotarization +2026-05-13T18:30:54.9060664Z [05-13|18:29:45.086] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9060808Z [05-13|18:29:45.588] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9061014Z [05-13|18:29:45.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9061179Z --- PASS: TestReplicationVerifyEmptyNotarization (0.50s) +2026-05-13T18:30:54.9061300Z === RUN TestReplicationVotesForNotarizations +2026-05-13T18:30:54.9061774Z [05-13|18:29:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9062251Z [05-13|18:29:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9062718Z [05-13|18:29:45.590] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9063182Z [05-13|18:29:45.592] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9063451Z [05-13|18:29:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.9063713Z [05-13|18:29:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.9063968Z [05-13|18:29:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:54.9064434Z [05-13|18:29:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9064888Z [05-13|18:29:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9065337Z [05-13|18:29:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9065604Z [05-13|18:29:45.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.9065920Z [05-13|18:29:45.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.9066178Z [05-13|18:29:45.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:54.9066636Z [05-13|18:29:45.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9067135Z [05-13|18:29:45.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9067616Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9067829Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9068143Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9068351Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9068614Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9069067Z [05-13|18:29:45.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9069514Z [05-13|18:29:45.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9069966Z [05-13|18:29:45.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9070226Z [05-13|18:29:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.9070485Z [05-13|18:29:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.9070747Z [05-13|18:29:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:54.9071199Z [05-13|18:29:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9071646Z [05-13|18:29:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9072104Z [05-13|18:29:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9072362Z [05-13|18:29:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.9072618Z [05-13|18:29:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.9072879Z [05-13|18:29:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:54.9073334Z [05-13|18:29:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9073796Z [05-13|18:29:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9074248Z [05-13|18:29:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9074513Z [05-13|18:29:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.9074840Z [05-13|18:29:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.9075104Z [05-13|18:29:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:54.9075562Z [05-13|18:29:45.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9076075Z [05-13|18:29:45.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9076578Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9076795Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9077019Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9077260Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9077715Z [05-13|18:29:46.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9078291Z [05-13|18:29:46.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9078750Z [05-13|18:29:46.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9079013Z [05-13|18:29:46.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.9079279Z [05-13|18:29:46.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.9079541Z [05-13|18:29:46.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} +2026-05-13T18:30:54.9079994Z [05-13|18:29:46.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9080451Z [05-13|18:29:46.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9080902Z [05-13|18:29:46.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9081162Z [05-13|18:29:46.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.9081428Z [05-13|18:29:46.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.9081882Z [05-13|18:29:46.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9082331Z [05-13|18:29:46.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9082605Z [05-13|18:29:46.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} +2026-05-13T18:30:54.9083061Z [05-13|18:29:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9083322Z [05-13|18:29:46.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.9083647Z [05-13|18:29:46.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.9083903Z [05-13|18:29:46.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} +2026-05-13T18:30:54.9084359Z [05-13|18:29:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9084865Z [05-13|18:29:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9085363Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9085575Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9085789Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9085994Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9086499Z [05-13|18:29:46.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9086962Z [05-13|18:29:46.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9087412Z [05-13|18:29:46.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9087628Z [05-13|18:29:46.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9087834Z [05-13|18:29:46.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9087977Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9088224Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9088366Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9088495Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9088626Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9088759Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9088965Z [05-13|18:29:46.900] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.9089168Z [05-13|18:29:46.900] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.9089303Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9089437Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9089774Z [05-13|18:29:46.901] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.9090235Z [05-13|18:29:46.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9090566Z [05-13|18:29:46.901] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.9091016Z [05-13|18:29:46.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9091352Z [05-13|18:29:46.901] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9091802Z [05-13|18:29:46.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9092191Z [05-13|18:29:46.902] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:54.9092648Z [05-13|18:29:46.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9092903Z [05-13|18:29:47.050] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.9093035Z [05-13|18:29:47.050] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9093366Z [05-13|18:29:47.050] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:54.9093860Z [05-13|18:29:47.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9094309Z [05-13|18:29:47.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9094564Z [05-13|18:29:47.051] INFO testutil/comm.go:67 Node is disconnected not sending message +2026-05-13T18:30:54.9094701Z [05-13|18:29:47.051] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9094834Z [05-13|18:29:47.051] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9095286Z [05-13|18:29:47.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9095734Z [05-13|18:29:47.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9095942Z [05-13|18:29:47.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9096081Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9096211Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9096340Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9096481Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9096612Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9096746Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9096882Z [05-13|18:29:47.151] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9097315Z [05-13|18:29:47.151] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9097449Z [05-13|18:29:47.151] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9097878Z [05-13|18:29:47.151] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9098012Z [05-13|18:29:47.151] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9098587Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9099045Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9099498Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9099952Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9100409Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9100927Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9101431Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9101893Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9102268Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9102594Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9102925Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:54.9103296Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9103622Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.9103948Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9104266Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:54.9104588Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.9104916Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.9105252Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.9105574Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} +2026-05-13T18:30:54.9105904Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.9106237Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.9106568Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.9106900Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.9107226Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} +2026-05-13T18:30:54.9107555Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.9107889Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.9108326Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} +2026-05-13T18:30:54.9108662Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} +2026-05-13T18:30:54.9108991Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.9109383Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} +2026-05-13T18:30:54.9109713Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.9110035Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} +2026-05-13T18:30:54.9110304Z [05-13|18:29:47.652] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9110772Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9111273Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9111729Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9111994Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9112203Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9112351Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9112492Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9112630Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9112837Z [05-13|18:29:47.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9112973Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9113127Z --- PASS: TestReplicationVotesForNotarizations (2.17s) +2026-05-13T18:30:54.9113253Z === RUN TestReplicationEmptyNotarizationsTail +2026-05-13T18:30:54.9113475Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 +2026-05-13T18:30:54.9113709Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 +2026-05-13T18:30:54.9113921Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 +2026-05-13T18:30:54.9114140Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 +2026-05-13T18:30:54.9114357Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 +2026-05-13T18:30:54.9114574Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 +2026-05-13T18:30:54.9114786Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 +2026-05-13T18:30:54.9115009Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 +2026-05-13T18:30:54.9115220Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 +2026-05-13T18:30:54.9115438Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 +2026-05-13T18:30:54.9115652Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 +2026-05-13T18:30:54.9115870Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 +2026-05-13T18:30:54.9116083Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 +2026-05-13T18:30:54.9116300Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 +2026-05-13T18:30:54.9116523Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 +2026-05-13T18:30:54.9116748Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 +2026-05-13T18:30:54.9116964Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 +2026-05-13T18:30:54.9117189Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 +2026-05-13T18:30:54.9117449Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 +2026-05-13T18:30:54.9117669Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 +2026-05-13T18:30:54.9117890Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 +2026-05-13T18:30:54.9118249Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 +2026-05-13T18:30:54.9118575Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 +2026-05-13T18:30:54.9118800Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 +2026-05-13T18:30:54.9119013Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 +2026-05-13T18:30:54.9119286Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 +2026-05-13T18:30:54.9119505Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 +2026-05-13T18:30:54.9119728Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 +2026-05-13T18:30:54.9119942Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 +2026-05-13T18:30:54.9120211Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 +2026-05-13T18:30:54.9120433Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 +2026-05-13T18:30:54.9120655Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 +2026-05-13T18:30:54.9120870Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 +2026-05-13T18:30:54.9121091Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 +2026-05-13T18:30:54.9121729Z [05-13|18:29:47.755] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9122314Z [05-13|18:29:47.755] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9122905Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9123486Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9124069Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9124648Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9124869Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 +2026-05-13T18:30:54.9125093Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 +2026-05-13T18:30:54.9125673Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9126252Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9126834Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9127479Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9128178Z [05-13|18:29:47.763] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9128825Z [05-13|18:29:47.763] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9129453Z [05-13|18:29:47.763] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9130047Z [05-13|18:29:47.765] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9130675Z [05-13|18:29:47.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9131256Z [05-13|18:29:47.768] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9131847Z [05-13|18:29:47.768] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9132425Z [05-13|18:29:47.769] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9133015Z [05-13|18:29:47.769] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9133595Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9134181Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9134763Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9135343Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9135921Z [05-13|18:29:47.771] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9136139Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9136346Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9136551Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9136759Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9137016Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9137219Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9137427Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9137683Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9137884Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9138210Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9138474Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9138677Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9138884Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9139087Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9139338Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9139546Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9139750Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9139951Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9140159Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9140362Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9140564Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9140767Z [05-13|18:29:47.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9140971Z [05-13|18:29:47.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9141174Z [05-13|18:29:47.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9141650Z [05-13|18:29:48.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9142107Z [05-13|18:29:48.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9142556Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9143003Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9143451Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9143899Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9144350Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9144800Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9145251Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9145772Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9146220Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9146722Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9147207Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9147652Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9148275Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9148733Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9149179Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9149629Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9150074Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9150523Z [05-13|18:29:48.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9150738Z [05-13|18:29:48.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9150945Z [05-13|18:29:48.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9151147Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9151354Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9151556Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9151756Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9151963Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9152165Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9152367Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9152569Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9152774Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9152976Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9153178Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9153382Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9153584Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9153847Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9154055Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9154258Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9154511Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9154716Z [05-13|18:29:48.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9155216Z [05-13|18:29:48.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9155666Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9156118Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9156598Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9157048Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9157500Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9157944Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9158513Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9158967Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9159413Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9159869Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9160317Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9160765Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9161218Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9161665Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9162122Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9162575Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9163085Z [05-13|18:29:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9163537Z [05-13|18:29:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9164036Z [05-13|18:29:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9164242Z [05-13|18:29:48.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9164497Z [05-13|18:29:48.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9164702Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9164903Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9165049Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9165304Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9165508Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9165712Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9165918Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9166119Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9166255Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9166460Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9166660Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9166795Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9167004Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9167135Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9167337Z [05-13|18:29:48.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9167542Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9167675Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9167806Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9167940Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9168188Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9168319Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9168451Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9168586Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9168791Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9168922Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9169064Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9169193Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9169321Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9169456Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9169590Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9169718Z [05-13|18:29:48.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9169912Z [05-13|18:29:48.430] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9170370Z [05-13|18:29:48.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9170820Z [05-13|18:29:48.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9171023Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9171229Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9171369Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9171621Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9171766Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9171905Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9172114Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9172305Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9172508Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9172648Z [05-13|18:29:48.440] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9172854Z [05-13|18:29:48.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9173084Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 +2026-05-13T18:30:54.9173678Z [05-13|18:29:48.440] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9174260Z [05-13|18:29:48.441] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9174841Z [05-13|18:29:48.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9175419Z [05-13|18:29:48.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9176001Z [05-13|18:29:48.446] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9176576Z [05-13|18:29:48.446] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9176789Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9176995Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9177198Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9177404Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9177605Z [05-13|18:29:48.449] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9177806Z [05-13|18:29:48.450] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9178376Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9178896Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9179347Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9179850Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9180295Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9180547Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9180755Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9180960Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9181212Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9181419Z [05-13|18:29:48.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9181878Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9182328Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9182780Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9183226Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9183671Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9184123Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9184566Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9185013Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9185464Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9185911Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9186356Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9186802Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9187248Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9187773Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9188337Z [05-13|18:29:48.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9188608Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9188815Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9189018Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9189270Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9189483Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9189684Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9189886Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9190136Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9190345Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9190549Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9190748Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9190955Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9191158Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9191358Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9191566Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9192026Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9192474Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9192927Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9193375Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9193825Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9194031Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9194234Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9194438Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9197459Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9197724Z [05-13|18:29:49.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9198479Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9198950Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9199514Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9199974Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9200497Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9201000Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9201456Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9201966Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9202421Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9202877Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9203328Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9203776Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9204234Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9204683Z [05-13|18:29:49.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9205130Z [05-13|18:29:49.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9205349Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9205556Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9205759Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9205972Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9206175Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9206379Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9206591Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9206791Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9206993Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9207201Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9207405Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9207607Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9207857Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9208185Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9208393Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9208915Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9209362Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9209859Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9210315Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9210810Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9211020Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9211233Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9211438Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9211642Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9211849Z [05-13|18:29:49.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9212299Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9212751Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9213205Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9213651Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9214100Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9214312Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9214518Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9214723Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9214930Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9215132Z [05-13|18:29:50.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9215579Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9216034Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9216541Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9217079Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9217533Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9218017Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9218651Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9219103Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9219603Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9220055Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9220503Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9220950Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9221433Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9221893Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9222343Z [05-13|18:29:50.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9222555Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9222760Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9222964Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9223173Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9223376Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9223579Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9223789Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9223993Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9224197Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9224405Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9224606Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9224808Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9225015Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9225300Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9225504Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9225964Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9226472Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9226954Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9227407Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9227854Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9228230Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9228466Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9228673Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9228876Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9229083Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9229536Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9229988Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9230447Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9230898Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9231348Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9231809Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9232257Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9232711Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9233163Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9233609Z [05-13|18:29:51.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9233821Z [05-13|18:29:51.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9234025Z [05-13|18:29:51.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9234289Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9234502Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9234703Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9234959Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9235159Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9235370Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9235621Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9235826Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9236283Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9236767Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9237219Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9237671Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9238236Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9238458Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9238663Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9238866Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9239080Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9239283Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9239732Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9240187Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9240636Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9241084Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9241536Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9241743Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9241945Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9242154Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9242357Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9242624Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9243080Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9243527Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9244027Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9244524Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9244974Z [05-13|18:29:52.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9245184Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9245440Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9245647Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9245850Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9246055Z [05-13|18:29:52.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9246502Z [05-13|18:29:52.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9246948Z [05-13|18:29:52.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9247405Z [05-13|18:29:52.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9247849Z [05-13|18:29:52.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9248410Z [05-13|18:29:52.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9248864Z [05-13|18:29:52.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9249306Z [05-13|18:29:52.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9249755Z [05-13|18:29:52.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9250206Z [05-13|18:29:52.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9250653Z [05-13|18:29:52.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9250863Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9251068Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9251272Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9251537Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9251744Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9251948Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9252202Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9252409Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9252610Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9252857Z [05-13|18:29:52.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9253313Z [05-13|18:29:53.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9253763Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9254299Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9254757Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9255233Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9255451Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9255663Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9255870Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9256074Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9256281Z [05-13|18:29:53.073] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9256739Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9257196Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9257649Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9258216Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9258676Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9258883Z [05-13|18:29:53.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9259091Z [05-13|18:29:53.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9259300Z [05-13|18:29:53.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9259502Z [05-13|18:29:53.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9259703Z [05-13|18:29:53.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9260222Z [05-13|18:29:53.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9260676Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9261177Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9261631Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9262129Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9262339Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9262548Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9262802Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9263008Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9263219Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9263670Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9264122Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9264577Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9265028Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9265479Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9265696Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9265902Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9266110Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9266320Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9266525Z [05-13|18:29:53.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9267099Z [05-13|18:29:54.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9267556Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9268024Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9268622Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9269078Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9269361Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9269568Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9269835Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9270037Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9270240Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9270745Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9271200Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9271702Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9272157Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9272611Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9272760Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9272905Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273038Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273168Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273305Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273434Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273565Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273698Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273829Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9273959Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9274094Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9274221Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9274351Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9274808Z [05-13|18:29:54.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9275264Z [05-13|18:29:54.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9275714Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9276169Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9276617Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9277073Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9277574Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9278023Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9278674Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9278893Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9279093Z [05-13|18:29:54.621] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9279303Z [05-13|18:29:54.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9279454Z [05-13|18:29:54.621] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9279661Z [05-13|18:29:54.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9279860Z [05-13|18:29:54.621] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9280072Z [05-13|18:29:54.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9280213Z [05-13|18:29:54.622] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9280350Z [05-13|18:29:54.622] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9280555Z [05-13|18:29:54.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9280692Z [05-13|18:29:54.622] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9280949Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 +2026-05-13T18:30:54.9281555Z [05-13|18:29:54.622] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9282153Z [05-13|18:29:54.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9282737Z [05-13|18:29:54.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9283324Z [05-13|18:29:54.624] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9283902Z [05-13|18:29:54.624] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9284481Z [05-13|18:29:54.625] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9284706Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9284911Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9285114Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9285321Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9285526Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9285727Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9286248Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9286700Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9287185Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9287641Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9288271Z [05-13|18:29:54.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9288738Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9289243Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9289698Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9290152Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9290604Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9290812Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9291023Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9291228Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9291435Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9291643Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9291846Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9292055Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9292266Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9292469Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9292674Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9293125Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9293587Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9294033Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9294489Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9294939Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9295206Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9295419Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9295674Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9295881Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9296090Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9296581Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9297033Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9297531Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9297985Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9298600Z [05-13|18:29:55.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9298818Z [05-13|18:29:55.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9299024Z [05-13|18:29:55.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9299227Z [05-13|18:29:55.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9299439Z [05-13|18:29:55.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9299641Z [05-13|18:29:55.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9300095Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9300552Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9301002Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9301452Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9301906Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9302112Z [05-13|18:29:55.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9302318Z [05-13|18:29:55.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9302529Z [05-13|18:29:55.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9302732Z [05-13|18:29:55.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9302935Z [05-13|18:29:55.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9303389Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9303910Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9304359Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9304868Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9305366Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9305573Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9305783Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9305983Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9306249Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9306491Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9306967Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9307431Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9307888Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9308463Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9308924Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9309072Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9309207Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9309338Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9309478Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9309609Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9309741Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9309882Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9310014Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9310143Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9310280Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9310412Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9310543Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9310677Z [05-13|18:29:56.320] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9311133Z [05-13|18:29:56.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9311340Z [05-13|18:29:56.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9311795Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9312324Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9312775Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9313283Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9313781Z [05-13|18:29:56.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9314232Z [05-13|18:29:56.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9314736Z [05-13|18:29:56.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9315188Z [05-13|18:29:56.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9315642Z [05-13|18:29:56.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9315795Z [05-13|18:29:56.329] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9316008Z [05-13|18:29:56.329] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9316150Z [05-13|18:29:56.329] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9316364Z [05-13|18:29:56.329] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9316504Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9316711Z [05-13|18:29:56.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9316856Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9317061Z [05-13|18:29:56.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9317200Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9317343Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9317549Z [05-13|18:29:56.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9317782Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 +2026-05-13T18:30:54.9318497Z [05-13|18:29:56.331] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9319085Z [05-13|18:29:56.331] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9319664Z [05-13|18:29:56.333] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9320249Z [05-13|18:29:56.336] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9320829Z [05-13|18:29:56.336] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9321499Z [05-13|18:29:56.337] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9321766Z [05-13|18:29:56.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9321980Z [05-13|18:29:56.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9322183Z [05-13|18:29:56.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9322472Z [05-13|18:29:56.340] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9322677Z [05-13|18:29:56.340] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9322881Z [05-13|18:29:56.341] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9323393Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9323849Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9324301Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9324755Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9325207Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9325426Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9325631Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9325834Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9326038Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9326243Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9326697Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9327153Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9327607Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9328171Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9328654Z [05-13|18:29:56.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9328871Z [05-13|18:29:56.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9329081Z [05-13|18:29:56.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9329295Z [05-13|18:29:56.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9329572Z [05-13|18:29:56.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9329777Z [05-13|18:29:56.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9330239Z [05-13|18:29:56.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9330747Z [05-13|18:29:56.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9331244Z [05-13|18:29:56.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9331700Z [05-13|18:29:56.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9332153Z [05-13|18:29:56.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9332409Z [05-13|18:29:56.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9332624Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9332828Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9333031Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9333236Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9333697Z [05-13|18:29:56.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9334153Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9334610Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9335063Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9335515Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9335728Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9335934Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9336140Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9336350Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9336554Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9337005Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9337457Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9337906Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9338516Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9338976Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9339251Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9339456Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9339663Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9339915Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9340121Z [05-13|18:29:56.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9340575Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9341070Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9341522Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9341974Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9342422Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9342632Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9342832Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9343035Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9343237Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9343444Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9343892Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9344343Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9344796Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9345246Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9345700Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9345908Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9346112Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9346321Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9346522Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9346783Z [05-13|18:29:57.509] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9347243Z [05-13|18:29:58.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9347695Z [05-13|18:29:58.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9348297Z [05-13|18:29:58.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9348812Z [05-13|18:29:58.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9349263Z [05-13|18:29:58.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9349470Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9349729Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9349934Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9350137Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9350341Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9350791Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9351240Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9351696Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9352146Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9352593Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9352804Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9353009Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9353209Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9353418Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9353618Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9354076Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9354537Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9354992Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9355447Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9355965Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9356178Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9356438Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9356648Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9356852Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9357094Z [05-13|18:29:58.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9357553Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9358009Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9358635Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9359098Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9359552Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9359763Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9359970Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9360173Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9360377Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9360586Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9361037Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9361489Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9361946Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9362397Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9362852Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9363058Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9363264Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9363473Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9363676Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9363876Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9364389Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9364836Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9365336Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9365786Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9366280Z [05-13|18:29:59.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9366489Z [05-13|18:29:59.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9366697Z [05-13|18:29:59.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9366936Z [05-13|18:29:59.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9367141Z [05-13|18:29:59.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9367349Z [05-13|18:29:59.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9367801Z [05-13|18:29:59.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9368366Z [05-13|18:29:59.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9368834Z [05-13|18:29:59.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9369281Z [05-13|18:29:59.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9369731Z [05-13|18:29:59.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9369939Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9370142Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9370344Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9370548Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9370752Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9371208Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9371667Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9372120Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9372574Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9373035Z [05-13|18:30:00.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9373311Z [05-13|18:30:00.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9373517Z [05-13|18:30:00.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9373778Z [05-13|18:30:00.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9373983Z [05-13|18:30:00.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9374185Z [05-13|18:30:00.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9374690Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9375144Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9375644Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9376099Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9376548Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9376758Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9376962Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9377168Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9377370Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9377579Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9378151Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9378613Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9379074Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9379525Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9379985Z [05-13|18:30:00.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9380193Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9380402Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9380609Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9380816Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9381021Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9381474Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9381990Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9382438Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9382942Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9383437Z [05-13|18:30:01.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9383648Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9383857Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9384060Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9384311Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9384524Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9384972Z [05-13|18:30:01.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9385421Z [05-13|18:30:01.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9385871Z [05-13|18:30:01.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9386320Z [05-13|18:30:01.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9386767Z [05-13|18:30:01.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9386976Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9387178Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9387380Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9387589Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9387789Z [05-13|18:30:01.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9388354Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9388813Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9389262Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9389709Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9390160Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9390431Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9390636Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9390847Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9391141Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9391342Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9391805Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9392328Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9392785Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9393292Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9393748Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9393956Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9394171Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9394376Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9394581Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9394788Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9395241Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9395694Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9396152Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9396608Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9397070Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9397279Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9397484Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9397696Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9397901Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9398217Z [05-13|18:30:02.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9398683Z [05-13|18:30:02.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9399204Z [05-13|18:30:02.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9399657Z [05-13|18:30:02.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9400163Z [05-13|18:30:02.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9400615Z [05-13|18:30:02.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9400869Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9401079Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9401286Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9401494Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9401752Z [05-13|18:30:02.832] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9402208Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9402658Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9403114Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9403566Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9404015Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9404228Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9404431Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9404633Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9404840Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9405040Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9405497Z [05-13|18:30:04.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9405960Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9406413Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9406867Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9407323Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9407531Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9407779Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9407990Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9408317Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9408586Z [05-13|18:30:04.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9409044Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9409550Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9410005Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9410512Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9410964Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9411178Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9411386Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9411594Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9411797Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9412015Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9412467Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9412920Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9413377Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9413828Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9414284Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9414494Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9414702Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9414911Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9415115Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9415317Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9415776Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9416231Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9416745Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9417202Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9417693Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9417934Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9418262Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9418471Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9418678Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9418946Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9419405Z [05-13|18:30:06.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9419861Z [05-13|18:30:06.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9420321Z [05-13|18:30:06.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9420777Z [05-13|18:30:06.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9421233Z [05-13|18:30:06.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9421471Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9421681Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9421887Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9422099Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9422311Z [05-13|18:30:06.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9422764Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9423224Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9423679Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9424135Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9424594Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9425045Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9425573Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9426022Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9426527Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9427032Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9427243Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9427451Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9427663Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9427902Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9428231Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9428444Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9428647Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9428849Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9429055Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9429260Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9429715Z [05-13|18:30:07.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9430174Z [05-13|18:30:07.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9430629Z [05-13|18:30:07.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9431083Z [05-13|18:30:07.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9431539Z [05-13|18:30:07.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9431748Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9431956Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9432165Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9432370Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9432572Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9433031Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9433484Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9434002Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9434462Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9434969Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9435177Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9435440Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9435650Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9435857Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9436065Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9436566Z [05-13|18:30:09.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9437024Z [05-13|18:30:09.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9437484Z [05-13|18:30:09.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9437939Z [05-13|18:30:09.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9438766Z [05-13|18:30:09.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9438998Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9439207Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9439414Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9439623Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9439830Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9440285Z [05-13|18:30:09.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9440748Z [05-13|18:30:09.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9441203Z [05-13|18:30:09.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9441657Z [05-13|18:30:09.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9442114Z [05-13|18:30:09.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9442324Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9442529Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9442823Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9443028Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9443232Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9443749Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9444201Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9444703Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9445163Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9445663Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9445881Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9446086Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9446288Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9446498Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9446700Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9447154Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9447614Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9448201Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9448663Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9449124Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9449341Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9449550Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9449761Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9449967Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9450174Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9450632Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9451087Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9451612Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9452089Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9452605Z [05-13|18:30:12.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9452817Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9453032Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9453288Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9453496Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9453708Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9454214Z [05-13|18:30:12.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9454675Z [05-13|18:30:12.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9455134Z [05-13|18:30:12.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9455589Z [05-13|18:30:12.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9456042Z [05-13|18:30:12.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9456262Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9456470Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9456678Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9456889Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9457095Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9457553Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9458012Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9458591Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9459047Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9459508Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9459720Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9459930Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9460240Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9460444Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9460650Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9461110Z [05-13|18:30:12.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9461619Z [05-13|18:30:12.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9462126Z [05-13|18:30:12.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9462586Z [05-13|18:30:12.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9463102Z [05-13|18:30:12.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9463317Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9463526Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9463731Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9463940Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9464148Z [05-13|18:30:12.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9464602Z [05-13|18:30:14.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9465062Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9465519Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9465973Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9466430Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9466637Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9466843Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9467054Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9467260Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9467469Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9467925Z [05-13|18:30:15.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9468496Z [05-13|18:30:15.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9468954Z [05-13|18:30:15.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9469478Z [05-13|18:30:15.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9469932Z [05-13|18:30:15.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9470196Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9470410Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9470663Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9470871Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9471082Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9471587Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9472043Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9472506Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9472960Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9473412Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9473626Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9473832Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9474038Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9474248Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9474454Z [05-13|18:30:15.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9474907Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9475367Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9475823Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9476280Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9476734Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9476943Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9477154Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9477359Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9477612Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9477814Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9478397Z [05-13|18:30:17.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9478964Z [05-13|18:30:17.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9479489Z [05-13|18:30:17.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9479948Z [05-13|18:30:17.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9480453Z [05-13|18:30:17.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9480671Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9480880Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9481087Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9481297Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9481505Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9481959Z [05-13|18:30:17.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9482414Z [05-13|18:30:17.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9482866Z [05-13|18:30:17.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9483317Z [05-13|18:30:17.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9483772Z [05-13|18:30:17.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9483980Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9484188Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9484397Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9484603Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9484809Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} +2026-05-13T18:30:54.9485267Z [05-13|18:30:18.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9485720Z [05-13|18:30:18.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9486172Z [05-13|18:30:18.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9486687Z [05-13|18:30:18.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9487139Z [05-13|18:30:18.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9487386Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9487595Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9487798Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9488159Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9488393Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9488861Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9489379Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9489842Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9490295Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9490748Z [05-13|18:30:19.269] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9490904Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491042Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491176Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491312Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491444Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491577Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491711Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491839Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9491968Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9492100Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9492231Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9492361Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9492491Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9492626Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9492758Z [05-13|18:30:19.281] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9493215Z [05-13|18:30:19.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9493352Z [05-13|18:30:19.281] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9493481Z [05-13|18:30:19.281] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9493696Z [05-13|18:30:19.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9494166Z [05-13|18:30:19.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9494689Z [05-13|18:30:19.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9495142Z [05-13|18:30:19.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9495648Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9496147Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9496601Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9496739Z [05-13|18:30:19.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9497221Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9497361Z [05-13|18:30:19.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9497493Z [05-13|18:30:19.283] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9497623Z [05-13|18:30:19.284] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9498183Z [05-13|18:30:19.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9498650Z [05-13|18:30:19.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9499105Z [05-13|18:30:19.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9499562Z [05-13|18:30:19.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9500014Z [05-13|18:30:19.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9500148Z [05-13|18:30:19.286] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9500603Z [05-13|18:30:19.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9501053Z [05-13|18:30:19.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9501508Z [05-13|18:30:19.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9501965Z [05-13|18:30:19.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9502419Z [05-13|18:30:19.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9502872Z [05-13|18:30:19.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9503029Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9503310Z [05-13|18:30:19.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9503453Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9503597Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9503805Z [05-13|18:30:19.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9503996Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9504207Z [05-13|18:30:19.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9504344Z [05-13|18:30:19.291] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9504599Z [05-13|18:30:19.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9504744Z [05-13|18:30:19.291] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9504953Z [05-13|18:30:19.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} +2026-05-13T18:30:54.9505187Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 +2026-05-13T18:30:54.9505838Z [05-13|18:30:19.291] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9506427Z [05-13|18:30:19.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9507009Z [05-13|18:30:19.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9507592Z [05-13|18:30:19.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9508283Z [05-13|18:30:19.293] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9508862Z [05-13|18:30:19.295] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9509077Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9509283Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9509484Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9509688Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9509890Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9510091Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9510557Z [05-13|18:30:19.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9511007Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9511454Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9511906Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9512422Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9512626Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9512890Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9513092Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9513293Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9513547Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9514005Z [05-13|18:30:19.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9514508Z [05-13|18:30:19.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9514964Z [05-13|18:30:19.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9515414Z [05-13|18:30:19.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9515870Z [05-13|18:30:19.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9516011Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9516146Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9516277Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9516411Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9516543Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9516673Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9516814Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9516944Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9517072Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9517207Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9517337Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9517466Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9517600Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9518324Z [05-13|18:30:19.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9518495Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9518638Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9518768Z [05-13|18:30:19.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9518899Z [05-13|18:30:19.792] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9519359Z [05-13|18:30:19.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9519820Z [05-13|18:30:19.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9520344Z [05-13|18:30:19.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9520798Z [05-13|18:30:19.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9521330Z [05-13|18:30:19.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9521779Z [05-13|18:30:19.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9521969Z [05-13|18:30:19.793] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9522104Z [05-13|18:30:19.794] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9522236Z [05-13|18:30:19.794] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9522770Z [05-13|18:30:19.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9522922Z [05-13|18:30:19.794] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9523378Z [05-13|18:30:19.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9523842Z [05-13|18:30:19.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9524298Z [05-13|18:30:19.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9524749Z [05-13|18:30:19.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9525204Z [05-13|18:30:19.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9525657Z [05-13|18:30:19.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9526105Z [05-13|18:30:19.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9526560Z [05-13|18:30:19.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9526776Z [05-13|18:30:19.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9526929Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9527143Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9527284Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9527496Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9527648Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9527860Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9528001Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9528336Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} +2026-05-13T18:30:54.9528476Z [05-13|18:30:19.802] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9528679Z [05-13|18:30:19.802] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9528914Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 +2026-05-13T18:30:54.9529510Z [05-13|18:30:19.802] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9530151Z [05-13|18:30:19.803] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9530784Z [05-13|18:30:19.803] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9531367Z [05-13|18:30:19.804] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9531995Z [05-13|18:30:19.809] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9532583Z [05-13|18:30:19.810] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9532792Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9533001Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9533209Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9533411Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9533612Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9533819Z [05-13|18:30:19.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9534282Z [05-13|18:30:19.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9534735Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9535188Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9535633Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9536092Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9536299Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9536505Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9536708Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9536914Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9537117Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9537563Z [05-13|18:30:20.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9538172Z [05-13|18:30:20.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9538623Z [05-13|18:30:20.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9539137Z [05-13|18:30:20.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9539632Z [05-13|18:30:20.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9539838Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9540047Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9540248Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9540497Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9540708Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9541156Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9541607Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9542060Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9542509Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9542954Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9543404Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9543853Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9544297Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9544752Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9545204Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9545410Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9545617Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9545820Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9546020Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9546227Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9546488Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9546693Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9546899Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9547139Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9547339Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9547832Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9548405Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9548863Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9549377Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9549832Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9549973Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9550111Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9550243Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9550373Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9550508Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9550637Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9550768Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9550901Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9551032Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9551161Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9551290Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9551424Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9551552Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9552000Z [05-13|18:30:20.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9552153Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9552290Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9552426Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9552562Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9553028Z [05-13|18:30:20.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9553481Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9553938Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9554451Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9554898Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9555400Z [05-13|18:30:20.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9555534Z [05-13|18:30:20.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9555666Z [05-13|18:30:20.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9556164Z [05-13|18:30:20.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9556300Z [05-13|18:30:20.924] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9556748Z [05-13|18:30:20.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9556923Z [05-13|18:30:20.925] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9557379Z [05-13|18:30:20.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9557834Z [05-13|18:30:20.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9558408Z [05-13|18:30:20.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9558864Z [05-13|18:30:20.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9559328Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9559777Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9560230Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9560690Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9561138Z [05-13|18:30:20.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9561353Z [05-13|18:30:20.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9561503Z [05-13|18:30:20.931] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9561643Z [05-13|18:30:20.931] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9561854Z [05-13|18:30:20.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9561996Z [05-13|18:30:20.931] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9562202Z [05-13|18:30:20.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9562340Z [05-13|18:30:20.932] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9562554Z [05-13|18:30:20.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9562775Z [05-13|18:30:20.932] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9562981Z [05-13|18:30:20.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} +2026-05-13T18:30:54.9563119Z [05-13|18:30:20.932] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9563353Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 +2026-05-13T18:30:54.9564000Z [05-13|18:30:20.932] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9564634Z [05-13|18:30:20.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9565215Z [05-13|18:30:20.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9565842Z [05-13|18:30:20.935] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9566423Z [05-13|18:30:20.935] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9567007Z [05-13|18:30:20.935] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9567217Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9567428Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9567633Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9567835Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9568162Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9568370Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9568825Z [05-13|18:30:20.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9569284Z [05-13|18:30:20.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9569732Z [05-13|18:30:20.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9570182Z [05-13|18:30:20.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9570634Z [05-13|18:30:20.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9570839Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9571040Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9571248Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9571448Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9571650Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9572167Z [05-13|18:30:21.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9572615Z [05-13|18:30:21.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9573113Z [05-13|18:30:21.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9573615Z [05-13|18:30:21.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9574063Z [05-13|18:30:21.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9574269Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9574526Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9574733Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9574935Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9575140Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9575590Z [05-13|18:30:21.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9576039Z [05-13|18:30:21.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9576491Z [05-13|18:30:21.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9576939Z [05-13|18:30:21.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9577394Z [05-13|18:30:21.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9577600Z [05-13|18:30:21.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9577805Z [05-13|18:30:21.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9578011Z [05-13|18:30:21.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9578334Z [05-13|18:30:21.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9578537Z [05-13|18:30:21.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9579000Z [05-13|18:30:21.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9579448Z [05-13|18:30:21.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9579895Z [05-13|18:30:21.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9580350Z [05-13|18:30:21.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9580861Z [05-13|18:30:21.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9581067Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9581276Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9581535Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9581737Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9581943Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9582444Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9582895Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9583393Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9583844Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9584291Z [05-13|18:30:21.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9584501Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9584705Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9584912Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9585116Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9585319Z [05-13|18:30:21.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9585768Z [05-13|18:30:21.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9586217Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9586665Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9587113Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9587847Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9588173Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9588382Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9588604Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9588816Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9589019Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9589475Z [05-13|18:30:22.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9590000Z [05-13|18:30:22.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9590446Z [05-13|18:30:22.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9590948Z [05-13|18:30:22.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9591477Z [05-13|18:30:22.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9591685Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9591896Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9592148Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9592354Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9592562Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9593017Z [05-13|18:30:22.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9593470Z [05-13|18:30:22.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9593923Z [05-13|18:30:22.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9594377Z [05-13|18:30:22.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9594834Z [05-13|18:30:22.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9594975Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9595109Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9595240Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9595376Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9595505Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9595634Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9595770Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9595897Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9596028Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9596163Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9596293Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9596424Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9596556Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9597008Z [05-13|18:30:22.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9597139Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9597392Z [05-13|18:30:22.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9597523Z [05-13|18:30:22.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9597657Z [05-13|18:30:22.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9597789Z [05-13|18:30:22.194] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9598403Z [05-13|18:30:22.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9598850Z [05-13|18:30:22.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9599354Z [05-13|18:30:22.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9599812Z [05-13|18:30:22.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9600312Z [05-13|18:30:22.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9600768Z [05-13|18:30:22.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9600901Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9601031Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9601168Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9601301Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9601749Z [05-13|18:30:22.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9602203Z [05-13|18:30:22.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9602654Z [05-13|18:30:22.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9603106Z [05-13|18:30:22.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9603564Z [05-13|18:30:22.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9604014Z [05-13|18:30:22.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9604147Z [05-13|18:30:22.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9604285Z [05-13|18:30:22.198] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9604733Z [05-13|18:30:22.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9605186Z [05-13|18:30:22.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9605642Z [05-13|18:30:22.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9606091Z [05-13|18:30:22.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9606604Z [05-13|18:30:22.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9607060Z [05-13|18:30:22.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9607561Z [05-13|18:30:22.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9607703Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9607953Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.9608211Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9608425Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.9608567Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9608760Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9608969Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.9609114Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9609319Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.9609456Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9609667Z [05-13|18:30:22.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} +2026-05-13T18:30:54.9609891Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 +2026-05-13T18:30:54.9610483Z [05-13|18:30:22.204] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9611072Z [05-13|18:30:22.204] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9611654Z [05-13|18:30:22.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9612231Z [05-13|18:30:22.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9612811Z [05-13|18:30:22.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9613393Z [05-13|18:30:22.206] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9613603Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9613813Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9614016Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9614218Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9614422Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9614620Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9615134Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9615587Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9616092Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9616589Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9617040Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9617247Z [05-13|18:30:22.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9617490Z [05-13|18:30:22.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9617693Z [05-13|18:30:22.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9617897Z [05-13|18:30:22.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9618221Z [05-13|18:30:22.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9618692Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9619141Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9619594Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9620045Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9620491Z [05-13|18:30:22.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9620701Z [05-13|18:30:22.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9620906Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9621109Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9621344Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9621546Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9621995Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9622450Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9622898Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9623341Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9623856Z [05-13|18:30:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9624301Z [05-13|18:30:22.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9624799Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9625247Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9625741Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9626190Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9626449Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9626654Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9626858Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9627063Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9627264Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9627465Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9627671Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9627875Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9628189Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9628400Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9628848Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9629295Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9629748Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9630191Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9630637Z [05-13|18:30:22.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9630849Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9631051Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9631254Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9631465Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9631666Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9632115Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9632634Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9633081Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9633577Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9634074Z [05-13|18:30:23.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9634280Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9634487Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9634743Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9634947Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9635150Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9635604Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9636052Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9636502Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9636949Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9637395Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9637606Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9637809Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9638014Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9638338Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9638540Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9638993Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9639442Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9639888Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9640336Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9640785Z [05-13|18:30:23.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9641055Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9641259Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9641466Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9641718Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9641919Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9642419Z [05-13|18:30:23.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9642867Z [05-13|18:30:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9643315Z [05-13|18:30:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9643831Z [05-13|18:30:23.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9644283Z [05-13|18:30:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9644486Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9644697Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9644899Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9645100Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9645306Z [05-13|18:30:23.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9645753Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9646199Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9646648Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9647093Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9647539Z [05-13|18:30:23.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9647751Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9647954Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9648276Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9648486Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9648687Z [05-13|18:30:24.005] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9649135Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9649651Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9650102Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9650601Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9651052Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9651304Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9651509Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9651718Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9651919Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9652172Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9652630Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9653076Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9653523Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9653971Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9654419Z [05-13|18:30:24.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9654630Z [05-13|18:30:24.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9654832Z [05-13|18:30:24.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9655035Z [05-13|18:30:24.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9655236Z [05-13|18:30:24.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9655442Z [05-13|18:30:24.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9655889Z [05-13|18:30:24.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9656346Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9656790Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9657236Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9657700Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9657904Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9658264Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9658476Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9658677Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9658976Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9659433Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9659930Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9660380Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9660880Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9661329Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9661535Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9661746Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9661948Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9662149Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9662358Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9662808Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9663254Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9663706Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9664153Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9664597Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9664806Z [05-13|18:30:25.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9665009Z [05-13|18:30:25.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9665211Z [05-13|18:30:25.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9665420Z [05-13|18:30:25.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9665622Z [05-13|18:30:25.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9666069Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9666521Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9667024Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9667474Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9667978Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9668311Z [05-13|18:30:25.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9668579Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9668791Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9668998Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9669199Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9669709Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9670163Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9670611Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9671061Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9671508Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9671719Z [05-13|18:30:25.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9671923Z [05-13|18:30:25.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9672126Z [05-13|18:30:25.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9672325Z [05-13|18:30:25.810] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9672533Z [05-13|18:30:25.810] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9672986Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9673435Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9673892Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9674340Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9674791Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9674997Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9675201Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9675468Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9675670Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9675874Z [05-13|18:30:26.116] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9676380Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9676843Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9677325Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9677782Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9678402Z [05-13|18:30:26.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9678616Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9678825Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9679027Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9679230Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9679437Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9679887Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9680336Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9680791Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9681243Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9681690Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9681898Z [05-13|18:30:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9682103Z [05-13|18:30:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9682305Z [05-13|18:30:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9682513Z [05-13|18:30:26.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9682719Z [05-13|18:30:26.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9683168Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9683620Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9684071Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9684581Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9685032Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9685291Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9685497Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9685756Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9685961Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9686163Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9686661Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9687114Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9687567Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9688024Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9688589Z [05-13|18:30:27.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9688803Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9689016Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9689223Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9689429Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9689637Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9690089Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9690537Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9690990Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9691435Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9691887Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9692029Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9692164Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9692303Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9692433Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9692634Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9692766Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9692903Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9693034Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9693217Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9693353Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9693481Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9693986Z [05-13|18:30:27.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9694126Z [05-13|18:30:27.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9694257Z [05-13|18:30:27.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9694704Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9695206Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9695658Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9696106Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9696566Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9697013Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9697465Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9697677Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9697822Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9698026Z [05-13|18:30:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9698290Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9698493Z [05-13|18:30:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9698634Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9698776Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9698981Z [05-13|18:30:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9699117Z [05-13|18:30:27.930] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9699325Z [05-13|18:30:27.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9699464Z [05-13|18:30:27.930] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9699693Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 +2026-05-13T18:30:54.9700287Z [05-13|18:30:27.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9700870Z [05-13|18:30:27.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9701516Z [05-13|18:30:27.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9702152Z [05-13|18:30:27.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9702786Z [05-13|18:30:27.934] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9703365Z [05-13|18:30:27.934] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9703577Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9703829Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9704034Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9704243Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9704445Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9704643Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9705103Z [05-13|18:30:27.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9708612Z [05-13|18:30:27.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9709155Z [05-13|18:30:27.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9709639Z [05-13|18:30:27.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9710092Z [05-13|18:30:27.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9710314Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9710532Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9710740Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9710944Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9711154Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9711611Z [05-13|18:30:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9712062Z [05-13|18:30:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9712519Z [05-13|18:30:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9712963Z [05-13|18:30:28.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9713521Z [05-13|18:30:28.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9713786Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9713992Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9714212Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9714428Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9714690Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9715160Z [05-13|18:30:28.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9715675Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9716128Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9716583Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9717035Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9717249Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9717464Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9717670Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9717874Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9718230Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9718695Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9719146Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9719598Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9720051Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9720494Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9720711Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9720917Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9721119Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9721355Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9721628Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9722085Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9722539Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9723044Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9723541Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9723997Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9724210Z [05-13|18:30:28.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9724467Z [05-13|18:30:28.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9724682Z [05-13|18:30:28.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9724888Z [05-13|18:30:28.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9725093Z [05-13|18:30:28.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9725549Z [05-13|18:30:29.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9725994Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9726442Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9726898Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9727345Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9727550Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9727762Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9727965Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9728291Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9728501Z [05-13|18:30:29.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9728956Z [05-13|18:30:29.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9729409Z [05-13|18:30:29.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9729865Z [05-13|18:30:29.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9730310Z [05-13|18:30:29.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9730865Z [05-13|18:30:29.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9731074Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9731337Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9731550Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9731756Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9732034Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9732483Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9732943Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9733442Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9733900Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9734348Z [05-13|18:30:29.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9734557Z [05-13|18:30:29.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9734764Z [05-13|18:30:29.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9734969Z [05-13|18:30:29.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9735172Z [05-13|18:30:29.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9735378Z [05-13|18:30:29.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9735831Z [05-13|18:30:30.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9736281Z [05-13|18:30:30.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9736737Z [05-13|18:30:30.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9737186Z [05-13|18:30:30.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9737637Z [05-13|18:30:30.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9737856Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9738178Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9738392Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9738605Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9738808Z [05-13|18:30:30.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9739322Z [05-13|18:30:30.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9739772Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9740272Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9740719Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9741216Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9741427Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9741633Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9741892Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9742098Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9742302Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9742761Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9743224Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9743676Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9744136Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9744585Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9744793Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9745009Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9745217Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9745425Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9745638Z [05-13|18:30:30.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9746090Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9746544Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9746998Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9747448Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9747901Z [05-13|18:30:31.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9748302Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9748512Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9748787Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9748991Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9749195Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9749697Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9750146Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9750644Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9751094Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9751543Z [05-13|18:30:31.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9751751Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9751961Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9752162Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9752366Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9752570Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9753027Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9753480Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9753946Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9754396Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9754848Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9755061Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9755269Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9755476Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9755684Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9755889Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9756336Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9756845Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9757291Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9757775Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9758401Z [05-13|18:30:32.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9758621Z [05-13|18:30:32.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9758838Z [05-13|18:30:32.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9759056Z [05-13|18:30:32.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9759314Z [05-13|18:30:32.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9759521Z [05-13|18:30:32.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9759992Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9760450Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9760903Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9761364Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9761816Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9762028Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9762242Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9762449Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9762654Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9762863Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9763316Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9763771Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9764234Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9764688Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9765154Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9765363Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9765501Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9765637Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9765776Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9765958Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9766089Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9766225Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9766355Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9766521Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9766658Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9766790Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9766924Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9767059Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9767551Z [05-13|18:30:32.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9767689Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9767827Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9768403Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9768854Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9769310Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9769763Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9770212Z [05-13|18:30:32.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9770662Z [05-13|18:30:32.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9771110Z [05-13|18:30:32.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9771559Z [05-13|18:30:32.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9772021Z [05-13|18:30:32.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9772475Z [05-13|18:30:32.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9772932Z [05-13|18:30:32.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9773153Z [05-13|18:30:32.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9773301Z [05-13|18:30:32.928] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9773507Z [05-13|18:30:32.928] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9773726Z [05-13|18:30:32.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9773868Z [05-13|18:30:32.928] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9774076Z [05-13|18:30:32.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9774275Z [05-13|18:30:32.929] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9774495Z [05-13|18:30:32.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9774636Z [05-13|18:30:32.929] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9774959Z [05-13|18:30:32.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9775107Z [05-13|18:30:32.929] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9775342Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 +2026-05-13T18:30:54.9776013Z [05-13|18:30:32.929] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9776600Z [05-13|18:30:32.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9777181Z [05-13|18:30:32.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9777771Z [05-13|18:30:32.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9778462Z [05-13|18:30:32.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9779046Z [05-13|18:30:32.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9779264Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9779471Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9779678Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9779885Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9780087Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9780289Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9780753Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9781209Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9781657Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9782111Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9782623Z [05-13|18:30:33.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9782837Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9783043Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9783307Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9783511Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9783711Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9784212Z [05-13|18:30:33.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9784671Z [05-13|18:30:33.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9785169Z [05-13|18:30:33.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9785620Z [05-13|18:30:33.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9786071Z [05-13|18:30:33.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9786279Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9786482Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9786693Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9786894Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9787097Z [05-13|18:30:33.586] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9787551Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9787996Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9788557Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9789012Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9789460Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9789665Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9789878Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9790079Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9790280Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9790490Z [05-13|18:30:33.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9790940Z [05-13|18:30:34.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9791454Z [05-13|18:30:34.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9791906Z [05-13|18:30:34.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9792404Z [05-13|18:30:34.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9792896Z [05-13|18:30:34.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9793110Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9793318Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9793520Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9793816Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9794021Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9794480Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9794943Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9795393Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9795844Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9796302Z [05-13|18:30:34.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9796443Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9796579Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9796718Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9796849Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9796979Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9797115Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9797249Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9797379Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9797518Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9797648Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9797781Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9797916Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9798164Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9798298Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9798432Z [05-13|18:30:34.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9798888Z [05-13|18:30:34.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9799088Z [05-13|18:30:34.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9799220Z [05-13|18:30:34.478] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9799673Z [05-13|18:30:34.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9800171Z [05-13|18:30:34.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9800618Z [05-13|18:30:34.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9801124Z [05-13|18:30:34.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9801576Z [05-13|18:30:34.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9802075Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9802215Z [05-13|18:30:34.481] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9802661Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9803118Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9803570Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9804029Z [05-13|18:30:34.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9804487Z [05-13|18:30:34.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9804941Z [05-13|18:30:34.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9805154Z [05-13|18:30:34.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9805310Z [05-13|18:30:34.486] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9805519Z [05-13|18:30:34.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9805665Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9805810Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9806019Z [05-13|18:30:34.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9806159Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9806372Z [05-13|18:30:34.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9806510Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9806719Z [05-13|18:30:34.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9806860Z [05-13|18:30:34.488] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9807096Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 +2026-05-13T18:30:54.9807705Z [05-13|18:30:34.488] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9808464Z [05-13|18:30:34.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9809116Z [05-13|18:30:34.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9809749Z [05-13|18:30:34.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9810337Z [05-13|18:30:34.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9810969Z [05-13|18:30:34.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9811185Z [05-13|18:30:34.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9811400Z [05-13|18:30:34.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9811605Z [05-13|18:30:34.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9811807Z [05-13|18:30:34.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9812015Z [05-13|18:30:34.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9812219Z [05-13|18:30:34.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9812681Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9813140Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9813591Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9814045Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9814499Z [05-13|18:30:34.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9814708Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9814914Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9815125Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9815338Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9815541Z [05-13|18:30:34.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9816003Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9816453Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9816963Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9817423Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9817925Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9818247Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9818520Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9818727Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9818929Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9819138Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9819637Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9820092Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9820548Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9820996Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9821477Z [05-13|18:30:35.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9821685Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9821889Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9822098Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9822299Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9822502Z [05-13|18:30:35.158] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9822962Z [05-13|18:30:35.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9823423Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9823883Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9824341Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9824796Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9824938Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9825078Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9825212Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9825417Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9825548Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9825688Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9825822Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9826013Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9826151Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9826281Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9826413Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9826585Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9826720Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9826849Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9827313Z [05-13|18:30:35.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9827484Z [05-13|18:30:35.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9827651Z [05-13|18:30:35.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9827804Z [05-13|18:30:35.209] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9828387Z [05-13|18:30:35.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9828842Z [05-13|18:30:35.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9829306Z [05-13|18:30:35.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9829770Z [05-13|18:30:35.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9830220Z [05-13|18:30:35.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9830676Z [05-13|18:30:35.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9831123Z [05-13|18:30:35.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9831258Z [05-13|18:30:35.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9831398Z [05-13|18:30:35.212] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9831847Z [05-13|18:30:35.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9832302Z [05-13|18:30:35.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9832770Z [05-13|18:30:35.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9833225Z [05-13|18:30:35.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9833678Z [05-13|18:30:35.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9834206Z [05-13|18:30:35.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9834418Z [05-13|18:30:35.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9834623Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9834833Z [05-13|18:30:35.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9834975Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9835229Z [05-13|18:30:35.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9835376Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9835512Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9835719Z [05-13|18:30:35.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9835862Z [05-13|18:30:35.219] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9836117Z [05-13|18:30:35.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9836258Z [05-13|18:30:35.219] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9836493Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 +2026-05-13T18:30:54.9837083Z [05-13|18:30:35.219] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9837675Z [05-13|18:30:35.220] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9838378Z [05-13|18:30:35.221] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9838962Z [05-13|18:30:35.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9839546Z [05-13|18:30:35.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9840129Z [05-13|18:30:35.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9840338Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9840550Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9840753Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9840953Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9841155Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9841359Z [05-13|18:30:35.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9841819Z [05-13|18:30:35.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9842274Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9842790Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9843238Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9843741Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9843947Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9844199Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9844408Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9844612Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9844813Z [05-13|18:30:35.361] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:54.9845315Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9845769Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9846216Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9846670Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9847118Z [05-13|18:30:35.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9847328Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9847539Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9847743Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9847943Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9848266Z [05-13|18:30:35.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9848721Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9849172Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9849623Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9850073Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9850521Z [05-13|18:30:35.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9850732Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9850935Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9851201Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9851408Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9851610Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9852113Z [05-13|18:30:35.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9852566Z [05-13|18:30:35.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9853065Z [05-13|18:30:35.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9853515Z [05-13|18:30:35.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9854023Z [05-13|18:30:35.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9854232Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9854435Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9854641Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9854844Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9855044Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9855501Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9855948Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9856395Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9856845Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9857295Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9857507Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9857712Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9857917Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9858235Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9858447Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9858895Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9859346Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9859799Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9860314Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9860766Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9861024Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9861225Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9861513Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9861716Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9861918Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9862422Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9862870Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9863318Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9863772Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9864218Z [05-13|18:30:36.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9864359Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9864505Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9864642Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9864775Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9864911Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9865042Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9865174Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9865306Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9865445Z [05-13|18:30:36.391] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9865576Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9865712Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9866177Z [05-13|18:30:36.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9866628Z [05-13|18:30:36.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9867078Z [05-13|18:30:36.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9867290Z [05-13|18:30:36.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9867438Z [05-13|18:30:36.401] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9867649Z [05-13|18:30:36.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9867840Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9868160Z [05-13|18:30:36.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9868319Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9868534Z [05-13|18:30:36.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9868737Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9868876Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9869084Z [05-13|18:30:36.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9869220Z [05-13|18:30:36.403] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9869496Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 +2026-05-13T18:30:54.9870094Z [05-13|18:30:36.403] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9870725Z [05-13|18:30:36.403] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9871307Z [05-13|18:30:36.404] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9871893Z [05-13|18:30:36.404] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9872470Z [05-13|18:30:36.405] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9873048Z [05-13|18:30:36.405] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} +2026-05-13T18:30:54.9873275Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9873482Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9873683Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9873889Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9874093Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9874294Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9874761Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9875216Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9875666Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9876118Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9876567Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9876766Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9876908Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9877042Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9877173Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9877349Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9877480Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9877609Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9877744Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9877909Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9878150Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9878289Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9878422Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9878552Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9879068Z [05-13|18:30:36.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9879524Z [05-13|18:30:36.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9879972Z [05-13|18:30:36.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9880430Z [05-13|18:30:36.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9880880Z [05-13|18:30:36.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9881328Z [05-13|18:30:36.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9881539Z [05-13|18:30:36.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9881988Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9882438Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9882892Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9883036Z [05-13|18:30:36.648] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9883484Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9883939Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9884081Z [05-13|18:30:36.648] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9884285Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9884430Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9884631Z [05-13|18:30:36.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9884830Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9885037Z [05-13|18:30:36.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9885176Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9885377Z [05-13|18:30:36.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9885573Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9885775Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9885976Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9886230Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9886435Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9886637Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9887131Z [05-13|18:30:36.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9887586Z [05-13|18:30:36.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9888152Z [05-13|18:30:36.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9888613Z [05-13|18:30:36.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9889068Z [05-13|18:30:36.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9889281Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9889496Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9889701Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9889907Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9890115Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:54.9890568Z [05-13|18:30:37.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9891019Z [05-13|18:30:37.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9891473Z [05-13|18:30:37.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9891919Z [05-13|18:30:37.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9892368Z [05-13|18:30:37.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9892579Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9892786Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9892998Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9893273Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9893474Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} +2026-05-13T18:30:54.9893930Z [05-13|18:30:37.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9894433Z [05-13|18:30:37.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9894928Z [05-13|18:30:37.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9895377Z [05-13|18:30:37.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9895831Z [05-13|18:30:37.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9896085Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9896293Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9896498Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9896698Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9896900Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} +2026-05-13T18:30:54.9897351Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9897797Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9898365Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9898823Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9899273Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9899487Z [05-13|18:30:37.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9899699Z [05-13|18:30:37.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9899904Z [05-13|18:30:37.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9900108Z [05-13|18:30:37.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9900318Z [05-13|18:30:37.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:54.9900772Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9901218Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9901669Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9902201Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9902651Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9902909Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9903113Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9903324Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9903576Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9903779Z [05-13|18:30:38.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} +2026-05-13T18:30:54.9904232Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9904731Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9905181Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9905632Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9906080Z [05-13|18:30:38.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9906226Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9906368Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9906502Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9906632Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9906762Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9906899Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9907027Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9907155Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9907288Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9907418Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9907547Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9907679Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9907810Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9908515Z [05-13|18:30:38.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9908981Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9909432Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9909881Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9910093Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9910314Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9910519Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9910666Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9910923Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9911061Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9911268Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9911407Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9911661Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} +2026-05-13T18:30:54.9911805Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9911944Z [05-13|18:30:38.251] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9912451Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9912911Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9913369Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9913821Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9914279Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9914497Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9914706Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9914914Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9915120Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9915324Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} +2026-05-13T18:30:54.9915781Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9916229Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9916678Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9917129Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9917577Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9917716Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9917855Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9917987Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9918251Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9918455Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9918586Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9918716Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9918846Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9919037Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9919168Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9919297Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9919430Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9919609Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9920064Z [05-13|18:30:39.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9920279Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} +2026-05-13T18:30:54.9920777Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9921228Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9921709Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9922156Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9922602Z [05-13|18:30:39.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9923054Z [05-13|18:30:39.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9923197Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9923403Z [05-13|18:30:39.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9923547Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9923685Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9923891Z [05-13|18:30:39.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9924033Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9924236Z [05-13|18:30:39.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9924376Z [05-13|18:30:39.192] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9924584Z [05-13|18:30:39.192] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9924721Z [05-13|18:30:39.192] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9924922Z [05-13|18:30:39.192] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} +2026-05-13T18:30:54.9925383Z [05-13|18:30:40.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9925838Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9926292Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9926798Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9927246Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9927527Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9927742Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9927987Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9928310Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9928521Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:54.9929039Z [05-13|18:30:42.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9929495Z [05-13|18:30:42.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9929962Z [05-13|18:30:42.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9930420Z [05-13|18:30:42.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9930884Z [05-13|18:30:42.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9931116Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9931325Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9931530Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9931750Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9931957Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} +2026-05-13T18:30:54.9932413Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9932871Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9933324Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9933785Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9934241Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9934450Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9934665Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9934872Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9935137Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9935345Z [05-13|18:30:45.214] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} +2026-05-13T18:30:54.9935805Z [05-13|18:30:47.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9936309Z [05-13|18:30:47.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9936812Z [05-13|18:30:47.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9937264Z [05-13|18:30:47.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9937718Z [05-13|18:30:47.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9937903Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9938147Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9938286Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9938421Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9938552Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9938681Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9938812Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9938946Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9939077Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9939206Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9939340Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9939470Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9939599Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9939735Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9939867Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9940317Z [05-13|18:30:47.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9940456Z [05-13|18:30:47.634] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9940587Z [05-13|18:30:47.634] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9941038Z [05-13|18:30:47.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9941492Z [05-13|18:30:47.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9941943Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9942392Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9942844Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9943356Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9943492Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9943630Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9943814Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9943943Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:54.9944396Z [05-13|18:30:47.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9944894Z [05-13|18:30:47.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9945349Z [05-13|18:30:47.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} +2026-05-13T18:30:54.9945857Z [05-13|18:30:47.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} +2026-05-13T18:30:54.9946316Z [05-13|18:30:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9946768Z [05-13|18:30:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9947228Z [05-13|18:30:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9947679Z [05-13|18:30:47.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9947895Z [05-13|18:30:47.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9948162Z [05-13|18:30:47.642] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9948377Z [05-13|18:30:47.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9948519Z [05-13|18:30:47.642] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9948731Z [05-13|18:30:47.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9948869Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9949076Z [05-13|18:30:47.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9949220Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9949361Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9949570Z [05-13|18:30:47.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} +2026-05-13T18:30:54.9949718Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9949873Z --- PASS: TestReplicationEmptyNotarizationsTail (0.00s) +2026-05-13T18:30:54.9950217Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 (0.68s) +2026-05-13T18:30:54.9950552Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 (6.87s) +2026-05-13T18:30:54.9950885Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 (8.58s) +2026-05-13T18:30:54.9951224Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 (31.53s) +2026-05-13T18:30:54.9951562Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 (23.47s) +2026-05-13T18:30:54.9951960Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 (26.31s) +2026-05-13T18:30:54.9952292Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 (33.76s) +2026-05-13T18:30:54.9952618Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 (5.73s) +2026-05-13T18:30:54.9952954Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 (12.00s) +2026-05-13T18:30:54.9953338Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 (14.69s) +2026-05-13T18:30:54.9953666Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 (15.93s) +2026-05-13T18:30:54.9953992Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 (1.18s) +2026-05-13T18:30:54.9954368Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 (3.72s) +2026-05-13T18:30:54.9954694Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 (1.85s) +2026-05-13T18:30:54.9955023Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 (4.70s) +2026-05-13T18:30:54.9955354Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 (19.71s) +2026-05-13T18:30:54.9955515Z === RUN TestReplicationStoresFinalization +2026-05-13T18:30:54.9956005Z [05-13|18:30:47.644] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9956350Z [05-13|18:30:47.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.9956810Z [05-13|18:30:47.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9957150Z [05-13|18:30:47.645] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.9957603Z [05-13|18:30:47.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9957747Z [05-13|18:30:47.645] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:54.9957891Z --- PASS: TestReplicationStoresFinalization (0.00s) +2026-05-13T18:30:54.9957986Z === RUN TestReplicationChain +2026-05-13T18:30:54.9958584Z [05-13|18:30:47.646] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9959061Z [05-13|18:30:47.647] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9959530Z [05-13|18:30:47.647] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9959998Z [05-13|18:30:47.649] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:54.9960215Z [05-13|18:30:47.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:54.9960671Z [05-13|18:30:48.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9961120Z [05-13|18:30:48.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9961575Z [05-13|18:30:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9962116Z [05-13|18:30:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9962570Z [05-13|18:30:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:54.9963071Z [05-13|18:30:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:54.9963521Z [05-13|18:30:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:54.9964024Z [05-13|18:30:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:54.9964466Z [05-13|18:30:48.250] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9964940Z [05-13|18:30:48.250] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9965367Z [05-13|18:30:48.251] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9965579Z [05-13|18:30:48.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:54.9966009Z [05-13|18:30:48.251] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9966435Z [05-13|18:30:48.351] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9966856Z [05-13|18:30:48.351] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9967276Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9967709Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9968241Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9968667Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9969097Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9969517Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9969936Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9970353Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9970762Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9971179Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9971657Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.9972078Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9972505Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9972979Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9973444Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9973866Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9974286Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9974753Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 3, "prev": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.9975181Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9975594Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9976006Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9976425Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9976842Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9977253Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9977675Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 2, "prev": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9978205Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.9978659Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9979088Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9979511Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9979941Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9980360Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9980779Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9981208Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9981692Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9982111Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9982587Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9982998Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9983468Z [05-13|18:30:48.555] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9983894Z [05-13|18:30:48.653] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.9984375Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 1, "prev": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.9984792Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 3, "prev": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:54.9985223Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9985643Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9986065Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9986492Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9986912Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9987341Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9987756Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9988289Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9988710Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9989128Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9989542Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9989959Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9990380Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9990802Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9991293Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9991715Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9992131Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9992606Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9993073Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 2, "prev": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:54.9993492Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 0, "prev": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:54.9993915Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:54.9994379Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9994798Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9995212Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9995627Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9996043Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9996456Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:54.9996877Z [05-13|18:30:48.854] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9997300Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9997720Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9998252Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9998679Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9999098Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:54.9999516Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 1, "prev": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:54.9999939Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:55.0000354Z [05-13|18:30:48.856] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 3, "prev": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:55.0000766Z [05-13|18:30:48.856] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0001284Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0001699Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0002165Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0002578Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0003039Z [05-13|18:30:48.858] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0003516Z [05-13|18:30:48.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0003910Z [05-13|18:30:49.257] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0004242Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0004572Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0004897Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:55.0005219Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:55.0005544Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0005866Z [05-13|18:30:49.259] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:55.0006015Z [05-13|18:30:49.359] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0006119Z --- PASS: TestReplicationChain (1.71s) +2026-05-13T18:30:55.0006267Z === RUN TestReplicationStartsRoundFromFinalization +2026-05-13T18:30:55.0006750Z [05-13|18:30:49.359] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:55.0007082Z [05-13|18:30:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0007542Z [05-13|18:30:49.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0007870Z [05-13|18:30:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0008447Z [05-13|18:30:49.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0008778Z [05-13|18:30:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0009229Z [05-13|18:30:49.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:55.0009447Z [05-13|18:30:49.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:55.0009593Z [05-13|18:30:49.381] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0010041Z [05-13|18:30:49.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0010283Z --- PASS: TestReplicationStartsRoundFromFinalization (0.02s) +2026-05-13T18:30:55.0010463Z === RUN TestReplicationStartsRoundFromFinalizationWithBlock +2026-05-13T18:30:55.0010954Z [05-13|18:30:49.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:55.0011349Z [05-13|18:30:49.383] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0011854Z [05-13|18:30:49.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0012185Z [05-13|18:30:49.383] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0012644Z [05-13|18:30:49.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0013021Z [05-13|18:30:49.384] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0013487Z [05-13|18:30:49.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} +2026-05-13T18:30:55.0013703Z [05-13|18:30:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:55.0014150Z [05-13|18:30:49.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0014293Z [05-13|18:30:49.405] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0014515Z --- PASS: TestReplicationStartsRoundFromFinalizationWithBlock (0.02s) +2026-05-13T18:30:55.0014619Z === RUN TestReplicationRequestTimeout +2026-05-13T18:30:55.0015097Z [05-13|18:30:49.406] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0015572Z [05-13|18:30:49.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0016040Z [05-13|18:30:49.409] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0016513Z [05-13|18:30:49.411] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0016791Z [05-13|18:30:49.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0017056Z [05-13|18:30:49.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0017319Z [05-13|18:30:49.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0017778Z [05-13|18:30:49.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0018342Z [05-13|18:30:49.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0018795Z [05-13|18:30:49.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0019133Z [05-13|18:30:49.415] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0019522Z [05-13|18:30:49.415] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0019845Z [05-13|18:30:49.415] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0020046Z [05-13|18:30:49.516] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0020370Z [05-13|18:30:49.517] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0020871Z [05-13|18:30:49.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0021207Z [05-13|18:30:49.517] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0021692Z [05-13|18:30:49.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0022072Z [05-13|18:30:49.517] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0022537Z [05-13|18:30:49.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0022863Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:55.0023318Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0023650Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:55.0024103Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0024432Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:55.0024884Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0025206Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:55.0025664Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0025989Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:55.0026445Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0026886Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0027313Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0027453Z [05-13|18:30:49.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0027591Z [05-13|18:30:49.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0028012Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0028331Z [05-13|18:30:49.519] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0028673Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0029139Z [05-13|18:30:49.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0029344Z [05-13|18:30:49.519] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0029561Z [05-13|18:30:49.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0029703Z [05-13|18:30:49.520] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0029892Z [05-13|18:30:49.520] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0030107Z [05-13|18:30:49.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0030249Z [05-13|18:30:49.520] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0030452Z [05-13|18:30:49.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0030630Z --- PASS: TestReplicationRequestTimeout (0.11s) +2026-05-13T18:30:55.0030758Z === RUN TestReplicationRequestTimeoutCancels +2026-05-13T18:30:55.0031242Z [05-13|18:30:49.521] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0031715Z [05-13|18:30:49.523] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0032191Z [05-13|18:30:49.525] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0032661Z [05-13|18:30:49.527] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0032937Z [05-13|18:30:49.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0033200Z [05-13|18:30:49.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0033466Z [05-13|18:30:49.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0033932Z [05-13|18:30:49.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0034384Z [05-13|18:30:49.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0034836Z [05-13|18:30:49.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0035175Z [05-13|18:30:49.531] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0035504Z [05-13|18:30:49.531] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0035644Z [05-13|18:30:49.531] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0035787Z [05-13|18:30:49.531] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0035919Z [05-13|18:30:49.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0036245Z [05-13|18:30:49.532] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0036383Z [05-13|18:30:49.532] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0036767Z [05-13|18:30:49.532] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0037219Z [05-13|18:30:49.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0037550Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0038154Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0038544Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0039006Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0039331Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:55.0039835Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0040172Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:55.0040619Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0040947Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:55.0041401Z [05-13|18:30:49.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0041726Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:55.0042179Z [05-13|18:30:49.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0042513Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:55.0042967Z [05-13|18:30:49.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0043412Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0043842Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0043980Z [05-13|18:30:49.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0044118Z [05-13|18:30:49.534] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0044550Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0044876Z [05-13|18:30:49.535] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0045331Z [05-13|18:30:49.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0045471Z [05-13|18:30:49.535] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0045794Z [05-13|18:30:49.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:55.0046052Z [05-13|18:30:49.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:55.0046315Z [05-13|18:30:49.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:55.0046627Z [05-13|18:30:49.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:55.0047087Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0047587Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0048156Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0048671Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0049011Z [05-13|18:30:49.637] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:55.0049340Z [05-13|18:30:49.638] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:55.0049669Z [05-13|18:30:49.638] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:55.0049806Z [05-13|18:30:49.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0049937Z [05-13|18:30:49.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0050260Z [05-13|18:30:49.638] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} +2026-05-13T18:30:55.0050408Z [05-13|18:30:49.638] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0050542Z [05-13|18:30:49.638] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0050757Z [05-13|18:30:49.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:55.0050906Z [05-13|18:30:49.639] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0051116Z [05-13|18:30:49.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:55.0051255Z [05-13|18:30:49.639] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0051400Z [05-13|18:30:49.639] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0051610Z [05-13|18:30:49.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} +2026-05-13T18:30:55.0051757Z --- PASS: TestReplicationRequestTimeoutCancels (0.12s) +2026-05-13T18:30:55.0051885Z === RUN TestReplicationRequestTimeoutMultiple +2026-05-13T18:30:55.0052368Z [05-13|18:30:49.640] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0052842Z [05-13|18:30:49.641] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0053317Z [05-13|18:30:49.642] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0053799Z [05-13|18:30:49.644] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0054064Z [05-13|18:30:49.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0054392Z [05-13|18:30:49.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0054653Z [05-13|18:30:49.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0055109Z [05-13|18:30:49.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0055618Z [05-13|18:30:49.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0056116Z [05-13|18:30:49.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0056453Z [05-13|18:30:49.650] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0056785Z [05-13|18:30:49.650] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0057143Z [05-13|18:30:49.650] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0057282Z [05-13|18:30:49.651] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0057612Z [05-13|18:30:49.651] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0058179Z [05-13|18:30:49.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0058512Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0058970Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0059304Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0059758Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0060089Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:55.0060541Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0060876Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:55.0061328Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0061656Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:55.0062113Z [05-13|18:30:49.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0062435Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:55.0062890Z [05-13|18:30:49.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0063219Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:55.0063740Z [05-13|18:30:49.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0064171Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0064651Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0064785Z [05-13|18:30:49.653] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0065251Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0065394Z [05-13|18:30:49.653] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0065528Z [05-13|18:30:49.654] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0065669Z [05-13|18:30:49.654] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0066080Z [05-13|18:30:49.654] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0066295Z [05-13|18:30:49.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0066753Z [05-13|18:30:49.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0066898Z [05-13|18:30:49.654] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0067038Z [05-13|18:30:49.654] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0067245Z [05-13|18:30:49.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0067391Z [05-13|18:30:49.655] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0067598Z [05-13|18:30:49.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0067747Z --- PASS: TestReplicationRequestTimeoutMultiple (0.02s) +2026-05-13T18:30:55.0067884Z === RUN TestReplicationRequestIncompleteResponses +2026-05-13T18:30:55.0068484Z [05-13|18:30:49.656] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0068957Z [05-13|18:30:49.656] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0069433Z [05-13|18:30:49.657] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0069903Z [05-13|18:30:49.658] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0070237Z [05-13|18:30:49.662] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0070697Z [05-13|18:30:49.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0071027Z [05-13|18:30:49.713] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0071482Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0071813Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0072329Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0072653Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:55.0073108Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0073495Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:55.0074008Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0074342Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:55.0074791Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0075165Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:55.0075625Z [05-13|18:30:49.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0075953Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:55.0076407Z [05-13|18:30:49.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0076840Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0077265Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0077687Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0078016Z [05-13|18:30:49.716] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0078586Z [05-13|18:30:49.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0078736Z [05-13|18:30:49.716] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0078902Z --- PASS: TestReplicationRequestIncompleteResponses (0.06s) +2026-05-13T18:30:55.0079034Z === RUN TestReplicationRequestWithoutFinalization +2026-05-13T18:30:55.0079510Z [05-13|18:30:49.717] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0079986Z [05-13|18:30:49.717] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0080459Z [05-13|18:30:49.718] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0080933Z [05-13|18:30:49.718] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0081202Z [05-13|18:30:49.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:55.0081529Z [05-13|18:30:49.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:55.0081794Z [05-13|18:30:49.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} +2026-05-13T18:30:55.0082252Z [05-13|18:30:49.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0082757Z [05-13|18:30:49.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0083257Z [05-13|18:30:49.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0083599Z [05-13|18:30:49.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0083926Z [05-13|18:30:49.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0084306Z [05-13|18:30:49.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0084571Z [05-13|18:30:49.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:55.0084833Z [05-13|18:30:49.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:55.0085095Z [05-13|18:30:49.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} +2026-05-13T18:30:55.0085550Z [05-13|18:30:49.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0086001Z [05-13|18:30:49.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0086457Z [05-13|18:30:49.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0086791Z [05-13|18:30:49.724] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0087130Z [05-13|18:30:49.724] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0087473Z [05-13|18:30:49.724] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0087754Z [05-13|18:30:49.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:55.0088009Z [05-13|18:30:49.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:55.0088388Z [05-13|18:30:49.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} +2026-05-13T18:30:55.0088859Z [05-13|18:30:49.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0089314Z [05-13|18:30:49.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0089772Z [05-13|18:30:49.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0090103Z [05-13|18:30:49.726] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0090430Z [05-13|18:30:49.726] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0090820Z [05-13|18:30:49.727] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0091032Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:55.0091294Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:55.0091502Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} +2026-05-13T18:30:55.0091703Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} +2026-05-13T18:30:55.0092203Z [05-13|18:30:49.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0092663Z [05-13|18:30:49.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0093163Z [05-13|18:30:49.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0093443Z [05-13|18:30:49.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:55.0093703Z [05-13|18:30:49.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:55.0094151Z [05-13|18:30:49.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0094603Z [05-13|18:30:49.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0094866Z [05-13|18:30:49.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} +2026-05-13T18:30:55.0095313Z [05-13|18:30:49.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0095645Z [05-13|18:30:49.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:55.0095973Z [05-13|18:30:49.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:55.0096292Z [05-13|18:30:49.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:55.0096559Z [05-13|18:30:49.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:55.0096814Z [05-13|18:30:49.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:55.0097073Z [05-13|18:30:49.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} +2026-05-13T18:30:55.0097529Z [05-13|18:30:49.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0097980Z [05-13|18:30:49.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0098544Z [05-13|18:30:49.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0098886Z [05-13|18:30:49.916] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:55.0099214Z [05-13|18:30:49.916] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:55.0099605Z [05-13|18:30:49.917] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:55.0099873Z [05-13|18:30:49.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:55.0100182Z [05-13|18:30:49.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:55.0100439Z [05-13|18:30:49.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} +2026-05-13T18:30:55.0100903Z [05-13|18:30:49.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0101405Z [05-13|18:30:49.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0101859Z [05-13|18:30:49.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0102239Z [05-13|18:30:49.918] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0102567Z [05-13|18:30:49.919] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0102892Z [05-13|18:30:49.919] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0103353Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0103805Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0104255Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0104468Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:55.0104675Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:55.0104877Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} +2026-05-13T18:30:55.0105141Z [05-13|18:30:49.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0105397Z [05-13|18:30:49.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0105653Z [05-13|18:30:49.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0106111Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0106562Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0107010Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0107341Z [05-13|18:30:49.932] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:55.0107669Z [05-13|18:30:49.932] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:55.0107994Z [05-13|18:30:49.932] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:55.0108422Z [05-13|18:30:49.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:55.0108687Z [05-13|18:30:49.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:55.0108946Z [05-13|18:30:49.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} +2026-05-13T18:30:55.0109478Z [05-13|18:30:49.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0109982Z [05-13|18:30:49.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0110441Z [05-13|18:30:49.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0110784Z [05-13|18:30:49.934] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:55.0111163Z [05-13|18:30:49.934] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:55.0111492Z [05-13|18:30:49.934] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:55.0111636Z [05-13|18:30:49.934] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0111770Z [05-13|18:30:49.935] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0111908Z [05-13|18:30:49.935] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0112177Z [05-13|18:30:49.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:55.0112440Z [05-13|18:30:49.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:55.0112701Z [05-13|18:30:49.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} +2026-05-13T18:30:55.0113171Z [05-13|18:30:49.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0113630Z [05-13|18:30:49.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0114089Z [05-13|18:30:49.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0114224Z [05-13|18:30:49.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0114356Z [05-13|18:30:49.937] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0114700Z [05-13|18:30:49.937] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:55.0115031Z [05-13|18:30:49.937] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:55.0115355Z [05-13|18:30:49.937] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:55.0115498Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0115630Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0115761Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0115893Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0116031Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0116163Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0116355Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0116491Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0116625Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0117089Z [05-13|18:30:49.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0117587Z [05-13|18:30:49.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0118213Z [05-13|18:30:49.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0118364Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0118508Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0118643Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0118775Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0118961Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0119093Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0119225Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0119356Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0119491Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0119620Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0119751Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0119885Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0120015Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0120148Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0120287Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0120416Z [05-13|18:30:49.941] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0120749Z [05-13|18:30:49.941] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0121213Z [05-13|18:30:49.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0121575Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0122033Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0122375Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0122831Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0123160Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} +2026-05-13T18:30:55.0123626Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0124075Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0124402Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} +2026-05-13T18:30:55.0124921Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0125056Z [05-13|18:30:49.943] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0125432Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} +2026-05-13T18:30:55.0125887Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0126248Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} +2026-05-13T18:30:55.0126702Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0127191Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0127520Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} +2026-05-13T18:30:55.0127981Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0128429Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} +2026-05-13T18:30:55.0128893Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0129355Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0129574Z [05-13|18:30:49.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:55.0129719Z [05-13|18:30:50.039] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0129866Z [05-13|18:30:50.039] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0130078Z [05-13|18:30:50.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:55.0130220Z [05-13|18:30:50.039] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0130427Z [05-13|18:30:50.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} +2026-05-13T18:30:55.0130571Z [05-13|18:30:50.040] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0130740Z --- PASS: TestReplicationRequestWithoutFinalization (0.32s) +2026-05-13T18:30:55.0130862Z === RUN TestReplicationMalformedQuorumRound +2026-05-13T18:30:55.0131347Z [05-13|18:30:50.041] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0131825Z [05-13|18:30:50.041] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0132297Z [05-13|18:30:50.042] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0132771Z [05-13|18:30:50.043] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} +2026-05-13T18:30:55.0133040Z [05-13|18:30:50.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0133373Z [05-13|18:30:50.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0133635Z [05-13|18:30:50.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} +2026-05-13T18:30:55.0134099Z [05-13|18:30:50.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0134608Z [05-13|18:30:50.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0135138Z [05-13|18:30:50.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0135476Z [05-13|18:30:50.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0135810Z [05-13|18:30:50.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0136180Z [05-13|18:30:50.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0136322Z [05-13|18:30:50.048] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0136460Z [05-13|18:30:50.048] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0136592Z [05-13|18:30:50.048] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0136722Z [05-13|18:30:50.099] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0137047Z [05-13|18:30:50.100] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} +2026-05-13T18:30:55.0137508Z [05-13|18:30:50.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0137837Z [05-13|18:30:50.100] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} +2026-05-13T18:30:55.0138421Z [05-13|18:30:50.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0138770Z [05-13|18:30:50.100] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} +2026-05-13T18:30:55.0139229Z [05-13|18:30:50.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0139564Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} +2026-05-13T18:30:55.0140018Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0140348Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} +2026-05-13T18:30:55.0140804Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0141131Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} +2026-05-13T18:30:55.0141584Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} +2026-05-13T18:30:55.0141913Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} +2026-05-13T18:30:55.0142432Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} +2026-05-13T18:30:55.0142760Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} +2026-05-13T18:30:55.0143219Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} +2026-05-13T18:30:55.0143711Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0144185Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0144328Z [05-13|18:30:50.102] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0144463Z [05-13|18:30:50.102] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0144884Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} +2026-05-13T18:30:55.0145271Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} +2026-05-13T18:30:55.0145421Z [05-13|18:30:50.102] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0145875Z [05-13|18:30:50.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0146096Z [05-13|18:30:50.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0146233Z [05-13|18:30:50.102] INFO testutil/comm.go:78 Enqueuing message +2026-05-13T18:30:55.0146376Z [05-13|18:30:50.103] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0146521Z [05-13|18:30:50.103] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0146727Z [05-13|18:30:50.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0146867Z [05-13|18:30:50.103] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0147073Z [05-13|18:30:50.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} +2026-05-13T18:30:55.0147222Z --- PASS: TestReplicationMalformedQuorumRound (0.06s) +2026-05-13T18:30:55.0147435Z === RUN TestReplicationResendsFinalizedBlocksThatFailedVerification +2026-05-13T18:30:55.0147918Z [05-13|18:30:50.103] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} +2026-05-13T18:30:55.0148366Z [05-13|18:30:50.104] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "de9783f106d7540dd2c2..."} +2026-05-13T18:30:55.0148508Z [05-13|18:30:50.104] INFO Simplex/epoch.go:727 Shutting down node +2026-05-13T18:30:55.0148965Z [05-13|18:30:50.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} +2026-05-13T18:30:55.0149218Z --- PASS: TestReplicationResendsFinalizedBlocksThatFailedVerification (0.00s) +2026-05-13T18:30:55.0149309Z === RUN TestAsyncScheduler +2026-05-13T18:30:55.0149443Z === RUN TestAsyncScheduler/Executes_asynchronously +2026-05-13T18:30:55.0149582Z === RUN TestAsyncScheduler/Does_not_execute_when_closed +2026-05-13T18:30:55.0149679Z --- PASS: TestAsyncScheduler (0.00s) +2026-05-13T18:30:55.0149890Z --- PASS: TestAsyncScheduler/Executes_asynchronously (0.00s) +2026-05-13T18:30:55.0150120Z --- PASS: TestAsyncScheduler/Does_not_execute_when_closed (0.00s) +2026-05-13T18:30:55.0150241Z === RUN TestTimeoutHandlerRunsOnlyOnInterval +2026-05-13T18:30:55.0150383Z --- PASS: TestTimeoutHandlerRunsOnlyOnInterval (1.00s) +2026-05-13T18:30:55.0150562Z === RUN TestTimeoutHandler_AddThenRemoveTask +2026-05-13T18:30:55.0150690Z --- PASS: TestTimeoutHandler_AddThenRemoveTask (0.50s) +2026-05-13T18:30:55.0150834Z === RUN TestTimeoutHandler_MultipleTasksBatchAndPersist +2026-05-13T18:30:55.0151012Z --- PASS: TestTimeoutHandler_MultipleTasksBatchAndPersist (0.00s) +2026-05-13T18:30:55.0151151Z === RUN TestTimeoutHandler_AddDuplicateTaskIsIdempotent +2026-05-13T18:30:55.0151375Z --- PASS: TestTimeoutHandler_AddDuplicateTaskIsIdempotent (0.00s) +2026-05-13T18:30:55.0151480Z === RUN TestTimeoutHandler_RemoveOldTasks +2026-05-13T18:30:55.0151609Z --- PASS: TestTimeoutHandler_RemoveOldTasks (0.00s) +2026-05-13T18:30:55.0151718Z === RUN TestTimeoutHandler_CloseStopsRunner +2026-05-13T18:30:55.0151845Z --- PASS: TestTimeoutHandler_CloseStopsRunner (0.50s) +2026-05-13T18:30:55.0152066Z === RUN TestTimeoutHandler_BackToBackTicksUnderIntervalDontRun +2026-05-13T18:30:55.0152272Z --- PASS: TestTimeoutHandler_BackToBackTicksUnderIntervalDontRun (0.50s) +2026-05-13T18:30:55.0152372Z === RUN TestRetrieveFromStorage +2026-05-13T18:30:55.0152504Z === RUN TestRetrieveFromStorage/no_blocks_in_storage +2026-05-13T18:30:55.0152616Z === RUN TestRetrieveFromStorage/broken_storage +2026-05-13T18:30:55.0152776Z === RUN TestRetrieveFromStorage/normal_storage +2026-05-13T18:30:55.0152881Z --- PASS: TestRetrieveFromStorage (0.00s) +2026-05-13T18:30:55.0153104Z --- PASS: TestRetrieveFromStorage/no_blocks_in_storage (0.00s) +2026-05-13T18:30:55.0153303Z --- PASS: TestRetrieveFromStorage/broken_storage (0.00s) +2026-05-13T18:30:55.0153493Z --- PASS: TestRetrieveFromStorage/normal_storage (0.00s) +2026-05-13T18:30:55.0153573Z === RUN TestVerifyQC +2026-05-13T18:30:55.0153668Z === RUN TestVerifyQC/valid_finalization +2026-05-13T18:30:55.0153761Z === RUN TestVerifyQC/not_enough_signers +2026-05-13T18:30:55.0153863Z === RUN TestVerifyQC/signer_signed_twice +2026-05-13T18:30:55.0154009Z === RUN TestVerifyQC/quorum_certificate_not_in_finalization +2026-05-13T18:30:55.0154128Z === RUN TestVerifyQC/nodes_are_not_eligible_signers +2026-05-13T18:30:55.0154217Z === RUN TestVerifyQC/invalid_QC +2026-05-13T18:30:55.0154309Z --- PASS: TestVerifyQC (0.00s) +2026-05-13T18:30:55.0154473Z --- PASS: TestVerifyQC/valid_finalization (0.00s) +2026-05-13T18:30:55.0154633Z --- PASS: TestVerifyQC/not_enough_signers (0.00s) +2026-05-13T18:30:55.0154800Z --- PASS: TestVerifyQC/signer_signed_twice (0.00s) +2026-05-13T18:30:55.0155044Z --- PASS: TestVerifyQC/quorum_certificate_not_in_finalization (0.00s) +2026-05-13T18:30:55.0155246Z --- PASS: TestVerifyQC/nodes_are_not_eligible_signers (0.00s) +2026-05-13T18:30:55.0155387Z --- PASS: TestVerifyQC/invalid_QC (0.00s) +2026-05-13T18:30:55.0155482Z === RUN TestGetHighestQuorumRound +2026-05-13T18:30:55.0155760Z [05-13|18:30:52.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 5} +2026-05-13T18:30:55.0156032Z [05-13|18:30:52.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 5} +2026-05-13T18:30:55.0156188Z === RUN TestGetHighestQuorumRound/only_empty_notarization +2026-05-13T18:30:55.0156294Z === RUN TestGetHighestQuorumRound/nothing +2026-05-13T18:30:55.0156436Z === RUN TestGetHighestQuorumRound/round_with_finalization +2026-05-13T18:30:55.0156581Z === RUN TestGetHighestQuorumRound/round_with_notarization +2026-05-13T18:30:55.0156771Z === RUN TestGetHighestQuorumRound/higher_round_than_empty_notarization +2026-05-13T18:30:55.0156920Z === RUN TestGetHighestQuorumRound/higher_empty_notarization +2026-05-13T18:30:55.0157032Z --- PASS: TestGetHighestQuorumRound (0.00s) +2026-05-13T18:30:55.0157276Z --- PASS: TestGetHighestQuorumRound/only_empty_notarization (0.00s) +2026-05-13T18:30:55.0157455Z --- PASS: TestGetHighestQuorumRound/nothing (0.00s) +2026-05-13T18:30:55.0157696Z --- PASS: TestGetHighestQuorumRound/round_with_finalization (0.00s) +2026-05-13T18:30:55.0157929Z --- PASS: TestGetHighestQuorumRound/round_with_notarization (0.00s) +2026-05-13T18:30:55.0158476Z --- PASS: TestGetHighestQuorumRound/higher_round_than_empty_notarization (0.00s) +2026-05-13T18:30:55.0158805Z --- PASS: TestGetHighestQuorumRound/higher_empty_notarization (0.00s) +2026-05-13T18:30:55.0158900Z === RUN TestCompressSequences +2026-05-13T18:30:55.0159004Z === RUN TestCompressSequences/empty_input +2026-05-13T18:30:55.0159114Z === RUN TestCompressSequences/single_element +2026-05-13T18:30:55.0159301Z === RUN TestCompressSequences/all_consecutive +2026-05-13T18:30:55.0159432Z === RUN TestCompressSequences/no_consecutive_elements +2026-05-13T18:30:55.0159609Z === RUN TestCompressSequences/mixed_consecutive_and_non-consecutive +2026-05-13T18:30:55.0159715Z --- PASS: TestCompressSequences (0.00s) +2026-05-13T18:30:55.0159885Z --- PASS: TestCompressSequences/empty_input (0.00s) +2026-05-13T18:30:55.0160125Z --- PASS: TestCompressSequences/single_element (0.00s) +2026-05-13T18:30:55.0160311Z --- PASS: TestCompressSequences/all_consecutive (0.00s) +2026-05-13T18:30:55.0160535Z --- PASS: TestCompressSequences/no_consecutive_elements (0.00s) +2026-05-13T18:30:55.0160816Z --- PASS: TestCompressSequences/mixed_consecutive_and_non-consecutive (0.00s) +2026-05-13T18:30:55.0160918Z === RUN TestDistributeSequenceRequests +2026-05-13T18:30:55.0161118Z === RUN TestDistributeSequenceRequests/even_distribution +2026-05-13T18:30:55.0161270Z === RUN TestDistributeSequenceRequests/uneven_distribution +2026-05-13T18:30:55.0161430Z === RUN TestDistributeSequenceRequests/single_node_full_range +2026-05-13T18:30:55.0161629Z === RUN TestDistributeSequenceRequests/numNodes_greater_than_sequences +2026-05-13T18:30:55.0161770Z === RUN TestDistributeSequenceRequests/zero-length_range +2026-05-13T18:30:55.0161902Z === RUN TestDistributeSequenceRequests/start_>_end +2026-05-13T18:30:55.0162032Z === RUN TestDistributeSequenceRequests/zero_nodes +2026-05-13T18:30:55.0162155Z --- PASS: TestDistributeSequenceRequests (0.00s) +2026-05-13T18:30:55.0162395Z --- PASS: TestDistributeSequenceRequests/even_distribution (0.00s) +2026-05-13T18:30:55.0162637Z --- PASS: TestDistributeSequenceRequests/uneven_distribution (0.00s) +2026-05-13T18:30:55.0162896Z --- PASS: TestDistributeSequenceRequests/single_node_full_range (0.00s) +2026-05-13T18:30:55.0163192Z --- PASS: TestDistributeSequenceRequests/numNodes_greater_than_sequences (0.00s) +2026-05-13T18:30:55.0163434Z --- PASS: TestDistributeSequenceRequests/zero-length_range (0.00s) +2026-05-13T18:30:55.0163648Z --- PASS: TestDistributeSequenceRequests/start_>_end (0.00s) +2026-05-13T18:30:55.0163854Z --- PASS: TestDistributeSequenceRequests/zero_nodes (0.00s) +2026-05-13T18:30:55.0163945Z === RUN TestNotarizationTime +2026-05-13T18:30:55.0164050Z --- PASS: TestNotarizationTime (0.00s) +2026-05-13T18:30:55.0164138Z === RUN TestNodeIDsFromVotes +2026-05-13T18:30:55.0164233Z --- PASS: TestNodeIDsFromVotes (0.00s) +2026-05-13T18:30:55.0164321Z === RUN FuzzBlacklistFromBytes +2026-05-13T18:30:55.0164426Z --- PASS: FuzzBlacklistFromBytes (0.00s) +2026-05-13T18:30:55.0164515Z === RUN FuzzSuspectedNodes +2026-05-13T18:30:55.0164610Z --- PASS: FuzzSuspectedNodes (0.00s) +2026-05-13T18:30:55.0164704Z === RUN FuzzBlacklistUpdates +2026-05-13T18:30:55.0164800Z --- PASS: FuzzBlacklistUpdates (0.00s) +2026-05-13T18:30:55.0164879Z === RUN FuzzBlockRecord +2026-05-13T18:30:55.0164982Z --- PASS: FuzzBlockRecord (0.00s) +2026-05-13T18:30:55.0165069Z === RUN FuzzNotarizationRecord +2026-05-13T18:30:55.0165171Z --- PASS: FuzzNotarizationRecord (0.00s) +2026-05-13T18:30:55.0165249Z === RUN FuzzMetadata +2026-05-13T18:30:55.0165340Z --- PASS: FuzzMetadata (0.00s) +2026-05-13T18:30:55.0165443Z === RUN FuzzEpochInterleavingMessages +2026-05-13T18:30:55.0165565Z --- PASS: FuzzEpochInterleavingMessages (0.00s) +2026-05-13T18:30:55.0165632Z FAIL +2026-05-13T18:30:55.0165744Z FAIL github.com/ava-labs/simplex 208.564s +2026-05-13T18:30:55.0165839Z === RUN TestIdentifyBlockType +2026-05-13T18:30:55.0166041Z === RUN TestIdentifyBlockType/next_block_has_BlockValidationDescriptor +2026-05-13T18:30:55.0166377Z === RUN TestIdentifyBlockType/prev_is_zero-epoch_block_(epoch_1,_NextPChainReferenceHeight_0) +2026-05-13T18:30:55.0166605Z === RUN TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_matches_prevSeq +2026-05-13T18:30:55.0166893Z === RUN TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_does_not_match_prevSeq_(Telock) +2026-05-13T18:30:55.0167156Z === RUN TestIdentifyBlockType/same_epoch_with_non-zero_SealingBlockSeq_(Telock) +2026-05-13T18:30:55.0167386Z === RUN TestIdentifyBlockType/epoch_number_matches_prev_SealingBlockSeq_(NewEpoch) +2026-05-13T18:30:55.0167563Z === RUN TestIdentifyBlockType/normal_block_in_the_middle_of_an_epoch +2026-05-13T18:30:55.0167670Z --- PASS: TestIdentifyBlockType (0.00s) +2026-05-13T18:30:55.0168001Z --- PASS: TestIdentifyBlockType/next_block_has_BlockValidationDescriptor (0.00s) +2026-05-13T18:30:55.0168542Z --- PASS: TestIdentifyBlockType/prev_is_zero-epoch_block_(epoch_1,_NextPChainReferenceHeight_0) (0.00s) +2026-05-13T18:30:55.0168895Z --- PASS: TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_matches_prevSeq (0.00s) +2026-05-13T18:30:55.0169306Z --- PASS: TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_does_not_match_prevSeq_(Telock) (0.00s) +2026-05-13T18:30:55.0169700Z --- PASS: TestIdentifyBlockType/same_epoch_with_non-zero_SealingBlockSeq_(Telock) (0.00s) +2026-05-13T18:30:55.0170057Z --- PASS: TestIdentifyBlockType/epoch_number_matches_prev_SealingBlockSeq_(NewEpoch) (0.00s) +2026-05-13T18:30:55.0170345Z --- PASS: TestIdentifyBlockType/normal_block_in_the_middle_of_an_epoch (0.00s) +2026-05-13T18:30:55.0170457Z === RUN TestShouldBuildBlock_VMSignalsBlock +2026-05-13T18:30:55.0170589Z --- PASS: TestShouldBuildBlock_VMSignalsBlock (0.00s) +2026-05-13T18:30:55.0170710Z === RUN TestShouldBuildBlock_ContextCanceled +2026-05-13T18:30:55.0170843Z --- PASS: TestShouldBuildBlock_ContextCanceled (0.00s) +2026-05-13T18:30:55.0171044Z === RUN TestShouldBuildBlock_PChainHeightChangeTriggersEpochTransition +2026-05-13T18:30:55.0171289Z --- PASS: TestShouldBuildBlock_PChainHeightChangeTriggersEpochTransition (0.01s) +2026-05-13T18:30:55.0171477Z === RUN TestShouldBuildBlock_PChainHeightChangeButNoEpochTransition +2026-05-13T18:30:55.0171703Z --- PASS: TestShouldBuildBlock_PChainHeightChangeButNoEpochTransition (0.00s) +2026-05-13T18:30:55.0171855Z === RUN TestShouldBuildBlock_EpochTransitionWithVMBlock +2026-05-13T18:30:55.0172030Z --- PASS: TestShouldBuildBlock_EpochTransitionWithVMBlock (0.00s) +2026-05-13T18:30:55.0172187Z === RUN TestShouldBuildBlock_EpochTransitionWithoutVMBlock +2026-05-13T18:30:55.0172379Z --- PASS: TestShouldBuildBlock_EpochTransitionWithoutVMBlock (0.01s) +2026-05-13T18:30:55.0172538Z === RUN TestShouldBuildBlock_EpochTransitionContextCanceled +2026-05-13T18:30:55.0172724Z --- PASS: TestShouldBuildBlock_EpochTransitionContextCanceled (0.00s) +2026-05-13T18:30:55.0172822Z === RUN TestSimplexEpochInfoIsZero +2026-05-13T18:30:55.0172938Z --- PASS: TestSimplexEpochInfoIsZero (0.00s) +2026-05-13T18:30:55.0173036Z === RUN TestSimplexEpochInfoEqual +2026-05-13T18:30:55.0173174Z === RUN TestSimplexEpochInfoEqual/first_nil_second_nil +2026-05-13T18:30:55.0173327Z === RUN TestSimplexEpochInfoEqual/first_non-nil_second_nil +2026-05-13T18:30:55.0173541Z === RUN TestSimplexEpochInfoEqual/first_nil_second_non-nil_(via_nil_receiver) +2026-05-13T18:30:55.0173650Z === RUN TestSimplexEpochInfoEqual/both_zero +2026-05-13T18:30:55.0173795Z === RUN TestSimplexEpochInfoEqual/equal_with_all_fields +2026-05-13T18:30:55.0173972Z === RUN TestSimplexEpochInfoEqual/different_PChainReferenceHeight +2026-05-13T18:30:55.0174110Z === RUN TestSimplexEpochInfoEqual/different_EpochNumber +2026-05-13T18:30:55.0174285Z === RUN TestSimplexEpochInfoEqual/different_PrevSealingBlockHash +2026-05-13T18:30:55.0174477Z === RUN TestSimplexEpochInfoEqual/different_NextPChainReferenceHeight +2026-05-13T18:30:55.0174622Z === RUN TestSimplexEpochInfoEqual/different_PrevVMBlockSeq +2026-05-13T18:30:55.0174770Z === RUN TestSimplexEpochInfoEqual/different_SealingBlockSeq +2026-05-13T18:30:55.0175035Z === RUN TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_equal +2026-05-13T18:30:55.0175240Z === RUN TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_different +2026-05-13T18:30:55.0175406Z === RUN TestSimplexEpochInfoEqual/with_NextEpochApprovals_equal +2026-05-13T18:30:55.0175587Z === RUN TestSimplexEpochInfoEqual/with_NextEpochApprovals_different +2026-05-13T18:30:55.0175751Z --- PASS: TestSimplexEpochInfoEqual (0.00s) +2026-05-13T18:30:55.0175977Z --- PASS: TestSimplexEpochInfoEqual/first_nil_second_nil (0.00s) +2026-05-13T18:30:55.0176224Z --- PASS: TestSimplexEpochInfoEqual/first_non-nil_second_nil (0.00s) +2026-05-13T18:30:55.0176597Z --- PASS: TestSimplexEpochInfoEqual/first_nil_second_non-nil_(via_nil_receiver) (0.00s) +2026-05-13T18:30:55.0176781Z --- PASS: TestSimplexEpochInfoEqual/both_zero (0.00s) +2026-05-13T18:30:55.0177008Z --- PASS: TestSimplexEpochInfoEqual/equal_with_all_fields (0.00s) +2026-05-13T18:30:55.0177288Z --- PASS: TestSimplexEpochInfoEqual/different_PChainReferenceHeight (0.00s) +2026-05-13T18:30:55.0177513Z --- PASS: TestSimplexEpochInfoEqual/different_EpochNumber (0.00s) +2026-05-13T18:30:55.0177822Z --- PASS: TestSimplexEpochInfoEqual/different_PrevSealingBlockHash (0.00s) +2026-05-13T18:30:55.0178246Z --- PASS: TestSimplexEpochInfoEqual/different_NextPChainReferenceHeight (0.00s) +2026-05-13T18:30:55.0178491Z --- PASS: TestSimplexEpochInfoEqual/different_PrevVMBlockSeq (0.00s) +2026-05-13T18:30:55.0178737Z --- PASS: TestSimplexEpochInfoEqual/different_SealingBlockSeq (0.00s) +2026-05-13T18:30:55.0179041Z --- PASS: TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_equal (0.00s) +2026-05-13T18:30:55.0179357Z --- PASS: TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_different (0.00s) +2026-05-13T18:30:55.0179620Z --- PASS: TestSimplexEpochInfoEqual/with_NextEpochApprovals_equal (0.00s) +2026-05-13T18:30:55.0179906Z --- PASS: TestSimplexEpochInfoEqual/with_NextEpochApprovals_different (0.00s) +2026-05-13T18:30:55.0180003Z === RUN TestNodeBLSMappingEquals +2026-05-13T18:30:55.0180117Z === RUN TestNodeBLSMappingEquals/both_zero +2026-05-13T18:30:55.0180248Z === RUN TestNodeBLSMappingEquals/equal_with_values +2026-05-13T18:30:55.0180371Z === RUN TestNodeBLSMappingEquals/different_NodeID +2026-05-13T18:30:55.0180489Z === RUN TestNodeBLSMappingEquals/different_BLSKey +2026-05-13T18:30:55.0180605Z === RUN TestNodeBLSMappingEquals/different_Weight +2026-05-13T18:30:55.0180717Z --- PASS: TestNodeBLSMappingEquals (0.00s) +2026-05-13T18:30:55.0180899Z --- PASS: TestNodeBLSMappingEquals/both_zero (0.00s) +2026-05-13T18:30:55.0181105Z --- PASS: TestNodeBLSMappingEquals/equal_with_values (0.00s) +2026-05-13T18:30:55.0181317Z --- PASS: TestNodeBLSMappingEquals/different_NodeID (0.00s) +2026-05-13T18:30:55.0181517Z --- PASS: TestNodeBLSMappingEquals/different_BLSKey (0.00s) +2026-05-13T18:30:55.0181713Z --- PASS: TestNodeBLSMappingEquals/different_Weight (0.00s) +2026-05-13T18:30:55.0181834Z === RUN TestBlockValidationDescriptorEquals +2026-05-13T18:30:55.0181972Z === RUN TestBlockValidationDescriptorEquals/both_nil +2026-05-13T18:30:55.0182166Z === RUN TestBlockValidationDescriptorEquals/first_nil_second_non-nil +2026-05-13T18:30:55.0182356Z === RUN TestBlockValidationDescriptorEquals/first_non-nil_second_nil +2026-05-13T18:30:55.0182512Z === RUN TestBlockValidationDescriptorEquals/equal_members +2026-05-13T18:30:55.0182671Z === RUN TestBlockValidationDescriptorEquals/different_members +2026-05-13T18:30:55.0182812Z --- PASS: TestBlockValidationDescriptorEquals (0.00s) +2026-05-13T18:30:55.0183042Z --- PASS: TestBlockValidationDescriptorEquals/both_nil (0.00s) +2026-05-13T18:30:55.0183334Z --- PASS: TestBlockValidationDescriptorEquals/first_nil_second_non-nil (0.00s) +2026-05-13T18:30:55.0183623Z --- PASS: TestBlockValidationDescriptorEquals/first_non-nil_second_nil (0.00s) +2026-05-13T18:30:55.0183871Z --- PASS: TestBlockValidationDescriptorEquals/equal_members (0.00s) +2026-05-13T18:30:55.0184200Z --- PASS: TestBlockValidationDescriptorEquals/different_members (0.00s) +2026-05-13T18:30:55.0184302Z === RUN TestAggregatedMembershipEquals +2026-05-13T18:30:55.0184432Z === RUN TestAggregatedMembershipEquals/both_empty +2026-05-13T18:30:55.0187635Z === RUN TestAggregatedMembershipEquals/different_lengths +2026-05-13T18:30:55.0187890Z === RUN TestAggregatedMembershipEquals/equal +2026-05-13T18:30:55.0188026Z === RUN TestAggregatedMembershipEquals/different +2026-05-13T18:30:55.0188346Z --- PASS: TestAggregatedMembershipEquals (0.00s) +2026-05-13T18:30:55.0188573Z --- PASS: TestAggregatedMembershipEquals/both_empty (0.00s) +2026-05-13T18:30:55.0188819Z --- PASS: TestAggregatedMembershipEquals/different_lengths (0.00s) +2026-05-13T18:30:55.0189081Z --- PASS: TestAggregatedMembershipEquals/equal (0.00s) +2026-05-13T18:30:55.0189293Z --- PASS: TestAggregatedMembershipEquals/different (0.00s) +2026-05-13T18:30:55.0189400Z === RUN TestNextEpochApprovalsEquals +2026-05-13T18:30:55.0189526Z === RUN TestNextEpochApprovalsEquals/both_nil +2026-05-13T18:30:55.0189690Z === RUN TestNextEpochApprovalsEquals/first_nil_second_non-nil +2026-05-13T18:30:55.0189898Z === RUN TestNextEpochApprovalsEquals/first_non-nil_second_nil +2026-05-13T18:30:55.0190015Z === RUN TestNextEpochApprovalsEquals/equal +2026-05-13T18:30:55.0190164Z === RUN TestNextEpochApprovalsEquals/different_NodeIDs +2026-05-13T18:30:55.0190308Z === RUN TestNextEpochApprovalsEquals/different_Signature +2026-05-13T18:30:55.0190427Z --- PASS: TestNextEpochApprovalsEquals (0.00s) +2026-05-13T18:30:55.0190627Z --- PASS: TestNextEpochApprovalsEquals/both_nil (0.00s) +2026-05-13T18:30:55.0190892Z --- PASS: TestNextEpochApprovalsEquals/first_nil_second_non-nil (0.00s) +2026-05-13T18:30:55.0191149Z --- PASS: TestNextEpochApprovalsEquals/first_non-nil_second_nil (0.00s) +2026-05-13T18:30:55.0191335Z --- PASS: TestNextEpochApprovalsEquals/equal (0.00s) +2026-05-13T18:30:55.0191566Z --- PASS: TestNextEpochApprovalsEquals/different_NodeIDs (0.00s) +2026-05-13T18:30:55.0191803Z --- PASS: TestNextEpochApprovalsEquals/different_Signature (0.00s) +2026-05-13T18:30:55.0191907Z === RUN TestNodeBLSMappingsCompare +2026-05-13T18:30:55.0192022Z === RUN TestNodeBLSMappingsCompare/both_nil +2026-05-13T18:30:55.0192156Z === RUN TestNodeBLSMappingsCompare/different_lengths +2026-05-13T18:30:55.0192286Z === RUN TestNodeBLSMappingsCompare/equal_same_order +2026-05-13T18:30:55.0192432Z === RUN TestNodeBLSMappingsCompare/equal_different_order +2026-05-13T18:30:55.0192557Z === RUN TestNodeBLSMappingsCompare/different_values +2026-05-13T18:30:55.0192668Z --- PASS: TestNodeBLSMappingsCompare (0.00s) +2026-05-13T18:30:55.0192859Z --- PASS: TestNodeBLSMappingsCompare/both_nil (0.00s) +2026-05-13T18:30:55.0193083Z --- PASS: TestNodeBLSMappingsCompare/different_lengths (0.00s) +2026-05-13T18:30:55.0193295Z --- PASS: TestNodeBLSMappingsCompare/equal_same_order (0.00s) +2026-05-13T18:30:55.0193534Z --- PASS: TestNodeBLSMappingsCompare/equal_different_order (0.00s) +2026-05-13T18:30:55.0193744Z --- PASS: TestNodeBLSMappingsCompare/different_values (0.00s) +2026-05-13T18:30:55.0193850Z === RUN TestValidatorSetApprovalsFilter +2026-05-13T18:30:55.0193979Z --- PASS: TestValidatorSetApprovalsFilter (0.00s) +2026-05-13T18:30:55.0194066Z === RUN TestFakeNode +2026-05-13T18:30:55.0194399Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 0 +2026-05-13T18:30:55.0194631Z fake_node_test.go:324: Finalized block at height 1 with epoch 1 +2026-05-13T18:30:55.0194864Z fake_node_test.go:329: Trimmed notarized blocks, new length: 1 +2026-05-13T18:30:55.0195155Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0195378Z fake_node_test.go:324: Finalized block at height 2 with epoch 1 +2026-05-13T18:30:55.0195661Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0195943Z fake_node_test.go:324: Finalized block at height 3 with epoch 1 +2026-05-13T18:30:55.0196221Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0196445Z fake_node_test.go:324: Finalized block at height 4 with epoch 1 +2026-05-13T18:30:55.0196722Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0196993Z fake_node_test.go:324: Finalized block at height 5 with epoch 1 +2026-05-13T18:30:55.0197272Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0197488Z fake_node_test.go:324: Finalized block at height 6 with epoch 1 +2026-05-13T18:30:55.0197801Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0198020Z fake_node_test.go:324: Finalized block at height 7 with epoch 1 +2026-05-13T18:30:55.0198433Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0198654Z fake_node_test.go:324: Finalized block at height 8 with epoch 1 +2026-05-13T18:30:55.0198928Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0199208Z fake_node_test.go:324: Finalized block at height 9 with epoch 1 +2026-05-13T18:30:55.0199490Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0199719Z fake_node_test.go:324: Finalized block at height 10 with epoch 1 +2026-05-13T18:30:55.0199998Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0200218Z fake_node_test.go:324: Finalized block at height 11 with epoch 1 +2026-05-13T18:30:55.0200496Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0200722Z fake_node_test.go:324: Finalized block at height 12 with epoch 1 +2026-05-13T18:30:55.0200999Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0201220Z fake_node_test.go:324: Finalized block at height 13 with epoch 1 +2026-05-13T18:30:55.0201498Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0201722Z fake_node_test.go:324: Finalized block at height 14 with epoch 1 +2026-05-13T18:30:55.0201999Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0202221Z fake_node_test.go:324: Finalized block at height 15 with epoch 1 +2026-05-13T18:30:55.0202501Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0202719Z fake_node_test.go:324: Finalized block at height 16 with epoch 1 +2026-05-13T18:30:55.0202994Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0203219Z fake_node_test.go:324: Finalized block at height 17 with epoch 1 +2026-05-13T18:30:55.0203441Z fake_node_test.go:329: Trimmed notarized blocks, new length: 17 +2026-05-13T18:30:55.0203716Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0203852Z fake_node_test.go:60: Epoch: 17 +2026-05-13T18:30:55.0204081Z fake_node_test.go:324: Finalized block at height 18 with epoch 17 +2026-05-13T18:30:55.0204376Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 +2026-05-13T18:30:55.0204610Z fake_node_test.go:324: Finalized block at height 19 with epoch 17 +2026-05-13T18:30:55.0204895Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 +2026-05-13T18:30:55.0205199Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 17 +2026-05-13T18:30:55.0205426Z fake_node_test.go:324: Finalized block at height 20 with epoch 17 +2026-05-13T18:30:55.0205655Z fake_node_test.go:324: Finalized block at height 21 with epoch 17 +2026-05-13T18:30:55.0205998Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 +2026-05-13T18:30:55.0206219Z fake_node_test.go:324: Finalized block at height 22 with epoch 17 +2026-05-13T18:30:55.0206505Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 +2026-05-13T18:30:55.0206726Z fake_node_test.go:324: Finalized block at height 23 with epoch 17 +2026-05-13T18:30:55.0207034Z fake_node_test.go:329: Trimmed notarized blocks, new length: 23 +2026-05-13T18:30:55.0207319Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 +2026-05-13T18:30:55.0207446Z fake_node_test.go:81: Epoch: 23 +2026-05-13T18:30:55.0207539Z --- PASS: TestFakeNode (0.04s) +2026-05-13T18:30:55.0207644Z === RUN TestFakeNodeEmptyMempool +2026-05-13T18:30:55.0208000Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 0 +2026-05-13T18:30:55.0208419Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 1 +2026-05-13T18:30:55.0208641Z fake_node_test.go:324: Finalized block at height 1 with epoch 1 +2026-05-13T18:30:55.0208866Z fake_node_test.go:329: Trimmed notarized blocks, new length: 1 +2026-05-13T18:30:55.0209206Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0209428Z fake_node_test.go:324: Finalized block at height 2 with epoch 1 +2026-05-13T18:30:55.0209717Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0209934Z fake_node_test.go:324: Finalized block at height 3 with epoch 1 +2026-05-13T18:30:55.0210213Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0210435Z fake_node_test.go:324: Finalized block at height 4 with epoch 1 +2026-05-13T18:30:55.0210713Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0210928Z fake_node_test.go:324: Finalized block at height 5 with epoch 1 +2026-05-13T18:30:55.0211209Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0211502Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 1 +2026-05-13T18:30:55.0211719Z fake_node_test.go:324: Finalized block at height 6 with epoch 1 +2026-05-13T18:30:55.0211944Z fake_node_test.go:324: Finalized block at height 7 with epoch 1 +2026-05-13T18:30:55.0212222Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0212436Z fake_node_test.go:324: Finalized block at height 8 with epoch 1 +2026-05-13T18:30:55.0212710Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0212937Z fake_node_test.go:324: Finalized block at height 9 with epoch 1 +2026-05-13T18:30:55.0213217Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0213441Z fake_node_test.go:324: Finalized block at height 10 with epoch 1 +2026-05-13T18:30:55.0213724Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0213950Z fake_node_test.go:324: Finalized block at height 11 with epoch 1 +2026-05-13T18:30:55.0214227Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0214453Z fake_node_test.go:324: Finalized block at height 12 with epoch 1 +2026-05-13T18:30:55.0214729Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0214947Z fake_node_test.go:324: Finalized block at height 13 with epoch 1 +2026-05-13T18:30:55.0215172Z fake_node_test.go:329: Trimmed notarized blocks, new length: 13 +2026-05-13T18:30:55.0215451Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 +2026-05-13T18:30:55.0215750Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 +2026-05-13T18:30:55.0216116Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 +2026-05-13T18:30:55.0216343Z fake_node_test.go:324: Finalized block at height 14 with epoch 13 +2026-05-13T18:30:55.0216472Z fake_node_test.go:141: Epoch: 13 +2026-05-13T18:30:55.0216697Z fake_node_test.go:324: Finalized block at height 15 with epoch 13 +2026-05-13T18:30:55.0216979Z fake_node_test.go:324: Finalized block at height 16 with epoch 13 +2026-05-13T18:30:55.0217262Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 13 +2026-05-13T18:30:55.0217561Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 +2026-05-13T18:30:55.0217787Z fake_node_test.go:324: Finalized block at height 17 with epoch 13 +2026-05-13T18:30:55.0218255Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 +2026-05-13T18:30:55.0218557Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 +2026-05-13T18:30:55.0218857Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 +2026-05-13T18:30:55.0219079Z fake_node_test.go:324: Finalized block at height 18 with epoch 13 +2026-05-13T18:30:55.0219352Z fake_node_test.go:324: Finalized block at height 19 with epoch 13 +2026-05-13T18:30:55.0219576Z fake_node_test.go:329: Trimmed notarized blocks, new length: 19 +2026-05-13T18:30:55.0219867Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 13 +2026-05-13T18:30:55.0220160Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0220387Z fake_node_test.go:324: Finalized block at height 20 with epoch 19 +2026-05-13T18:30:55.0220686Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0220981Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0221205Z fake_node_test.go:324: Finalized block at height 21 with epoch 19 +2026-05-13T18:30:55.0221533Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0221829Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0222124Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0222353Z fake_node_test.go:324: Finalized block at height 22 with epoch 19 +2026-05-13T18:30:55.0222647Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0222940Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0223167Z fake_node_test.go:324: Finalized block at height 23 with epoch 19 +2026-05-13T18:30:55.0223389Z fake_node_test.go:324: Finalized block at height 24 with epoch 19 +2026-05-13T18:30:55.0223611Z fake_node_test.go:324: Finalized block at height 25 with epoch 19 +2026-05-13T18:30:55.0223839Z fake_node_test.go:324: Finalized block at height 26 with epoch 19 +2026-05-13T18:30:55.0224058Z fake_node_test.go:324: Finalized block at height 27 with epoch 19 +2026-05-13T18:30:55.0224281Z fake_node_test.go:324: Finalized block at height 28 with epoch 19 +2026-05-13T18:30:55.0224566Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 19 +2026-05-13T18:30:55.0224864Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 +2026-05-13T18:30:55.0225087Z fake_node_test.go:324: Finalized block at height 29 with epoch 19 +2026-05-13T18:30:55.0225313Z fake_node_test.go:324: Finalized block at height 30 with epoch 19 +2026-05-13T18:30:55.0225438Z fake_node_test.go:163: Epoch: 19 +2026-05-13T18:30:55.0225553Z --- PASS: TestFakeNodeEmptyMempool (0.15s) +2026-05-13T18:30:55.0225629Z === RUN TestSafeAdd +2026-05-13T18:30:55.0225722Z === RUN TestSafeAdd/zero_plus_zero +2026-05-13T18:30:55.0225883Z === RUN TestSafeAdd/normal_addition +2026-05-13T18:30:55.0225979Z === RUN TestSafeAdd/max_uint64_plus_zero +2026-05-13T18:30:55.0226078Z === RUN TestSafeAdd/zero_plus_max_uint64 +2026-05-13T18:30:55.0226168Z === RUN TestSafeAdd/overflow_by_one +2026-05-13T18:30:55.0226265Z === RUN TestSafeAdd/overflow_both_large +2026-05-13T18:30:55.0226388Z === RUN TestSafeAdd/max_uint64_boundary_no_overflow +2026-05-13T18:30:55.0226533Z --- PASS: TestSafeAdd (0.00s) +2026-05-13T18:30:55.0226687Z --- PASS: TestSafeAdd/zero_plus_zero (0.00s) +2026-05-13T18:30:55.0226840Z --- PASS: TestSafeAdd/normal_addition (0.00s) +2026-05-13T18:30:55.0227012Z --- PASS: TestSafeAdd/max_uint64_plus_zero (0.00s) +2026-05-13T18:30:55.0227172Z --- PASS: TestSafeAdd/zero_plus_max_uint64 (0.00s) +2026-05-13T18:30:55.0227358Z --- PASS: TestSafeAdd/overflow_by_one (0.00s) +2026-05-13T18:30:55.0227529Z --- PASS: TestSafeAdd/overflow_both_large (0.00s) +2026-05-13T18:30:55.0227735Z --- PASS: TestSafeAdd/max_uint64_boundary_no_overflow (0.00s) +2026-05-13T18:30:55.0227813Z === RUN TestBitmask +2026-05-13T18:30:55.0227901Z === RUN TestBitmask/empty_bitmask +2026-05-13T18:30:55.0228012Z === RUN TestBitmask/from_bytes_and_Contains +2026-05-13T18:30:55.0228270Z === RUN TestBitmask/Add +2026-05-13T18:30:55.0228370Z === RUN TestBitmask/Bytes_round-trip +2026-05-13T18:30:55.0228464Z === RUN TestBitmask/Difference +2026-05-13T18:30:55.0228569Z === RUN TestBitmask/Len_with_multiple_bytes +2026-05-13T18:30:55.0228693Z === RUN TestBitmask/Clone_produces_independent_copy +2026-05-13T18:30:55.0228784Z --- PASS: TestBitmask (0.00s) +2026-05-13T18:30:55.0228931Z --- PASS: TestBitmask/empty_bitmask (0.00s) +2026-05-13T18:30:55.0229108Z --- PASS: TestBitmask/from_bytes_and_Contains (0.00s) +2026-05-13T18:30:55.0229228Z --- PASS: TestBitmask/Add (0.00s) +2026-05-13T18:30:55.0229388Z --- PASS: TestBitmask/Bytes_round-trip (0.00s) +2026-05-13T18:30:55.0229524Z --- PASS: TestBitmask/Difference (0.00s) +2026-05-13T18:30:55.0229696Z --- PASS: TestBitmask/Len_with_multiple_bytes (0.00s) +2026-05-13T18:30:55.0229907Z --- PASS: TestBitmask/Clone_produces_independent_copy (0.00s) +2026-05-13T18:30:55.0230032Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis +2026-05-13T18:30:55.0230223Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/correct_information +2026-05-13T18:30:55.0230439Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/verifying_a_genesis_block +2026-05-13T18:30:55.0230652Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/previous_block_not_found +2026-05-13T18:30:55.0230859Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/parent_has_no_inner_block +2026-05-13T18:30:55.0231041Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/wrong_epoch_number +2026-05-13T18:30:55.0231278Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_too_big +2026-05-13T18:30:55.0231522Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_smaller_than_parent +2026-05-13T18:30:55.0231755Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/nil_BlockValidationDescriptor +2026-05-13T18:30:55.0231948Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/membership_mismatch +2026-05-13T18:30:55.0232157Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/SimplexEpochInfo_mismatch +2026-05-13T18:30:55.0232318Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis (0.01s) +2026-05-13T18:30:55.0232623Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/correct_information (0.00s) +2026-05-13T18:30:55.0232942Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/verifying_a_genesis_block (0.00s) +2026-05-13T18:30:55.0233253Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/previous_block_not_found (0.00s) +2026-05-13T18:30:55.0233572Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/parent_has_no_inner_block (0.00s) +2026-05-13T18:30:55.0233860Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/wrong_epoch_number (0.00s) +2026-05-13T18:30:55.0234164Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_too_big (0.00s) +2026-05-13T18:30:55.0234598Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_smaller_than_parent (0.00s) +2026-05-13T18:30:55.0234944Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/nil_BlockValidationDescriptor (0.00s) +2026-05-13T18:30:55.0235238Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/membership_mismatch (0.00s) +2026-05-13T18:30:55.0235616Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/SimplexEpochInfo_mismatch (0.00s) +2026-05-13T18:30:55.0235767Z === RUN TestMSMFirstSimplexBlockAfterPreSimplexBlocks +2026-05-13T18:30:55.0235950Z --- PASS: TestMSMFirstSimplexBlockAfterPreSimplexBlocks (0.00s) +2026-05-13T18:30:55.0236035Z === RUN TestMSMNormalOp +2026-05-13T18:30:55.0236153Z === RUN TestMSMNormalOp/correct_information +2026-05-13T18:30:55.0236331Z === RUN TestMSMNormalOp/validator_set_change_detected +2026-05-13T18:30:55.0236428Z --- PASS: TestMSMNormalOp (0.00s) +2026-05-13T18:30:55.0236614Z --- PASS: TestMSMNormalOp/correct_information (0.00s) +2026-05-13T18:30:55.0236835Z --- PASS: TestMSMNormalOp/validator_set_change_detected (0.00s) +2026-05-13T18:30:55.0236932Z === RUN TestMSMFullEpochLifecycle +2026-05-13T18:30:55.0237096Z === RUN TestMSMFullEpochLifecycle/building_on_top_of_genesis +2026-05-13T18:30:55.0237533Z === RUN TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_not_finalized_yet +2026-05-13T18:30:55.0237914Z === RUN TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_immediately_finalized +2026-05-13T18:30:55.0238397Z === RUN TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks +2026-05-13T18:30:55.0238913Z === RUN TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_not_finalized_yet +2026-05-13T18:30:55.0239424Z === RUN TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_immediately_finalized +2026-05-13T18:30:55.0239543Z --- PASS: TestMSMFullEpochLifecycle (0.01s) +2026-05-13T18:30:55.0239796Z --- PASS: TestMSMFullEpochLifecycle/building_on_top_of_genesis (0.00s) +2026-05-13T18:30:55.0240429Z --- PASS: TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_not_finalized_yet (0.00s) +2026-05-13T18:30:55.0241073Z --- PASS: TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_immediately_finalized (0.00s) +2026-05-13T18:30:55.0241417Z --- PASS: TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks (0.00s) +2026-05-13T18:30:55.0242238Z --- PASS: TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_not_finalized_yet (0.00s) +2026-05-13T18:30:55.0243078Z --- PASS: TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_immediately_finalized (0.00s) +2026-05-13T18:30:55.0243174Z === RUN TestIdentifyCurrentState +2026-05-13T18:30:55.0243339Z === RUN TestIdentifyCurrentState/epoch_0_is_first_simplex_block +2026-05-13T18:30:55.0243547Z === RUN TestIdentifyCurrentState/no_next_p-chain_ref_height_means_normal_op +2026-05-13T18:30:55.0243746Z === RUN TestIdentifyCurrentState/has_sealing_block_seq_means_epoch_sealed +2026-05-13T18:30:55.0243987Z === RUN TestIdentifyCurrentState/has_block_validation_descriptor_means_epoch_sealed +2026-05-13T18:30:55.0244302Z === RUN TestIdentifyCurrentState/next_p-chain_ref_height_>_0_without_sealing_means_collecting_approvals +2026-05-13T18:30:55.0244420Z --- PASS: TestIdentifyCurrentState (0.00s) +2026-05-13T18:30:55.0244686Z --- PASS: TestIdentifyCurrentState/epoch_0_is_first_simplex_block (0.00s) +2026-05-13T18:30:55.0245001Z --- PASS: TestIdentifyCurrentState/no_next_p-chain_ref_height_means_normal_op (0.00s) +2026-05-13T18:30:55.0245307Z --- PASS: TestIdentifyCurrentState/has_sealing_block_seq_means_epoch_sealed (0.00s) +2026-05-13T18:30:55.0245731Z --- PASS: TestIdentifyCurrentState/has_block_validation_descriptor_means_epoch_sealed (0.00s) +2026-05-13T18:30:55.0246176Z --- PASS: TestIdentifyCurrentState/next_p-chain_ref_height_>_0_without_sealing_means_collecting_approvals (0.00s) +2026-05-13T18:30:55.0246407Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock +2026-05-13T18:30:55.0246774Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_nil_approvals +2026-05-13T18:30:55.0247088Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_superset_of_prev +2026-05-13T18:30:55.0247371Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_equals_prev +2026-05-13T18:30:55.0247779Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_missing_a_signer_from_prev +2026-05-13T18:30:55.0248307Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_approvals_but_next_has_nil_approvals +2026-05-13T18:30:55.0248577Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock (0.00s) +2026-05-13T18:30:55.0249073Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_nil_approvals (0.00s) +2026-05-13T18:30:55.0249524Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_superset_of_prev (0.00s) +2026-05-13T18:30:55.0249938Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_equals_prev (0.00s) +2026-05-13T18:30:55.0250429Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_missing_a_signer_from_prev (0.00s) +2026-05-13T18:30:55.0250971Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_approvals_but_next_has_nil_approvals (0.00s) +2026-05-13T18:30:55.0251079Z === RUN TestComputePrevVMBlockSeq +2026-05-13T18:30:55.0251237Z === RUN TestComputePrevVMBlockSeq/parent_has_no_inner_block +2026-05-13T18:30:55.0251385Z === RUN TestComputePrevVMBlockSeq/parent_has_inner_block +2026-05-13T18:30:55.0251498Z --- PASS: TestComputePrevVMBlockSeq (0.00s) +2026-05-13T18:30:55.0251756Z --- PASS: TestComputePrevVMBlockSeq/parent_has_no_inner_block (0.00s) +2026-05-13T18:30:55.0251993Z --- PASS: TestComputePrevVMBlockSeq/parent_has_inner_block (0.00s) +2026-05-13T18:30:55.0252085Z === RUN TestSanitizeApprovals +2026-05-13T18:30:55.0252232Z === RUN TestSanitizeApprovals/filters_by_p-chain_height +2026-05-13T18:30:55.0252380Z === RUN TestSanitizeApprovals/filters_out_already_approved +2026-05-13T18:30:55.0252558Z === RUN TestSanitizeApprovals/filters_out_nodes_not_in_validator_set +2026-05-13T18:30:55.0252698Z === RUN TestSanitizeApprovals/deduplicates_by_node_ID +2026-05-13T18:30:55.0252800Z --- PASS: TestSanitizeApprovals (0.00s) +2026-05-13T18:30:55.0253027Z --- PASS: TestSanitizeApprovals/filters_by_p-chain_height (0.00s) +2026-05-13T18:30:55.0253269Z --- PASS: TestSanitizeApprovals/filters_out_already_approved (0.00s) +2026-05-13T18:30:55.0253559Z --- PASS: TestSanitizeApprovals/filters_out_nodes_not_in_validator_set (0.00s) +2026-05-13T18:30:55.0253785Z --- PASS: TestSanitizeApprovals/deduplicates_by_node_ID (0.00s) +2026-05-13T18:30:55.0253925Z === RUN TestComputeNewApproverSignaturesAndSigners +2026-05-13T18:30:55.0254324Z === RUN TestComputeNewApproverSignaturesAndSigners/duplicate_peer_with_already-approved_node_does_not_double-aggregate +2026-05-13T18:30:55.0254507Z === RUN TestComputeNewApproverSignaturesAndSigners/nil_approvals +2026-05-13T18:30:55.0254750Z === RUN TestComputeNewApproverSignaturesAndSigners/new_approvals_with_no_previous +2026-05-13T18:30:55.0255000Z === RUN TestComputeNewApproverSignaturesAndSigners/new_approvals_added_to_existing +2026-05-13T18:30:55.0255282Z === RUN TestComputeNewApproverSignaturesAndSigners/no_new_approvals_with_existing_signature +2026-05-13T18:30:55.0255545Z === RUN TestComputeNewApproverSignaturesAndSigners/peer_not_in_validator_set_is_skipped +2026-05-13T18:30:55.0255873Z === RUN TestComputeNewApproverSignaturesAndSigners/aggregation_error_propagated +2026-05-13T18:30:55.0256041Z --- PASS: TestComputeNewApproverSignaturesAndSigners (0.00s) +2026-05-13T18:30:55.0256578Z --- PASS: TestComputeNewApproverSignaturesAndSigners/duplicate_peer_with_already-approved_node_does_not_double-aggregate (0.00s) +2026-05-13T18:30:55.0256924Z --- PASS: TestComputeNewApproverSignaturesAndSigners/nil_approvals (0.00s) +2026-05-13T18:30:55.0257285Z --- PASS: TestComputeNewApproverSignaturesAndSigners/new_approvals_with_no_previous (0.00s) +2026-05-13T18:30:55.0257650Z --- PASS: TestComputeNewApproverSignaturesAndSigners/new_approvals_added_to_existing (0.00s) +2026-05-13T18:30:55.0258236Z --- PASS: TestComputeNewApproverSignaturesAndSigners/no_new_approvals_with_existing_signature (0.00s) +2026-05-13T18:30:55.0258632Z --- PASS: TestComputeNewApproverSignaturesAndSigners/peer_not_in_validator_set_is_skipped (0.00s) +2026-05-13T18:30:55.0258987Z --- PASS: TestComputeNewApproverSignaturesAndSigners/aggregation_error_propagated (0.00s) +2026-05-13T18:30:55.0259055Z PASS +2026-05-13T18:30:55.0259164Z ok github.com/ava-labs/simplex/msm 1.272s +2026-05-13T18:30:55.0259351Z ? github.com/ava-labs/simplex/record [no test files] +2026-05-13T18:30:55.0259431Z === RUN TestSilence +2026-05-13T18:30:55.0259599Z [05-13|18:27:24.080] INFO testutil/logger_test.go:35 Info message +2026-05-13T18:30:55.0259687Z --- PASS: TestSilence (0.00s) +2026-05-13T18:30:55.0259748Z PASS +2026-05-13T18:30:55.0259870Z ok github.com/ava-labs/simplex/testutil 1.016s +2026-05-13T18:30:55.0260047Z ? github.com/ava-labs/simplex/testutil/long_running [no test files] +2026-05-13T18:30:55.0260130Z === RUN TestFileLogging +2026-05-13T18:30:55.0260339Z [05-13|18:27:25.572] INFO random_network/logging_test.go:25 Test network log message +2026-05-13T18:30:55.0260441Z --- PASS: TestFileLogging (0.00s) +2026-05-13T18:30:55.0260534Z === RUN TestLogDirectoryClearing +2026-05-13T18:30:55.0260709Z [05-13|18:27:25.574] INFO random_network/logging_test.go:77 New log message +2026-05-13T18:30:55.0260825Z --- PASS: TestLogDirectoryClearing (0.00s) +2026-05-13T18:30:55.0260918Z === RUN TestConsoleOnlyLogging +2026-05-13T18:30:55.0261117Z [05-13|18:27:25.574] INFO random_network/logging_test.go:94 Console only network log +2026-05-13T18:30:55.0261314Z [05-13|18:27:25.574] INFO random_network/logging_test.go:99 Console only node log +2026-05-13T18:30:55.0261419Z --- PASS: TestConsoleOnlyLogging (0.00s) +2026-05-13T18:30:55.0261508Z === RUN TestMempoolVerifiesTx +2026-05-13T18:30:55.0261607Z === RUN TestMempoolVerifiesTx/ValidTx +2026-05-13T18:30:55.0261742Z === RUN TestMempoolVerifiesTx/Duplicate_Tx_In_Block +2026-05-13T18:30:55.0261860Z === RUN TestMempoolVerifiesTx/Already_Accepted +2026-05-13T18:30:55.0261971Z === RUN TestMempoolVerifiesTx/Already_In_Chain +2026-05-13T18:30:55.0262102Z === RUN TestMempoolVerifiesTx/Tx_Verification_Fails +2026-05-13T18:30:55.0262303Z === RUN TestMempoolVerifiesTx/Correctly_verifies_transaction_not_in_chain +2026-05-13T18:30:55.0262445Z === RUN TestMempoolVerifiesTx/Double_Block_Verification +2026-05-13T18:30:55.0262645Z === RUN TestMempoolVerifiesTx/Parent_Previously_Verified_But_Was_Pruned +2026-05-13T18:30:55.0262743Z --- PASS: TestMempoolVerifiesTx (0.00s) +2026-05-13T18:30:55.0262906Z --- PASS: TestMempoolVerifiesTx/ValidTx (0.00s) +2026-05-13T18:30:55.0263128Z --- PASS: TestMempoolVerifiesTx/Duplicate_Tx_In_Block (0.00s) +2026-05-13T18:30:55.0263322Z --- PASS: TestMempoolVerifiesTx/Already_Accepted (0.00s) +2026-05-13T18:30:55.0263510Z --- PASS: TestMempoolVerifiesTx/Already_In_Chain (0.00s) +2026-05-13T18:30:55.0263718Z --- PASS: TestMempoolVerifiesTx/Tx_Verification_Fails (0.00s) +2026-05-13T18:30:55.0264038Z --- PASS: TestMempoolVerifiesTx/Correctly_verifies_transaction_not_in_chain (0.00s) +2026-05-13T18:30:55.0264268Z --- PASS: TestMempoolVerifiesTx/Double_Block_Verification (0.00s) +2026-05-13T18:30:55.0264631Z --- PASS: TestMempoolVerifiesTx/Parent_Previously_Verified_But_Was_Pruned (0.00s) +2026-05-13T18:30:55.0264717Z === RUN TestCreateNewTX +2026-05-13T18:30:55.0264807Z --- PASS: TestCreateNewTX (0.00s) +2026-05-13T18:30:55.0264890Z === RUN TestTXSerialize +2026-05-13T18:30:55.0264985Z --- PASS: TestTXSerialize (0.00s) +2026-05-13T18:30:55.0265114Z === RUN TestTXSerializeWithShouldFailVerification +2026-05-13T18:30:55.0265332Z --- PASS: TestTXSerializeWithShouldFailVerification (0.00s) +2026-05-13T18:30:55.0265423Z === RUN TestTxFromBytesInvalid +2026-05-13T18:30:55.0265528Z --- PASS: TestTxFromBytesInvalid (0.00s) +2026-05-13T18:30:55.0265586Z PASS +2026-05-13T18:30:55.0265746Z ok github.com/ava-labs/simplex/testutil/random_network 1.017s +2026-05-13T18:30:55.0265824Z === RUN TestInMemWAL +2026-05-13T18:30:55.0265954Z --- PASS: TestInMemWAL (0.00s) +2026-05-13T18:30:55.0266035Z === RUN TestWriteRecord +2026-05-13T18:30:55.0266124Z --- PASS: TestWriteRecord (0.00s) +2026-05-13T18:30:55.0266210Z === RUN TestReadRecord +2026-05-13T18:30:55.0266296Z --- PASS: TestReadRecord (0.00s) +2026-05-13T18:30:55.0266371Z === RUN TestWalSingleRw +2026-05-13T18:30:55.0266463Z --- PASS: TestWalSingleRw (0.01s) +2026-05-13T18:30:55.0266546Z === RUN TestWalMultipleRws +2026-05-13T18:30:55.0266678Z --- PASS: TestWalMultipleRws (0.01s) +2026-05-13T18:30:55.0266773Z === RUN TestWalAppendAfterRead +2026-05-13T18:30:55.0266877Z --- PASS: TestWalAppendAfterRead (0.00s) +2026-05-13T18:30:55.0266960Z === RUN TestCorruptedFile +2026-05-13T18:30:55.0267053Z --- PASS: TestCorruptedFile (0.01s) +2026-05-13T18:30:55.0267129Z === RUN TestDelete +2026-05-13T18:30:55.0267212Z --- PASS: TestDelete (0.00s) +2026-05-13T18:30:55.0267305Z === RUN TestReadWriteAfterTruncate +2026-05-13T18:30:55.0267423Z --- PASS: TestReadWriteAfterTruncate (0.00s) +2026-05-13T18:30:55.0267513Z === RUN TestGarbageCollectedWAL +2026-05-13T18:30:55.0267616Z --- PASS: TestGarbageCollectedWAL (0.00s) +2026-05-13T18:30:55.0267694Z === RUN TestLastRecord +2026-05-13T18:30:55.0267787Z --- PASS: TestLastRecord (0.00s) +2026-05-13T18:30:55.0267858Z === RUN FuzzRecord +2026-05-13T18:30:55.0267941Z --- PASS: FuzzRecord (0.00s) +2026-05-13T18:30:55.0268005Z PASS +2026-05-13T18:30:55.0268231Z ok github.com/ava-labs/simplex/wal 1.047s +2026-05-13T18:30:55.0268292Z FAIL +2026-05-13T18:30:55.0281856Z ##[error]Process completed with exit code 1. +2026-05-13T18:30:55.0392177Z Post job cleanup. +2026-05-13T18:30:55.1357628Z [command]/usr/bin/git version +2026-05-13T18:30:55.1394715Z git version 2.53.0 +2026-05-13T18:30:55.1445761Z Temporarily overriding HOME='/home/runner/work/_temp/ebc8714a-d48e-4f20-ac64-c637cacfc407' before making global git config changes +2026-05-13T18:30:55.1447138Z Adding repository directory to the temporary git global config as a safe directory +2026-05-13T18:30:55.1452046Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Simplex/Simplex +2026-05-13T18:30:55.1485194Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand +2026-05-13T18:30:55.1516921Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" +2026-05-13T18:30:55.1734009Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader +2026-05-13T18:30:55.1756192Z http.https://github.com/.extraheader +2026-05-13T18:30:55.1768574Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader +2026-05-13T18:30:55.1796722Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" +2026-05-13T18:30:55.2009630Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: +2026-05-13T18:30:55.2039603Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url +2026-05-13T18:30:55.2357748Z Cleaning up orphan processes +2026-05-13T18:30:55.2713755Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ diff --git a/api.go b/api.go index eef03e5a..aece5268 100644 --- a/api.go +++ b/api.go @@ -56,6 +56,18 @@ type Storage interface { Index(ctx context.Context, block VerifiedBlock, certificate Finalization) error } +type FullStorage interface { + FullBlockRetriever + NumBlocks() uint64 + Index(ctx context.Context, block FullBlock, certificate Finalization) error +} + +type FullBlockRetriever interface { + // Retrieve returns the block and finalization at [seq]. + // If [seq] the block cannot be found, returns ErrBlockNotFound. + Retrieve(seq uint64) (FullBlock, Finalization, error) +} + type Communication interface { // Nodes returns all nodes that participate in the epoch. Nodes() Nodes @@ -102,6 +114,12 @@ type VerifiedBlock interface { Bytes() ([]byte, error) } +// Contains all functions on the block +type FullBlock interface { + VerifiedBlock + Block +} + // BlockDeserializer deserializes blocks according to formatting // enforced by the application. type BlockDeserializer interface { diff --git a/nonvalidator/non_validator.go b/nonvalidator/non_validator.go new file mode 100644 index 00000000..9ee9e945 --- /dev/null +++ b/nonvalidator/non_validator.go @@ -0,0 +1,338 @@ +// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved. +// See the file LICENSE for licensing terms. + +package nonvalidator + +import ( + "bytes" + "context" + "fmt" + "time" + + "github.com/ava-labs/simplex" + "go.uber.org/zap" +) + +type epochMetadata struct { + nodes []simplex.NodeID // the validators of this epoch + nodeLookup map[string]struct{} + epoch uint64 + signatureAggregator simplex.SignatureAggregator +} + +func newEpochMetadata(epoch uint64, nodes []simplex.NodeID) *epochMetadata { + lookup := make(map[string]struct{}, len(nodes)) + for _, node := range nodes { + lookup[string(node)] = struct{}{} + } + + return &epochMetadata{ + nodes: nodes, + nodeLookup: lookup, + epoch: epoch, + } +} + +// ValidatorSetRetriever returns the validator set for the given epoch. +// We use epochs not pChainHeight, because NonValidators receive simplex.Blocks +// which are interfaces that do not expose the pChainHeight. +type ValidatorSetRetriever func(epoch uint64) ([]simplex.NodeID, error) +type Config struct { + Logger simplex.Logger + Storage simplex.Storage + ValidatorSetRetriever ValidatorSetRetriever + signatureAggregator simplex.SignatureAggregator + // how many rounds we allow to look past our current + MaxRoundWindow uint64 + // amount of dependencies we are willing to load into the block verifier + MaxDependencies uint64 +} + +type NonValidator struct { + Config + + ctx context.Context + cancelCtx context.CancelFunc + haltedError error + + // incompleteSequences stores sequences that we have not collected + // both a block and finalization for. Once both have been received, they are verified & indexed. + // TODO: garbage collect old sequences + incompleteSequences map[uint64]*finalizedSeq + + // lastAcceptedEpoch contains the metadata of the highest epoch that our NonValidating node has accepted. + // An epoch that is accepted means we have verified and indexed the sealing block which created this epoch. + // i.e. Seq 100 seals Epoch 50. Epoch 100 is the last accepted epoch. + // All blocks before this epoch have been accepted and indexed. + // lastAcceptedEpoch *epochMetadata + + // epochs contain a map of all epochs that have their validator set verified. + epochs map[uint64]epochMetadata + + verifier *simplex.BlockDependencyManager +} + +// NewNonValidator creates a NonValidator with the given `config`. +func NewNonValidator(config Config) (*NonValidator, error) { + ctx, cancelFunc := context.WithCancel(context.Background()) + + // Retrieve the last block so we know where to start bootstrapping from + lastBlockHeight := config.Storage.NumBlocks() + // TODO: test when the last block retrieved is a sealing block. Currently we would set the lastAcceptedEpoch to sealingblock.epoch, but technically we could set it to sealingblock.seq. Would save a step. + lastBlock, _, err := config.Storage.Retrieve(lastBlockHeight - 1) + if err != nil { + return nil, err + } + lastBlockEpoch := lastBlock.BlockHeader().Epoch + + nodes, err := config.ValidatorSetRetriever(lastBlockEpoch) + if err != nil { + return nil, err + } + + lastAccepted := newEpochMetadata(lastBlockEpoch, nodes) + epochs := make(map[uint64]epochMetadata) + epochs[lastBlockEpoch] = *lastAccepted + + scheduler := simplex.NewScheduler(config.Logger, simplex.DefaultProcessingBlocks) + + return &NonValidator{ + Config: config, + incompleteSequences: make(map[uint64]*finalizedSeq), + ctx: ctx, + cancelCtx: cancelFunc, + epochs: epochs, + verifier: simplex.NewBlockVerificationScheduler(config.Logger, config.MaxDependencies, scheduler), + }, nil +} + +func (n *NonValidator) Start() { + n.broadcastLatestEpoch() +} + +func (n *NonValidator) Stop() { + n.cancelCtx() +} + +// TODO: Broadcast the last known epoch to bootstrap the node. Collect responses marking the latest sealing block. +// Keep rebroadcasting requests for that sealing block until we have enough responses. +func (n *NonValidator) broadcastLatestEpoch() { + +} + +// this function should be ran under a lock? +func (n *NonValidator) HandleMessage(msg *simplex.Message, from simplex.NodeID) error { + // A closed context means we have shut down. + select { + case <-n.ctx.Done(): + return nil + default: + } + + if n.haltedError != nil { + return n.haltedError + } + + switch { + case msg.BlockDigestRequest != nil: + // TODO: it seems reasonable for our non-validator to be able to process these messages and send out responses. + return nil + // TODO: create a test for sending a block message but a nil block + case msg.BlockMessage != nil && msg.BlockMessage.Block != nil: + return n.handleBlock(msg.BlockMessage.Block, from) + case msg.Finalization != nil && msg.Finalization != nil: + return n.handleFinalization(msg.Finalization, from) + default: + n.Logger.Debug("Received unexpected message", zap.Any("Message", msg), zap.Stringer("from", from)) + return nil + } +} + +// handleBlock handles a block message. BlockMessages are sent when the leader proposes a block for its round. +// We only process blocks if they are from the leader and for the current epoch. +// Otherwise, we wait to process blocks until we receive a finalization. +func (n *NonValidator) handleBlock(block simplex.Block, from simplex.NodeID) error { + bh := block.BlockHeader() + + if bh.Seq > n.MaxRoundWindow+n.Storage.NumBlocks() { + n.Logger.Debug("Received a block from a sequence too far ahead", zap.Uint64("Num Blocks", n.Storage.NumBlocks()), zap.Uint64("Block Sequence", bh.Seq), zap.Stringer("From", from)) + return nil + } + + epoch, ok := n.epochs[bh.Epoch] + if !ok { + n.Logger.Debug("Received a block from an epoch we do not have", zap.Uint64("Epoch", bh.Epoch), zap.Stringer("From", from)) + return nil + } + + if !bytes.Equal(simplex.LeaderForRound(epoch.nodes, bh.Round), from) { + n.Logger.Debug("Received a block not from the leader of that round", zap.Uint64("Epoch", bh.Epoch), zap.Stringer("From", from)) + return nil + } + + // If we have already verified the block discard it + if n.isAccepted(bh.Seq) { + n.Logger.Debug("Already accepted a block from this round") + return nil + } + + incomplete, ok := n.incompleteSequences[bh.Seq] + // we have not received any blocks or finalizations for this sequence + if !ok { + incompleteSeq := &finalizedSeq{ + block: block, + } + n.incompleteSequences[bh.Seq] = incompleteSeq + n.Logger.Debug("Stored incomplete sequence", zap.Stringer("Sequence", incompleteSeq)) + return nil + } + + // Duplicate block, or finalization not yet received. + if incomplete.block != nil || incomplete.finalization == nil { + return nil + } + + if !bytes.Equal(incomplete.finalization.Finalization.Digest[:], bh.Digest[:]) { + n.Logger.Info( + "Received a block from the leader of a round whose digest mismatches the finalization", + zap.Stringer("Finalization Digest", incomplete.finalization.Finalization.Digest), + zap.Stringer("Block digest", bh.Digest), + zap.Stringer("From", from), + ) + return nil + } + + // add test that ensure this is here. otherwise i think an adversarial node can have us schedule many tasks + incomplete.block = block + + finalizedBlockTask := n.createFinalizedBlockVerificationTask(block, incomplete.finalization) + + if bh.Seq == 0 || n.isAccepted(bh.Seq-1) { + return n.verifier.ScheduleTaskWithDependencies(finalizedBlockTask, bh.Seq, nil, []uint64{}) + } + + return n.verifier.ScheduleTaskWithDependencies(finalizedBlockTask, bh.Seq, &(bh.Prev), []uint64{}) +} + +func (n *NonValidator) isAccepted(seq uint64) bool { + return n.Storage.NumBlocks() > seq +} + +func (n *NonValidator) createFinalizedBlockVerificationTask(block simplex.Block, finalization *simplex.Finalization) func() simplex.Digest { + return func() simplex.Digest { + md := block.BlockHeader() + n.Logger.Debug("Block verification started", zap.Uint64("round", md.Round)) + start := time.Now() + defer func() { + elapsed := time.Since(start) + n.Logger.Debug("Block verification ended", zap.Uint64("round", md.Round), zap.Duration("elapsed", elapsed)) + }() + + verifiedBlock, err := block.Verify(n.ctx) + + // We have failed verifying a finalized block + if err != nil { + n.Logger.Info("Failed verifying a block that has a finalization", zap.Uint64("Block Seq", md.Seq), zap.Stringer("Block Digest", md.Digest), zap.Error(err)) + return md.Digest + } + + if err := n.Storage.Index(n.ctx, verifiedBlock, *finalization); err != nil { + n.haltedError = err + n.Logger.Info("Failed indexing a block and finalization", zap.Uint64("Block Seq", md.Seq), zap.Stringer("Block Digest", md.Digest), zap.Error(err)) + return md.Digest + } + + n.removeIncompleteSeqs(md.Seq) + return md.Digest + } +} + +func (n *NonValidator) removeIncompleteSeqs(startSeq uint64) { + for seq, _ := range n.incompleteSequences { + if seq <= startSeq { + delete(n.incompleteSequences, seq) + } + } +} + +// handleFinalization process a finalization message. If its for a future epoch, it will forward the finalization +// to the replication handler. +func (n *NonValidator) handleFinalization(finalization *simplex.Finalization, from simplex.NodeID) error { + bh := finalization.Finalization.BlockHeader + + if n.isAccepted(bh.Seq) { + n.Logger.Debug("Received a stale finalization", zap.Uint64("Seq", bh.Seq), zap.Stringer("From", from)) + return nil + } + + epoch, ok := n.epochs[bh.Epoch] + if !ok { + // This finalization is after our lastAcceptedEpoch and is for an unknown Epoch, begin replication + n.Logger.Debug("Received a finalization from an unknown epoch", zap.Uint64("Unknown Epoch", bh.Epoch), zap.Stringer("From", from)) + return nil + } + + if err := simplex.VerifyQC(finalization.QC, n.Logger, "Finalization", epoch.signatureAggregator.IsQuorum, epoch.nodeLookup, finalization, from); err != nil { + n.Logger.Debug("Received an invalid finalization", + zap.Int("round", int(bh.Round)), + zap.Stringer("NodeID", from)) + return nil + } + + incomplete, ok := n.incompleteSequences[bh.Seq] + if !ok { + // we have not received anything for this sequence + incompleteSeq := &finalizedSeq{ + finalization: finalization, + } + n.incompleteSequences[bh.Seq] = incompleteSeq + n.Logger.Debug("Stored incomplete sequence", zap.Stringer("Sequence", incompleteSeq)) + return nil + } + + // Duplicate finalization received. + if incomplete.finalization != nil { + // sanity check: should never happen. + if !bytes.Equal(incomplete.finalization.Finalization.Bytes(), finalization.Finalization.Bytes()) { + n.Logger.Warn( + "Mismatching finalizations", + zap.Uint64("Incoming Sequence", finalization.Finalization.Seq), + zap.Uint64("Stored sequence", incomplete.finalization.Finalization.Seq), + ) + n.haltedError = fmt.Errorf("Conflicting finalizations") + return fmt.Errorf("Conflicting finalizations") + } + return nil + } + + incomplete.finalization = finalization + + // No block received yet for this sequence. + if incomplete.block == nil { + // TODO: notify replication + return nil + } + + digest := incomplete.block.BlockHeader().Digest + if !bytes.Equal(bh.Digest[:], digest[:]) { + // TODO: this means the leader has equivocated and sent us a wrong block while another has been finalized. + // We should probably handle replication for this block? + n.Logger.Info( + "Received a block from the leader of a round whose digest mismatches the finalization", + zap.Stringer("Finalization Digest", bh.Digest), + zap.Stringer("Block digest", digest), + zap.Stringer("From", from), + ) + + // TODO: replication here as well + return nil + } + + finalizedBlockTask := n.createFinalizedBlockVerificationTask(incomplete.block, incomplete.finalization) + + if bh.Seq == 0 || n.isAccepted(bh.Seq-1) { + return n.verifier.ScheduleTaskWithDependencies(finalizedBlockTask, bh.Seq, nil, []uint64{}) + } + + return n.verifier.ScheduleTaskWithDependencies(finalizedBlockTask, bh.Seq, &(bh.Prev), []uint64{}) +} diff --git a/nonvalidator/non_validator_test.go b/nonvalidator/non_validator_test.go new file mode 100644 index 00000000..2827531c --- /dev/null +++ b/nonvalidator/non_validator_test.go @@ -0,0 +1,300 @@ +// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved. +// See the file LICENSE for licensing terms. + +package nonvalidator + +import ( + "errors" + "sync/atomic" + "testing" + "time" + + "github.com/ava-labs/simplex" + "github.com/ava-labs/simplex/testutil" + "github.com/stretchr/testify/require" +) + +type errQC struct{} + +func (errQC) Signers() []simplex.NodeID { return nil } +func (errQC) Verify([]byte) error { return errors.New("verification failed") } +func (errQC) Bytes() []byte { return nil } + +func newTestNonValidator(t *testing.T, nodes []simplex.NodeID, lastVerifiedBlock simplex.Block) *NonValidator { + config := Config{ + Storage: testutil.NewNonValidatorInMemoryStorage(), + Logger: testutil.MakeLogger(t, 1), + GenesisValidators: nodes, + } + + return NewNonValidator(config, lastVerifiedBlock) +} + +func blockMessage(t *testing.T, block simplex.Block, from simplex.NodeID) *simplex.Message { + vote, err := testutil.NewTestVote(block, from) + require.NoError(t, err) + return &simplex.Message{ + BlockMessage: &simplex.BlockMessage{ + Block: block, + Vote: *vote, + }, + } +} + +func TestHandleFinalizationMessage(t *testing.T) { + nodes := []simplex.NodeID{{1}, {2}, {3}, {4}} + + tests := []struct { + name string + lastVerifiedBlock *testutil.TestBlock + // sendBlock controls whether a block message is sent before the finalization. + sendBlock bool + blockSender simplex.NodeID + expectVerified bool + expectedNumBlocks uint64 + }{ + { + name: "Finalization Only No Block", + }, + { + name: "Block From Non-Leader Then Finalization", + sendBlock: true, + blockSender: nodes[1], + }, + { + name: "Block From Leader Then Finalization", + sendBlock: true, + blockSender: nodes[0], + expectVerified: true, + expectedNumBlocks: 1, + }, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + var lastVerified simplex.Block + if tt.lastVerifiedBlock != nil { + lastVerified = tt.lastVerifiedBlock + } + v := newTestNonValidator(t, nodes, lastVerified) + + var verified atomic.Bool + blockToSend := testutil.NewTestBlock(simplex.ProtocolMetadata{ + Round: 0, + Seq: 0, + Epoch: 0, + }, simplex.Blacklist{}) + blockToSend.OnVerify = func() { + verified.Store(true) + } + + if tt.sendBlock { + err := v.HandleMessage(blockMessage(t, blockToSend, nodes[0]), tt.blockSender) + require.NoError(t, err) + } + + finalization, _ := testutil.NewFinalizationRecord(t, v.Logger, &testutil.TestSignatureAggregator{}, blockToSend, nodes) + err := v.HandleMessage(&simplex.Message{Finalization: &finalization}, nodes[0]) + require.NoError(t, err) + + if tt.expectVerified { + require.Eventually(t, verified.Load, 2*time.Second, 20*time.Millisecond) + } else { + require.Never(t, verified.Load, 2*time.Second, 20*time.Millisecond) + } + require.Equal(t, tt.expectedNumBlocks, v.Storage.NumBlocks()) + }) + } +} + +func TestHandleBlockDigestMismatch(t *testing.T) { + nodes := []simplex.NodeID{{1}, {2}, {3}, {4}} + v := newTestNonValidator(t, nodes, nil) + + metadata := simplex.ProtocolMetadata{Seq: 0, Epoch: 0, Round: 0} + blockA := testutil.NewTestBlock(metadata, simplex.Blacklist{}) + blockB := testutil.NewTestBlock(metadata, simplex.Blacklist{}) + blockB.Data = []byte("different") + blockB.ComputeDigest() + + // send finalization for blockB + finalization, _ := testutil.NewFinalizationRecord(t, v.Logger, &testutil.TestSignatureAggregator{}, blockB, nodes) + err := v.HandleMessage(&simplex.Message{Finalization: &finalization}, nodes[0]) + require.NoError(t, err) + + // send block message for blockA — digest differs from stored finalization + err = v.HandleMessage(blockMessage(t, blockA, nodes[0]), nodes[0]) + require.NoError(t, err) + + require.Equal(t, uint64(0), v.Storage.NumBlocks()) +} + +func TestHandleFinalizationDigestMismatch(t *testing.T) { + nodes := []simplex.NodeID{{1}, {2}, {3}, {4}} + v := newTestNonValidator(t, nodes, nil) + + metadata := simplex.ProtocolMetadata{Seq: 0, Epoch: 0, Round: 0} + blockA := testutil.NewTestBlock(metadata, simplex.Blacklist{}) + blockB := testutil.NewTestBlock(metadata, simplex.Blacklist{}) + blockB.Data = []byte("different") + blockB.ComputeDigest() + + // send block message for blockA from leader + err := v.HandleMessage(blockMessage(t, blockA, nodes[0]), nodes[0]) + require.NoError(t, err) + + // send finalization for blockB — digest differs from stored block + finalization, _ := testutil.NewFinalizationRecord(t, v.Logger, &testutil.TestSignatureAggregator{}, blockB, nodes) + err = v.HandleMessage(&simplex.Message{Finalization: &finalization}, nodes[0]) + require.NoError(t, err) + + require.Equal(t, uint64(0), v.Storage.NumBlocks()) +} + +func TestHandleFinalizationFailsVerification(t *testing.T) { + nodes := []simplex.NodeID{{1}, {2}, {3}, {4}} + v := newTestNonValidator(t, nodes, nil) + + var verified atomic.Bool + block := testutil.NewTestBlock(simplex.ProtocolMetadata{ + Round: 0, + Seq: 0, + Epoch: 0, + }, simplex.Blacklist{}) + block.OnVerify = func() { + verified.Store(true) + } + + // send block from leader + err := v.HandleMessage(blockMessage(t, block, nodes[0]), nodes[0]) + require.NoError(t, err) + + // send a finalization that fails verification + finalization := &simplex.Finalization{ + QC: errQC{}, + } + err = v.HandleMessage(&simplex.Message{Finalization: finalization}, nodes[0]) + require.NoError(t, err) + + require.Never(t, verified.Load, 2*time.Second, 20*time.Millisecond) + require.Equal(t, uint64(0), v.Storage.NumBlocks()) +} + +func TestBlockVerifyCalledOnce(t *testing.T) { + nodes := []simplex.NodeID{{1}, {2}, {3}, {4}} + v := newTestNonValidator(t, nodes, nil) + + verificationDelay := make(chan struct{}) + var verifyCount atomic.Int32 + + block := testutil.NewTestBlock(simplex.ProtocolMetadata{Seq: 0, Round: 0, Epoch: 0}, simplex.Blacklist{}) + block.VerificationDelay = verificationDelay + block.OnVerify = func() { + verifyCount.Add(1) + // Schedule a second verification while task 1 is still inside Verify. + // The OneTimeVerifier should return the cached result without calling Verify again. + _ = v.verifier.triggerVerify(block) + } + + finalization, _ := testutil.NewFinalizationRecord(t, v.Logger, &testutil.TestSignatureAggregator{}, block, nodes) + err := v.HandleMessage(&simplex.Message{Finalization: &finalization}, nodes[0]) + require.NoError(t, err) + + err = v.HandleMessage(blockMessage(t, block, nodes[0]), nodes[0]) + require.NoError(t, err) + + // Unblock the in-progress verification. + close(verificationDelay) + + require.Eventually(t, func() bool { return verifyCount.Load() == 1 }, 2*time.Second, 20*time.Millisecond) + require.Never(t, func() bool { return verifyCount.Load() > 1 }, 200*time.Millisecond, 20*time.Millisecond) +} + +func TestHandleBlockMessage(t *testing.T) { + nodes := []simplex.NodeID{{1}, {2}, {3}, {4}} + + tests := []struct { + name string + lastVerifiedBlock *testutil.TestBlock + // finalizationBlock returns the block to finalize; nil means no finalization is sent. + // lastVerified may be nil when lastVerifiedBlock is not set for the test case. + finalizationBlock func(lastVerified, blockToSend *testutil.TestBlock) *testutil.TestBlock + blockSender simplex.NodeID + blockSeq uint64 + expectVerified bool + expectedNumBlocks uint64 + }{ + { + name: "Next to Verify But No Finalization", + blockSender: nodes[0], + }, + { + name: "BlockMessage not sent from leader", + finalizationBlock: func(_, blockToSend *testutil.TestBlock) *testutil.TestBlock { return blockToSend }, + blockSender: nodes[1], + }, + { + name: "Already Verified", + lastVerifiedBlock: testutil.NewTestBlock(simplex.ProtocolMetadata{ + Round: 0, + Seq: 0, + Epoch: 0, + }, simplex.Blacklist{}), + finalizationBlock: func(lastVerified, _ *testutil.TestBlock) *testutil.TestBlock { return lastVerified }, + blockSender: nodes[1], + }, + { + name: "Finalization Received", + finalizationBlock: func(_, blockToSend *testutil.TestBlock) *testutil.TestBlock { return blockToSend }, + blockSender: nodes[0], + expectVerified: true, + expectedNumBlocks: 1, + }, + { + // seq 1 arrives with a finalization but seq 0 has not been verified yet, + // so the block is indexed but verification is deferred. + name: "Finalization Received But Not Next To Verify", + finalizationBlock: func(_, blockToSend *testutil.TestBlock) *testutil.TestBlock { return blockToSend }, + blockSender: nodes[0], + blockSeq: 1, + expectVerified: false, + expectedNumBlocks: 1, + }, + } + + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + var lastVerified simplex.Block + if tt.lastVerifiedBlock != nil { + lastVerified = tt.lastVerifiedBlock + } + v := newTestNonValidator(t, nodes, lastVerified) + + var verified atomic.Bool + blockToSend := testutil.NewTestBlock(simplex.ProtocolMetadata{ + Round: 0, + Seq: tt.blockSeq, + Epoch: 0, + }, simplex.Blacklist{}) + blockToSend.OnVerify = func() { + verified.Store(true) + } + + if tt.finalizationBlock != nil { + finalizeBlock := tt.finalizationBlock(tt.lastVerifiedBlock, blockToSend) + finalization, _ := testutil.NewFinalizationRecord(t, v.Logger, &testutil.TestSignatureAggregator{}, finalizeBlock, nodes) + v.HandleMessage(&simplex.Message{Finalization: &finalization}, nodes[0]) + } + + err := v.HandleMessage(blockMessage(t, blockToSend, nodes[0]), tt.blockSender) + require.NoError(t, err) + + if tt.expectVerified { + require.Eventually(t, verified.Load, 2*time.Second, 20*time.Millisecond) + } else { + require.Never(t, verified.Load, 2*time.Second, 20*time.Millisecond) + } + require.Equal(t, tt.expectedNumBlocks, v.Storage.NumBlocks()) + }) + } +} diff --git a/nonvalidator/util.go b/nonvalidator/util.go new file mode 100644 index 00000000..7027977e --- /dev/null +++ b/nonvalidator/util.go @@ -0,0 +1,41 @@ +// Copyright (C) 2019-2025, Ava Labs, Inc. All rights reserved. +// See the file LICENSE for licensing terms. + +package nonvalidator + +import ( + "fmt" + + "github.com/ava-labs/simplex" +) + +type finalizedSeq struct { + block simplex.Block + finalization *simplex.Finalization +} + +func (f *finalizedSeq) String() string { + seq := uint64(0) + digest := simplex.Digest{} + if f.block != nil { + seq = f.block.BlockHeader().Seq + digest = f.block.BlockHeader().Digest + } + if f.finalization != nil { + seq = f.finalization.Finalization.Seq + digest = f.finalization.Finalization.Digest + } + + return fmt.Sprintf("FinalizedSeq {BlockDigest: %s, Seq: %d, BlockExists %t, FinalizationExists %t}", digest, seq, f.block != nil, f.finalization != nil) +} + +func (f *finalizedSeq) GetSeq() uint64 { + if f.block != nil { + return f.block.BlockHeader().Seq + } + if f.finalization != nil { + return f.finalization.Finalization.Seq + } + + return 0 +} From 1c09a53e1428890ec3cc69d5d8704ffd1d08eb77 Mon Sep 17 00:00:00 2001 From: samliok Date: Mon, 18 May 2026 16:38:36 -0400 Subject: [PATCH 2/3] remove build --- 0_build.txt | 67623 -------------------------------------------------- 1 file changed, 67623 deletions(-) delete mode 100644 0_build.txt diff --git a/0_build.txt b/0_build.txt deleted file mode 100644 index 33ae55eb..00000000 --- a/0_build.txt +++ /dev/null @@ -1,67623 +0,0 @@ -2026-05-13T18:26:54.3197665Z Current runner version: '2.334.0' -2026-05-13T18:26:54.3221172Z ##[group]Runner Image Provisioner -2026-05-13T18:26:54.3221951Z Hosted Compute Agent -2026-05-13T18:26:54.3222499Z Version: 20260213.493 -2026-05-13T18:26:54.3223174Z Commit: 5c115507f6dd24b8de37d8bbe0bb4509d0cc0fa3 -2026-05-13T18:26:54.3223817Z Build Date: 2026-02-13T00:28:41Z -2026-05-13T18:26:54.3224506Z Worker ID: {78630ee7-6e16-4388-a3a6-b9c209fc8d71} -2026-05-13T18:26:54.3225177Z Azure Region: westcentralus -2026-05-13T18:26:54.3225760Z ##[endgroup] -2026-05-13T18:26:54.3227055Z ##[group]Operating System -2026-05-13T18:26:54.3227712Z Ubuntu -2026-05-13T18:26:54.3228506Z 24.04.4 -2026-05-13T18:26:54.3228991Z LTS -2026-05-13T18:26:54.3229487Z ##[endgroup] -2026-05-13T18:26:54.3229956Z ##[group]Runner Image -2026-05-13T18:26:54.3230490Z Image: ubuntu-24.04 -2026-05-13T18:26:54.3230946Z Version: 20260413.86.1 -2026-05-13T18:26:54.3232173Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260413.86/images/ubuntu/Ubuntu2404-Readme.md -2026-05-13T18:26:54.3233624Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260413.86 -2026-05-13T18:26:54.3234532Z ##[endgroup] -2026-05-13T18:26:54.3237449Z ##[group]GITHUB_TOKEN Permissions -2026-05-13T18:26:54.3239943Z Actions: write -2026-05-13T18:26:54.3240499Z ArtifactMetadata: write -2026-05-13T18:26:54.3241039Z Attestations: write -2026-05-13T18:26:54.3241613Z Checks: write -2026-05-13T18:26:54.3242110Z CodeQuality: write -2026-05-13T18:26:54.3242625Z Contents: write -2026-05-13T18:26:54.3243315Z Deployments: write -2026-05-13T18:26:54.3243907Z Discussions: write -2026-05-13T18:26:54.3244365Z Issues: write -2026-05-13T18:26:54.3244907Z Metadata: read -2026-05-13T18:26:54.3245358Z Models: read -2026-05-13T18:26:54.3245840Z Packages: write -2026-05-13T18:26:54.3246456Z Pages: write -2026-05-13T18:26:54.3246945Z PullRequests: write -2026-05-13T18:26:54.3247514Z RepositoryProjects: write -2026-05-13T18:26:54.3248349Z SecurityEvents: write -2026-05-13T18:26:54.3248922Z Statuses: write -2026-05-13T18:26:54.3249397Z VulnerabilityAlerts: read -2026-05-13T18:26:54.3249981Z ##[endgroup] -2026-05-13T18:26:54.3251956Z Secret source: Actions -2026-05-13T18:26:54.3252712Z Prepare workflow directory -2026-05-13T18:26:54.3583071Z Prepare all required actions -2026-05-13T18:26:54.3621609Z Getting action download info -2026-05-13T18:26:54.8620373Z Download action repository 'actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5) -2026-05-13T18:26:55.0292794Z Download action repository 'actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4' (SHA:7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4) -2026-05-13T18:26:55.9910771Z Complete job name: build -2026-05-13T18:26:56.0771389Z ##[group]Run actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 -2026-05-13T18:26:56.0773160Z with: -2026-05-13T18:26:56.0773922Z repository: ava-labs/Simplex -2026-05-13T18:26:56.0775152Z token: *** -2026-05-13T18:26:56.0775904Z ssh-strict: true -2026-05-13T18:26:56.0776697Z ssh-user: git -2026-05-13T18:26:56.0777523Z persist-credentials: true -2026-05-13T18:26:56.0778637Z clean: true -2026-05-13T18:26:56.0779452Z sparse-checkout-cone-mode: true -2026-05-13T18:26:56.0780415Z fetch-depth: 1 -2026-05-13T18:26:56.0781188Z fetch-tags: false -2026-05-13T18:26:56.0781993Z show-progress: true -2026-05-13T18:26:56.0782805Z lfs: false -2026-05-13T18:26:56.0783542Z submodules: false -2026-05-13T18:26:56.0784344Z set-safe-directory: true -2026-05-13T18:26:56.0785490Z ##[endgroup] -2026-05-13T18:26:56.1925508Z Syncing repository: ava-labs/Simplex -2026-05-13T18:26:56.1928030Z ##[group]Getting Git version info -2026-05-13T18:26:56.1929777Z Working directory is '/home/runner/work/Simplex/Simplex' -2026-05-13T18:26:56.1931704Z [command]/usr/bin/git version -2026-05-13T18:26:56.1977127Z git version 2.53.0 -2026-05-13T18:26:56.2002994Z ##[endgroup] -2026-05-13T18:26:56.2017313Z Temporarily overriding HOME='/home/runner/work/_temp/24ce7155-f8ee-483f-b5f1-44185cf7510a' before making global git config changes -2026-05-13T18:26:56.2021757Z Adding repository directory to the temporary git global config as a safe directory -2026-05-13T18:26:56.2024026Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Simplex/Simplex -2026-05-13T18:26:56.2053267Z Deleting the contents of '/home/runner/work/Simplex/Simplex' -2026-05-13T18:26:56.2056822Z ##[group]Initializing the repository -2026-05-13T18:26:56.2061010Z [command]/usr/bin/git init /home/runner/work/Simplex/Simplex -2026-05-13T18:26:56.2157410Z hint: Using 'master' as the name for the initial branch. This default branch name -2026-05-13T18:26:56.2160290Z hint: will change to "main" in Git 3.0. To configure the initial branch name -2026-05-13T18:26:56.2162222Z hint: to use in all of your new repositories, which will suppress this warning, -2026-05-13T18:26:56.2163830Z hint: call: -2026-05-13T18:26:56.2164992Z hint: -2026-05-13T18:26:56.2166088Z hint: git config --global init.defaultBranch -2026-05-13T18:26:56.2167304Z hint: -2026-05-13T18:26:56.2168709Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and -2026-05-13T18:26:56.2170899Z hint: 'development'. The just-created branch can be renamed via this command: -2026-05-13T18:26:56.2172385Z hint: -2026-05-13T18:26:56.2173127Z hint: git branch -m -2026-05-13T18:26:56.2174006Z hint: -2026-05-13T18:26:56.2175444Z hint: Disable this message with "git config set advice.defaultBranchName false" -2026-05-13T18:26:56.2177450Z Initialized empty Git repository in /home/runner/work/Simplex/Simplex/.git/ -2026-05-13T18:26:56.2180991Z [command]/usr/bin/git remote add origin https://github.com/ava-labs/Simplex -2026-05-13T18:26:56.2202196Z ##[endgroup] -2026-05-13T18:26:56.2203775Z ##[group]Disabling automatic garbage collection -2026-05-13T18:26:56.2205473Z [command]/usr/bin/git config --local gc.auto 0 -2026-05-13T18:26:56.2233353Z ##[endgroup] -2026-05-13T18:26:56.2234628Z ##[group]Setting up auth -2026-05-13T18:26:56.2241348Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand -2026-05-13T18:26:56.2272708Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" -2026-05-13T18:26:56.2619701Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader -2026-05-13T18:26:56.2648496Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" -2026-05-13T18:26:56.2863579Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: -2026-05-13T18:26:56.2894972Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url -2026-05-13T18:26:56.3128984Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** -2026-05-13T18:26:56.3161511Z ##[endgroup] -2026-05-13T18:26:56.3162886Z ##[group]Fetching the repository -2026-05-13T18:26:56.3170933Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1fb33949768796f151b46893560ceb93165be06d:refs/remotes/pull/383/merge -2026-05-13T18:26:57.0036370Z From https://github.com/ava-labs/Simplex -2026-05-13T18:26:57.0037971Z * [new ref] 1fb33949768796f151b46893560ceb93165be06d -> pull/383/merge -2026-05-13T18:26:57.0065726Z ##[endgroup] -2026-05-13T18:26:57.0067939Z ##[group]Determining the checkout info -2026-05-13T18:26:57.0070719Z ##[endgroup] -2026-05-13T18:26:57.0074103Z [command]/usr/bin/git sparse-checkout disable -2026-05-13T18:26:57.0109598Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig -2026-05-13T18:26:57.0133971Z ##[group]Checking out the ref -2026-05-13T18:26:57.0136818Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/383/merge -2026-05-13T18:26:57.0233620Z Note: switching to 'refs/remotes/pull/383/merge'. -2026-05-13T18:26:57.0235321Z -2026-05-13T18:26:57.0236504Z You are in 'detached HEAD' state. You can look around, make experimental -2026-05-13T18:26:57.0239065Z changes and commit them, and you can discard any commits you make in this -2026-05-13T18:26:57.0240845Z state without impacting any branches by switching back to a branch. -2026-05-13T18:26:57.0242245Z -2026-05-13T18:26:57.0243233Z If you want to create a new branch to retain commits you create, you may -2026-05-13T18:26:57.0244875Z do so (now or later) by using -c with the switch command. Example: -2026-05-13T18:26:57.0245816Z -2026-05-13T18:26:57.0246203Z git switch -c -2026-05-13T18:26:57.0246862Z -2026-05-13T18:26:57.0247231Z Or undo this operation with: -2026-05-13T18:26:57.0247813Z -2026-05-13T18:26:57.0248381Z git switch - -2026-05-13T18:26:57.0248851Z -2026-05-13T18:26:57.0249600Z Turn off this advice by setting config variable advice.detachedHead to false -2026-05-13T18:26:57.0250919Z -2026-05-13T18:26:57.0252145Z HEAD is now at 1fb3394 Merge 6bd4ec52a9f005493158058fc7a7af17ddfc781e into c7114b6d49982b12c3680532d9d3825844db9bf8 -2026-05-13T18:26:57.0255607Z ##[endgroup] -2026-05-13T18:26:57.0276569Z [command]/usr/bin/git log -1 --format=%H -2026-05-13T18:26:57.0297461Z 1fb33949768796f151b46893560ceb93165be06d -2026-05-13T18:26:57.0586296Z ##[group]Run actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 -2026-05-13T18:26:57.0587641Z with: -2026-05-13T18:26:57.0588697Z go-version: 1.23 -2026-05-13T18:26:57.0589472Z check-latest: false -2026-05-13T18:26:57.0590488Z token: *** -2026-05-13T18:26:57.0591174Z cache: true -2026-05-13T18:26:57.0591871Z ##[endgroup] -2026-05-13T18:26:57.2216153Z Setup go version spec 1.23 -2026-05-13T18:26:57.2511336Z Found in cache @ /opt/hostedtoolcache/go/1.23.12/x64 -2026-05-13T18:26:57.2513723Z Added go to the path -2026-05-13T18:26:57.2516971Z Successfully set up Go version 1.23 -2026-05-13T18:27:02.0832826Z go: downloading go1.25.0 (linux/amd64) -2026-05-13T18:27:02.0975958Z [command]/opt/hostedtoolcache/go/1.23.12/x64/bin/go env GOMODCACHE -2026-05-13T18:27:02.1006398Z [command]/opt/hostedtoolcache/go/1.23.12/x64/bin/go env GOCACHE -2026-05-13T18:27:02.1053029Z /home/runner/go/pkg/mod -2026-05-13T18:27:02.1080891Z /home/runner/.cache/go-build -2026-05-13T18:27:02.3245311Z Cache is not found -2026-05-13T18:27:02.3264748Z go version go1.25.0 linux/amd64 -2026-05-13T18:27:02.3264959Z -2026-05-13T18:27:02.3265242Z ##[group]go env -2026-05-13T18:27:02.4501380Z AR='ar' -2026-05-13T18:27:02.4501749Z CC='gcc' -2026-05-13T18:27:02.4502098Z CGO_CFLAGS='-O2 -g' -2026-05-13T18:27:02.4502453Z CGO_CPPFLAGS='' -2026-05-13T18:27:02.4502789Z CGO_CXXFLAGS='-O2 -g' -2026-05-13T18:27:02.4503153Z CGO_ENABLED='1' -2026-05-13T18:27:02.4503505Z CGO_FFLAGS='-O2 -g' -2026-05-13T18:27:02.4503834Z CGO_LDFLAGS='-O2 -g' -2026-05-13T18:27:02.4504154Z CXX='g++' -2026-05-13T18:27:02.4504457Z GCCGO='gccgo' -2026-05-13T18:27:02.4504758Z GO111MODULE='' -2026-05-13T18:27:02.4505060Z GOAMD64='v1' -2026-05-13T18:27:02.4505349Z GOARCH='amd64' -2026-05-13T18:27:02.4505680Z GOAUTH='netrc' -2026-05-13T18:27:02.4505970Z GOBIN='' -2026-05-13T18:27:02.4506300Z GOCACHE='/home/runner/.cache/go-build' -2026-05-13T18:27:02.4506739Z GOCACHEPROG='' -2026-05-13T18:27:02.4507002Z GODEBUG='' -2026-05-13T18:27:02.4507211Z GOENV='/home/runner/.config/go/env' -2026-05-13T18:27:02.4507477Z GOEXE='' -2026-05-13T18:27:02.4507709Z GOEXPERIMENT='' -2026-05-13T18:27:02.4507932Z GOFIPS140='off' -2026-05-13T18:27:02.4508480Z GOFLAGS='' -2026-05-13T18:27:02.4509191Z GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build582893008=/tmp/go-build -gno-record-gcc-switches' -2026-05-13T18:27:02.4509852Z GOHOSTARCH='amd64' -2026-05-13T18:27:02.4510048Z GOHOSTOS='linux' -2026-05-13T18:27:02.4510224Z GOINSECURE='' -2026-05-13T18:27:02.4510496Z GOMOD='/home/runner/work/Simplex/Simplex/go.mod' -2026-05-13T18:27:02.4510818Z GOMODCACHE='/home/runner/go/pkg/mod' -2026-05-13T18:27:02.4511069Z GONOPROXY='' -2026-05-13T18:27:02.4511238Z GONOSUMDB='' -2026-05-13T18:27:02.4511747Z GOOS='linux' -2026-05-13T18:27:02.4512044Z GOPATH='/home/runner/go' -2026-05-13T18:27:02.4512280Z GOPRIVATE='' -2026-05-13T18:27:02.4512563Z GOPROXY='https://proxy.golang.org,direct' -2026-05-13T18:27:02.4513067Z GOROOT='/home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64' -2026-05-13T18:27:02.4513521Z GOSUMDB='sum.golang.org' -2026-05-13T18:27:02.4513755Z GOTELEMETRY='local' -2026-05-13T18:27:02.4514029Z GOTELEMETRYDIR='/home/runner/.config/go/telemetry' -2026-05-13T18:27:02.4514329Z GOTMPDIR='' -2026-05-13T18:27:02.4514534Z GOTOOLCHAIN='auto' -2026-05-13T18:27:02.4515009Z GOTOOLDIR='/home/runner/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/pkg/tool/linux_amd64' -2026-05-13T18:27:02.4515541Z GOVCS='' -2026-05-13T18:27:02.4515752Z GOVERSION='go1.25.0' -2026-05-13T18:27:02.4515971Z GOWORK='' -2026-05-13T18:27:02.4516186Z PKG_CONFIG='pkg-config' -2026-05-13T18:27:02.4516348Z -2026-05-13T18:27:02.4516770Z ##[endgroup] -2026-05-13T18:27:02.4689872Z ##[group]Run bash unit-tests.sh -2026-05-13T18:27:02.4690201Z bash unit-tests.sh -2026-05-13T18:27:02.4715905Z shell: /usr/bin/bash -e {0} -2026-05-13T18:27:02.4716169Z ##[endgroup] -2026-05-13T18:30:52.7030336Z Tests failed -2026-05-13T18:30:52.7040873Z go: downloading github.com/stretchr/testify v1.10.0 -2026-05-13T18:30:52.7041465Z go: downloading go.uber.org/zap v1.26.0 -2026-05-13T18:30:52.7042036Z go: downloading github.com/StephenButtolph/canoto v0.19.0 -2026-05-13T18:30:52.7042666Z go: downloading go.uber.org/goleak v1.3.0 -2026-05-13T18:30:52.7043187Z go: downloading go.uber.org/multierr v1.10.0 -2026-05-13T18:30:52.7043757Z go: downloading github.com/davecgh/go-spew v1.1.1 -2026-05-13T18:30:52.7044367Z go: downloading github.com/pmezard/go-difflib v1.0.0 -2026-05-13T18:30:52.7044937Z go: downloading gopkg.in/yaml.v3 v3.0.1 -2026-05-13T18:30:52.7045485Z === RUN TestBlacklistVerifyProposedBlacklist -2026-05-13T18:30:52.7046238Z === RUN TestBlacklistVerifyProposedBlacklist/node_count_mismatch -2026-05-13T18:30:52.7047069Z === RUN TestBlacklistVerifyProposedBlacklist/invalid_blacklist_update -2026-05-13T18:30:52.7048556Z === RUN TestBlacklistVerifyProposedBlacklist/node_redeemed_in_the_same_orbit_it_was_suspected_in -2026-05-13T18:30:52.7049580Z === RUN TestBlacklistVerifyProposedBlacklist/blacklist_mismatch -2026-05-13T18:30:52.7050447Z === RUN TestBlacklistVerifyProposedBlacklist/blacklist_mismatch_-_too_many_blacklisted -2026-05-13T18:30:52.7051358Z --- PASS: TestBlacklistVerifyProposedBlacklist (0.00s) -2026-05-13T18:30:52.7052313Z --- PASS: TestBlacklistVerifyProposedBlacklist/node_count_mismatch (0.00s) -2026-05-13T18:30:52.7053435Z --- PASS: TestBlacklistVerifyProposedBlacklist/invalid_blacklist_update (0.00s) -2026-05-13T18:30:52.7054778Z --- PASS: TestBlacklistVerifyProposedBlacklist/node_redeemed_in_the_same_orbit_it_was_suspected_in (0.00s) -2026-05-13T18:30:52.7056049Z --- PASS: TestBlacklistVerifyProposedBlacklist/blacklist_mismatch (0.00s) -2026-05-13T18:30:52.7057330Z --- PASS: TestBlacklistVerifyProposedBlacklist/blacklist_mismatch_-_too_many_blacklisted (0.00s) -2026-05-13T18:30:52.7059958Z === RUN TestOrbit -2026-05-13T18:30:52.7060365Z === RUN TestOrbit/0 -2026-05-13T18:30:52.7060731Z === RUN TestOrbit/1 -2026-05-13T18:30:52.7061088Z === RUN TestOrbit/2 -2026-05-13T18:30:52.7061428Z === RUN TestOrbit/3 -2026-05-13T18:30:52.7061787Z === RUN TestOrbit/4 -2026-05-13T18:30:52.7062143Z === RUN TestOrbit/5 -2026-05-13T18:30:52.7062489Z === RUN TestOrbit/6 -2026-05-13T18:30:52.7062877Z === RUN TestOrbit/7 -2026-05-13T18:30:52.7063218Z === RUN TestOrbit/8 -2026-05-13T18:30:52.7063573Z === RUN TestOrbit/9 -2026-05-13T18:30:52.7063919Z === RUN TestOrbit/10 -2026-05-13T18:30:52.7064277Z === RUN TestOrbit/11 -2026-05-13T18:30:52.7064623Z --- PASS: TestOrbit (0.00s) -2026-05-13T18:30:52.7065113Z --- PASS: TestOrbit/0 (0.00s) -2026-05-13T18:30:52.7065624Z --- PASS: TestOrbit/1 (0.00s) -2026-05-13T18:30:52.7066138Z --- PASS: TestOrbit/2 (0.00s) -2026-05-13T18:30:52.7066642Z --- PASS: TestOrbit/3 (0.00s) -2026-05-13T18:30:52.7129671Z --- PASS: TestOrbit/4 (0.00s) -2026-05-13T18:30:52.7130241Z --- PASS: TestOrbit/5 (0.00s) -2026-05-13T18:30:52.7130722Z --- PASS: TestOrbit/6 (0.00s) -2026-05-13T18:30:52.7131197Z --- PASS: TestOrbit/7 (0.00s) -2026-05-13T18:30:52.7131666Z --- PASS: TestOrbit/8 (0.00s) -2026-05-13T18:30:52.7132163Z --- PASS: TestOrbit/9 (0.00s) -2026-05-13T18:30:52.7132712Z --- PASS: TestOrbit/10 (0.00s) -2026-05-13T18:30:52.7133195Z --- PASS: TestOrbit/11 (0.00s) -2026-05-13T18:30:52.7133629Z === RUN TestBlacklistFromBytes -2026-05-13T18:30:52.7134086Z === RUN TestBlacklistFromBytes/empty_blacklist -2026-05-13T18:30:52.7134637Z === RUN TestBlacklistFromBytes/too_short_data -2026-05-13T18:30:52.7135206Z === RUN TestBlacklistFromBytes/invalid_suspected_nodes -2026-05-13T18:30:52.7135776Z --- PASS: TestBlacklistFromBytes (0.00s) -2026-05-13T18:30:52.7136783Z --- PASS: TestBlacklistFromBytes/empty_blacklist (0.00s) -2026-05-13T18:30:52.7139633Z --- PASS: TestBlacklistFromBytes/too_short_data (0.00s) -2026-05-13T18:30:52.7140493Z --- PASS: TestBlacklistFromBytes/invalid_suspected_nodes (0.00s) -2026-05-13T18:30:52.7141119Z === RUN TestBlacklistSimpleFlow -2026-05-13T18:30:52.7141596Z --- PASS: TestBlacklistSimpleFlow (0.00s) -2026-05-13T18:30:52.7142124Z === RUN TestSuspectedNodesTrailer -2026-05-13T18:30:52.7142616Z --- PASS: TestSuspectedNodesTrailer (0.00s) -2026-05-13T18:30:52.7143110Z === RUN TestBlacklistBytes -2026-05-13T18:30:52.7143685Z --- PASS: TestBlacklistBytes (0.00s) -2026-05-13T18:30:52.7144146Z === RUN TestComputeBlacklistUpdates -2026-05-13T18:30:52.7144832Z === RUN TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out -2026-05-13T18:30:52.7145974Z === RUN TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out_and_later_has_been_redeemed -2026-05-13T18:30:52.7147106Z === RUN TestComputeBlacklistUpdates/a_node_is_suspected_and_has_timed_out_again -2026-05-13T18:30:52.7148041Z === RUN TestComputeBlacklistUpdates/a_node_is_suspected_and_has_been_redeemed -2026-05-13T18:30:52.7149309Z === RUN TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_now_suspected -2026-05-13T18:30:52.7150340Z === RUN TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_suspected_and_then_redeemed -2026-05-13T18:30:52.7151400Z === RUN TestComputeBlacklistUpdates/a_node_is_not_suspected_and_also_hasn't_timed_out -2026-05-13T18:30:52.7152378Z === RUN TestComputeBlacklistUpdates/a_node_is_suspected_and_hasn't_been_redeemed -2026-05-13T18:30:52.7153120Z --- PASS: TestComputeBlacklistUpdates (0.00s) -2026-05-13T18:30:52.7154092Z --- PASS: TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out (0.00s) -2026-05-13T18:30:52.7155552Z --- PASS: TestComputeBlacklistUpdates/empty_suspected_nodes,_a_node_has_timed_out_and_later_has_been_redeemed (0.00s) -2026-05-13T18:30:52.7156951Z --- PASS: TestComputeBlacklistUpdates/a_node_is_suspected_and_has_timed_out_again (0.00s) -2026-05-13T18:30:52.7158357Z --- PASS: TestComputeBlacklistUpdates/a_node_is_suspected_and_has_been_redeemed (0.00s) -2026-05-13T18:30:52.7159608Z --- PASS: TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_now_suspected (0.00s) -2026-05-13T18:30:52.7160958Z --- PASS: TestComputeBlacklistUpdates/a_node_is_not_suspected_and_is_suspected_and_then_redeemed (0.00s) -2026-05-13T18:30:52.7162311Z --- PASS: TestComputeBlacklistUpdates/a_node_is_not_suspected_and_also_hasn't_timed_out (0.00s) -2026-05-13T18:30:52.7163577Z --- PASS: TestComputeBlacklistUpdates/a_node_is_suspected_and_hasn't_been_redeemed (0.00s) -2026-05-13T18:30:52.7164337Z === RUN TestAdvanceRound -2026-05-13T18:30:52.7164739Z === RUN TestAdvanceRound/round_0 -2026-05-13T18:30:52.7165168Z === RUN TestAdvanceRound/round_1 -2026-05-13T18:30:52.7165581Z === RUN TestAdvanceRound/round_2 -2026-05-13T18:30:52.7165992Z === RUN TestAdvanceRound/round_3 -2026-05-13T18:30:52.7166405Z === RUN TestAdvanceRound/round_4 -2026-05-13T18:30:52.7166814Z === RUN TestAdvanceRound/round_5 -2026-05-13T18:30:52.7167476Z === RUN TestAdvanceRound/round_6 -2026-05-13T18:30:52.7167884Z === RUN TestAdvanceRound/round_7 -2026-05-13T18:30:52.7175290Z === RUN TestAdvanceRound/round_8 -2026-05-13T18:30:52.7175701Z === RUN TestAdvanceRound/round_9 -2026-05-13T18:30:52.7176118Z --- PASS: TestAdvanceRound (0.00s) -2026-05-13T18:30:52.7176652Z --- PASS: TestAdvanceRound/round_0 (0.00s) -2026-05-13T18:30:52.7177240Z --- PASS: TestAdvanceRound/round_1 (0.00s) -2026-05-13T18:30:52.7177814Z --- PASS: TestAdvanceRound/round_2 (0.00s) -2026-05-13T18:30:52.7178635Z --- PASS: TestAdvanceRound/round_3 (0.00s) -2026-05-13T18:30:52.7179222Z --- PASS: TestAdvanceRound/round_4 (0.00s) -2026-05-13T18:30:52.7179779Z --- PASS: TestAdvanceRound/round_5 (0.00s) -2026-05-13T18:30:52.7180338Z --- PASS: TestAdvanceRound/round_6 (0.00s) -2026-05-13T18:30:52.7180890Z --- PASS: TestAdvanceRound/round_7 (0.00s) -2026-05-13T18:30:52.7182257Z --- PASS: TestAdvanceRound/round_8 (0.00s) -2026-05-13T18:30:52.7182866Z --- PASS: TestAdvanceRound/round_9 (0.00s) -2026-05-13T18:30:52.7183353Z === RUN TestUpdateBytesEqualsLen -2026-05-13T18:30:52.7183813Z --- PASS: TestUpdateBytesEqualsLen (0.00s) -2026-05-13T18:30:52.7184284Z === RUN TestVerifyBlacklistUpdates -2026-05-13T18:30:52.7184797Z === RUN TestVerifyBlacklistUpdates/too_many_updates -2026-05-13T18:30:52.7185359Z === RUN TestVerifyBlacklistUpdates/invalid_type -2026-05-13T18:30:52.7185910Z === RUN TestVerifyBlacklistUpdates/invalid_index -2026-05-13T18:30:52.7186458Z === RUN TestVerifyBlacklistUpdates/double_vote -2026-05-13T18:30:52.7187023Z === RUN TestVerifyBlacklistUpdates/already_blacklisted -2026-05-13T18:30:52.7187733Z === RUN TestVerifyBlacklistUpdates/not_blacklisted,_cannot_be_redeemed -2026-05-13T18:30:52.7195792Z --- PASS: TestVerifyBlacklistUpdates (0.00s) -2026-05-13T18:30:52.7196534Z --- PASS: TestVerifyBlacklistUpdates/too_many_updates (0.00s) -2026-05-13T18:30:52.7197307Z --- PASS: TestVerifyBlacklistUpdates/invalid_type (0.00s) -2026-05-13T18:30:52.7198233Z --- PASS: TestVerifyBlacklistUpdates/invalid_index (0.00s) -2026-05-13T18:30:52.7198986Z --- PASS: TestVerifyBlacklistUpdates/double_vote (0.00s) -2026-05-13T18:30:52.7199787Z --- PASS: TestVerifyBlacklistUpdates/already_blacklisted (0.00s) -2026-05-13T18:30:52.7200758Z --- PASS: TestVerifyBlacklistUpdates/not_blacklisted,_cannot_be_redeemed (0.00s) -2026-05-13T18:30:52.7201571Z === RUN TestBlacklistMultipleAttemptsOverSeveralOrbits -2026-05-13T18:30:52.7202299Z --- PASS: TestBlacklistMultipleAttemptsOverSeveralOrbits (0.00s) -2026-05-13T18:30:52.7202949Z === RUN TestBlacklistSimulateNetwork -2026-05-13T18:30:52.7203452Z === RUN TestBlacklistSimulateNetwork/n=1/r=10 -2026-05-13T18:30:52.7204014Z === PAUSE TestBlacklistSimulateNetwork/n=1/r=10 -2026-05-13T18:30:52.7204549Z === RUN TestBlacklistSimulateNetwork/n=1/r=100 -2026-05-13T18:30:52.7205095Z === PAUSE TestBlacklistSimulateNetwork/n=1/r=100 -2026-05-13T18:30:52.7205634Z === RUN TestBlacklistSimulateNetwork/n=1/r=1000 -2026-05-13T18:30:52.7206185Z === PAUSE TestBlacklistSimulateNetwork/n=1/r=1000 -2026-05-13T18:30:52.7206724Z === RUN TestBlacklistSimulateNetwork/n=2/r=10 -2026-05-13T18:30:52.7207230Z === PAUSE TestBlacklistSimulateNetwork/n=2/r=10 -2026-05-13T18:30:52.7207754Z === RUN TestBlacklistSimulateNetwork/n=2/r=100 -2026-05-13T18:30:52.7208473Z === PAUSE TestBlacklistSimulateNetwork/n=2/r=100 -2026-05-13T18:30:52.7209010Z === RUN TestBlacklistSimulateNetwork/n=2/r=1000 -2026-05-13T18:30:52.7209538Z === PAUSE TestBlacklistSimulateNetwork/n=2/r=1000 -2026-05-13T18:30:52.7210073Z === RUN TestBlacklistSimulateNetwork/n=4/r=10 -2026-05-13T18:30:52.7210593Z === PAUSE TestBlacklistSimulateNetwork/n=4/r=10 -2026-05-13T18:30:52.7211126Z === RUN TestBlacklistSimulateNetwork/n=4/r=100 -2026-05-13T18:30:52.7211658Z === PAUSE TestBlacklistSimulateNetwork/n=4/r=100 -2026-05-13T18:30:52.7212213Z === RUN TestBlacklistSimulateNetwork/n=4/r=1000 -2026-05-13T18:30:52.7212755Z === PAUSE TestBlacklistSimulateNetwork/n=4/r=1000 -2026-05-13T18:30:52.7213460Z === RUN TestBlacklistSimulateNetwork/n=8/r=10 -2026-05-13T18:30:52.7213997Z === PAUSE TestBlacklistSimulateNetwork/n=8/r=10 -2026-05-13T18:30:52.7214514Z === RUN TestBlacklistSimulateNetwork/n=8/r=100 -2026-05-13T18:30:52.7215036Z === PAUSE TestBlacklistSimulateNetwork/n=8/r=100 -2026-05-13T18:30:52.7215585Z === RUN TestBlacklistSimulateNetwork/n=8/r=1000 -2026-05-13T18:30:52.7216111Z === PAUSE TestBlacklistSimulateNetwork/n=8/r=1000 -2026-05-13T18:30:52.7216635Z === RUN TestBlacklistSimulateNetwork/n=16/r=10 -2026-05-13T18:30:52.7217151Z === PAUSE TestBlacklistSimulateNetwork/n=16/r=10 -2026-05-13T18:30:52.7217694Z === RUN TestBlacklistSimulateNetwork/n=16/r=100 -2026-05-13T18:30:52.7218704Z === PAUSE TestBlacklistSimulateNetwork/n=16/r=100 -2026-05-13T18:30:52.7219245Z === RUN TestBlacklistSimulateNetwork/n=16/r=1000 -2026-05-13T18:30:52.7219793Z === PAUSE TestBlacklistSimulateNetwork/n=16/r=1000 -2026-05-13T18:30:52.7220486Z === RUN TestBlacklistSimulateNetwork/n=32/r=10 -2026-05-13T18:30:52.7221047Z === PAUSE TestBlacklistSimulateNetwork/n=32/r=10 -2026-05-13T18:30:52.7221566Z === RUN TestBlacklistSimulateNetwork/n=32/r=100 -2026-05-13T18:30:52.7222096Z === PAUSE TestBlacklistSimulateNetwork/n=32/r=100 -2026-05-13T18:30:52.7222637Z === RUN TestBlacklistSimulateNetwork/n=32/r=1000 -2026-05-13T18:30:52.7223163Z === PAUSE TestBlacklistSimulateNetwork/n=32/r=1000 -2026-05-13T18:30:52.7223707Z === RUN TestBlacklistSimulateNetwork/n=64/r=10 -2026-05-13T18:30:52.7224233Z === PAUSE TestBlacklistSimulateNetwork/n=64/r=10 -2026-05-13T18:30:52.7224767Z === RUN TestBlacklistSimulateNetwork/n=64/r=100 -2026-05-13T18:30:52.7225297Z === PAUSE TestBlacklistSimulateNetwork/n=64/r=100 -2026-05-13T18:30:52.7225833Z === RUN TestBlacklistSimulateNetwork/n=64/r=1000 -2026-05-13T18:30:52.7226383Z === PAUSE TestBlacklistSimulateNetwork/n=64/r=1000 -2026-05-13T18:30:52.7226929Z === RUN TestBlacklistSimulateNetwork/n=128/r=10 -2026-05-13T18:30:52.7227475Z === PAUSE TestBlacklistSimulateNetwork/n=128/r=10 -2026-05-13T18:30:52.7228009Z === RUN TestBlacklistSimulateNetwork/n=128/r=100 -2026-05-13T18:30:52.7228741Z === PAUSE TestBlacklistSimulateNetwork/n=128/r=100 -2026-05-13T18:30:52.7229295Z === RUN TestBlacklistSimulateNetwork/n=128/r=1000 -2026-05-13T18:30:52.7229846Z === PAUSE TestBlacklistSimulateNetwork/n=128/r=1000 -2026-05-13T18:30:52.7230395Z === CONT TestBlacklistSimulateNetwork/n=1/r=10 -2026-05-13T18:30:52.7230921Z === CONT TestBlacklistSimulateNetwork/n=32/r=100 -2026-05-13T18:30:52.7231470Z === CONT TestBlacklistSimulateNetwork/n=8/r=1000 -2026-05-13T18:30:52.7232002Z === CONT TestBlacklistSimulateNetwork/n=2/r=1000 -2026-05-13T18:30:52.7232583Z === CONT TestBlacklistSimulateNetwork/n=4/r=1000 -2026-05-13T18:30:52.7233119Z === CONT TestBlacklistSimulateNetwork/n=8/r=100 -2026-05-13T18:30:52.7233646Z === CONT TestBlacklistSimulateNetwork/n=128/r=1000 -2026-05-13T18:30:52.7234203Z === CONT TestBlacklistSimulateNetwork/n=2/r=100 -2026-05-13T18:30:52.7234723Z === CONT TestBlacklistSimulateNetwork/n=128/r=100 -2026-05-13T18:30:52.7235256Z === CONT TestBlacklistSimulateNetwork/n=1/r=100 -2026-05-13T18:30:52.7235785Z === CONT TestBlacklistSimulateNetwork/n=2/r=10 -2026-05-13T18:30:52.7236306Z === CONT TestBlacklistSimulateNetwork/n=1/r=1000 -2026-05-13T18:30:52.7236851Z === CONT TestBlacklistSimulateNetwork/n=64/r=1000 -2026-05-13T18:30:52.7237376Z === CONT TestBlacklistSimulateNetwork/n=128/r=10 -2026-05-13T18:30:52.7237908Z === CONT TestBlacklistSimulateNetwork/n=64/r=100 -2026-05-13T18:30:52.7238636Z === CONT TestBlacklistSimulateNetwork/n=64/r=10 -2026-05-13T18:30:52.7239163Z === CONT TestBlacklistSimulateNetwork/n=32/r=10 -2026-05-13T18:30:52.7239693Z === CONT TestBlacklistSimulateNetwork/n=16/r=1000 -2026-05-13T18:30:52.7240225Z === CONT TestBlacklistSimulateNetwork/n=32/r=1000 -2026-05-13T18:30:52.7240748Z === CONT TestBlacklistSimulateNetwork/n=16/r=10 -2026-05-13T18:30:52.7241279Z === CONT TestBlacklistSimulateNetwork/n=16/r=100 -2026-05-13T18:30:52.7241798Z === CONT TestBlacklistSimulateNetwork/n=4/r=100 -2026-05-13T18:30:52.7242495Z === CONT TestBlacklistSimulateNetwork/n=4/r=10 -2026-05-13T18:30:52.7243006Z === CONT TestBlacklistSimulateNetwork/n=8/r=10 -2026-05-13T18:30:52.7243521Z --- PASS: TestBlacklistSimulateNetwork (0.00s) -2026-05-13T18:30:52.7244222Z --- PASS: TestBlacklistSimulateNetwork/n=1/r=10 (0.00s) -2026-05-13T18:30:52.7244941Z --- PASS: TestBlacklistSimulateNetwork/n=32/r=100 (0.04s) -2026-05-13T18:30:52.7245671Z --- PASS: TestBlacklistSimulateNetwork/n=8/r=100 (0.01s) -2026-05-13T18:30:52.7246392Z --- PASS: TestBlacklistSimulateNetwork/n=2/r=1000 (0.21s) -2026-05-13T18:30:52.7247111Z --- PASS: TestBlacklistSimulateNetwork/n=2/r=100 (0.00s) -2026-05-13T18:30:52.7247824Z --- PASS: TestBlacklistSimulateNetwork/n=4/r=1000 (0.37s) -2026-05-13T18:30:52.7248913Z --- PASS: TestBlacklistSimulateNetwork/n=1/r=100 (0.00s) -2026-05-13T18:30:52.7249808Z --- PASS: TestBlacklistSimulateNetwork/n=2/r=10 (0.00s) -2026-05-13T18:30:52.7250556Z --- PASS: TestBlacklistSimulateNetwork/n=128/r=100 (0.23s) -2026-05-13T18:30:52.7251309Z --- PASS: TestBlacklistSimulateNetwork/n=1/r=1000 (0.08s) -2026-05-13T18:30:52.7252037Z --- PASS: TestBlacklistSimulateNetwork/n=128/r=10 (0.00s) -2026-05-13T18:30:52.7252781Z --- PASS: TestBlacklistSimulateNetwork/n=64/r=100 (0.07s) -2026-05-13T18:30:52.7253500Z --- PASS: TestBlacklistSimulateNetwork/n=64/r=10 (0.00s) -2026-05-13T18:30:52.7254221Z --- PASS: TestBlacklistSimulateNetwork/n=32/r=10 (0.00s) -2026-05-13T18:30:52.7254940Z --- PASS: TestBlacklistSimulateNetwork/n=8/r=1000 (0.95s) -2026-05-13T18:30:52.7255668Z --- PASS: TestBlacklistSimulateNetwork/n=16/r=1000 (1.64s) -2026-05-13T18:30:52.7256396Z --- PASS: TestBlacklistSimulateNetwork/n=16/r=10 (0.00s) -2026-05-13T18:30:52.7257116Z --- PASS: TestBlacklistSimulateNetwork/n=16/r=100 (0.02s) -2026-05-13T18:30:52.7257845Z --- PASS: TestBlacklistSimulateNetwork/n=4/r=100 (0.00s) -2026-05-13T18:30:52.7258748Z --- PASS: TestBlacklistSimulateNetwork/n=4/r=10 (0.00s) -2026-05-13T18:30:52.7326973Z --- PASS: TestBlacklistSimulateNetwork/n=8/r=10 (0.00s) -2026-05-13T18:30:52.7327830Z --- PASS: TestBlacklistSimulateNetwork/n=32/r=1000 (2.70s) -2026-05-13T18:30:52.7328791Z --- PASS: TestBlacklistSimulateNetwork/n=64/r=1000 (4.97s) -2026-05-13T18:30:52.7329560Z --- PASS: TestBlacklistSimulateNetwork/n=128/r=1000 (9.76s) -2026-05-13T18:30:52.7330112Z === RUN TestBlacklistEquals -2026-05-13T18:30:52.7330555Z === RUN TestBlacklistEquals/different_node_count -2026-05-13T18:30:52.7331139Z === RUN TestBlacklistEquals/different_suspected_nodes_count -2026-05-13T18:30:52.7331783Z === RUN TestBlacklistEquals/different_suspected_nodes_content -2026-05-13T18:30:52.7332381Z === RUN TestBlacklistEquals/different_updates_count -2026-05-13T18:30:52.7332988Z === RUN TestBlacklistEquals/different_updates_content -2026-05-13T18:30:52.7333527Z === RUN TestBlacklistEquals/equal_blacklists -2026-05-13T18:30:52.7339579Z --- PASS: TestBlacklistEquals (0.00s) -2026-05-13T18:30:52.7340249Z --- PASS: TestBlacklistEquals/different_node_count (0.00s) -2026-05-13T18:30:52.7341080Z --- PASS: TestBlacklistEquals/different_suspected_nodes_count (0.00s) -2026-05-13T18:30:52.7341984Z --- PASS: TestBlacklistEquals/different_suspected_nodes_content (0.00s) -2026-05-13T18:30:52.7342816Z --- PASS: TestBlacklistEquals/different_updates_count (0.00s) -2026-05-13T18:30:52.7343600Z --- PASS: TestBlacklistEquals/different_updates_content (0.00s) -2026-05-13T18:30:52.7344334Z --- PASS: TestBlacklistEquals/equal_blacklists (0.00s) -2026-05-13T18:30:52.7344829Z === RUN TestQuorumRecord -2026-05-13T18:30:52.7345202Z --- PASS: TestQuorumRecord (0.00s) -2026-05-13T18:30:52.7345618Z === RUN TestQuorumRecordFromBytes -2026-05-13T18:30:52.7346073Z === RUN TestQuorumRecordFromBytes/too_short -2026-05-13T18:30:52.7346592Z === RUN TestQuorumRecordFromBytes/buffer_too_small -2026-05-13T18:30:52.7347234Z === RUN TestQuorumRecordFromBytes/vote_length_exceeds_buffer_size -2026-05-13T18:30:52.7348834Z --- PASS: TestQuorumRecordFromBytes (0.00s) -2026-05-13T18:30:52.7349517Z --- PASS: TestQuorumRecordFromBytes/too_short (0.00s) -2026-05-13T18:30:52.7350291Z --- PASS: TestQuorumRecordFromBytes/buffer_too_small (0.00s) -2026-05-13T18:30:52.7351190Z --- PASS: TestQuorumRecordFromBytes/vote_length_exceeds_buffer_size (0.00s) -2026-05-13T18:30:52.7351839Z === RUN TestBlockRecord -2026-05-13T18:30:52.7352208Z --- PASS: TestBlockRecord (0.00s) -2026-05-13T18:30:52.7352624Z === RUN TestNotarizationRecord -2026-05-13T18:30:52.7353050Z --- PASS: TestNotarizationRecord (0.00s) -2026-05-13T18:30:52.7353480Z === RUN TestEmptyVote -2026-05-13T18:30:52.7353830Z --- PASS: TestEmptyVote (0.00s) -2026-05-13T18:30:52.7354207Z === RUN TestRetentionTerm -2026-05-13T18:30:52.7354612Z === RUN TestRetentionTerm/not_enough_bytes -2026-05-13T18:30:52.7355100Z === RUN TestRetentionTerm/wrong_record_type -2026-05-13T18:30:52.7355763Z === RUN TestRetentionTerm/EmptyVoteRecord -2026-05-13T18:30:52.7356261Z === RUN TestRetentionTerm/NotarizationRecord -2026-05-13T18:30:52.7356801Z === RUN TestRetentionTerm/EmptyNotarizationRecord -2026-05-13T18:30:52.7357310Z === RUN TestRetentionTerm/BlockRecord -2026-05-13T18:30:52.7357747Z --- PASS: TestRetentionTerm (0.00s) -2026-05-13T18:30:52.7358503Z --- PASS: TestRetentionTerm/not_enough_bytes (0.00s) -2026-05-13T18:30:52.7359185Z --- PASS: TestRetentionTerm/wrong_record_type (0.00s) -2026-05-13T18:30:52.7359857Z --- PASS: TestRetentionTerm/EmptyVoteRecord (0.00s) -2026-05-13T18:30:52.7360541Z --- PASS: TestRetentionTerm/NotarizationRecord (0.00s) -2026-05-13T18:30:52.7361284Z --- PASS: TestRetentionTerm/EmptyNotarizationRecord (0.00s) -2026-05-13T18:30:52.7361991Z --- PASS: TestRetentionTerm/BlockRecord (0.00s) -2026-05-13T18:30:52.7362451Z === RUN TestNodeIDs -2026-05-13T18:30:52.7362796Z --- PASS: TestNodeIDs (0.00s) -2026-05-13T18:30:52.7363159Z === RUN TestMetadata -2026-05-13T18:30:52.7363506Z --- PASS: TestMetadata (0.00s) -2026-05-13T18:30:52.7363904Z === RUN TestMonitorDoubleClose -2026-05-13T18:30:52.7364336Z --- PASS: TestMonitorDoubleClose (0.00s) -2026-05-13T18:30:52.7364816Z === RUN TestMonitorPrematureCancelTask -2026-05-13T18:30:52.7365473Z === RUN TestMonitorPrematureCancelTask/Cancelled_future_task_does_not_fire -2026-05-13T18:30:52.7366766Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "1h0m0s", "deadline": "2026-05-13T18:27:33.910Z"} -2026-05-13T18:30:52.7368306Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 0, "time": "2026-05-13T19:27:33.910Z"} -2026-05-13T18:30:52.7369295Z === RUN TestMonitorPrematureCancelTask/Non-Cancelled_future_task_fires -2026-05-13T18:30:52.7370350Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "1h0m0s", "deadline": "2026-05-13T19:27:33.910Z"} -2026-05-13T18:30:52.7371595Z 2026-05-13T18:27:33.910Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 1, "deadline": "2026-05-13T20:27:33.910Z"} -2026-05-13T18:30:52.7372958Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executed f {"taskID": 1, "time": "2026-05-13T20:27:33.910Z", "deadline": "2026-05-13T20:27:33.910Z"} -2026-05-13T18:30:52.7374229Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 1, "time": "2026-05-13T20:27:33.910Z"} -2026-05-13T18:30:52.7375121Z === RUN TestMonitorPrematureCancelTask/Cancelled_task_does_not_fire -2026-05-13T18:30:52.7375873Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 2} -2026-05-13T18:30:52.7376750Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 2} -2026-05-13T18:30:52.7377468Z --- PASS: TestMonitorPrematureCancelTask (0.00s) -2026-05-13T18:30:52.7378559Z --- PASS: TestMonitorPrematureCancelTask/Cancelled_future_task_does_not_fire (0.00s) -2026-05-13T18:30:52.7379690Z --- PASS: TestMonitorPrematureCancelTask/Non-Cancelled_future_task_fires (0.00s) -2026-05-13T18:30:52.7380752Z --- PASS: TestMonitorPrematureCancelTask/Cancelled_task_does_not_fire (0.00s) -2026-05-13T18:30:52.7381621Z === RUN TestMonitorAsyncWaitFor -2026-05-13T18:30:52.7382286Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 0} -2026-05-13T18:30:52.7383167Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 0} -2026-05-13T18:30:52.7383861Z --- PASS: TestMonitorAsyncWaitFor (0.00s) -2026-05-13T18:30:52.7384362Z === RUN TestMonitorAsyncWaitUntilWithWaitFor -2026-05-13T18:30:52.7385345Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "10ms", "deadline": "2026-05-13T18:27:33.911Z"} -2026-05-13T18:30:52.7386483Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 0} -2026-05-13T18:30:52.7387352Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 0} -2026-05-13T18:30:52.7388831Z 2026-05-13T18:27:33.911Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 1, "deadline": "2026-05-13T18:27:33.921Z"} -2026-05-13T18:30:52.7390310Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executed f {"taskID": 1, "time": "2026-05-13T18:27:33.921Z", "deadline": "2026-05-13T18:27:33.921Z"} -2026-05-13T18:30:52.7391700Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 1, "time": "2026-05-13T18:27:33.921Z"} -2026-05-13T18:30:52.7392601Z --- PASS: TestMonitorAsyncWaitUntilWithWaitFor (0.00s) -2026-05-13T18:30:52.7393216Z === RUN TestMonitorAsyncWaitForWithNestedWaitUntil -2026-05-13T18:30:52.7393945Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 0} -2026-05-13T18:30:52.7395099Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Scheduling task {"timeout": "10ms", "deadline": "2026-05-13T18:27:33.912Z"} -2026-05-13T18:30:52.7396371Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Task executed {"taskID": 0} -2026-05-13T18:30:52.7397542Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executing f {"taskID": 1, "deadline": "2026-05-13T18:27:33.922Z"} -2026-05-13T18:30:52.7399725Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Executed f {"taskID": 1, "time": "2026-05-13T18:27:33.922Z", "deadline": "2026-05-13T18:27:33.922Z"} -2026-05-13T18:30:52.7401275Z 2026-05-13T18:27:33.912Z DEBUG Simplex/monitor_test.go:132 Ticked {"taskID": 1, "time": "2026-05-13T18:27:33.922Z"} -2026-05-13T18:30:52.7402314Z --- PASS: TestMonitorAsyncWaitForWithNestedWaitUntil (0.00s) -2026-05-13T18:30:52.7403125Z === RUN TestBlockVerificationScheduler -2026-05-13T18:30:52.7403966Z === RUN TestBlockVerificationScheduler/Schedules_immediately_when_no_dependencies -2026-05-13T18:30:52.7405199Z === RUN TestBlockVerificationScheduler/Defers_until_prevBlock_is_satisfied_(manual_ExecuteBlockDependents) -2026-05-13T18:30:52.7406582Z === RUN TestBlockVerificationScheduler/Defers_until_all_emptyRounds_are_satisfied -2026-05-13T18:30:52.7407695Z === RUN TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied -2026-05-13T18:30:52.7409318Z === RUN TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied_swapped_order -2026-05-13T18:30:52.7410869Z === RUN TestBlockVerificationScheduler/Chained_scheduling_via_onTaskFinished_(A_finishes_->_B_unblocked) -2026-05-13T18:30:52.7412121Z === RUN TestBlockVerificationScheduler/Max_pending_limit_enforced_(dependencies_+_queued) -2026-05-13T18:30:52.7413455Z === RUN TestBlockVerificationScheduler/Multiple_unrelated_dependency_resolutions_don't_trigger_others -2026-05-13T18:30:52.7414798Z === RUN TestBlockVerificationScheduler/RemoveOldTasks_removes_tasks_with_blockSeq_<=_finalized_seq -2026-05-13T18:30:52.7415683Z --- PASS: TestBlockVerificationScheduler (5.51s) -2026-05-13T18:30:52.7416345Z --- PASS: TestBlockVerificationScheduler/Schedules_immediately_when_no_dependencies (0.00s) -2026-05-13T18:30:52.7417231Z --- PASS: TestBlockVerificationScheduler/Defers_until_prevBlock_is_satisfied_(manual_ExecuteBlockDependents) (0.50s) -2026-05-13T18:30:52.7418667Z --- PASS: TestBlockVerificationScheduler/Defers_until_all_emptyRounds_are_satisfied (0.50s) -2026-05-13T18:30:52.7419556Z --- PASS: TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied (0.50s) -2026-05-13T18:30:52.7420564Z --- PASS: TestBlockVerificationScheduler/Defers_until_both_prevBlock_and_all_emptyRounds_are_satisfied_swapped_order (0.50s) -2026-05-13T18:30:52.7421639Z --- PASS: TestBlockVerificationScheduler/Chained_scheduling_via_onTaskFinished_(A_finishes_->_B_unblocked) (0.50s) -2026-05-13T18:30:52.7422509Z --- PASS: TestBlockVerificationScheduler/Max_pending_limit_enforced_(dependencies_+_queued) (0.00s) -2026-05-13T18:30:52.7423417Z --- PASS: TestBlockVerificationScheduler/Multiple_unrelated_dependency_resolutions_don't_trigger_others (1.50s) -2026-05-13T18:30:52.7424528Z --- PASS: TestBlockVerificationScheduler/RemoveOldTasks_removes_tasks_with_blockSeq_<=_finalized_seq (1.50s) -2026-05-13T18:30:52.7425200Z === RUN TestEpochLeaderFailoverWithEmptyNotarization -2026-05-13T18:30:52.7426035Z [05-13|18:27:39.421] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7426950Z [05-13|18:27:39.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7427890Z [05-13|18:27:39.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7429078Z [05-13|18:27:39.423] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7429844Z [05-13|18:27:39.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7430810Z [05-13|18:27:39.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7431756Z [05-13|18:27:39.424] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7432745Z [05-13|18:27:39.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7433666Z [05-13|18:27:39.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7434439Z === RUN TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-no-crash -2026-05-13T18:30:52.7435269Z [05-13|18:27:39.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.7436195Z [05-13|18:27:39.425] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.7437211Z [05-13|18:27:39.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7438430Z [05-13|18:27:39.426] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "3b6b859dc1c5eff907f7..."} -2026-05-13T18:30:52.7439379Z === RUN TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-with-crash -2026-05-13T18:30:52.7440410Z [05-13|18:27:39.426] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7441278Z [05-13|18:27:39.427] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} -2026-05-13T18:30:52.7442487Z [05-13|18:27:39.427] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: true, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: false}"} -2026-05-13T18:30:52.7443775Z [05-13|18:27:39.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.7444744Z [05-13|18:27:39.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7445715Z [05-13|18:27:39.428] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "3b6b859dc1c5eff907f7..."} -2026-05-13T18:30:52.7446337Z [05-13|18:27:39.428] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7446924Z [05-13|18:27:39.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.7447442Z [05-13|18:27:39.428] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7448277Z [05-13|18:27:39.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.7448972Z --- PASS: TestEpochLeaderFailoverWithEmptyNotarization (0.01s) -2026-05-13T18:30:52.7449860Z --- PASS: TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-no-crash (0.00s) -2026-05-13T18:30:52.7451002Z --- PASS: TestEpochLeaderFailoverWithEmptyNotarization/TestEpochLeaderFailoverWithEmptyNotarization-with-crash (0.00s) -2026-05-13T18:30:52.7451746Z === RUN TestEpochRebroadcastsEmptyVoteAfterBlockProposalReceived -2026-05-13T18:30:52.7452686Z [05-13|18:27:39.429] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7453547Z [05-13|18:27:39.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.7454038Z [05-13|18:27:39.460] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7454659Z --- PASS: TestEpochRebroadcastsEmptyVoteAfterBlockProposalReceived (0.03s) -2026-05-13T18:30:52.7455191Z === RUN TestEpochLeaderFailoverReceivesEmptyVotesEarly -2026-05-13T18:30:52.7456022Z [05-13|18:27:39.460] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7457013Z [05-13|18:27:39.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7457893Z [05-13|18:27:39.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7459096Z [05-13|18:27:39.461] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7459956Z [05-13|18:27:39.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7460834Z [05-13|18:27:39.462] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.7461879Z [05-13|18:27:39.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7462889Z [05-13|18:27:39.462] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7463615Z [05-13|18:27:39.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7464462Z [05-13|18:27:39.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.7465562Z [05-13|18:27:39.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7466509Z [05-13|18:27:39.464] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7467343Z [05-13|18:27:39.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7468432Z [05-13|18:27:39.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7469454Z === RUN TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-no-crash -2026-05-13T18:30:52.7470335Z [05-13|18:27:39.517] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.7471321Z [05-13|18:27:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7472481Z === RUN TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-with-crash -2026-05-13T18:30:52.7473532Z [05-13|18:27:39.517] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7474427Z [05-13|18:27:39.518] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 4} -2026-05-13T18:30:52.7475039Z [05-13|18:27:39.518] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 9} -2026-05-13T18:30:52.7476148Z [05-13|18:27:39.518] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 4, "relevant": "walRound{round: 4, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:52.7477467Z [05-13|18:27:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.7478727Z [05-13|18:27:39.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7479481Z [05-13|18:27:39.519] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7480012Z [05-13|18:27:39.519] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7480540Z [05-13|18:27:39.519] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7481087Z --- PASS: TestEpochLeaderFailoverReceivesEmptyVotesEarly (0.06s) -2026-05-13T18:30:52.7482083Z --- PASS: TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-no-crash (0.00s) -2026-05-13T18:30:52.7483184Z --- PASS: TestEpochLeaderFailoverReceivesEmptyVotesEarly/TestEpochLeaderFailoverReceivesEmptyVotesEarly-with-crash (0.00s) -2026-05-13T18:30:52.7483910Z === RUN TestReceiveEmptyNotarizationWithNoQC -2026-05-13T18:30:52.7484726Z [05-13|18:27:39.519] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7485467Z [05-13|18:27:39.520] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7485926Z --- PASS: TestReceiveEmptyNotarizationWithNoQC (0.00s) -2026-05-13T18:30:52.7486359Z === RUN TestEpochLeaderFailover -2026-05-13T18:30:52.7487095Z [05-13|18:27:39.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7487991Z [05-13|18:27:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7489115Z [05-13|18:27:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7490087Z [05-13|18:27:39.521] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7490844Z [05-13|18:27:39.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7491908Z [05-13|18:27:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7492867Z [05-13|18:27:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7493623Z [05-13|18:27:39.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7494482Z [05-13|18:27:39.522] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.7495646Z [05-13|18:27:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7496591Z [05-13|18:27:39.523] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7497330Z [05-13|18:27:39.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7497918Z === RUN TestEpochLeaderFailover/TestEpochLeaderFailover-no-crash -2026-05-13T18:30:52.7499003Z [05-13|18:27:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7499925Z [05-13|18:27:39.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7500832Z [05-13|18:27:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7501770Z [05-13|18:27:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.7502480Z === RUN TestEpochLeaderFailover/TestEpochLeaderFailover-with-crash -2026-05-13T18:30:52.7503303Z [05-13|18:27:39.577] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7504137Z [05-13|18:27:39.577] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} -2026-05-13T18:30:52.7505301Z [05-13|18:27:39.577] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} -2026-05-13T18:30:52.7506423Z [05-13|18:27:39.577] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} -2026-05-13T18:30:52.7507326Z [05-13|18:27:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7508438Z [05-13|18:27:39.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7509324Z [05-13|18:27:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7510266Z [05-13|18:27:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.7510927Z [05-13|18:27:39.578] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7511436Z [05-13|18:27:39.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7511997Z [05-13|18:27:39.579] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7512465Z [05-13|18:27:39.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7513019Z --- PASS: TestEpochLeaderFailover (0.06s) -2026-05-13T18:30:52.7513694Z --- PASS: TestEpochLeaderFailover/TestEpochLeaderFailover-no-crash (0.00s) -2026-05-13T18:30:52.7514363Z --- PASS: TestEpochLeaderFailover/TestEpochLeaderFailover-with-crash (0.00s) -2026-05-13T18:30:52.7515026Z === RUN TestEpochLeaderFailoverDoNotPersistEmptyRoundTwice -2026-05-13T18:30:52.7515813Z [05-13|18:27:39.579] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7516689Z [05-13|18:27:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7517641Z [05-13|18:27:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7518928Z [05-13|18:27:39.580] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7519690Z [05-13|18:27:39.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7520636Z [05-13|18:27:39.580] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.7521691Z [05-13|18:27:39.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7522619Z [05-13|18:27:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7523347Z [05-13|18:27:39.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:52.7524183Z [05-13|18:27:39.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7524922Z [05-13|18:27:39.643] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7525496Z [05-13|18:27:39.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7526084Z --- PASS: TestEpochLeaderFailoverDoNotPersistEmptyRoundTwice (0.06s) -2026-05-13T18:30:52.7526577Z === RUN TestEpochLeaderRecursivelyFetchNotarizedBlocks -2026-05-13T18:30:52.7527419Z [05-13|18:27:39.644] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7528553Z epoch_failover_test.go:378: Triggering block to be built for round 0 -2026-05-13T18:30:52.7529105Z [05-13|18:27:39.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.7530056Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7531129Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7532173Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7533310Z [05-13|18:27:39.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7534168Z epoch_failover_test.go:378: Triggering block to be built for round 4 -2026-05-13T18:30:52.7534768Z [05-13|18:27:39.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.7535671Z [05-13|18:27:39.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7536698Z [05-13|18:27:39.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7537573Z [05-13|18:27:39.759] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7538410Z [05-13|18:27:39.759] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:52.7538958Z --- PASS: TestEpochLeaderRecursivelyFetchNotarizedBlocks (0.12s) -2026-05-13T18:30:52.7539466Z === RUN TestEpochLeaderFailoverInLeaderRound -2026-05-13T18:30:52.7540282Z [05-13|18:27:39.760] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7541200Z [05-13|18:27:39.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7542192Z [05-13|18:27:39.760] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:52.7543278Z [05-13|18:27:39.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7544258Z [05-13|18:27:39.761] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7545004Z [05-13|18:27:39.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7545915Z [05-13|18:27:39.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7546867Z [05-13|18:27:39.762] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7547613Z [05-13|18:27:39.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7548732Z [05-13|18:27:39.762] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.7549815Z [05-13|18:27:39.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7550724Z [05-13|18:27:39.763] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7551494Z [05-13|18:27:39.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7552335Z [05-13|18:27:39.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7553057Z [05-13|18:27:39.816] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7553633Z [05-13|18:27:39.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.7554200Z --- PASS: TestEpochLeaderFailoverInLeaderRound (0.06s) -2026-05-13T18:30:52.7554607Z === RUN TestEpochNoFinalizationAfterEmptyVote -2026-05-13T18:30:52.7555419Z [05-13|18:27:39.816] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7556279Z [05-13|18:27:39.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7557177Z [05-13|18:27:39.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7558388Z [05-13|18:27:39.817] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7559144Z [05-13|18:27:39.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:52.7559947Z [05-13|18:27:39.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7560905Z [05-13|18:27:39.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7561819Z [05-13|18:27:39.880] INFO Simplex/epoch.go:2819 We have already timed out on this round, will not finalize it {"round": 1} -2026-05-13T18:30:52.7562461Z [05-13|18:27:40.880] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7563001Z [05-13|18:27:40.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:52.7563589Z --- PASS: TestEpochNoFinalizationAfterEmptyVote (1.06s) -2026-05-13T18:30:52.7564032Z === RUN TestEpochLeaderFailoverAfterProposal -2026-05-13T18:30:52.7564900Z [05-13|18:27:40.881] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7565829Z [05-13|18:27:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7566696Z [05-13|18:27:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7567709Z [05-13|18:27:40.882] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7568716Z [05-13|18:27:40.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7569579Z [05-13|18:27:40.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7570565Z [05-13|18:27:40.883] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7571352Z [05-13|18:27:40.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7572188Z [05-13|18:27:40.883] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.7573288Z [05-13|18:27:40.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7574244Z [05-13|18:27:40.884] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7574908Z [05-13|18:27:40.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7575614Z === RUN TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-no-crash -2026-05-13T18:30:52.7576523Z [05-13|18:27:40.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7577396Z [05-13|18:27:40.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7578751Z [05-13|18:27:40.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7579768Z [05-13|18:27:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.7580574Z === RUN TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-with-crash -2026-05-13T18:30:52.7581582Z [05-13|18:27:40.938] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7582425Z [05-13|18:27:40.939] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 3} -2026-05-13T18:30:52.7583218Z [05-13|18:27:40.939] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 8} -2026-05-13T18:30:52.7584308Z [05-13|18:27:40.939] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:52.7585512Z [05-13|18:27:40.939] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} -2026-05-13T18:30:52.7586407Z [05-13|18:27:40.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7587249Z [05-13|18:27:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7588594Z [05-13|18:27:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7589621Z [05-13|18:27:40.940] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.7590222Z [05-13|18:27:40.940] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7590826Z [05-13|18:27:40.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7591363Z [05-13|18:27:40.941] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7591833Z [05-13|18:27:40.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7592427Z --- PASS: TestEpochLeaderFailoverAfterProposal (0.06s) -2026-05-13T18:30:52.7593176Z --- PASS: TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-no-crash (0.00s) -2026-05-13T18:30:52.7594105Z --- PASS: TestEpochLeaderFailoverAfterProposal/TestEpochLeaderFailoverAfterProposal-with-crash (0.00s) -2026-05-13T18:30:52.7594746Z === RUN TestEpochLeaderFailoverTwice -2026-05-13T18:30:52.7595497Z [05-13|18:27:40.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7596381Z [05-13|18:27:40.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7597301Z [05-13|18:27:40.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7598535Z [05-13|18:27:40.942] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7599308Z [05-13|18:27:40.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7600220Z [05-13|18:27:40.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.7601279Z [05-13|18:27:40.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7602205Z [05-13|18:27:40.943] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7602988Z epoch_failover_test.go:635: Node 2 crashes, leader failover to node 3 -2026-05-13T18:30:52.7603594Z [05-13|18:27:40.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:52.7604164Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash -2026-05-13T18:30:52.7605064Z [05-13|18:27:41.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7605978Z epoch_failover_test.go:658: Node 3 crashes and node 2 comes back up (just in time) -2026-05-13T18:30:52.7606680Z [05-13|18:27:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7607681Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-no-crash -2026-05-13T18:30:52.7609060Z [05-13|18:27:41.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7609909Z [05-13|18:27:41.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7610854Z [05-13|18:27:41.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7611888Z [05-13|18:27:41.069] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "bca88906d3250eaf6114..."} -2026-05-13T18:30:52.7612942Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-with-crash -2026-05-13T18:30:52.7614206Z [05-13|18:27:41.070] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7615005Z [05-13|18:27:41.070] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} -2026-05-13T18:30:52.7616158Z [05-13|18:27:41.070] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} -2026-05-13T18:30:52.7617347Z [05-13|18:27:41.070] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} -2026-05-13T18:30:52.7618422Z [05-13|18:27:41.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7619353Z [05-13|18:27:41.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7620305Z [05-13|18:27:41.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7621217Z [05-13|18:27:41.072] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "c0e3a2d586f16a64038e..."} -2026-05-13T18:30:52.7621856Z [05-13|18:27:41.072] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7622374Z [05-13|18:27:41.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7623005Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash -2026-05-13T18:30:52.7623927Z [05-13|18:27:41.072] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7624747Z [05-13|18:27:41.073] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} -2026-05-13T18:30:52.7625901Z [05-13|18:27:41.073] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} -2026-05-13T18:30:52.7627037Z [05-13|18:27:41.073] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 2} -2026-05-13T18:30:52.7627897Z [05-13|18:27:41.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7629034Z epoch_failover_test.go:658: Node 3 crashes and node 2 comes back up (just in time) -2026-05-13T18:30:52.7629674Z [05-13|18:27:41.073] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7630760Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-no-crash -2026-05-13T18:30:52.7631967Z [05-13|18:27:41.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7632846Z [05-13|18:27:41.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7633768Z [05-13|18:27:41.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7634731Z [05-13|18:27:41.137] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "bca88906d3250eaf6114..."} -2026-05-13T18:30:52.7635898Z === RUN TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-with-crash -2026-05-13T18:30:52.7637132Z [05-13|18:27:41.137] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7637981Z [05-13|18:27:41.137] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} -2026-05-13T18:30:52.7639363Z [05-13|18:27:41.137] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} -2026-05-13T18:30:52.7640544Z [05-13|18:27:41.137] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 3} -2026-05-13T18:30:52.7641473Z [05-13|18:27:41.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7642316Z [05-13|18:27:41.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7643233Z [05-13|18:27:41.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7644198Z [05-13|18:27:41.139] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 2, "digest": "c0e3a2d586f16a64038e..."} -2026-05-13T18:30:52.7644803Z [05-13|18:27:41.139] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7645355Z [05-13|18:27:41.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7645896Z [05-13|18:27:41.139] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7646421Z [05-13|18:27:41.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7646972Z [05-13|18:27:41.139] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7647477Z [05-13|18:27:41.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:52.7647982Z --- PASS: TestEpochLeaderFailoverTwice (0.20s) -2026-05-13T18:30:52.7648766Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash (0.07s) -2026-05-13T18:30:52.7650168Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-no-crash (0.00s) -2026-05-13T18:30:52.7651791Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-no-crash-with-crash (0.00s) -2026-05-13T18:30:52.7652856Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash (0.07s) -2026-05-13T18:30:52.7654238Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-no-crash (0.00s) -2026-05-13T18:30:52.7655980Z --- PASS: TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash/TestEpochLeaderFailoverTwice/TestEpochLeaderFailoverTwice-with-crash-with-crash (0.00s) -2026-05-13T18:30:52.7656897Z === RUN TestEpochLeaderFailoverGarbageCollectedEmptyVotes -2026-05-13T18:30:52.7657813Z [05-13|18:27:41.140] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7658965Z [05-13|18:27:41.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7659869Z [05-13|18:27:41.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7661034Z [05-13|18:27:41.141] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7661810Z [05-13|18:27:41.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7662717Z [05-13|18:27:41.141] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.7663831Z [05-13|18:27:41.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7664744Z [05-13|18:27:41.142] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7665487Z [05-13|18:27:41.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7666401Z [05-13|18:27:41.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7667349Z [05-13|18:27:41.143] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7668274Z [05-13|18:27:41.143] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7669163Z [05-13|18:27:41.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7669924Z [05-13|18:27:41.143] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7670431Z --- PASS: TestEpochLeaderFailoverGarbageCollectedEmptyVotes (0.00s) -2026-05-13T18:30:52.7670966Z === RUN TestEpochLeaderFailoverBecauseOfBadBlock -2026-05-13T18:30:52.7671766Z [05-13|18:27:41.144] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7672664Z [05-13|18:27:41.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7673590Z [05-13|18:27:41.144] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:52.7674641Z [05-13|18:27:41.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7675552Z [05-13|18:27:41.145] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7676614Z [05-13|18:27:41.145] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 1, "leader": "0200000000000000", "error": "invalid block"} -2026-05-13T18:30:52.7677754Z [05-13|18:27:41.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7678996Z [05-13|18:27:41.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7679981Z [05-13|18:27:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7680942Z [05-13|18:27:41.157] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "538d93321228f04444dd..."} -2026-05-13T18:30:52.7681552Z [05-13|18:27:41.157] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7682129Z [05-13|18:27:41.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7682684Z --- PASS: TestEpochLeaderFailoverBecauseOfBadBlock (0.01s) -2026-05-13T18:30:52.7683135Z === RUN TestEpochLeaderFailoverNotNeeded -2026-05-13T18:30:52.7684051Z [05-13|18:27:41.157] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7684934Z [05-13|18:27:41.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7685833Z [05-13|18:27:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7686827Z [05-13|18:27:41.158] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7687590Z [05-13|18:27:41.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7688669Z [05-13|18:27:41.159] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.7689731Z [05-13|18:27:41.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7690703Z [05-13|18:27:41.159] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7691475Z [05-13|18:27:41.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7692357Z [05-13|18:27:41.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7693351Z [05-13|18:27:41.160] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7694061Z [05-13|18:27:41.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.7694703Z [05-13|18:27:41.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.7695613Z [05-13|18:27:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7696341Z [05-13|18:27:41.162] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7696893Z [05-13|18:27:41.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.7697458Z --- PASS: TestEpochLeaderFailoverNotNeeded (0.00s) -2026-05-13T18:30:52.7697820Z === RUN TestEpochBlacklist -2026-05-13T18:30:52.7698869Z [05-13|18:27:41.162] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7699756Z [05-13|18:27:41.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7700659Z [05-13|18:27:41.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7701818Z [05-13|18:27:41.164] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7702559Z [05-13|18:27:41.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7703447Z [05-13|18:27:41.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7704416Z [05-13|18:27:41.165] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7705153Z [05-13|18:27:41.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7706021Z [05-13|18:27:41.165] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.7707225Z [05-13|18:27:41.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7708392Z [05-13|18:27:41.166] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7709353Z [05-13|18:27:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7710266Z [05-13|18:27:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7711136Z [05-13|18:27:41.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7712120Z [05-13|18:27:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.7712826Z [05-13|18:27:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.7713777Z [05-13|18:27:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7714724Z [05-13|18:27:41.168] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:52.7715432Z [05-13|18:27:41.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.7716353Z [05-13|18:27:41.169] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:52.7717430Z [05-13|18:27:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7718590Z [05-13|18:27:41.169] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:52.7719627Z [05-13|18:27:41.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7720502Z [05-13|18:27:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.7721343Z [05-13|18:27:41.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7722221Z [05-13|18:27:41.171] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:52.7722865Z [05-13|18:27:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.7723750Z [05-13|18:27:41.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7724835Z [05-13|18:27:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.7725699Z [05-13|18:27:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7726761Z [05-13|18:27:41.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7727650Z [05-13|18:27:41.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:52.7728512Z [05-13|18:27:41.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.7729522Z [05-13|18:27:41.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7730495Z [05-13|18:27:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.7731342Z [05-13|18:27:41.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:52.7732383Z [05-13|18:27:41.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7733354Z [05-13|18:27:41.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:52.7734232Z [05-13|18:27:41.177] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:52.7735276Z [05-13|18:27:41.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7736062Z [05-13|18:27:41.178] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7736489Z --- PASS: TestEpochBlacklist (0.02s) -2026-05-13T18:30:52.7736824Z === RUN TestEpochRebroadcastsEmptyVote -2026-05-13T18:30:52.7781567Z [05-13|18:27:41.178] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7782477Z [05-13|18:27:41.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.7783311Z [05-13|18:27:41.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7784208Z [05-13|18:27:41.854] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:52.7784758Z [05-13|18:27:41.967] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.7785202Z --- PASS: TestEpochRebroadcastsEmptyVote (0.79s) -2026-05-13T18:30:52.7785723Z === RUN TestSimplexRebroadcastFinalizationVotes -2026-05-13T18:30:52.7786494Z [05-13|18:27:41.967] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7787598Z [05-13|18:27:41.969] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7789058Z [05-13|18:27:41.969] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7790130Z [05-13|18:27:41.969] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.7791494Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7792262Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7792918Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7793810Z [05-13|18:27:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7794923Z [05-13|18:27:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7796063Z [05-13|18:27:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7796974Z [05-13|18:27:41.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.7797849Z [05-13|18:27:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7799054Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7799750Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7800444Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7801393Z [05-13|18:27:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7802268Z [05-13|18:27:41.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.7803152Z [05-13|18:27:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7804216Z [05-13|18:27:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7805272Z [05-13|18:27:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7806141Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7806880Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7807538Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7808502Z [05-13|18:27:41.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.7809447Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7810482Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7811568Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7812687Z [05-13|18:27:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7813525Z [05-13|18:27:41.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.7814383Z [05-13|18:27:41.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.7815091Z [05-13|18:27:41.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.7815947Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7816849Z [05-13|18:27:41.979] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.7817751Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7819247Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7820379Z [05-13|18:27:41.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7821236Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7821935Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7822687Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7823353Z [05-13|18:27:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.7824251Z [05-13|18:27:41.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7825371Z [05-13|18:27:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7826425Z [05-13|18:27:41.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7827492Z [05-13|18:27:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7828662Z [05-13|18:27:41.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.7829354Z [05-13|18:27:41.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.7830052Z [05-13|18:27:41.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.7830901Z [05-13|18:27:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7832034Z [05-13|18:27:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7833131Z [05-13|18:27:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7834162Z [05-13|18:27:41.982] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:52.7835242Z [05-13|18:27:41.983] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:52.7836255Z [05-13|18:27:41.983] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:52.7837064Z [05-13|18:27:41.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7837584Z [05-13|18:27:41.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7838601Z [05-13|18:27:41.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7839317Z [05-13|18:27:41.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7839968Z [05-13|18:27:41.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.7840634Z [05-13|18:27:41.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.7841428Z [05-13|18:27:41.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.7842389Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7843258Z [05-13|18:27:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.7844132Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7845251Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7846278Z [05-13|18:27:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7847132Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.7847841Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.7848781Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.7849459Z [05-13|18:27:41.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.7850384Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7851452Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7852511Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7853593Z [05-13|18:27:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7854489Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.7855167Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.7855871Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.7856757Z [05-13|18:27:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7857783Z [05-13|18:27:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7859185Z [05-13|18:27:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.7860095Z [05-13|18:27:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7861126Z [05-13|18:27:41.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7862058Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.7862750Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.7863407Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.7864494Z [05-13|18:27:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7865583Z [05-13|18:27:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7866426Z [05-13|18:27:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.7867366Z [05-13|18:27:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7868682Z [05-13|18:27:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7869612Z [05-13|18:27:43.593] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7870557Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7871344Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7872245Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7873104Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.7873888Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7874738Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7875601Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7876390Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7877204Z [05-13|18:27:43.594] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.7878008Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7879166Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.7880020Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.7880843Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.7881954Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.7882768Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.7883575Z [05-13|18:27:43.595] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.7884413Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.7885259Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.7886170Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.7887017Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.7887799Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.7888893Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.7889769Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.7890548Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.7891387Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.7892218Z [05-13|18:27:43.596] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.7892997Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.7893832Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.7894648Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.7895464Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.7896308Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.7897109Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.7897927Z [05-13|18:27:43.597] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.7899103Z [05-13|18:27:43.598] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.7899979Z [05-13|18:27:43.598] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.7900807Z [05-13|18:27:43.599] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.7901651Z [05-13|18:27:43.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.7902709Z [05-13|18:27:43.599] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.7903530Z [05-13|18:27:43.600] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.7904384Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.7905185Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.7905884Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.7906521Z [05-13|18:27:43.693] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.7907482Z [05-13|18:27:43.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7908877Z [05-13|18:27:43.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7909984Z [05-13|18:27:43.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7911136Z [05-13|18:27:43.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7912060Z [05-13|18:27:43.694] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:52.7912880Z [05-13|18:27:43.694] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:52.7913581Z [05-13|18:27:43.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7914006Z [05-13|18:27:43.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7914670Z [05-13|18:27:43.695] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:52.7915551Z [05-13|18:27:43.695] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:52.7916142Z [05-13|18:27:43.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7916702Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:52.7917426Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:52.7918315Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:52.7919035Z [05-13|18:27:43.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:52.7919969Z [05-13|18:27:43.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7921045Z [05-13|18:27:43.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7922113Z [05-13|18:27:43.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7923199Z [05-13|18:27:43.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7924141Z [05-13|18:27:43.697] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:52.7924960Z [05-13|18:27:43.697] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:52.7925825Z [05-13|18:27:43.697] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:52.7926589Z [05-13|18:27:43.698] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7927192Z [05-13|18:27:43.698] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:52.7927997Z [05-13|18:27:43.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.7928957Z [05-13|18:27:43.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.7929617Z [05-13|18:27:43.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.7930564Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7931726Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7932611Z [05-13|18:27:43.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.7933582Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7934645Z [05-13|18:27:43.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7935591Z [05-13|18:27:43.699] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:52.7936268Z [05-13|18:27:43.699] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7936878Z [05-13|18:27:43.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:52.7937713Z [05-13|18:27:43.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:52.7938686Z [05-13|18:27:43.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7939136Z [05-13|18:27:43.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7939776Z [05-13|18:27:43.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:52.7940529Z [05-13|18:27:43.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.7941767Z [05-13|18:27:43.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.7942457Z [05-13|18:27:43.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.7943342Z [05-13|18:27:43.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7944266Z [05-13|18:27:43.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.7945121Z [05-13|18:27:43.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7946224Z [05-13|18:27:43.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7947302Z [05-13|18:27:43.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7948480Z [05-13|18:27:43.702] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:52.7949557Z [05-13|18:27:43.702] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:52.7950405Z [05-13|18:27:43.703] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:52.7951191Z [05-13|18:27:43.703] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:52.7951850Z [05-13|18:27:43.703] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7952441Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:52.7953104Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:52.7953956Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:52.7954844Z [05-13|18:27:43.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7955923Z [05-13|18:27:43.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7956828Z [05-13|18:27:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:52.7957699Z [05-13|18:27:43.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7959080Z [05-13|18:27:43.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.7960107Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:52.7960921Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:52.7961554Z [05-13|18:27:43.705] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7962024Z [05-13|18:27:43.705] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7962641Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:52.7963457Z [05-13|18:27:43.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:52.7964070Z [05-13|18:27:43.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7964695Z [05-13|18:27:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.7965400Z [05-13|18:27:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.7966044Z [05-13|18:27:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.7966996Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7967838Z [05-13|18:27:43.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.7968884Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7970016Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7971053Z [05-13|18:27:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.7972128Z [05-13|18:27:43.707] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:52.7973017Z [05-13|18:27:43.708] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:52.7973648Z [05-13|18:27:43.708] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7974274Z [05-13|18:27:43.708] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:52.7974958Z [05-13|18:27:43.708] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7975557Z [05-13|18:27:43.708] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:52.7976402Z [05-13|18:27:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:52.7977135Z [05-13|18:27:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:52.7978250Z [05-13|18:27:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7979322Z [05-13|18:27:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7980223Z [05-13|18:27:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:52.7980920Z [05-13|18:27:43.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:52.7981796Z [05-13|18:27:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7982887Z [05-13|18:27:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.7983863Z [05-13|18:27:43.710] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:52.7984673Z [05-13|18:27:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:52.7985514Z [05-13|18:27:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:52.7986142Z [05-13|18:27:43.711] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7986745Z [05-13|18:27:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:52.7987462Z [05-13|18:27:43.711] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7988171Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:52.7988847Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:52.7989590Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:52.7990446Z [05-13|18:27:43.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7991323Z [05-13|18:27:43.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:52.7992291Z [05-13|18:27:43.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7993453Z [05-13|18:27:43.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7994524Z [05-13|18:27:43.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.7995518Z [05-13|18:27:43.713] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:52.7996321Z [05-13|18:27:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:52.7997149Z [05-13|18:27:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:52.7998288Z [05-13|18:27:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:52.7998952Z [05-13|18:27:43.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.7999541Z [05-13|18:27:43.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:52.8000245Z [05-13|18:27:43.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:52.8001171Z [05-13|18:27:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8002090Z [05-13|18:27:43.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:52.8002975Z [05-13|18:27:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8004060Z [05-13|18:27:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8004931Z [05-13|18:27:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:52.8005699Z [05-13|18:27:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:52.8006667Z [05-13|18:27:43.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8007633Z [05-13|18:27:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:52.8008580Z [05-13|18:27:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:52.8009227Z [05-13|18:27:43.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8009639Z [05-13|18:27:43.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8010105Z [05-13|18:27:43.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8010753Z [05-13|18:27:43.717] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:52.8011508Z [05-13|18:27:43.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:52.8012230Z [05-13|18:27:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:52.8012904Z [05-13|18:27:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:52.8013597Z [05-13|18:27:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:52.8014530Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8015695Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8016790Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8017884Z [05-13|18:27:43.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8019026Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:52.8019978Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:52.8021695Z [05-13|18:27:43.719] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8022352Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:52.8023173Z [05-13|18:27:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:52.8023880Z [05-13|18:27:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:52.8024640Z [05-13|18:27:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:52.8025334Z [05-13|18:27:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:52.8026175Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8027138Z [05-13|18:27:43.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:52.8028259Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8029314Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8030547Z [05-13|18:27:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8031476Z [05-13|18:27:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:52.8032356Z [05-13|18:27:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:52.8033219Z [05-13|18:27:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:52.8033819Z [05-13|18:27:43.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8034500Z [05-13|18:27:43.722] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:52.8035279Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:52.8035943Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:52.8036929Z [05-13|18:27:43.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8037816Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:52.8038757Z [05-13|18:27:43.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:52.8039705Z [05-13|18:27:43.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8040744Z [05-13|18:27:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8041810Z [05-13|18:27:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8042845Z [05-13|18:27:43.724] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:52.8043755Z [05-13|18:27:43.724] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:52.8044602Z [05-13|18:27:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:52.8045285Z [05-13|18:27:43.725] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8045697Z [05-13|18:27:43.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8046379Z [05-13|18:27:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:52.8047002Z [05-13|18:27:43.725] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8047595Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:52.8048447Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:52.8049143Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:52.8050062Z [05-13|18:27:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8051167Z [05-13|18:27:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8052228Z [05-13|18:27:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8053118Z [05-13|18:27:43.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:52.8054015Z [05-13|18:27:43.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8054958Z [05-13|18:27:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:52.8055799Z [05-13|18:27:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:52.8056683Z [05-13|18:27:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:52.8057525Z [05-13|18:27:43.728] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:52.8058341Z [05-13|18:27:43.728] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8058753Z [05-13|18:27:43.728] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8059357Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:52.8060076Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:52.8060895Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:52.8061617Z [05-13|18:27:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:52.8062498Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8063576Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8064667Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8065853Z [05-13|18:27:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8066812Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:52.8067667Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:52.8068608Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:52.8069433Z [05-13|18:27:43.730] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:52.8070095Z [05-13|18:27:43.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8070551Z [05-13|18:27:43.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8071128Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:52.8071777Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:52.8072542Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:52.8073234Z [05-13|18:27:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:52.8074078Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8075236Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8076276Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8077337Z [05-13|18:27:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8078467Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:52.8079270Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:52.8080082Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:52.8080810Z [05-13|18:27:43.733] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8081218Z [05-13|18:27:43.733] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8081850Z [05-13|18:27:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:52.8082767Z [05-13|18:27:43.733] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8083120Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:52.8083420Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:52.8083715Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:52.8084273Z [05-13|18:27:43.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8084617Z [05-13|18:27:43.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:52.8085276Z [05-13|18:27:43.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8085780Z [05-13|18:27:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8086271Z [05-13|18:27:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8086686Z [05-13|18:27:43.735] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:52.8087040Z [05-13|18:27:43.736] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:52.8087264Z [05-13|18:27:43.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8087685Z [05-13|18:27:43.736] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:52.8087865Z [05-13|18:27:43.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8088366Z [05-13|18:27:43.736] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:52.8088742Z [05-13|18:27:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:52.8089023Z [05-13|18:27:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:52.8089567Z [05-13|18:27:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8090117Z [05-13|18:27:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8090415Z [05-13|18:27:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:52.8090906Z [05-13|18:27:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8091417Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:52.8091573Z [05-13|18:27:43.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8092090Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:52.8092604Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:52.8092977Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:52.8093301Z [05-13|18:27:43.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8093702Z [05-13|18:27:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:52.8093853Z [05-13|18:27:43.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8094260Z [05-13|18:27:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:52.8094806Z [05-13|18:27:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8095170Z [05-13|18:27:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:52.8095441Z [05-13|18:27:43.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8095656Z [05-13|18:27:43.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8095939Z [05-13|18:27:43.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:52.8096275Z [05-13|18:27:43.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:52.8096653Z [05-13|18:27:43.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:52.8096945Z [05-13|18:27:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:52.8097440Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8097971Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8098629Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8099225Z [05-13|18:27:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8099600Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:52.8099970Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:52.8100176Z [05-13|18:27:43.742] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8100542Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:52.8100893Z [05-13|18:27:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:52.8101183Z [05-13|18:27:43.742] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8101352Z [05-13|18:27:43.742] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8101649Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:52.8101946Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:52.8102475Z [05-13|18:27:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8102756Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:52.8103142Z [05-13|18:27:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:52.8103762Z [05-13|18:27:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8104255Z [05-13|18:27:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8104777Z [05-13|18:27:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8105145Z [05-13|18:27:43.744] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:52.8105624Z [05-13|18:27:43.744] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:52.8105899Z [05-13|18:27:43.744] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8106070Z [05-13|18:27:43.744] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8106431Z [05-13|18:27:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:52.8106825Z [05-13|18:27:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:52.8106991Z [05-13|18:27:43.745] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8107271Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:52.8107656Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:52.8108359Z [05-13|18:27:43.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8108726Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} -2026-05-13T18:30:52.8109258Z [05-13|18:27:43.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8109592Z [05-13|18:27:43.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:52.8110069Z [05-13|18:27:43.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8110656Z [05-13|18:27:43.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8111029Z [05-13|18:27:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:52.8111397Z [05-13|18:27:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:52.8111794Z [05-13|18:27:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:52.8111962Z [05-13|18:27:43.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8112316Z [05-13|18:27:43.748] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:52.8112700Z [05-13|18:27:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:52.8112998Z [05-13|18:27:43.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:52.8113298Z [05-13|18:27:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:52.8113984Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8114472Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8114894Z [05-13|18:27:43.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:52.8115402Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8115889Z [05-13|18:27:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8116399Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:52.8116777Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:52.8117142Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:52.8117375Z [05-13|18:27:43.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8117751Z [05-13|18:27:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:52.8117920Z [05-13|18:27:43.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8118429Z [05-13|18:27:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} -2026-05-13T18:30:52.8118736Z [05-13|18:27:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} -2026-05-13T18:30:52.8119034Z [05-13|18:27:43.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} -2026-05-13T18:30:52.8119401Z [05-13|18:27:43.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} -2026-05-13T18:30:52.8119910Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8120403Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8120930Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8121423Z [05-13|18:27:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8121801Z [05-13|18:27:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} -2026-05-13T18:30:52.8122228Z [05-13|18:27:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} -2026-05-13T18:30:52.8122607Z [05-13|18:27:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} -2026-05-13T18:30:52.8122775Z [05-13|18:27:43.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8123208Z [05-13|18:27:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} -2026-05-13T18:30:52.8123506Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} -2026-05-13T18:30:52.8123802Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} -2026-05-13T18:30:52.8124284Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} -2026-05-13T18:30:52.8124596Z [05-13|18:27:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} -2026-05-13T18:30:52.8125091Z [05-13|18:27:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8125618Z [05-13|18:27:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8126105Z [05-13|18:27:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8126691Z [05-13|18:27:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8127136Z [05-13|18:27:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} -2026-05-13T18:30:52.8127553Z [05-13|18:27:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} -2026-05-13T18:30:52.8127953Z [05-13|18:27:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} -2026-05-13T18:30:52.8128455Z [05-13|18:27:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} -2026-05-13T18:30:52.8128628Z [05-13|18:27:43.756] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8128953Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} -2026-05-13T18:30:52.8129301Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} -2026-05-13T18:30:52.8129812Z [05-13|18:27:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8130146Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} -2026-05-13T18:30:52.8130634Z [05-13|18:27:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8131124Z [05-13|18:27:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8131445Z [05-13|18:27:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} -2026-05-13T18:30:52.8131895Z [05-13|18:27:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} -2026-05-13T18:30:52.8132409Z [05-13|18:27:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8132844Z [05-13|18:27:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} -2026-05-13T18:30:52.8133016Z [05-13|18:27:43.758] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8133376Z [05-13|18:27:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} -2026-05-13T18:30:52.8133756Z [05-13|18:27:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} -2026-05-13T18:30:52.8133969Z [05-13|18:27:43.759] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8134151Z [05-13|18:27:43.759] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8134605Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} -2026-05-13T18:30:52.8134903Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} -2026-05-13T18:30:52.8135196Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} -2026-05-13T18:30:52.8135539Z [05-13|18:27:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} -2026-05-13T18:30:52.8136077Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8136686Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8137226Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8137716Z [05-13|18:27:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8138259Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} -2026-05-13T18:30:52.8138660Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} -2026-05-13T18:30:52.8138941Z [05-13|18:27:43.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8139343Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} -2026-05-13T18:30:52.8139552Z [05-13|18:27:43.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8139917Z [05-13|18:27:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} -2026-05-13T18:30:52.8140250Z [05-13|18:27:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} -2026-05-13T18:30:52.8140565Z [05-13|18:27:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} -2026-05-13T18:30:52.8140898Z [05-13|18:27:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} -2026-05-13T18:30:52.8141206Z [05-13|18:27:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} -2026-05-13T18:30:52.8141737Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8142231Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8142725Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8143237Z [05-13|18:27:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8143646Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} -2026-05-13T18:30:52.8144060Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} -2026-05-13T18:30:52.8144426Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} -2026-05-13T18:30:52.8144946Z [05-13|18:27:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} -2026-05-13T18:30:52.8145151Z [05-13|18:27:43.765] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8145433Z [05-13|18:27:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} -2026-05-13T18:30:52.8145771Z [05-13|18:27:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} -2026-05-13T18:30:52.8146116Z [05-13|18:27:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} -2026-05-13T18:30:52.8146610Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8147005Z [05-13|18:27:43.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} -2026-05-13T18:30:52.8147537Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8148016Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8148697Z [05-13|18:27:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8149161Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} -2026-05-13T18:30:52.8149528Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} -2026-05-13T18:30:52.8149898Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} -2026-05-13T18:30:52.8150313Z [05-13|18:27:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} -2026-05-13T18:30:52.8150468Z [05-13|18:27:43.768] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8150675Z [05-13|18:27:43.768] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8151026Z [05-13|18:27:43.768] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} -2026-05-13T18:30:52.8151321Z [05-13|18:27:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} -2026-05-13T18:30:52.8151612Z [05-13|18:27:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} -2026-05-13T18:30:52.8152147Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8152425Z [05-13|18:27:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} -2026-05-13T18:30:52.8152957Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8153533Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8154022Z [05-13|18:27:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8154393Z [05-13|18:27:43.769] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} -2026-05-13T18:30:52.8154796Z [05-13|18:27:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} -2026-05-13T18:30:52.8155070Z [05-13|18:27:43.770] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8155478Z [05-13|18:27:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} -2026-05-13T18:30:52.8155892Z [05-13|18:27:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} -2026-05-13T18:30:52.8156059Z [05-13|18:27:43.771] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8156354Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} -2026-05-13T18:30:52.8156685Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} -2026-05-13T18:30:52.8156964Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} -2026-05-13T18:30:52.8157637Z [05-13|18:27:43.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8158320Z [05-13|18:27:43.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8158621Z [05-13|18:27:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} -2026-05-13T18:30:52.8159145Z [05-13|18:27:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8159634Z [05-13|18:27:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8159989Z [05-13|18:27:43.773] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} -2026-05-13T18:30:52.8160456Z [05-13|18:27:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} -2026-05-13T18:30:52.8160817Z [05-13|18:27:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} -2026-05-13T18:30:52.8160984Z [05-13|18:27:43.774] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8161377Z [05-13|18:27:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} -2026-05-13T18:30:52.8161705Z [05-13|18:27:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} -2026-05-13T18:30:52.8161985Z [05-13|18:27:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} -2026-05-13T18:30:52.8162569Z [05-13|18:27:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8163063Z [05-13|18:27:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8163359Z [05-13|18:27:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} -2026-05-13T18:30:52.8163883Z [05-13|18:27:43.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8164180Z [05-13|18:27:43.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} -2026-05-13T18:30:52.8164532Z [05-13|18:27:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} -2026-05-13T18:30:52.8164996Z [05-13|18:27:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} -2026-05-13T18:30:52.8165479Z [05-13|18:27:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} -2026-05-13T18:30:52.8165970Z [05-13|18:27:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8166205Z [05-13|18:27:43.778] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8166371Z [05-13|18:27:43.778] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8166717Z [05-13|18:27:43.778] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} -2026-05-13T18:30:52.8167109Z [05-13|18:27:43.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} -2026-05-13T18:30:52.8167405Z [05-13|18:27:43.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} -2026-05-13T18:30:52.8169939Z [05-13|18:27:43.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} -2026-05-13T18:30:52.8170498Z [05-13|18:27:43.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8170991Z [05-13|18:27:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8171552Z [05-13|18:27:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8171939Z [05-13|18:27:43.780] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} -2026-05-13T18:30:52.8172305Z [05-13|18:27:43.780] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} -2026-05-13T18:30:52.8172678Z [05-13|18:27:43.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} -2026-05-13T18:30:52.8173040Z [05-13|18:27:43.781] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} -2026-05-13T18:30:52.8173533Z [05-13|18:27:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8173768Z [05-13|18:27:43.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8173953Z [05-13|18:27:43.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8174317Z [05-13|18:27:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} -2026-05-13T18:30:52.8174652Z [05-13|18:27:43.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} -2026-05-13T18:30:52.8174953Z [05-13|18:27:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} -2026-05-13T18:30:52.8175249Z [05-13|18:27:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} -2026-05-13T18:30:52.8175803Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8176311Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8176800Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8177168Z [05-13|18:27:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} -2026-05-13T18:30:52.8177660Z [05-13|18:27:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8178321Z [05-13|18:27:43.783] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} -2026-05-13T18:30:52.8178769Z [05-13|18:27:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} -2026-05-13T18:30:52.8178955Z [05-13|18:27:43.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8179121Z [05-13|18:27:43.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8179521Z [05-13|18:27:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} -2026-05-13T18:30:52.8179999Z [05-13|18:27:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} -2026-05-13T18:30:52.8180173Z [05-13|18:27:43.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8180540Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} -2026-05-13T18:30:52.8180885Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} -2026-05-13T18:30:52.8181179Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} -2026-05-13T18:30:52.8181710Z [05-13|18:27:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8182202Z [05-13|18:27:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8182502Z [05-13|18:27:43.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} -2026-05-13T18:30:52.8183061Z [05-13|18:27:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8183572Z [05-13|18:27:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8183937Z [05-13|18:27:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} -2026-05-13T18:30:52.8184340Z [05-13|18:27:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} -2026-05-13T18:30:52.8184705Z [05-13|18:27:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} -2026-05-13T18:30:52.8184877Z [05-13|18:27:43.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8185335Z [05-13|18:27:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} -2026-05-13T18:30:52.8185523Z [05-13|18:27:43.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8185824Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} -2026-05-13T18:30:52.8186159Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} -2026-05-13T18:30:52.8186654Z [05-13|18:27:43.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8187148Z [05-13|18:27:43.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8187514Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} -2026-05-13T18:30:52.8187828Z [05-13|18:27:43.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} -2026-05-13T18:30:52.8188670Z [05-13|18:27:43.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8189163Z [05-13|18:27:43.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8189526Z [05-13|18:27:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} -2026-05-13T18:30:52.8189938Z [05-13|18:27:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} -2026-05-13T18:30:52.8190469Z [05-13|18:27:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} -2026-05-13T18:30:52.8190853Z [05-13|18:27:43.790] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} -2026-05-13T18:30:52.8191061Z [05-13|18:27:43.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8191360Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} -2026-05-13T18:30:52.8191654Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} -2026-05-13T18:30:52.8191979Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} -2026-05-13T18:30:52.8192316Z [05-13|18:27:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} -2026-05-13T18:30:52.8192826Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8193355Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8193847Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8194367Z [05-13|18:27:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8194756Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} -2026-05-13T18:30:52.8195160Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} -2026-05-13T18:30:52.8195351Z [05-13|18:27:43.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8195748Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} -2026-05-13T18:30:52.8196113Z [05-13|18:27:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} -2026-05-13T18:30:52.8196279Z [05-13|18:27:43.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8196465Z [05-13|18:27:43.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8196801Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} -2026-05-13T18:30:52.8197113Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} -2026-05-13T18:30:52.8197443Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} -2026-05-13T18:30:52.8197971Z [05-13|18:27:43.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8198524Z [05-13|18:27:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} -2026-05-13T18:30:52.8199038Z [05-13|18:27:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8199577Z [05-13|18:27:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8200084Z [05-13|18:27:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8200493Z [05-13|18:27:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} -2026-05-13T18:30:52.8200958Z [05-13|18:27:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} -2026-05-13T18:30:52.8201328Z [05-13|18:27:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} -2026-05-13T18:30:52.8201517Z [05-13|18:27:43.794] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8201927Z [05-13|18:27:43.795] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} -2026-05-13T18:30:52.8202112Z [05-13|18:27:43.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8202348Z [05-13|18:27:43.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8202645Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} -2026-05-13T18:30:52.8202940Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} -2026-05-13T18:30:52.8203258Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} -2026-05-13T18:30:52.8203799Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8204117Z [05-13|18:27:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} -2026-05-13T18:30:52.8204649Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8205140Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8205668Z [05-13|18:27:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8206028Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} -2026-05-13T18:30:52.8206436Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} -2026-05-13T18:30:52.8206880Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} -2026-05-13T18:30:52.8207050Z [05-13|18:27:43.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8207411Z [05-13|18:27:43.797] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} -2026-05-13T18:30:52.8207615Z [05-13|18:27:43.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8207767Z [05-13|18:27:43.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8208240Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} -2026-05-13T18:30:52.8208731Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} -2026-05-13T18:30:52.8209060Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} -2026-05-13T18:30:52.8209359Z [05-13|18:27:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 4} -2026-05-13T18:30:52.8209894Z [05-13|18:27:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8210371Z [05-13|18:27:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8211052Z [05-13|18:27:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8211603Z [05-13|18:27:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8211972Z [05-13|18:27:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} -2026-05-13T18:30:52.8212355Z [05-13|18:27:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} -2026-05-13T18:30:52.8212570Z [05-13|18:27:43.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8212914Z [05-13|18:27:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} -2026-05-13T18:30:52.8213319Z [05-13|18:27:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} -2026-05-13T18:30:52.8213676Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} -2026-05-13T18:30:52.8213977Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} -2026-05-13T18:30:52.8214270Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} -2026-05-13T18:30:52.8214836Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8215315Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8215845Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8216201Z [05-13|18:27:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} -2026-05-13T18:30:52.8216692Z [05-13|18:27:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8217061Z [05-13|18:27:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} -2026-05-13T18:30:52.8217271Z [05-13|18:27:43.802] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8217619Z [05-13|18:27:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} -2026-05-13T18:30:52.8218250Z [05-13|18:27:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} -2026-05-13T18:30:52.8218431Z [05-13|18:27:43.802] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8218800Z [05-13|18:27:43.803] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} -2026-05-13T18:30:52.8219092Z [05-13|18:27:43.803] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8219462Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} -2026-05-13T18:30:52.8219743Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} -2026-05-13T18:30:52.8220091Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} -2026-05-13T18:30:52.8220440Z [05-13|18:27:43.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} -2026-05-13T18:30:52.8220935Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8221564Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8222067Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8222540Z [05-13|18:27:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8223012Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} -2026-05-13T18:30:52.8223387Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} -2026-05-13T18:30:52.8223591Z [05-13|18:27:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8223995Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} -2026-05-13T18:30:52.8224172Z [05-13|18:27:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8224520Z [05-13|18:27:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} -2026-05-13T18:30:52.8224918Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} -2026-05-13T18:30:52.8225213Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} -2026-05-13T18:30:52.8225706Z [05-13|18:27:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8226039Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} -2026-05-13T18:30:52.8226533Z [05-13|18:27:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8227010Z [05-13|18:27:43.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8227405Z [05-13|18:27:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} -2026-05-13T18:30:52.8227768Z [05-13|18:27:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} -2026-05-13T18:30:52.8228426Z [05-13|18:27:43.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8228829Z [05-13|18:27:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} -2026-05-13T18:30:52.8229004Z [05-13|18:27:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8229276Z [05-13|18:27:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8229739Z [05-13|18:27:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} -2026-05-13T18:30:52.8229910Z [05-13|18:27:43.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8230266Z [05-13|18:27:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} -2026-05-13T18:30:52.8230598Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} -2026-05-13T18:30:52.8230894Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} -2026-05-13T18:30:52.8231173Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} -2026-05-13T18:30:52.8231701Z [05-13|18:27:43.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} -2026-05-13T18:30:52.8232217Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8232712Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8233270Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8233760Z [05-13|18:27:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8234198Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} -2026-05-13T18:30:52.8234585Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} -2026-05-13T18:30:52.8234753Z [05-13|18:27:43.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8235115Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} -2026-05-13T18:30:52.8235321Z [05-13|18:27:43.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8235682Z [05-13|18:27:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} -2026-05-13T18:30:52.8236073Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} -2026-05-13T18:30:52.8236385Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} -2026-05-13T18:30:52.8236683Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} -2026-05-13T18:30:52.8237179Z [05-13|18:27:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8237511Z [05-13|18:27:43.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} -2026-05-13T18:30:52.8238001Z [05-13|18:27:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8238695Z [05-13|18:27:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8239208Z [05-13|18:27:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8239697Z [05-13|18:27:43.812] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} -2026-05-13T18:30:52.8239903Z [05-13|18:27:43.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8240263Z [05-13|18:27:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} -2026-05-13T18:30:52.8240657Z [05-13|18:27:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} -2026-05-13T18:30:52.8240892Z [05-13|18:27:43.813] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8241071Z [05-13|18:27:43.813] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8241430Z [05-13|18:27:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} -2026-05-13T18:30:52.8241866Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} -2026-05-13T18:30:52.8242173Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} -2026-05-13T18:30:52.8242479Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} -2026-05-13T18:30:52.8242845Z [05-13|18:27:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} -2026-05-13T18:30:52.8243355Z [05-13|18:27:43.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8243847Z [05-13|18:27:43.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8244390Z [05-13|18:27:43.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8244913Z [05-13|18:27:43.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8245281Z [05-13|18:27:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} -2026-05-13T18:30:52.8245513Z [05-13|18:27:43.815] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8245892Z [05-13|18:27:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} -2026-05-13T18:30:52.8246251Z [05-13|18:27:43.816] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} -2026-05-13T18:30:52.8246458Z [05-13|18:27:43.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8246820Z [05-13|18:27:43.816] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} -2026-05-13T18:30:52.8247121Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} -2026-05-13T18:30:52.8247477Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} -2026-05-13T18:30:52.8247984Z [05-13|18:27:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8248413Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} -2026-05-13T18:30:52.8248781Z [05-13|18:27:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} -2026-05-13T18:30:52.8249276Z [05-13|18:27:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8249768Z [05-13|18:27:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8250451Z [05-13|18:27:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8250841Z [05-13|18:27:43.818] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} -2026-05-13T18:30:52.8251241Z [05-13|18:27:43.818] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} -2026-05-13T18:30:52.8251602Z [05-13|18:27:43.819] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} -2026-05-13T18:30:52.8252064Z [05-13|18:27:43.819] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} -2026-05-13T18:30:52.8252267Z [05-13|18:27:43.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8252613Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} -2026-05-13T18:30:52.8252928Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} -2026-05-13T18:30:52.8253292Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} -2026-05-13T18:30:52.8253785Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8254079Z [05-13|18:27:43.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} -2026-05-13T18:30:52.8254595Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8255127Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8255631Z [05-13|18:27:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8256034Z [05-13|18:27:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} -2026-05-13T18:30:52.8256397Z [05-13|18:27:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} -2026-05-13T18:30:52.8256759Z [05-13|18:27:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} -2026-05-13T18:30:52.8256955Z [05-13|18:27:43.821] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8257171Z [05-13|18:27:43.821] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8257583Z [05-13|18:27:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} -2026-05-13T18:30:52.8257919Z [05-13|18:27:43.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} -2026-05-13T18:30:52.8258395Z [05-13|18:27:43.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} -2026-05-13T18:30:52.8258697Z [05-13|18:27:43.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} -2026-05-13T18:30:52.8259019Z [05-13|18:27:43.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} -2026-05-13T18:30:52.8259568Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8260079Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8260732Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8261222Z [05-13|18:27:43.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8261588Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} -2026-05-13T18:30:52.8261978Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} -2026-05-13T18:30:52.8262525Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} -2026-05-13T18:30:52.8262728Z [05-13|18:27:43.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8263130Z [05-13|18:27:43.824] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} -2026-05-13T18:30:52.8263299Z [05-13|18:27:43.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8263593Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} -2026-05-13T18:30:52.8263909Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} -2026-05-13T18:30:52.8264248Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} -2026-05-13T18:30:52.8264556Z [05-13|18:27:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} -2026-05-13T18:30:52.8265096Z [05-13|18:27:43.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8265590Z [05-13|18:27:43.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8266145Z [05-13|18:27:43.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8266597Z [05-13|18:27:43.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8267083Z [05-13|18:27:43.826] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} -2026-05-13T18:30:52.8267304Z [05-13|18:27:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8267671Z [05-13|18:27:43.827] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} -2026-05-13T18:30:52.8268251Z [05-13|18:27:43.827] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} -2026-05-13T18:30:52.8268663Z [05-13|18:27:43.827] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} -2026-05-13T18:30:52.8268820Z [05-13|18:27:43.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8269168Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} -2026-05-13T18:30:52.8269518Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} -2026-05-13T18:30:52.8269814Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} -2026-05-13T18:30:52.8270312Z [05-13|18:27:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8270992Z [05-13|18:27:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8271468Z [05-13|18:27:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8271813Z [05-13|18:27:43.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 4} -2026-05-13T18:30:52.8272362Z [05-13|18:27:43.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8272840Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} -2026-05-13T18:30:52.8273208Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} -2026-05-13T18:30:52.8273614Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} -2026-05-13T18:30:52.8273962Z [05-13|18:27:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} -2026-05-13T18:30:52.8274178Z [05-13|18:27:43.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8274534Z [05-13|18:27:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} -2026-05-13T18:30:52.8274860Z [05-13|18:27:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} -2026-05-13T18:30:52.8275153Z [05-13|18:27:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} -2026-05-13T18:30:52.8275685Z [05-13|18:27:43.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8275970Z [05-13|18:27:43.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 4} -2026-05-13T18:30:52.8276501Z [05-13|18:27:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8277043Z [05-13|18:27:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8277532Z [05-13|18:27:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8277938Z [05-13|18:27:43.831] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} -2026-05-13T18:30:52.8278440Z [05-13|18:27:43.832] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} -2026-05-13T18:30:52.8278789Z [05-13|18:27:43.832] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} -2026-05-13T18:30:52.8279249Z [05-13|18:27:43.832] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} -2026-05-13T18:30:52.8279420Z [05-13|18:27:43.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8279619Z [05-13|18:27:43.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8279962Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} -2026-05-13T18:30:52.8280269Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} -2026-05-13T18:30:52.8280556Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} -2026-05-13T18:30:52.8281277Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8281581Z [05-13|18:27:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} -2026-05-13T18:30:52.8282077Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8282612Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8283208Z [05-13|18:27:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8283563Z [05-13|18:27:43.834] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} -2026-05-13T18:30:52.8284059Z [05-13|18:27:43.834] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} -2026-05-13T18:30:52.8284420Z [05-13|18:27:43.834] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} -2026-05-13T18:30:52.8284778Z [05-13|18:27:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} -2026-05-13T18:30:52.8284990Z [05-13|18:27:43.835] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8285289Z [05-13|18:27:43.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} -2026-05-13T18:30:52.8285574Z [05-13|18:27:43.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} -2026-05-13T18:30:52.8285966Z [05-13|18:27:43.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} -2026-05-13T18:30:52.8286261Z [05-13|18:27:43.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} -2026-05-13T18:30:52.8286755Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8287282Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8287771Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8288379Z [05-13|18:27:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8288899Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} -2026-05-13T18:30:52.8289265Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} -2026-05-13T18:30:52.8289634Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} -2026-05-13T18:30:52.8289841Z [05-13|18:27:43.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8290008Z [05-13|18:27:43.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8290355Z [05-13|18:27:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} -2026-05-13T18:30:52.8290755Z [05-13|18:27:43.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} -2026-05-13T18:30:52.8291052Z [05-13|18:27:43.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} -2026-05-13T18:30:52.8291674Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8292205Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8292536Z [05-13|18:27:43.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} -2026-05-13T18:30:52.8292900Z [05-13|18:27:43.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} -2026-05-13T18:30:52.8293512Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8293890Z [05-13|18:27:43.839] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} -2026-05-13T18:30:52.8294421Z [05-13|18:27:43.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8294592Z [05-13|18:27:43.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8294963Z [05-13|18:27:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} -2026-05-13T18:30:52.8295204Z [05-13|18:27:43.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8295589Z [05-13|18:27:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} -2026-05-13T18:30:52.8295758Z [05-13|18:27:43.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8296163Z [05-13|18:27:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} -2026-05-13T18:30:52.8296499Z [05-13|18:27:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} -2026-05-13T18:30:52.8296795Z [05-13|18:27:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} -2026-05-13T18:30:52.8297157Z [05-13|18:27:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} -2026-05-13T18:30:52.8297667Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8298337Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8298875Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8299178Z [05-13|18:27:43.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 4} -2026-05-13T18:30:52.8299672Z [05-13|18:27:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8300116Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} -2026-05-13T18:30:52.8300500Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} -2026-05-13T18:30:52.8300868Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} -2026-05-13T18:30:52.8301306Z [05-13|18:27:43.843] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} -2026-05-13T18:30:52.8301600Z [05-13|18:27:43.843] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8301900Z [05-13|18:27:43.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} -2026-05-13T18:30:52.8302459Z [05-13|18:27:43.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8302785Z [05-13|18:27:43.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} -2026-05-13T18:30:52.8303265Z [05-13|18:27:43.844] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 64, "epoch round": 64} -2026-05-13T18:30:52.8303471Z [05-13|18:27:43.844] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8304073Z [05-13|18:27:43.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8304380Z [05-13|18:27:43.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} -2026-05-13T18:30:52.8304941Z [05-13|18:27:43.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8305450Z [05-13|18:27:43.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8305885Z [05-13|18:27:43.845] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} -2026-05-13T18:30:52.8306053Z [05-13|18:27:43.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8306416Z [05-13|18:27:43.845] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} -2026-05-13T18:30:52.8306798Z [05-13|18:27:43.846] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} -2026-05-13T18:30:52.8307200Z [05-13|18:27:43.846] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} -2026-05-13T18:30:52.8307386Z [05-13|18:27:43.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8307722Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} -2026-05-13T18:30:52.8308021Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} -2026-05-13T18:30:52.8308450Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} -2026-05-13T18:30:52.8308971Z [05-13|18:27:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8309512Z [05-13|18:27:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8309860Z [05-13|18:27:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 4} -2026-05-13T18:30:52.8310392Z [05-13|18:27:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8310759Z [05-13|18:27:43.848] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} -2026-05-13T18:30:52.8311259Z [05-13|18:27:43.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8311650Z [05-13|18:27:43.848] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} -2026-05-13T18:30:52.8311983Z [05-13|18:27:43.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8312170Z [05-13|18:27:43.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8312570Z [05-13|18:27:43.848] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} -2026-05-13T18:30:52.8312738Z [05-13|18:27:43.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8313099Z [05-13|18:27:43.849] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} -2026-05-13T18:30:52.8313417Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} -2026-05-13T18:30:52.8313784Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} -2026-05-13T18:30:52.8314196Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} -2026-05-13T18:30:52.8314538Z [05-13|18:27:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} -2026-05-13T18:30:52.8315038Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8315550Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8316064Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8316600Z [05-13|18:27:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8316993Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} -2026-05-13T18:30:52.8317406Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} -2026-05-13T18:30:52.8317575Z [05-13|18:27:43.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8317939Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} -2026-05-13T18:30:52.8318290Z [05-13|18:27:43.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8318517Z [05-13|18:27:43.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8318900Z [05-13|18:27:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} -2026-05-13T18:30:52.8319241Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} -2026-05-13T18:30:52.8319538Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} -2026-05-13T18:30:52.8319835Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} -2026-05-13T18:30:52.8320158Z [05-13|18:27:43.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} -2026-05-13T18:30:52.8320694Z [05-13|18:27:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8321208Z [05-13|18:27:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8321738Z [05-13|18:27:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8322106Z [05-13|18:27:43.854] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} -2026-05-13T18:30:52.8322747Z [05-13|18:27:43.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8322941Z [05-13|18:27:43.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8323355Z [05-13|18:27:43.854] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} -2026-05-13T18:30:52.8323580Z [05-13|18:27:43.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8323947Z [05-13|18:27:43.855] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} -2026-05-13T18:30:52.8324415Z [05-13|18:27:43.855] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} -2026-05-13T18:30:52.8324588Z [05-13|18:27:43.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8324912Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} -2026-05-13T18:30:52.8325257Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} -2026-05-13T18:30:52.8325803Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8326134Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} -2026-05-13T18:30:52.8326427Z [05-13|18:27:43.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} -2026-05-13T18:30:52.8326961Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8327435Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8327969Z [05-13|18:27:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8328526Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} -2026-05-13T18:30:52.8328904Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} -2026-05-13T18:30:52.8329268Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} -2026-05-13T18:30:52.8329474Z [05-13|18:27:43.858] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8329826Z [05-13|18:27:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} -2026-05-13T18:30:52.8330047Z [05-13|18:27:43.858] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8330267Z [05-13|18:27:43.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8330600Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} -2026-05-13T18:30:52.8330898Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} -2026-05-13T18:30:52.8331230Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} -2026-05-13T18:30:52.8331509Z [05-13|18:27:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} -2026-05-13T18:30:52.8332046Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8332709Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8333235Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8333603Z [05-13|18:27:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} -2026-05-13T18:30:52.8334004Z [05-13|18:27:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} -2026-05-13T18:30:52.8334352Z [05-13|18:27:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} -2026-05-13T18:30:52.8334996Z [05-13|18:27:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8335264Z [05-13|18:27:43.861] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8335431Z [05-13|18:27:43.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8335800Z [05-13|18:27:43.862] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} -2026-05-13T18:30:52.8336006Z [05-13|18:27:43.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8336287Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} -2026-05-13T18:30:52.8336627Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} -2026-05-13T18:30:52.8336975Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} -2026-05-13T18:30:52.8337473Z [05-13|18:27:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8337770Z [05-13|18:27:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} -2026-05-13T18:30:52.8338476Z [05-13|18:27:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8338962Z [05-13|18:27:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8339539Z [05-13|18:27:43.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8339970Z [05-13|18:27:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} -2026-05-13T18:30:52.8340341Z [05-13|18:27:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} -2026-05-13T18:30:52.8340510Z [05-13|18:27:43.864] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8340913Z [05-13|18:27:43.865] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} -2026-05-13T18:30:52.8341080Z [05-13|18:27:43.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8341492Z [05-13|18:27:43.865] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} -2026-05-13T18:30:52.8341846Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} -2026-05-13T18:30:52.8342144Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} -2026-05-13T18:30:52.8342641Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8343138Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} -2026-05-13T18:30:52.8343418Z [05-13|18:27:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} -2026-05-13T18:30:52.8344009Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8344505Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8345102Z [05-13|18:27:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8345515Z [05-13|18:27:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} -2026-05-13T18:30:52.8345889Z [05-13|18:27:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} -2026-05-13T18:30:52.8346241Z [05-13|18:27:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} -2026-05-13T18:30:52.8346509Z [05-13|18:27:43.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8346678Z [05-13|18:27:43.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8346846Z [05-13|18:27:43.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8347283Z [05-13|18:27:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} -2026-05-13T18:30:52.8347587Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} -2026-05-13T18:30:52.8347871Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} -2026-05-13T18:30:52.8348731Z [05-13|18:27:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8349229Z [05-13|18:27:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8349527Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 4} -2026-05-13T18:30:52.8350060Z [05-13|18:27:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8350361Z [05-13|18:27:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} -2026-05-13T18:30:52.8350713Z [05-13|18:27:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} -2026-05-13T18:30:52.8351302Z [05-13|18:27:43.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8351669Z [05-13|18:27:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} -2026-05-13T18:30:52.8351838Z [05-13|18:27:43.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8352075Z [05-13|18:27:43.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8352440Z [05-13|18:27:43.871] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} -2026-05-13T18:30:52.8352787Z [05-13|18:27:43.871] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} -2026-05-13T18:30:52.8353179Z [05-13|18:27:43.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8353478Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} -2026-05-13T18:30:52.8353772Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} -2026-05-13T18:30:52.8354105Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} -2026-05-13T18:30:52.8354598Z [05-13|18:27:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8354876Z [05-13|18:27:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} -2026-05-13T18:30:52.8355569Z [05-13|18:27:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8356104Z [05-13|18:27:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8356598Z [05-13|18:27:43.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8357005Z [05-13|18:27:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} -2026-05-13T18:30:52.8357370Z [05-13|18:27:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} -2026-05-13T18:30:52.8357604Z [05-13|18:27:43.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8357787Z [05-13|18:27:43.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8358294Z [05-13|18:27:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} -2026-05-13T18:30:52.8358470Z [05-13|18:27:43.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8358871Z [05-13|18:27:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} -2026-05-13T18:30:52.8359173Z [05-13|18:27:43.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} -2026-05-13T18:30:52.8359454Z [05-13|18:27:43.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} -2026-05-13T18:30:52.8360083Z [05-13|18:27:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8360580Z [05-13|18:27:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8360918Z [05-13|18:27:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} -2026-05-13T18:30:52.8361215Z [05-13|18:27:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 4} -2026-05-13T18:30:52.8361710Z [05-13|18:27:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8362144Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} -2026-05-13T18:30:52.8362650Z [05-13|18:27:43.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8363020Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} -2026-05-13T18:30:52.8363421Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} -2026-05-13T18:30:52.8363711Z [05-13|18:27:43.876] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8364074Z [05-13|18:27:43.876] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} -2026-05-13T18:30:52.8364339Z [05-13|18:27:43.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8364650Z [05-13|18:27:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} -2026-05-13T18:30:52.8364944Z [05-13|18:27:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} -2026-05-13T18:30:52.8365275Z [05-13|18:27:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} -2026-05-13T18:30:52.8365677Z [05-13|18:27:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} -2026-05-13T18:30:52.8366177Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8366736Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8367246Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8367734Z [05-13|18:27:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8368272Z [05-13|18:27:43.878] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} -2026-05-13T18:30:52.8368695Z [05-13|18:27:43.878] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} -2026-05-13T18:30:52.8368905Z [05-13|18:27:43.878] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8369184Z [05-13|18:27:43.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8369563Z [05-13|18:27:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} -2026-05-13T18:30:52.8369927Z [05-13|18:27:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} -2026-05-13T18:30:52.8370263Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} -2026-05-13T18:30:52.8370561Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} -2026-05-13T18:30:52.8371057Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8371417Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} -2026-05-13T18:30:52.8371929Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8372224Z [05-13|18:27:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} -2026-05-13T18:30:52.8372754Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8373243Z [05-13|18:27:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8373649Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} -2026-05-13T18:30:52.8374230Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} -2026-05-13T18:30:52.8374615Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} -2026-05-13T18:30:52.8375018Z [05-13|18:27:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} -2026-05-13T18:30:52.8375188Z [05-13|18:27:43.881] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8375357Z [05-13|18:27:43.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8375524Z [05-13|18:27:43.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8375884Z [05-13|18:27:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} -2026-05-13T18:30:52.8376301Z [05-13|18:27:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} -2026-05-13T18:30:52.8376605Z [05-13|18:27:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} -2026-05-13T18:30:52.8377177Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8377470Z [05-13|18:27:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} -2026-05-13T18:30:52.8377983Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8378709Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8379223Z [05-13|18:27:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8379636Z [05-13|18:27:43.883] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} -2026-05-13T18:30:52.8379807Z [05-13|18:27:43.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8380171Z [05-13|18:27:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} -2026-05-13T18:30:52.8380554Z [05-13|18:27:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} -2026-05-13T18:30:52.8380762Z [05-13|18:27:43.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8381142Z [05-13|18:27:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} -2026-05-13T18:30:52.8381389Z [05-13|18:27:43.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8381690Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} -2026-05-13T18:30:52.8381987Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} -2026-05-13T18:30:52.8382304Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} -2026-05-13T18:30:52.8382847Z [05-13|18:27:43.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8383354Z [05-13|18:27:43.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8383690Z [05-13|18:27:43.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} -2026-05-13T18:30:52.8384180Z [05-13|18:27:43.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8384799Z [05-13|18:27:43.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8385190Z [05-13|18:27:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} -2026-05-13T18:30:52.8385601Z [05-13|18:27:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} -2026-05-13T18:30:52.8386013Z [05-13|18:27:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} -2026-05-13T18:30:52.8386523Z [05-13|18:27:43.887] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} -2026-05-13T18:30:52.8386702Z [05-13|18:27:43.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8386998Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} -2026-05-13T18:30:52.8387316Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} -2026-05-13T18:30:52.8387655Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} -2026-05-13T18:30:52.8387967Z [05-13|18:27:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} -2026-05-13T18:30:52.8388631Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8389136Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8389635Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8390148Z [05-13|18:27:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8390601Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} -2026-05-13T18:30:52.8391022Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} -2026-05-13T18:30:52.8391389Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} -2026-05-13T18:30:52.8391565Z [05-13|18:27:43.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8391771Z [05-13|18:27:43.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8392125Z [05-13|18:27:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} -2026-05-13T18:30:52.8392334Z [05-13|18:27:43.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8392683Z [05-13|18:27:43.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} -2026-05-13T18:30:52.8392980Z [05-13|18:27:43.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} -2026-05-13T18:30:52.8393277Z [05-13|18:27:43.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} -2026-05-13T18:30:52.8393774Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8394291Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8394799Z [05-13|18:27:43.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} -2026-05-13T18:30:52.8395348Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8395839Z [05-13|18:27:43.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8396209Z [05-13|18:27:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} -2026-05-13T18:30:52.8396614Z [05-13|18:27:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} -2026-05-13T18:30:52.8396876Z [05-13|18:27:43.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8397294Z [05-13|18:27:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} -2026-05-13T18:30:52.8397711Z [05-13|18:27:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} -2026-05-13T18:30:52.8397882Z [05-13|18:27:43.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8398369Z [05-13|18:27:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} -2026-05-13T18:30:52.8398740Z [05-13|18:27:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} -2026-05-13T18:30:52.8399218Z [05-13|18:27:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8399575Z [05-13|18:27:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} -2026-05-13T18:30:52.8400123Z [05-13|18:27:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8400615Z [05-13|18:27:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8400984Z [05-13|18:27:43.894] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} -2026-05-13T18:30:52.8401385Z [05-13|18:27:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} -2026-05-13T18:30:52.8401668Z [05-13|18:27:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} -2026-05-13T18:30:52.8402206Z [05-13|18:27:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8402627Z [05-13|18:27:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} -2026-05-13T18:30:52.8402796Z [05-13|18:27:43.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8402996Z [05-13|18:27:43.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8403202Z [05-13|18:27:43.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8403548Z [05-13|18:27:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} -2026-05-13T18:30:52.8403888Z [05-13|18:27:43.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} -2026-05-13T18:30:52.8404239Z [05-13|18:27:43.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} -2026-05-13T18:30:52.8404738Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8405357Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8405696Z [05-13|18:27:43.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} -2026-05-13T18:30:52.8406172Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8406511Z [05-13|18:27:43.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} -2026-05-13T18:30:52.8407208Z [05-13|18:27:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8407587Z [05-13|18:27:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} -2026-05-13T18:30:52.8407796Z [05-13|18:27:43.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8408300Z [05-13|18:27:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} -2026-05-13T18:30:52.8408654Z [05-13|18:27:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} -2026-05-13T18:30:52.8408935Z [05-13|18:27:43.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8409299Z [05-13|18:27:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} -2026-05-13T18:30:52.8409473Z [05-13|18:27:43.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8409780Z [05-13|18:27:43.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} -2026-05-13T18:30:52.8410117Z [05-13|18:27:43.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} -2026-05-13T18:30:52.8410420Z [05-13|18:27:43.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} -2026-05-13T18:30:52.8411036Z [05-13|18:27:43.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8411529Z [05-13|18:27:43.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8411834Z [05-13|18:27:43.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} -2026-05-13T18:30:52.8412365Z [05-13|18:27:43.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8412869Z [05-13|18:27:43.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8413221Z [05-13|18:27:43.900] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} -2026-05-13T18:30:52.8413677Z [05-13|18:27:43.900] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} -2026-05-13T18:30:52.8413853Z [05-13|18:27:43.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8414219Z [05-13|18:27:43.901] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} -2026-05-13T18:30:52.8414623Z [05-13|18:27:43.901] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} -2026-05-13T18:30:52.8414798Z [05-13|18:27:43.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8423822Z [05-13|18:27:43.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} -2026-05-13T18:30:52.8424193Z [05-13|18:27:43.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} -2026-05-13T18:30:52.8424492Z [05-13|18:27:43.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} -2026-05-13T18:30:52.8424975Z [05-13|18:27:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8425433Z [05-13|18:27:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8426060Z [05-13|18:27:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8426424Z [05-13|18:27:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} -2026-05-13T18:30:52.8426703Z [05-13|18:27:43.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} -2026-05-13T18:30:52.8427181Z [05-13|18:27:43.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8427523Z [05-13|18:27:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} -2026-05-13T18:30:52.8427858Z [05-13|18:27:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} -2026-05-13T18:30:52.8428450Z [05-13|18:27:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} -2026-05-13T18:30:52.8428618Z [05-13|18:27:43.904] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8428901Z [05-13|18:27:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} -2026-05-13T18:30:52.8429371Z [05-13|18:27:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8429640Z [05-13|18:27:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} -2026-05-13T18:30:52.8430096Z [05-13|18:27:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8430366Z [05-13|18:27:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} -2026-05-13T18:30:52.8430820Z [05-13|18:27:43.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8431279Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 85, "epoch round": 85} -2026-05-13T18:30:52.8431437Z [05-13|18:27:43.906] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8431785Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} -2026-05-13T18:30:52.8432234Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 85, "epoch round": 85} -2026-05-13T18:30:52.8432378Z [05-13|18:27:43.906] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8432713Z [05-13|18:27:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} -2026-05-13T18:30:52.8433080Z [05-13|18:27:43.907] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} -2026-05-13T18:30:52.8433648Z [05-13|18:27:43.907] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 85, "epoch round": 85} -2026-05-13T18:30:52.8433784Z [05-13|18:27:43.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8434110Z [05-13|18:27:43.907] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} -2026-05-13T18:30:52.8434578Z [05-13|18:27:43.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8434714Z [05-13|18:27:43.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8434982Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} -2026-05-13T18:30:52.8435350Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} -2026-05-13T18:30:52.8435617Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} -2026-05-13T18:30:52.8436075Z [05-13|18:27:43.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8436340Z [05-13|18:27:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} -2026-05-13T18:30:52.8436793Z [05-13|18:27:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8437241Z [05-13|18:27:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8437695Z [05-13|18:27:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8438030Z [05-13|18:27:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} -2026-05-13T18:30:52.8438491Z [05-13|18:27:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} -2026-05-13T18:30:52.8438632Z [05-13|18:27:43.910] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8438957Z [05-13|18:27:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} -2026-05-13T18:30:52.8439279Z [05-13|18:27:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} -2026-05-13T18:30:52.8439417Z [05-13|18:27:43.910] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8439553Z [05-13|18:27:43.910] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8439819Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} -2026-05-13T18:30:52.8440081Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} -2026-05-13T18:30:52.8440531Z [05-13|18:27:43.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8440980Z [05-13|18:27:43.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8441245Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} -2026-05-13T18:30:52.8441507Z [05-13|18:27:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} -2026-05-13T18:30:52.8441957Z [05-13|18:27:43.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8442527Z [05-13|18:27:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8442852Z [05-13|18:27:43.912] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} -2026-05-13T18:30:52.8443174Z [05-13|18:27:43.912] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} -2026-05-13T18:30:52.8443315Z [05-13|18:27:43.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8443632Z [05-13|18:27:43.912] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} -2026-05-13T18:30:52.8444057Z [05-13|18:27:43.913] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} -2026-05-13T18:30:52.8444206Z [05-13|18:27:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8444465Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} -2026-05-13T18:30:52.8444726Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} -2026-05-13T18:30:52.8444991Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} -2026-05-13T18:30:52.8445443Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8445895Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8446348Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8446613Z [05-13|18:27:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} -2026-05-13T18:30:52.8447068Z [05-13|18:27:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8447409Z [05-13|18:27:43.914] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} -2026-05-13T18:30:52.8447737Z [05-13|18:27:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} -2026-05-13T18:30:52.8447873Z [05-13|18:27:43.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8448012Z [05-13|18:27:43.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8448462Z [05-13|18:27:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} -2026-05-13T18:30:52.8448790Z [05-13|18:27:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} -2026-05-13T18:30:52.8448928Z [05-13|18:27:43.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8449191Z [05-13|18:27:43.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} -2026-05-13T18:30:52.8449450Z [05-13|18:27:43.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} -2026-05-13T18:30:52.8449714Z [05-13|18:27:43.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} -2026-05-13T18:30:52.8450168Z [05-13|18:27:43.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8450544Z [05-13|18:27:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 4} -2026-05-13T18:30:52.8451003Z [05-13|18:27:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8451453Z [05-13|18:27:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8451901Z [05-13|18:27:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8452238Z [05-13|18:27:43.917] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} -2026-05-13T18:30:52.8452675Z [05-13|18:27:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} -2026-05-13T18:30:52.8452816Z [05-13|18:27:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8453144Z [05-13|18:27:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} -2026-05-13T18:30:52.8453468Z [05-13|18:27:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} -2026-05-13T18:30:52.8453603Z [05-13|18:27:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8453739Z [05-13|18:27:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8454002Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} -2026-05-13T18:30:52.8454264Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} -2026-05-13T18:30:52.8454726Z [05-13|18:27:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8455000Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} -2026-05-13T18:30:52.8455457Z [05-13|18:27:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8455722Z [05-13|18:27:43.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 4} -2026-05-13T18:30:52.8456175Z [05-13|18:27:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8456503Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} -2026-05-13T18:30:52.8456968Z [05-13|18:27:43.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8457298Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} -2026-05-13T18:30:52.8457434Z [05-13|18:27:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8457762Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} -2026-05-13T18:30:52.8458253Z [05-13|18:27:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} -2026-05-13T18:30:52.8458405Z [05-13|18:27:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8458683Z [05-13|18:27:43.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} -2026-05-13T18:30:52.8458953Z [05-13|18:27:43.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} -2026-05-13T18:30:52.8459330Z [05-13|18:27:43.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} -2026-05-13T18:30:52.8459795Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8460066Z [05-13|18:27:43.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 4} -2026-05-13T18:30:52.8460532Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8460994Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8461542Z [05-13|18:27:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8461891Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} -2026-05-13T18:30:52.8462229Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} -2026-05-13T18:30:52.8462555Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} -2026-05-13T18:30:52.8462885Z [05-13|18:27:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} -2026-05-13T18:30:52.8463022Z [05-13|18:27:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8463159Z [05-13|18:27:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8463436Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} -2026-05-13T18:30:52.8463710Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} -2026-05-13T18:30:52.8463969Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} -2026-05-13T18:30:52.8464226Z [05-13|18:27:43.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} -2026-05-13T18:30:52.8464692Z [05-13|18:27:43.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8465147Z [05-13|18:27:43.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8465609Z [05-13|18:27:43.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8466064Z [05-13|18:27:43.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8466403Z [05-13|18:27:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} -2026-05-13T18:30:52.8466544Z [05-13|18:27:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8466875Z [05-13|18:27:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} -2026-05-13T18:30:52.8467201Z [05-13|18:27:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} -2026-05-13T18:30:52.8467339Z [05-13|18:27:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8467475Z [05-13|18:27:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8467802Z [05-13|18:27:43.926] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} -2026-05-13T18:30:52.8468264Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} -2026-05-13T18:30:52.8468536Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} -2026-05-13T18:30:52.8468796Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} -2026-05-13T18:30:52.8469055Z [05-13|18:27:43.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} -2026-05-13T18:30:52.8469520Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8470082Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8470549Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8471004Z [05-13|18:27:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8471339Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} -2026-05-13T18:30:52.8471478Z [05-13|18:27:43.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8471806Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} -2026-05-13T18:30:52.8472137Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} -2026-05-13T18:30:52.8472278Z [05-13|18:27:43.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8472617Z [05-13|18:27:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} -2026-05-13T18:30:52.8472769Z [05-13|18:27:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8473042Z [05-13|18:27:43.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} -2026-05-13T18:30:52.8473307Z [05-13|18:27:43.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} -2026-05-13T18:30:52.8473772Z [05-13|18:27:43.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8474044Z [05-13|18:27:43.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} -2026-05-13T18:30:52.8474505Z [05-13|18:27:43.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8474773Z [05-13|18:27:43.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} -2026-05-13T18:30:52.8475234Z [05-13|18:27:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8475571Z [05-13|18:27:43.931] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} -2026-05-13T18:30:52.8475900Z [05-13|18:27:43.931] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} -2026-05-13T18:30:52.8476368Z [05-13|18:27:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8476697Z [05-13|18:27:43.932] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} -2026-05-13T18:30:52.8476947Z [05-13|18:27:43.932] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8477278Z [05-13|18:27:43.932] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} -2026-05-13T18:30:52.8477542Z [05-13|18:27:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} -2026-05-13T18:30:52.8477803Z [05-13|18:27:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} -2026-05-13T18:30:52.8478430Z [05-13|18:27:43.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8478806Z [05-13|18:27:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} -2026-05-13T18:30:52.8479269Z [05-13|18:27:43.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8479416Z [05-13|18:27:43.933] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8479868Z [05-13|18:27:43.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8480204Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} -2026-05-13T18:30:52.8480655Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} -2026-05-13T18:30:52.8480993Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} -2026-05-13T18:30:52.8481128Z [05-13|18:27:43.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8481566Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} -2026-05-13T18:30:52.8481701Z [05-13|18:27:43.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8482128Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} -2026-05-13T18:30:52.8482269Z [05-13|18:27:43.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8482599Z [05-13|18:27:43.934] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} -2026-05-13T18:30:52.8483069Z [05-13|18:27:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8483406Z [05-13|18:27:43.935] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} -2026-05-13T18:30:52.8483677Z [05-13|18:27:43.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} -2026-05-13T18:30:52.8483940Z [05-13|18:27:43.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} -2026-05-13T18:30:52.8484206Z [05-13|18:27:43.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} -2026-05-13T18:30:52.8484466Z [05-13|18:27:43.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} -2026-05-13T18:30:52.8484925Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8485388Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8485953Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8486406Z [05-13|18:27:43.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8486753Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} -2026-05-13T18:30:52.8487089Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} -2026-05-13T18:30:52.8487421Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} -2026-05-13T18:30:52.8487677Z [05-13|18:27:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8487818Z [05-13|18:27:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8488271Z [05-13|18:27:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} -2026-05-13T18:30:52.8488544Z [05-13|18:27:43.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} -2026-05-13T18:30:52.8489000Z [05-13|18:27:43.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8489266Z [05-13|18:27:43.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} -2026-05-13T18:30:52.8489534Z [05-13|18:27:43.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} -2026-05-13T18:30:52.8489797Z [05-13|18:27:43.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} -2026-05-13T18:30:52.8490253Z [05-13|18:27:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8490715Z [05-13|18:27:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8491165Z [05-13|18:27:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8491498Z [05-13|18:27:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} -2026-05-13T18:30:52.8491641Z [05-13|18:27:43.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8491970Z [05-13|18:27:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} -2026-05-13T18:30:52.8492298Z [05-13|18:27:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} -2026-05-13T18:30:52.8492441Z [05-13|18:27:43.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8492574Z [05-13|18:27:43.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8492902Z [05-13|18:27:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} -2026-05-13T18:30:52.8493172Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} -2026-05-13T18:30:52.8493432Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} -2026-05-13T18:30:52.8493691Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} -2026-05-13T18:30:52.8494160Z [05-13|18:27:43.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8494540Z [05-13|18:27:43.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 4} -2026-05-13T18:30:52.8494997Z [05-13|18:27:43.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8495455Z [05-13|18:27:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8495907Z [05-13|18:27:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8496337Z [05-13|18:27:43.943] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} -2026-05-13T18:30:52.8496677Z [05-13|18:27:43.943] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} -2026-05-13T18:30:52.8496814Z [05-13|18:27:43.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8497141Z [05-13|18:27:43.944] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} -2026-05-13T18:30:52.8497472Z [05-13|18:27:43.944] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} -2026-05-13T18:30:52.8497608Z [05-13|18:27:43.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8497869Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} -2026-05-13T18:30:52.8498298Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} -2026-05-13T18:30:52.8498568Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} -2026-05-13T18:30:52.8498831Z [05-13|18:27:43.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} -2026-05-13T18:30:52.8499305Z [05-13|18:27:43.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8499767Z [05-13|18:27:43.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8500229Z [05-13|18:27:43.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8500688Z [05-13|18:27:43.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8501029Z [05-13|18:27:43.946] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} -2026-05-13T18:30:52.8501369Z [05-13|18:27:43.946] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} -2026-05-13T18:30:52.8501697Z [05-13|18:27:43.947] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} -2026-05-13T18:30:52.8501830Z [05-13|18:27:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8502160Z [05-13|18:27:43.947] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} -2026-05-13T18:30:52.8502434Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} -2026-05-13T18:30:52.8502701Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} -2026-05-13T18:30:52.8502981Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} -2026-05-13T18:30:52.8503582Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8504049Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8504322Z [05-13|18:27:43.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 4} -2026-05-13T18:30:52.8504783Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8505338Z [05-13|18:27:43.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8505701Z [05-13|18:27:43.949] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} -2026-05-13T18:30:52.8505835Z [05-13|18:27:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8506177Z [05-13|18:27:43.949] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} -2026-05-13T18:30:52.8506521Z [05-13|18:27:43.949] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} -2026-05-13T18:30:52.8506855Z [05-13|18:27:43.950] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 100, "digest": "9af30160ed8db9aa32c5..."} -2026-05-13T18:30:52.8506988Z [05-13|18:27:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8507127Z [05-13|18:27:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8507398Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} -2026-05-13T18:30:52.8507665Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} -2026-05-13T18:30:52.8507932Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} -2026-05-13T18:30:52.8508411Z [05-13|18:27:43.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 3} -2026-05-13T18:30:52.8508896Z [05-13|18:27:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8509369Z [05-13|18:27:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8509836Z [05-13|18:27:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8510309Z [05-13|18:27:43.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8510682Z [05-13|18:27:43.952] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} -2026-05-13T18:30:52.8510829Z [05-13|18:27:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8511172Z [05-13|18:27:43.952] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} -2026-05-13T18:30:52.8511315Z [05-13|18:27:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8511653Z [05-13|18:27:43.953] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} -2026-05-13T18:30:52.8511789Z [05-13|18:27:43.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8512251Z [05-13|18:27:43.953] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 101, "digest": "d582b1d12acb3d5d7f9f..."} -2026-05-13T18:30:52.8512531Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} -2026-05-13T18:30:52.8512807Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} -2026-05-13T18:30:52.8513075Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} -2026-05-13T18:30:52.8513548Z [05-13|18:27:43.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8513814Z [05-13|18:27:43.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 102, "votes": 3} -2026-05-13T18:30:52.8514381Z [05-13|18:27:43.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8514849Z [05-13|18:27:43.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8515312Z [05-13|18:27:43.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8515664Z [05-13|18:27:43.955] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} -2026-05-13T18:30:52.8516003Z [05-13|18:27:43.956] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} -2026-05-13T18:30:52.8516344Z [05-13|18:27:43.956] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} -2026-05-13T18:30:52.8516489Z [05-13|18:27:43.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8516828Z [05-13|18:27:43.956] INFO Simplex/epoch.go:1369 Committed block {"round": 102, "sequence": 102, "digest": "1e33586bcab3cec3189d..."} -2026-05-13T18:30:52.8516963Z [05-13|18:27:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8517233Z [05-13|18:27:43.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 3} -2026-05-13T18:30:52.8517500Z [05-13|18:27:43.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 3} -2026-05-13T18:30:52.8517963Z [05-13|18:27:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8518560Z [05-13|18:27:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8519018Z [05-13|18:27:43.958] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 103, "epoch round": 103} -2026-05-13T18:30:52.8519158Z [05-13|18:27:43.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8519599Z [05-13|18:27:43.958] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 103, "epoch round": 103} -2026-05-13T18:30:52.8519865Z [05-13|18:27:43.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 3} -2026-05-13T18:30:52.8519999Z [05-13|18:27:43.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8520468Z [05-13|18:27:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8520933Z [05-13|18:27:43.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8521395Z [05-13|18:27:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} -2026-05-13T18:30:52.8521737Z [05-13|18:27:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} -2026-05-13T18:30:52.8522071Z [05-13|18:27:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} -2026-05-13T18:30:52.8522408Z [05-13|18:27:43.960] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 103, "digest": "9f89b08a830be75535c3..."} -2026-05-13T18:30:52.8522549Z [05-13|18:27:43.960] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8522823Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} -2026-05-13T18:30:52.8523182Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} -2026-05-13T18:30:52.8523457Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} -2026-05-13T18:30:52.8523923Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8524384Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8524658Z [05-13|18:27:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 3} -2026-05-13T18:30:52.8525118Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8525587Z [05-13|18:27:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8525929Z [05-13|18:27:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} -2026-05-13T18:30:52.8526269Z [05-13|18:27:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} -2026-05-13T18:30:52.8526408Z [05-13|18:27:43.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8526544Z [05-13|18:27:43.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8526879Z [05-13|18:27:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} -2026-05-13T18:30:52.8527218Z [05-13|18:27:43.963] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 104, "digest": "4ca459ba61706e09fbe2..."} -2026-05-13T18:30:52.8527490Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} -2026-05-13T18:30:52.8527759Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} -2026-05-13T18:30:52.8528024Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} -2026-05-13T18:30:52.8528402Z [05-13|18:27:43.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 3} -2026-05-13T18:30:52.8528869Z [05-13|18:27:43.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8529338Z [05-13|18:27:43.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8529800Z [05-13|18:27:43.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8530378Z [05-13|18:27:43.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8530722Z [05-13|18:27:43.965] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} -2026-05-13T18:30:52.8531059Z [05-13|18:27:43.965] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} -2026-05-13T18:30:52.8531194Z [05-13|18:27:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8531332Z [05-13|18:27:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8531664Z [05-13|18:27:43.966] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} -2026-05-13T18:30:52.8532095Z [05-13|18:27:43.966] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 105, "digest": "9ab33856428ca4e5749b..."} -2026-05-13T18:30:52.8532243Z [05-13|18:27:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8532506Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} -2026-05-13T18:30:52.8532775Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} -2026-05-13T18:30:52.8533274Z [05-13|18:27:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8533541Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} -2026-05-13T18:30:52.8533804Z [05-13|18:27:43.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 3} -2026-05-13T18:30:52.8534273Z [05-13|18:27:43.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8534736Z [05-13|18:27:43.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8535195Z [05-13|18:27:43.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8535542Z [05-13|18:27:43.969] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} -2026-05-13T18:30:52.8535675Z [05-13|18:27:43.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8536013Z [05-13|18:27:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} -2026-05-13T18:30:52.8536358Z [05-13|18:27:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} -2026-05-13T18:30:52.8536697Z [05-13|18:27:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 106, "digest": "8003e5edfe0cf2edc0a9..."} -2026-05-13T18:30:52.8536963Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 3} -2026-05-13T18:30:52.8537231Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 3} -2026-05-13T18:30:52.8537495Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 3} -2026-05-13T18:30:52.8537960Z [05-13|18:27:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8538590Z [05-13|18:27:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8538982Z [05-13|18:27:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 4} -2026-05-13T18:30:52.8539441Z [05-13|18:27:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8539906Z [05-13|18:27:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8540247Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} -2026-05-13T18:30:52.8540586Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} -2026-05-13T18:30:52.8541024Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} -2026-05-13T18:30:52.8541364Z [05-13|18:27:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 107, "digest": "368b486e592b87a6f6a6..."} -2026-05-13T18:30:52.8541501Z [05-13|18:27:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8541639Z [05-13|18:27:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8541771Z [05-13|18:27:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8542037Z [05-13|18:27:43.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} -2026-05-13T18:30:52.8542306Z [05-13|18:27:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} -2026-05-13T18:30:52.8542772Z [05-13|18:27:43.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8543044Z [05-13|18:27:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} -2026-05-13T18:30:52.8543515Z [05-13|18:27:43.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8543779Z [05-13|18:27:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 3} -2026-05-13T18:30:52.8544236Z [05-13|18:27:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8544585Z [05-13|18:27:43.975] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} -2026-05-13T18:30:52.8545051Z [05-13|18:27:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8545189Z [05-13|18:27:43.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8545538Z [05-13|18:27:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} -2026-05-13T18:30:52.8545673Z [05-13|18:27:43.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8546012Z [05-13|18:27:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} -2026-05-13T18:30:52.8546153Z [05-13|18:27:43.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8546493Z [05-13|18:27:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 108, "digest": "c72c8ad60fbcb0ec3eca..."} -2026-05-13T18:30:52.8546763Z [05-13|18:27:43.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 3} -2026-05-13T18:30:52.8547236Z [05-13|18:27:43.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8547582Z [05-13|18:27:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 4} -2026-05-13T18:30:52.8547846Z [05-13|18:27:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 3} -2026-05-13T18:30:52.8548427Z [05-13|18:27:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8548695Z [05-13|18:27:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 3} -2026-05-13T18:30:52.8549156Z [05-13|18:27:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8549610Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} -2026-05-13T18:30:52.8550081Z [05-13|18:27:43.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8550425Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} -2026-05-13T18:30:52.8550760Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} -2026-05-13T18:30:52.8551103Z [05-13|18:27:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 109, "digest": "f55bb970c90d6046a8ca..."} -2026-05-13T18:30:52.8551240Z [05-13|18:27:43.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8551389Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8551623Z [05-13|18:27:43.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:52.8551770Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8551987Z [05-13|18:27:43.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:52.8552136Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8552276Z [05-13|18:27:43.980] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8552487Z [05-13|18:27:43.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:52.8552659Z --- PASS: TestSimplexRebroadcastFinalizationVotes (2.01s) -2026-05-13T18:30:52.8552777Z === RUN TestSimplexMultiNodeSimple -2026-05-13T18:30:52.8553264Z [05-13|18:27:43.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8553738Z [05-13|18:27:43.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8554215Z [05-13|18:27:43.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8554683Z [05-13|18:27:43.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8554962Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8555228Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8555488Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8555959Z [05-13|18:27:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8556376Z [05-13|18:27:43.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8556835Z [05-13|18:27:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8557294Z [05-13|18:27:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8557745Z [05-13|18:27:43.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8558340Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8558696Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8559034Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8559359Z [05-13|18:27:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8559508Z [05-13|18:27:43.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8559771Z [05-13|18:27:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8560030Z [05-13|18:27:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8560494Z [05-13|18:27:43.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8560768Z [05-13|18:27:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8561239Z [05-13|18:27:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8561690Z [05-13|18:27:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8561949Z [05-13|18:27:43.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8562279Z [05-13|18:27:43.988] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8562740Z [05-13|18:27:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8563069Z [05-13|18:27:43.988] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8563398Z [05-13|18:27:43.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8563727Z [05-13|18:27:43.990] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8563866Z [05-13|18:27:43.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8564127Z [05-13|18:27:43.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8564390Z [05-13|18:27:43.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8564847Z [05-13|18:27:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8565392Z [05-13|18:27:43.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8565853Z [05-13|18:27:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8565989Z [05-13|18:27:43.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8566414Z [05-13|18:27:43.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8566872Z [05-13|18:27:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8567203Z [05-13|18:27:43.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8567341Z [05-13|18:27:43.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8567799Z [05-13|18:27:43.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8568253Z [05-13|18:27:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8568392Z [05-13|18:27:43.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8568725Z [05-13|18:27:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8569052Z [05-13|18:27:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8569186Z [05-13|18:27:43.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8569520Z [05-13|18:27:43.993] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8569785Z [05-13|18:27:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8570044Z [05-13|18:27:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8570307Z [05-13|18:27:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8570765Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8571213Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8571669Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8571934Z [05-13|18:27:43.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.8572385Z [05-13|18:27:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8572720Z [05-13|18:27:43.994] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.8573043Z [05-13|18:27:43.994] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.8573367Z [05-13|18:27:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.8573697Z [05-13|18:27:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.8573949Z [05-13|18:27:43.995] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8574208Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8574473Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8574730Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8574985Z [05-13|18:27:43.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8575445Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8575995Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8576454Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8576912Z [05-13|18:27:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8577243Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.8577576Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.8577903Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.8578200Z [05-13|18:27:43.997] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8578536Z [05-13|18:27:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.8578676Z [05-13|18:27:43.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8578937Z [05-13|18:27:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:52.8579196Z [05-13|18:27:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8579458Z [05-13|18:27:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8579714Z [05-13|18:27:44.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8580173Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8580632Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8581084Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8581535Z [05-13|18:27:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8581869Z [05-13|18:27:44.000] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.8582195Z [05-13|18:27:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.8582528Z [05-13|18:27:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.8582970Z [05-13|18:27:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.8583116Z [05-13|18:27:44.001] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8583260Z [05-13|18:27:44.001] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8583522Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8583782Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8584045Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8584499Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8584860Z [05-13|18:27:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8585324Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8585774Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8586223Z [05-13|18:27:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8586552Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.8586687Z [05-13|18:27:44.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8587011Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.8587340Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.8587660Z [05-13|18:27:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.8587920Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8588373Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8588634Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8588890Z [05-13|18:27:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8589353Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8589808Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8590259Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8590712Z [05-13|18:27:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8591042Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.8591177Z [05-13|18:27:44.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8591512Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.8591955Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.8592279Z [05-13|18:27:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.8592419Z [05-13|18:27:44.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8592680Z [05-13|18:27:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8592957Z [05-13|18:27:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8593224Z [05-13|18:27:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8593785Z [05-13|18:27:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8594246Z [05-13|18:27:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8594706Z [05-13|18:27:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8595039Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.8595365Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.8595802Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:52.8596128Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.8596266Z [05-13|18:27:44.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8596697Z [05-13|18:27:44.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:52.8596831Z [05-13|18:27:44.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8597286Z [05-13|18:27:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8597615Z [05-13|18:27:44.009] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.8597750Z [05-13|18:27:44.010] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8598013Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.8598401Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.8598662Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.8598917Z [05-13|18:27:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.8599383Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8599839Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8600295Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8600864Z [05-13|18:27:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8601199Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.8601530Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.8601860Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.8602185Z [05-13|18:27:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.8602320Z [05-13|18:27:44.012] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8602572Z [05-13|18:27:44.012] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8602809Z [05-13|18:27:44.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:52.8602951Z [05-13|18:27:44.013] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8603330Z [05-13|18:27:44.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0200000000000000", "to": "0100000000000000"} -2026-05-13T18:30:52.8603546Z [05-13|18:27:44.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:52.8603687Z [05-13|18:27:44.013] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8603831Z [05-13|18:27:44.013] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8604039Z [05-13|18:27:44.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:52.8604165Z --- PASS: TestSimplexMultiNodeSimple (0.03s) -2026-05-13T18:30:52.8604276Z === RUN TestSimplexMultiNodeBlacklist -2026-05-13T18:30:52.8604760Z [05-13|18:27:44.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8605236Z [05-13|18:27:44.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8605709Z [05-13|18:27:44.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8606176Z [05-13|18:27:44.015] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8606441Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8606709Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8606970Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8607429Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8607694Z [05-13|18:27:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8608269Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8608722Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8609183Z [05-13|18:27:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8609631Z [05-13|18:27:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8609774Z [05-13|18:27:44.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8610108Z [05-13|18:27:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8610432Z [05-13|18:27:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8610755Z [05-13|18:27:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8610909Z [05-13|18:27:44.021] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8611269Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8611534Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8611798Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8612055Z [05-13|18:27:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8612510Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8612977Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8613429Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8613882Z [05-13|18:27:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8614218Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8614356Z [05-13|18:27:44.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8614680Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8615009Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8615337Z [05-13|18:27:44.023] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8615476Z [05-13|18:27:44.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8615618Z [05-13|18:27:44.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8615881Z [05-13|18:27:44.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8616141Z [05-13|18:27:44.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8616405Z [05-13|18:27:44.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8616859Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8617311Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8617767Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8618228Z [05-13|18:27:44.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8618684Z [05-13|18:27:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8619022Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8619349Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8619487Z [05-13|18:27:44.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8619920Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8620059Z [05-13|18:27:44.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8620387Z [05-13|18:27:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8620606Z [05-13|18:27:44.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.8620815Z [05-13|18:27:44.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.8621024Z [05-13|18:27:44.026] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:52.8621238Z [05-13|18:27:44.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.8621691Z [05-13|18:27:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8622144Z [05-13|18:27:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8622598Z [05-13|18:27:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8622862Z [05-13|18:27:44.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8623129Z [05-13|18:27:44.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8623390Z [05-13|18:27:44.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8623842Z [05-13|18:27:44.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8624294Z [05-13|18:27:44.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8624750Z [05-13|18:27:44.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8625079Z [05-13|18:27:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.8625410Z [05-13|18:27:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.8625732Z [05-13|18:27:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.8625867Z [05-13|18:27:44.184] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8626195Z [05-13|18:27:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:52.8626651Z [05-13|18:27:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8627248Z [05-13|18:27:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8627514Z [05-13|18:27:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8627771Z [05-13|18:27:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8628026Z [05-13|18:27:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8628603Z [05-13|18:27:44.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8629162Z [05-13|18:27:44.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8629605Z [05-13|18:27:44.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:52.8630037Z [05-13|18:27:44.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:52.8630492Z [05-13|18:27:44.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8630627Z [05-13|18:27:44.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8630765Z [05-13|18:27:44.186] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8631097Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:52.8631427Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:52.8631887Z [05-13|18:27:44.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8632213Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:52.8632537Z [05-13|18:27:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:52.8632833Z [05-13|18:27:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8633103Z [05-13|18:27:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8633361Z [05-13|18:27:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8633827Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8634281Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8634730Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8635000Z [05-13|18:27:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8635333Z [05-13|18:27:44.188] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:52.8635782Z [05-13|18:27:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8636228Z [05-13|18:27:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:52.8636552Z [05-13|18:27:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:52.8636877Z [05-13|18:27:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:52.8637337Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8637856Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8638439Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8638898Z [05-13|18:27:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8639111Z [05-13|18:27:44.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8639377Z [05-13|18:27:44.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8639637Z [05-13|18:27:44.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8639895Z [05-13|18:27:44.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8640358Z [05-13|18:27:44.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8640810Z [05-13|18:27:44.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8641258Z [05-13|18:27:44.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8641593Z [05-13|18:27:44.192] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:52.8641918Z [05-13|18:27:44.192] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:52.8642245Z [05-13|18:27:44.193] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:52.8642463Z [05-13|18:27:44.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:52.8642668Z [05-13|18:27:44.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:52.8642874Z [05-13|18:27:44.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:52.8643138Z [05-13|18:27:44.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.8643395Z [05-13|18:27:44.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.8643651Z [05-13|18:27:44.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.8644119Z [05-13|18:27:44.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8644576Z [05-13|18:27:44.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8645148Z [05-13|18:27:44.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8645481Z [05-13|18:27:44.194] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5eaca5191250e1430153..."} -2026-05-13T18:30:52.8645806Z [05-13|18:27:44.194] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5eaca5191250e1430153..."} -2026-05-13T18:30:52.8646018Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:52.8646346Z [05-13|18:27:44.195] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5eaca5191250e1430153..."} -2026-05-13T18:30:52.8646654Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:52.8646870Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:52.8647081Z [05-13|18:27:44.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8647539Z [05-13|18:27:44.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8647996Z [05-13|18:27:44.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8648601Z [05-13|18:27:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8649061Z [05-13|18:27:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8649517Z [05-13|18:27:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8649975Z [05-13|18:27:44.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8650187Z [05-13|18:27:44.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:52.8650395Z [05-13|18:27:44.354] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:52.8650673Z [05-13|18:27:44.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.8650939Z [05-13|18:27:44.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.8651202Z [05-13|18:27:44.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.8651669Z [05-13|18:27:44.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8652125Z [05-13|18:27:44.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8652577Z [05-13|18:27:44.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8652924Z [05-13|18:27:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 8, "digest": "44863b934f8b551cec4b..."} -2026-05-13T18:30:52.8653258Z [05-13|18:27:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 8, "digest": "44863b934f8b551cec4b..."} -2026-05-13T18:30:52.8653704Z [05-13|18:27:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 8, "digest": "44863b934f8b551cec4b..."} -2026-05-13T18:30:52.8653924Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:52.8654131Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:52.8654335Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:52.8654607Z [05-13|18:27:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.8654867Z [05-13|18:27:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.8655127Z [05-13|18:27:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.8655692Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8656155Z [05-13|18:27:44.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8656609Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8656954Z [05-13|18:27:44.357] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 9, "digest": "3a0c0f33884daadfd192..."} -2026-05-13T18:30:52.8657285Z [05-13|18:27:44.357] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 9, "digest": "3a0c0f33884daadfd192..."} -2026-05-13T18:30:52.8657617Z [05-13|18:27:44.357] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 9, "digest": "3a0c0f33884daadfd192..."} -2026-05-13T18:30:52.8657834Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:52.8658167Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:52.8658386Z [05-13|18:27:44.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:52.8658854Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8659313Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8659524Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:52.8659987Z [05-13|18:27:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8660263Z [05-13|18:27:44.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.8660532Z [05-13|18:27:44.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.8660791Z [05-13|18:27:44.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.8661247Z [05-13|18:27:44.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8661709Z [05-13|18:27:44.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8662165Z [05-13|18:27:44.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8662626Z [05-13|18:27:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 10, "digest": "eee54994e3b8b64ff884..."} -2026-05-13T18:30:52.8662968Z [05-13|18:27:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 10, "digest": "eee54994e3b8b64ff884..."} -2026-05-13T18:30:52.8663302Z [05-13|18:27:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 10, "digest": "eee54994e3b8b64ff884..."} -2026-05-13T18:30:52.8663453Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8663671Z [05-13|18:27:44.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:52.8663880Z [05-13|18:27:44.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:52.8664024Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8664266Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8664412Z [05-13|18:27:44.517] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8664542Z --- PASS: TestSimplexMultiNodeBlacklist (0.50s) -2026-05-13T18:30:52.8664627Z === RUN TestSplitVotes -2026-05-13T18:30:52.8665114Z [05-13|18:27:44.517] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8665584Z [05-13|18:27:44.518] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8666049Z [05-13|18:27:44.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8666526Z [05-13|18:27:44.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8666741Z [05-13|18:27:44.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.8667010Z [05-13|18:27:44.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8667277Z [05-13|18:27:44.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8667738Z [05-13|18:27:44.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8668313Z [05-13|18:27:44.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8668525Z [05-13|18:27:44.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.8668734Z [05-13|18:27:44.586] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.8668885Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669027Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669162Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669296Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669432Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669564Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669696Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669833Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8669965Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8670100Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8670235Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8670483Z [05-13|18:27:44.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8670937Z [05-13|18:27:44.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8671276Z [05-13|18:27:44.748] INFO Simplex/epoch.go:2819 We have already timed out on this round, will not finalize it {"round": 0} -2026-05-13T18:30:52.8671744Z [05-13|18:27:44.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8672079Z [05-13|18:27:44.749] INFO Simplex/epoch.go:2819 We have already timed out on this round, will not finalize it {"round": 0} -2026-05-13T18:30:52.8672294Z [05-13|18:27:44.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:52.8672660Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8672929Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8673400Z [05-13|18:27:44.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8673852Z [05-13|18:27:44.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8674112Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8674376Z [05-13|18:27:44.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8674833Z [05-13|18:27:44.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8675288Z [05-13|18:27:44.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8675432Z [05-13|18:27:44.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8675771Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8676103Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8676436Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8676768Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8676905Z [05-13|18:27:44.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8677237Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8677373Z [05-13|18:27:44.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8677695Z [05-13|18:27:44.752] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8678023Z [05-13|18:27:44.753] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8678467Z [05-13|18:27:44.753] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8678604Z [05-13|18:27:44.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8678746Z [05-13|18:27:44.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:52.8678894Z [05-13|18:27:44.753] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8679218Z [05-13|18:27:44.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:52.8679362Z [05-13|18:27:44.754] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8679575Z [05-13|18:27:44.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:52.8679716Z [05-13|18:27:44.754] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8679856Z [05-13|18:27:44.754] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8680068Z [05-13|18:27:44.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:52.8680165Z --- PASS: TestSplitVotes (0.24s) -2026-05-13T18:30:52.8680263Z === RUN TestFinalizeSameSequence -2026-05-13T18:30:52.8680865Z [05-13|18:27:44.754] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8681143Z [05-13|18:27:44.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8681604Z [05-13|18:27:44.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8681878Z [05-13|18:27:44.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8682328Z [05-13|18:27:44.957] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8682783Z [05-13|18:27:44.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8682931Z [05-13|18:27:44.958] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8683149Z [05-13|18:27:44.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.8683268Z --- PASS: TestFinalizeSameSequence (0.20s) -2026-05-13T18:30:52.8683373Z === RUN TestFinalizeSameSequenceGap -2026-05-13T18:30:52.8683553Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 -2026-05-13T18:30:52.8683732Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 -2026-05-13T18:30:52.8683903Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 -2026-05-13T18:30:52.8684074Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 -2026-05-13T18:30:52.8684242Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 -2026-05-13T18:30:52.8684411Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 -2026-05-13T18:30:52.8684580Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 -2026-05-13T18:30:52.8684751Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 -2026-05-13T18:30:52.8684919Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 -2026-05-13T18:30:52.8685102Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 -2026-05-13T18:30:52.8685265Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 -2026-05-13T18:30:52.8685434Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 -2026-05-13T18:30:52.8685602Z === RUN TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 -2026-05-13T18:30:52.8685774Z === PAUSE TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 -2026-05-13T18:30:52.8685940Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 -2026-05-13T18:30:52.8686116Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 -2026-05-13T18:30:52.8686281Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 -2026-05-13T18:30:52.8686452Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 -2026-05-13T18:30:52.8686622Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 -2026-05-13T18:30:52.8686798Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 -2026-05-13T18:30:52.8687046Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 -2026-05-13T18:30:52.8687217Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 -2026-05-13T18:30:52.8687386Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 -2026-05-13T18:30:52.8687556Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 -2026-05-13T18:30:52.8687721Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 -2026-05-13T18:30:52.8687896Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 -2026-05-13T18:30:52.8688173Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 -2026-05-13T18:30:52.8688347Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 -2026-05-13T18:30:52.8688516Z === RUN TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 -2026-05-13T18:30:52.8688834Z === PAUSE TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 -2026-05-13T18:30:52.8689006Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 -2026-05-13T18:30:52.8689180Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 -2026-05-13T18:30:52.8689351Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 -2026-05-13T18:30:52.8689523Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 -2026-05-13T18:30:52.8689688Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 -2026-05-13T18:30:52.8689863Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 -2026-05-13T18:30:52.8690026Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 -2026-05-13T18:30:52.8690198Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 -2026-05-13T18:30:52.8690368Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 -2026-05-13T18:30:52.8690541Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 -2026-05-13T18:30:52.8690707Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 -2026-05-13T18:30:52.8690888Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 -2026-05-13T18:30:52.8691053Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 -2026-05-13T18:30:52.8691223Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 -2026-05-13T18:30:52.8691394Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 -2026-05-13T18:30:52.8691565Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 -2026-05-13T18:30:52.8691729Z === RUN TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 -2026-05-13T18:30:52.8691899Z === PAUSE TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 -2026-05-13T18:30:52.8692069Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 -2026-05-13T18:30:52.8692241Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 -2026-05-13T18:30:52.8692409Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 -2026-05-13T18:30:52.8692592Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 -2026-05-13T18:30:52.8692757Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 -2026-05-13T18:30:52.8692929Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 -2026-05-13T18:30:52.8693099Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 -2026-05-13T18:30:52.8693271Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 -2026-05-13T18:30:52.8693437Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 -2026-05-13T18:30:52.8693613Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 -2026-05-13T18:30:52.8693782Z === RUN TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 -2026-05-13T18:30:52.8693953Z === PAUSE TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 -2026-05-13T18:30:52.8694122Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 -2026-05-13T18:30:52.8694300Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 -2026-05-13T18:30:52.8694577Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 -2026-05-13T18:30:52.8694749Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 -2026-05-13T18:30:52.8694918Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 -2026-05-13T18:30:52.8695089Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 -2026-05-13T18:30:52.8695255Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 -2026-05-13T18:30:52.8695431Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 -2026-05-13T18:30:52.8695597Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 -2026-05-13T18:30:52.8695769Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 -2026-05-13T18:30:52.8695939Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 -2026-05-13T18:30:52.8696183Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 -2026-05-13T18:30:52.8696355Z === RUN TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 -2026-05-13T18:30:52.8696527Z === PAUSE TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 -2026-05-13T18:30:52.8696701Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 -2026-05-13T18:30:52.8696867Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 -2026-05-13T18:30:52.8697033Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 -2026-05-13T18:30:52.8697205Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 -2026-05-13T18:30:52.8697686Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8698281Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8698758Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8699027Z [05-13|18:27:44.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8699495Z [05-13|18:27:44.961] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8699763Z [05-13|18:27:44.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8700021Z [05-13|18:27:44.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8700456Z [05-13|18:27:44.962] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8700724Z [05-13|18:27:44.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8701185Z [05-13|18:27:44.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8701638Z [05-13|18:27:44.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8702091Z [05-13|18:27:44.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8702540Z [05-13|18:27:44.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8702808Z [05-13|18:27:44.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8703183Z [05-13|18:27:44.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8703441Z [05-13|18:27:44.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8703875Z [05-13|18:27:44.964] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8704326Z [05-13|18:27:44.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8704777Z [05-13|18:27:44.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8705326Z [05-13|18:27:44.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8705595Z [05-13|18:27:44.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8706024Z [05-13|18:27:44.964] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8706287Z [05-13|18:27:44.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8706739Z [05-13|18:27:44.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8706999Z [05-13|18:27:44.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8707456Z [05-13|18:27:44.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8707909Z [05-13|18:27:44.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8708285Z [05-13|18:27:44.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8708716Z [05-13|18:27:44.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:52.8708974Z [05-13|18:27:44.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8709394Z [05-13|18:27:44.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:52.8709856Z [05-13|18:27:44.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8710311Z [05-13|18:27:44.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8710572Z [05-13|18:27:44.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8711041Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8711491Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8711946Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8712392Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8712953Z [05-13|18:27:44.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8713406Z [05-13|18:27:44.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8713853Z [05-13|18:27:44.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8714117Z [05-13|18:27:44.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8714671Z [05-13|18:27:44.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8715130Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8715579Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8715845Z [05-13|18:27:44.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8716307Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8716758Z [05-13|18:27:44.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8717217Z [05-13|18:27:44.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8717476Z [05-13|18:27:45.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8717924Z [05-13|18:27:45.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8718184Z [05-13|18:27:45.165] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8718398Z [05-13|18:27:45.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.8718572Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 -2026-05-13T18:30:52.8719057Z [05-13|18:27:45.165] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8719321Z [05-13|18:27:45.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8719748Z [05-13|18:27:45.166] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8720203Z [05-13|18:27:45.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8720461Z [05-13|18:27:45.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8720911Z [05-13|18:27:45.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8721179Z [05-13|18:27:45.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8721753Z [05-13|18:27:45.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8722017Z [05-13|18:27:45.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8722470Z [05-13|18:27:45.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8722729Z [05-13|18:27:45.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8723184Z [05-13|18:27:45.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8723734Z [05-13|18:27:45.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8723887Z [05-13|18:27:45.170] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8724102Z [05-13|18:27:45.170] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8724371Z [05-13|18:27:45.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.8724828Z [05-13|18:27:45.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8725007Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 -2026-05-13T18:30:52.8725482Z [05-13|18:27:45.171] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8725749Z [05-13|18:27:45.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8726187Z [05-13|18:27:45.172] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8726640Z [05-13|18:27:45.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8726782Z [05-13|18:27:45.172] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8727001Z [05-13|18:27:45.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:52.8727269Z [05-13|18:27:45.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.8727442Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 -2026-05-13T18:30:52.8727907Z [05-13|18:27:45.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8728287Z [05-13|18:27:45.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8728715Z [05-13|18:27:45.173] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8729196Z [05-13|18:27:45.173] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8729339Z [05-13|18:27:45.173] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8729793Z [05-13|18:27:45.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8730016Z [05-13|18:27:45.173] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:52.8730190Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 -2026-05-13T18:30:52.8730566Z [05-13|18:27:45.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8730830Z [05-13|18:27:45.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8731306Z [05-13|18:27:45.174] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8731732Z [05-13|18:27:45.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8732191Z [05-13|18:27:45.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8732554Z [05-13|18:27:45.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8733014Z [05-13|18:27:45.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8733290Z [05-13|18:27:45.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8733742Z [05-13|18:27:45.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8734192Z [05-13|18:27:45.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8734459Z [05-13|18:27:45.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8734911Z [05-13|18:27:45.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8735174Z [05-13|18:27:45.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8735628Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8735886Z [05-13|18:27:45.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8736311Z [05-13|18:27:45.176] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8736770Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8737221Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8737672Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8738238Z [05-13|18:27:45.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8738689Z [05-13|18:27:45.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8738958Z [05-13|18:27:45.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8739224Z [05-13|18:27:45.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8739674Z [05-13|18:27:45.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8740240Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8740686Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8741134Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8741681Z [05-13|18:27:45.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8741946Z [05-13|18:27:45.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8742401Z [05-13|18:27:45.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8742553Z [05-13|18:27:45.371] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8742763Z [05-13|18:27:45.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8742935Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 -2026-05-13T18:30:52.8743414Z [05-13|18:27:45.372] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8743673Z [05-13|18:27:45.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8744127Z [05-13|18:27:45.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8744393Z [05-13|18:27:45.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8744820Z [05-13|18:27:45.373] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8745271Z [05-13|18:27:45.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8745724Z [05-13|18:27:45.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8745989Z [05-13|18:27:45.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8746441Z [05-13|18:27:45.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8746900Z [05-13|18:27:45.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8747162Z [05-13|18:27:45.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8747587Z [05-13|18:27:45.378] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:52.8748161Z [05-13|18:27:45.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8748429Z [05-13|18:27:45.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8748682Z [05-13|18:27:45.379] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8748949Z [05-13|18:27:45.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8749398Z [05-13|18:27:45.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8749570Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 -2026-05-13T18:30:52.8749719Z [05-13|18:27:45.380] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8750168Z [05-13|18:27:45.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8750378Z [05-13|18:27:45.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8750659Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 -2026-05-13T18:30:52.8751143Z [05-13|18:27:45.380] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8751613Z [05-13|18:27:45.381] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8751877Z [05-13|18:27:45.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8752020Z [05-13|18:27:45.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8752227Z [05-13|18:27:45.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8752402Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 -2026-05-13T18:30:52.8752858Z [05-13|18:27:45.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8753120Z [05-13|18:27:45.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8753586Z [05-13|18:27:45.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8754068Z [05-13|18:27:45.381] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8754333Z [05-13|18:27:45.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8754599Z [05-13|18:27:45.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8755031Z [05-13|18:27:45.382] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8755291Z [05-13|18:27:45.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8755723Z [05-13|18:27:45.382] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8756177Z [05-13|18:27:45.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8756637Z [05-13|18:27:45.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8757095Z [05-13|18:27:45.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8757357Z [05-13|18:27:45.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8757703Z [05-13|18:27:45.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8758245Z [05-13|18:27:45.383] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8758704Z [05-13|18:27:45.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8758974Z [05-13|18:27:45.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8759232Z [05-13|18:27:45.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8759829Z [05-13|18:27:45.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8760270Z [05-13|18:27:45.384] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8760721Z [05-13|18:27:45.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8760981Z [05-13|18:27:45.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8761437Z [05-13|18:27:45.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8761696Z [05-13|18:27:45.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8762149Z [05-13|18:27:45.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8762606Z [05-13|18:27:45.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8762865Z [05-13|18:27:45.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8763322Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8763777Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8764228Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8764683Z [05-13|18:27:45.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8764947Z [05-13|18:27:45.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8765396Z [05-13|18:27:45.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8765547Z [05-13|18:27:45.578] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8765762Z [05-13|18:27:45.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8765937Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 -2026-05-13T18:30:52.8766414Z [05-13|18:27:45.579] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8766791Z [05-13|18:27:45.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8767246Z [05-13|18:27:45.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8767509Z [05-13|18:27:45.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8767964Z [05-13|18:27:45.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8768344Z [05-13|18:27:45.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8768908Z [05-13|18:27:45.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8769176Z [05-13|18:27:45.581] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8769626Z [05-13|18:27:45.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8770080Z [05-13|18:27:45.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8770342Z [05-13|18:27:45.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8770793Z [05-13|18:27:45.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8770944Z [05-13|18:27:45.587] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8771157Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8771348Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 -2026-05-13T18:30:52.8771612Z [05-13|18:27:45.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8771870Z [05-13|18:27:45.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8772320Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8772802Z [05-13|18:27:45.588] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8773257Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8773404Z [05-13|18:27:45.588] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8773615Z [05-13|18:27:45.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8773786Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 -2026-05-13T18:30:52.8773927Z [05-13|18:27:45.589] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8774136Z [05-13|18:27:45.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8774398Z [05-13|18:27:45.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8774830Z [05-13|18:27:45.589] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8775310Z [05-13|18:27:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8775589Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 -2026-05-13T18:30:52.8776041Z [05-13|18:27:45.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8776307Z [05-13|18:27:45.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8776783Z [05-13|18:27:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8777238Z [05-13|18:27:45.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8777575Z [05-13|18:27:45.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8778010Z [05-13|18:27:45.590] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8778386Z [05-13|18:27:45.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8778842Z [05-13|18:27:45.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8779271Z [05-13|18:27:45.590] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8779720Z [05-13|18:27:45.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8779986Z [05-13|18:27:45.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8780411Z [05-13|18:27:45.591] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8780864Z [05-13|18:27:45.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8781128Z [05-13|18:27:45.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8781385Z [05-13|18:27:45.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8781834Z [05-13|18:27:45.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8782292Z [05-13|18:27:45.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8782556Z [05-13|18:27:45.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8782813Z [05-13|18:27:45.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8783074Z [05-13|18:27:45.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8783507Z [05-13|18:27:45.593] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:52.8783959Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8784417Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8784793Z [05-13|18:27:45.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8785241Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8785695Z [05-13|18:27:45.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8786143Z [05-13|18:27:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8786409Z [05-13|18:27:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8786953Z [05-13|18:27:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8787409Z [05-13|18:27:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8787677Z [05-13|18:27:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8788236Z [05-13|18:27:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8788385Z [05-13|18:27:45.784] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8788599Z [05-13|18:27:45.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8788773Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 -2026-05-13T18:30:52.8789249Z [05-13|18:27:45.784] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8789519Z [05-13|18:27:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8789969Z [05-13|18:27:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8790229Z [05-13|18:27:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8790687Z [05-13|18:27:45.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8790951Z [05-13|18:27:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8791381Z [05-13|18:27:45.786] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8791842Z [05-13|18:27:45.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8792104Z [05-13|18:27:45.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8792553Z [05-13|18:27:45.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8792820Z [05-13|18:27:45.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8793279Z [05-13|18:27:45.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8793536Z [05-13|18:27:45.795] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8793749Z [05-13|18:27:45.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8793921Z === CONT TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 -2026-05-13T18:30:52.8794182Z [05-13|18:27:45.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8794446Z [05-13|18:27:45.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8794924Z [05-13|18:27:45.796] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8795377Z [05-13|18:27:45.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8795932Z [05-13|18:27:45.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8796199Z [05-13|18:27:45.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8796341Z [05-13|18:27:45.796] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8796487Z [05-13|18:27:45.796] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8796692Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:52.8796897Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8797073Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 -2026-05-13T18:30:52.8797526Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8797700Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 -2026-05-13T18:30:52.8798299Z [05-13|18:27:45.797] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8798756Z [05-13|18:27:45.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8799233Z [05-13|18:27:45.797] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8799501Z [05-13|18:27:45.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8799760Z [05-13|18:27:45.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8800192Z [05-13|18:27:45.798] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8800655Z [05-13|18:27:45.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8801105Z [05-13|18:27:45.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8801363Z [05-13|18:27:45.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8801629Z [05-13|18:27:45.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8802056Z [05-13|18:27:45.799] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8802508Z [05-13|18:27:45.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8803076Z [05-13|18:27:45.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8803334Z [05-13|18:27:45.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8803589Z [05-13|18:27:45.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8804044Z [05-13|18:27:45.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8804591Z [05-13|18:27:45.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8804863Z [05-13|18:27:45.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8805121Z [05-13|18:27:45.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8805572Z [05-13|18:27:45.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8806023Z [05-13|18:27:45.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8806468Z [05-13|18:27:45.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8806916Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8807370Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8807818Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8808378Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8808834Z [05-13|18:27:45.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8809097Z [05-13|18:27:45.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8809547Z [05-13|18:27:45.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8809695Z [05-13|18:27:45.804] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8809900Z [05-13|18:27:45.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8810073Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 -2026-05-13T18:30:52.8810532Z [05-13|18:27:45.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8811007Z [05-13|18:27:45.805] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8811272Z [05-13|18:27:45.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8811862Z [05-13|18:27:45.805] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8812314Z [05-13|18:27:45.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8812574Z [05-13|18:27:45.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8813005Z [05-13|18:27:45.806] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8813461Z [05-13|18:27:45.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8813815Z [05-13|18:27:45.807] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8814253Z [05-13|18:27:45.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8814705Z [05-13|18:27:45.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8814962Z [05-13|18:27:45.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8815416Z [05-13|18:27:45.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8815866Z [05-13|18:27:45.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8816321Z [05-13|18:27:45.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8816771Z [05-13|18:27:45.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8817031Z [05-13|18:27:45.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.8817482Z [05-13|18:27:45.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8817950Z [05-13|18:27:45.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8818329Z [05-13|18:27:45.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8818792Z [05-13|18:27:45.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8818936Z [05-13|18:27:45.989] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8819143Z [05-13|18:27:45.989] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:52.8819319Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 -2026-05-13T18:30:52.8819793Z [05-13|18:27:45.989] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8820052Z [05-13|18:27:45.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8820512Z [05-13|18:27:45.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8820886Z [05-13|18:27:45.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8821314Z [05-13|18:27:45.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8821769Z [05-13|18:27:45.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8822217Z [05-13|18:27:45.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8822476Z [05-13|18:27:45.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8823027Z [05-13|18:27:45.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8823482Z [05-13|18:27:45.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8823930Z [05-13|18:27:45.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8824384Z [05-13|18:27:45.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8824526Z [05-13|18:27:45.993] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8824701Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 -2026-05-13T18:30:52.8825183Z [05-13|18:27:45.994] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8825447Z [05-13|18:27:45.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8825896Z [05-13|18:27:45.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8826162Z [05-13|18:27:45.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8826612Z [05-13|18:27:45.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8827065Z [05-13|18:27:45.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8827329Z [05-13|18:27:45.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8827780Z [05-13|18:27:45.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8828350Z [05-13|18:27:45.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8828805Z [05-13|18:27:45.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8829251Z [05-13|18:27:45.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8829401Z [05-13|18:27:45.997] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8829573Z === CONT TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 -2026-05-13T18:30:52.8829988Z [05-13|18:27:45.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8830470Z [05-13|18:27:45.998] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8830921Z [05-13|18:27:45.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8831183Z [05-13|18:27:45.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8831329Z [05-13|18:27:45.999] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8831874Z [05-13|18:27:45.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8832328Z [05-13|18:27:45.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8832504Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 -2026-05-13T18:30:52.8832984Z [05-13|18:27:46.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8833246Z [05-13|18:27:46.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8833733Z [05-13|18:27:46.000] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8834186Z [05-13|18:27:46.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8834447Z [05-13|18:27:46.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8834880Z [05-13|18:27:46.001] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8835333Z [05-13|18:27:46.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8835785Z [05-13|18:27:46.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8836237Z [05-13|18:27:46.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8836506Z [05-13|18:27:46.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8836934Z [05-13|18:27:46.002] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8837394Z [05-13|18:27:46.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8837653Z [05-13|18:27:46.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8838188Z [05-13|18:27:46.003] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8838647Z [05-13|18:27:46.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8838909Z [05-13|18:27:46.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8839484Z [05-13|18:27:46.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8839934Z [05-13|18:27:46.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8840382Z [05-13|18:27:46.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8840837Z [05-13|18:27:46.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8841079Z [05-13|18:27:46.006] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8841353Z [05-13|18:27:46.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.8841813Z [05-13|18:27:46.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8841985Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 -2026-05-13T18:30:52.8842127Z [05-13|18:27:46.007] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8842347Z [05-13|18:27:46.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:52.8842820Z [05-13|18:27:46.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8842994Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 -2026-05-13T18:30:52.8843467Z [05-13|18:27:46.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8843739Z [05-13|18:27:46.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8844164Z [05-13|18:27:46.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8844429Z [05-13|18:27:46.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8844849Z [05-13|18:27:46.008] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8845303Z [05-13|18:27:46.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8845762Z [05-13|18:27:46.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8846025Z [05-13|18:27:46.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8846449Z [05-13|18:27:46.009] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8846710Z [05-13|18:27:46.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8847165Z [05-13|18:27:46.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8847621Z [05-13|18:27:46.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8847962Z [05-13|18:27:46.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8848331Z [05-13|18:27:46.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8848781Z [05-13|18:27:46.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8849234Z [05-13|18:27:46.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8849492Z [05-13|18:27:46.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8850050Z [05-13|18:27:46.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8850322Z [05-13|18:27:46.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8850775Z [05-13|18:27:46.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8851225Z [05-13|18:27:46.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8851674Z [05-13|18:27:46.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8851942Z [05-13|18:27:46.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.8852405Z [05-13|18:27:46.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8852551Z [05-13|18:27:46.013] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8853003Z [05-13|18:27:46.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8853183Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 -2026-05-13T18:30:52.8853669Z [05-13|18:27:46.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8853929Z [05-13|18:27:46.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8854076Z [05-13|18:27:46.013] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8854289Z [05-13|18:27:46.014] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8854460Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 -2026-05-13T18:30:52.8854921Z [05-13|18:27:46.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8855394Z [05-13|18:27:46.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8855656Z [05-13|18:27:46.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8855919Z [05-13|18:27:46.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8856347Z [05-13|18:27:46.014] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8856770Z [05-13|18:27:46.015] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8857339Z [05-13|18:27:46.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8857787Z [05-13|18:27:46.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8858159Z [05-13|18:27:46.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8858426Z [05-13|18:27:46.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8858880Z [05-13|18:27:46.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8859440Z [05-13|18:27:46.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8859712Z [05-13|18:27:46.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8859971Z [05-13|18:27:46.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8860422Z [05-13|18:27:46.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8860874Z [05-13|18:27:46.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8861135Z [05-13|18:27:46.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8861590Z [05-13|18:27:46.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8862046Z [05-13|18:27:46.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8862496Z [05-13|18:27:46.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8862758Z [05-13|18:27:46.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8863212Z [05-13|18:27:46.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8863354Z [05-13|18:27:46.205] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8863565Z [05-13|18:27:46.205] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8863747Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 -2026-05-13T18:30:52.8864222Z [05-13|18:27:46.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8864484Z [05-13|18:27:46.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8864939Z [05-13|18:27:46.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8865197Z [05-13|18:27:46.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8865624Z [05-13|18:27:46.206] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8866190Z [05-13|18:27:46.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8866636Z [05-13|18:27:46.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8866900Z [05-13|18:27:46.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8867346Z [05-13|18:27:46.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8867792Z [05-13|18:27:46.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8868463Z [05-13|18:27:46.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8868732Z [05-13|18:27:46.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8869178Z [05-13|18:27:46.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8869323Z [05-13|18:27:46.213] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8869530Z [05-13|18:27:46.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:52.8869703Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 -2026-05-13T18:30:52.8870183Z [05-13|18:27:46.214] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8870443Z [05-13|18:27:46.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8870871Z [05-13|18:27:46.215] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8871326Z [05-13|18:27:46.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8871774Z [05-13|18:27:46.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8872223Z [05-13|18:27:46.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8872491Z [05-13|18:27:46.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8872944Z [05-13|18:27:46.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8873390Z [05-13|18:27:46.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8873662Z [05-13|18:27:46.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.8873918Z [05-13|18:27:46.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8874366Z [05-13|18:27:46.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8874822Z [05-13|18:27:46.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8875071Z [05-13|18:27:46.220] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8875244Z === CONT TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 -2026-05-13T18:30:52.8875723Z [05-13|18:27:46.220] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8875864Z [05-13|18:27:46.220] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8876072Z [05-13|18:27:46.220] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8876334Z [05-13|18:27:46.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8876504Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 -2026-05-13T18:30:52.8877027Z [05-13|18:27:46.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8877510Z [05-13|18:27:46.221] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8877771Z [05-13|18:27:46.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8878137Z [05-13|18:27:46.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8878575Z [05-13|18:27:46.222] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8879028Z [05-13|18:27:46.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8879478Z [05-13|18:27:46.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8879745Z [05-13|18:27:46.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8880169Z [05-13|18:27:46.222] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8880620Z [05-13|18:27:46.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8881071Z [05-13|18:27:46.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8881332Z [05-13|18:27:46.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8881788Z [05-13|18:27:46.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8882241Z [05-13|18:27:46.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8882687Z [05-13|18:27:46.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8882950Z [05-13|18:27:46.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8883398Z [05-13|18:27:46.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8883543Z [05-13|18:27:46.410] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8883759Z [05-13|18:27:46.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8884047Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 -2026-05-13T18:30:52.8884521Z [05-13|18:27:46.411] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8884785Z [05-13|18:27:46.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8885210Z [05-13|18:27:46.411] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8885662Z [05-13|18:27:46.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8886026Z [05-13|18:27:46.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8886486Z [05-13|18:27:46.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8886743Z [05-13|18:27:46.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8887170Z [05-13|18:27:46.412] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8887622Z [05-13|18:27:46.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8887880Z [05-13|18:27:46.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8888455Z [05-13|18:27:46.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8888908Z [05-13|18:27:46.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8889355Z [05-13|18:27:46.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8889621Z [05-13|18:27:46.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.8890073Z [05-13|18:27:46.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8890216Z [05-13|18:27:46.419] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8890430Z [05-13|18:27:46.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:52.8890606Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 -2026-05-13T18:30:52.8891081Z [05-13|18:27:46.419] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8891344Z [05-13|18:27:46.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8891792Z [05-13|18:27:46.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8892050Z [05-13|18:27:46.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8892479Z [05-13|18:27:46.421] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8892936Z [05-13|18:27:46.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8893312Z [05-13|18:27:46.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8893777Z [05-13|18:27:46.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8894036Z [05-13|18:27:46.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8894490Z [05-13|18:27:46.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8895034Z [05-13|18:27:46.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8895489Z [05-13|18:27:46.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8895751Z [05-13|18:27:46.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8896198Z [05-13|18:27:46.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8896340Z [05-13|18:27:46.425] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8896606Z [05-13|18:27:46.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8896777Z === CONT TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 -2026-05-13T18:30:52.8897228Z [05-13|18:27:46.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8897708Z [05-13|18:27:46.426] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8897849Z [05-13|18:27:46.426] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8898168Z [05-13|18:27:46.426] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8898439Z [05-13|18:27:46.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8898609Z === CONT TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 -2026-05-13T18:30:52.8899061Z [05-13|18:27:46.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8899542Z [05-13|18:27:46.427] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8899805Z [05-13|18:27:46.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.8900064Z [05-13|18:27:46.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8900493Z [05-13|18:27:46.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8900914Z [05-13|18:27:46.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:52.8901369Z [05-13|18:27:46.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8901825Z [05-13|18:27:46.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8902235Z [05-13|18:27:46.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8902685Z [05-13|18:27:46.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8902950Z [05-13|18:27:46.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8903385Z [05-13|18:27:46.430] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:52.8903835Z [05-13|18:27:46.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8904196Z [05-13|18:27:46.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.8904652Z [05-13|18:27:46.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8905101Z [05-13|18:27:46.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8905555Z [05-13|18:27:46.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8905815Z [05-13|18:27:46.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8906269Z [05-13|18:27:46.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8906419Z [05-13|18:27:46.616] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8906677Z [05-13|18:27:46.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8907125Z [05-13|18:27:46.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8907274Z [05-13|18:27:46.626] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8907484Z [05-13|18:27:46.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8907742Z [05-13|18:27:46.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8908448Z [05-13|18:27:46.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8908608Z [05-13|18:27:46.631] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8908821Z [05-13|18:27:46.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.8909090Z [05-13|18:27:46.632] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.8909544Z [05-13|18:27:46.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8909684Z [05-13|18:27:46.633] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8909893Z [05-13|18:27:46.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:52.8910018Z --- PASS: TestFinalizeSameSequenceGap (0.00s) -2026-05-13T18:30:52.8910298Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=1_seq=1 (0.20s) -2026-05-13T18:30:52.8910574Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=1 (0.21s) -2026-05-13T18:30:52.8910837Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=4 (0.21s) -2026-05-13T18:30:52.8911227Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=3 (0.21s) -2026-05-13T18:30:52.8911494Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=2 (0.21s) -2026-05-13T18:30:52.8911755Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=1 (0.21s) -2026-05-13T18:30:52.8912017Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=1 (0.21s) -2026-05-13T18:30:52.8912299Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=2 (0.21s) -2026-05-13T18:30:52.8912566Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=2_seq=2 (0.21s) -2026-05-13T18:30:52.8912826Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=4 (0.21s) -2026-05-13T18:30:52.8913087Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=3 (0.21s) -2026-05-13T18:30:52.8913464Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=2 (0.21s) -2026-05-13T18:30:52.8913733Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=4_seq=1 (0.21s) -2026-05-13T18:30:52.8913994Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=3 (0.21s) -2026-05-13T18:30:52.8914258Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=3_seq=1 (0.21s) -2026-05-13T18:30:52.8914517Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=3 (0.21s) -2026-05-13T18:30:52.8914776Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=1 (0.01s) -2026-05-13T18:30:52.8915040Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=4 (0.21s) -2026-05-13T18:30:52.8915300Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=2 (0.00s) -2026-05-13T18:30:52.8915560Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=2_seq=1 (0.00s) -2026-05-13T18:30:52.8915829Z --- PASS: TestFinalizeSameSequenceGap/empty=1_notarizations=1_seq=1 (0.20s) -2026-05-13T18:30:52.8916093Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=3 (0.01s) -2026-05-13T18:30:52.8916353Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=2 (0.21s) -2026-05-13T18:30:52.8916618Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=4_seq=1 (0.21s) -2026-05-13T18:30:52.8916879Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=3_seq=2 (0.01s) -2026-05-13T18:30:52.8917140Z --- PASS: TestFinalizeSameSequenceGap/empty=4_notarizations=1_seq=1 (0.21s) -2026-05-13T18:30:52.8917406Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=1 (0.21s) -2026-05-13T18:30:52.8917666Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=4_seq=2 (0.21s) -2026-05-13T18:30:52.8917929Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=3 (0.21s) -2026-05-13T18:30:52.8918326Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=1 (0.21s) -2026-05-13T18:30:52.8918594Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=1_seq=1 (0.21s) -2026-05-13T18:30:52.8918859Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=2 (0.20s) -2026-05-13T18:30:52.8919118Z --- PASS: TestFinalizeSameSequenceGap/empty=3_notarizations=2_seq=2 (0.21s) -2026-05-13T18:30:52.8919388Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=2 (0.21s) -2026-05-13T18:30:52.8919650Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=4_seq=4 (0.21s) -2026-05-13T18:30:52.8919911Z --- PASS: TestFinalizeSameSequenceGap/empty=0_notarizations=2_seq=1 (0.21s) -2026-05-13T18:30:52.8920177Z --- PASS: TestFinalizeSameSequenceGap/empty=2_notarizations=3_seq=3 (0.21s) -2026-05-13T18:30:52.8920314Z === RUN TestBlockNotVerifiedIfParentNotNotarized -2026-05-13T18:30:52.8920802Z [05-13|18:27:46.633] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8921379Z [05-13|18:27:46.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8921523Z [05-13|18:27:47.634] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8921734Z [05-13|18:27:47.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:52.8921903Z --- PASS: TestBlockNotVerifiedIfParentNotNotarized (1.00s) -2026-05-13T18:30:52.8922028Z === RUN TestEpochHandleNotarizationFutureRound -2026-05-13T18:30:52.8922502Z [05-13|18:27:47.635] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8922773Z [05-13|18:27:47.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:52.8923140Z [05-13|18:27:47.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8923604Z [05-13|18:27:47.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8924043Z [05-13|18:27:47.636] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:52.8924382Z [05-13|18:27:47.637] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8924840Z [05-13|18:27:47.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8925178Z [05-13|18:27:47.637] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8925328Z [05-13|18:27:47.637] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8925538Z [05-13|18:27:47.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:52.8925700Z --- PASS: TestEpochHandleNotarizationFutureRound (0.00s) -2026-05-13T18:30:52.8925803Z === RUN TestEpochIndexFinalization -2026-05-13T18:30:52.8926278Z [05-13|18:27:47.638] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8926550Z [05-13|18:27:47.638] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8927004Z [05-13|18:27:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8927456Z [05-13|18:27:47.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8927913Z [05-13|18:27:47.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8928479Z [05-13|18:27:47.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8928815Z [05-13|18:27:47.660] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8929149Z [05-13|18:27:47.660] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8929476Z [05-13|18:27:47.660] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "3b6b859dc1c5eff907f7..."} -2026-05-13T18:30:52.8929622Z [05-13|18:27:47.660] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8929840Z [05-13|18:27:47.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.8932115Z --- PASS: TestEpochIndexFinalization (0.02s) -2026-05-13T18:30:52.8932267Z === RUN TestEpochConsecutiveProposalsDoNotGetVerified -2026-05-13T18:30:52.8932463Z === RUN TestEpochConsecutiveProposalsDoNotGetVerified/valid_block -2026-05-13T18:30:52.8932981Z [05-13|18:27:47.660] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8933127Z [05-13|18:27:47.701] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8933341Z [05-13|18:27:47.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.8933541Z === RUN TestEpochConsecutiveProposalsDoNotGetVerified/invalid_block -2026-05-13T18:30:52.8934114Z [05-13|18:27:47.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8934796Z [05-13|18:27:47.704] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 0, "leader": "0100000000000000", "error": "invalid block"} -2026-05-13T18:30:52.8935375Z [05-13|18:27:47.705] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 0, "leader": "0100000000000000", "error": "invalid block"} -2026-05-13T18:30:52.8935967Z [05-13|18:27:47.738] INFO Simplex/epoch.go:2001 Triggering empty block agreement {"reason": "Failed verifying block", "round": 0, "leader": "0100000000000000", "error": "invalid block"} -2026-05-13T18:30:52.8945716Z [05-13|18:27:47.738] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8946135Z [05-13|18:27:47.738] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:52.8946441Z --- PASS: TestEpochConsecutiveProposalsDoNotGetVerified (0.08s) -2026-05-13T18:30:52.8946762Z --- PASS: TestEpochConsecutiveProposalsDoNotGetVerified/valid_block (0.04s) -2026-05-13T18:30:52.8947152Z --- PASS: TestEpochConsecutiveProposalsDoNotGetVerified/invalid_block (0.04s) -2026-05-13T18:30:52.8947301Z === RUN TestEpochIncreasesRoundAfterFinalization -2026-05-13T18:30:52.8947912Z [05-13|18:27:47.738] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:52.8948468Z [05-13|18:27:47.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:52.8948934Z [05-13|18:27:47.739] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:52.8949424Z [05-13|18:27:47.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8949890Z [05-13|18:27:47.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8950237Z [05-13|18:27:47.750] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:52.8950565Z [05-13|18:27:47.750] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "4a1229652a901aeb2991..."} -2026-05-13T18:30:52.8950905Z [05-13|18:27:47.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:52.8951399Z [05-13|18:27:47.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8951751Z [05-13|18:27:47.751] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "12ad8a9e736dfcd15983..."} -2026-05-13T18:30:52.8952111Z [05-13|18:27:47.751] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8952331Z [05-13|18:27:47.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:52.8952520Z --- PASS: TestEpochIncreasesRoundAfterFinalization (0.01s) -2026-05-13T18:30:52.8952641Z === RUN TestEpochNotarizeTwiceThenFinalize -2026-05-13T18:30:52.8953158Z [05-13|18:27:47.751] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8953446Z [05-13|18:27:47.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.8953936Z [05-13|18:27:47.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8954550Z [05-13|18:27:47.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8954842Z [05-13|18:27:47.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.8955322Z [05-13|18:27:47.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8955590Z [05-13|18:27:47.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.8956066Z [05-13|18:27:47.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8956436Z [05-13|18:27:47.755] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8956775Z [05-13|18:27:47.755] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "538d93321228f04444dd..."} -2026-05-13T18:30:52.8957116Z [05-13|18:27:47.755] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "d79609ff43669a5a9d96..."} -2026-05-13T18:30:52.8957274Z [05-13|18:27:47.756] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.8957485Z [05-13|18:27:47.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:52.8957645Z --- PASS: TestEpochNotarizeTwiceThenFinalize (0.00s) -2026-05-13T18:30:52.8957753Z === RUN TestEpochFinalizeThenNotarize -2026-05-13T18:30:52.8958383Z [05-13|18:27:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.8958673Z === RUN TestEpochFinalizeThenNotarize/commit_without_notarization,_only_with_finalization -2026-05-13T18:30:52.8959030Z [05-13|18:27:47.757] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.8959507Z [05-13|18:27:47.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8959853Z [05-13|18:27:47.757] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.8960321Z [05-13|18:27:47.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8960673Z [05-13|18:27:47.758] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.8961167Z [05-13|18:27:47.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8961530Z [05-13|18:27:47.759] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.8962176Z [05-13|18:27:47.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8962507Z [05-13|18:27:47.759] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.8962962Z [05-13|18:27:47.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8963288Z [05-13|18:27:47.760] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.8963843Z [05-13|18:27:47.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8964176Z [05-13|18:27:47.761] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.8964717Z [05-13|18:27:47.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8965118Z [05-13|18:27:47.761] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.8965666Z [05-13|18:27:47.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8966002Z [05-13|18:27:47.762] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.8966457Z [05-13|18:27:47.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8966796Z [05-13|18:27:47.763] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.8967254Z [05-13|18:27:47.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8967588Z [05-13|18:27:47.763] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:52.8968176Z [05-13|18:27:47.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8968519Z [05-13|18:27:47.764] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:52.8968986Z [05-13|18:27:47.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8969333Z [05-13|18:27:47.765] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:52.8969789Z [05-13|18:27:47.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8970127Z [05-13|18:27:47.766] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:52.8970579Z [05-13|18:27:47.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8970913Z [05-13|18:27:47.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:52.8971496Z [05-13|18:27:47.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8971828Z [05-13|18:27:47.767] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:52.8972278Z [05-13|18:27:47.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8972615Z [05-13|18:27:47.768] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:52.8973068Z [05-13|18:27:47.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8973500Z [05-13|18:27:47.769] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:52.8973999Z [05-13|18:27:47.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8974328Z [05-13|18:27:47.769] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:52.8974846Z [05-13|18:27:47.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8975361Z [05-13|18:27:47.770] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:52.8979029Z [05-13|18:27:47.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8979419Z [05-13|18:27:47.771] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:52.8979901Z [05-13|18:27:47.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8980257Z [05-13|18:27:47.772] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:52.8980721Z [05-13|18:27:47.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8981056Z [05-13|18:27:47.773] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:52.8981519Z [05-13|18:27:47.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8981854Z [05-13|18:27:47.773] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:52.8982315Z [05-13|18:27:47.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8982648Z [05-13|18:27:47.774] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:52.8983099Z [05-13|18:27:47.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8983431Z [05-13|18:27:47.775] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:52.8983886Z [05-13|18:27:47.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8984366Z [05-13|18:27:47.775] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:52.8984823Z [05-13|18:27:47.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8985153Z [05-13|18:27:47.776] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:52.8985599Z [05-13|18:27:47.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8986040Z [05-13|18:27:47.777] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:52.8986497Z [05-13|18:27:47.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.8986826Z [05-13|18:27:47.778] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:52.8987288Z [05-13|18:27:47.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.8987615Z [05-13|18:27:47.778] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:52.8988303Z [05-13|18:27:47.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.8988668Z [05-13|18:27:47.779] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} -2026-05-13T18:30:52.8989123Z [05-13|18:27:47.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.8989455Z [05-13|18:27:47.780] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} -2026-05-13T18:30:52.9010566Z [05-13|18:27:47.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9010917Z [05-13|18:27:47.780] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} -2026-05-13T18:30:52.9011388Z [05-13|18:27:47.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9011723Z [05-13|18:27:47.781] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} -2026-05-13T18:30:52.9012175Z [05-13|18:27:47.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9012507Z [05-13|18:27:47.782] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} -2026-05-13T18:30:52.9012964Z [05-13|18:27:47.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9013294Z [05-13|18:27:47.783] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} -2026-05-13T18:30:52.9013753Z [05-13|18:27:47.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9014218Z [05-13|18:27:47.784] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} -2026-05-13T18:30:52.9014668Z [05-13|18:27:47.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9014997Z [05-13|18:27:47.784] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} -2026-05-13T18:30:52.9015447Z [05-13|18:27:47.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9015774Z [05-13|18:27:47.785] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} -2026-05-13T18:30:52.9016326Z [05-13|18:27:47.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9016658Z [05-13|18:27:47.786] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} -2026-05-13T18:30:52.9017108Z [05-13|18:27:47.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9017438Z [05-13|18:27:47.787] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} -2026-05-13T18:30:52.9017888Z [05-13|18:27:47.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9018497Z [05-13|18:27:47.787] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} -2026-05-13T18:30:52.9018979Z [05-13|18:27:47.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9019310Z [05-13|18:27:47.788] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} -2026-05-13T18:30:52.9019773Z [05-13|18:27:47.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9020104Z [05-13|18:27:47.789] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} -2026-05-13T18:30:52.9020553Z [05-13|18:27:47.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9020888Z [05-13|18:27:47.790] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} -2026-05-13T18:30:52.9021342Z [05-13|18:27:47.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9021670Z [05-13|18:27:47.791] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} -2026-05-13T18:30:52.9022121Z [05-13|18:27:47.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9022444Z [05-13|18:27:47.792] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} -2026-05-13T18:30:52.9022896Z [05-13|18:27:47.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9023359Z [05-13|18:27:47.793] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} -2026-05-13T18:30:52.9023817Z [05-13|18:27:47.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9024160Z [05-13|18:27:47.794] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} -2026-05-13T18:30:52.9024617Z [05-13|18:27:47.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9024944Z [05-13|18:27:47.794] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} -2026-05-13T18:30:52.9025500Z [05-13|18:27:47.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9025844Z [05-13|18:27:47.795] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} -2026-05-13T18:30:52.9026296Z [05-13|18:27:47.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9026624Z [05-13|18:27:47.796] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} -2026-05-13T18:30:52.9027083Z [05-13|18:27:47.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9027408Z [05-13|18:27:47.797] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} -2026-05-13T18:30:52.9027865Z [05-13|18:27:47.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9028454Z [05-13|18:27:47.798] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} -2026-05-13T18:30:52.9028944Z [05-13|18:27:47.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9029291Z [05-13|18:27:47.798] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} -2026-05-13T18:30:52.9029757Z [05-13|18:27:47.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9030094Z [05-13|18:27:47.799] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} -2026-05-13T18:30:52.9030554Z [05-13|18:27:47.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9030882Z [05-13|18:27:47.800] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} -2026-05-13T18:30:52.9031339Z [05-13|18:27:47.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9031676Z [05-13|18:27:47.800] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} -2026-05-13T18:30:52.9032127Z [05-13|18:27:47.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9032459Z [05-13|18:27:47.801] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} -2026-05-13T18:30:52.9033049Z [05-13|18:27:47.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9033386Z [05-13|18:27:47.802] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} -2026-05-13T18:30:52.9033851Z [05-13|18:27:47.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9034195Z [05-13|18:27:47.803] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} -2026-05-13T18:30:52.9034751Z [05-13|18:27:47.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9035094Z [05-13|18:27:47.804] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} -2026-05-13T18:30:52.9035555Z [05-13|18:27:47.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9035886Z [05-13|18:27:47.804] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} -2026-05-13T18:30:52.9036349Z [05-13|18:27:47.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9036682Z [05-13|18:27:47.805] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} -2026-05-13T18:30:52.9037152Z [05-13|18:27:47.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9037489Z [05-13|18:27:47.806] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} -2026-05-13T18:30:52.9037948Z [05-13|18:27:47.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9038418Z [05-13|18:27:47.807] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} -2026-05-13T18:30:52.9038879Z [05-13|18:27:47.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9039217Z [05-13|18:27:47.807] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} -2026-05-13T18:30:52.9039675Z [05-13|18:27:47.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9040007Z [05-13|18:27:47.808] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} -2026-05-13T18:30:52.9040468Z [05-13|18:27:47.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9040796Z [05-13|18:27:47.809] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} -2026-05-13T18:30:52.9041252Z [05-13|18:27:47.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9041591Z [05-13|18:27:47.810] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} -2026-05-13T18:30:52.9042167Z [05-13|18:27:47.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9042502Z [05-13|18:27:47.810] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} -2026-05-13T18:30:52.9042968Z [05-13|18:27:47.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9043298Z [05-13|18:27:47.811] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} -2026-05-13T18:30:52.9043757Z [05-13|18:27:47.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9044191Z [05-13|18:27:47.812] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} -2026-05-13T18:30:52.9044651Z [05-13|18:27:47.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9044988Z [05-13|18:27:47.813] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} -2026-05-13T18:30:52.9045445Z [05-13|18:27:47.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9045780Z [05-13|18:27:47.813] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} -2026-05-13T18:30:52.9046244Z [05-13|18:27:47.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9046581Z [05-13|18:27:47.814] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} -2026-05-13T18:30:52.9047034Z [05-13|18:27:47.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9047370Z [05-13|18:27:47.815] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} -2026-05-13T18:30:52.9047824Z [05-13|18:27:47.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9048273Z [05-13|18:27:47.816] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} -2026-05-13T18:30:52.9048737Z [05-13|18:27:47.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9049073Z [05-13|18:27:47.817] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} -2026-05-13T18:30:52.9049526Z [05-13|18:27:47.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9049861Z [05-13|18:27:47.817] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} -2026-05-13T18:30:52.9050313Z [05-13|18:27:47.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9050642Z [05-13|18:27:47.818] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} -2026-05-13T18:30:52.9051104Z [05-13|18:27:47.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9051552Z [05-13|18:27:47.819] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} -2026-05-13T18:30:52.9052005Z [05-13|18:27:47.819] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9052337Z [05-13|18:27:47.820] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} -2026-05-13T18:30:52.9052790Z [05-13|18:27:47.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9053263Z [05-13|18:27:47.820] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} -2026-05-13T18:30:52.9053731Z [05-13|18:27:47.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9054067Z [05-13|18:27:47.821] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} -2026-05-13T18:30:52.9054526Z [05-13|18:27:47.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9054858Z [05-13|18:27:47.822] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} -2026-05-13T18:30:52.9055313Z [05-13|18:27:47.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9055645Z [05-13|18:27:47.823] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} -2026-05-13T18:30:52.9056102Z [05-13|18:27:47.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9056435Z [05-13|18:27:47.824] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} -2026-05-13T18:30:52.9056898Z [05-13|18:27:47.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9057231Z [05-13|18:27:47.824] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} -2026-05-13T18:30:52.9057687Z [05-13|18:27:47.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9058251Z [05-13|18:27:47.825] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} -2026-05-13T18:30:52.9058753Z [05-13|18:27:47.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9059091Z [05-13|18:27:47.826] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} -2026-05-13T18:30:52.9059549Z [05-13|18:27:47.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9059883Z [05-13|18:27:47.827] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} -2026-05-13T18:30:52.9060341Z [05-13|18:27:47.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9060800Z [05-13|18:27:47.828] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} -2026-05-13T18:30:52.9061256Z [05-13|18:27:47.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9061590Z [05-13|18:27:47.828] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} -2026-05-13T18:30:52.9062044Z [05-13|18:27:47.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9062473Z [05-13|18:27:47.829] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} -2026-05-13T18:30:52.9062938Z [05-13|18:27:47.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9063275Z [05-13|18:27:47.830] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} -2026-05-13T18:30:52.9063728Z [05-13|18:27:47.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9064061Z [05-13|18:27:47.831] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} -2026-05-13T18:30:52.9064516Z [05-13|18:27:47.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9064848Z [05-13|18:27:47.832] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} -2026-05-13T18:30:52.9065308Z [05-13|18:27:47.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9065638Z [05-13|18:27:47.833] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} -2026-05-13T18:30:52.9066105Z [05-13|18:27:47.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9066367Z === RUN TestEpochFinalizeThenNotarize/notarization_after_commit_without_notarizations -2026-05-13T18:30:52.9066649Z [05-13|18:27:47.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 3} -2026-05-13T18:30:52.9067124Z [05-13|18:27:47.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9067286Z [05-13|18:27:47.835] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.9067510Z [05-13|18:27:47.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:52.9067641Z --- PASS: TestEpochFinalizeThenNotarize (0.08s) -2026-05-13T18:30:52.9068232Z --- PASS: TestEpochFinalizeThenNotarize/commit_without_notarization,_only_with_finalization (0.08s) -2026-05-13T18:30:52.9068654Z --- PASS: TestEpochFinalizeThenNotarize/notarization_after_commit_without_notarizations (0.00s) -2026-05-13T18:30:52.9068752Z === RUN TestEpochSimpleFlow -2026-05-13T18:30:52.9069253Z [05-13|18:27:47.835] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9069535Z [05-13|18:27:47.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9069997Z [05-13|18:27:47.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9070465Z [05-13|18:27:47.836] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9070732Z [05-13|18:27:47.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9071186Z [05-13|18:27:47.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9071521Z [05-13|18:27:47.837] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9071785Z [05-13|18:27:47.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9072332Z [05-13|18:27:47.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9072676Z [05-13|18:27:47.838] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9072937Z [05-13|18:27:47.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.9073387Z [05-13|18:27:47.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9073725Z [05-13|18:27:47.840] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9073988Z [05-13|18:27:47.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9074445Z [05-13|18:27:47.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9074783Z [05-13|18:27:47.840] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9075043Z [05-13|18:27:47.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9075493Z [05-13|18:27:47.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9075821Z [05-13|18:27:47.842] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9076080Z [05-13|18:27:47.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9076521Z [05-13|18:27:47.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:52.9076987Z [05-13|18:27:47.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9077312Z [05-13|18:27:47.843] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9077573Z [05-13|18:27:47.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.9078009Z [05-13|18:27:47.843] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:52.9078594Z [05-13|18:27:47.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9078935Z [05-13|18:27:47.844] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9079313Z [05-13|18:27:47.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9079766Z [05-13|18:27:47.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9080099Z [05-13|18:27:47.845] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9080359Z [05-13|18:27:47.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9080783Z [05-13|18:27:47.846] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:52.9081351Z [05-13|18:27:47.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9081688Z [05-13|18:27:47.847] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9081961Z [05-13|18:27:47.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:52.9082426Z [05-13|18:27:47.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9082762Z [05-13|18:27:47.848] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:52.9083028Z [05-13|18:27:47.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:52.9083471Z [05-13|18:27:47.848] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} -2026-05-13T18:30:52.9083934Z [05-13|18:27:47.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9084268Z [05-13|18:27:47.849] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:52.9084536Z [05-13|18:27:47.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:52.9084995Z [05-13|18:27:47.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9085333Z [05-13|18:27:47.850] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:52.9085604Z [05-13|18:27:47.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:52.9086062Z [05-13|18:27:47.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9086390Z [05-13|18:27:47.851] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:52.9086656Z [05-13|18:27:47.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:52.9087111Z [05-13|18:27:47.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9087441Z [05-13|18:27:47.853] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:52.9087712Z [05-13|18:27:47.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:52.9088282Z [05-13|18:27:47.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9088738Z [05-13|18:27:47.854] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:52.9089007Z [05-13|18:27:47.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:52.9089459Z [05-13|18:27:47.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9089792Z [05-13|18:27:47.855] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:52.9090059Z [05-13|18:27:47.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:52.9090588Z [05-13|18:27:47.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:52.9091052Z [05-13|18:27:47.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9091391Z [05-13|18:27:47.857] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:52.9091655Z [05-13|18:27:47.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:52.9092114Z [05-13|18:27:47.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9092445Z [05-13|18:27:47.858] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:52.9092708Z [05-13|18:27:47.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:52.9093168Z [05-13|18:27:47.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9093499Z [05-13|18:27:47.859] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:52.9093761Z [05-13|18:27:47.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:52.9094227Z [05-13|18:27:47.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9094556Z [05-13|18:27:47.860] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:52.9094820Z [05-13|18:27:47.861] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:52.9095256Z [05-13|18:27:47.861] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:52.9095713Z [05-13|18:27:47.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9096044Z [05-13|18:27:47.862] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:52.9096315Z [05-13|18:27:47.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:52.9096787Z [05-13|18:27:47.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9097130Z [05-13|18:27:47.863] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:52.9097487Z [05-13|18:27:47.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:52.9097922Z [05-13|18:27:47.864] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:52.9098613Z [05-13|18:27:47.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9098958Z [05-13|18:27:47.865] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:52.9099226Z [05-13|18:27:47.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:52.9099807Z [05-13|18:27:47.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9100160Z [05-13|18:27:47.866] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:52.9100425Z [05-13|18:27:47.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:52.9100859Z [05-13|18:27:47.867] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 25, "epoch round": 25} -2026-05-13T18:30:52.9101323Z [05-13|18:27:47.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9101656Z [05-13|18:27:47.869] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:52.9101925Z [05-13|18:27:47.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:52.9102364Z [05-13|18:27:47.870] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:52.9102819Z [05-13|18:27:47.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9103153Z [05-13|18:27:47.872] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:52.9103422Z [05-13|18:27:47.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:52.9103878Z [05-13|18:27:47.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9104219Z [05-13|18:27:47.873] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:52.9104488Z [05-13|18:27:47.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:52.9104944Z [05-13|18:27:47.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9105277Z [05-13|18:27:47.874] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:52.9105540Z [05-13|18:27:47.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:52.9105996Z [05-13|18:27:47.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9106336Z [05-13|18:27:47.876] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:52.9106710Z [05-13|18:27:47.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:52.9107165Z [05-13|18:27:47.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9107502Z [05-13|18:27:47.877] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:52.9107767Z [05-13|18:27:47.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 3} -2026-05-13T18:30:52.9108496Z [05-13|18:27:47.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9108976Z [05-13|18:27:47.879] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} -2026-05-13T18:30:52.9109257Z [05-13|18:27:47.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} -2026-05-13T18:30:52.9109723Z [05-13|18:27:47.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9110070Z [05-13|18:27:47.880] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} -2026-05-13T18:30:52.9110338Z [05-13|18:27:47.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} -2026-05-13T18:30:52.9110773Z [05-13|18:27:47.881] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} -2026-05-13T18:30:52.9111240Z [05-13|18:27:47.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9111575Z [05-13|18:27:47.882] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} -2026-05-13T18:30:52.9111839Z [05-13|18:27:47.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} -2026-05-13T18:30:52.9112279Z [05-13|18:27:47.882] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 34, "epoch round": 34} -2026-05-13T18:30:52.9112741Z [05-13|18:27:47.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9113083Z [05-13|18:27:47.884] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} -2026-05-13T18:30:52.9113357Z [05-13|18:27:47.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 3} -2026-05-13T18:30:52.9113797Z [05-13|18:27:47.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} -2026-05-13T18:30:52.9114260Z [05-13|18:27:47.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9114600Z [05-13|18:27:47.886] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} -2026-05-13T18:30:52.9114866Z [05-13|18:27:47.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} -2026-05-13T18:30:52.9115322Z [05-13|18:27:47.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9115667Z [05-13|18:27:47.887] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} -2026-05-13T18:30:52.9116040Z [05-13|18:27:47.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} -2026-05-13T18:30:52.9116494Z [05-13|18:27:47.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9116835Z [05-13|18:27:47.889] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} -2026-05-13T18:30:52.9117097Z [05-13|18:27:47.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} -2026-05-13T18:30:52.9117535Z [05-13|18:27:47.889] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 38, "epoch round": 38} -2026-05-13T18:30:52.9118255Z [05-13|18:27:47.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9118655Z [05-13|18:27:47.891] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} -2026-05-13T18:30:52.9118947Z [05-13|18:27:47.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} -2026-05-13T18:30:52.9119397Z [05-13|18:27:47.891] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} -2026-05-13T18:30:52.9119868Z [05-13|18:27:47.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9120215Z [05-13|18:27:47.893] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} -2026-05-13T18:30:52.9120493Z [05-13|18:27:47.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} -2026-05-13T18:30:52.9120957Z [05-13|18:27:47.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9121297Z [05-13|18:27:47.894] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} -2026-05-13T18:30:52.9121562Z [05-13|18:27:47.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} -2026-05-13T18:30:52.9122017Z [05-13|18:27:47.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9122357Z [05-13|18:27:47.896] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} -2026-05-13T18:30:52.9122627Z [05-13|18:27:47.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} -2026-05-13T18:30:52.9123061Z [05-13|18:27:47.896] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 42, "epoch round": 42} -2026-05-13T18:30:52.9123531Z [05-13|18:27:47.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9123867Z [05-13|18:27:47.898] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} -2026-05-13T18:30:52.9124141Z [05-13|18:27:47.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 3} -2026-05-13T18:30:52.9124600Z [05-13|18:27:47.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9124930Z [05-13|18:27:47.900] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} -2026-05-13T18:30:52.9125310Z [05-13|18:27:47.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} -2026-05-13T18:30:52.9125769Z [05-13|18:27:47.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9126101Z [05-13|18:27:47.901] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} -2026-05-13T18:30:52.9126365Z [05-13|18:27:47.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} -2026-05-13T18:30:52.9126826Z [05-13|18:27:47.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9127297Z [05-13|18:27:47.903] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} -2026-05-13T18:30:52.9127568Z [05-13|18:27:47.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} -2026-05-13T18:30:52.9128029Z [05-13|18:27:47.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9128493Z [05-13|18:27:47.904] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} -2026-05-13T18:30:52.9128759Z [05-13|18:27:47.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 3} -2026-05-13T18:30:52.9129224Z [05-13|18:27:47.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9129566Z [05-13|18:27:47.906] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} -2026-05-13T18:30:52.9129838Z [05-13|18:27:47.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} -2026-05-13T18:30:52.9130306Z [05-13|18:27:47.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9130642Z [05-13|18:27:47.907] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} -2026-05-13T18:30:52.9130911Z [05-13|18:27:47.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} -2026-05-13T18:30:52.9131379Z [05-13|18:27:47.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9131724Z [05-13|18:27:47.909] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} -2026-05-13T18:30:52.9132001Z [05-13|18:27:47.909] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} -2026-05-13T18:30:52.9132466Z [05-13|18:27:47.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9132797Z [05-13|18:27:47.911] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} -2026-05-13T18:30:52.9133066Z [05-13|18:27:47.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 3} -2026-05-13T18:30:52.9133525Z [05-13|18:27:47.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9133867Z [05-13|18:27:47.913] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} -2026-05-13T18:30:52.9134139Z [05-13|18:27:47.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} -2026-05-13T18:30:52.9134710Z [05-13|18:27:47.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9135043Z [05-13|18:27:47.914] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} -2026-05-13T18:30:52.9135310Z [05-13|18:27:47.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} -2026-05-13T18:30:52.9135764Z [05-13|18:27:47.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9136096Z [05-13|18:27:47.916] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} -2026-05-13T18:30:52.9136465Z [05-13|18:27:47.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} -2026-05-13T18:30:52.9136909Z [05-13|18:27:47.916] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:52.9137365Z [05-13|18:27:47.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9137703Z [05-13|18:27:47.919] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} -2026-05-13T18:30:52.9137962Z [05-13|18:27:47.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 3} -2026-05-13T18:30:52.9138545Z [05-13|18:27:47.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9138885Z [05-13|18:27:47.921] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} -2026-05-13T18:30:52.9139150Z [05-13|18:27:47.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} -2026-05-13T18:30:52.9139603Z [05-13|18:27:47.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9139938Z [05-13|18:27:47.922] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} -2026-05-13T18:30:52.9140200Z [05-13|18:27:47.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} -2026-05-13T18:30:52.9140631Z [05-13|18:27:47.922] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 57, "epoch round": 57} -2026-05-13T18:30:52.9141095Z [05-13|18:27:47.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9141430Z [05-13|18:27:47.924] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} -2026-05-13T18:30:52.9141692Z [05-13|18:27:47.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} -2026-05-13T18:30:52.9142126Z [05-13|18:27:47.924] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 58, "epoch round": 58} -2026-05-13T18:30:52.9142582Z [05-13|18:27:47.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9142922Z [05-13|18:27:47.926] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} -2026-05-13T18:30:52.9143186Z [05-13|18:27:47.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 3} -2026-05-13T18:30:52.9143771Z [05-13|18:27:47.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9144152Z [05-13|18:27:47.928] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} -2026-05-13T18:30:52.9144426Z [05-13|18:27:47.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} -2026-05-13T18:30:52.9144882Z [05-13|18:27:47.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9145214Z [05-13|18:27:47.930] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} -2026-05-13T18:30:52.9145573Z [05-13|18:27:47.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} -2026-05-13T18:30:52.9146011Z [05-13|18:27:47.930] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 61, "epoch round": 61} -2026-05-13T18:30:52.9146480Z [05-13|18:27:47.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9146811Z [05-13|18:27:47.933] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} -2026-05-13T18:30:52.9147082Z [05-13|18:27:47.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} -2026-05-13T18:30:52.9147537Z [05-13|18:27:47.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9147877Z [05-13|18:27:47.935] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} -2026-05-13T18:30:52.9148263Z [05-13|18:27:47.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 3} -2026-05-13T18:30:52.9148698Z [05-13|18:27:47.935] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} -2026-05-13T18:30:52.9149154Z [05-13|18:27:47.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9149493Z [05-13|18:27:47.937] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} -2026-05-13T18:30:52.9149770Z [05-13|18:27:47.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} -2026-05-13T18:30:52.9150234Z [05-13|18:27:47.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9150570Z [05-13|18:27:47.938] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} -2026-05-13T18:30:52.9150834Z [05-13|18:27:47.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} -2026-05-13T18:30:52.9151296Z [05-13|18:27:47.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9151626Z [05-13|18:27:47.940] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} -2026-05-13T18:30:52.9151889Z [05-13|18:27:47.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} -2026-05-13T18:30:52.9152350Z [05-13|18:27:47.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9152796Z [05-13|18:27:47.942] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} -2026-05-13T18:30:52.9153057Z [05-13|18:27:47.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 3} -2026-05-13T18:30:52.9153515Z [05-13|18:27:47.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9153844Z [05-13|18:27:47.944] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} -2026-05-13T18:30:52.9154111Z [05-13|18:27:47.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} -2026-05-13T18:30:52.9154666Z [05-13|18:27:47.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9155001Z [05-13|18:27:47.945] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} -2026-05-13T18:30:52.9155266Z [05-13|18:27:47.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} -2026-05-13T18:30:52.9155724Z [05-13|18:27:47.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9156051Z [05-13|18:27:47.947] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} -2026-05-13T18:30:52.9156313Z [05-13|18:27:47.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} -2026-05-13T18:30:52.9156768Z [05-13|18:27:47.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9157101Z [05-13|18:27:47.949] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} -2026-05-13T18:30:52.9157366Z [05-13|18:27:47.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} -2026-05-13T18:30:52.9157826Z [05-13|18:27:47.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9158297Z [05-13|18:27:47.952] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} -2026-05-13T18:30:52.9158562Z [05-13|18:27:47.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} -2026-05-13T18:30:52.9159020Z [05-13|18:27:47.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9159352Z [05-13|18:27:47.953] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} -2026-05-13T18:30:52.9159616Z [05-13|18:27:47.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} -2026-05-13T18:30:52.9160075Z [05-13|18:27:47.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9160403Z [05-13|18:27:47.955] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} -2026-05-13T18:30:52.9160663Z [05-13|18:27:47.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} -2026-05-13T18:30:52.9161096Z [05-13|18:27:47.956] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 74, "epoch round": 74} -2026-05-13T18:30:52.9161556Z [05-13|18:27:47.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9162002Z [05-13|18:27:47.958] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} -2026-05-13T18:30:52.9162272Z [05-13|18:27:47.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 3} -2026-05-13T18:30:52.9162703Z [05-13|18:27:47.958] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 75, "epoch round": 75} -2026-05-13T18:30:52.9163161Z [05-13|18:27:47.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9163501Z [05-13|18:27:47.961] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} -2026-05-13T18:30:52.9163863Z [05-13|18:27:47.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} -2026-05-13T18:30:52.9164334Z [05-13|18:27:47.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9164667Z [05-13|18:27:47.962] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} -2026-05-13T18:30:52.9164929Z [05-13|18:27:47.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} -2026-05-13T18:30:52.9165388Z [05-13|18:27:47.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9165718Z [05-13|18:27:47.964] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} -2026-05-13T18:30:52.9165983Z [05-13|18:27:47.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} -2026-05-13T18:30:52.9166419Z [05-13|18:27:47.964] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 78, "epoch round": 78} -2026-05-13T18:30:52.9166872Z [05-13|18:27:47.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9167202Z [05-13|18:27:47.968] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} -2026-05-13T18:30:52.9167468Z [05-13|18:27:47.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 3} -2026-05-13T18:30:52.9167897Z [05-13|18:27:47.968] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} -2026-05-13T18:30:52.9168472Z [05-13|18:27:47.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9168814Z [05-13|18:27:47.971] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} -2026-05-13T18:30:52.9169077Z [05-13|18:27:47.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} -2026-05-13T18:30:52.9169530Z [05-13|18:27:47.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9169862Z [05-13|18:27:47.972] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} -2026-05-13T18:30:52.9170123Z [05-13|18:27:47.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} -2026-05-13T18:30:52.9170553Z [05-13|18:27:47.972] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 81, "epoch round": 81} -2026-05-13T18:30:52.9171128Z [05-13|18:27:47.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9171456Z [05-13|18:27:47.975] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} -2026-05-13T18:30:52.9171720Z [05-13|18:27:47.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} -2026-05-13T18:30:52.9172152Z [05-13|18:27:47.975] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 82, "epoch round": 82} -2026-05-13T18:30:52.9172609Z [05-13|18:27:47.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9173033Z [05-13|18:27:47.978] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} -2026-05-13T18:30:52.9173307Z [05-13|18:27:47.979] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 3} -2026-05-13T18:30:52.9173734Z [05-13|18:27:47.979] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 83, "epoch round": 83} -2026-05-13T18:30:52.9174189Z [05-13|18:27:47.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9174522Z [05-13|18:27:47.981] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} -2026-05-13T18:30:52.9174784Z [05-13|18:27:47.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} -2026-05-13T18:30:52.9175241Z [05-13|18:27:47.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9175579Z [05-13|18:27:47.983] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} -2026-05-13T18:30:52.9175842Z [05-13|18:27:47.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} -2026-05-13T18:30:52.9176299Z [05-13|18:27:47.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9176631Z [05-13|18:27:47.985] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} -2026-05-13T18:30:52.9176892Z [05-13|18:27:47.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} -2026-05-13T18:30:52.9177326Z [05-13|18:27:47.985] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 86, "epoch round": 86} -2026-05-13T18:30:52.9177787Z [05-13|18:27:47.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9178235Z [05-13|18:27:47.989] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} -2026-05-13T18:30:52.9178505Z [05-13|18:27:47.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 3} -2026-05-13T18:30:52.9178960Z [05-13|18:27:47.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9179289Z [05-13|18:27:47.991] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} -2026-05-13T18:30:52.9179559Z [05-13|18:27:47.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} -2026-05-13T18:30:52.9180129Z [05-13|18:27:47.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9180459Z [05-13|18:27:47.993] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} -2026-05-13T18:30:52.9180727Z [05-13|18:27:47.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} -2026-05-13T18:30:52.9181156Z [05-13|18:27:47.994] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:52.9181611Z [05-13|18:27:47.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9182044Z [05-13|18:27:47.997] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} -2026-05-13T18:30:52.9182312Z [05-13|18:27:47.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} -2026-05-13T18:30:52.9182739Z [05-13|18:27:47.997] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 90, "epoch round": 90} -2026-05-13T18:30:52.9183200Z [05-13|18:27:48.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9183528Z [05-13|18:27:48.001] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} -2026-05-13T18:30:52.9183793Z [05-13|18:27:48.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 3} -2026-05-13T18:30:52.9184262Z [05-13|18:27:48.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9184594Z [05-13|18:27:48.003] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} -2026-05-13T18:30:52.9184854Z [05-13|18:27:48.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} -2026-05-13T18:30:52.9185313Z [05-13|18:27:48.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9185644Z [05-13|18:27:48.005] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} -2026-05-13T18:30:52.9185906Z [05-13|18:27:48.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} -2026-05-13T18:30:52.9186367Z [05-13|18:27:48.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9186699Z [05-13|18:27:48.007] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} -2026-05-13T18:30:52.9186958Z [05-13|18:27:48.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} -2026-05-13T18:30:52.9187394Z [05-13|18:27:48.007] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:52.9187849Z [05-13|18:27:48.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9188301Z [05-13|18:27:48.010] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} -2026-05-13T18:30:52.9188572Z [05-13|18:27:48.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 3} -2026-05-13T18:30:52.9189026Z [05-13|18:27:48.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9189478Z [05-13|18:27:48.012] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} -2026-05-13T18:30:52.9189743Z [05-13|18:27:48.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} -2026-05-13T18:30:52.9190197Z [05-13|18:27:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9190532Z [05-13|18:27:48.013] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} -2026-05-13T18:30:52.9190794Z [05-13|18:27:48.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} -2026-05-13T18:30:52.9191345Z [05-13|18:27:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9191683Z [05-13|18:27:48.015] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} -2026-05-13T18:30:52.9191946Z [05-13|18:27:48.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} -2026-05-13T18:30:52.9192401Z [05-13|18:27:48.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9192734Z [05-13|18:27:48.017] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} -2026-05-13T18:30:52.9192997Z [05-13|18:27:48.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} -2026-05-13T18:30:52.9193429Z [05-13|18:27:48.017] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:52.9193899Z [05-13|18:27:48.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9194239Z [05-13|18:27:48.021] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} -2026-05-13T18:30:52.9194391Z [05-13|18:27:48.021] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.9194619Z [05-13|18:27:48.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:52.9194726Z --- PASS: TestEpochSimpleFlow (0.19s) -2026-05-13T18:30:52.9194821Z === RUN TestEpochStartedTwice -2026-05-13T18:30:52.9195314Z [05-13|18:27:48.022] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9195467Z [05-13|18:27:48.022] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:52.9195574Z --- PASS: TestEpochStartedTwice (0.00s) -2026-05-13T18:30:52.9195674Z === RUN TestEpochInterleavingMessages -2026-05-13T18:30:52.9196150Z [05-13|18:27:48.022] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9196327Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9196468Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9196634Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9196945Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9197109Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9197419Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9197579Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9197982Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9198263Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9198559Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9198722Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9199007Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9199167Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9199445Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9199609Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9199910Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9200180Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9200325Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9200491Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9200768Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9200937Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9201214Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9201378Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9201677Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9201844Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9202138Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9202298Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9202578Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9202748Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9203042Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9203202Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9203500Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9203661Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9203935Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9204111Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9204246Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9204407Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9204709Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9204872Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9205168Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9205330Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9205628Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9205788Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9206065Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9206233Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9206530Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9206695Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9206972Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9207136Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9207383Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9207551Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9207854Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9208020Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9208416Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9208585Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9208888Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9209056Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9209197Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9209361Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9209764Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9209938Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9210223Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9210388Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9210689Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9210857Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9211138Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9211300Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9211581Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9211746Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9212022Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9212192Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9212473Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9212636Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9212777Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9212939Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9213239Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9213404Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9213681Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9213841Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9214138Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9214424Z [05-13|18:27:48.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9214899Z [05-13|18:27:48.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9215065Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9215353Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9215517Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9215815Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9215980Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9216273Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9216542Z [05-13|18:27:48.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9217011Z [05-13|18:27:48.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9217285Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9217586Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9219093Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9219396Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9219746Z [05-13|18:27:48.028] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9220082Z [05-13|18:27:48.028] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9220252Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9220668Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9220843Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9220986Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9221162Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9221336Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9221512Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9221782Z [05-13|18:27:48.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9222248Z [05-13|18:27:48.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9222588Z [05-13|18:27:48.029] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9222760Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9223030Z [05-13|18:27:48.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9223495Z [05-13|18:27:48.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9223826Z [05-13|18:27:48.030] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9224001Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9224277Z [05-13|18:27:48.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9224732Z [05-13|18:27:48.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9225065Z [05-13|18:27:48.031] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9225242Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9225504Z [05-13|18:27:48.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9225956Z [05-13|18:27:48.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9226289Z [05-13|18:27:48.032] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9226459Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9226721Z [05-13|18:27:48.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9227179Z [05-13|18:27:48.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9227507Z [05-13|18:27:48.033] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9227788Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9228285Z [05-13|18:27:48.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9228798Z [05-13|18:27:48.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9229134Z [05-13|18:27:48.034] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9229313Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9229577Z [05-13|18:27:48.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9230164Z [05-13|18:27:48.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9230354Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9230691Z [05-13|18:27:48.035] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9230956Z [05-13|18:27:48.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9231428Z [05-13|18:27:48.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9231763Z [05-13|18:27:48.035] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9232247Z [05-13|18:27:48.036] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9232424Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9232714Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9232880Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9233170Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9233332Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9233641Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9233807Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9234114Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9234277Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9234414Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9234585Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9234724Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9234886Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9235191Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9235351Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9235636Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9235803Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9236081Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9236242Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9236526Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9236695Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9236974Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9237251Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9237535Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9237700Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9237976Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9238279Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9238585Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9238855Z [05-13|18:27:48.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9239320Z [05-13|18:27:48.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9239594Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9239886Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9240059Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9240360Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9240526Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9240835Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9240999Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9241281Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9241446Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9241750Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9241917Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9242202Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9242373Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9242674Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9242837Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9243121Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9243285Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9243560Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9243730Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9244013Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9244177Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9244481Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9244658Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9244937Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9245275Z [05-13|18:27:48.039] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9245444Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9245747Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9245911Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9246199Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9246363Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9246664Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9246832Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9247243Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9247406Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9247545Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9247714Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9248011Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9248290Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9248582Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9248747Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9249046Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9249323Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9249625Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9249794Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9250098Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9250264Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9250546Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9250714Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9251017Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9251181Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9251317Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9251486Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9251789Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9251958Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9252099Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9252264Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9252562Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9252730Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9253026Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9253192Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9253327Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9253496Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9253631Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9253795Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9254104Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9254380Z [05-13|18:27:48.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9254846Z [05-13|18:27:48.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9255189Z [05-13|18:27:48.042] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9255357Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9255644Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9255917Z [05-13|18:27:48.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9256378Z [05-13|18:27:48.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9256841Z [05-13|18:27:48.043] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9257110Z [05-13|18:27:48.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9257561Z [05-13|18:27:48.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9257889Z [05-13|18:27:48.044] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9258177Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9258353Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9258522Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9258833Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9259011Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9259273Z [05-13|18:27:48.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9259741Z [05-13|18:27:48.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9260076Z [05-13|18:27:48.045] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9260247Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9260515Z [05-13|18:27:48.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9260994Z [05-13|18:27:48.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9261327Z [05-13|18:27:48.046] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9261508Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9261768Z [05-13|18:27:48.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9262220Z [05-13|18:27:48.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9262555Z [05-13|18:27:48.046] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9262727Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9262991Z [05-13|18:27:48.047] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9263453Z [05-13|18:27:48.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9263788Z [05-13|18:27:48.047] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9263959Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9264237Z [05-13|18:27:48.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9264692Z [05-13|18:27:48.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9265024Z [05-13|18:27:48.048] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9265202Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9265467Z [05-13|18:27:48.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9266039Z [05-13|18:27:48.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9266377Z [05-13|18:27:48.049] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9266863Z [05-13|18:27:48.049] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9267031Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9267322Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9267491Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9267970Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9268384Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9268729Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9268896Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9269178Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9269347Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9269623Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9269788Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9269928Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9270090Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9270368Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9270534Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9270812Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9270977Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9271276Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9271443Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9271741Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9271908Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9272193Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9272358Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9272495Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9272663Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9272944Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9273111Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9273422Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9273587Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9273866Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9274031Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9274344Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9274508Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9274643Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9274812Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9274945Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9275108Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9275252Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9275590Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9275876Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9276039Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9276321Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9276485Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9276760Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9276929Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9277233Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9277398Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9277681Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9277945Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9278603Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9278791Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9279094Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9279261Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9279563Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9279734Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9279871Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9280036Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9280324Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9280489Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9280797Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9280971Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9281253Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9281417Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9281723Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9281888Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9282190Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9282353Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9282659Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9282939Z [05-13|18:27:48.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9283407Z [05-13|18:27:48.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9283759Z [05-13|18:27:48.053] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9283930Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9284220Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9284392Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9284674Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9284838Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9285145Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9285314Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9285744Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9285919Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9286200Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9286364Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9286647Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9286811Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9286947Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9287111Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9287417Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9287690Z [05-13|18:27:48.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9288424Z [05-13|18:27:48.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9288784Z [05-13|18:27:48.054] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9289052Z [05-13|18:27:48.055] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9289511Z [05-13|18:27:48.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9289851Z [05-13|18:27:48.055] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9290021Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9290334Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9290609Z [05-13|18:27:48.055] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9291061Z [05-13|18:27:48.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9291388Z [05-13|18:27:48.056] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9291561Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9291843Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9292007Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9292314Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9292478Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9292777Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9293052Z [05-13|18:27:48.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9293507Z [05-13|18:27:48.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9293841Z [05-13|18:27:48.057] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9294108Z [05-13|18:27:48.057] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9294570Z [05-13|18:27:48.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9294901Z [05-13|18:27:48.058] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9295185Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9295487Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9295661Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9295835Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9296007Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9296177Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9296343Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9296516Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9296682Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9296945Z [05-13|18:27:48.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9297478Z [05-13|18:27:48.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9297810Z [05-13|18:27:48.059] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9297981Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9298362Z [05-13|18:27:48.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9298816Z [05-13|18:27:48.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9299146Z [05-13|18:27:48.061] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9299321Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9299585Z [05-13|18:27:48.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9300043Z [05-13|18:27:48.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9300378Z [05-13|18:27:48.061] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9300549Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9300811Z [05-13|18:27:48.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9301274Z [05-13|18:27:48.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9301606Z [05-13|18:27:48.062] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9302088Z [05-13|18:27:48.062] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9302264Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9302402Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9302565Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9302706Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9302868Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9303175Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9303344Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9303646Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9303808Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9304111Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9304397Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9304694Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9304861Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9305154Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9305318Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9305600Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9305769Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9306051Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9306213Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9306620Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9306895Z [05-13|18:27:48.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9307355Z [05-13|18:27:48.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9307531Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9307811Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9307980Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9308485Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9308665Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9308945Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9309115Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9309257Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9309424Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9309727Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9309899Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9310200Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9310364Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9310651Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9310816Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9311115Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9311281Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9311571Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9311739Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9311874Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9312044Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9312342Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9312506Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9312810Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9312975Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9313272Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9313441Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9313721Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9313888Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9314294Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9314463Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9314743Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9314910Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9315219Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9315385Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9315664Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9315837Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9316139Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9316404Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9316694Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9316861Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9316995Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9317158Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9317445Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9317609Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9317907Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9318205Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9318492Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9318657Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9318943Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9319110Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9319407Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9319575Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9319873Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9320036Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9320315Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9320487Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9320764Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9321103Z [05-13|18:27:48.067] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9321274Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9321554Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9321719Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9322025Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9322188Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9322323Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9322491Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9322790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9322953Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9323260Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9323425Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9323706Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9323993Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9324297Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9324468Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9324603Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9324784Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9324955Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9325227Z [05-13|18:27:48.067] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9325697Z [05-13|18:27:48.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9326134Z [05-13|18:27:48.068] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9326314Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9326583Z [05-13|18:27:48.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9327041Z [05-13|18:27:48.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9327375Z [05-13|18:27:48.069] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9327553Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9327816Z [05-13|18:27:48.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9328395Z [05-13|18:27:48.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9328739Z [05-13|18:27:48.070] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9328911Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9329176Z [05-13|18:27:48.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9329637Z [05-13|18:27:48.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9329967Z [05-13|18:27:48.070] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9330138Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9330405Z [05-13|18:27:48.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9330859Z [05-13|18:27:48.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9331190Z [05-13|18:27:48.071] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9331366Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9331628Z [05-13|18:27:48.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9332081Z [05-13|18:27:48.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9332258Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9332588Z [05-13|18:27:48.072] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9332851Z [05-13|18:27:48.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9333424Z [05-13|18:27:48.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9333753Z [05-13|18:27:48.073] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9333926Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9334200Z [05-13|18:27:48.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9334653Z [05-13|18:27:48.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9335092Z [05-13|18:27:48.074] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9335274Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9335539Z [05-13|18:27:48.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9335996Z [05-13|18:27:48.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9336335Z [05-13|18:27:48.074] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9336816Z [05-13|18:27:48.075] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9336982Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9337124Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9337289Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9337574Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9337738Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9337879Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9338151Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9338459Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9338626Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9338761Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9338920Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9339224Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9339388Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9339662Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9339830Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9340132Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9340292Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9340569Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9340736Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9341013Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9341178Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9341482Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9341648Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9341939Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9342112Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9342391Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9342679Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9342958Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9343122Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9343415Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9343577Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9343859Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9344020Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9344319Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9344492Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9344908Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9345075Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9345376Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9345536Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9345828Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9345993Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9346286Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9346552Z [05-13|18:27:48.077] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9347021Z [05-13|18:27:48.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9347185Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9347483Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9347645Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9347943Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9348320Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9348621Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9348791Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9349085Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9349248Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9349529Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9349695Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9349993Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9350160Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9350457Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9350618Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9350898Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9351059Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9351329Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9351490Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9351629Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9351790Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9352090Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9352488Z [05-13|18:27:48.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9352945Z [05-13|18:27:48.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9353110Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9353393Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9353656Z [05-13|18:27:48.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9354110Z [05-13|18:27:48.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9354376Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9354663Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9354827Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9354967Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9355130Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9355405Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9355669Z [05-13|18:27:48.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9356129Z [05-13|18:27:48.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9356293Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9356428Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9356598Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9356878Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9357040Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9357346Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9357510Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9357645Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9357812Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9358204Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9358369Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9358649Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9358841Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9359143Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9359408Z [05-13|18:27:48.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9359872Z [05-13|18:27:48.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9360035Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9360312Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9360582Z [05-13|18:27:48.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9361033Z [05-13|18:27:48.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9361294Z [05-13|18:27:48.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9361878Z [05-13|18:27:48.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9362042Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9362319Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9362589Z [05-13|18:27:48.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9363040Z [05-13|18:27:48.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9363203Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9363488Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9363928Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9364266Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9364610Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9364933Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9365261Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9365589Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9365912Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9366237Z [05-13|18:27:48.086] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9366408Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9366711Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9366972Z [05-13|18:27:48.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9367429Z [05-13|18:27:48.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9367757Z [05-13|18:27:48.087] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9367932Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9368224Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9368418Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9368602Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9368774Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9368940Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9369105Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9369271Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9369442Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9369607Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9369868Z [05-13|18:27:48.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9370334Z [05-13|18:27:48.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9370667Z [05-13|18:27:48.088] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9371263Z [05-13|18:27:48.088] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9371438Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9371571Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9371731Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9372037Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9372198Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9372475Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9372639Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9372874Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9373036Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9373318Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9373477Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9373774Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9373933Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9374230Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9374398Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9374674Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9374838Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9375113Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9375276Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9375580Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9375745Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9376041Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9376209Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9376485Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9376647Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9376921Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9377088Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9377381Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9377546Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9377690Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9377851Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9378264Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9378435Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9378713Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9378874Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9379014Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9379175Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9379474Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9379636Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9379944Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9380104Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9380501Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9380668Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9380966Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9381126Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9381425Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9381589Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9381863Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9382029Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9382306Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9382569Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9382852Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9383019Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9383297Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9383459Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9383765Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9383927Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9384205Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9384376Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9384510Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9384670Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9384811Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9384976Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9385271Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9385434Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9385718Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9385878Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9386171Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9386338Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9386634Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9386904Z [05-13|18:27:48.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9387370Z [05-13|18:27:48.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9387536Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9387672Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9387842Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9388351Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9388522Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9388803Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9388983Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9389260Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9389423Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9389726Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9390010Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9390286Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9390454Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9390749Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9391014Z [05-13|18:27:48.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9391478Z [05-13|18:27:48.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9391640Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9391917Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9392182Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9392461Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9392724Z [05-13|18:27:48.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9393182Z [05-13|18:27:48.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9393345Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9393642Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9393805Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9394086Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9394350Z [05-13|18:27:48.097] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9394805Z [05-13|18:27:48.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9395149Z [05-13|18:27:48.097] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9395476Z [05-13|18:27:48.098] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9395802Z [05-13|18:27:48.098] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9396129Z [05-13|18:27:48.098] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9396292Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9396591Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9396767Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9396937Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9397103Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9397274Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9397439Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9397706Z [05-13|18:27:48.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9398282Z [05-13|18:27:48.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9398635Z [05-13|18:27:48.099] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9398804Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9399076Z [05-13|18:27:48.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9399646Z [05-13|18:27:48.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9399974Z [05-13|18:27:48.100] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9400147Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9400406Z [05-13|18:27:48.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9400855Z [05-13|18:27:48.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9401027Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9401452Z [05-13|18:27:48.100] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9401718Z [05-13|18:27:48.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9402172Z [05-13|18:27:48.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9402500Z [05-13|18:27:48.101] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9402667Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9402933Z [05-13|18:27:48.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9403389Z [05-13|18:27:48.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9403717Z [05-13|18:27:48.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9403893Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9404153Z [05-13|18:27:48.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9404610Z [05-13|18:27:48.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9404946Z [05-13|18:27:48.103] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9405423Z [05-13|18:27:48.103] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9405589Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9405900Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9406070Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9406351Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9406521Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9406821Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9406983Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9407118Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9407284Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9407580Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9407740Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9408158Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9408446Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9408745Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9408913Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9409046Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9409206Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9409492Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9409650Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9409783Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9409947Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9410088Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9410250Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9410641Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9410818Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9411094Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9411257Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9411565Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9411728Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9412022Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9412184Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9412483Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9412646Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9412942Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9413114Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9413391Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9413553Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9413863Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9414024Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9414300Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9414467Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9414744Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9414908Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9415187Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9415361Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9415638Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9415799Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9416076Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9416237Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9416509Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9416676Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9416953Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9417114Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9417396Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9417561Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9417860Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9418428Z [05-13|18:27:48.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9418894Z [05-13|18:27:48.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9419225Z [05-13|18:27:48.107] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9419393Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9419690Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9419852Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9420307Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9420478Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9420618Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9420781Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9421064Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9421225Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9421502Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9421668Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9421943Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9422105Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9422384Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9422547Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9422685Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9422850Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9423151Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9423312Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9423445Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9423612Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9423907Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9424180Z [05-13|18:27:48.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9424658Z [05-13|18:27:48.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9424997Z [05-13|18:27:48.109] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9425167Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9425472Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9425737Z [05-13|18:27:48.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9426190Z [05-13|18:27:48.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9426531Z [05-13|18:27:48.110] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9426792Z [05-13|18:27:48.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.9427243Z [05-13|18:27:48.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9427624Z [05-13|18:27:48.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9428195Z [05-13|18:27:48.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9428363Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9428645Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9428906Z [05-13|18:27:48.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9429359Z [05-13|18:27:48.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9429735Z [05-13|18:27:48.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9430190Z [05-13|18:27:48.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9430450Z [05-13|18:27:48.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:52.9430910Z [05-13|18:27:48.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9431072Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9431354Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9431619Z [05-13|18:27:48.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9432073Z [05-13|18:27:48.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9432240Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9432523Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9432854Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9433183Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9433514Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9433836Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9434162Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9434494Z [05-13|18:27:48.115] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9434659Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9434955Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9435123Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9435421Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9435685Z [05-13|18:27:48.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9436152Z [05-13|18:27:48.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9436483Z [05-13|18:27:48.116] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9436761Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9437065Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9437344Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9437758Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9437934Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9438293Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9438474Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9438646Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9438821Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9438990Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9439287Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9439470Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9439640Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9439807Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9440295Z [05-13|18:27:48.117] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9440468Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9440751Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9440913Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9441199Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9493634Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9494047Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9494275Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9494603Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9494784Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9494927Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9495103Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9495428Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9495597Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9495897Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9496063Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9496350Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9496522Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9496800Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9496964Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9497273Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9497443Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9497719Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9497882Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9498301Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9498472Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9498750Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9498924Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9499201Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9499548Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9499856Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9500019Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9500302Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9500475Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9500776Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9500939Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9501241Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9501410Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9501810Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9501981Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9502123Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9502284Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9502416Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9502581Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9502714Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9502873Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9503154Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9503317Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9503592Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9503756Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9504038Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9504200Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9504330Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9504493Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9504787Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9504949Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9505247Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9505406Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9505700Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9505866Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9506163Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9506327Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9506602Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9506766Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9507059Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9507219Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9507501Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9507662Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9507935Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9508230Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9508535Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9508696Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9509111Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9509272Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9509564Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9509724Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9510021Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9510309Z [05-13|18:27:48.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9510791Z [05-13|18:27:48.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9511243Z [05-13|18:27:48.121] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9511419Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9511727Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9512009Z [05-13|18:27:48.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9512479Z [05-13|18:27:48.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9512645Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9512783Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9512943Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9513225Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9513395Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9513672Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9513940Z [05-13|18:27:48.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9514402Z [05-13|18:27:48.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9514674Z [05-13|18:27:48.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9515129Z [05-13|18:27:48.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9515468Z [05-13|18:27:48.125] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9515805Z [05-13|18:27:48.125] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9516131Z [05-13|18:27:48.125] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9516301Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9516580Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9516745Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9517051Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9517213Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9517489Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9517754Z [05-13|18:27:48.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9518342Z [05-13|18:27:48.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9518798Z [05-13|18:27:48.126] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9518969Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9519103Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9519279Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9519582Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9519856Z [05-13|18:27:48.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9520314Z [05-13|18:27:48.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9520747Z [05-13|18:27:48.127] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9521026Z [05-13|18:27:48.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9521477Z [05-13|18:27:48.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9521802Z [05-13|18:27:48.128] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9521984Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9522153Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9522319Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9522488Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9522656Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9522822Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9522998Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9523163Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9523428Z [05-13|18:27:48.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9523891Z [05-13|18:27:48.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9524221Z [05-13|18:27:48.129] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9524389Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9524653Z [05-13|18:27:48.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9525114Z [05-13|18:27:48.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9525443Z [05-13|18:27:48.129] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9525613Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9525874Z [05-13|18:27:48.130] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9526332Z [05-13|18:27:48.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9526668Z [05-13|18:27:48.130] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9527150Z [05-13|18:27:48.130] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9527401Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9527688Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9527852Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9528320Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9528487Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9528784Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9528942Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9529076Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9529241Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9529518Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9529795Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9530104Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9530264Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9530536Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9530699Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9530970Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9531126Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9531400Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9531563Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9531857Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9532024Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9532323Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9532486Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9532619Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9532785Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9533060Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9533223Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9533523Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9533686Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9533979Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9534140Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9534280Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9534440Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9534725Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9534891Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9535191Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9535353Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9535650Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9535811Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9536103Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9536379Z [05-13|18:27:48.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9536846Z [05-13|18:27:48.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9537121Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9537426Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9537588Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9537882Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9538233Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9538382Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9538547Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9538850Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9539019Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9539428Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9539597Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9539882Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9540042Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9540318Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9540484Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9540755Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9540915Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9541207Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9541374Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9541653Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9541817Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9542120Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9542281Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9542412Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9542578Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9542851Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9543012Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9543311Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9543471Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9543764Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9543928Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9544064Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9544227Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9544506Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9544671Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9544943Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9545105Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9545383Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9545542Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9545674Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9545833Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9546135Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9546408Z [05-13|18:27:48.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9547032Z [05-13|18:27:48.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9547206Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9547486Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9547753Z [05-13|18:27:48.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9548346Z [05-13|18:27:48.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9548613Z [05-13|18:27:48.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9549173Z [05-13|18:27:48.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9549350Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9549628Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9549892Z [05-13|18:27:48.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9550350Z [05-13|18:27:48.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9550512Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9550809Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9550975Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9551252Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9551518Z [05-13|18:27:48.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9551973Z [05-13|18:27:48.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9552233Z [05-13|18:27:48.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9552683Z [05-13|18:27:48.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9553023Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9553352Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9553682Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9554007Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9554334Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9554661Z [05-13|18:27:48.140] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9554837Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9555113Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9555439Z [05-13|18:27:48.141] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9555605Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9555993Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9556164Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9556335Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9556501Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9556666Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9556831Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9557001Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9557165Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9557328Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9557600Z [05-13|18:27:48.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9558294Z [05-13|18:27:48.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9558652Z [05-13|18:27:48.142] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9558860Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9559129Z [05-13|18:27:48.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9559594Z [05-13|18:27:48.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9559944Z [05-13|18:27:48.142] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9560116Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9560386Z [05-13|18:27:48.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9560856Z [05-13|18:27:48.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9561190Z [05-13|18:27:48.143] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9561669Z [05-13|18:27:48.144] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9561842Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9562146Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9562307Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9562611Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9562773Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9563068Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9563233Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9563527Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9563692Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9563976Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9564136Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9564416Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9564574Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9564857Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9565015Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9565264Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9565429Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9565724Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9565885Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9566184Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9566347Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9566619Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9566788Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9567084Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9567320Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9567455Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9567623Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9567754Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9567913Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9568332Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9568494Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9568767Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9568933Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9569207Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9569367Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9569659Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9569829Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9570106Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9570267Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9570565Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9570724Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9570997Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9571164Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9571462Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9571623Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9571906Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9572069Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9572369Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9572533Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9572826Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9572989Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9573277Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9573445Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9573716Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9573879Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9574157Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9574322Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9574604Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9574891Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9575190Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9575350Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9575629Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9575790Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9576084Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9576355Z [05-13|18:27:48.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9576927Z [05-13|18:27:48.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9577093Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9577390Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9577557Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9577832Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9577993Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9578437Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9578600Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9578896Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9579067Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9579343Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9579507Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9579647Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9579809Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9580081Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9580242Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9580548Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9580817Z [05-13|18:27:48.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9581282Z [05-13|18:27:48.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9581453Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9581737Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9581904Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9582043Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9582204Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9582336Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9582525Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9582831Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9583098Z [05-13|18:27:48.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9583559Z [05-13|18:27:48.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9583721Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9583858Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9584120Z [05-13|18:27:48.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9584694Z [05-13|18:27:48.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9584856Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9585133Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9585479Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9585807Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9586134Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9586781Z [05-13|18:27:48.151] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9587023Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9587319Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9587503Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9587674Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9587839Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9588010Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9588305Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9588579Z [05-13|18:27:48.151] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9589058Z [05-13|18:27:48.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9589231Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9589572Z [05-13|18:27:48.152] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9589845Z [05-13|18:27:48.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9590302Z [05-13|18:27:48.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9590470Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9590807Z [05-13|18:27:48.153] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9591068Z [05-13|18:27:48.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9591521Z [05-13|18:27:48.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9591853Z [05-13|18:27:48.154] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9592024Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9592282Z [05-13|18:27:48.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9592741Z [05-13|18:27:48.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9593071Z [05-13|18:27:48.155] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9593237Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9593503Z [05-13|18:27:48.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9594077Z [05-13|18:27:48.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9594406Z [05-13|18:27:48.156] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9594579Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9594846Z [05-13|18:27:48.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9595303Z [05-13|18:27:48.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9595745Z [05-13|18:27:48.157] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9596263Z [05-13|18:27:48.157] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9596438Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9596729Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9596892Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9597190Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9597351Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9597492Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9597650Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9597926Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9598237Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9598539Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9598698Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9598996Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9599153Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9599426Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9599588Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9599735Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9599895Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9600184Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9600346Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9600623Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9600791Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9600930Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9601090Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9601364Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9601529Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9601802Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9601961Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9602096Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9602255Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9602552Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9602715Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9602990Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9603272Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9603565Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9603728Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9604001Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9604161Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9604459Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9604619Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9604890Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9605062Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9605292Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9605457Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9605729Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9605898Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9606188Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9606347Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9606624Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9606785Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9607079Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9607243Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9607537Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9607696Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9607999Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9608306Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9608581Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9608740Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9609039Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9609197Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9609490Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9609763Z [05-13|18:27:48.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9610228Z [05-13|18:27:48.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9610565Z [05-13|18:27:48.161] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9610732Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9611010Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9611171Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9611473Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9611633Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9611924Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9612091Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9612368Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9612644Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9612925Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9613084Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9613218Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9613378Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9613653Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9613814Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9614106Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9614273Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9614568Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9614835Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9615120Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9615281Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9615555Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9615721Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9616010Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9616169Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9616443Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9616614Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9616891Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9617053Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9617193Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9617357Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9617651Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9617819Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9618383Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9618567Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9618734Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9619012Z [05-13|18:27:48.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9619478Z [05-13|18:27:48.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9619648Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9619986Z [05-13|18:27:48.163] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9620252Z [05-13|18:27:48.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9620704Z [05-13|18:27:48.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9621038Z [05-13|18:27:48.164] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9621205Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9621464Z [05-13|18:27:48.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9621928Z [05-13|18:27:48.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9622428Z [05-13|18:27:48.165] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9622595Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9622858Z [05-13|18:27:48.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9623308Z [05-13|18:27:48.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9623474Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9623809Z [05-13|18:27:48.166] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9624068Z [05-13|18:27:48.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9624629Z [05-13|18:27:48.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9624972Z [05-13|18:27:48.167] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9625139Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9625400Z [05-13|18:27:48.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9625860Z [05-13|18:27:48.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9626186Z [05-13|18:27:48.168] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9626352Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9626621Z [05-13|18:27:48.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9627076Z [05-13|18:27:48.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9627405Z [05-13|18:27:48.169] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9627577Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9627835Z [05-13|18:27:48.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9628422Z [05-13|18:27:48.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9628761Z [05-13|18:27:48.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9628931Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9629186Z [05-13|18:27:48.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9629647Z [05-13|18:27:48.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9629976Z [05-13|18:27:48.170] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9630457Z [05-13|18:27:48.171] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9630626Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9630909Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9631074Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9631328Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9631486Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9631761Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9631925Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9632223Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9632381Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9632518Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9632676Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9632973Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9633131Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9633368Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9633528Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9633805Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9633969Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9634243Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9634406Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9634715Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9634880Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9635175Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9635344Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9635639Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9635802Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9636081Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9636247Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9636537Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9636699Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9636979Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9637139Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9637417Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9637582Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9637853Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9638017Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9638279Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9638445Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9638739Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9638900Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9639198Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9639358Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9639493Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9639659Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9639936Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9640096Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9640375Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9640537Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9640949Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9641118Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9641410Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9641569Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9641840Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9642006Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9642301Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9642566Z [05-13|18:27:48.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9643136Z [05-13|18:27:48.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9643306Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9643439Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9643603Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9643880Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9644040Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9644338Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9644497Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9644771Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9645121Z [05-13|18:27:48.174] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9645287Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9645566Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9645726Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9646007Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9646168Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9646467Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9646634Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9646927Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9647084Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9647363Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9647525Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9647820Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9648216Z [05-13|18:27:48.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9648680Z [05-13|18:27:48.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9649017Z [05-13|18:27:48.175] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9649187Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9649319Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9649479Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9649781Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9650055Z [05-13|18:27:48.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9650643Z [05-13|18:27:48.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9650903Z [05-13|18:27:48.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9651354Z [05-13|18:27:48.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9651515Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9651812Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9651981Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9652354Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9652516Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9652799Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9652959Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9653231Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9653567Z [05-13|18:27:48.178] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9653886Z [05-13|18:27:48.178] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9654046Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9654348Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9654509Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9654814Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9654989Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9655266Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9655426Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9655718Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9655983Z [05-13|18:27:48.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9656437Z [05-13|18:27:48.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9656766Z [05-13|18:27:48.179] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9656944Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9657116Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9657281Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9657452Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9657614Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9657777Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9658160Z [05-13|18:27:48.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9658615Z [05-13|18:27:48.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9658971Z [05-13|18:27:48.180] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9659147Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9659407Z [05-13|18:27:48.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9659976Z [05-13|18:27:48.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9660303Z [05-13|18:27:48.180] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9660471Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9660729Z [05-13|18:27:48.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9661185Z [05-13|18:27:48.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9661612Z [05-13|18:27:48.182] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9661783Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9662048Z [05-13|18:27:48.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9662498Z [05-13|18:27:48.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9662824Z [05-13|18:27:48.183] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9662996Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9663253Z [05-13|18:27:48.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9663714Z [05-13|18:27:48.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9664049Z [05-13|18:27:48.184] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9664530Z [05-13|18:27:48.184] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9664693Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9664831Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9664991Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9665130Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9665288Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9665592Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9665756Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9666052Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9666222Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9666516Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9666674Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9666956Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9667114Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9667387Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9667553Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9667825Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9667983Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9668386Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9668547Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9668931Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9669094Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9669374Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9669536Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9669828Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9669994Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9670292Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9670460Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9670749Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9671009Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9671294Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9671461Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9671737Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9671898Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9672193Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9672359Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9672656Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9672817Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9672959Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9673120Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9673415Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9673583Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9673872Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9674035Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9674315Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9674479Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9674770Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9674940Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9675235Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9675395Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9675530Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9675695Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9675973Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9676133Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9676433Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9676594Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9676867Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9677031Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9677321Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9677480Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9677772Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9677940Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9678447Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9678608Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9678889Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9679050Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9679322Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9679491Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9679785Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9679945Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9680224Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9680507Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9680785Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9680952Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9681233Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9681393Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9681668Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9681833Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9682107Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9682267Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9682407Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9682565Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9682860Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9683028Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9683161Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9683321Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9683595Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9683761Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9683893Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9684055Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9684359Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9684634Z [05-13|18:27:48.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9685112Z [05-13|18:27:48.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9685460Z [05-13|18:27:48.189] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9685626Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9685924Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9686092Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9686384Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9686654Z [05-13|18:27:48.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9687117Z [05-13|18:27:48.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9687451Z [05-13|18:27:48.190] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9687826Z [05-13|18:27:48.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9688398Z [05-13|18:27:48.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9688733Z [05-13|18:27:48.191] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9688906Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9689076Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9689244Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9689407Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9689817Z [05-13|18:27:48.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9690277Z [05-13|18:27:48.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9690605Z [05-13|18:27:48.192] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9690777Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9691036Z [05-13|18:27:48.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9691483Z [05-13|18:27:48.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9691817Z [05-13|18:27:48.192] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9691987Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9692246Z [05-13|18:27:48.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9692698Z [05-13|18:27:48.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9692870Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9693195Z [05-13|18:27:48.193] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9693454Z [05-13|18:27:48.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9693910Z [05-13|18:27:48.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9694237Z [05-13|18:27:48.194] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9694406Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9694667Z [05-13|18:27:48.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9695115Z [05-13|18:27:48.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9695440Z [05-13|18:27:48.195] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9695613Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9695872Z [05-13|18:27:48.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9696320Z [05-13|18:27:48.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9696600Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9696925Z [05-13|18:27:48.196] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9697183Z [05-13|18:27:48.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9697646Z [05-13|18:27:48.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9697974Z [05-13|18:27:48.197] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9698568Z [05-13|18:27:48.197] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9698856Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9699161Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9699324Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9699466Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9699623Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9699918Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9700081Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9700359Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9700516Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9700798Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9700957Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9701233Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9701399Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9701670Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9701827Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9702126Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9702289Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9702580Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9702740Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9702876Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9703039Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9703180Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9703358Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9703644Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9703810Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9704088Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9704256Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9704555Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9704715Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9704852Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9705022Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9705296Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9705462Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9705760Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9706035Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9706335Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9706496Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9706773Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9706934Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9707210Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9707370Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9707645Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9707809Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9708324Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9708494Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9708635Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9708796Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9709068Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9709231Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9709525Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9709685Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9709977Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9710142Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9710414Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9710577Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9710879Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9711156Z [05-13|18:27:48.200] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9711620Z [05-13|18:27:48.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9711796Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9712093Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9712256Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9712542Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9712703Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9712982Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9713148Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9713445Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9713609Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9713901Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9714067Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9714201Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9714362Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9714646Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9714807Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9715104Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9715272Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9715544Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9715704Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9716002Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9716162Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9716451Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9716609Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9716892Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9717229Z [05-13|18:27:48.202] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9717390Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9717746Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9717906Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9718299Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9718465Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9718759Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9719027Z [05-13|18:27:48.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9719488Z [05-13|18:27:48.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9719820Z [05-13|18:27:48.203] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9719982Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9720284Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9720550Z [05-13|18:27:48.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9721000Z [05-13|18:27:48.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9721336Z [05-13|18:27:48.204] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9721595Z [05-13|18:27:48.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9722042Z [05-13|18:27:48.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9722373Z [05-13|18:27:48.205] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9722538Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9722817Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9722981Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9723275Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9723536Z [05-13|18:27:48.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9723991Z [05-13|18:27:48.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9724320Z [05-13|18:27:48.206] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9724483Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9724763Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9725049Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9725215Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9725381Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9725552Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9725717Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9725881Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9726150Z [05-13|18:27:48.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9726600Z [05-13|18:27:48.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9727026Z [05-13|18:27:48.207] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9727205Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9727463Z [05-13|18:27:48.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9727913Z [05-13|18:27:48.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9728359Z [05-13|18:27:48.208] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9728529Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9728786Z [05-13|18:27:48.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9729243Z [05-13|18:27:48.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9729572Z [05-13|18:27:48.209] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9729738Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9730001Z [05-13|18:27:48.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9730448Z [05-13|18:27:48.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9730775Z [05-13|18:27:48.210] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9730946Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9731203Z [05-13|18:27:48.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9731662Z [05-13|18:27:48.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9731998Z [05-13|18:27:48.211] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9732473Z [05-13|18:27:48.211] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9732637Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9732917Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9733078Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9733377Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9733540Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9733835Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9734109Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9734241Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9734404Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9734694Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9734854Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9734991Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9735151Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9735429Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9735591Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9735881Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9736141Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9736284Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9736442Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9736736Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9736899Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9737193Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9737355Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9737646Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9737816Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9738228Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9738392Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9738531Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9738694Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9738972Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9739135Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9739407Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9739566Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9739839Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9740003Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9740293Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9740454Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9740744Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9740906Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9741180Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9741345Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9741616Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9741775Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9742054Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9742214Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9742508Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9742668Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9742963Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9743126Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9743538Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9743704Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9743994Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9744153Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9744449Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9744716Z [05-13|18:27:48.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9745177Z [05-13|18:27:48.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9745345Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9745723Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9745993Z [05-13|18:27:48.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9746450Z [05-13|18:27:48.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9746613Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9746746Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9747013Z [05-13|18:27:48.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9747461Z [05-13|18:27:48.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9747722Z [05-13|18:27:48.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9748288Z [05-13|18:27:48.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9748456Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9748733Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9748897Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9749190Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9749349Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9749621Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9749785Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9750078Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9750342Z [05-13|18:27:48.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9750799Z [05-13|18:27:48.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9750960Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9751254Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9751518Z [05-13|18:27:48.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9751967Z [05-13|18:27:48.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9752129Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9752415Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9752693Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9752969Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9753134Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9753408Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9753568Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9753844Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9754004Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9754276Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9754607Z [05-13|18:27:48.220] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9754872Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9755163Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9755322Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9755462Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9755621Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9755916Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9756085Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9756375Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9756637Z [05-13|18:27:48.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9757100Z [05-13|18:27:48.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9757261Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9757542Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9757706Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9758003Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9758280Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9758556Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9758916Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9759243Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9759569Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9759899Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9760219Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9760543Z [05-13|18:27:48.222] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9760705Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9760838Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9761007Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9761179Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9761344Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9761510Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9761682Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9761966Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9762130Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9762299Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9762564Z [05-13|18:27:48.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9763018Z [05-13|18:27:48.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9763350Z [05-13|18:27:48.223] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9763517Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9763777Z [05-13|18:27:48.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9764377Z [05-13|18:27:48.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9764716Z [05-13|18:27:48.224] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9764882Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9765149Z [05-13|18:27:48.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9765606Z [05-13|18:27:48.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9765936Z [05-13|18:27:48.225] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9766420Z [05-13|18:27:48.225] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9766587Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9766885Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9767048Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9767347Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9767506Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9767798Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9767964Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9768534Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9768702Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9769005Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9769169Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9769446Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9769608Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9769887Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9770044Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9770343Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9770503Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9770779Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9770939Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9771078Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9771244Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9771666Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9771832Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9772128Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9772288Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9772564Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9772724Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9773018Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9773291Z [05-13|18:27:48.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9773850Z [05-13|18:27:48.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9774020Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9774297Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9774464Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9774597Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9774763Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9775043Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9775203Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9775334Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9775498Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9775793Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9775956Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9776242Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9776402Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9776695Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9776854Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9777134Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9777294Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9777567Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9777732Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9777863Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9778023Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9778438Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9778603Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9778894Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9779059Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9779351Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9779511Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9779645Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9779809Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9780098Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9780259Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9780549Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9780708Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9781100Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9781263Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9781559Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9781719Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9781998Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9782159Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9782452Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9782611Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9782890Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9783151Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9783431Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9783599Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9783872Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9784031Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9784311Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9784471Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9784744Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9785088Z [05-13|18:27:48.230] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9785248Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9785544Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9785713Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9785846Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9786006Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9786281Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9786447Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9786744Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9786903Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9787200Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9787359Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9787651Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9787816Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9787950Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9788226Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9788504Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9788779Z [05-13|18:27:48.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9789240Z [05-13|18:27:48.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9789582Z [05-13|18:27:48.231] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9789753Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9789920Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9790090Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9790480Z [05-13|18:27:48.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9790933Z [05-13|18:27:48.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9791267Z [05-13|18:27:48.232] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9791439Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9791701Z [05-13|18:27:48.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9792154Z [05-13|18:27:48.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9792588Z [05-13|18:27:48.233] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9792762Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9793025Z [05-13|18:27:48.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9793483Z [05-13|18:27:48.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9793812Z [05-13|18:27:48.234] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9793979Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9794245Z [05-13|18:27:48.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9794698Z [05-13|18:27:48.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9795032Z [05-13|18:27:48.235] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9795203Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9795462Z [05-13|18:27:48.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9795911Z [05-13|18:27:48.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9796238Z [05-13|18:27:48.236] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9796404Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9796665Z [05-13|18:27:48.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9797120Z [05-13|18:27:48.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9797448Z [05-13|18:27:48.237] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9797615Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9797877Z [05-13|18:27:48.237] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9798441Z [05-13|18:27:48.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9798769Z [05-13|18:27:48.238] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9798944Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9799203Z [05-13|18:27:48.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9799777Z [05-13|18:27:48.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9800114Z [05-13|18:27:48.239] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9800593Z [05-13|18:27:48.239] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9800758Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9800897Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9801056Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9801436Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9801603Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9801904Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9802063Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9802369Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9802528Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9802806Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9802965Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9803244Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9803402Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9803695Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9803863Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9804161Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9804320Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9804600Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9804758Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9805032Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9805207Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9805485Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9805645Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9805937Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9806104Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9806394Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9806556Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9806833Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9806994Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9807127Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9807293Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9807589Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9807750Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9807885Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9808161Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9808297Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9808461Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9808874Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9809034Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9809311Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9809476Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9809768Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9809929Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9810227Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9810400Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9810676Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9810940Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9811237Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9811511Z [05-13|18:27:48.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9811975Z [05-13|18:27:48.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9812143Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9812421Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9812582Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9812860Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9813125Z [05-13|18:27:48.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9813580Z [05-13|18:27:48.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9813750Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9814029Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9814188Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9814489Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9814653Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9814924Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9815089Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9815371Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9815535Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9815813Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9815979Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9816276Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9816436Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9816714Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9816874Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9817173Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9817338Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9817631Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9817791Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9817930Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9818294Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9818570Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9818738Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9819011Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9819172Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9819441Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9819605Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9819879Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9820214Z [05-13|18:27:48.244] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9820730Z [05-13|18:27:48.245] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9820898Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9821032Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9821197Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9821491Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9821652Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9821949Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9822109Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9822242Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9822403Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9822707Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9822868Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9823165Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9823331Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9823626Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9823892Z [05-13|18:27:48.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9824353Z [05-13|18:27:48.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9824686Z [05-13|18:27:48.246] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9824858Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9825036Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9825206Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9825379Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9825648Z [05-13|18:27:48.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9826097Z [05-13|18:27:48.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9826423Z [05-13|18:27:48.247] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9826595Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9826854Z [05-13|18:27:48.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9827308Z [05-13|18:27:48.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9827756Z [05-13|18:27:48.247] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9827921Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9828300Z [05-13|18:27:48.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9828760Z [05-13|18:27:48.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9829084Z [05-13|18:27:48.248] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9829252Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9829626Z [05-13|18:27:48.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9830078Z [05-13|18:27:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9830406Z [05-13|18:27:48.249] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9830578Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9830838Z [05-13|18:27:48.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9831286Z [05-13|18:27:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9831621Z [05-13|18:27:48.250] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9831791Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9832050Z [05-13|18:27:48.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9832509Z [05-13|18:27:48.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9832838Z [05-13|18:27:48.251] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9833005Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9833270Z [05-13|18:27:48.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9833726Z [05-13|18:27:48.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9834060Z [05-13|18:27:48.252] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9834545Z [05-13|18:27:48.252] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9834710Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9835011Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9835177Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9835457Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9835615Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9835889Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9836051Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9836325Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9836484Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9836771Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9836927Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9837202Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9837365Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9837658Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9837816Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9838208Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9838368Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9838644Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9838912Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9839217Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9839385Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9839680Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9839850Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9839982Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9840142Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9840425Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9840588Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9840884Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9841052Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9841186Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9841347Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9841625Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9841794Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9842068Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9842231Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9842531Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9842691Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9842983Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9843149Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9843423Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9843587Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9843867Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9844029Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9844298Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9844459Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9844733Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9844894Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9845025Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9845189Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9845483Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9845643Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9845922Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9846194Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9846485Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9846646Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9846786Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9846946Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9847237Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9847400Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9847676Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9847834Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9848247Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9848520Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9848820Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9848985Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9849274Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9849438Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9849735Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9849895Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9850026Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9850186Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9850475Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9850637Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9850938Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9851216Z [05-13|18:27:48.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9851677Z [05-13|18:27:48.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9852012Z [05-13|18:27:48.256] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9852181Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9852314Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9852577Z [05-13|18:27:48.256] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9853035Z [05-13|18:27:48.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9853368Z [05-13|18:27:48.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9853627Z [05-13|18:27:48.257] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9854087Z [05-13|18:27:48.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9854249Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9854553Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9854722Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9855021Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9855286Z [05-13|18:27:48.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9855860Z [05-13|18:27:48.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9856022Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9856300Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9856469Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9856764Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9857022Z [05-13|18:27:48.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9857473Z [05-13|18:27:48.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9857710Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9857992Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9858366Z [05-13|18:27:48.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9858855Z [05-13|18:27:48.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9859018Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9859316Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9859485Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9859762Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9860098Z [05-13|18:27:48.261] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9860428Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9860755Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9860918Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9861196Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9861518Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9861679Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9861978Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9862243Z [05-13|18:27:48.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9862697Z [05-13|18:27:48.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9863024Z [05-13|18:27:48.262] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9863193Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9863360Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9863532Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9863696Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9863860Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9864024Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9864194Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9864365Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9864627Z [05-13|18:27:48.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9865204Z [05-13|18:27:48.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9865377Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9865707Z [05-13|18:27:48.263] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9865973Z [05-13|18:27:48.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9866421Z [05-13|18:27:48.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9866845Z [05-13|18:27:48.264] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9867021Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9867279Z [05-13|18:27:48.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9867741Z [05-13|18:27:48.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9868193Z [05-13|18:27:48.265] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9868672Z [05-13|18:27:48.265] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9868834Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9869125Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9869293Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9869569Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9869732Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9869866Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9870023Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9870158Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9870315Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9870591Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9870748Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9871026Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9871182Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9871481Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9871647Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9871781Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9871937Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9872216Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9872374Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9872650Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9872817Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9873090Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9873253Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9873383Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9873552Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9873828Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9874110Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9874410Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9874569Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9874702Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9874866Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9875141Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9875304Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9875607Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9875772Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9876141Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9876307Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9876607Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9876767Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9877061Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9877227Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9877499Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9877660Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9877941Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9878217Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9878516Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9878682Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9878961Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9879119Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9879249Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9879414Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9879687Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9879847Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9880143Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9880302Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9880595Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9880761Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9881036Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9881197Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9881333Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9881494Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9881787Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9881946Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9882245Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9882407Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9882699Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9882864Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9883159Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9883436Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9883733Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9884003Z [05-13|18:27:48.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9887140Z [05-13|18:27:48.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9887541Z [05-13|18:27:48.270] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9887728Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9888233Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9888573Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9888869Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9889043Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9889346Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9889521Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9889806Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9889970Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9890251Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9890412Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9890712Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9890882Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9891161Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9891326Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9891631Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9891794Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9892087Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9892249Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9892550Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9892830Z [05-13|18:27:48.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9893300Z [05-13|18:27:48.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9893642Z [05-13|18:27:48.272] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9893809Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9894109Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9894279Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9894554Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9894821Z [05-13|18:27:48.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9895293Z [05-13|18:27:48.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9895648Z [05-13|18:27:48.273] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9896049Z [05-13|18:27:48.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9896514Z [05-13|18:27:48.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9896842Z [05-13|18:27:48.274] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9897106Z [05-13|18:27:48.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9897561Z [05-13|18:27:48.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9897892Z [05-13|18:27:48.275] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9898296Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9898489Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9898657Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9898822Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9898992Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9899158Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9899425Z [05-13|18:27:48.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9899886Z [05-13|18:27:48.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9900054Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9900388Z [05-13|18:27:48.276] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9900663Z [05-13|18:27:48.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9901115Z [05-13|18:27:48.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9901439Z [05-13|18:27:48.276] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9901613Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9901874Z [05-13|18:27:48.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9902325Z [05-13|18:27:48.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9902661Z [05-13|18:27:48.277] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9902835Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9903103Z [05-13|18:27:48.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9903564Z [05-13|18:27:48.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9903898Z [05-13|18:27:48.278] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9904070Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9904341Z [05-13|18:27:48.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9904812Z [05-13|18:27:48.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9905259Z [05-13|18:27:48.279] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9905745Z [05-13|18:27:48.279] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9905915Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9906205Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9906375Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9906512Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9906672Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9906953Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9907191Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9907470Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9907633Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9907772Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9907931Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9908356Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9908523Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9908827Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9908990Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9909296Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9909455Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9909751Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9909913Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9910195Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9910361Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9910661Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9910831Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9911118Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9911280Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9911578Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9911738Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9912014Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9912183Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9912462Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9912623Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9912916Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9913083Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9913381Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9913542Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9913823Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9913988Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9914280Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9914453Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9914750Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9914912Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9915209Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9915370Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9915650Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9915812Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9915956Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9916115Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9916390Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9916560Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9916955Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9917123Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9917421Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9917582Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9917854Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9918021Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9918275Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9918437Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9918728Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9918896Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9919191Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9919355Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9919657Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9919819Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9920096Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9920262Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9920538Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9920699Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9920993Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9921152Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9921284Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9921444Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9921585Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9921748Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9922043Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9922321Z [05-13|18:27:48.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9922786Z [05-13|18:27:48.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9923122Z [05-13|18:27:48.284] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9923291Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9923570Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9923731Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9924036Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9924317Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9924613Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9924779Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9925055Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9925215Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9925514Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9925786Z [05-13|18:27:48.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9926342Z [05-13|18:27:48.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9926678Z [05-13|18:27:48.285] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9926852Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9927131Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9927293Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9927571Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9927834Z [05-13|18:27:48.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9928406Z [05-13|18:27:48.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9928750Z [05-13|18:27:48.286] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9928913Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9929215Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9929481Z [05-13|18:27:48.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9929936Z [05-13|18:27:48.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9930263Z [05-13|18:27:48.287] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9930432Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9930730Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9930891Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9931178Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9931449Z [05-13|18:27:48.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9931905Z [05-13|18:27:48.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9932241Z [05-13|18:27:48.288] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9932414Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9932582Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9932754Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9932921Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9933087Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9933255Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9933640Z [05-13|18:27:48.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9934093Z [05-13|18:27:48.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9934419Z [05-13|18:27:48.289] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9934591Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9934851Z [05-13|18:27:48.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9935301Z [05-13|18:27:48.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9935747Z [05-13|18:27:48.290] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9935923Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9936183Z [05-13|18:27:48.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9936643Z [05-13|18:27:48.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9936971Z [05-13|18:27:48.291] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9937140Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9937403Z [05-13|18:27:48.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9937854Z [05-13|18:27:48.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9938306Z [05-13|18:27:48.292] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9938484Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9938747Z [05-13|18:27:48.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9939206Z [05-13|18:27:48.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9939546Z [05-13|18:27:48.293] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9940025Z [05-13|18:27:48.293] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9940195Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9940485Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9940648Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9940949Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9941116Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9941410Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9941571Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9941871Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9942030Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9942309Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9942478Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9942887Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:52.9943047Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9943182Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9943346Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9943640Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9943799Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9944080Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9944241Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9944516Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9944685Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9945064Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9945237Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9945521Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9945683Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9945815Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9945977Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9946255Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9946417Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9946549Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9946715Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9946989Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9947153Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9947433Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9947596Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9947892Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9948164Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9948452Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9948614Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9948907Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9949072Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9949348Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9949508Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9949812Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9949975Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9950251Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9950418Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9950694Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9950855Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9951153Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9951314Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9951609Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9951770Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9952053Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9952329Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9952624Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9952793Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9953085Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9953248Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9953549Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9953710Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9953982Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9954149Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9954547Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9954712Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9954992Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9955158Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9955433Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9955602Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9955900Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9956061Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9956350Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9956517Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9956794Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9956962Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9957103Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9957263Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9957539Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9957699Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9957978Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9958330Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9958567Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9958884Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9959264Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9959428Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9959569Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9959735Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9960032Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9960200Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9960496Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9960656Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9960788Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9960955Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:52.9961251Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9961522Z [05-13|18:27:48.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9961996Z [05-13|18:27:48.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9962475Z [05-13|18:27:48.298] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9962647Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:52.9962822Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:52.9963086Z [05-13|18:27:48.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9963540Z [05-13|18:27:48.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9963875Z [05-13|18:27:48.299] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9964047Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:52.9964412Z [05-13|18:27:48.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9964879Z [05-13|18:27:48.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9965212Z [05-13|18:27:48.300] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9965381Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:52.9965647Z [05-13|18:27:48.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:52.9966100Z [05-13|18:27:48.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9966427Z [05-13|18:27:48.300] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9966603Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:52.9966866Z [05-13|18:27:48.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:52.9967318Z [05-13|18:27:48.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9967653Z [05-13|18:27:48.301] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:52.9967820Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:52.9968219Z [05-13|18:27:48.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:52.9968680Z [05-13|18:27:48.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9969011Z [05-13|18:27:48.302] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:52.9969184Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:52.9969448Z [05-13|18:27:48.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:52.9969898Z [05-13|18:27:48.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9970221Z [05-13|18:27:48.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:52.9970396Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:52.9970654Z [05-13|18:27:48.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:52.9971105Z [05-13|18:27:48.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9971551Z [05-13|18:27:48.304] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:52.9971718Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:52.9971977Z [05-13|18:27:48.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:52.9972436Z [05-13|18:27:48.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9972764Z [05-13|18:27:48.305] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:52.9972930Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:52.9973293Z [05-13|18:27:48.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:52.9973754Z [05-13|18:27:48.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9974091Z [05-13|18:27:48.307] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:52.9974573Z [05-13|18:27:48.307] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:52.9974737Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:52.9975036Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:52.9975201Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:52.9975500Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:52.9975663Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:52.9975799Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:52.9975962Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:52.9976254Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:52.9976412Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:52.9976697Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9976854Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:52.9977131Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9977294Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:52.9977590Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:52.9977747Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:52.9978030Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9978314Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:52.9978609Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:52.9978773Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:52.9978907Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:52.9979072Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:52.9979368Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:52.9979536Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:52.9979670Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:52.9979832Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:52.9980119Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9980284Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:52.9980582Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:52.9980867Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:52.9981141Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9981303Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:52.9981597Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:52.9981763Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:52.9982054Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:52.9982215Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:52.9982515Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:52.9982676Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:52.9983109Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:52.9983282Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:52.9983561Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9983722Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:52.9984006Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:52.9984167Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:52.9984439Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:52.9984601Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:52.9984883Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:52.9985043Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:52.9985320Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:52.9985492Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:52.9985789Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:52.9985949Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:52.9986234Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9986394Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:52.9986687Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:52.9986853Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:52.9987131Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9987290Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:52.9987428Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:52.9987590Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:52.9987867Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:52.9988027Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:52.9988425Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9988585Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:52.9988857Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9989023Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:52.9989297Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:52.9989456Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:52.9989592Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:52.9989752Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:52.9989888Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:52.9990046Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:52.9990467Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:52.9990627Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:52.9990759Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:52.9990926Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:52.9991220Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:52.9991490Z [05-13|18:27:48.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:52.9991951Z [05-13|18:27:48.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:52.9992111Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:52.9992506Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:52.9992676Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:52.9992953Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:52.9993114Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:52.9993409Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:52.9993569Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:52.9993841Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:52.9994103Z [05-13|18:27:48.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:52.9994558Z [05-13|18:27:48.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:52.9994821Z [05-13|18:27:48.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:52.9995273Z [05-13|18:27:48.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:52.9995434Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:52.9995711Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:52.9996045Z [05-13|18:27:48.314] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:52.9996209Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:52.9996483Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:52.9996817Z [05-13|18:27:48.314] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:52.9997146Z [05-13|18:27:48.314] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:52.9997308Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:52.9997604Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:52.9997869Z [05-13|18:27:48.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:52.9998438Z [05-13|18:27:48.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:52.9998764Z [05-13|18:27:48.315] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:52.9998929Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:52.9999225Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:52.9999601Z [05-13|18:27:48.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0000060Z [05-13|18:27:48.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0000386Z [05-13|18:27:48.316] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0000547Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0000846Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0001015Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0001181Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0001349Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0001611Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0001783Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0001948Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0002213Z [05-13|18:27:48.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0002662Z [05-13|18:27:48.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0002989Z [05-13|18:27:48.317] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0003160Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0003419Z [05-13|18:27:48.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0003872Z [05-13|18:27:48.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0004201Z [05-13|18:27:48.318] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0004369Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0004626Z [05-13|18:27:48.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0005078Z [05-13|18:27:48.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0005404Z [05-13|18:27:48.319] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0005568Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0005834Z [05-13|18:27:48.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0006285Z [05-13|18:27:48.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0006613Z [05-13|18:27:48.319] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0006782Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0007037Z [05-13|18:27:48.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0007491Z [05-13|18:27:48.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0007822Z [05-13|18:27:48.320] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0008426Z [05-13|18:27:48.321] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0008714Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0009019Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0009181Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0009464Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0009633Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0009767Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0009924Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0010206Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0010366Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0010768Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0010937Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0011230Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0011397Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0011688Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0011853Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0012132Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0012289Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0012566Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0012723Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0013023Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0013195Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0013488Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0013647Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0013784Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0013943Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0014216Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0014375Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0014673Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0014832Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0015121Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0015289Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0015565Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0015728Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0016030Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0016301Z [05-13|18:27:48.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0016759Z [05-13|18:27:48.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0016923Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0017226Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0017389Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0017672Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0017923Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0018335Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0018496Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0018776Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0018936Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0019067Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0019230Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0019361Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0019626Z [05-13|18:27:48.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0020196Z [05-13|18:27:48.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0020366Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0020660Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0020926Z [05-13|18:27:48.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0021389Z [05-13|18:27:48.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0021550Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0021860Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0022021Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0022294Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0022463Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0022739Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0022899Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0023168Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0023332Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0023606Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0023766Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0024065Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0024225Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0024518Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0024684Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0024959Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0025125Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0025262Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0025424Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0025723Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0025883Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0026164Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0026323Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0026607Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0026774Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0027050Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0027323Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0027620Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0027781Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0028200Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0028369Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0028501Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0028660Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0028934Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0029206Z [05-13|18:27:48.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0029771Z [05-13|18:27:48.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0029940Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0030224Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0030385Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0030678Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0030843Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0031136Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0031397Z [05-13|18:27:48.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0031857Z [05-13|18:27:48.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0032018Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0032297Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0032637Z [05-13|18:27:48.329] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0032800Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0032932Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0033199Z [05-13|18:27:48.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0033649Z [05-13|18:27:48.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0033810Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0034095Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0034426Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0034756Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0035085Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0035409Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0035729Z [05-13|18:27:48.330] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0035906Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0036073Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0036239Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0036403Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0036686Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0036852Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0037016Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0037285Z [05-13|18:27:48.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0037738Z [05-13|18:27:48.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0038184Z [05-13|18:27:48.331] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0038370Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0038754Z [05-13|18:27:48.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0039217Z [05-13|18:27:48.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0039554Z [05-13|18:27:48.332] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0039724Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0039988Z [05-13|18:27:48.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0040446Z [05-13|18:27:48.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0040779Z [05-13|18:27:48.333] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0040949Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0041219Z [05-13|18:27:48.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0041676Z [05-13|18:27:48.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0042015Z [05-13|18:27:48.334] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0042498Z [05-13|18:27:48.334] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0042665Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0042969Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0043136Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0043436Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0043597Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0043883Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0044042Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0044316Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0044472Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0044752Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0044909Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0045203Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0045365Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0045639Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0045911Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0046051Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0046206Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0046340Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0046501Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0046632Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0046797Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0047070Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0047239Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0047534Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0047693Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0048169Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0048352Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0048657Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0048825Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0049102Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0049262Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0049542Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0049703Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0049999Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0050160Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0050460Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0050623Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0050897Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0051061Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0051332Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0051491Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0051770Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0051928Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0052228Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0052393Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0052667Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0052828Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0053103Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0053271Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0053568Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0053730Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0054030Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0054190Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0054480Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0054645Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0054777Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0054939Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0055238Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0055518Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0055801Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0055962Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0056243Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0056404Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0056535Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0056717Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0057012Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0057175Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0057596Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0057763Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0058167Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0058336Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0058612Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0058773Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0059095Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0059264Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0059536Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0059699Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0060002Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0060272Z [05-13|18:27:48.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0060738Z [05-13|18:27:48.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0061083Z [05-13|18:27:48.339] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0061245Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0061521Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0061792Z [05-13|18:27:48.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0062251Z [05-13|18:27:48.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0062413Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0062719Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0062879Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0063174Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0063339Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0063616Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0063955Z [05-13|18:27:48.340] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0064122Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0064258Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0064417Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0064718Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0065004Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0065302Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0065473Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0065612Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0065891Z [05-13|18:27:48.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0066350Z [05-13|18:27:48.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0066694Z [05-13|18:27:48.341] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0066869Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0067140Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0067315Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0067480Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0067748Z [05-13|18:27:48.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0068326Z [05-13|18:27:48.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0068663Z [05-13|18:27:48.342] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0068831Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0069099Z [05-13|18:27:48.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0069553Z [05-13|18:27:48.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0069723Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0070059Z [05-13|18:27:48.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0070320Z [05-13|18:27:48.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0070768Z [05-13|18:27:48.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0071098Z [05-13|18:27:48.343] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0071263Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0071523Z [05-13|18:27:48.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0071991Z [05-13|18:27:48.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0072328Z [05-13|18:27:48.344] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0072501Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0072766Z [05-13|18:27:48.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0073235Z [05-13|18:27:48.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0073403Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0073739Z [05-13|18:27:48.345] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0074126Z [05-13|18:27:48.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0074580Z [05-13|18:27:48.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0074914Z [05-13|18:27:48.346] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0075082Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0075345Z [05-13|18:27:48.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0075803Z [05-13|18:27:48.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0076239Z [05-13|18:27:48.347] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0076728Z [05-13|18:27:48.347] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0076899Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0077185Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0077347Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0077652Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0077816Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0078213Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0078376Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0078683Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0078845Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0079140Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0079307Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0079583Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0079739Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0080015Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0080172Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0080467Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0080732Z [05-13|18:27:48.349] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0081197Z [05-13|18:27:48.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0081364Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0081658Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0081823Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0082118Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0082282Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0082559Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0082723Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0083020Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0083190Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0083485Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0083765Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0084042Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0084203Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0084479Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0084638Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0084779Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0084939Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0085237Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0085407Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0085800Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0085967Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0086248Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0086512Z [05-13|18:27:48.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0086975Z [05-13|18:27:48.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0087143Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0087424Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0087583Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0087896Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0088199Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0088340Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0088500Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0088636Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0088797Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0089093Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0089362Z [05-13|18:27:48.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0089814Z [05-13|18:27:48.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0090075Z [05-13|18:27:48.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.0090531Z [05-13|18:27:48.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0090695Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0090971Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0091137Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0091267Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0091524Z [05-13|18:27:48.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0091983Z [05-13|18:27:48.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0092142Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0092437Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0092606Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0092856Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0093020Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0093296Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0093461Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0093756Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0094015Z [05-13|18:27:48.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0094468Z [05-13|18:27:48.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0094629Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0095026Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0095200Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0095476Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0095637Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0095942Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0096102Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0096375Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0096538Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0096829Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0096988Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0097262Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0097430Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0097564Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0097723Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0098025Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0098443Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0098744Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0098910Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0099187Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0099351Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0099630Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0099789Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0100065Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0100228Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0100504Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0100666Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0100939Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0101104Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0101400Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0101563Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0101700Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0101860Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0102136Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0102476Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0102928Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0103257Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0103583Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0103908Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0104233Z [05-13|18:27:48.357] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0104508Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0104680Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0104851Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0105015Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0105185Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0105347Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0105519Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0105792Z [05-13|18:27:48.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0106252Z [05-13|18:27:48.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0106577Z [05-13|18:27:48.358] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0106752Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0107016Z [05-13|18:27:48.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0107471Z [05-13|18:27:48.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0107806Z [05-13|18:27:48.359] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0107972Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0108367Z [05-13|18:27:48.359] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0108825Z [05-13|18:27:48.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0109159Z [05-13|18:27:48.359] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0109331Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0109598Z [05-13|18:27:48.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0110056Z [05-13|18:27:48.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0110389Z [05-13|18:27:48.360] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0110869Z [05-13|18:27:48.361] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0111033Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0111340Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0111623Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0111900Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0112059Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0112360Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0112627Z [05-13|18:27:48.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0113078Z [05-13|18:27:48.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0113244Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0113521Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0113777Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0114063Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0114221Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0114354Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0114511Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0114816Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0114975Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0115266Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0115428Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0115721Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0115884Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0116182Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0116349Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0116621Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0116788Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0117079Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0117259Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0117548Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0117720Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0118010Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0118290Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0118590Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0118754Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0119029Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0119192Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0119466Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0119625Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0119903Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0120063Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0120359Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0120520Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0120818Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0120980Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0121370Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0121534Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0121826Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0121985Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0122122Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0122281Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0122574Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0122737Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0123008Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0123265Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0123541Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0123709Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0123985Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0124145Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0124422Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0124585Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0124877Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0125042Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0125315Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0125475Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0125754Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0125929Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0126226Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0126386Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0126523Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0126681Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0126817Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0126981Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0127274Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0127432Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0127710Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0127874Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0128289Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0128455Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0128730Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0129064Z [05-13|18:27:48.366] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0129226Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0129504Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0129664Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0129957Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0130124Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0130420Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0130742Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0131021Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0131181Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0131316Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0131480Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0131754Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0131912Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0132046Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0132209Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0132340Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0132499Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0132883Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0133059Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0133226Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0133499Z [05-13|18:27:48.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0133958Z [05-13|18:27:48.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0134126Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0134465Z [05-13|18:27:48.367] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0134728Z [05-13|18:27:48.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0135183Z [05-13|18:27:48.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0135523Z [05-13|18:27:48.368] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0135689Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0135951Z [05-13|18:27:48.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0136409Z [05-13|18:27:48.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0136736Z [05-13|18:27:48.369] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0136903Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0137173Z [05-13|18:27:48.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0137626Z [05-13|18:27:48.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0137954Z [05-13|18:27:48.370] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0138247Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0138506Z [05-13|18:27:48.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0138957Z [05-13|18:27:48.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0139288Z [05-13|18:27:48.371] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0139457Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0139832Z [05-13|18:27:48.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0140293Z [05-13|18:27:48.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0140620Z [05-13|18:27:48.373] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0140786Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0141049Z [05-13|18:27:48.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0141499Z [05-13|18:27:48.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0141922Z [05-13|18:27:48.373] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0142099Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0142357Z [05-13|18:27:48.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0142804Z [05-13|18:27:48.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0142976Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0143302Z [05-13|18:27:48.374] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0143561Z [05-13|18:27:48.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0144021Z [05-13|18:27:48.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0144355Z [05-13|18:27:48.375] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0144830Z [05-13|18:27:48.376] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0144996Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0145128Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0145286Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0145564Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0145727Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0146004Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0146166Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0146476Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0146633Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0146928Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0147091Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0147383Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0147542Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0147837Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0147996Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0148387Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0148549Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0148828Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0149101Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0149399Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0149566Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0149838Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0150000Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0150297Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0150458Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0150590Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0150755Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0151125Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0151292Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0151587Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0151751Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0152025Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0152185Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0152483Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0152643Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0152916Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0153081Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0153213Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0153377Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0153661Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0153821Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0154092Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0154250Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0154385Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0154544Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0154836Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0155000Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0155271Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0155431Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0155710Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0155873Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0156167Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0156331Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0156604Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0156764Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0157035Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0157199Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0157493Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0157652Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0157951Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0158340Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0158637Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0158836Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0158971Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0159133Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0159269Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0159430Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0159729Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0159891Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0160173Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0160335Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0160746Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0161029Z [05-13|18:27:48.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0161495Z [05-13|18:27:48.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0161833Z [05-13|18:27:48.379] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0162001Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0162279Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0162443Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0162742Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0162904Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0163196Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0163360Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0163493Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0163759Z [05-13|18:27:48.380] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0164221Z [05-13|18:27:48.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0164552Z [05-13|18:27:48.380] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0164714Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0164988Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0165154Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0165429Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0165691Z [05-13|18:27:48.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0166147Z [05-13|18:27:48.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0166484Z [05-13|18:27:48.381] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0166645Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0166948Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0167108Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0167403Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0167781Z [05-13|18:27:48.382] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0168350Z [05-13|18:27:48.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0168677Z [05-13|18:27:48.382] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0168843Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0169141Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0169302Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0169597Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0169966Z [05-13|18:27:48.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0170424Z [05-13|18:27:48.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0170759Z [05-13|18:27:48.383] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0170920Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0171198Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0171373Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0171540Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0171706Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0171869Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0172042Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0172209Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0172472Z [05-13|18:27:48.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0172929Z [05-13|18:27:48.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0173256Z [05-13|18:27:48.384] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0173421Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0173684Z [05-13|18:27:48.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0174137Z [05-13|18:27:48.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0174466Z [05-13|18:27:48.385] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0174639Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0174898Z [05-13|18:27:48.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0175352Z [05-13|18:27:48.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0175523Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0175850Z [05-13|18:27:48.386] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0176108Z [05-13|18:27:48.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0176565Z [05-13|18:27:48.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0177004Z [05-13|18:27:48.387] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0177170Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0177432Z [05-13|18:27:48.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0177887Z [05-13|18:27:48.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0178332Z [05-13|18:27:48.388] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0178926Z [05-13|18:27:48.388] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0179092Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0179230Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0179394Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0179673Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0179833Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0180138Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0180297Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0180597Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0180761Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0181038Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0181199Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0181492Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0181659Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0181937Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0182096Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0182400Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0182558Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0182830Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0182995Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0183278Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0183451Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0183742Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0183909Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0184204Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0184367Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0184671Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0184833Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0185113Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0185279Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0185413Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0185577Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0185878Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0186039Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0186426Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0186591Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0186868Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0187028Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0187160Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0187325Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0187602Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0187767Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0188192Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0188471Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0188753Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0188925Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0189223Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0189387Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0189668Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0189829Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0190124Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0190283Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0190585Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0190859Z [05-13|18:27:48.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0191323Z [05-13|18:27:48.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0191670Z [05-13|18:27:48.392] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0191834Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0192129Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0192294Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0192573Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0192732Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0193009Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0193172Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0193472Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0193636Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0193931Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0194091Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0194388Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0194549Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0194681Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0194841Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0195122Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0195282Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0195577Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0195861Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0195993Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0196153Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0196431Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0196592Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0196885Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0197046Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0197328Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0197489Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0197762Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0198002Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0198258Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0198420Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0198556Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0198715Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0198986Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0199259Z [05-13|18:27:48.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0199717Z [05-13|18:27:48.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0200052Z [05-13|18:27:48.394] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0200224Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0200527Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0200688Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0200964Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0201235Z [05-13|18:27:48.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0201691Z [05-13|18:27:48.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0202025Z [05-13|18:27:48.395] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0202193Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0202491Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0202752Z [05-13|18:27:48.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0203213Z [05-13|18:27:48.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0203543Z [05-13|18:27:48.396] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0203804Z [05-13|18:27:48.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0204261Z [05-13|18:27:48.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0204591Z [05-13|18:27:48.397] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0204759Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0205214Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0205386Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0205554Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0205727Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0205892Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0206057Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0206227Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0206492Z [05-13|18:27:48.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0206943Z [05-13|18:27:48.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0207218Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0207554Z [05-13|18:27:48.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0207814Z [05-13|18:27:48.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0208408Z [05-13|18:27:48.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0208580Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0208904Z [05-13|18:27:48.399] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0209170Z [05-13|18:27:48.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0209623Z [05-13|18:27:48.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0209954Z [05-13|18:27:48.400] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0210132Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0210391Z [05-13|18:27:48.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0210843Z [05-13|18:27:48.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0211176Z [05-13|18:27:48.400] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0211342Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0211607Z [05-13|18:27:48.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0212070Z [05-13|18:27:48.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0212400Z [05-13|18:27:48.401] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0212876Z [05-13|18:27:48.401] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0213042Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0213322Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0213483Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0213762Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0213924Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0214175Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0214335Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0214615Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0214775Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0215048Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0215210Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0215507Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0215666Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0215941Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0216099Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0216498Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0216666Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0216941Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0217098Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0217389Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0217576Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0217883Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0218159Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0218460Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0218622Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0218921Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0219090Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0219366Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0219527Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0219805Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0219964Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0220235Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0220397Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0220671Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0220832Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0220965Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0221132Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0221408Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0221568Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0221864Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0222039Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0222316Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0222480Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0222777Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0222937Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0223069Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0223234Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0223534Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0223813Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0224112Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0224272Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0224547Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0224712Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0225005Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0225167Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0225444Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0225606Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0226002Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0226169Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0226449Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0226607Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0226900Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0227067Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0227341Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0227501Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0227803Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0227962Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0228358Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0228524Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0228820Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0228980Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0229257Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0229424Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0229558Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0229718Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0230018Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0230177Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0230471Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0230638Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0230928Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0231091Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0231390Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0231658Z [05-13|18:27:48.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0232118Z [05-13|18:27:48.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0232459Z [05-13|18:27:48.406] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0232622Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0232900Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0233068Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0233486Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0233647Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0233780Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0233946Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0234077Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0234236Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0234515Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0234674Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0234809Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0234987Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0235154Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0235524Z [05-13|18:27:48.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0235987Z [05-13|18:27:48.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0236327Z [05-13|18:27:48.408] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0236496Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0236762Z [05-13|18:27:48.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0237220Z [05-13|18:27:48.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0237554Z [05-13|18:27:48.409] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0237724Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0237991Z [05-13|18:27:48.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0238579Z [05-13|18:27:48.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0238908Z [05-13|18:27:48.409] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0239080Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0239341Z [05-13|18:27:48.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0239794Z [05-13|18:27:48.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0240127Z [05-13|18:27:48.410] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0240297Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0240556Z [05-13|18:27:48.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0241014Z [05-13|18:27:48.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0241340Z [05-13|18:27:48.412] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0241507Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0241770Z [05-13|18:27:48.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0242222Z [05-13|18:27:48.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0242663Z [05-13|18:27:48.413] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0242835Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0243094Z [05-13|18:27:48.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0243547Z [05-13|18:27:48.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0243881Z [05-13|18:27:48.414] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0244054Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0244409Z [05-13|18:27:48.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0244869Z [05-13|18:27:48.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0245201Z [05-13|18:27:48.414] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0245369Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0245634Z [05-13|18:27:48.415] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0246092Z [05-13|18:27:48.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0246422Z [05-13|18:27:48.415] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0246905Z [05-13|18:27:48.415] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0247071Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0247205Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0247374Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0247673Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0247833Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0248230Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0248392Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0248668Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0248831Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0249130Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0249291Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0249565Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0249728Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0250026Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0250185Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0250484Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0250646Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0250936Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0251100Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0251236Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0251399Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0251825Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0251988Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0252264Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0252427Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0252566Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0252726Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0252857Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0253024Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0253300Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0253461Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0253843Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0254010Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0254285Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0254450Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0254749Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0254908Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0255201Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0255367Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0255642Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0255801Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0256104Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0256267Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0256558Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0256728Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0257019Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0257179Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0257460Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0257620Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0257914Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0258186Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0258477Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0258638Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0258942Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0259109Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0259382Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0259542Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0259846Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0260006Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0260279Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0260445Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0260738Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0260900Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0261299Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0261461Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0261734Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0261895Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0262198Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0262358Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0262488Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0262656Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0262927Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0263086Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0263484Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0263650Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0263942Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0264107Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0264400Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0264669Z [05-13|18:27:48.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0265135Z [05-13|18:27:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0265472Z [05-13|18:27:48.419] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0265637Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0265939Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0266211Z [05-13|18:27:48.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0266666Z [05-13|18:27:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0266926Z [05-13|18:27:48.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0267379Z [05-13|18:27:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0267542Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0267820Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0268202Z [05-13|18:27:48.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0268658Z [05-13|18:27:48.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0268821Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0268959Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0269119Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0269395Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0269564Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0269837Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0270096Z [05-13|18:27:48.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0270553Z [05-13|18:27:48.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0271003Z [05-13|18:27:48.422] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0271165Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0271302Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0271460Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0271753Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0272093Z [05-13|18:27:48.423] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0272416Z [05-13|18:27:48.423] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0272884Z [05-13|18:27:48.423] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0273067Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0273366Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0273537Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0273706Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0273880Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0274053Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0274219Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0274391Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0274655Z [05-13|18:27:48.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0275110Z [05-13|18:27:48.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0275284Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0275615Z [05-13|18:27:48.424] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0275876Z [05-13|18:27:48.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0276332Z [05-13|18:27:48.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0276661Z [05-13|18:27:48.425] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0276830Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0277101Z [05-13|18:27:48.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0277553Z [05-13|18:27:48.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0277882Z [05-13|18:27:48.425] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0278178Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0278550Z [05-13|18:27:48.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0279006Z [05-13|18:27:48.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0279341Z [05-13|18:27:48.426] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0279512Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0279902Z [05-13|18:27:48.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0280362Z [05-13|18:27:48.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0280694Z [05-13|18:27:48.427] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0281171Z [05-13|18:27:48.427] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0281337Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0281635Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0284689Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0285076Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0285260Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0285556Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0285726Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0286015Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0286177Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0286460Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0286625Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0286899Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0287059Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0287372Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0287540Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0287854Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0288020Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0288576Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0288739Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0289018Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0289192Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0289495Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0289663Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0289951Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0290117Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0290412Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0290580Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0290857Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0291019Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0291318Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0291479Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0291774Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0291938Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0292218Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0292380Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0292645Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0292812Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0293088Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0293247Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0293528Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0293689Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0293966Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0294136Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0294436Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0294699Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0294998Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0295168Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0295460Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0295622Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0295759Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0295918Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0296225Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0296388Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0296679Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0296839Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0297123Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0297286Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0297417Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0297576Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0297856Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0298015Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0298278Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0298444Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0298740Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0298901Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0299196Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0299359Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0299490Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0299657Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0299949Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0300108Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0300383Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0300546Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0300837Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0300997Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0301278Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0301437Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0301732Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0302013Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0302146Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0302308Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0302588Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0302750Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0303044Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0303324Z [05-13|18:27:48.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0303801Z [05-13|18:27:48.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0304243Z [05-13|18:27:48.433] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0304413Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0304698Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0304964Z [05-13|18:27:48.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0305426Z [05-13|18:27:48.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0305764Z [05-13|18:27:48.434] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0306030Z [05-13|18:27:48.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0306496Z [05-13|18:27:48.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0306843Z [05-13|18:27:48.434] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0307005Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0307281Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0307453Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0307727Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0307890Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0308031Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0308315Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0308615Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0308799Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0308966Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0309136Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0309301Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0309573Z [05-13|18:27:48.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0310025Z [05-13|18:27:48.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0310357Z [05-13|18:27:48.436] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0310528Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0310788Z [05-13|18:27:48.436] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0311246Z [05-13|18:27:48.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0311709Z [05-13|18:27:48.436] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0311875Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0312135Z [05-13|18:27:48.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0312591Z [05-13|18:27:48.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0312918Z [05-13|18:27:48.437] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0313086Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0313446Z [05-13|18:27:48.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0313905Z [05-13|18:27:48.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0314230Z [05-13|18:27:48.438] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0314403Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0314659Z [05-13|18:27:48.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0315108Z [05-13|18:27:48.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0315443Z [05-13|18:27:48.439] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0315617Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0315880Z [05-13|18:27:48.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0316344Z [05-13|18:27:48.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0316670Z [05-13|18:27:48.440] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0316837Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0317101Z [05-13|18:27:48.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0317560Z [05-13|18:27:48.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0317892Z [05-13|18:27:48.441] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0318555Z [05-13|18:27:48.441] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0318723Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0319002Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0319168Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0319302Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0319461Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0319742Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0319902Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0320180Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0320457Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0320589Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0320746Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0321023Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0321186Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0321488Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0321645Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0321924Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0322082Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0322215Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0322377Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0322778Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0322986Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0323285Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0323447Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0323721Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0323883Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0324162Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0324322Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0324595Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0324760Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0325035Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0325199Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0325497Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0325657Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0325938Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0326103Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0326376Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0326538Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0326832Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0326997Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0327274Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0327435Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0327577Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0327749Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0328337Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0328570Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0328851Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0329014Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0329152Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0329315Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0329613Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0329776Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0330059Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0330353Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0330647Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0330811Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0331105Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0331262Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0331555Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0331713Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0332001Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0332164Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0332555Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0332721Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0332994Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0333159Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0333451Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0333609Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0333907Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0334066Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0334356Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0334521Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0334652Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0334814Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0335101Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0335261Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0335553Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0335714Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0335989Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0336148Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0336421Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0336586Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0336878Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0337152Z [05-13|18:27:48.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0337623Z [05-13|18:27:48.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0337960Z [05-13|18:27:48.446] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0338270Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0338568Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0338732Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0339036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0339201Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0339496Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0339768Z [05-13|18:27:48.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0340353Z [05-13|18:27:48.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0340688Z [05-13|18:27:48.446] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0340849Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0341148Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0341308Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0341598Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0341756Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0341993Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0342172Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0342342Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0342510Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0342775Z [05-13|18:27:48.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0343228Z [05-13|18:27:48.447] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0343567Z [05-13|18:27:48.448] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0343736Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0343996Z [05-13|18:27:48.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0344454Z [05-13|18:27:48.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0344781Z [05-13|18:27:48.449] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0344947Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0345208Z [05-13|18:27:48.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0345657Z [05-13|18:27:48.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0345986Z [05-13|18:27:48.449] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0346157Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0346416Z [05-13|18:27:48.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0346869Z [05-13|18:27:48.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0347201Z [05-13|18:27:48.451] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0347365Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0347622Z [05-13|18:27:48.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0348200Z [05-13|18:27:48.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0348529Z [05-13|18:27:48.452] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0348695Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0349077Z [05-13|18:27:48.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0349536Z [05-13|18:27:48.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0349864Z [05-13|18:27:48.453] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0350039Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0350297Z [05-13|18:27:48.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0350746Z [05-13|18:27:48.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0351223Z [05-13|18:27:48.454] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0351397Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0351655Z [05-13|18:27:48.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0352116Z [05-13|18:27:48.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0352446Z [05-13|18:27:48.455] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0352922Z [05-13|18:27:48.455] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0353091Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0353400Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0353564Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0353865Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0354024Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0354316Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0354478Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0354758Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0354913Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0355204Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0355365Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0355500Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0355657Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0355798Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0355957Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0356238Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0356401Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0356698Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0356856Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0357148Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0357317Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0357609Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0357773Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0358167Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0358447Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0358723Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0358920Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0359193Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0359352Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0359630Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0359788Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0360058Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0360217Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0360595Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0360761Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0361052Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0361221Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0361495Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0361656Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0361935Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0362093Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0362385Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0362549Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0362845Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0363007Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0363303Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0363463Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0363758Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0363919Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0364199Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0364359Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0364630Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0364794Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0365069Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0365229Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0365533Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0365691Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0365964Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0366129Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0366423Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0366691Z [05-13|18:27:48.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0367155Z [05-13|18:27:48.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0367490Z [05-13|18:27:48.458] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0367735Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0367867Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0368146Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0368429Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0368692Z [05-13|18:27:48.459] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0369152Z [05-13|18:27:48.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0369313Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0369590Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0369875Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0370011Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0370172Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0370475Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0370633Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0370764Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0370930Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0371206Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0371364Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0371635Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0371804Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0372103Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0372374Z [05-13|18:27:48.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0372841Z [05-13|18:27:48.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0373103Z [05-13|18:27:48.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.0373555Z [05-13|18:27:48.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0373819Z [05-13|18:27:48.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0374264Z [05-13|18:27:48.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0374430Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0374738Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0374998Z [05-13|18:27:48.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0375448Z [05-13|18:27:48.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0375619Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0375750Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0375910Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0376196Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0376547Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0376882Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0377159Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0377458Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0377616Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0377911Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0378182Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0378505Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0378667Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0378808Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0378966Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0379350Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0379691Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0380018Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0380341Z [05-13|18:27:48.464] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0380517Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0380684Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0380850Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0381020Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0381184Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0381350Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0381518Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0381787Z [05-13|18:27:48.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0382253Z [05-13|18:27:48.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0382418Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0382749Z [05-13|18:27:48.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0383010Z [05-13|18:27:48.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0383459Z [05-13|18:27:48.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0383793Z [05-13|18:27:48.466] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0383964Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0384222Z [05-13|18:27:48.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0384679Z [05-13|18:27:48.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0385005Z [05-13|18:27:48.467] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0385174Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0385437Z [05-13|18:27:48.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0385896Z [05-13|18:27:48.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0386333Z [05-13|18:27:48.468] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0386813Z [05-13|18:27:48.468] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0386975Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0387108Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0387270Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0387547Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0387706Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0388219Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0388388Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0388669Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0388832Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0389105Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0389263Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0389538Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0389696Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0389826Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0389981Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0390258Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0390414Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0390687Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0390851Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0391149Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0391310Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0391588Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0391747Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0392038Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0392201Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0392331Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0392489Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0392770Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0392936Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0393211Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0393372Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0393646Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0393804Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0394095Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0394257Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0394549Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0394709Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0394843Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0395009Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0395301Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0395572Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0395874Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0396035Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0396335Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0396500Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0396776Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0396940Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0397240Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0397400Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0397775Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0397946Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0398190Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0398351Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0398623Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0398787Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0399060Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0399218Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0399362Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0399525Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0399816Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0399984Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0400277Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0400439Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0400735Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0400899Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0401204Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0401370Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0401656Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0401818Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0402119Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0402288Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0402568Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0402728Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0402868Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0403028Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0403321Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0403483Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0403776Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0404052Z [05-13|18:27:48.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0404521Z [05-13|18:27:48.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0404866Z [05-13|18:27:48.474] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0405146Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0405431Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0405598Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0405870Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0406031Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0406308Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0406480Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0406753Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0407020Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0407297Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0407459Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0407761Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0408141Z [05-13|18:27:48.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0408608Z [05-13|18:27:48.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0408947Z [05-13|18:27:48.475] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0409108Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0409406Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0409677Z [05-13|18:27:48.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0410135Z [05-13|18:27:48.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0410465Z [05-13|18:27:48.476] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0410728Z [05-13|18:27:48.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0411179Z [05-13|18:27:48.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0411504Z [05-13|18:27:48.477] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0411672Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0411972Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0412144Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0412312Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0412480Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0412645Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0412807Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0413072Z [05-13|18:27:48.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0413524Z [05-13|18:27:48.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0413856Z [05-13|18:27:48.478] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0414148Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0414411Z [05-13|18:27:48.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0414867Z [05-13|18:27:48.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0415199Z [05-13|18:27:48.479] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0415370Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0415628Z [05-13|18:27:48.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0416187Z [05-13|18:27:48.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0416524Z [05-13|18:27:48.480] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0416695Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0416963Z [05-13|18:27:48.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0417413Z [05-13|18:27:48.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0417740Z [05-13|18:27:48.481] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0417912Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0418286Z [05-13|18:27:48.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0418743Z [05-13|18:27:48.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0419078Z [05-13|18:27:48.482] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0419246Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0419505Z [05-13|18:27:48.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0419969Z [05-13|18:27:48.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0420299Z [05-13|18:27:48.482] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0420779Z [05-13|18:27:48.483] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0420950Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0421233Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0421393Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0421674Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0421831Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0421965Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0422126Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0422427Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0422586Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0422860Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0423025Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0423474Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0423631Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0423909Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0424067Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0424200Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0424363Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0424493Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0424653Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0424952Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0425121Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0425515Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0425709Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0426004Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0426163Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0426439Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0426610Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0426880Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0427041Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0427341Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0427503Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0427776Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0427943Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0428347Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0428518Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0428790Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0428955Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0429228Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0429388Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0429687Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0429850Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0429983Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0430147Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0430425Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0430589Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0430892Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0431052Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0431183Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0431340Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0431479Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0431635Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0431927Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0432091Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0432382Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0432545Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0432954Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0433113Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0433385Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0433543Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0433823Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0433983Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0434275Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0434439Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0434732Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0434989Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0435290Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0435560Z [05-13|18:27:48.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0436019Z [05-13|18:27:48.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0436185Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0436487Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0436647Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0436939Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0437097Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0437376Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0437723Z [05-13|18:27:48.487] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0437883Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0438296Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0438463Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0438741Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0438901Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0439189Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0439353Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0439646Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0439806Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0439945Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0440105Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0440378Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0440540Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0440815Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0440974Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0441265Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0441428Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0441698Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0441857Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0442156Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0442535Z [05-13|18:27:48.488] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0442994Z [05-13|18:27:48.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0443331Z [05-13|18:27:48.489] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0443493Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0443770Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0444038Z [05-13|18:27:48.489] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0444592Z [05-13|18:27:48.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0444857Z [05-13|18:27:48.490] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0445311Z [05-13|18:27:48.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0445566Z [05-13|18:27:48.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0446011Z [05-13|18:27:48.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0446350Z [05-13|18:27:48.492] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0446676Z [05-13|18:27:48.492] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0447006Z [05-13|18:27:48.492] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0447183Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0447350Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0447514Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0447683Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0447847Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0448012Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0448398Z [05-13|18:27:48.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0448857Z [05-13|18:27:48.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0449183Z [05-13|18:27:48.493] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0449356Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0449614Z [05-13|18:27:48.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0450063Z [05-13|18:27:48.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0450390Z [05-13|18:27:48.493] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0450556Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0450814Z [05-13|18:27:48.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0451269Z [05-13|18:27:48.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0451710Z [05-13|18:27:48.494] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0451875Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0452138Z [05-13|18:27:48.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0452590Z [05-13|18:27:48.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0452918Z [05-13|18:27:48.495] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0453090Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0453447Z [05-13|18:27:48.496] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0453910Z [05-13|18:27:48.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0454245Z [05-13|18:27:48.497] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0454721Z [05-13|18:27:48.497] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0454883Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0455191Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0455352Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0455631Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0455788Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0456068Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0456227Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0456361Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0456523Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0456822Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0456980Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0457257Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0457414Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0457707Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0457872Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0458281Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0458443Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0458714Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0458900Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0459191Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0459353Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0459649Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0459810Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0460085Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0460253Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0460530Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0460809Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0461106Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0461268Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0461401Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0461562Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0461861Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0462020Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0462150Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0462314Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0462588Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0462846Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0463151Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0463314Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0463605Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0463768Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0464056Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0464216Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0464491Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0464655Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0464786Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0464945Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0465245Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0465410Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0465684Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0465848Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0466139Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0466411Z [05-13|18:27:48.500] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0466876Z [05-13|18:27:48.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0467037Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0467308Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0467473Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0467767Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0467926Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0468327Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0468499Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0468779Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0468942Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0469243Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0469402Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0469676Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0469843Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0470227Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0470386Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0470686Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0470846Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0471135Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0471294Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0471592Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0471751Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0472025Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0472294Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0472428Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0472591Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0472870Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0473028Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0473300Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0473464Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0473738Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0473896Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0474028Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0474194Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0474465Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0474805Z [05-13|18:27:48.502] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0474972Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0475103Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0475372Z [05-13|18:27:48.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0475836Z [05-13|18:27:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0476170Z [05-13|18:27:48.503] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0476339Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0476643Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0476911Z [05-13|18:27:48.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0477369Z [05-13|18:27:48.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0477704Z [05-13|18:27:48.504] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0477964Z [05-13|18:27:48.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0478599Z [05-13|18:27:48.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0478935Z [05-13|18:27:48.505] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0479099Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0479402Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0479685Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0479965Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0480226Z [05-13|18:27:48.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0480679Z [05-13|18:27:48.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0481006Z [05-13|18:27:48.506] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0481177Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0481353Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0481615Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0481786Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0481950Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0482124Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0482384Z [05-13|18:27:48.507] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0482835Z [05-13|18:27:48.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0483005Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0483331Z [05-13|18:27:48.507] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0483589Z [05-13|18:27:48.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0484044Z [05-13|18:27:48.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0484371Z [05-13|18:27:48.508] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0484536Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0484801Z [05-13|18:27:48.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0485250Z [05-13|18:27:48.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0485575Z [05-13|18:27:48.509] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0485745Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0486006Z [05-13|18:27:48.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0486465Z [05-13|18:27:48.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0486814Z [05-13|18:27:48.510] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0486987Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0487253Z [05-13|18:27:48.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0487722Z [05-13|18:27:48.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0488185Z [05-13|18:27:48.511] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0488668Z [05-13|18:27:48.511] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0488957Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0489238Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0489397Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0489675Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0489833Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0490106Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0490270Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0490541Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0490798Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0491080Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0491239Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0491540Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0491697Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0491999Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0492159Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0492293Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0492455Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0492750Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0492906Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0493048Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0493215Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0493346Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0493505Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0493789Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0493949Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0494222Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0494385Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0494654Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0494812Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0495111Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0495273Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0495563Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0495735Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0496026Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0496185Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0496316Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0496489Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0496780Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0496940Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0497220Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0497378Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0497670Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0497955Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0498353Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0498516Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0498652Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0498814Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0499110Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0499271Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0499553Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0499714Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0500005Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0500284Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0500566Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0500725Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0501022Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0501182Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0501473Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0501635Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0501925Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0502088Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0502364Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0502536Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0502840Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0503000Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0503281Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0503439Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0503713Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0503878Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0504011Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0504172Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0504472Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0504632Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0504928Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0505089Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0505384Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0505543Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0505818Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0505982Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0506274Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0506433Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0506721Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0506881Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0507177Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0507560Z [05-13|18:27:48.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0508021Z [05-13|18:27:48.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0508475Z [05-13|18:27:48.515] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0508640Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0508917Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0509076Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0509215Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0509373Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0509749Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0510019Z [05-13|18:27:48.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0510478Z [05-13|18:27:48.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0510809Z [05-13|18:27:48.516] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0510969Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0511249Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0511408Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0511701Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0511970Z [05-13|18:27:48.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0512423Z [05-13|18:27:48.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0512754Z [05-13|18:27:48.517] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0513019Z [05-13|18:27:48.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0513468Z [05-13|18:27:48.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0513793Z [05-13|18:27:48.518] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0513969Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0514137Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0514304Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0514475Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0514642Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0514900Z [05-13|18:27:48.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0515356Z [05-13|18:27:48.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0515684Z [05-13|18:27:48.519] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0515850Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0516112Z [05-13|18:27:48.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0516562Z [05-13|18:27:48.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0517000Z [05-13|18:27:48.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0517172Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0517433Z [05-13|18:27:48.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0517884Z [05-13|18:27:48.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0518329Z [05-13|18:27:48.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0518497Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0518863Z [05-13|18:27:48.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0519325Z [05-13|18:27:48.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0519654Z [05-13|18:27:48.523] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0519825Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0520100Z [05-13|18:27:48.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0520558Z [05-13|18:27:48.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0520895Z [05-13|18:27:48.523] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0521075Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0521346Z [05-13|18:27:48.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0521807Z [05-13|18:27:48.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0522148Z [05-13|18:27:48.524] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0522626Z [05-13|18:27:48.525] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0522795Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0522936Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0523098Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0523404Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0523565Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0523703Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0523860Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0523992Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0524157Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0524457Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0524613Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0524901Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0525059Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0525357Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0525518Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0525759Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0525916Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0526208Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0526371Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0526662Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0526827Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0527129Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0527292Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0527567Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0527730Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0528212Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0528390Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0528525Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0528692Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0528972Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0529133Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0529437Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0529596Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0529873Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0530040Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0530345Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0530507Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0530807Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0530968Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0531258Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0531420Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0531697Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0531855Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0532131Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0532299Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0532570Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0532734Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0533041Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0533199Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0533472Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0533635Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0533906Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0534064Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0534340Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0534499Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0534773Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0534936Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0535235Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0535520Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0535652Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0535816Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0536092Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0536250Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0536549Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0536714Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0537007Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0537171Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0537555Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0537721Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0538012Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0538301Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0538578Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0538737Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0539017Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0539175Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0539470Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0539633Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0539925Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0540087Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0540386Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0540545Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0540825Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0540991Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0541299Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0541477Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0541777Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0541945Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0542223Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0542385Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0542523Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0542683Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0542977Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0543254Z [05-13|18:27:48.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0543718Z [05-13|18:27:48.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0544052Z [05-13|18:27:48.530] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0544219Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0544502Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0544769Z [05-13|18:27:48.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0545341Z [05-13|18:27:48.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0545674Z [05-13|18:27:48.531] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0545937Z [05-13|18:27:48.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0546391Z [05-13|18:27:48.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0546729Z [05-13|18:27:48.532] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0547085Z [05-13|18:27:48.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0547544Z [05-13|18:27:48.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0547868Z [05-13|18:27:48.533] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0548157Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0548335Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0548500Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0548664Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0548827Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0549094Z [05-13|18:27:48.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0549547Z [05-13|18:27:48.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0549880Z [05-13|18:27:48.534] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0550051Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0550312Z [05-13|18:27:48.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0550760Z [05-13|18:27:48.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0551092Z [05-13|18:27:48.535] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0551258Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0551519Z [05-13|18:27:48.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0551975Z [05-13|18:27:48.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0552300Z [05-13|18:27:48.536] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0552465Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0552728Z [05-13|18:27:48.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0553177Z [05-13|18:27:48.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0553507Z [05-13|18:27:48.537] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0553791Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0554050Z [05-13|18:27:48.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0554499Z [05-13|18:27:48.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0554832Z [05-13|18:27:48.538] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0554999Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0555259Z [05-13|18:27:48.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0555937Z [05-13|18:27:48.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0556276Z [05-13|18:27:48.538] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0556757Z [05-13|18:27:48.539] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0556929Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0557204Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0557364Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0557668Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0557826Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0558230Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0558401Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0558677Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0558838Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0559146Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0559302Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0559598Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0559755Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0560033Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0560192Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0560486Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0560650Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0560926Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0561087Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0561225Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0561388Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0561662Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0561830Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0562102Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0562260Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0562551Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0562715Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0563012Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0563171Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0563565Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0563726Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0564019Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0564183Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0564477Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0564636Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0564917Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0565077Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0565351Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0565653Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0565962Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0566121Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0566255Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0566418Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0566551Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0566709Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0566986Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0567147Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0567277Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0567443Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0567716Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0567878Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0568267Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0568434Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0568729Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0568996Z [05-13|18:27:48.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0569461Z [05-13|18:27:48.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0569622Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0569755Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0569919Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0570051Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0570214Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0570519Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0570785Z [05-13|18:27:48.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0571235Z [05-13|18:27:48.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0571401Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0571681Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0571840Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0572136Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0572406Z [05-13|18:27:48.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0572975Z [05-13|18:27:48.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0573234Z [05-13|18:27:48.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0573690Z [05-13|18:27:48.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0573850Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0574127Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0574291Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0574568Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0574824Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0575127Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0575292Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0575586Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0575752Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0576025Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0576360Z [05-13|18:27:48.546] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0576694Z [05-13|18:27:48.546] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0576854Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0577153Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0577426Z [05-13|18:27:48.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0577881Z [05-13|18:27:48.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0578152Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0578447Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0578714Z [05-13|18:27:48.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0579173Z [05-13|18:27:48.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0579516Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0579685Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0579962Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0580292Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0580620Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0580941Z [05-13|18:27:48.548] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0581106Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0581405Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0581569Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0581870Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0582160Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0582293Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0582454Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0582737Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0582895Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0583186Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0583348Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0583637Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0583903Z [05-13|18:27:48.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0584461Z [05-13|18:27:48.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0584794Z [05-13|18:27:48.549] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0584952Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0585252Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0585514Z [05-13|18:27:48.550] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:53.0585965Z [05-13|18:27:48.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0586297Z [05-13|18:27:48.550] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0586471Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0586652Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0586819Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0586986Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0587149Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0587313Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0587481Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0587652Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0587816Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0588201Z [05-13|18:27:48.551] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0588663Z [05-13|18:27:48.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0588994Z [05-13|18:27:48.551] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0589171Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0589431Z [05-13|18:27:48.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0589887Z [05-13|18:27:48.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0590223Z [05-13|18:27:48.552] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0590699Z [05-13|18:27:48.552] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0590864Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0591149Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0591424Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0591726Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0591888Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0592167Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0592324Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0592599Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0592759Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0593054Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0593212Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0593606Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0593769Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0594049Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0594213Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0594487Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0594644Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0594943Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0595101Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0595374Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0595538Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0595822Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0595986Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0596281Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0596446Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0596743Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0597009Z [05-13|18:27:48.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0597467Z [05-13|18:27:48.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0597627Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0597919Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0598200Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0598498Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0598659Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0598955Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0599116Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0599251Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0599409Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0599709Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0599869Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0600164Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0600329Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0600625Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0600904Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0601198Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0601357Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0601649Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0601813Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0601946Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0602104Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0602379Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0602548Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0602941Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0603103Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0603386Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0603544Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0603820Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0603986Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0604255Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0604412Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0604690Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0604849Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0605121Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0605462Z [05-13|18:27:48.556] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0605628Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0605901Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0606062Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0606201Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0606360Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0606490Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0606661Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0606936Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0607095Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0607370Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0607533Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0607673Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0607833Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0608225Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0608388Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0608520Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0608682Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0608977Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0609137Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0609274Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0609432Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0609728Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0610000Z [05-13|18:27:48.557] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0610572Z [05-13|18:27:48.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0610734Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0611036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0611301Z [05-13|18:27:48.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0611749Z [05-13|18:27:48.558] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0611915Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0612307Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0612579Z [05-13|18:27:48.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0613027Z [05-13|18:27:48.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0613292Z [05-13|18:27:48.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0613739Z [05-13|18:27:48.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0613900Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0614181Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0614340Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0614636Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0614906Z [05-13|18:27:48.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0615358Z [05-13|18:27:48.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0615616Z [05-13|18:27:48.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0616067Z [05-13|18:27:48.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0616228Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0616506Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0616856Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0617188Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0617510Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0617842Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0618282Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0618604Z [05-13|18:27:48.562] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0618771Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0619053Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0619431Z [05-13|18:27:48.563] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0619888Z [05-13|18:27:48.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0620149Z [05-13|18:27:48.563] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0620599Z [05-13|18:27:48.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0620933Z [05-13|18:27:48.564] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0621353Z [05-13|18:27:48.564] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0621531Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0621705Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0621873Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0622037Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0622206Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0622372Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0622536Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0622709Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0622877Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0623041Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0623304Z [05-13|18:27:48.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0623771Z [05-13|18:27:48.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0624102Z [05-13|18:27:48.565] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0624581Z [05-13|18:27:48.565] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0624747Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0625047Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0625210Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0625351Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0625507Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0625643Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0625808Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0626107Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0626265Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0626551Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0626708Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0626984Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0627145Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0627285Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0627441Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0627715Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0627880Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0628295Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0628569Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0628867Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0629028Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0629299Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0629467Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0629764Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0629927Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0630222Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0630388Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0630780Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0630946Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0631242Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0631406Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0631683Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0631850Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0632126Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0632286Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0632588Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0632748Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0633028Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0633190Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0633493Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0633654Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0633930Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0634095Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0634389Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0634549Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0634852Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0635011Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0635290Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0635456Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0635755Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0635916Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0636191Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0636350Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0636641Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0636801Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0637100Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0637259Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0637391Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0637557Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0637835Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0638216Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0638508Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0638672Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0638968Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0639135Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0639405Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0639564Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0639694Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0639858Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0640309Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0640475Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0640753Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0640915Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0641192Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0641356Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0641653Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0641920Z [05-13|18:27:48.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0642385Z [05-13|18:27:48.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0642548Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0642826Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0643100Z [05-13|18:27:48.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0643552Z [05-13|18:27:48.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0643814Z [05-13|18:27:48.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0644266Z [05-13|18:27:48.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0644428Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0644705Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0645047Z [05-13|18:27:48.572] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0645379Z [05-13|18:27:48.572] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0645703Z [05-13|18:27:48.572] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0645870Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0646148Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0646309Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0646580Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0646847Z [05-13|18:27:48.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.0647305Z [05-13|18:27:48.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0647743Z [05-13|18:27:48.573] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0647910Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0648154Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0648418Z [05-13|18:27:48.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0648875Z [05-13|18:27:48.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0649203Z [05-13|18:27:48.574] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0649469Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0649754Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0649917Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0650215Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0650380Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0650674Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0650936Z [05-13|18:27:48.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0651396Z [05-13|18:27:48.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0651725Z [05-13|18:27:48.575] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0651886Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0652029Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0652198Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0652366Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0652533Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0652702Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0652866Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0653030Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0653200Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0653463Z [05-13|18:27:48.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0653919Z [05-13|18:27:48.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0654250Z [05-13|18:27:48.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0654417Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0654677Z [05-13|18:27:48.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0655129Z [05-13|18:27:48.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0655456Z [05-13|18:27:48.577] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0655622Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0655887Z [05-13|18:27:48.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0656341Z [05-13|18:27:48.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0656777Z [05-13|18:27:48.578] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0656952Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0657210Z [05-13|18:27:48.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0657667Z [05-13|18:27:48.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0657997Z [05-13|18:27:48.578] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0658858Z [05-13|18:27:48.579] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0659066Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0659377Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0659539Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0659835Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0659998Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0660279Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0660438Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0660736Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0660900Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0661196Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0661358Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0661640Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0661797Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0662071Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0662234Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0662509Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0662667Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0662805Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0662963Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0663095Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0663261Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0663399Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0663561Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0663693Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0663857Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0664154Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0664313Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0664610Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0664773Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0665048Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0665211Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0665504Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0665666Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0665912Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0666078Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0666371Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0666533Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0666817Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0666977Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0667254Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0667419Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0667695Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0667856Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0668381Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0668552Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0668848Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0669009Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0669306Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0669464Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0669755Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0669922Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0670215Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0670376Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0670678Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0670840Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0671118Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0671282Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0671560Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0671723Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0671996Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0672163Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0672461Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0672620Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0672900Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0673063Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0673360Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0673526Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0673797Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0673956Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0676741Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0676954Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0677102Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0677274Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0677594Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0677761Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0678250Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0678704Z [05-13|18:27:48.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0679178Z [05-13|18:27:48.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0679345Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0679637Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0679803Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0680082Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0680254Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0680651Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0680929Z [05-13|18:27:48.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0681403Z [05-13|18:27:48.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0681668Z [05-13|18:27:48.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0682119Z [05-13|18:27:48.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0682291Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0682575Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0682736Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0683013Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0683287Z [05-13|18:27:48.586] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.0683742Z [05-13|18:27:48.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0683905Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0684190Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0684454Z [05-13|18:27:48.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0684904Z [05-13|18:27:48.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0685253Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0685420Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0685699Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0686033Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0686358Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0686676Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0687001Z [05-13|18:27:48.588] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0687164Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0687471Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0687825Z [05-13|18:27:48.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0688400Z [05-13|18:27:48.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0688734Z [05-13|18:27:48.589] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0689010Z [05-13|18:27:48.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0689464Z [05-13|18:27:48.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0689899Z [05-13|18:27:48.590] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0690082Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0690391Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0690566Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0690741Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0690905Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0691070Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0691240Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0691406Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0691570Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0691734Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0692010Z [05-13|18:27:48.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0692468Z [05-13|18:27:48.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0692804Z [05-13|18:27:48.591] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0692976Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0693240Z [05-13|18:27:48.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0693696Z [05-13|18:27:48.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0693870Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0694198Z [05-13|18:27:48.592] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0694466Z [05-13|18:27:48.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0694933Z [05-13|18:27:48.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0695261Z [05-13|18:27:48.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0695735Z [05-13|18:27:48.593] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0695907Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0696192Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0696355Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0696666Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0696937Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0697217Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0697384Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0697685Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0697847Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0698250Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0698411Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0698547Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0698710Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0699005Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0699275Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0699555Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0699722Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0699997Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0700156Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0700437Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0700603Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0700899Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0701070Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0701204Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0701364Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0701668Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0701835Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0702109Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0702269Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0702567Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0702729Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0703022Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0703188Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0703461Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0703622Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0703924Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0704090Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0704221Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0704388Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0704683Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0704847Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0705128Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0705297Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0705434Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0705595Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0705880Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0706041Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0706318Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0706598Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0706730Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0706889Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0707185Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0707352Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0707642Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0707804Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0708217Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0708379Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0708781Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0708953Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0709228Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0709387Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0709666Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0709826Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0710098Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0710259Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0710538Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0710698Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0710992Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0711274Z [05-13|18:27:48.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0711739Z [05-13|18:27:48.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0712072Z [05-13|18:27:48.598] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0712240Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0712525Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0712686Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0712967Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0713128Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0713427Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0713594Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0713889Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0714051Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0714347Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0714510Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0714797Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0714956Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0715253Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0715416Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0715549Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0715722Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0716155Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0716317Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0716455Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0716615Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0716909Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0717075Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0717352Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0717513Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0717785Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0717962Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0718356Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0718637Z [05-13|18:27:48.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0719103Z [05-13|18:27:48.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0719433Z [05-13|18:27:48.601] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0719603Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0719873Z [05-13|18:27:48.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0720325Z [05-13|18:27:48.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0720654Z [05-13|18:27:48.602] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0720831Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0721095Z [05-13|18:27:48.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0721545Z [05-13|18:27:48.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0721877Z [05-13|18:27:48.603] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0722044Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0722304Z [05-13|18:27:48.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0722762Z [05-13|18:27:48.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0723090Z [05-13|18:27:48.603] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0723258Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0723634Z [05-13|18:27:48.604] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0724085Z [05-13|18:27:48.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0724407Z [05-13|18:27:48.604] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0724580Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0724841Z [05-13|18:27:48.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0725294Z [05-13|18:27:48.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0725746Z [05-13|18:27:48.605] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0725918Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0726183Z [05-13|18:27:48.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0726643Z [05-13|18:27:48.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0727203Z [05-13|18:27:48.606] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0727382Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0727742Z [05-13|18:27:48.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0728436Z [05-13|18:27:48.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0728772Z [05-13|18:27:48.607] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0728951Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0729212Z [05-13|18:27:48.607] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0729888Z [05-13|18:27:48.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0730244Z [05-13|18:27:48.608] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0730725Z [05-13|18:27:48.608] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0730894Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0731190Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0731356Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0731636Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0731803Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0732074Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0732233Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0732371Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0732541Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0732677Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0732835Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0733141Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0733302Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0733602Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0733767Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0734063Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0734221Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0734502Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0734661Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0734939Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0735246Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0735527Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0735689Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0735821Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0735986Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0736259Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0736419Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0736717Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0736879Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0737175Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0737438Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0737734Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0737894Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0738309Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0738478Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0738770Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0738932Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0739228Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0739387Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0739677Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0739849Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0740165Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0740329Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0740628Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0740790Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0740922Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0741081Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0741219Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0741378Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0741656Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0741824Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0742101Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0742261Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0742570Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0742730Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0743004Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0743170Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0743302Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0743462Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0743733Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0743902Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0744176Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0744339Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0744616Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0744893Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0745192Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0745357Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0745633Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0745793Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0746094Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0746255Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0746524Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0746683Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0747068Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0747235Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0747367Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0747533Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0747810Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0747972Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0748402Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0748562Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0748856Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0749024Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0749329Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0749494Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0749773Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0749942Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0750220Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0750381Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0750683Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0750961Z [05-13|18:27:48.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0751432Z [05-13|18:27:48.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0751780Z [05-13|18:27:48.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0751947Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0752250Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0752527Z [05-13|18:27:48.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0752983Z [05-13|18:27:48.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0753316Z [05-13|18:27:48.614] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0753488Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0753785Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0754051Z [05-13|18:27:48.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0754629Z [05-13|18:27:48.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0754962Z [05-13|18:27:48.615] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0755136Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0755313Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0755480Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0755645Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0755915Z [05-13|18:27:48.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0756471Z [05-13|18:27:48.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0756814Z [05-13|18:27:48.615] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0756986Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0757245Z [05-13|18:27:48.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0757696Z [05-13|18:27:48.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0758154Z [05-13|18:27:48.616] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0758326Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0758590Z [05-13|18:27:48.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0759074Z [05-13|18:27:48.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0759404Z [05-13|18:27:48.617] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0759571Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0759837Z [05-13|18:27:48.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0760285Z [05-13|18:27:48.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0760609Z [05-13|18:27:48.618] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0760784Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0761041Z [05-13|18:27:48.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0761496Z [05-13|18:27:48.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0761828Z [05-13|18:27:48.619] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0761994Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0762253Z [05-13|18:27:48.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0762709Z [05-13|18:27:48.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0763038Z [05-13|18:27:48.620] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0763319Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0763584Z [05-13|18:27:48.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0764047Z [05-13|18:27:48.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0764376Z [05-13|18:27:48.621] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0764859Z [05-13|18:27:48.621] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0765022Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0765419Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0765582Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0765891Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0766051Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0766331Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0766496Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0766631Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0766788Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0767077Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0767235Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0767526Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0767694Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0767829Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0767990Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0768541Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0768712Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0768989Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0769147Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0769428Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0769591Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0769887Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0770057Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0770338Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0770502Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0770805Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0770964Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0771100Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0771261Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0771400Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0771558Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0771831Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0771998Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0772293Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0772453Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0772736Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0773029Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0773321Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0773488Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0773780Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0773942Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0774221Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0774389Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0774664Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0774824Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0775207Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0775373Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0775669Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0775837Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0776130Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0776290Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0776589Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0776749Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0777023Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0777182Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0777465Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0777627Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0777758Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0777922Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0778343Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0778504Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0778787Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0778946Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0779245Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0779407Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0779699Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0779976Z [05-13|18:27:48.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0780444Z [05-13|18:27:48.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0780779Z [05-13|18:27:48.626] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0780938Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0781233Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0781398Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0781673Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0781935Z [05-13|18:27:48.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0782399Z [05-13|18:27:48.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0790645Z [05-13|18:27:48.627] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0790833Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0790981Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0791144Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0791428Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0791592Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0791870Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0792030Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0792168Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0792454Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0792763Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0793039Z [05-13|18:27:48.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0793506Z [05-13|18:27:48.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0793842Z [05-13|18:27:48.629] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0794007Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0794308Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0794571Z [05-13|18:27:48.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0795039Z [05-13|18:27:48.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0795203Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0795485Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0795648Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0795925Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0796086Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0796382Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0796649Z [05-13|18:27:48.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0797107Z [05-13|18:27:48.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0797270Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0797548Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0797877Z [05-13|18:27:48.631] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0798345Z [05-13|18:27:48.631] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0798513Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0798785Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0798943Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0799242Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0799507Z [05-13|18:27:48.632] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0800079Z [05-13|18:27:48.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0800409Z [05-13|18:27:48.632] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0800671Z [05-13|18:27:48.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0801123Z [05-13|18:27:48.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0801451Z [05-13|18:27:48.633] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0801808Z [05-13|18:27:48.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0802267Z [05-13|18:27:48.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0802596Z [05-13|18:27:48.634] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0802856Z [05-13|18:27:48.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0803305Z [05-13|18:27:48.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0803638Z [05-13|18:27:48.634] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0803808Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0803975Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0804147Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0804311Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0804477Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0804650Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0804818Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0804986Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0805150Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0805317Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0805578Z [05-13|18:27:48.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0806038Z [05-13|18:27:48.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0806374Z [05-13|18:27:48.635] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0806853Z [05-13|18:27:48.636] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0807015Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0807299Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0807458Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0807734Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0807900Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0808411Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0808584Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0809015Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0809177Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0809309Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0809467Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0809767Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0809928Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0810220Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0810384Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0810674Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0810831Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0811231Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0811401Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0811697Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0811863Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0811995Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0812155Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0812448Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0812612Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0812889Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0813049Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0813350Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0813509Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0813803Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0813967Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0814240Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0814397Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0814677Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0814836Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0815110Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0815273Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0815404Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0815566Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0815838Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0816014Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0816146Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0816305Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0816610Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0816769Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0817040Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0817204Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0817497Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0817762Z [05-13|18:27:48.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0818362Z [05-13|18:27:48.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0818648Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0818924Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0819083Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0819361Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0819520Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0819792Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0819957Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0820250Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0820548Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0820847Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0821114Z [05-13|18:27:48.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0821566Z [05-13|18:27:48.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0821732Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0821865Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0822024Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0822304Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0822464Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0822595Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0822756Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0823057Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0823219Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0823511Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0823676Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0823952Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0824287Z [05-13|18:27:48.641] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0824620Z [05-13|18:27:48.641] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0824781Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0825078Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0825247Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0825518Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0825679Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0825978Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0826138Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0826412Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0826571Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0826853Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0827012Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0827307Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0827476Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0827690Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0827849Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0828257Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0828418Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0828712Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0828980Z [05-13|18:27:48.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0829439Z [05-13|18:27:48.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0829877Z [05-13|18:27:48.642] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0830046Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0830326Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0830486Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0830758Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0830923Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0831219Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0831482Z [05-13|18:27:48.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0831940Z [05-13|18:27:48.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0832268Z [05-13|18:27:48.643] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0832439Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0832613Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0832779Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0832942Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0833111Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0833373Z [05-13|18:27:48.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0833827Z [05-13|18:27:48.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0834164Z [05-13|18:27:48.644] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0834333Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0834595Z [05-13|18:27:48.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0835064Z [05-13|18:27:48.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0835410Z [05-13|18:27:48.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0835595Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0835880Z [05-13|18:27:48.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0836360Z [05-13|18:27:48.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0836707Z [05-13|18:27:48.646] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0837009Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0837279Z [05-13|18:27:48.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0837740Z [05-13|18:27:48.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0838247Z [05-13|18:27:48.647] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0838431Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0838702Z [05-13|18:27:48.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0839277Z [05-13|18:27:48.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0839620Z [05-13|18:27:48.648] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0839792Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0840059Z [05-13|18:27:48.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0840518Z [05-13|18:27:48.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0840852Z [05-13|18:27:48.648] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0841335Z [05-13|18:27:48.649] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0841505Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0841816Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0841985Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0842280Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0842442Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0842723Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0842889Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0843166Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0843325Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0843622Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0843781Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0844057Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0844223Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0844516Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0844680Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0844958Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0845115Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0845409Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0845572Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0845863Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0846134Z [05-13|18:27:48.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0846701Z [05-13|18:27:48.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0846872Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0847175Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0847336Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0847618Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0847781Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0847916Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0848202Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0848484Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0848753Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0849041Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0849202Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0849475Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0849639Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0849936Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0850096Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0850369Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0850538Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0850672Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0850832Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0850972Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0851132Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0851415Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0851579Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0851877Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0852036Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0852310Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0852474Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0852767Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0853036Z [05-13|18:27:48.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0853504Z [05-13|18:27:48.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0853668Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0853963Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0854234Z [05-13|18:27:48.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0854686Z [05-13|18:27:48.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0854848Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0855148Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0855307Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0855605Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0855882Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0856165Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0856324Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0856606Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0856766Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0857038Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0857208Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0857347Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0857508Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0857806Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0858156Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0858445Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0858611Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0858942Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0859103Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0859376Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0859540Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0859814Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0859973Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0860110Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0860274Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0860578Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0860740Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0861022Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0861182Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0861454Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0861804Z [05-13|18:27:48.654] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0862134Z [05-13|18:27:48.654] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0862461Z [05-13|18:27:48.654] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0862630Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0862929Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0863091Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0863369Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0863529Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0863821Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0863981Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0864117Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0864276Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0864406Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0864568Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0864862Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0865024Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0865456Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0865627Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0865794Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0865966Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0866131Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0866403Z [05-13|18:27:48.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0866862Z [05-13|18:27:48.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0867204Z [05-13|18:27:48.656] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0867469Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0867741Z [05-13|18:27:48.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0868345Z [05-13|18:27:48.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0868699Z [05-13|18:27:48.657] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0868877Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0869149Z [05-13|18:27:48.657] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0869610Z [05-13|18:27:48.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0869947Z [05-13|18:27:48.658] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0870126Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0870388Z [05-13|18:27:48.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0870840Z [05-13|18:27:48.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0871171Z [05-13|18:27:48.659] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0871339Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0871599Z [05-13|18:27:48.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0872057Z [05-13|18:27:48.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0872389Z [05-13|18:27:48.660] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0872557Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0872823Z [05-13|18:27:48.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0873272Z [05-13|18:27:48.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0873598Z [05-13|18:27:48.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0873770Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0874030Z [05-13|18:27:48.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0874493Z [05-13|18:27:48.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0874948Z [05-13|18:27:48.662] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0875424Z [05-13|18:27:48.662] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0875588Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0875898Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0876059Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0876340Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0876602Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0876740Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0876901Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0877205Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0877371Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0877650Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0877813Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0878248Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0878415Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0878549Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0878713Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0878989Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0879151Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0879434Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0879592Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0879866Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0880033Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0880305Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0880473Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0880743Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0880911Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0881044Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0881205Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0881513Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0881783Z [05-13|18:27:48.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0882243Z [05-13|18:27:48.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0882410Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0882543Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0882702Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0882983Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0883143Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0883415Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0883585Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0883862Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0884140Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0884413Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0884576Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0884847Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0885007Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0885283Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0885616Z [05-13|18:27:48.666] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0885777Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0886011Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0886173Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0886476Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0886640Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0886916Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0887075Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0887347Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0887514Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0887807Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0887968Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0888243Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0888407Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0888681Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0888848Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0889122Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0889283Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0889582Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0889744Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0890019Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0890178Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0890479Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0890642Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0890936Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0891104Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0891396Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0891557Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0891694Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0891854Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0892148Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0892313Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0892610Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0892771Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0893067Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0893232Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0893654Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0893821Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0894124Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0894288Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0894581Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0894749Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0895027Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0895186Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0895483Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0895793Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0896090Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0896255Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0896544Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0896702Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0896996Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0897169Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0897462Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0897732Z [05-13|18:27:48.668] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0898327Z [05-13|18:27:48.668] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0898672Z [05-13|18:27:48.668] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0898844Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0899017Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0899182Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0899449Z [05-13|18:27:48.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0899907Z [05-13|18:27:48.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0900240Z [05-13|18:27:48.669] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0900411Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0900681Z [05-13|18:27:48.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0901135Z [05-13|18:27:48.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0901461Z [05-13|18:27:48.670] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0901634Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0901893Z [05-13|18:27:48.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0902345Z [05-13|18:27:48.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0902685Z [05-13|18:27:48.671] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0902968Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0903227Z [05-13|18:27:48.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0903687Z [05-13|18:27:48.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0904015Z [05-13|18:27:48.671] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0904182Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0904444Z [05-13|18:27:48.672] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0904992Z [05-13|18:27:48.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0905323Z [05-13|18:27:48.672] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0905494Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0905754Z [05-13|18:27:48.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0906210Z [05-13|18:27:48.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0906544Z [05-13|18:27:48.673] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0906711Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0906971Z [05-13|18:27:48.674] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0907426Z [05-13|18:27:48.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0907759Z [05-13|18:27:48.674] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0907925Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0908305Z [05-13|18:27:48.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0908765Z [05-13|18:27:48.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0909094Z [05-13|18:27:48.675] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0909578Z [05-13|18:27:48.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0909745Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0910051Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0910216Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0910509Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0910666Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0910957Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0911116Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0911393Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0911551Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0911856Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0912131Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0912403Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0912566Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0912860Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0913019Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0913316Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0913474Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0913764Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0913927Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0914298Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0914467Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0914742Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0914908Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0915181Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0915341Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0915637Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0915798Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0916091Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0916257Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0916552Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0916711Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0917008Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0917167Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0917446Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0917606Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0917904Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0918180Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0918483Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0918762Z [05-13|18:27:48.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0919229Z [05-13|18:27:48.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0919398Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0919685Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0919845Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0920124Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0920289Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0920591Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0920753Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0921033Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0921194Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0921332Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0921611Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0921749Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0921908Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0922182Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0922351Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0922483Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0922641Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0922778Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0922936Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0923210Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0923369Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0923768Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0924042Z [05-13|18:27:48.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0924499Z [05-13|18:27:48.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0924765Z [05-13|18:27:48.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0925215Z [05-13|18:27:48.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0925375Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0925514Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0925673Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0925807Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0925973Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0926278Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0926437Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0926735Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0926897Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0927028Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0927193Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0927471Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0927630Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0927904Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0928290Z [05-13|18:27:48.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.0928749Z [05-13|18:27:48.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0928909Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0929190Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0929350Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0929625Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0929788Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0930061Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0930220Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0930506Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0930668Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0931083Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0931349Z [05-13|18:27:48.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0931801Z [05-13|18:27:48.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0931962Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0932264Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0932425Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0932715Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0933074Z [05-13|18:27:48.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0933537Z [05-13|18:27:48.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0933698Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0933992Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0934257Z [05-13|18:27:48.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0934711Z [05-13|18:27:48.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0934971Z [05-13|18:27:48.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0935430Z [05-13|18:27:48.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0935594Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0935869Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0936132Z [05-13|18:27:48.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0936580Z [05-13|18:27:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0936919Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0937253Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0937583Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0937909Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0938355Z [05-13|18:27:48.688] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0938519Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0938798Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0939062Z [05-13|18:27:48.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0939523Z [05-13|18:27:48.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0939851Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0940293Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0940618Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0940939Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0941267Z [05-13|18:27:48.689] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0941441Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0941608Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0941778Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0942039Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0942205Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0942378Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0942543Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0942707Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0942875Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0943040Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0943517Z [05-13|18:27:48.690] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0943680Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0943961Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0944121Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0944427Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0944593Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0944728Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0944886Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0945168Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0945326Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0945602Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0945762Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0946058Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0946216Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0946491Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0946655Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0946931Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0947096Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0947396Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.0947554Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0947828Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0947994Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0948410Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0948573Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0948852Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0949015Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0949423Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0949584Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0949721Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0949880Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0950175Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0950339Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0950633Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0950793Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0951073Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0951233Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0951613Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0951783Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0952055Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0952214Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0952485Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0952650Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0952945Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0953105Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0953244Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0953403Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0953536Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.0953702Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0953977Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0954142Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0954441Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0954602Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0954897Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0955058Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0955340Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0955501Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0955795Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0955963Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0956256Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0956419Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0956718Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0956878Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0957170Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0957341Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0957618Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0957778Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0958171Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0958339Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0958639Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.0958911Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0959236Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0959503Z [05-13|18:27:48.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0959963Z [05-13|18:27:48.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0960302Z [05-13|18:27:48.694] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0960462Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0960757Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0961021Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0961301Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0961464Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0961765Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0961927Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0962216Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0962382Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0962652Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0962813Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0963087Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0963250Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0963385Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0963547Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0963823Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0963982Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.0964113Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0964275Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.0964547Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0964706Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.0964842Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0965006Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.0965303Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0965571Z [05-13|18:27:48.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0966039Z [05-13|18:27:48.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0966369Z [05-13|18:27:48.696] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0966630Z [05-13|18:27:48.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0967089Z [05-13|18:27:48.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0967430Z [05-13|18:27:48.697] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.0967692Z [05-13|18:27:48.697] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.0968272Z [05-13|18:27:48.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0968764Z [05-13|18:27:48.697] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.0968935Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.0969112Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.0969281Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.0969449Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.0969618Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.0969884Z [05-13|18:27:48.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.0970436Z [05-13|18:27:48.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0970780Z [05-13|18:27:48.698] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.0970945Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.0971205Z [05-13|18:27:48.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.0971660Z [05-13|18:27:48.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0971991Z [05-13|18:27:48.699] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.0972161Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.0972427Z [05-13|18:27:48.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.0972881Z [05-13|18:27:48.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0973207Z [05-13|18:27:48.700] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.0973380Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.0973640Z [05-13|18:27:48.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.0974089Z [05-13|18:27:48.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.0974425Z [05-13|18:27:48.701] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.0974594Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.0974851Z [05-13|18:27:48.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.0975309Z [05-13|18:27:48.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0975636Z [05-13|18:27:48.702] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.0975803Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.0976068Z [05-13|18:27:48.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.0976525Z [05-13|18:27:48.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0976860Z [05-13|18:27:48.703] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.0977421Z [05-13|18:27:48.703] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.0977584Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.0977890Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.0978170Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.0978455Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0978613Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.0978896Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0979056Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.0979440Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0979606Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.0979909Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.0980069Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.0980347Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0980511Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.0980802Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.0980959Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.0981257Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.0981417Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.0981717Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.0981883Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.0982163Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0982326Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.0982619Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.0982787Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.0983061Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.0983222Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.0983362Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.0983522Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.0983817Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.0983986Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.0984263Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0984430Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.0984736Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.0984895Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.0985170Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.0985329Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.0985630Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.0985789Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.0985923Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.0986087Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.0986385Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.0986658Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.0986940Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0987099Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.0987370Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.0987533Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.0987806Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.0987965Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.0988390Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.0988560Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.0988693Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.0988964Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.0989273Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.0989432Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.0989712Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.0989876Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.0990149Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.0990310Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.0990609Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.0990769Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.0991060Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.0991222Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.0991523Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.0991691Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.0991822Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.0991988Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.0992266Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0992428Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.0992710Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.0992871Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.0993165Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.0993439Z [05-13|18:27:48.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.0993903Z [05-13|18:27:48.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.0994067Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.0994371Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.0994635Z [05-13|18:27:48.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.0995091Z [05-13|18:27:48.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.0995258Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.0995391Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.0995552Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.0995684Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.0995853Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.0996246Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0996406Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.0996711Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.0996872Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.0997146Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.0997312Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.0997585Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.0997844Z [05-13|18:27:48.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.0998523Z [05-13|18:27:48.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.0998700Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.0998985Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.0999324Z [05-13|18:27:48.709] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.0999652Z [05-13|18:27:48.710] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.0999979Z [05-13|18:27:48.710] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1000146Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1000279Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1000441Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1000741Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1001015Z [05-13|18:27:48.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1001467Z [05-13|18:27:48.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1001795Z [05-13|18:27:48.711] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1001965Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1002265Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1002428Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1002708Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1002974Z [05-13|18:27:48.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1003428Z [05-13|18:27:48.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1003765Z [05-13|18:27:48.712] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1003953Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1004127Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1004301Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1004468Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1004634Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1004806Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1005083Z [05-13|18:27:48.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1005661Z [05-13|18:27:48.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1006003Z [05-13|18:27:48.713] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1006174Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1006438Z [05-13|18:27:48.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1006898Z [05-13|18:27:48.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1007226Z [05-13|18:27:48.714] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1007478Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1007744Z [05-13|18:27:48.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1008316Z [05-13|18:27:48.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1008651Z [05-13|18:27:48.714] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1008819Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1009083Z [05-13|18:27:48.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1009534Z [05-13|18:27:48.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1009874Z [05-13|18:27:48.715] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1010048Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1010309Z [05-13|18:27:48.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1010768Z [05-13|18:27:48.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1011107Z [05-13|18:27:48.716] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1011586Z [05-13|18:27:48.716] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1011755Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1012041Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1012210Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1012344Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1012509Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1012792Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1012950Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1013231Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1013388Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1013688Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1013851Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1014129Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1014289Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1014684Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1014844Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1015149Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1015314Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1015621Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1015782Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1015917Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1016087Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1016381Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1016544Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1016944Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1017111Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1017402Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1017568Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1017868Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1018148Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1018433Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1018599Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1018892Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1019055Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1019358Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1019522Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1019800Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1019966Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1020260Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1020421Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1020705Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1020865Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1021145Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1021307Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1021587Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1021750Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1022050Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1022216Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1022349Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1022509Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1022811Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1022971Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1023248Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1023413Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1023547Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1023706Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1024007Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1024406Z [05-13|18:27:48.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1024872Z [05-13|18:27:48.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1025037Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1025324Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1025487Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1025621Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1025788Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1026092Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1026350Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1026633Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1026798Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1027100Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1027262Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1027563Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1027723Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1028014Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1028307Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1028585Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1028748Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1029033Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1029199Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1029476Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1029642Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1029920Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1030255Z [05-13|18:27:48.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1030422Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1030555Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1030716Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1030849Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1031013Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1031295Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1031458Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1031768Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1031927Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1032224Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1032497Z [05-13|18:27:48.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1032957Z [05-13|18:27:48.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1033292Z [05-13|18:27:48.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1033464Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1033855Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1034020Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1034323Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1034590Z [05-13|18:27:48.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1035048Z [05-13|18:27:48.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1035385Z [05-13|18:27:48.724] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1035646Z [05-13|18:27:48.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1036195Z [05-13|18:27:48.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1036368Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1036646Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1036907Z [05-13|18:27:48.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1037366Z [05-13|18:27:48.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1037692Z [05-13|18:27:48.726] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1038022Z [05-13|18:27:48.726] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1038318Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1038490Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1038656Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1038821Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1038989Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1039152Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1039414Z [05-13|18:27:48.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1039875Z [05-13|18:27:48.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1040204Z [05-13|18:27:48.727] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1040375Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1040644Z [05-13|18:27:48.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1041097Z [05-13|18:27:48.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1041264Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1041595Z [05-13|18:27:48.728] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1041854Z [05-13|18:27:48.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1042307Z [05-13|18:27:48.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1042483Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1042812Z [05-13|18:27:48.729] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1043222Z [05-13|18:27:48.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1043679Z [05-13|18:27:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1044006Z [05-13|18:27:48.729] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1044173Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1044436Z [05-13|18:27:48.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1044993Z [05-13|18:27:48.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1045329Z [05-13|18:27:48.730] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1045809Z [05-13|18:27:48.730] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1045973Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1046256Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1046423Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1046724Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1046885Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1047187Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1047347Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1047629Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1047792Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1047926Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1048201Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1048480Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1048647Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1048944Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1049102Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1049403Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1049566Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1049842Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1050007Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1050280Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1050442Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1050743Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1050905Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1051204Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1051367Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1051648Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1051810Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1052086Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1052366Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1052643Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1052804Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1052945Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1053105Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1053239Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1053400Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1053543Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1053702Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1054001Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1054166Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1054560Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1054727Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1055012Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1055173Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1055447Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1055612Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1055911Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1056071Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1056366Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1056533Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1056832Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1057103Z [05-13|18:27:48.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1057571Z [05-13|18:27:48.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1057733Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1058140Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1058312Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1058589Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1058852Z [05-13|18:27:48.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1059343Z [05-13|18:27:48.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1059509Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1059641Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1059804Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1060085Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1060246Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1060526Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1060690Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1060823Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1060981Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1061283Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1061445Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1061836Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1062002Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1062279Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1062439Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1062739Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1062901Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1063176Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1063520Z [05-13|18:27:48.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1063682Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1064058Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1064223Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1064522Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1064683Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1064978Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1065144Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1065437Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1065598Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1065898Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1066057Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1066340Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1066678Z [05-13|18:27:48.736] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1066839Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1067137Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1067301Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1067578Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1067740Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1068278Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1068599Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1068781Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1068949Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1069405Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1070015Z [05-13|18:27:48.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1070842Z [05-13|18:27:48.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1071710Z [05-13|18:27:48.737] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1072292Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1072666Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1073021Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1073377Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1079096Z [05-13|18:27:48.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1080136Z [05-13|18:27:48.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1081001Z [05-13|18:27:48.738] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1081585Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1082064Z [05-13|18:27:48.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1082891Z [05-13|18:27:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1083736Z [05-13|18:27:48.739] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1084434Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1084914Z [05-13|18:27:48.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1085711Z [05-13|18:27:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1086566Z [05-13|18:27:48.740] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1087137Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1087623Z [05-13|18:27:48.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1088789Z [05-13|18:27:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1089699Z [05-13|18:27:48.741] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1090296Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1090763Z [05-13|18:27:48.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1091568Z [05-13|18:27:48.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1092417Z [05-13|18:27:48.742] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1092994Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1093452Z [05-13|18:27:48.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1094244Z [05-13|18:27:48.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1095098Z [05-13|18:27:48.742] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1095664Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1096126Z [05-13|18:27:48.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1096928Z [05-13|18:27:48.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1097781Z [05-13|18:27:48.743] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1098929Z [05-13|18:27:48.743] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1099637Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1100276Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1100742Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1101223Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1101675Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1102147Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1102595Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1102912Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1103234Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1103699Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1104240Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1104706Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1105144Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1105464Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1105809Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1106261Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1106702Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1107154Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1107599Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1108288Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1108784Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1109268Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1109718Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1110181Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1110617Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1111097Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1111551Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1112024Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1112460Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1112915Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1113357Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1113829Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1114284Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1114782Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1115227Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1115686Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1116117Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1116573Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1117003Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1117484Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1117940Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1118520Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1118963Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1119405Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1119727Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1120178Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1120614Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1121066Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1121488Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1121942Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1122370Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1122848Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1123294Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1123849Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1124292Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1124602Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1124922Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1125391Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1125842Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1126297Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1126738Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1127195Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1127625Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1128407Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1128933Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1129395Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1129831Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1130308Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1130764Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1131212Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1131647Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1132098Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1132535Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1133010Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1133459Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1133938Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1134385Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1134698Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1135016Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1135335Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1135658Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1136132Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1136700Z [05-13|18:27:48.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1137513Z [05-13|18:27:48.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1138514Z [05-13|18:27:48.748] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1139228Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1139687Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1140135Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1140609Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1141173Z [05-13|18:27:48.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1141979Z [05-13|18:27:48.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1142827Z [05-13|18:27:48.748] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1143493Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1144014Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1144588Z [05-13|18:27:48.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1145407Z [05-13|18:27:48.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1146285Z [05-13|18:27:48.750] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1146857Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1147346Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1147916Z [05-13|18:27:48.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1148964Z [05-13|18:27:48.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1149817Z [05-13|18:27:48.751] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1150480Z [05-13|18:27:48.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1151264Z [05-13|18:27:48.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1152108Z [05-13|18:27:48.752] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1152674Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1153168Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1153728Z [05-13|18:27:48.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1154517Z [05-13|18:27:48.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1155358Z [05-13|18:27:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1155918Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1156235Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1156576Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1156933Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1157292Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1157644Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1157989Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1158631Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1159011Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1159467Z [05-13|18:27:48.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1160261Z [05-13|18:27:48.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1161103Z [05-13|18:27:48.754] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1161665Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1162111Z [05-13|18:27:48.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1163065Z [05-13|18:27:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1163915Z [05-13|18:27:48.755] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1164470Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1164918Z [05-13|18:27:48.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1165696Z [05-13|18:27:48.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1166544Z [05-13|18:27:48.756] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1167111Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1167560Z [05-13|18:27:48.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1168720Z [05-13|18:27:48.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1169603Z [05-13|18:27:48.757] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1170494Z [05-13|18:27:48.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1171198Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1171678Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1172136Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1172453Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1172787Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1173106Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1173428Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1173891Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1174323Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1174781Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1175215Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1175672Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1176102Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1176591Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1177049Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1177506Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1177941Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1178760Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1179231Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1179559Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1179883Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1180354Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1180796Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1181264Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1181709Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1182218Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1182798Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1183280Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1183738Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1184215Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1184661Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1185142Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1185590Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1186076Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1186523Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1186839Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1187177Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1187637Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1188315Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1188801Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1189261Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1189742Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1190190Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1190648Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1191082Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1191536Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1191964Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1192426Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1192860Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1193330Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1193776Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1194249Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1194707Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1195176Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1195631Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1196099Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1196547Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1196863Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1197181Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1197501Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1197938Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1198545Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1198989Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1199467Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1200031Z [05-13|18:27:48.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1200850Z [05-13|18:27:48.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1201545Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1202002Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1202680Z [05-13|18:27:48.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1203490Z [05-13|18:27:48.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1204164Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1204652Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1205101Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1205577Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1206031Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1206483Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1206921Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1207236Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1207558Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1208012Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1208943Z [05-13|18:27:48.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1209747Z [05-13|18:27:48.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1210516Z [05-13|18:27:48.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1211307Z [05-13|18:27:48.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1211983Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1212473Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1212932Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1213410Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1213871Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1214351Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1214965Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1215699Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1216425Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1217140Z [05-13|18:27:48.764] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1217828Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1218432Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1218874Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1219350Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1219910Z [05-13|18:27:48.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1220705Z [05-13|18:27:48.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1221384Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1221953Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1222496Z [05-13|18:27:48.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1223293Z [05-13|18:27:48.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1224061Z [05-13|18:27:48.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1224851Z [05-13|18:27:48.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1225622Z [05-13|18:27:48.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1226401Z [05-13|18:27:48.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1227080Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1227541Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1228272Z [05-13|18:27:48.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1229083Z [05-13|18:27:48.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1229756Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1230239Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1230696Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1231149Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1231766Z [05-13|18:27:48.768] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1232489Z [05-13|18:27:48.768] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1233205Z [05-13|18:27:48.768] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1233918Z [05-13|18:27:48.769] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1234626Z [05-13|18:27:48.769] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1235190Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1235545Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1235904Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1236251Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1236603Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1237091Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1237436Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1237781Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1238273Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1238646Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1239104Z [05-13|18:27:48.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1239915Z [05-13|18:27:48.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1240773Z [05-13|18:27:48.769] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1241761Z [05-13|18:27:48.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1242467Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1242937Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1243378Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1243861Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1244313Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1244772Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1245202Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1245655Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1246085Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1246564Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1247021Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1247474Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1247905Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1248752Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1249217Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1249681Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1250112Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1250585Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1251032Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1251495Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1251938Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1252422Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1252875Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1253189Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1253513Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1254009Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1254464Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1254912Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1255345Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1255821Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1256271Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1256718Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1257034Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1257515Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1257967Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1258561Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1259042Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1259524Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1259986Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1260472Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1261043Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1261514Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1261964Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1262424Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1262860Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1263311Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1263740Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1264219Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1264669Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1264980Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1265311Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1265791Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1266243Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1266690Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1267122Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1267600Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1268242Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1268752Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1269187Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1269667Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1270113Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1270595Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1271043Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1271505Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1271945Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1272415Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1272860Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1273333Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1273775Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1274232Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1274663Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1274976Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1275294Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1275754Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1276313Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1276763Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1277195Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1277665Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1278362Z [05-13|18:27:48.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1279169Z [05-13|18:27:48.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1280029Z [05-13|18:27:48.775] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1280709Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1281034Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1281361Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1281837Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1282287Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1282745Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1283285Z [05-13|18:27:48.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1284085Z [05-13|18:27:48.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1284928Z [05-13|18:27:48.776] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1285590Z [05-13|18:27:48.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1286388Z [05-13|18:27:48.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1287225Z [05-13|18:27:48.777] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1287784Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1288620Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1289090Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1289548Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1289981Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1290300Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1290616Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1291073Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1291503Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1291817Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1292151Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1292507Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1292864Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1293211Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1293665Z [05-13|18:27:48.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1294460Z [05-13|18:27:48.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1295307Z [05-13|18:27:48.778] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1296002Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1296454Z [05-13|18:27:48.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1297247Z [05-13|18:27:48.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1298230Z [05-13|18:27:48.779] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1298811Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1299270Z [05-13|18:27:48.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1300176Z [05-13|18:27:48.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1301029Z [05-13|18:27:48.780] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1301604Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1302060Z [05-13|18:27:48.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1302854Z [05-13|18:27:48.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1303716Z [05-13|18:27:48.781] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1304279Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1304732Z [05-13|18:27:48.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1305520Z [05-13|18:27:48.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1306360Z [05-13|18:27:48.781] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1306918Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1307371Z [05-13|18:27:48.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1308392Z [05-13|18:27:48.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1309237Z [05-13|18:27:48.782] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1309810Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1310260Z [05-13|18:27:48.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1311053Z [05-13|18:27:48.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1311902Z [05-13|18:27:48.784] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1312771Z [05-13|18:27:48.784] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1313466Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1313940Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1314389Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1314708Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1315152Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1315638Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1316090Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1316571Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1317019Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1317471Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1317908Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1318485Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1318918Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1319525Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1319972Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1320446Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1320887Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1321362Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1321802Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1322276Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1322729Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1323188Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1323632Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1324105Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1324558Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1325014Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1325451Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1325930Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1326373Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1326847Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1327289Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1327762Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1328564Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1329054Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1329515Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1329973Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1330415Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1330866Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1331300Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1331755Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1332192Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1332509Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1332826Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1333301Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1333744Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1334227Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1334818Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1335278Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1335713Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1336198Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1336659Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1337130Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1337575Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1338198Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1338651Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1339224Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1339665Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1340139Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1340583Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1340896Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1341214Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1341490Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1341649Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1341923Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1342089Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1342360Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1342521Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1342829Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1342987Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1343119Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1343304Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1343576Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1343732Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1344036Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1344194Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1344328Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1344490Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1344777Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1344941Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1345239Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1345403Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1345698Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1345970Z [05-13|18:27:48.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1346440Z [05-13|18:27:48.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1346771Z [05-13|18:27:48.789] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1346933Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1347076Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1347459Z [05-13|18:27:48.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1347913Z [05-13|18:27:48.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1348533Z [05-13|18:27:48.790] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1348802Z [05-13|18:27:48.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1349257Z [05-13|18:27:48.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1349709Z [05-13|18:27:48.791] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1349882Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1350164Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1350431Z [05-13|18:27:48.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1350881Z [05-13|18:27:48.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1351206Z [05-13|18:27:48.792] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1351374Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1351649Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1351809Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1351951Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1352218Z [05-13|18:27:48.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1352683Z [05-13|18:27:48.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1353025Z [05-13|18:27:48.793] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1353190Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1353469Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1353629Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1353910Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1354082Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1354253Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1354428Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1354593Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1354757Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1354926Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1355194Z [05-13|18:27:48.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1355648Z [05-13|18:27:48.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1355983Z [05-13|18:27:48.794] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1356152Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1356416Z [05-13|18:27:48.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1356985Z [05-13|18:27:48.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1357311Z [05-13|18:27:48.795] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1357479Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1357744Z [05-13|18:27:48.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1358356Z [05-13|18:27:48.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1358687Z [05-13|18:27:48.796] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1358968Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1359263Z [05-13|18:27:48.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1359717Z [05-13|18:27:48.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1360050Z [05-13|18:27:48.797] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1360216Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1360476Z [05-13|18:27:48.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1360942Z [05-13|18:27:48.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1361280Z [05-13|18:27:48.798] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1361760Z [05-13|18:27:48.798] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1361930Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1362065Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1362225Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1362510Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1362677Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1362950Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1363108Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1363395Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1363557Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1363861Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1364025Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1364159Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1364315Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1364617Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1364776Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1365072Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1365229Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1365532Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1365692Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1366080Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1366248Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1366523Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1366682Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1366957Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1367115Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1367388Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1367551Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1367846Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1368017Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1368800Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1368993Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1369131Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1369294Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1369431Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1369590Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1369891Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1370055Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1370339Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1370500Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1370636Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1370797Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1371071Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1371237Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1371521Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1371708Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1372006Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1372174Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1372471Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1372629Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1372907Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1373066Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1373347Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1373514Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1373807Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1373966Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1374258Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1374422Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1374558Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1374715Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1375013Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1375172Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1375469Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1375636Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1376025Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1376185Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1376464Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1376624Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1376897Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1377056Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1377358Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1377519Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1377791Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1378031Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1378473Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1378634Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1378909Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1379069Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1379204Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1379368Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1379658Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1379817Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1380092Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1380254Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1380551Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1380831Z [05-13|18:27:48.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1381304Z [05-13|18:27:48.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1381644Z [05-13|18:27:48.803] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1381807Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1382107Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1382382Z [05-13|18:27:48.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1382844Z [05-13|18:27:48.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1383183Z [05-13|18:27:48.803] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1383364Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1383663Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1383932Z [05-13|18:27:48.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1384387Z [05-13|18:27:48.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1384645Z [05-13|18:27:48.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1385103Z [05-13|18:27:48.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1385551Z [05-13|18:27:48.805] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1385874Z [05-13|18:27:48.805] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1386042Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1386317Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1386476Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1386780Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1386946Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1387246Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1387618Z [05-13|18:27:48.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1388298Z [05-13|18:27:48.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1388666Z [05-13|18:27:48.806] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1388859Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1389039Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1389213Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1389389Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1389556Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1389721Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1390003Z [05-13|18:27:48.807] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1390470Z [05-13|18:27:48.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1390808Z [05-13|18:27:48.807] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1390978Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1391246Z [05-13|18:27:48.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1391705Z [05-13|18:27:48.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1392035Z [05-13|18:27:48.808] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1392212Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1392474Z [05-13|18:27:48.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1392925Z [05-13|18:27:48.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1393257Z [05-13|18:27:48.809] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1393425Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1393683Z [05-13|18:27:48.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1394140Z [05-13|18:27:48.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1394472Z [05-13|18:27:48.810] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1394768Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1395031Z [05-13|18:27:48.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1395487Z [05-13|18:27:48.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1395817Z [05-13|18:27:48.811] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1396297Z [05-13|18:27:48.811] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1396466Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1396698Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1396872Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1397180Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1397339Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1397629Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1397787Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1398221Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1398387Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1398665Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1398823Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1399097Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1399265Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1399566Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1399726Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1400008Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1400165Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1400442Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1400604Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1400897Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1401063Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1401201Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1401364Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1401640Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1401804Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1402083Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1402241Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1402514Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1402683Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1402979Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1403140Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1403438Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1403705Z [05-13|18:27:48.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1404166Z [05-13|18:27:48.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1404662Z [05-13|18:27:48.814] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1404824Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1405099Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1405266Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1405565Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1405725Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1406002Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1406264Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1406561Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1406725Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1406864Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1407022Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1407316Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1407482Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1407774Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1407933Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1408324Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1408595Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1408902Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1409065Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1409352Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1409513Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1409645Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1409813Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1410107Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1410267Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1410549Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1410709Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1411003Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1411172Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1411305Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1411469Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1411762Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1412036Z [05-13|18:27:48.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1412502Z [05-13|18:27:48.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1412664Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1412950Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1413110Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1413389Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1413559Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1413986Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1414253Z [05-13|18:27:48.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1414714Z [05-13|18:27:48.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1414877Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1415170Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1415334Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1415610Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1415770Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1416169Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1416335Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1416625Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1416785Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1416922Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1417079Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1417356Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1417627Z [05-13|18:27:48.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1418219Z [05-13|18:27:48.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1418560Z [05-13|18:27:48.818] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1418727Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1419000Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1419160Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1419460Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1419620Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1419899Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1420236Z [05-13|18:27:48.819] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1420559Z [05-13|18:27:48.819] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1420723Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1421004Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1421163Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1421437Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1421596Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1421899Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1422165Z [05-13|18:27:48.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1422617Z [05-13|18:27:48.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1422957Z [05-13|18:27:48.820] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1423243Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1423410Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1423582Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1423747Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1423911Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1424082Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1424344Z [05-13|18:27:48.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1424795Z [05-13|18:27:48.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1425229Z [05-13|18:27:48.821] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1425397Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1425661Z [05-13|18:27:48.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1426115Z [05-13|18:27:48.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1426439Z [05-13|18:27:48.822] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1426604Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1426870Z [05-13|18:27:48.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1427320Z [05-13|18:27:48.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1427658Z [05-13|18:27:48.823] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1427839Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1428338Z [05-13|18:27:48.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1428804Z [05-13|18:27:48.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1429143Z [05-13|18:27:48.824] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1429318Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1429581Z [05-13|18:27:48.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1430054Z [05-13|18:27:48.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1430389Z [05-13|18:27:48.825] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1430870Z [05-13|18:27:48.825] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1431039Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1431340Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1431502Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1431639Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1431797Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1432077Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1432237Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1432664Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1432823Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1433119Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1433282Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1433556Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1433712Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1433992Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1434150Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1434282Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1434446Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1434839Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1435003Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1435298Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1435467Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1435757Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1435921Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1436060Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1436221Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1436516Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1436681Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1436981Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1437252Z [05-13|18:27:48.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1437719Z [05-13|18:27:48.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1437881Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1438323Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1438494Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1438774Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1438935Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1439233Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1439402Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1439693Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1439855Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1440155Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1440324Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1440599Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1440765Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1441054Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1441246Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1441541Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1441699Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1441978Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1442257Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1442540Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1442700Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1442995Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1443269Z [05-13|18:27:48.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1443727Z [05-13|18:27:48.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1443887Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1444284Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1444450Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1444730Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1444894Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1445025Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1445184Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1445464Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1445623Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1445920Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1446187Z [05-13|18:27:48.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1446652Z [05-13|18:27:48.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1446814Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1447088Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1447252Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1447529Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1447689Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1447987Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1448479Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1448760Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1448930Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1449207Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1449368Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1449670Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1449830Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1450120Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1450280Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1450562Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1450722Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1450855Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1451020Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1451293Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1451456Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1451736Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1452026Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1452322Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1452486Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1452761Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1452924Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1453058Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1453223Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1453497Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1453768Z [05-13|18:27:48.832] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1454333Z [05-13|18:27:48.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1454604Z [05-13|18:27:48.832] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1455053Z [05-13|18:27:48.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1455226Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1455357Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1455516Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1455801Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1456141Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1456471Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1456806Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1457128Z [05-13|18:27:48.833] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1457451Z [05-13|18:27:48.834] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1457629Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1457797Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1457963Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1458266Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1458434Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1458598Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1458864Z [05-13|18:27:48.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1459355Z [05-13|18:27:48.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1459684Z [05-13|18:27:48.834] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1459851Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1460117Z [05-13|18:27:48.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1460570Z [05-13|18:27:48.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1460899Z [05-13|18:27:48.835] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1461187Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1461446Z [05-13|18:27:48.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1461897Z [05-13|18:27:48.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1462228Z [05-13|18:27:48.836] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1462394Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1462655Z [05-13|18:27:48.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1463207Z [05-13|18:27:48.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1463543Z [05-13|18:27:48.837] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1463711Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1463976Z [05-13|18:27:48.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1464435Z [05-13|18:27:48.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1464772Z [05-13|18:27:48.838] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1465259Z [05-13|18:27:48.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1465426Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1465706Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1465870Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1466169Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1466328Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1466628Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1466786Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1467059Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1467222Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1467518Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1467676Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1467962Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1468338Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1468629Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1468786Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1469089Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1469246Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1469379Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1469542Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1469839Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1470003Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1470286Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1470566Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1470699Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1470865Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1471142Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1471302Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1471596Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1471760Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1472052Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1472211Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1472610Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1472777Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1473068Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1473234Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1473511Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1473669Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1473949Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1474107Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1474380Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1474538Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1474840Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1475002Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1475138Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1475307Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1475441Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1475603Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1475884Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1476044Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1476175Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1476335Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1476635Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1476794Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1477068Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1477242Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1477540Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1477699Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1477996Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1478298Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1478593Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1478762Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1479059Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1479217Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1479514Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1479786Z [05-13|18:27:48.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1480414Z [05-13|18:27:48.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1480580Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1480878Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1481037Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1481310Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1481479Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1481757Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1486400Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1486916Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1487114Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1487410Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1487586Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1487891Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1488393Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1488842Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1489207Z [05-13|18:27:48.842] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1489379Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1489670Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1489846Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1490154Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1490317Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1490460Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1490619Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1490752Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1490918Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1491219Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1491499Z [05-13|18:27:48.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1491979Z [05-13|18:27:48.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1492314Z [05-13|18:27:48.843] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1492481Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1492763Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1493033Z [05-13|18:27:48.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1493488Z [05-13|18:27:48.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1493830Z [05-13|18:27:48.844] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1493992Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1494271Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1494670Z [05-13|18:27:48.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1495129Z [05-13|18:27:48.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1495453Z [05-13|18:27:48.845] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1495616Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1495896Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1496069Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1496234Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1496404Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1496674Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1496848Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1497122Z [05-13|18:27:48.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1497581Z [05-13|18:27:48.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1497918Z [05-13|18:27:48.846] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1498254Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1498531Z [05-13|18:27:48.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1498986Z [05-13|18:27:48.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1499322Z [05-13|18:27:48.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1499493Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1499761Z [05-13|18:27:48.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1500218Z [05-13|18:27:48.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1500545Z [05-13|18:27:48.847] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1500712Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1500977Z [05-13|18:27:48.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1501432Z [05-13|18:27:48.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1501762Z [05-13|18:27:48.848] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1501937Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1502195Z [05-13|18:27:48.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1502644Z [05-13|18:27:48.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1502816Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1503142Z [05-13|18:27:48.849] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1503404Z [05-13|18:27:48.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1503986Z [05-13|18:27:48.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1504317Z [05-13|18:27:48.850] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1504800Z [05-13|18:27:48.850] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1504972Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1505261Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1505423Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1505709Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1505968Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1506276Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1506437Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1506720Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1506879Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1507152Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1507315Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1507452Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1507609Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1507913Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1508281Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1508584Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1508753Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1509051Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1509212Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1509505Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1509675Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1509949Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1510113Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1510412Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1510575Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1510868Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1511038Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1511315Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1511475Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1511616Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1511776Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1512072Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1512233Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1512514Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1512679Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1512950Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1513121Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1513380Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1513544Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1513849Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1514014Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1514292Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1514460Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1514757Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1514917Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1515213Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1515380Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1515768Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1515936Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1516082Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1516243Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1516521Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1516688Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1516967Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1517132Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1517418Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1517580Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1517853Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1518013Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1518460Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1518621Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1518895Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1519061Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1519357Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1519518Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1519814Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1519973Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1520247Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1520413Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1520710Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1520870Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1521162Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1521330Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1521463Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1521623Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1521901Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1522063Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1522336Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1522498Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1522797Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1523191Z [05-13|18:27:48.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1523660Z [05-13|18:27:48.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1523995Z [05-13|18:27:48.855] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1524157Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1524299Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1524564Z [05-13|18:27:48.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1525117Z [05-13|18:27:48.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1525460Z [05-13|18:27:48.856] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1525625Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1525926Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1526086Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1526373Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1526532Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1526830Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1527003Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1527137Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1527304Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1527589Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1527757Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1528297Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1528599Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1528771Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1528937Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1529210Z [05-13|18:27:48.857] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1529685Z [05-13|18:27:48.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1530024Z [05-13|18:27:48.857] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1530197Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1530469Z [05-13|18:27:48.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1530922Z [05-13|18:27:48.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1531255Z [05-13|18:27:48.860] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1531426Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1531687Z [05-13|18:27:48.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1532136Z [05-13|18:27:48.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1532466Z [05-13|18:27:48.860] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1532766Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1533027Z [05-13|18:27:48.861] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1533481Z [05-13|18:27:48.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1533803Z [05-13|18:27:48.861] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1533971Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1534238Z [05-13|18:27:48.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1534785Z [05-13|18:27:48.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1535113Z [05-13|18:27:48.862] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1535288Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1535550Z [05-13|18:27:48.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1535997Z [05-13|18:27:48.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1536329Z [05-13|18:27:48.863] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1536498Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1536761Z [05-13|18:27:48.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1537213Z [05-13|18:27:48.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1537539Z [05-13|18:27:48.864] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1537707Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1537974Z [05-13|18:27:48.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1538566Z [05-13|18:27:48.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1538896Z [05-13|18:27:48.865] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1539384Z [05-13|18:27:48.865] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1539553Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1539689Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1539857Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1540160Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1540319Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1540459Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1540615Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1540917Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1541081Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1541365Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1541638Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1541912Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1542076Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1542350Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1542508Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1542809Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1542968Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1543103Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1543267Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1543561Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1543828Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1544116Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1544279Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1544579Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1544742Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1545044Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1545205Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1545481Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1545647Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1545919Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1546082Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1546380Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1546542Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1546678Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1546843Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1547135Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1547295Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1547583Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1547754Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1548029Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1548422Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1548744Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1548910Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1549189Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1549358Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1549634Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1549797Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1550097Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1550258Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1550531Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1550698Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1550977Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1551138Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1551538Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1551708Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1551989Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1552155Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1552433Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1552596Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1552895Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1553063Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1553336Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1553645Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1553931Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1554095Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1554392Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1554551Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1554850Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1555014Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1555305Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1555471Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1555744Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1555906Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1556205Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1556368Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1556657Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1556824Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1556960Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1557119Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1557251Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1557418Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1557694Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1557854Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1558289Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1558450Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1558745Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1558911Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1559231Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1559510Z [05-13|18:27:48.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1559986Z [05-13|18:27:48.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1560328Z [05-13|18:27:48.871] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1560493Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1560786Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1561175Z [05-13|18:27:48.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1561634Z [05-13|18:27:48.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1561973Z [05-13|18:27:48.872] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1562236Z [05-13|18:27:48.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1562690Z [05-13|18:27:48.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1563054Z [05-13|18:27:48.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1563509Z [05-13|18:27:48.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1563845Z [05-13|18:27:48.873] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1564174Z [05-13|18:27:48.873] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1564338Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1564619Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1564886Z [05-13|18:27:48.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1565342Z [05-13|18:27:48.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1565675Z [05-13|18:27:48.874] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1565844Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1565978Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1566147Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1566315Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1566486Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1566650Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1566814Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1566985Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1567247Z [05-13|18:27:48.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1567701Z [05-13|18:27:48.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1568255Z [05-13|18:27:48.875] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1568559Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1568830Z [05-13|18:27:48.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1569290Z [05-13|18:27:48.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1569616Z [05-13|18:27:48.876] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1569784Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1570054Z [05-13|18:27:48.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1570639Z [05-13|18:27:48.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1570968Z [05-13|18:27:48.877] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1571141Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1571401Z [05-13|18:27:48.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1571852Z [05-13|18:27:48.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1572285Z [05-13|18:27:48.878] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1572460Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1572723Z [05-13|18:27:48.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1573186Z [05-13|18:27:48.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1573516Z [05-13|18:27:48.878] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1573994Z [05-13|18:27:48.879] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1574163Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1574297Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1574458Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1574767Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1574928Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1575059Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1575216Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1575500Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1575656Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1575933Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1576100Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1576230Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1576385Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1576664Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1576824Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1576958Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1577120Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1577422Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1577580Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1577853Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1578024Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1578444Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1578606Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1578917Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1579080Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1579376Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1579667Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1579941Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1580100Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1580399Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1580560Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1580835Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1580996Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1581275Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1581437Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1581826Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1581999Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1582295Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1582454Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1582733Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1582893Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1583168Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1583334Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1583466Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1583624Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1583918Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1584087Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1584379Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1584540Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1584820Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1584979Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1585254Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1585421Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1585716Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1585877Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1586158Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1586321Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1586614Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1586779Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1587075Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1587236Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1587531Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1587696Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1587970Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1588342Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1588642Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1588805Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1589085Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1589372Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1589651Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1589813Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1590084Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1590249Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1590522Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1590685Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1590989Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1591149Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1591519Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1591691Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1591988Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1592149Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1592449Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1592609Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1592903Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1593070Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1593361Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1593520Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1593654Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1593820Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1594097Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1594257Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1594552Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1594819Z [05-13|18:27:48.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1595281Z [05-13|18:27:48.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1595620Z [05-13|18:27:48.885] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1595780Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1595916Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1596094Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1596264Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1596529Z [05-13|18:27:48.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1596986Z [05-13|18:27:48.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1597318Z [05-13|18:27:48.886] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1597486Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1597753Z [05-13|18:27:48.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1598336Z [05-13|18:27:48.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1598797Z [05-13|18:27:48.887] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1598976Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1599241Z [05-13|18:27:48.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1599699Z [05-13|18:27:48.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1600033Z [05-13|18:27:48.888] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1600202Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1600463Z [05-13|18:27:48.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1601025Z [05-13|18:27:48.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1601198Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1601527Z [05-13|18:27:48.888] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1601787Z [05-13|18:27:48.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1602239Z [05-13|18:27:48.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1602565Z [05-13|18:27:48.889] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1602737Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1602999Z [05-13|18:27:48.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1603452Z [05-13|18:27:48.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1603779Z [05-13|18:27:48.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1603946Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1604205Z [05-13|18:27:48.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1604652Z [05-13|18:27:48.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1604987Z [05-13|18:27:48.891] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1605153Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1605416Z [05-13|18:27:48.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1605871Z [05-13|18:27:48.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1606198Z [05-13|18:27:48.892] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1606365Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1606629Z [05-13|18:27:48.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1607085Z [05-13|18:27:48.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1607417Z [05-13|18:27:48.893] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1607981Z [05-13|18:27:48.893] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1608262Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1608547Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1608715Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1609015Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1609177Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1609477Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1609741Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1610035Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1610203Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1610337Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1610495Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1610790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1610946Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1611242Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1611399Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1611696Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1611960Z [05-13|18:27:48.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1612416Z [05-13|18:27:48.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1612584Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1612864Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1613021Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1613300Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1613464Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1613737Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1613904Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1614199Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1614365Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1614667Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1614832Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1615119Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1615284Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1615562Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1615722Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1615855Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1616021Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1616295Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1616456Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1616595Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1616755Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1617014Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1617177Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1617446Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1617609Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1617879Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1618157Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1618453Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1618612Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1618893Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1619158Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1619455Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1619627Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1619900Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1620059Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1620360Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1620624Z [05-13|18:27:48.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1621079Z [05-13|18:27:48.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1621244Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1621523Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1621682Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1621980Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1622146Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1622438Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1622599Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1622896Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1623056Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1623345Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1623510Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1623641Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1623803Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1624105Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1624368Z [05-13|18:27:48.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1624825Z [05-13|18:27:48.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1624990Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1625288Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1625451Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1625730Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1625898Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1626175Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1626450Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1626750Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1626911Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1627185Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1627455Z [05-13|18:27:48.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1627908Z [05-13|18:27:48.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1628285Z [05-13|18:27:48.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1628905Z [05-13|18:27:48.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1629075Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1629352Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1629619Z [05-13|18:27:48.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1630071Z [05-13|18:27:48.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1630332Z [05-13|18:27:48.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1630786Z [05-13|18:27:48.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1630950Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1631229Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1631399Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1631672Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1631834Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1632114Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1632450Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1632777Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1633108Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1633274Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1633410Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1633569Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1633848Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1634171Z [05-13|18:27:48.904] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1634496Z [05-13|18:27:48.905] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1634821Z [05-13|18:27:48.905] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1635143Z [05-13|18:27:48.905] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1635307Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1635589Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1635961Z [05-13|18:27:48.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1636416Z [05-13|18:27:48.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1636749Z [05-13|18:27:48.906] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1636911Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1637211Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1637378Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1637511Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1637751Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1637932Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1638214Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1638379Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1638544Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1638714Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1638886Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1639049Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1639219Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1639485Z [05-13|18:27:48.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1639945Z [05-13|18:27:48.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1640288Z [05-13|18:27:48.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1640460Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1640725Z [05-13|18:27:48.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1641191Z [05-13|18:27:48.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1641521Z [05-13|18:27:48.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1642002Z [05-13|18:27:48.908] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1642175Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1642456Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1642621Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1642900Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1643058Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1643336Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1643499Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1643801Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1643960Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1644232Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1644397Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1644531Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1644688Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1645105Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1645265Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1645555Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1645718Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1645850Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1646007Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1646281Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1646445Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1646737Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1647005Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1647306Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1647470Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1647741Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1647905Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1648317Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1648479Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1648758Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1648918Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1649189Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1649354Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1649630Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1649795Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1650098Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1650268Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1650560Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1650721Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1650999Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1651157Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1651428Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1651607Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1651903Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1652066Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1652345Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1652504Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1652775Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1652936Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1653076Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1653235Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1653367Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1653531Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1653804Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1653965Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1654266Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1654541Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1654834Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1655001Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1655291Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1655451Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1655726Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1655893Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1656166Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1656326Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1656703Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1656869Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1657001Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1657165Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1657461Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1657729Z [05-13|18:27:48.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1658314Z [05-13|18:27:48.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1658479Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1658756Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1658926Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1659085Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1659251Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1659549Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1659818Z [05-13|18:27:48.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1660271Z [05-13|18:27:48.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1660531Z [05-13|18:27:48.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1660989Z [05-13|18:27:48.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1661154Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1661450Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1661625Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1661916Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1662076Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1662372Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1662634Z [05-13|18:27:48.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.1663086Z [05-13|18:27:48.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1663253Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1663548Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1663927Z [05-13|18:27:48.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1664383Z [05-13|18:27:48.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1664542Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1664836Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1665001Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1665275Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1665613Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1666054Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1666388Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1666710Z [05-13|18:27:48.916] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1666873Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1667166Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1667428Z [05-13|18:27:48.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1667882Z [05-13|18:27:48.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1668162Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1668452Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1668785Z [05-13|18:27:48.917] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1669115Z [05-13|18:27:48.917] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1669277Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1669410Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1669586Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1669753Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1669916Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1670087Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1670251Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1670418Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1670589Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1670851Z [05-13|18:27:48.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1671304Z [05-13|18:27:48.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1671631Z [05-13|18:27:48.918] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1671797Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1672055Z [05-13|18:27:48.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1672515Z [05-13|18:27:48.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1672680Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1673119Z [05-13|18:27:48.919] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1673386Z [05-13|18:27:48.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1673834Z [05-13|18:27:48.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1674162Z [05-13|18:27:48.920] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1674333Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1674592Z [05-13|18:27:48.920] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1675144Z [05-13|18:27:48.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1675485Z [05-13|18:27:48.921] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1675960Z [05-13|18:27:48.921] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1676124Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1676434Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1676596Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1676889Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1677049Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1677349Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1677510Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1677787Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1677951Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1678372Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1678531Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1678820Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1678981Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1679260Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1679424Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1679698Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1679856Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1680136Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1680302Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1680435Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1680596Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1680735Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1680895Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1681168Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1681335Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1681607Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1681767Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1682072Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1682350Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1682623Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1682785Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1683083Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1683245Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1683521Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1683687Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1683820Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1683978Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1684120Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1684378Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1684681Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1684843Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1685141Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1685301Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1685595Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1685759Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1685890Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1686048Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1686346Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1686507Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1686799Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1686966Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1687242Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1687402Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1687694Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1687862Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1688286Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1688453Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1688763Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1688922Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1689198Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1689365Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1689638Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1689796Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1690072Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1690231Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1690523Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1690688Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1690961Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1691121Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1691417Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1691583Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1691840Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1691999Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1692293Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1692453Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1692749Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1692913Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1693204Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1693362Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1693660Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1694029Z [05-13|18:27:48.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1694493Z [05-13|18:27:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1694838Z [05-13|18:27:48.925] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1695001Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1695279Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1695438Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1695716Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1695874Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1696146Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1696312Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1696446Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1696603Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1696881Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1697146Z [05-13|18:27:48.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1697602Z [05-13|18:27:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1697939Z [05-13|18:27:48.926] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1698316Z [05-13|18:27:48.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1698771Z [05-13|18:27:48.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1699112Z [05-13|18:27:48.927] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1699276Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1699550Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1699718Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1700016Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1700274Z [05-13|18:27:48.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1700731Z [05-13|18:27:48.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1701058Z [05-13|18:27:48.928] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1701388Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1701559Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1701724Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1701888Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1702054Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1702322Z [05-13|18:27:48.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1702775Z [05-13|18:27:48.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1703209Z [05-13|18:27:48.929] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1703391Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1703656Z [05-13|18:27:48.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1704110Z [05-13|18:27:48.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1704444Z [05-13|18:27:48.930] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1704610Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1704870Z [05-13|18:27:48.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1705330Z [05-13|18:27:48.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1705657Z [05-13|18:27:48.931] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1705828Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1706091Z [05-13|18:27:48.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1706539Z [05-13|18:27:48.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1706865Z [05-13|18:27:48.932] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1707036Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1707296Z [05-13|18:27:48.932] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1707748Z [05-13|18:27:48.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1708202Z [05-13|18:27:48.933] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1708371Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1708628Z [05-13|18:27:48.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1709088Z [05-13|18:27:48.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1709415Z [05-13|18:27:48.933] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1709894Z [05-13|18:27:48.934] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1710174Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1710480Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1710644Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1710783Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1710943Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1711228Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1711392Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1711689Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1711847Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1712144Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1712414Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1712553Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1712710Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1713008Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1713167Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1713444Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1713606Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1713882Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1714040Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1714339Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1714503Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1714637Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1714800Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1715081Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1715241Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1715515Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1715683Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1715955Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1716114Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1716393Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1716551Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1716846Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1717009Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1717285Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1717444Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1717715Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1717888Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1718302Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1718466Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1718766Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1718924Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1719214Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1719383Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1719628Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1719788Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1720083Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1720242Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1720519Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1720678Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1720975Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1721133Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1721408Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1721572Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1721961Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1722126Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1722403Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1722563Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1722861Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1723025Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1723316Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1723476Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1723772Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1724041Z [05-13|18:27:48.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1724499Z [05-13|18:27:48.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1724842Z [05-13|18:27:48.938] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1725008Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1725288Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1725448Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1725731Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1725890Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1726165Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1726333Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1726627Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1726791Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1726930Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1727089Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1727222Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1727381Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1727664Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1727822Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1728241Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1728513Z [05-13|18:27:48.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1728970Z [05-13|18:27:48.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1729412Z [05-13|18:27:48.939] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1729581Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1729712Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1729873Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1730153Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1730312Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1730583Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1730748Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1731120Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1731284Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1731587Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1731747Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1732018Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1732177Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1732479Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1732742Z [05-13|18:27:48.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1733197Z [05-13|18:27:48.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1733539Z [05-13|18:27:48.941] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1733704Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1734001Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1734176Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1734345Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1734515Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1734690Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1734956Z [05-13|18:27:48.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1735411Z [05-13|18:27:48.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1735744Z [05-13|18:27:48.942] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1735913Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1736176Z [05-13|18:27:48.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1736628Z [05-13|18:27:48.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1736960Z [05-13|18:27:48.943] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1737127Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1737393Z [05-13|18:27:48.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1737845Z [05-13|18:27:48.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1738365Z [05-13|18:27:48.944] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1738541Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1738797Z [05-13|18:27:48.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1739248Z [05-13|18:27:48.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1739575Z [05-13|18:27:48.945] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1739743Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1740001Z [05-13|18:27:48.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1740560Z [05-13|18:27:48.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1740894Z [05-13|18:27:48.946] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1741061Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1741323Z [05-13|18:27:48.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1741769Z [05-13|18:27:48.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1742096Z [05-13|18:27:48.947] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1742268Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1742528Z [05-13|18:27:48.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1742992Z [05-13|18:27:48.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1743326Z [05-13|18:27:48.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1743800Z [05-13|18:27:48.948] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1743962Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1744243Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1744403Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1744682Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1744844Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1745151Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1745310Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1745442Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1745604Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1745901Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1746059Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1746359Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1746517Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1746794Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1746962Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1747239Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1747508Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1747639Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1747806Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1748213Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1748379Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1748679Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1748840Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1749132Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1749297Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1749676Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1749842Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1750121Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1750280Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1750573Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1750732Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1751010Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1751171Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1751446Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1751609Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1751884Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1752048Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1752329Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1752488Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1752621Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1752786Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1753058Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1753219Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1753516Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1753681Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1753973Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1754135Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1754412Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1754574Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1754707Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1754873Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1755166Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1755326Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1755624Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1755889Z [05-13|18:27:48.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1756349Z [05-13|18:27:48.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1756691Z [05-13|18:27:48.952] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1756967Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1757246Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1757406Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1757683Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1757846Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1758259Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1758532Z [05-13|18:27:48.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1759120Z [05-13|18:27:48.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1759290Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1759597Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1759861Z [05-13|18:27:48.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1760312Z [05-13|18:27:48.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1760484Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1760765Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1760925Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1761204Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1761367Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1761503Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1761667Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1761962Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1762122Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1762412Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1762579Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1762853Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1763013Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1763316Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1763475Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1763748Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1763919Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1764193Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1764526Z [05-13|18:27:48.955] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1764857Z [05-13|18:27:48.955] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1765016Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1765314Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1765479Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1765611Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1765770Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1766068Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1766344Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1766633Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1766792Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1766931Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1767193Z [05-13|18:27:48.955] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1767648Z [05-13|18:27:48.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1767980Z [05-13|18:27:48.956] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1768361Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1768646Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1768814Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1769110Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1769279Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1769451Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1769616Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1769780Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1769942Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1770211Z [05-13|18:27:48.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1770673Z [05-13|18:27:48.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1771005Z [05-13|18:27:48.957] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1771176Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1771437Z [05-13|18:27:48.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1771888Z [05-13|18:27:48.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1772219Z [05-13|18:27:48.958] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1772385Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1772647Z [05-13|18:27:48.959] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1773103Z [05-13|18:27:48.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1773431Z [05-13|18:27:48.959] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1773595Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1773858Z [05-13|18:27:48.959] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1774311Z [05-13|18:27:48.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1774638Z [05-13|18:27:48.960] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1774810Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1775069Z [05-13|18:27:48.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1775669Z [05-13|18:27:48.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1776000Z [05-13|18:27:48.961] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1776168Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1776423Z [05-13|18:27:48.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1776881Z [05-13|18:27:48.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1777280Z [05-13|18:27:48.961] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1777757Z [05-13|18:27:48.962] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1777928Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1778347Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1778509Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1778794Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1778952Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1779227Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1779392Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1779669Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1779828Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1780111Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1780270Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1780543Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1780700Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1781003Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1781162Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1781437Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1781599Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1781732Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1781888Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1782167Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1782337Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1782631Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1782799Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1782931Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1783090Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1783362Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1783529Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1783803Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1783963Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1784249Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1784414Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1784825Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1784994Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1785286Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1785446Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1785726Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1785886Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1786180Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1786341Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1786480Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1786736Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1787034Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1787204Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1787479Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1787636Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1787939Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1788217Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1788499Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1788669Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1788964Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1789124Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1789417Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1789586Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1789876Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1790036Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1790318Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1790478Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1790770Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1790933Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1791064Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1791225Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1791522Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1791683Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1791960Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1792119Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1792397Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1792556Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1792851Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1793016Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1793146Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1793305Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1793599Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1793762Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1794054Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1794335Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1794609Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1794770Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1794903Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1795067Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1795359Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1795522Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1795821Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1796087Z [05-13|18:27:48.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1796640Z [05-13|18:27:48.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1796986Z [05-13|18:27:48.967] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1797148Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1797427Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1797593Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1797725Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1797885Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1798306Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1798468Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1798746Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1799017Z [05-13|18:27:48.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1799480Z [05-13|18:27:48.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1799816Z [05-13|18:27:48.969] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1799979Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1800268Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1800428Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1800725Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1800997Z [05-13|18:27:48.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1801572Z [05-13|18:27:48.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1801989Z [05-13|18:27:48.970] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1802168Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1802336Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1802500Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1802673Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1802934Z [05-13|18:27:48.970] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1803391Z [05-13|18:27:48.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1803843Z [05-13|18:27:48.971] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1804009Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1804269Z [05-13|18:27:48.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1804724Z [05-13|18:27:48.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1805055Z [05-13|18:27:48.971] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1805312Z [05-13|18:27:48.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1805863Z [05-13|18:27:48.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1806038Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1806379Z [05-13|18:27:48.972] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1806552Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1806811Z [05-13|18:27:48.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1807265Z [05-13|18:27:48.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1807437Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1807760Z [05-13|18:27:48.973] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1808023Z [05-13|18:27:48.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1808613Z [05-13|18:27:48.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1808941Z [05-13|18:27:48.974] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1809116Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1809380Z [05-13|18:27:48.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1809831Z [05-13|18:27:48.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1810163Z [05-13|18:27:48.975] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1810340Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1810598Z [05-13|18:27:48.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1811054Z [05-13|18:27:48.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1811390Z [05-13|18:27:48.976] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1811863Z [05-13|18:27:48.976] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1812027Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1812164Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1812328Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1812605Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1812884Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1813017Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1813176Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1813476Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1813640Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1813775Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1813931Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1814213Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1814371Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1814742Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1814908Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1815211Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1815366Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1815640Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1815804Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1816075Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1816237Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1816538Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1816699Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1816995Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1817163Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1817439Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1817599Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1817899Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1818169Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1818464Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1818624Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1818902Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1819068Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1819341Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1819511Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1819806Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1819969Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1820248Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1820408Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1820686Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1820850Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1821144Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1821305Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1821589Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1821752Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1822047Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1822320Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1822617Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1822778Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1823053Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1823221Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1823355Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1823514Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1823818Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1823977Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1824368Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1824536Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1824831Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1824992Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1825267Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1825431Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1825702Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1825862Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1826143Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1826302Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1826575Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1826742Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1826877Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1827036Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1827315Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1827475Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1827747Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1827906Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1828305Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1828469Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1828767Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1828934Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1829217Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1829379Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1829520Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1829680Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1829978Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1830256Z [05-13|18:27:48.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1830718Z [05-13|18:27:48.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1831058Z [05-13|18:27:48.981] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1831230Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1831534Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1831809Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1832099Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1832371Z [05-13|18:27:48.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1832823Z [05-13|18:27:48.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1833154Z [05-13|18:27:48.982] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1833323Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1833619Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1833882Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1834184Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1834450Z [05-13|18:27:48.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1834904Z [05-13|18:27:48.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1835243Z [05-13|18:27:48.983] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1835504Z [05-13|18:27:48.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1835952Z [05-13|18:27:48.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1836288Z [05-13|18:27:48.984] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1836453Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1836586Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1836852Z [05-13|18:27:48.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1837305Z [05-13|18:27:48.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1837631Z [05-13|18:27:48.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1837798Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1838207Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1838384Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1838561Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1838726Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1838892Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1839068Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1839232Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1839496Z [05-13|18:27:48.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1839950Z [05-13|18:27:48.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1840281Z [05-13|18:27:48.986] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1840449Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1840709Z [05-13|18:27:48.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1841280Z [05-13|18:27:48.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1841606Z [05-13|18:27:48.987] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1841774Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1842038Z [05-13|18:27:48.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1842489Z [05-13|18:27:48.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1842955Z [05-13|18:27:48.989] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1843133Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1843391Z [05-13|18:27:48.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1843839Z [05-13|18:27:48.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1844173Z [05-13|18:27:48.990] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1844339Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1844597Z [05-13|18:27:48.991] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1845061Z [05-13|18:27:48.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1845392Z [05-13|18:27:48.991] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1845874Z [05-13|18:27:48.991] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1846041Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1846322Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1846482Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1846784Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1846941Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1847233Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1847399Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1847676Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1847835Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1848249Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1848515Z [05-13|18:27:48.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1848970Z [05-13|18:27:48.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1849133Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1849266Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1849430Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1849728Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1849895Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1850141Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1850298Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1850583Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1850742Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1851020Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1851188Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1851469Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1851635Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1851917Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1852078Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1852473Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1852641Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1852943Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1853103Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1853377Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1853542Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1853812Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1853972Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1854250Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1854589Z [05-13|18:27:48.994] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1854752Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1854889Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1855048Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1855343Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1855510Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1855806Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1855965Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1856259Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1856426Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1856701Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1856864Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1857145Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1857308Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1857601Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1857769Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1858174Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1858337Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1858618Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1858780Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1859109Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1859271Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1859571Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1859845Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1860138Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1860305Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1860580Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1860742Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1861046Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1861206Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1861497Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1861663Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1861897Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1862063Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1862339Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1862507Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1862643Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1862800Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1863098Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1863257Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1863532Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1863700Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1863970Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1864240Z [05-13|18:27:48.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1864714Z [05-13|18:27:48.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1865052Z [05-13|18:27:48.997] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1865214Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1865499Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1865662Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1865955Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1866114Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1866419Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1866580Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1866714Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1866878Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1867007Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1867167Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1867448Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1867608Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1867898Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1868180Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1868461Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1868620Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1868897Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1869288Z [05-13|18:27:48.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1869745Z [05-13|18:27:48.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1870075Z [05-13|18:27:48.998] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1870251Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1870420Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1870586Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1870756Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1871120Z [05-13|18:27:48.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1871576Z [05-13|18:27:48.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1871912Z [05-13|18:27:48.999] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1872077Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1872336Z [05-13|18:27:49.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1872791Z [05-13|18:27:49.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1873118Z [05-13|18:27:49.000] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1873287Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1873552Z [05-13|18:27:49.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1874005Z [05-13|18:27:49.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1874172Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1874502Z [05-13|18:27:49.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1874762Z [05-13|18:27:49.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1875212Z [05-13|18:27:49.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1875547Z [05-13|18:27:49.002] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1875717Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1875976Z [05-13|18:27:49.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1876429Z [05-13|18:27:49.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1876753Z [05-13|18:27:49.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1876921Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1877186Z [05-13|18:27:49.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1877640Z [05-13|18:27:49.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1877886Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1878333Z [05-13|18:27:49.003] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1878595Z [05-13|18:27:49.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1879060Z [05-13|18:27:49.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1879397Z [05-13|18:27:49.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1879874Z [05-13|18:27:49.004] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1880141Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1880449Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1880610Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1884037Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1884255Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1884579Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1884749Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1885038Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1885208Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1885508Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1885668Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1885818Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1885982Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1886116Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1886286Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1886585Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1886745Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1887049Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1887210Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1887491Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1887658Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1887964Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1888321Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1888622Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1888791Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1889076Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1889244Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1889383Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1889542Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1889817Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1889979Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1890251Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1890412Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1890548Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1890871Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1891171Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1891330Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1891630Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1891907Z [05-13|18:27:49.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1892377Z [05-13|18:27:49.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1892544Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1892841Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1893100Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1893389Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1893551Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1893825Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1893989Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1894258Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1894417Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1894714Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1894879Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1895169Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1895332Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1895469Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1895633Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1895925Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1896198Z [05-13|18:27:49.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1896660Z [05-13|18:27:49.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1896823Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1897109Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1897372Z [05-13|18:27:49.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1897830Z [05-13|18:27:49.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1898426Z [05-13|18:27:49.009] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1898597Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1898896Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1899063Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1899348Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1899506Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1899802Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1899970Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1900248Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1900534Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1900831Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1900992Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1901266Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1901432Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1901707Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1901868Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1902146Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1902307Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1902583Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1902844Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1903127Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1903288Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1903421Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1903585Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1903881Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1904040Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1904178Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1904338Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1904612Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1904883Z [05-13|18:27:49.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1905344Z [05-13|18:27:49.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1905509Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1905811Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1905971Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1906266Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1906531Z [05-13|18:27:49.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1906988Z [05-13|18:27:49.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1907147Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1907424Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1907696Z [05-13|18:27:49.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1908286Z [05-13|18:27:49.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1908551Z [05-13|18:27:49.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1909006Z [05-13|18:27:49.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1909176Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1909477Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1909648Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1910037Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1910370Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1910702Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1911023Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1911348Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1911675Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1912091Z [05-13|18:27:49.015] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1912272Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1912444Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1912609Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1912774Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1912945Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1913109Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1913274Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1913438Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1913707Z [05-13|18:27:49.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1914164Z [05-13|18:27:49.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1914332Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1914666Z [05-13|18:27:49.016] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1914927Z [05-13|18:27:49.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1915377Z [05-13|18:27:49.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1915712Z [05-13|18:27:49.017] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1915879Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1916138Z [05-13|18:27:49.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1916602Z [05-13|18:27:49.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1916932Z [05-13|18:27:49.018] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1917411Z [05-13|18:27:49.018] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1917582Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1917882Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1918159Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1918465Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1918626Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1918918Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1919203Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1919496Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1919654Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1919939Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1920098Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1920391Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1920553Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1920827Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1920983Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1921401Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1921572Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1921866Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1922023Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1922322Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1922485Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1922757Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1922925Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1923059Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1923220Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1923357Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1923521Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1923811Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1923975Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1924251Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1924411Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1924541Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1924709Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1924985Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1925146Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1925429Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1925588Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1925863Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1926024Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1926322Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1926481Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1926773Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1926943Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1927236Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1927502Z [05-13|18:27:49.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1927967Z [05-13|18:27:49.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1928424Z [05-13|18:27:49.022] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1928698Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1928838Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1928996Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1929282Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1929448Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1929745Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1929905Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1930202Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1930361Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1930740Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1930905Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1931045Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1931205Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1931479Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1931644Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1931943Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1932101Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1932240Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1932398Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1932675Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1932833Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1932974Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1933136Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1933409Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1933681Z [05-13|18:27:49.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1934142Z [05-13|18:27:49.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1934303Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1934585Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1934746Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1935019Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1935360Z [05-13|18:27:49.024] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1935526Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1935806Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1935971Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1936269Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1936430Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1936728Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1936889Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1937163Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1937324Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1937622Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1937866Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1938257Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1938424Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1938719Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1938878Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1939154Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1939321Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1939590Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1939757Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1940159Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1940432Z [05-13|18:27:49.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1940893Z [05-13|18:27:49.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1941226Z [05-13|18:27:49.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1941388Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1941684Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1941953Z [05-13|18:27:49.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1942407Z [05-13|18:27:49.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1942739Z [05-13|18:27:49.027] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1942909Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1943078Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1943243Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1943414Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1943582Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1943843Z [05-13|18:27:49.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1944300Z [05-13|18:27:49.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1944633Z [05-13|18:27:49.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1944802Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1945068Z [05-13|18:27:49.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1945517Z [05-13|18:27:49.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1945843Z [05-13|18:27:49.028] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1946017Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1946275Z [05-13|18:27:49.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1946726Z [05-13|18:27:49.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1947170Z [05-13|18:27:49.029] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1947337Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1947596Z [05-13|18:27:49.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1948159Z [05-13|18:27:49.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1948493Z [05-13|18:27:49.030] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1948659Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1948926Z [05-13|18:27:49.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1949494Z [05-13|18:27:49.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1949827Z [05-13|18:27:49.031] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1950002Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1950263Z [05-13|18:27:49.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1950722Z [05-13|18:27:49.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1951056Z [05-13|18:27:49.032] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1951536Z [05-13|18:27:49.032] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1951701Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1951988Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1952146Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1952446Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.1952610Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1952906Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1953065Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1953344Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1953504Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1953805Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1953966Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1954247Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1954406Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1954699Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1954864Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1955154Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.1955312Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1955452Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.1955609Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1955886Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1956054Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1956463Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1956623Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1956894Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1957062Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1957194Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.1957357Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1957657Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.1957816Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1958224Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.1958392Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1958774Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1958940Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1959267Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1959439Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1959712Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1959871Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1960152Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1960314Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1960589Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1960756Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1961030Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1961194Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1961494Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1961654Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1961946Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1962120Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1962415Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.1962576Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1962853Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1963018Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1963161Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1963323Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1963606Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1963769Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1964062Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.1964225Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1964514Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1964673Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.1964952Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1965111Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.1965383Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1965546Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.1965824Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1966098Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.1966394Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1966666Z [05-13|18:27:49.037] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1967124Z [05-13|18:27:49.037] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1967457Z [05-13|18:27:49.037] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.1967625Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.1967757Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.1967987Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.1968422Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.1968584Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.1968876Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.1969042Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.1969173Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.1969439Z [05-13|18:27:49.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.1969896Z [05-13|18:27:49.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1970235Z [05-13|18:27:49.039] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.1970399Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.1970680Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1970845Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.1970976Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1971135Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.1971438Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.1971701Z [05-13|18:27:49.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.1972154Z [05-13|18:27:49.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1972321Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.1972598Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1972761Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.1973040Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1973199Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.1973494Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1973763Z [05-13|18:27:49.041] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.1974215Z [05-13|18:27:49.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1974376Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.1974514Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.1974778Z [05-13|18:27:49.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.1975231Z [05-13|18:27:49.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1975504Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.1975807Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.1976067Z [05-13|18:27:49.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.1976518Z [05-13|18:27:49.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1976683Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.1976964Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1977222Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.1977508Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1977843Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.1978283Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.1978616Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.1978938Z [05-13|18:27:49.044] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.1979108Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.1979279Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.1979451Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.1979617Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.1979838Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.1980133Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.1980442Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.1980761Z [05-13|18:27:49.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.1981368Z [05-13|18:27:49.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.1981699Z [05-13|18:27:49.045] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.1981875Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.1982139Z [05-13|18:27:49.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.1982596Z [05-13|18:27:49.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.1982933Z [05-13|18:27:49.046] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.1983102Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.1983365Z [05-13|18:27:49.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.1983820Z [05-13|18:27:49.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1984147Z [05-13|18:27:49.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.1984313Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.1984576Z [05-13|18:27:49.047] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.1985181Z [05-13|18:27:49.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.1985512Z [05-13|18:27:49.048] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.1985993Z [05-13|18:27:49.048] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.1986157Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.1986455Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.1986618Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.1987023Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.1987191Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.1987486Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.1987654Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.1987930Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1988234Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.1988538Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.1988698Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.1988974Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1989137Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.1989411Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1989572Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.1989843Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.1990004Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.1990294Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.1990453Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.1990734Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.1990896Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.1991167Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.1991331Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.1991624Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.1991785Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.1992066Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1992228Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.1992502Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1992667Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.1992959Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.1993117Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.1993405Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.1993571Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.1993846Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1994012Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.1994289Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.1994608Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.1994900Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.1995064Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.1995341Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.1995500Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.1995801Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.1996065Z [05-13|18:27:49.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.1996621Z [05-13|18:27:49.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.1996794Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.1997073Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.1997234Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.1997510Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.1997681Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.1997815Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.1997976Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.1998366Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.1998525Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.1998658Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.1998821Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.1999098Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.1999260Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.1999539Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.1999703Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.1999974Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2000307Z [05-13|18:27:49.052] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2000475Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2000773Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2000933Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2001071Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2001233Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2001529Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2001693Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2001988Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2002147Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2002427Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2002588Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2002880Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2003039Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2003318Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2003480Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2003771Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2004052Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2004324Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2004485Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2004622Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2004783Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2004916Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2005076Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2005212Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2005373Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2005665Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2005927Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2006224Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2006383Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2006679Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2006837Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2007129Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2007293Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2007429Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2007695Z [05-13|18:27:49.053] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2008282Z [05-13|18:27:49.053] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2008621Z [05-13|18:27:49.054] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2008782Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2009085Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2009356Z [05-13|18:27:49.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2009810Z [05-13|18:27:49.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2010142Z [05-13|18:27:49.055] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2010309Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2010478Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2010645Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2010820Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2011086Z [05-13|18:27:49.055] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2011546Z [05-13|18:27:49.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2011879Z [05-13|18:27:49.056] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2012044Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2012306Z [05-13|18:27:49.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2012773Z [05-13|18:27:49.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2013215Z [05-13|18:27:49.056] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2013381Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2013647Z [05-13|18:27:49.057] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2014096Z [05-13|18:27:49.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2014420Z [05-13|18:27:49.057] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2014590Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2014944Z [05-13|18:27:49.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2015398Z [05-13|18:27:49.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2015730Z [05-13|18:27:49.058] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2015900Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2016163Z [05-13|18:27:49.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2016623Z [05-13|18:27:49.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2016955Z [05-13|18:27:49.059] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2017125Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2017391Z [05-13|18:27:49.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2017843Z [05-13|18:27:49.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2018283Z [05-13|18:27:49.060] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2018458Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2018717Z [05-13|18:27:49.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2019172Z [05-13|18:27:49.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2019518Z [05-13|18:27:49.061] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2019997Z [05-13|18:27:49.061] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2020159Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2020463Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2020621Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2020902Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2021064Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2021358Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2021515Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2021801Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2021959Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2022206Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2022363Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2022659Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2022816Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2023091Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2023252Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2023547Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2023704Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2024003Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2024271Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2024551Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2024723Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2024996Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2025157Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2025450Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2025618Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2025908Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2026071Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2026209Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2026369Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2026664Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2026834Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2027125Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2027285Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2027565Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2027725Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2028016Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2028310Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2028609Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2028768Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2029062Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2029346Z [05-13|18:27:49.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2029803Z [05-13|18:27:49.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2029962Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2030262Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2030422Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2030700Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2030871Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2031161Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2031323Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2031620Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2031896Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2032171Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2032331Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2032610Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2032769Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2033040Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2033206Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2033497Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2033862Z [05-13|18:27:49.065] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2034330Z [05-13|18:27:49.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2034491Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2034762Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2034928Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2035224Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2035384Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2035661Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2035823Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2036093Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2036258Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2036394Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2036554Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2036851Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2037016Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2037148Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2037303Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2037597Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2037757Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2037892Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2038169Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2038454Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2038616Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2038891Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2039056Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2039331Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2039504Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2039643Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2039812Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2039949Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2040113Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2040390Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2040549Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2040824Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2041101Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2041400Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2041664Z [05-13|18:27:49.067] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2042124Z [05-13|18:27:49.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2042285Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2042560Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2042899Z [05-13|18:27:49.068] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2043323Z [05-13|18:27:49.068] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2043656Z [05-13|18:27:49.068] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2043821Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2044095Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2044262Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2044433Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2044598Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2044761Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2045033Z [05-13|18:27:49.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2045491Z [05-13|18:27:49.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2045817Z [05-13|18:27:49.069] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2045987Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2046249Z [05-13|18:27:49.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2046698Z [05-13|18:27:49.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2046871Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2047201Z [05-13|18:27:49.070] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2047464Z [05-13|18:27:49.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2047921Z [05-13|18:27:49.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2048365Z [05-13|18:27:49.070] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2048536Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2048808Z [05-13|18:27:49.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2049267Z [05-13|18:27:49.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2049590Z [05-13|18:27:49.071] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2049773Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2050033Z [05-13|18:27:49.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2050599Z [05-13|18:27:49.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2050932Z [05-13|18:27:49.072] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2051100Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2051362Z [05-13|18:27:49.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2051817Z [05-13|18:27:49.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2052242Z [05-13|18:27:49.073] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2052413Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2052677Z [05-13|18:27:49.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2053132Z [05-13|18:27:49.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2053461Z [05-13|18:27:49.074] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2053940Z [05-13|18:27:49.074] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2054108Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2054390Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2054556Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2054860Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2055018Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2055294Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2055458Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2055751Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2055910Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2056207Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2056365Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2056658Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2056823Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2057099Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2057258Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2057555Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2057713Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2057989Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2058267Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2058570Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2058736Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2059012Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2059212Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2059464Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2059625Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2059905Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2060066Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2060343Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2060509Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2060781Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2060942Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2061213Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2061377Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2061776Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2061944Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2062224Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2062384Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2062677Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2062846Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2062983Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2063144Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2063451Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2063615Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2063747Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2063907Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2064205Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2064371Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2064653Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2064818Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2065114Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2065273Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2065571Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2065731Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2066009Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2066172Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2066466Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2066628Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2066905Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2067067Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2067199Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2067357Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2067654Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2067812Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2068200Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2068366Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2068497Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2068661Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2069089Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2069257Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2069540Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2069698Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2069998Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2070269Z [05-13|18:27:49.078] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2070734Z [05-13|18:27:49.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2070904Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2071283Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2071625Z [05-13|18:27:49.079] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2071793Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2071924Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2072084Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2072367Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2072526Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2072823Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2072988Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2073262Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2073423Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2073556Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2073724Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2073996Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2074155Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2074454Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2074615Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2074909Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2075074Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2075368Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2075636Z [05-13|18:27:49.080] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2076104Z [05-13|18:27:49.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2076438Z [05-13|18:27:49.080] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2076601Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2076902Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2077073Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2077238Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2077402Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2077674Z [05-13|18:27:49.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2078243Z [05-13|18:27:49.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2078698Z [05-13|18:27:49.081] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2078871Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2079135Z [05-13|18:27:49.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2079594Z [05-13|18:27:49.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2079927Z [05-13|18:27:49.082] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2080094Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2080452Z [05-13|18:27:49.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2080915Z [05-13|18:27:49.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2081242Z [05-13|18:27:49.083] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2081408Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2081674Z [05-13|18:27:49.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2082122Z [05-13|18:27:49.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2082448Z [05-13|18:27:49.084] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2082622Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2082883Z [05-13|18:27:49.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2083334Z [05-13|18:27:49.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2083663Z [05-13|18:27:49.085] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2083830Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2084087Z [05-13|18:27:49.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2084538Z [05-13|18:27:49.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2084870Z [05-13|18:27:49.086] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2085040Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2085305Z [05-13|18:27:49.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2085756Z [05-13|18:27:49.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2085922Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2086254Z [05-13|18:27:49.087] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2086512Z [05-13|18:27:49.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2086973Z [05-13|18:27:49.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2087390Z [05-13|18:27:49.088] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2087867Z [05-13|18:27:49.089] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2088142Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2088435Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2088597Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2088895Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2089061Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2089337Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2089601Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2089746Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2089904Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2090178Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2090335Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2090638Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2090795Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2091087Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2091250Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2091527Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2091683Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2091822Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2091983Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2092257Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2092425Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2092720Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2092882Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2093172Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2093339Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2093613Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2093772Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2094054Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2094216Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2094517Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2094683Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2094974Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2095134Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2095270Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2095432Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2095704Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2095863Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2096157Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2096320Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2096592Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2096867Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2097141Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2097299Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2097577Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2097737Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2098009Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2098286Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2098558Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2098717Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2098954Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2099121Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2099428Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2099698Z [05-13|18:27:49.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2100160Z [05-13|18:27:49.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2100491Z [05-13|18:27:49.092] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2100651Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2100951Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2101110Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2101244Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2101411Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2101708Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2101864Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2102160Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2102319Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2102597Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2102756Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2103036Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2103197Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2103328Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2103496Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2103773Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2103935Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2104235Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2104393Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2104689Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2104853Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2105128Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2105289Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2105562Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2105728Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2106019Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2106292Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2106592Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2106752Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2107039Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2107204Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2107478Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2107638Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2107775Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2107935Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2108446Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2108723Z [05-13|18:27:49.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2109178Z [05-13|18:27:49.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2109519Z [05-13|18:27:49.094] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2109685Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2109981Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2110141Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2110429Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2110702Z [05-13|18:27:49.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2111158Z [05-13|18:27:49.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2111485Z [05-13|18:27:49.095] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2111649Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2111924Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2112185Z [05-13|18:27:49.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2112642Z [05-13|18:27:49.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2112902Z [05-13|18:27:49.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2113351Z [05-13|18:27:49.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2113681Z [05-13|18:27:49.097] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2114005Z [05-13|18:27:49.097] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2114175Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2114350Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2114518Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2114682Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2114853Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2115018Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2115397Z [05-13|18:27:49.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2115854Z [05-13|18:27:49.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2116180Z [05-13|18:27:49.098] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2116347Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2116611Z [05-13|18:27:49.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2117060Z [05-13|18:27:49.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2117303Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2117637Z [05-13|18:27:49.099] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2117900Z [05-13|18:27:49.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2118463Z [05-13|18:27:49.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2118801Z [05-13|18:27:49.100] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2118971Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2119233Z [05-13|18:27:49.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2119702Z [05-13|18:27:49.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2120034Z [05-13|18:27:49.100] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2120202Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2120463Z [05-13|18:27:49.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2120920Z [05-13|18:27:49.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2121251Z [05-13|18:27:49.101] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2121731Z [05-13|18:27:49.102] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2121895Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2122199Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2122364Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2122496Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2122654Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2122933Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2123099Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2123391Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2123550Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2123828Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2123985Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2124282Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2124561Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2124837Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2124994Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2125295Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2125453Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2125728Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2125884Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2126180Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2126343Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2126733Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2126908Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2127200Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2127462Z [05-13|18:27:49.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2127924Z [05-13|18:27:49.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2128227Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2128529Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2128694Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2128968Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2129134Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2129436Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2129594Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2129727Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2129886Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2130172Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2130333Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2130606Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2130772Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2131066Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2131226Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2131505Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2131665Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2131955Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2132117Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2132391Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2132549Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2132848Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2133006Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2133276Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2133435Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2133576Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2133737Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2134130Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2134296Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2134587Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2134746Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2135039Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2135197Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2135471Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2135631Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2135908Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2136203Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2136503Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2136667Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2136955Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2137113Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2137252Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2137409Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2137539Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2137700Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2137992Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2138270Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2138547Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2138715Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2138987Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2139146Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2139426Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2139758Z [05-13|18:27:49.106] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2139918Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2140225Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2140383Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2140657Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2140823Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2141120Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2141279Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2141415Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2141573Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2141702Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2141967Z [05-13|18:27:49.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2142426Z [05-13|18:27:49.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2142689Z [05-13|18:27:49.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2143139Z [05-13|18:27:49.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2143526Z [05-13|18:27:49.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2143972Z [05-13|18:27:49.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2144228Z [05-13|18:27:49.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2144681Z [05-13|18:27:49.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2144843Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2145121Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2145477Z [05-13|18:27:49.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2145934Z [05-13|18:27:49.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2146264Z [05-13|18:27:49.110] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2146593Z [05-13|18:27:49.110] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2146754Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2147030Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2147195Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2147465Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2147792Z [05-13|18:27:49.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2148243Z [05-13|18:27:49.111] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2148565Z [05-13|18:27:49.111] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2148727Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2149036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2149206Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2149373Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2149551Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2149714Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2149881Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2150042Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2150213Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2150482Z [05-13|18:27:49.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2150935Z [05-13|18:27:49.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2151264Z [05-13|18:27:49.112] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2151430Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2151690Z [05-13|18:27:49.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2152150Z [05-13|18:27:49.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2152597Z [05-13|18:27:49.113] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2152762Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2153027Z [05-13|18:27:49.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2153475Z [05-13|18:27:49.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2153801Z [05-13|18:27:49.114] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2153973Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2154331Z [05-13|18:27:49.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2154788Z [05-13|18:27:49.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2155126Z [05-13|18:27:49.114] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2155602Z [05-13|18:27:49.115] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2155766Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2155907Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2156067Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2156368Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2156532Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2156831Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2156991Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2157275Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2157433Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2157727Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2157889Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2158282Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2158442Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2158739Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2158900Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2159206Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2159367Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2159504Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2159669Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2159940Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2160106Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2160378Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2160537Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2160813Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2160974Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2161106Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2161264Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2161548Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2161823Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2162095Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2162258Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2162390Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2162549Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2162854Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2163014Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2163303Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2163463Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2163843Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2164002Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2164300Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2164463Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2164594Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2164753Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2165029Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2165187Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2165457Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2165620Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2165910Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2166072Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2166345Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2166513Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2166787Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2166946Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2167081Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2167240Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2167534Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2167803Z [05-13|18:27:49.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2168379Z [05-13|18:27:49.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2168548Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2168830Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2169162Z [05-13|18:27:49.119] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2169322Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2169604Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2169765Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2170035Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2170200Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2170494Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2170653Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2170946Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2171224Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2171498Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2171657Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2171954Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2172115Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2172405Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2172674Z [05-13|18:27:49.120] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2173227Z [05-13|18:27:49.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2173559Z [05-13|18:27:49.120] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2173729Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2174023Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2174183Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2174480Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2174742Z [05-13|18:27:49.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2175195Z [05-13|18:27:49.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2175531Z [05-13|18:27:49.121] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2175696Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2175833Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2175992Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2176274Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2176432Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2176703Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2176869Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2177165Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2177324Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2177619Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2177885Z [05-13|18:27:49.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.2178458Z [05-13|18:27:49.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2178792Z [05-13|18:27:49.123] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2178954Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2179250Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2179517Z [05-13|18:27:49.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2179979Z [05-13|18:27:49.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2180143Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2180554Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2180814Z [05-13|18:27:49.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2181264Z [05-13|18:27:49.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2181531Z [05-13|18:27:49.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2181976Z [05-13|18:27:49.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2182138Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2182532Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2182699Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2182977Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2183311Z [05-13|18:27:49.125] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2183634Z [05-13|18:27:49.126] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2183953Z [05-13|18:27:49.126] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2184128Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2184294Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2184458Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2184625Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2184794Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2184960Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2185124Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2185290Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2185551Z [05-13|18:27:49.126] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2186002Z [05-13|18:27:49.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2186335Z [05-13|18:27:49.127] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2186502Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2186764Z [05-13|18:27:49.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2187219Z [05-13|18:27:49.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2187547Z [05-13|18:27:49.127] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2187713Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2187977Z [05-13|18:27:49.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2188545Z [05-13|18:27:49.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2188875Z [05-13|18:27:49.128] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2189358Z [05-13|18:27:49.129] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2189637Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2189771Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2189934Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2190235Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2190396Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2190697Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2190858Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2191149Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2191308Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2191693Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2191856Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2192147Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2192310Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2192602Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2192760Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2192896Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2193051Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2193339Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2193500Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2193790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2193954Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2194234Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2194400Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2194534Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2194693Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2194974Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2195134Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2195407Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2195569Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2195702Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2195861Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2196139Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2196307Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2196582Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2196739Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2197044Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2197203Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2197335Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2197498Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2197790Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2197950Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2198354Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2198521Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2198906Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2199066Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2199374Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2199533Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2199802Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2199967Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2200262Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2200421Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2200558Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2200717Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2201110Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2201280Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2201574Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2201733Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2202007Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2202172Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2202463Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2202621Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2202759Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2202919Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2203195Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2203362Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2203636Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2203798Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2204098Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2204364Z [05-13|18:27:49.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2204820Z [05-13|18:27:49.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2204987Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2205261Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2205422Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2205695Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2205864Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2206157Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2206419Z [05-13|18:27:49.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2206876Z [05-13|18:27:49.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2207036Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2207331Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2207497Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2207775Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2207935Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2208411Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2208572Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2208847Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2209010Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2209278Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2209436Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2209739Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2209904Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2210175Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2210657Z [05-13|18:27:49.134] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2211003Z [05-13|18:27:49.135] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2211163Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2211437Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2211600Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2211895Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2212156Z [05-13|18:27:49.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2212613Z [05-13|18:27:49.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2212942Z [05-13|18:27:49.135] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2213104Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2213406Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2213573Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2213738Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2213909Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2214072Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2214336Z [05-13|18:27:49.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2214794Z [05-13|18:27:49.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2215121Z [05-13|18:27:49.136] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2215289Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2215558Z [05-13|18:27:49.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2216007Z [05-13|18:27:49.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2216335Z [05-13|18:27:49.137] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2216505Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2216763Z [05-13|18:27:49.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2217214Z [05-13|18:27:49.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2217667Z [05-13|18:27:49.138] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2217837Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2218214Z [05-13|18:27:49.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2218665Z [05-13|18:27:49.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2218993Z [05-13|18:27:49.139] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2219162Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2219525Z [05-13|18:27:49.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2219994Z [05-13|18:27:49.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2220320Z [05-13|18:27:49.140] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2220486Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2220750Z [05-13|18:27:49.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2221200Z [05-13|18:27:49.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2221524Z [05-13|18:27:49.141] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2221700Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2221960Z [05-13|18:27:49.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2222413Z [05-13|18:27:49.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2222746Z [05-13|18:27:49.143] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2223222Z [05-13|18:27:49.143] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2223385Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2223692Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2223853Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2223989Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2224156Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2224431Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2224590Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2224730Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2224887Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2225163Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2225329Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2225606Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2225763Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2226036Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2226200Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2226611Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2226769Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2227055Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2227214Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2227484Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2227655Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2227951Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2228351Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2228641Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2228804Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2229220Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2229390Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2229695Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2229855Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2229997Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2230165Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2230438Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2230597Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2230895Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2231055Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2231350Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2231518Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2231651Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2231809Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2232087Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2232252Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2232541Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2232700Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2232976Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2233135Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2233429Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2233705Z [05-13|18:27:49.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2234166Z [05-13|18:27:49.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2234498Z [05-13|18:27:49.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2234664Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2234959Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2235118Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2235417Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2235579Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2235870Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2236146Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2236424Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2236586Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2236875Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2237041Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2237312Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2237473Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2237609Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2237770Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2238261Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2238542Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2238820Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2238983Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2239116Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2239280Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2239555Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2239715Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2240020Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2240179Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2240470Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2240743Z [05-13|18:27:49.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2241203Z [05-13|18:27:49.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2241367Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2241647Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2241807Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2241939Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2242103Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2242377Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2242644Z [05-13|18:27:49.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2243106Z [05-13|18:27:49.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2243375Z [05-13|18:27:49.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2243825Z [05-13|18:27:49.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2244089Z [05-13|18:27:49.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2244541Z [05-13|18:27:49.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2244876Z [05-13|18:27:49.151] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2245046Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2245324Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2245694Z [05-13|18:27:49.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2246151Z [05-13|18:27:49.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2246408Z [05-13|18:27:49.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2246854Z [05-13|18:27:49.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2247021Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2247301Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2247460Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2247817Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2247989Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2248414Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2248675Z [05-13|18:27:49.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2249133Z [05-13|18:27:49.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2249295Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2249573Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2249920Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2250247Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2250574Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2250900Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2251218Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2251541Z [05-13|18:27:49.154] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2251710Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2252007Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2252170Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2252470Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2252633Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2252929Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2253198Z [05-13|18:27:49.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2253649Z [05-13|18:27:49.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2253976Z [05-13|18:27:49.155] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2254154Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2254321Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2254489Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2254774Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2254940Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2255107Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2255270Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2255440Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2255605Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2255773Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2256047Z [05-13|18:27:49.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2256508Z [05-13|18:27:49.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2256933Z [05-13|18:27:49.156] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2257419Z [05-13|18:27:49.157] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2257582Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2257880Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2258158Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2258439Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2258601Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2258886Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2259044Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2259374Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2259535Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2259822Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2259978Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2260273Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2260436Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2260706Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2260863Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2261137Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2261295Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2261571Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2261731Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2262026Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2262188Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2262467Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2262627Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2262899Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2263059Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2263199Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2263358Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2263633Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2263802Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2264095Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2264379Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2264655Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2264816Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2265114Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2265277Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2265413Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2265572Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2265868Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2266031Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2266422Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2266588Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2266882Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2267040Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2267316Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2267481Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2267755Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2267915Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2268310Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2268472Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2268770Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2268931Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2269072Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2269231Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2269362Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2269526Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2269826Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2269984Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2270265Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2270423Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2270717Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2270987Z [05-13|18:27:49.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2271455Z [05-13|18:27:49.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2271789Z [05-13|18:27:49.160] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2271955Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2272233Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2272392Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2272664Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2272832Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2273106Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2276157Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2276526Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2276872Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2277170Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2277347Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2277649Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2277814Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2278297Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2278468Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2278605Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2278765Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2279176Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2279344Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2279477Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2279643Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2279932Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2280101Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2280385Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2280547Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2280840Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2281000Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2281300Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2281463Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2281599Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2281766Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2282057Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2282216Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2282494Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2282665Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2282833Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2283118Z [05-13|18:27:49.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2283597Z [05-13|18:27:49.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2283940Z [05-13|18:27:49.162] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2284130Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2284409Z [05-13|18:27:49.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2284864Z [05-13|18:27:49.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2285206Z [05-13|18:27:49.163] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2285378Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2285644Z [05-13|18:27:49.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2286113Z [05-13|18:27:49.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2286596Z [05-13|18:27:49.164] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2286764Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2287033Z [05-13|18:27:49.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2287486Z [05-13|18:27:49.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2287820Z [05-13|18:27:49.164] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2288204Z [05-13|18:27:49.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2288764Z [05-13|18:27:49.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2288939Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2289270Z [05-13|18:27:49.166] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2289436Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2289694Z [05-13|18:27:49.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2290152Z [05-13|18:27:49.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2290477Z [05-13|18:27:49.166] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2290645Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2290906Z [05-13|18:27:49.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2291362Z [05-13|18:27:49.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2291690Z [05-13|18:27:49.167] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2291856Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2292120Z [05-13|18:27:49.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2292571Z [05-13|18:27:49.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2292901Z [05-13|18:27:49.168] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2293075Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2293337Z [05-13|18:27:49.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2293796Z [05-13|18:27:49.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2294134Z [05-13|18:27:49.169] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2294613Z [05-13|18:27:49.169] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2294786Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2295079Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2295349Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2295626Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2295792Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2296069Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2296229Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2296540Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2296698Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2296835Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2296999Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2297296Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2297526Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2297834Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2297992Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2298388Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2298546Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2298827Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2298986Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2299261Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2299433Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2299706Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2299879Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2300158Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2300324Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2300619Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2300790Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2301081Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2301240Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2301533Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2301808Z [05-13|18:27:49.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2302269Z [05-13|18:27:49.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2302435Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2302575Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2302736Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2303036Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2303307Z [05-13|18:27:49.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2303760Z [05-13|18:27:49.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2303922Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2304224Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2304383Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2304679Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2304965Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2305258Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2305420Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2305560Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2305720Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2306012Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2306175Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2306460Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2306622Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2307016Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2307185Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2307478Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2307640Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2307921Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2308198Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2308494Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2308658Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2308790Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2308949Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2309224Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2309393Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2309685Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2309849Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2310150Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2310310Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2310584Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2310751Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2311026Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2311186Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2311462Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2311622Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2311758Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2311920Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2312201Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2312537Z [05-13|18:27:49.174] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2312866Z [05-13|18:27:49.174] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2313032Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2313309Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2313578Z [05-13|18:27:49.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2314040Z [05-13|18:27:49.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2314423Z [05-13|18:27:49.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.2314874Z [05-13|18:27:49.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2315212Z [05-13|18:27:49.176] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2315534Z [05-13|18:27:49.176] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2315698Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2315978Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2316141Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2316513Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2316686Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2316984Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2317247Z [05-13|18:27:49.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2317707Z [05-13|18:27:49.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2318158Z [05-13|18:27:49.177] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2318324Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2318603Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2318768Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2318903Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2319061Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2319339Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2319501Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2319796Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2319961Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2320094Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2320358Z [05-13|18:27:49.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2320818Z [05-13|18:27:49.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2321147Z [05-13|18:27:49.178] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2321311Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2321614Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2321874Z [05-13|18:27:49.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2322324Z [05-13|18:27:49.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2322653Z [05-13|18:27:49.179] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2322813Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2323110Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2323287Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2323568Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2323735Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2323898Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2324070Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2324233Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2324396Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2324568Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2324831Z [05-13|18:27:49.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2325282Z [05-13|18:27:49.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2325714Z [05-13|18:27:49.181] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2325885Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2326148Z [05-13|18:27:49.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2326604Z [05-13|18:27:49.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2326932Z [05-13|18:27:49.181] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2327099Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2327366Z [05-13|18:27:49.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2327824Z [05-13|18:27:49.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2328276Z [05-13|18:27:49.182] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2328760Z [05-13|18:27:49.183] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2328923Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2329201Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2329370Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2329671Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2329832Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2330135Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2330293Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2330574Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2330731Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2330869Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2331026Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2331320Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2331484Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2331617Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2331773Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2332070Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2332228Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2332506Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2332791Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2333085Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2333248Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2333380Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2333546Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2333819Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2333980Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2334261Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2334421Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2334552Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2334818Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2335115Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2335274Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2335571Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2335732Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2336006Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2336166Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2336444Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2336603Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2336894Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2337063Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2337195Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2337356Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2337654Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2337812Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2338223Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2338392Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2338522Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2338680Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2338956Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2339124Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2339419Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2339581Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2339881Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2340041Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2340335Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2340607Z [05-13|18:27:49.186] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2341063Z [05-13|18:27:49.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2341225Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2341527Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2341688Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2341969Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2342423Z [05-13|18:27:49.186] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2342585Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2342861Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2343021Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2343327Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2343486Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2343762Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2343930Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2344328Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2344491Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2344793Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2344954Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2345232Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2345398Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2345531Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2345693Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2345966Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2346135Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2346406Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2346568Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2346872Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2347037Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2347312Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2347481Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2347753Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2347915Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2348332Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2348601Z [05-13|18:27:49.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2349062Z [05-13|18:27:49.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2349232Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2349509Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2349839Z [05-13|18:27:49.188] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2350007Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2350287Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2350449Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2350719Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2350994Z [05-13|18:27:49.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2351448Z [05-13|18:27:49.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2351894Z [05-13|18:27:49.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2352163Z [05-13|18:27:49.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2352613Z [05-13|18:27:49.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2352937Z [05-13|18:27:49.190] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2353109Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2353383Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2353744Z [05-13|18:27:49.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2354212Z [05-13|18:27:49.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2354541Z [05-13|18:27:49.191] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2354704Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2355008Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2355270Z [05-13|18:27:49.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2355721Z [05-13|18:27:49.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2356064Z [05-13|18:27:49.192] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2356336Z [05-13|18:27:49.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2356793Z [05-13|18:27:49.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2357124Z [05-13|18:27:49.193] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2357296Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2357465Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2357634Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2357797Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2357963Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2358260Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2358428Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2358595Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2358864Z [05-13|18:27:49.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2359347Z [05-13|18:27:49.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2359676Z [05-13|18:27:49.195] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2359847Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2360106Z [05-13|18:27:49.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2360564Z [05-13|18:27:49.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2361062Z [05-13|18:27:49.196] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2361229Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2361489Z [05-13|18:27:49.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2361949Z [05-13|18:27:49.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2362277Z [05-13|18:27:49.197] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2362848Z [05-13|18:27:49.197] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2363018Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2363302Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2363462Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2363739Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2363902Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2364174Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2364332Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2364610Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2364770Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2365045Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2365211Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2365348Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2365506Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2365786Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2365943Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2366215Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2366371Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2366510Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2366667Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2366941Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2367109Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2367413Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2367577Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2367863Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2368024Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2368273Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2368432Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2368712Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2368871Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2369140Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2369308Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2369575Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2369737Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2370041Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2370318Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2370615Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2370782Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2371078Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2371239Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2371522Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2371683Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2371956Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2372115Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2372511Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2372677Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2372808Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2372974Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2373271Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2373434Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2373715Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2373876Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2374151Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2374318Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2374617Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2374779Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2375076Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2375241Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2375531Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2375693Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2375988Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2376146Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2376416Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2376579Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2376854Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2377020Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2377325Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2377487Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2377779Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2377938Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2378357Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2378518Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2378806Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2378971Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2379260Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2379423Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2379839Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2379999Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2380273Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2380437Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2380569Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2380727Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2381021Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2381184Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2381458Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2381616Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2381858Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2382021Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2382318Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2382482Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2382612Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2382769Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2383064Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2383332Z [05-13|18:27:49.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2383794Z [05-13|18:27:49.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2384134Z [05-13|18:27:49.202] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2384302Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2384595Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2384764Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2384935Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2385199Z [05-13|18:27:49.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2385650Z [05-13|18:27:49.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2385985Z [05-13|18:27:49.203] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2386150Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2386413Z [05-13|18:27:49.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2386869Z [05-13|18:27:49.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2387196Z [05-13|18:27:49.204] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2387362Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2387629Z [05-13|18:27:49.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2388198Z [05-13|18:27:49.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2388535Z [05-13|18:27:49.205] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2388706Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2389079Z [05-13|18:27:49.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2389528Z [05-13|18:27:49.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2389860Z [05-13|18:27:49.206] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2390028Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2390288Z [05-13|18:27:49.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2390742Z [05-13|18:27:49.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2391166Z [05-13|18:27:49.207] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2391339Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2391603Z [05-13|18:27:49.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2392053Z [05-13|18:27:49.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2392377Z [05-13|18:27:49.208] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2392642Z [05-13|18:27:49.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2393096Z [05-13|18:27:49.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2393264Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2393436Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2393765Z [05-13|18:27:49.208] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2394025Z [05-13|18:27:49.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2394476Z [05-13|18:27:49.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2394804Z [05-13|18:27:49.209] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2394971Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2395239Z [05-13|18:27:49.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2395703Z [05-13|18:27:49.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2396034Z [05-13|18:27:49.210] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2396515Z [05-13|18:27:49.211] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2396678Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2396978Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2397142Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2397421Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2397581Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2397941Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2398218Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2398496Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2398658Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2398928Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2399086Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2399380Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2399544Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2399678Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2399834Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2400238Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2400406Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2400676Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2400840Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2401115Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2401279Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2401554Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2401715Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2401983Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2402145Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2402424Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2402587Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2402878Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2403046Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2403316Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2403478Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2403778Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2403937Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2404226Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2404390Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2404684Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2404844Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2405139Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2405303Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2405572Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2405738Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2406035Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2406194Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2406467Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2406632Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2406762Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2406922Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2407203Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2407473Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2407746Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2407909Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2408335Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2408503Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2408801Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2408966Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2409241Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2409398Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2409785Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2409950Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2410088Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2410252Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2410544Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2410703Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2410995Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2411157Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2411428Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2411588Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2411723Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2411884Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2412179Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2412343Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2412635Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2412907Z [05-13|18:27:49.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2413373Z [05-13|18:27:49.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2413536Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2413816Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2413981Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2414278Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2414546Z [05-13|18:27:49.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2415007Z [05-13|18:27:49.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2415171Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2415303Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2415564Z [05-13|18:27:49.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2416021Z [05-13|18:27:49.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2416281Z [05-13|18:27:49.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2416732Z [05-13|18:27:49.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2417011Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2417308Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2417470Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2417606Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2417766Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2418176Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2418345Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2418476Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2418636Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2419037Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2419201Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2419498Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2419658Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2419941Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2420277Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2420606Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2420938Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2421262Z [05-13|18:27:49.218] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2421428Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2421734Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2421996Z [05-13|18:27:49.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2422447Z [05-13|18:27:49.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2422780Z [05-13|18:27:49.219] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2422950Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2423116Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2423286Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2423452Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2423620Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2423789Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2424051Z [05-13|18:27:49.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2424501Z [05-13|18:27:49.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2424833Z [05-13|18:27:49.220] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2425001Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2425260Z [05-13|18:27:49.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2425718Z [05-13|18:27:49.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2426152Z [05-13|18:27:49.221] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2426318Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2426582Z [05-13|18:27:49.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2427031Z [05-13|18:27:49.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2427358Z [05-13|18:27:49.221] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2427528Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2427895Z [05-13|18:27:49.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2428470Z [05-13|18:27:49.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2428643Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2428968Z [05-13|18:27:49.222] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2429230Z [05-13|18:27:49.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2429688Z [05-13|18:27:49.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2430016Z [05-13|18:27:49.223] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2430495Z [05-13|18:27:49.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2430665Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2430796Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2430957Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2431233Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2431398Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2431530Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2431685Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2431990Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2432148Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2432445Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2432615Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2432909Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2433066Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2433361Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2433519Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2433809Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2433964Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2434103Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2434259Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2434551Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2434719Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2435111Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2435276Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2435556Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2435713Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2435984Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2436150Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2436423Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2436581Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2436877Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2437142Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2437273Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2437437Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2437738Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2437895Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2438283Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2438447Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2438741Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2438900Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2439182Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2439342Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2439473Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2439639Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2439778Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2439935Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2440209Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2440373Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2440647Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2440807Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2441107Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2441370Z [05-13|18:27:49.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2441830Z [05-13|18:27:49.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2441999Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2442296Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2442456Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2442751Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2442910Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2443183Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2443342Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2443622Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2443783Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2444075Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2444242Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2444653Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2444812Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2445090Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2445251Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2445542Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2445704Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2445997Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2446157Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2446290Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2446562Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2446860Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2447128Z [05-13|18:27:49.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2447588Z [05-13|18:27:49.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2447850Z [05-13|18:27:49.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2448413Z [05-13|18:27:49.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2448583Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2448879Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2449042Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2449329Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2449488Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2449781Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2449946Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2450223Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2450485Z [05-13|18:27:49.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.2450941Z [05-13|18:27:49.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2451099Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2451394Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2451664Z [05-13|18:27:49.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2452115Z [05-13|18:27:49.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2452276Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2452562Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2452721Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2452995Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2453332Z [05-13|18:27:49.232] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2453500Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2453890Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2454048Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2454326Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2454587Z [05-13|18:27:49.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2455037Z [05-13|18:27:49.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2455373Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2455698Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2456118Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2456289Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2456563Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2456721Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2457000Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2457326Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2457647Z [05-13|18:27:49.233] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2457821Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2457987Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2458275Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2458445Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2458607Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2458773Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2458934Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2459229Z [05-13|18:27:49.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2459682Z [05-13|18:27:49.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2460004Z [05-13|18:27:49.234] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2460175Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2460437Z [05-13|18:27:49.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2460889Z [05-13|18:27:49.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2461225Z [05-13|18:27:49.235] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2461390Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2461649Z [05-13|18:27:49.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2462107Z [05-13|18:27:49.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2462275Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2462602Z [05-13|18:27:49.236] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2462984Z [05-13|18:27:49.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2463438Z [05-13|18:27:49.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2463766Z [05-13|18:27:49.237] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2464245Z [05-13|18:27:49.237] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2464406Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2464704Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2464968Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2465267Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2465428Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2465710Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2465866Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2466163Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2466326Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2466603Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2466759Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2467032Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2467188Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2467462Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2467622Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2467923Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2468196Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2468491Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2468654Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2468929Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2469090Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2469389Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2469551Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2469687Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2469852Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2470128Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2470286Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2470558Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2470721Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2470853Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2471011Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2471149Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2471307Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2471601Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2471770Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2472050Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2472323Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2472620Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2472785Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2473057Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2473219Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2473517Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2473676Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2473951Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2474117Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2474511Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2474675Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2474814Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2474973Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2475246Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2475404Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2475680Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2475838Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2476137Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2476303Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2476570Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2476730Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2477032Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2477189Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2477478Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2477640Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2477930Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2478207Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2478502Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2478770Z [05-13|18:27:49.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2479229Z [05-13|18:27:49.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2479400Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2479677Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2479938Z [05-13|18:27:49.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2480387Z [05-13|18:27:49.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2480553Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2480848Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2481109Z [05-13|18:27:49.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2481567Z [05-13|18:27:49.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2481844Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2482121Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2482287Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2482579Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2482741Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2483037Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2483197Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2483490Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2483655Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2483888Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2484055Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2484329Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2484667Z [05-13|18:27:49.244] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2484827Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2484959Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2485123Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2485399Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2485558Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2485833Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2486098Z [05-13|18:27:49.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2486556Z [05-13|18:27:49.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2486722Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2486853Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2487012Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2487291Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2487555Z [05-13|18:27:49.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2488005Z [05-13|18:27:49.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2488293Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2488572Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2488909Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2489239Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2489561Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2489886Z [05-13|18:27:49.247] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2490053Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2490357Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2490621Z [05-13|18:27:49.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2491188Z [05-13|18:27:49.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2491518Z [05-13|18:27:49.248] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2491690Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2491858Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2492026Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2492188Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2492351Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2492520Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2492687Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2493047Z [05-13|18:27:49.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2493514Z [05-13|18:27:49.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2493838Z [05-13|18:27:49.249] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2494004Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2494269Z [05-13|18:27:49.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2494719Z [05-13|18:27:49.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2495049Z [05-13|18:27:49.250] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2495316Z [05-13|18:27:49.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2495765Z [05-13|18:27:49.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2495930Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2496261Z [05-13|18:27:49.252] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2496427Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2496685Z [05-13|18:27:49.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2497145Z [05-13|18:27:49.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2497477Z [05-13|18:27:49.253] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2497959Z [05-13|18:27:49.253] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2498240Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2498522Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2498684Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2498967Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2499128Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2499401Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2499559Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2499868Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2500143Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2500422Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2500587Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2500879Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2501036Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2501315Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2501473Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2501767Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2501928Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2502340Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2502504Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2502802Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2502964Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2503257Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2503417Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2503710Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2503868Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2503999Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2504163Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2504455Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2504617Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2504900Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2505059Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2505350Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2505515Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2505789Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2505948Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2506237Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2506399Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2506689Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2506850Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2507131Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2507293Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2507566Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2507731Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2508023Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2508300Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2508438Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2508596Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2508867Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2509025Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2509325Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2509596Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2509888Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2510058Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2510190Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2510350Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2510487Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2510648Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2510939Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2511097Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2511377Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2511635Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2511768Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2511934Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2512067Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2512226Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2512527Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2512687Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2512978Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2513142Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2513411Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2513570Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2513845Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2514015Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2514309Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2514467Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2514763Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2515029Z [05-13|18:27:49.257] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2515485Z [05-13|18:27:49.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2515823Z [05-13|18:27:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2515983Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2516262Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2516431Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2516564Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2516826Z [05-13|18:27:49.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2517283Z [05-13|18:27:49.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2517443Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2517741Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2517905Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2518295Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2518464Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2518736Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2519020Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2519317Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2519580Z [05-13|18:27:49.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2520041Z [05-13|18:27:49.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2520201Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2520477Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2520815Z [05-13|18:27:49.260] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2521239Z [05-13|18:27:49.260] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2521406Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2521689Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2521850Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2522124Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2522391Z [05-13|18:27:49.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2522842Z [05-13|18:27:49.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2523104Z [05-13|18:27:49.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2523558Z [05-13|18:27:49.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2523888Z [05-13|18:27:49.262] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2524214Z [05-13|18:27:49.262] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2524387Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2524555Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2524721Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2524888Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2525051Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2525213Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2525476Z [05-13|18:27:49.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2525935Z [05-13|18:27:49.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2526263Z [05-13|18:27:49.263] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2526428Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2526694Z [05-13|18:27:49.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2527143Z [05-13|18:27:49.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2527471Z [05-13|18:27:49.264] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2527641Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2527980Z [05-13|18:27:49.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2528543Z [05-13|18:27:49.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2528877Z [05-13|18:27:49.265] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2529042Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2529300Z [05-13|18:27:49.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2529756Z [05-13|18:27:49.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2530187Z [05-13|18:27:49.266] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2530359Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2530630Z [05-13|18:27:49.266] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2531087Z [05-13|18:27:49.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2531415Z [05-13|18:27:49.267] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2531896Z [05-13|18:27:49.267] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2532058Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2532337Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2532504Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2532803Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2532962Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2533238Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2533395Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2533672Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2533832Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2534105Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2534262Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2534568Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2534731Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2535004Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2535162Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2535460Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2535619Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2535910Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2536072Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2536342Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2536503Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2536804Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2536964Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2537367Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2537532Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2537825Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2537984Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2538236Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2538402Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2538534Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2538692Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2538970Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2539129Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2539365Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2539535Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2539810Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2539969Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2540244Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2540402Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2540698Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2540858Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2541152Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2541311Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2541606Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2541773Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2542069Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2542229Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2542524Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2542681Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2542973Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2543141Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2543430Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2543589Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2543878Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2544046Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2544340Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2544500Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2544779Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2544939Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2545210Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2545375Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2545507Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2545666Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2545944Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2546103Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2546396Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2546665Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2546803Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2546962Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2547236Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2547400Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2547673Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2547832Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2548221Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2548382Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2548515Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2548786Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2549088Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2549246Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2549522Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2549686Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2549958Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2550117Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2550393Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2550553Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2550821Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2550983Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2551279Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2551440Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2551742Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2552009Z [05-13|18:27:49.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2552465Z [05-13|18:27:49.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2552630Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2552761Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2553022Z [05-13|18:27:49.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2553472Z [05-13|18:27:49.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2553740Z [05-13|18:27:49.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2554187Z [05-13|18:27:49.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2554451Z [05-13|18:27:49.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2554895Z [05-13|18:27:49.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2555058Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2555341Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2555616Z [05-13|18:27:49.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2556181Z [05-13|18:27:49.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2556519Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2556847Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2557173Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2557500Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2557894Z [05-13|18:27:49.276] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2558362Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2558546Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2558717Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2558881Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2559045Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2559237Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2559504Z [05-13|18:27:49.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2559961Z [05-13|18:27:49.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2560300Z [05-13|18:27:49.277] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2560466Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2560730Z [05-13|18:27:49.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2561184Z [05-13|18:27:49.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2561512Z [05-13|18:27:49.278] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2561679Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2561941Z [05-13|18:27:49.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2562392Z [05-13|18:27:49.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2562719Z [05-13|18:27:49.279] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2562894Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2563152Z [05-13|18:27:49.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2563600Z [05-13|18:27:49.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2563932Z [05-13|18:27:49.280] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2564100Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2564358Z [05-13|18:27:49.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2564822Z [05-13|18:27:49.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2565282Z [05-13|18:27:49.281] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2565758Z [05-13|18:27:49.281] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2565931Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2566070Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2566230Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2566524Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2566685Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2567090Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2567251Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2567393Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2567551Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2567682Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2567844Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2568260Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2568421Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2568728Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2568886Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2569163Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2569325Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2569628Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2569790Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2570082Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2570357Z [05-13|18:27:49.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2570826Z [05-13|18:27:49.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2570992Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2571294Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2571457Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2571731Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2572004Z [05-13|18:27:49.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2572456Z [05-13|18:27:49.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2572618Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2572898Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2573057Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2573353Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2573520Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2573796Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2573957Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2574259Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2574575Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2574867Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2575028Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2575167Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2575327Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2575603Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2575770Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2576064Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2576225Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2576505Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2576765Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2577045Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2577386Z [05-13|18:27:49.285] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2577716Z [05-13|18:27:49.285] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2577880Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2578278Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2578440Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2578741Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2578899Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2579177Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2579341Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2579633Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2579799Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2579931Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2580091Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2580370Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2580537Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2580810Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2580971Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2581241Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2581402Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2581697Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2581862Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2582155Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2582314Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2582599Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2582757Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2583026Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2583192Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2583463Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2583626Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2583925Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2584200Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2584332Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2584490Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2584788Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2584948Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2585240Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2585405Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2585699Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2585860Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2586260Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2586428Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2586561Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2586724Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2587016Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2587175Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2587472Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2587645Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2587939Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2588325Z [05-13|18:27:49.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2588797Z [05-13|18:27:49.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2589134Z [05-13|18:27:49.287] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2589298Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2589584Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2589847Z [05-13|18:27:49.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2590304Z [05-13|18:27:49.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2590637Z [05-13|18:27:49.288] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2590900Z [05-13|18:27:49.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2591353Z [05-13|18:27:49.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2591688Z [05-13|18:27:49.289] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2591850Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2592125Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2592301Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2592468Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2592633Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2592803Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2592970Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2593254Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2593525Z [05-13|18:27:49.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2593976Z [05-13|18:27:49.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2594305Z [05-13|18:27:49.290] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2594479Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2594736Z [05-13|18:27:49.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2595282Z [05-13|18:27:49.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2595617Z [05-13|18:27:49.291] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2595788Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2596046Z [05-13|18:27:49.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2596497Z [05-13|18:27:49.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2596825Z [05-13|18:27:49.292] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2596993Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2597255Z [05-13|18:27:49.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2597712Z [05-13|18:27:49.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2598151Z [05-13|18:27:49.292] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2598323Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2598589Z [05-13|18:27:49.293] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2599046Z [05-13|18:27:49.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2599383Z [05-13|18:27:49.293] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2599862Z [05-13|18:27:49.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2600026Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2600330Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2600504Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2600800Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2600959Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2601097Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2601253Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2601530Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2601692Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2601966Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2602127Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2602530Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2602688Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2602987Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2603145Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2603443Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2603600Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2603872Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2604039Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2604172Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2604333Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2604713Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2604880Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2605179Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2605343Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2605635Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2605798Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2606072Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2606235Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2606528Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2606688Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2606987Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2607147Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2607423Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2607586Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2607879Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2608156Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2608440Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2608601Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2608894Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2609059Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2609353Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2609511Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2609646Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2609810Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2610102Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2610261Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2610567Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2610833Z [05-13|18:27:49.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2611292Z [05-13|18:27:49.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2611459Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2611595Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2611872Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2612154Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2612315Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2612593Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2612753Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2612890Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2613050Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2613322Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2613591Z [05-13|18:27:49.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2614142Z [05-13|18:27:49.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2614409Z [05-13|18:27:49.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2614866Z [05-13|18:27:49.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2615124Z [05-13|18:27:49.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.2615571Z [05-13|18:27:49.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2615739Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2616018Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2616181Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2616484Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2616647Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2616941Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2617109Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2617241Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2617399Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2617698Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2617860Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2618269Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2618431Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2618716Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2618877Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2619155Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2619318Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2619613Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2619776Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2620061Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2620221Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2620494Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2620837Z [05-13|18:27:49.300] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2621000Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2621409Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2621678Z [05-13|18:27:49.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2622132Z [05-13|18:27:49.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2622292Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2622570Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2622735Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2623007Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2623267Z [05-13|18:27:49.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2623828Z [05-13|18:27:49.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2623996Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2624128Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2624292Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2624564Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2624721Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2625022Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2625281Z [05-13|18:27:49.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2625733Z [05-13|18:27:49.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2625901Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2626176Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2626440Z [05-13|18:27:49.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2626895Z [05-13|18:27:49.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2627227Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2627553Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2627879Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2628328Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2628666Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2628992Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2629317Z [05-13|18:27:49.305] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2629489Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2629660Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2629824Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2629984Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2630150Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2630433Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2630596Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2630759Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2630927Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2631194Z [05-13|18:27:49.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2631649Z [05-13|18:27:49.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2631983Z [05-13|18:27:49.306] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2632148Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2632509Z [05-13|18:27:49.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2632979Z [05-13|18:27:49.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2633309Z [05-13|18:27:49.307] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2633787Z [05-13|18:27:49.307] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2633953Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2634232Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2634393Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2634699Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2634859Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2635136Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2635298Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2635593Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2635750Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2636042Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2636204Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2636479Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2636636Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2636916Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2637077Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2637377Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2637539Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2637835Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2637991Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2638245Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2638408Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2638684Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2638844Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2639144Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2639305Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2639584Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2639865Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2640164Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2640323Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2640629Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2640789Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2641084Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2641248Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2641378Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2641538Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2641931Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2642105Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2642399Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2642558Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2642861Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2643127Z [05-13|18:27:49.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2643586Z [05-13|18:27:49.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2643753Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2644030Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2644193Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2644494Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2644658Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2644941Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2645111Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2645383Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2645541Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2645820Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2645981Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2646275Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2646435Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2646738Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2646904Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2647196Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2647362Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2647636Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2647796Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2648212Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2648376Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2648508Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2648671Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2648802Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2648965Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2649394Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2649560Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2649693Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2649851Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2650148Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2650309Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2650591Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2650756Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2651031Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2651464Z [05-13|18:27:49.313] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2651633Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2651913Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2652073Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2652203Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2652367Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2652641Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2652799Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2653097Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2653256Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2653530Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2653695Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2653969Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2654129Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2654405Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2654568Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2654699Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2654857Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2655138Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2655300Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2655593Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2655867Z [05-13|18:27:49.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2656329Z [05-13|18:27:49.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2656664Z [05-13|18:27:49.315] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2656838Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2657004Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2657170Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2657438Z [05-13|18:27:49.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2657890Z [05-13|18:27:49.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2658338Z [05-13|18:27:49.316] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2658625Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2658887Z [05-13|18:27:49.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2659364Z [05-13|18:27:49.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2659693Z [05-13|18:27:49.317] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2659859Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2660119Z [05-13|18:27:49.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2660673Z [05-13|18:27:49.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2661009Z [05-13|18:27:49.318] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2661177Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2661442Z [05-13|18:27:49.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2661891Z [05-13|18:27:49.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2662058Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2662391Z [05-13|18:27:49.319] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2662654Z [05-13|18:27:49.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2663107Z [05-13|18:27:49.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2663438Z [05-13|18:27:49.320] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2663604Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2663865Z [05-13|18:27:49.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2664316Z [05-13|18:27:49.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2664642Z [05-13|18:27:49.321] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2664808Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2665075Z [05-13|18:27:49.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2665526Z [05-13|18:27:49.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2665854Z [05-13|18:27:49.322] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2666025Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2666282Z [05-13|18:27:49.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2666732Z [05-13|18:27:49.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2667068Z [05-13|18:27:49.323] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2667543Z [05-13|18:27:49.323] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2670622Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2670812Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2671002Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2671329Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2671500Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2671801Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2671966Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2672247Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2672565Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2672852Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2673021Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2673332Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2673493Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2673768Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2673929Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2674231Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2674388Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2674525Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2674690Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2674964Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2675129Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2675435Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2675603Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2675899Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2676065Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2676345Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2676508Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2676781Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2676947Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2677242Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2677405Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2677702Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2677863Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2678336Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2678518Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2678801Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2678964Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2679251Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2679417Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2679694Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2679866Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2680289Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2680453Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2680596Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2680762Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2681057Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2681218Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2681502Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2681662Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2681796Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2681961Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2682335Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2682497Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2682795Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2682960Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2683092Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2683249Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2683527Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2683687Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2683981Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2684147Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2684421Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2684583Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2684882Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2685044Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2685339Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2685627Z [05-13|18:27:49.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2686104Z [05-13|18:27:49.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2686267Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2686546Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2686713Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2686992Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2687156Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2687459Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2687620Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2687752Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2687918Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2688335Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2688503Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2688788Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2688950Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2689241Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2689405Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2689661Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2689822Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2690096Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2690373Z [05-13|18:27:49.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2690843Z [05-13|18:27:49.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2691007Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2691308Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2691468Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2691844Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2692116Z [05-13|18:27:49.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2692574Z [05-13|18:27:49.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2692737Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2693018Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2693278Z [05-13|18:27:49.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2693734Z [05-13|18:27:49.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2694083Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2694408Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2694736Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2695061Z [05-13|18:27:49.330] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2695224Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2695530Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2695798Z [05-13|18:27:49.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2696261Z [05-13|18:27:49.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2696589Z [05-13|18:27:49.331] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2696759Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2697055Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2697228Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2697402Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2697567Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2697733Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2697898Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2698199Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2698467Z [05-13|18:27:49.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2698922Z [05-13|18:27:49.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2699378Z [05-13|18:27:49.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2699545Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2699808Z [05-13|18:27:49.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2700267Z [05-13|18:27:49.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2700608Z [05-13|18:27:49.333] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2700781Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2701152Z [05-13|18:27:49.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2701620Z [05-13|18:27:49.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2701953Z [05-13|18:27:49.334] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2702130Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2702395Z [05-13|18:27:49.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2702848Z [05-13|18:27:49.335] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2703023Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2703351Z [05-13|18:27:49.335] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2703615Z [05-13|18:27:49.335] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2704082Z [05-13|18:27:49.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2704412Z [05-13|18:27:49.336] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2704891Z [05-13|18:27:49.336] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2705062Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2705346Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2705507Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2705793Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2705951Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2706250Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2706415Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2706705Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2706863Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2707154Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2707318Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2707611Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2707772Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2708193Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2708474Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2708770Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2708935Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2709211Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2709369Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2709665Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2709828Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2710105Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2710271Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2710652Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2710816Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2711110Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2711277Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2711546Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2711705Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2712006Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2712167Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2712461Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2712628Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2712921Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2713085Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2713225Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2713385Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2713672Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2713833Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2714112Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2714273Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2714548Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2714714Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2714988Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2715153Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2715433Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2715596Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2715868Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2716035Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2716168Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2716328Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2716623Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2716789Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2717079Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2717238Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2717543Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2717788Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2718202Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2718371Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2718662Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2718824Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2719105Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2719265Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2719558Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2719718Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2720151Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2720319Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2720614Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2720781Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2721055Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2721216Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2721494Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2721654Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2721925Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2722092Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2722369Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2722532Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2722669Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2722838Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2722970Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2723132Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2723430Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2723591Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2723864Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2724028Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2724321Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2724592Z [05-13|18:27:49.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2725057Z [05-13|18:27:49.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2725394Z [05-13|18:27:49.341] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2725558Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2725693Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2725959Z [05-13|18:27:49.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2726415Z [05-13|18:27:49.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2726758Z [05-13|18:27:49.341] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2726923Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2727169Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2727328Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2727467Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2727730Z [05-13|18:27:49.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2728307Z [05-13|18:27:49.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2728646Z [05-13|18:27:49.343] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2728808Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2729087Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2729463Z [05-13|18:27:49.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2729924Z [05-13|18:27:49.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2730252Z [05-13|18:27:49.343] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2730433Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2730603Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2730771Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2730939Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2731103Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2731363Z [05-13|18:27:49.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2731822Z [05-13|18:27:49.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2732154Z [05-13|18:27:49.345] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2732322Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2732588Z [05-13|18:27:49.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2733035Z [05-13|18:27:49.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2733360Z [05-13|18:27:49.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2733531Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2733791Z [05-13|18:27:49.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2734242Z [05-13|18:27:49.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2734572Z [05-13|18:27:49.346] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2734740Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2734999Z [05-13|18:27:49.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2735452Z [05-13|18:27:49.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2735783Z [05-13|18:27:49.347] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2735950Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2736321Z [05-13|18:27:49.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2736775Z [05-13|18:27:49.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2737101Z [05-13|18:27:49.348] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2737272Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2737536Z [05-13|18:27:49.349] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2738192Z [05-13|18:27:49.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2738561Z [05-13|18:27:49.349] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2739057Z [05-13|18:27:49.349] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2739228Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2739542Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2739704Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2739986Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2740145Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2740428Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2740592Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2740873Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2741045Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2741339Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2741499Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2741775Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2741933Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2742208Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2742371Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2742667Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2742826Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2742963Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2743131Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2743428Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2743592Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2743878Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2744044Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2744338Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2744508Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2744804Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2744965Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2745263Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2745425Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2745671Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2745858Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2746178Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2746338Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2746468Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2746635Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2746910Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2747071Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2747372Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2747532Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2747896Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2748200Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2748488Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2748653Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2748928Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2749097Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2749371Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2749531Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2749815Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2749974Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2750249Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2750415Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2750691Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2750854Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2751166Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2751327Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2751598Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2751758Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2751898Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2752057Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2752189Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2752352Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2752652Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2752930Z [05-13|18:27:49.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2753404Z [05-13|18:27:49.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2753741Z [05-13|18:27:49.353] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2753905Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2754211Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2754370Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2754649Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2754818Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2755209Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2755370Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2755661Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2755829Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2756119Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2756280Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2756555Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2756716Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2757012Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2757276Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2757552Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2757715Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2758013Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2758310Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2758604Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2758764Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2758906Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2759066Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2759365Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2759532Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2759829Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2759994Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2760131Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2760290Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2760588Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2760765Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2761073Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2761248Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2761416Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2761695Z [05-13|18:27:49.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2762164Z [05-13|18:27:49.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2762503Z [05-13|18:27:49.355] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2762680Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2762945Z [05-13|18:27:49.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2763400Z [05-13|18:27:49.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2763737Z [05-13|18:27:49.356] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2763908Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2764169Z [05-13|18:27:49.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2764631Z [05-13|18:27:49.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2765089Z [05-13|18:27:49.357] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2765259Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2765525Z [05-13|18:27:49.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2765977Z [05-13|18:27:49.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2766307Z [05-13|18:27:49.357] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2766480Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2766837Z [05-13|18:27:49.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2767291Z [05-13|18:27:49.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2767625Z [05-13|18:27:49.358] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2767794Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2768172Z [05-13|18:27:49.359] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2768655Z [05-13|18:27:49.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2768990Z [05-13|18:27:49.359] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2769164Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2769435Z [05-13|18:27:49.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2769890Z [05-13|18:27:49.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2770219Z [05-13|18:27:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2770394Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2770655Z [05-13|18:27:49.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2771117Z [05-13|18:27:49.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2771461Z [05-13|18:27:49.361] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2771781Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2772211Z [05-13|18:27:49.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2772851Z [05-13|18:27:49.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2773206Z [05-13|18:27:49.362] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2773687Z [05-13|18:27:49.362] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2773866Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2774002Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2774312Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2774626Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2774787Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2775083Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2775247Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2775538Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2775697Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2775982Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2776142Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2776537Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2776704Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2776986Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2777144Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2777440Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2777604Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2777880Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2778174Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2778457Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2778622Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2778918Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2779084Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2779362Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2779524Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2779809Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2779979Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2780278Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2780440Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2780737Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2780896Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2781172Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2781339Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2781615Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2781774Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2782054Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2782211Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2782505Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2782663Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2782938Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2783096Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2783392Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2783562Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2783837Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2784113Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2784409Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2784567Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2784858Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2785024Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2785298Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2785459Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2785595Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2785760Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2786153Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2786323Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2786623Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2786785Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2787058Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2787224Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2787498Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2787658Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2787937Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2788218Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2788353Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2788517Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2788819Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2788984Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2789256Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2789424Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2789698Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2789857Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2790157Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2790318Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2790607Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2790776Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2791050Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2791212Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2791343Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2791507Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2791781Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2791942Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2792244Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2792404Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2792536Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2792701Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2792994Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2793154Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2793549Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2793708Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2793838Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2793999Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2794299Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2794575Z [05-13|18:27:49.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2795039Z [05-13|18:27:49.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2795530Z [05-13|18:27:49.367] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2795697Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2795835Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2796108Z [05-13|18:27:49.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2796566Z [05-13|18:27:49.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2796899Z [05-13|18:27:49.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2797080Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2797248Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2797414Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2797689Z [05-13|18:27:49.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2798269Z [05-13|18:27:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2798626Z [05-13|18:27:49.369] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2798809Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2799076Z [05-13|18:27:49.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2799531Z [05-13|18:27:49.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2799865Z [05-13|18:27:49.370] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2800036Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2800297Z [05-13|18:27:49.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2800757Z [05-13|18:27:49.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2801086Z [05-13|18:27:49.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2801254Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2801519Z [05-13|18:27:49.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2801968Z [05-13|18:27:49.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2802295Z [05-13|18:27:49.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2802579Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2802839Z [05-13|18:27:49.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2803290Z [05-13|18:27:49.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2803617Z [05-13|18:27:49.375] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2803786Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2804044Z [05-13|18:27:49.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2804595Z [05-13|18:27:49.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2804927Z [05-13|18:27:49.376] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2805097Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2805360Z [05-13|18:27:49.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2805806Z [05-13|18:27:49.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2806133Z [05-13|18:27:49.377] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2806304Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2806565Z [05-13|18:27:49.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2807022Z [05-13|18:27:49.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2807355Z [05-13|18:27:49.378] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2807833Z [05-13|18:27:49.378] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2807994Z epoch_test.go:820: Called callback 0 out of 47 -2026-05-13T18:30:53.2808390Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2808550Z epoch_test.go:820: Called callback 1 out of 47 -2026-05-13T18:30:53.2808826Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2808988Z epoch_test.go:820: Called callback 2 out of 47 -2026-05-13T18:30:53.2809267Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2809427Z epoch_test.go:820: Called callback 3 out of 47 -2026-05-13T18:30:53.2809700Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2809860Z epoch_test.go:820: Called callback 4 out of 47 -2026-05-13T18:30:53.2810161Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0200000000000000 -2026-05-13T18:30:53.2810318Z epoch_test.go:820: Called callback 5 out of 47 -2026-05-13T18:30:53.2810462Z epoch_test.go:850: Injecting block 7 -2026-05-13T18:30:53.2810618Z epoch_test.go:820: Called callback 6 out of 47 -2026-05-13T18:30:53.2810922Z epoch_test.go:871: Injecting vote for round 0 01aae0544a3c5596aeac... 0300000000000000 -2026-05-13T18:30:53.2811190Z [05-13|18:27:49.380] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2811646Z [05-13|18:27:49.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2811916Z epoch_test.go:820: Called callback 7 out of 47 -2026-05-13T18:30:53.2812198Z epoch_test.go:885: Injecting finalized vote for round 1 773d8fe9a6be0f222598... -2026-05-13T18:30:53.2812354Z epoch_test.go:820: Called callback 8 out of 47 -2026-05-13T18:30:53.2812650Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0300000000000000 -2026-05-13T18:30:53.2812812Z epoch_test.go:820: Called callback 9 out of 47 -2026-05-13T18:30:53.2813087Z epoch_test.go:885: Injecting finalized vote for round 8 217e85341cd61be1ca56... -2026-05-13T18:30:53.2813250Z epoch_test.go:820: Called callback 10 out of 47 -2026-05-13T18:30:53.2813544Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0300000000000000 -2026-05-13T18:30:53.2813710Z epoch_test.go:820: Called callback 11 out of 47 -2026-05-13T18:30:53.2814099Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0200000000000000 -2026-05-13T18:30:53.2814265Z epoch_test.go:820: Called callback 12 out of 47 -2026-05-13T18:30:53.2814559Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0200000000000000 -2026-05-13T18:30:53.2814718Z epoch_test.go:820: Called callback 13 out of 47 -2026-05-13T18:30:53.2814994Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2815159Z epoch_test.go:820: Called callback 14 out of 47 -2026-05-13T18:30:53.2815431Z epoch_test.go:885: Injecting finalized vote for round 3 96939a73439f8f56b86b... -2026-05-13T18:30:53.2815590Z epoch_test.go:820: Called callback 15 out of 47 -2026-05-13T18:30:53.2815724Z epoch_test.go:850: Injecting block 3 -2026-05-13T18:30:53.2815882Z epoch_test.go:820: Called callback 16 out of 47 -2026-05-13T18:30:53.2816161Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2816322Z epoch_test.go:820: Called callback 17 out of 47 -2026-05-13T18:30:53.2816622Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0200000000000000 -2026-05-13T18:30:53.2816781Z epoch_test.go:820: Called callback 18 out of 47 -2026-05-13T18:30:53.2817054Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2817218Z epoch_test.go:820: Called callback 19 out of 47 -2026-05-13T18:30:53.2817349Z epoch_test.go:850: Injecting block 2 -2026-05-13T18:30:53.2817509Z epoch_test.go:820: Called callback 20 out of 47 -2026-05-13T18:30:53.2817789Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2817947Z epoch_test.go:820: Called callback 21 out of 47 -2026-05-13T18:30:53.2818363Z epoch_test.go:871: Injecting vote for round 7 75f9a7aa8e40151b770a... 0300000000000000 -2026-05-13T18:30:53.2818526Z epoch_test.go:820: Called callback 22 out of 47 -2026-05-13T18:30:53.2818661Z epoch_test.go:850: Injecting block 6 -2026-05-13T18:30:53.2818823Z epoch_test.go:820: Called callback 23 out of 47 -2026-05-13T18:30:53.2819095Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2819260Z epoch_test.go:820: Called callback 24 out of 47 -2026-05-13T18:30:53.2819553Z epoch_test.go:871: Injecting vote for round 3 96939a73439f8f56b86b... 0300000000000000 -2026-05-13T18:30:53.2819712Z epoch_test.go:820: Called callback 25 out of 47 -2026-05-13T18:30:53.2819846Z epoch_test.go:850: Injecting block 5 -2026-05-13T18:30:53.2820006Z epoch_test.go:820: Called callback 26 out of 47 -2026-05-13T18:30:53.2820136Z epoch_test.go:850: Injecting block 9 -2026-05-13T18:30:53.2820303Z epoch_test.go:820: Called callback 27 out of 47 -2026-05-13T18:30:53.2820598Z epoch_test.go:871: Injecting vote for round 2 3f5a1c3d4988ccb58e9b... 0200000000000000 -2026-05-13T18:30:53.2820769Z epoch_test.go:820: Called callback 28 out of 47 -2026-05-13T18:30:53.2821193Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0200000000000000 -2026-05-13T18:30:53.2821357Z epoch_test.go:820: Called callback 29 out of 47 -2026-05-13T18:30:53.2821653Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0300000000000000 -2026-05-13T18:30:53.2821813Z epoch_test.go:820: Called callback 30 out of 47 -2026-05-13T18:30:53.2822108Z epoch_test.go:871: Injecting vote for round 4 e508cda66f55ba9062d3... 0300000000000000 -2026-05-13T18:30:53.2822266Z epoch_test.go:820: Called callback 31 out of 47 -2026-05-13T18:30:53.2822558Z epoch_test.go:871: Injecting vote for round 9 7ba9fc034b9c8f12ed3c... 0200000000000000 -2026-05-13T18:30:53.2822722Z epoch_test.go:820: Called callback 32 out of 47 -2026-05-13T18:30:53.2822993Z epoch_test.go:885: Injecting finalized vote for round 6 941430d77a410d4240bc... -2026-05-13T18:30:53.2823251Z epoch_test.go:820: Called callback 33 out of 47 -2026-05-13T18:30:53.2823552Z epoch_test.go:871: Injecting vote for round 8 217e85341cd61be1ca56... 0300000000000000 -2026-05-13T18:30:53.2823715Z epoch_test.go:820: Called callback 34 out of 47 -2026-05-13T18:30:53.2823990Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2824148Z epoch_test.go:820: Called callback 35 out of 47 -2026-05-13T18:30:53.2824443Z epoch_test.go:871: Injecting vote for round 5 d931068305f2d39eb3c3... 0200000000000000 -2026-05-13T18:30:53.2824603Z epoch_test.go:820: Called callback 36 out of 47 -2026-05-13T18:30:53.2824894Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0300000000000000 -2026-05-13T18:30:53.2825058Z epoch_test.go:820: Called callback 37 out of 47 -2026-05-13T18:30:53.2825333Z epoch_test.go:885: Injecting finalized vote for round 9 7ba9fc034b9c8f12ed3c... -2026-05-13T18:30:53.2825492Z epoch_test.go:820: Called callback 38 out of 47 -2026-05-13T18:30:53.2825775Z epoch_test.go:885: Injecting finalized vote for round 4 e508cda66f55ba9062d3... -2026-05-13T18:30:53.2825937Z epoch_test.go:820: Called callback 39 out of 47 -2026-05-13T18:30:53.2826209Z epoch_test.go:885: Injecting finalized vote for round 5 d931068305f2d39eb3c3... -2026-05-13T18:30:53.2826371Z epoch_test.go:820: Called callback 40 out of 47 -2026-05-13T18:30:53.2826645Z epoch_test.go:885: Injecting finalized vote for round 7 75f9a7aa8e40151b770a... -2026-05-13T18:30:53.2826803Z epoch_test.go:820: Called callback 41 out of 47 -2026-05-13T18:30:53.2827095Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0200000000000000 -2026-05-13T18:30:53.2827259Z epoch_test.go:820: Called callback 42 out of 47 -2026-05-13T18:30:53.2827549Z epoch_test.go:871: Injecting vote for round 6 941430d77a410d4240bc... 0200000000000000 -2026-05-13T18:30:53.2827708Z epoch_test.go:820: Called callback 43 out of 47 -2026-05-13T18:30:53.2827846Z epoch_test.go:850: Injecting block 1 -2026-05-13T18:30:53.2828004Z epoch_test.go:820: Called callback 44 out of 47 -2026-05-13T18:30:53.2828396Z epoch_test.go:885: Injecting finalized vote for round 2 3f5a1c3d4988ccb58e9b... -2026-05-13T18:30:53.2828561Z epoch_test.go:820: Called callback 45 out of 47 -2026-05-13T18:30:53.2828838Z epoch_test.go:885: Injecting finalized vote for round 0 01aae0544a3c5596aeac... -2026-05-13T18:30:53.2829171Z [05-13|18:27:49.382] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.2829336Z epoch_test.go:820: Called callback 46 out of 47 -2026-05-13T18:30:53.2829630Z epoch_test.go:871: Injecting vote for round 1 773d8fe9a6be0f222598... 0300000000000000 -2026-05-13T18:30:53.2829897Z [05-13|18:27:49.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2830360Z [05-13|18:27:49.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2830807Z [05-13|18:27:49.383] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2830978Z epoch_test.go:825: Waiting for commit of round 0 -2026-05-13T18:30:53.2831150Z epoch_test.go:825: Waiting for commit of round 1 -2026-05-13T18:30:53.2831314Z epoch_test.go:825: Waiting for commit of round 2 -2026-05-13T18:30:53.2831577Z [05-13|18:27:49.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.2832034Z [05-13|18:27:49.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2832369Z [05-13|18:27:49.384] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.2832633Z epoch_test.go:825: Waiting for commit of round 3 -2026-05-13T18:30:53.2832895Z [05-13|18:27:49.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.2833351Z [05-13|18:27:49.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2833518Z epoch_test.go:825: Waiting for commit of round 4 -2026-05-13T18:30:53.2833844Z [05-13|18:27:49.385] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.2834108Z [05-13|18:27:49.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.2834556Z [05-13|18:27:49.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2834886Z [05-13|18:27:49.386] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.2835061Z epoch_test.go:825: Waiting for commit of round 5 -2026-05-13T18:30:53.2835318Z [05-13|18:27:49.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.2835764Z [05-13|18:27:49.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2836094Z [05-13|18:27:49.387] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.2836260Z epoch_test.go:825: Waiting for commit of round 6 -2026-05-13T18:30:53.2836517Z [05-13|18:27:49.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.2836975Z [05-13|18:27:49.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2837299Z [05-13|18:27:49.388] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.2837465Z epoch_test.go:825: Waiting for commit of round 7 -2026-05-13T18:30:53.2837728Z [05-13|18:27:49.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.2838294Z [05-13|18:27:49.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.2838622Z [05-13|18:27:49.389] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.2838793Z epoch_test.go:825: Waiting for commit of round 8 -2026-05-13T18:30:53.2839050Z [05-13|18:27:49.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.2839502Z [05-13|18:27:49.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2839946Z [05-13|18:27:49.390] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.2840113Z epoch_test.go:825: Waiting for commit of round 9 -2026-05-13T18:30:53.2840371Z [05-13|18:27:49.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.2840832Z [05-13|18:27:49.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2841158Z [05-13|18:27:49.391] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.2841307Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2841626Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2841777Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2841984Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2842130Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2842340Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2842478Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2842688Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2842828Z [05-13|18:27:49.391] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2843030Z [05-13|18:27:49.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2843177Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2843383Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2843525Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2843735Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2843875Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2844081Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2844219Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2844428Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2844564Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2844769Z [05-13|18:27:49.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2844913Z [05-13|18:27:49.392] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2845121Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2845260Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2845474Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2845612Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2845819Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2845963Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2846169Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2846306Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2846518Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2846654Z [05-13|18:27:49.393] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2846944Z [05-13|18:27:49.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2847081Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2847290Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2847427Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2847631Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2847769Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2847972Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2848232Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2848556Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2848705Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2848911Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2849053Z [05-13|18:27:49.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2851542Z [05-13|18:27:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2851700Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2851916Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2852066Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2852277Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2852418Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2852638Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2852781Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2852987Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2853133Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2853375Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2853517Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2853722Z [05-13|18:27:49.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2853866Z [05-13|18:27:49.395] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2854070Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2854210Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2854422Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2854560Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2854765Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2854908Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2855115Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2855253Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2855457Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2855600Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2855804Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2855942Z [05-13|18:27:49.396] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2856241Z [05-13|18:27:49.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2856379Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2856584Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2856729Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2856933Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2857069Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2857277Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2857415Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2857701Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2857852Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2858223Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2858464Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2858701Z [05-13|18:27:49.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2858991Z [05-13|18:27:49.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2859218Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2859397Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2859615Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2859754Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2859965Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2860111Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2860328Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2860466Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2860678Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2860815Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2861019Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2861161Z [05-13|18:27:49.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2861365Z [05-13|18:27:49.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2861506Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2861715Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2861856Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2862062Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2862203Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2862417Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2862558Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2862762Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2862907Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2863113Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2863254Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2863584Z [05-13|18:27:49.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2863722Z [05-13|18:27:49.399] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2863927Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2864072Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2864274Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2864411Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2864621Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2864758Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2865066Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2865209Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2865424Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2865565Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2865771Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2865965Z [05-13|18:27:49.400] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2866169Z [05-13|18:27:49.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2866307Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2866517Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2866655Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2866863Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2867008Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2867215Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2867352Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2867561Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2867699Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2867903Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2868239Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2868487Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2868630Z [05-13|18:27:49.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2868841Z [05-13|18:27:49.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2868987Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2869193Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2869332Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2869549Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2869685Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2869890Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2870033Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2870240Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2870379Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2870589Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2870802Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2871007Z [05-13|18:27:49.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2871150Z [05-13|18:27:49.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2871359Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2871498Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2871703Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2871852Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2872056Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2872297Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2872510Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2872648Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2872851Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2873046Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2873250Z [05-13|18:27:49.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2873388Z [05-13|18:27:49.403] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2873599Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2873736Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2873944Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2874085Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2874294Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2875872Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2876114Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2876274Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2876490Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2876632Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2876841Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2876986Z [05-13|18:27:49.404] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2877193Z [05-13|18:27:49.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2877335Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2877548Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2877706Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2877915Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2878224Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2878442Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2878583Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2878789Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2878933Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2879143Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2879368Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2879579Z [05-13|18:27:49.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2879724Z [05-13|18:27:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2879931Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2880076Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2880282Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2880420Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2880631Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2880829Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2881047Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2881193Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2881402Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2881552Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2881834Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2881979Z [05-13|18:27:49.406] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2882182Z [05-13|18:27:49.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.2882314Z --- PASS: TestEpochInterleavingMessages (1.38s) -2026-05-13T18:30:53.2882415Z === RUN TestEpochBlockSentTwice -2026-05-13T18:30:53.2882905Z [05-13|18:27:49.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2883050Z [05-13|18:27:49.407] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2883353Z [05-13|18:27:49.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.2883495Z --- PASS: TestEpochBlockSentTwice (0.00s) -2026-05-13T18:30:53.2883629Z === RUN TestEpochQCSignedByNonExistentNodes -2026-05-13T18:30:53.2884114Z [05-13|18:27:49.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2884449Z === RUN TestEpochQCSignedByNonExistentNodes/notarization_with_unknown_signer_isn't_taken_into_account -2026-05-13T18:30:53.2884717Z [05-13|18:27:49.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.2885028Z === RUN TestEpochQCSignedByNonExistentNodes/notarization_with_double_signer_isn't_taken_into_account -2026-05-13T18:30:53.2885288Z [05-13|18:27:50.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 2} -2026-05-13T18:30:53.2885622Z === RUN TestEpochQCSignedByNonExistentNodes/empty_notarization_with_unknown_signer_isn't_taken_into_account -2026-05-13T18:30:53.2885954Z === RUN TestEpochQCSignedByNonExistentNodes/empty_notarization_with_double_signer_isn't_taken_into_account -2026-05-13T18:30:53.2886260Z === RUN TestEpochQCSignedByNonExistentNodes/finalization_with_unknown_signer_isn't_taken_into_account -2026-05-13T18:30:53.2886560Z === RUN TestEpochQCSignedByNonExistentNodes/finalization_with_double_signer_isn't_taken_into_account -2026-05-13T18:30:53.2886714Z [05-13|18:27:52.411] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2886924Z [05-13|18:27:52.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.2887071Z --- PASS: TestEpochQCSignedByNonExistentNodes (3.00s) -2026-05-13T18:30:53.2887530Z --- PASS: TestEpochQCSignedByNonExistentNodes/notarization_with_unknown_signer_isn't_taken_into_account (1.00s) -2026-05-13T18:30:53.2888014Z --- PASS: TestEpochQCSignedByNonExistentNodes/notarization_with_double_signer_isn't_taken_into_account (0.00s) -2026-05-13T18:30:53.2888608Z --- PASS: TestEpochQCSignedByNonExistentNodes/empty_notarization_with_unknown_signer_isn't_taken_into_account (0.00s) -2026-05-13T18:30:53.2889079Z --- PASS: TestEpochQCSignedByNonExistentNodes/empty_notarization_with_double_signer_isn't_taken_into_account (0.00s) -2026-05-13T18:30:53.2889519Z --- PASS: TestEpochQCSignedByNonExistentNodes/finalization_with_unknown_signer_isn't_taken_into_account (1.00s) -2026-05-13T18:30:53.2889949Z --- PASS: TestEpochQCSignedByNonExistentNodes/finalization_with_double_signer_isn't_taken_into_account (1.00s) -2026-05-13T18:30:53.2890057Z === RUN TestEpochBlockSentFromNonLeader -2026-05-13T18:30:53.2890603Z [05-13|18:27:52.412] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2890756Z [05-13|18:27:52.412] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2890967Z [05-13|18:27:52.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.2891102Z --- PASS: TestEpochBlockSentFromNonLeader (0.00s) -2026-05-13T18:30:53.2891256Z === RUN TestEpochBlockTooHighRound -2026-05-13T18:30:53.2891737Z [05-13|18:27:52.413] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2891939Z === RUN TestEpochBlockTooHighRound/block_from_higher_round_is_rejected -2026-05-13T18:30:53.2892074Z === RUN TestEpochBlockTooHighRound/block_is_accepted -2026-05-13T18:30:53.2892231Z [05-13|18:27:52.414] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2892455Z [05-13|18:27:52.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.2892579Z --- PASS: TestEpochBlockTooHighRound (0.00s) -2026-05-13T18:30:53.2892882Z --- PASS: TestEpochBlockTooHighRound/block_from_higher_round_is_rejected (0.00s) -2026-05-13T18:30:53.2893169Z --- PASS: TestEpochBlockTooHighRound/block_is_accepted (0.00s) -2026-05-13T18:30:53.2893281Z === RUN TestEpochSendsBlockDigestRequest -2026-05-13T18:30:53.2893770Z [05-13|18:27:52.414] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2894242Z [05-13|18:27:52.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2894515Z [05-13|18:27:52.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.2894956Z [05-13|18:27:52.415] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 1} -2026-05-13T18:30:53.2895107Z [05-13|18:27:52.435] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2895321Z [05-13|18:27:52.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.2895451Z --- PASS: TestEpochSendsBlockDigestRequest (0.02s) -2026-05-13T18:30:53.2895555Z === RUN TestMetadataProposedRound -2026-05-13T18:30:53.2896029Z [05-13|18:27:52.435] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2896172Z [05-13|18:27:52.436] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2896377Z [05-13|18:27:52.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.2896494Z --- PASS: TestMetadataProposedRound (0.00s) -2026-05-13T18:30:53.2896605Z === RUN TestEpochVotesForEquivocatedVotes -2026-05-13T18:30:53.2897133Z [05-13|18:27:52.436] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2897411Z [05-13|18:27:52.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.2897873Z [05-13|18:27:52.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2898017Z [05-13|18:27:52.938] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2898351Z [05-13|18:27:52.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.2898486Z --- PASS: TestEpochVotesForEquivocatedVotes (0.50s) -2026-05-13T18:30:53.2898609Z === RUN TestEpochRequestsEmptyRoundDependency -2026-05-13T18:30:53.2899149Z [05-13|18:27:52.938] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2899419Z [05-13|18:27:52.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.2899853Z [05-13|18:27:52.939] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:53.2900437Z [05-13|18:27:52.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2900700Z [05-13|18:27:52.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:53.2901160Z [05-13|18:27:52.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.2901310Z [05-13|18:27:52.941] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2901518Z [05-13|18:27:52.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.2901669Z --- PASS: TestEpochRequestsEmptyRoundDependency (0.00s) -2026-05-13T18:30:53.2901857Z === RUN TestDoubleIncrementOnPersistNotarization -2026-05-13T18:30:53.2902334Z [05-13|18:27:52.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2902787Z [05-13|18:27:52.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.2903054Z [05-13|18:27:52.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.2903196Z [05-13|18:27:52.942] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2903402Z [05-13|18:27:52.942] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.2903570Z --- PASS: TestDoubleIncrementOnPersistNotarization (0.00s) -2026-05-13T18:30:53.2903684Z === RUN TestRejectsOldNotarizationAndVotes -2026-05-13T18:30:53.2904157Z [05-13|18:27:52.943] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.2904503Z [05-13|18:27:52.943] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.2904957Z [05-13|18:27:52.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.2905164Z [05-13|18:27:52.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.2905433Z [05-13|18:27:53.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.2905638Z [05-13|18:27:56.157] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.2905774Z --- PASS: TestRejectsOldNotarizationAndVotes (3.21s) -2026-05-13T18:30:53.2905873Z === RUN TestBlockDeserializer -2026-05-13T18:30:53.2905975Z --- PASS: TestBlockDeserializer (0.00s) -2026-05-13T18:30:53.2906050Z === RUN TestQuorum -2026-05-13T18:30:53.2906129Z === RUN TestQuorum/1 -2026-05-13T18:30:53.2906209Z === RUN TestQuorum/2 -2026-05-13T18:30:53.2906281Z === RUN TestQuorum/3 -2026-05-13T18:30:53.2906356Z === RUN TestQuorum/4 -2026-05-13T18:30:53.2906433Z === RUN TestQuorum/5 -2026-05-13T18:30:53.2906505Z === RUN TestQuorum/6 -2026-05-13T18:30:53.2906577Z === RUN TestQuorum/7 -2026-05-13T18:30:53.2906648Z === RUN TestQuorum/8 -2026-05-13T18:30:53.2906727Z === RUN TestQuorum/9 -2026-05-13T18:30:53.2906803Z === RUN TestQuorum/10 -2026-05-13T18:30:53.2906877Z === RUN TestQuorum/11 -2026-05-13T18:30:53.2906998Z === RUN TestQuorum/12 -2026-05-13T18:30:53.2907089Z --- PASS: TestQuorum (0.00s) -2026-05-13T18:30:53.2907214Z --- PASS: TestQuorum/1 (0.00s) -2026-05-13T18:30:53.2907327Z --- PASS: TestQuorum/2 (0.00s) -2026-05-13T18:30:53.2907444Z --- PASS: TestQuorum/3 (0.00s) -2026-05-13T18:30:53.2907556Z --- PASS: TestQuorum/4 (0.00s) -2026-05-13T18:30:53.2907665Z --- PASS: TestQuorum/5 (0.00s) -2026-05-13T18:30:53.2907820Z --- PASS: TestQuorum/6 (0.00s) -2026-05-13T18:30:53.2907929Z --- PASS: TestQuorum/7 (0.00s) -2026-05-13T18:30:53.2908151Z --- PASS: TestQuorum/8 (0.00s) -2026-05-13T18:30:53.2908271Z --- PASS: TestQuorum/9 (0.00s) -2026-05-13T18:30:53.2908385Z --- PASS: TestQuorum/10 (0.00s) -2026-05-13T18:30:53.2908496Z --- PASS: TestQuorum/11 (0.00s) -2026-05-13T18:30:53.2908606Z --- PASS: TestQuorum/12 (0.00s) -2026-05-13T18:30:53.2908701Z === RUN TestNetworkSimpleFuzz -2026-05-13T18:30:53.2908791Z === RUN TestNetworkSimpleFuzz/#00 -2026-05-13T18:30:53.2909109Z [05-13|18:27:56.159] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696876158} -2026-05-13T18:30:53.2909380Z [05-13|18:27:56.159] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 7} -2026-05-13T18:30:53.2909922Z [05-13|18:27:56.178] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2910258Z [05-13|18:27:56.178] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 0, "max height": 0} -2026-05-13T18:30:53.2910634Z [05-13|18:27:56.203] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 0, "max height": 1} -2026-05-13T18:30:53.2910962Z [05-13|18:27:56.218] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 1, "max height": 1} -2026-05-13T18:30:53.2911334Z [05-13|18:27:56.347] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 3, "max height": 3} -2026-05-13T18:30:53.2911659Z [05-13|18:27:56.347] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 3, "max height": 3} -2026-05-13T18:30:53.2912023Z [05-13|18:27:56.369] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 5, "max height": 5} -2026-05-13T18:30:53.2912441Z [05-13|18:27:56.369] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2912772Z [05-13|18:27:56.369] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 5, "max height": 5} -2026-05-13T18:30:53.2913137Z [05-13|18:27:56.390] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 5, "max height": 7} -2026-05-13T18:30:53.2913614Z [05-13|18:27:56.401] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2913943Z [05-13|18:27:56.401] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 7, "max height": 7} -2026-05-13T18:30:53.2914376Z [05-13|18:27:56.422] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 7, "max height": 10} -2026-05-13T18:30:53.2914789Z [05-13|18:27:56.436] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2915130Z [05-13|18:27:56.436] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 10, "max height": 10} -2026-05-13T18:30:53.2915504Z [05-13|18:27:56.460] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 10, "max height": 12} -2026-05-13T18:30:53.2915832Z [05-13|18:27:56.467] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 12, "max height": 12} -2026-05-13T18:30:53.2916261Z [05-13|18:27:56.488] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 13, "max height": 14} -2026-05-13T18:30:53.2916744Z [05-13|18:27:56.490] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2917073Z [05-13|18:27:56.491] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 14, "max height": 14} -2026-05-13T18:30:53.2917503Z [05-13|18:27:56.512] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 14, "max height": 16} -2026-05-13T18:30:53.2917828Z [05-13|18:27:56.532] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 16, "max height": 16} -2026-05-13T18:30:53.2918310Z [05-13|18:27:56.553] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 18, "max height": 18} -2026-05-13T18:30:53.2918798Z [05-13|18:27:56.554] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2919129Z [05-13|18:27:56.554] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 18, "max height": 18} -2026-05-13T18:30:53.2919564Z [05-13|18:27:56.658] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 18, "max height": 20} -2026-05-13T18:30:53.2919904Z [05-13|18:27:56.674] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 20, "max height": 20} -2026-05-13T18:30:53.2920276Z [05-13|18:27:56.695] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 22, "max height": 22} -2026-05-13T18:30:53.2920610Z [05-13|18:27:56.695] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 22, "max height": 22} -2026-05-13T18:30:53.2920983Z [05-13|18:27:56.719] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 24, "max height": 24} -2026-05-13T18:30:53.2921458Z [05-13|18:27:56.720] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0200000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2921795Z [05-13|18:27:56.720] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 24, "max height": 24} -2026-05-13T18:30:53.2922170Z [05-13|18:27:56.745] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 24, "max height": 25} -2026-05-13T18:30:53.2922588Z [05-13|18:27:56.763] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2922921Z [05-13|18:27:56.763] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 25, "max height": 25} -2026-05-13T18:30:53.2923293Z [05-13|18:27:56.785] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 25, "max height": 27} -2026-05-13T18:30:53.2923679Z [05-13|18:27:56.797] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 27, "max height": 27} -2026-05-13T18:30:53.2924054Z [05-13|18:27:56.902] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 28, "max height": 29} -2026-05-13T18:30:53.2924528Z [05-13|18:27:56.906] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2924856Z [05-13|18:27:56.906] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 29, "max height": 29} -2026-05-13T18:30:53.2925230Z [05-13|18:27:56.926] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 29, "max height": 31} -2026-05-13T18:30:53.2925695Z [05-13|18:27:56.947] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2926029Z [05-13|18:27:56.947] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 31, "max height": 31} -2026-05-13T18:30:53.2926406Z [05-13|18:27:56.970] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 31, "max height": 33} -2026-05-13T18:30:53.2926909Z [05-13|18:27:56.983] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2927237Z [05-13|18:27:56.983] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 33, "max height": 33} -2026-05-13T18:30:53.2927613Z [05-13|18:27:57.194] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 33, "max height": 35} -2026-05-13T18:30:53.2928024Z [05-13|18:27:57.219] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2928470Z [05-13|18:27:57.219] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 36, "max height": 36} -2026-05-13T18:30:53.2928918Z [05-13|18:27:57.242] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 36, "max height": 39} -2026-05-13T18:30:53.2929335Z [05-13|18:27:57.268] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2929663Z [05-13|18:27:57.268] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 39, "max height": 39} -2026-05-13T18:30:53.2930041Z [05-13|18:27:57.294] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 39, "max height": 41} -2026-05-13T18:30:53.2930452Z [05-13|18:27:57.309] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2930779Z [05-13|18:27:57.309] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 41, "max height": 41} -2026-05-13T18:30:53.2931155Z [05-13|18:27:57.330] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 41, "max height": 43} -2026-05-13T18:30:53.2931566Z [05-13|18:27:57.347] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2931893Z [05-13|18:27:57.347] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 43, "max height": 43} -2026-05-13T18:30:53.2932269Z [05-13|18:27:57.369] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 43, "max height": 44} -2026-05-13T18:30:53.2932680Z [05-13|18:27:57.384] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2933073Z [05-13|18:27:57.384] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 44, "max height": 44} -2026-05-13T18:30:53.2933446Z [05-13|18:27:57.490] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 44, "max height": 46} -2026-05-13T18:30:53.2933772Z [05-13|18:27:57.512] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 46, "max height": 47} -2026-05-13T18:30:53.2934151Z [05-13|18:27:57.533] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 48, "max height": 48} -2026-05-13T18:30:53.2934479Z [05-13|18:27:57.533] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 48, "max height": 48} -2026-05-13T18:30:53.2934848Z [05-13|18:27:57.556] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 50, "max height": 50} -2026-05-13T18:30:53.2935321Z [05-13|18:27:57.556] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2935653Z [05-13|18:27:57.556] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 50, "max height": 50} -2026-05-13T18:30:53.2936027Z [05-13|18:27:57.578] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 50, "max height": 52} -2026-05-13T18:30:53.2936415Z [05-13|18:27:57.605] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 52, "max height": 53} -2026-05-13T18:30:53.2936783Z [05-13|18:27:57.626] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 55, "max height": 55} -2026-05-13T18:30:53.2937116Z [05-13|18:27:57.626] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 55, "max height": 55} -2026-05-13T18:30:53.2937491Z [05-13|18:27:57.647] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 56, "max height": 56} -2026-05-13T18:30:53.2937905Z [05-13|18:27:57.648] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2938416Z [05-13|18:27:57.648] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 56, "max height": 56} -2026-05-13T18:30:53.2938800Z [05-13|18:27:57.669] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 56, "max height": 58} -2026-05-13T18:30:53.2939124Z [05-13|18:27:57.690] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 58, "max height": 58} -2026-05-13T18:30:53.2939490Z [05-13|18:27:57.711] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 59, "max height": 59} -2026-05-13T18:30:53.2939824Z [05-13|18:27:57.712] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 59, "max height": 59} -2026-05-13T18:30:53.2940194Z [05-13|18:27:57.732] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 61, "max height": 61} -2026-05-13T18:30:53.2940669Z [05-13|18:27:57.733] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2941003Z [05-13|18:27:57.733] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 61, "max height": 61} -2026-05-13T18:30:53.2941376Z [05-13|18:27:57.758] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 61, "max height": 62} -2026-05-13T18:30:53.2941786Z [05-13|18:27:57.801] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2942123Z [05-13|18:27:57.801] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 62, "max height": 62} -2026-05-13T18:30:53.2942559Z [05-13|18:27:57.905] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 62, "max height": 64} -2026-05-13T18:30:53.2942887Z [05-13|18:27:57.926] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 64, "max height": 64} -2026-05-13T18:30:53.2943265Z [05-13|18:27:57.958] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 66, "max height": 67} -2026-05-13T18:30:53.2943673Z [05-13|18:27:57.964] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2943997Z [05-13|18:27:57.964] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 67, "max height": 67} -2026-05-13T18:30:53.2944423Z [05-13|18:27:57.985] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 67, "max height": 69} -2026-05-13T18:30:53.2944751Z [05-13|18:27:58.008] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 69, "max height": 69} -2026-05-13T18:30:53.2945123Z [05-13|18:27:58.030] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 71, "max height": 71} -2026-05-13T18:30:53.2945600Z [05-13|18:27:58.031] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2945982Z [05-13|18:27:58.031] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 71, "max height": 71} -2026-05-13T18:30:53.2946355Z [05-13|18:27:58.157] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 71, "max height": 72} -2026-05-13T18:30:53.2946688Z [05-13|18:27:58.198] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 72, "max height": 72} -2026-05-13T18:30:53.2947061Z [05-13|18:27:58.219] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 73, "max height": 74} -2026-05-13T18:30:53.2947386Z [05-13|18:27:58.223] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 74, "max height": 74} -2026-05-13T18:30:53.2947799Z [05-13|18:27:58.244] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 76, "max height": 76} -2026-05-13T18:30:53.2948388Z [05-13|18:27:58.244] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0200000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2948725Z [05-13|18:27:58.244] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 76, "max height": 76} -2026-05-13T18:30:53.2949095Z [05-13|18:27:58.271] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 76, "max height": 78} -2026-05-13T18:30:53.2949567Z [05-13|18:27:58.316] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.2949905Z [05-13|18:27:58.316] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 78, "max height": 78} -2026-05-13T18:30:53.2950275Z [05-13|18:27:58.547] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 78, "max height": 80} -2026-05-13T18:30:53.2950602Z [05-13|18:27:58.602] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 80, "max height": 80} -2026-05-13T18:30:53.2950978Z [05-13|18:27:58.624] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 82, "max height": 82} -2026-05-13T18:30:53.2951306Z [05-13|18:27:58.624] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 82, "max height": 82} -2026-05-13T18:30:53.2951676Z [05-13|18:27:58.649] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 84, "max height": 84} -2026-05-13T18:30:53.2952164Z [05-13|18:27:58.650] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2952496Z [05-13|18:27:58.650] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 84, "max height": 84} -2026-05-13T18:30:53.2952868Z [05-13|18:27:58.673] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 84, "max height": 87} -2026-05-13T18:30:53.2953285Z [05-13|18:27:58.701] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2953613Z [05-13|18:27:58.701] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 87, "max height": 87} -2026-05-13T18:30:53.2954039Z [05-13|18:27:58.827] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 87, "max height": 89} -2026-05-13T18:30:53.2954376Z [05-13|18:27:58.854] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 89, "max height": 89} -2026-05-13T18:30:53.2954744Z [05-13|18:27:58.961] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 90, "max height": 91} -2026-05-13T18:30:53.2955122Z [05-13|18:27:58.965] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 91, "max height": 91} -2026-05-13T18:30:53.2955495Z [05-13|18:27:58.987] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 93, "max height": 93} -2026-05-13T18:30:53.2955909Z [05-13|18:27:58.989] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2956239Z [05-13|18:27:58.989] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 93, "max height": 93} -2026-05-13T18:30:53.2956618Z [05-13|18:27:59.117] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 93, "max height": 97} -2026-05-13T18:30:53.2956993Z [05-13|18:27:59.154] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 97, "max height": 97} -2026-05-13T18:30:53.2957364Z [05-13|18:27:59.180] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 98, "max height": 98} -2026-05-13T18:30:53.2957707Z [05-13|18:27:59.180] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 98, "max height": 98} -2026-05-13T18:30:53.2958189Z [05-13|18:27:59.201] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 99, "max height": 99} -2026-05-13T18:30:53.2958606Z [05-13|18:27:59.201] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.2958938Z [05-13|18:27:59.202] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 99, "max height": 99} -2026-05-13T18:30:53.2959345Z [05-13|18:27:59.223] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 99, "max height": 101} -2026-05-13T18:30:53.2959679Z [05-13|18:27:59.252] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 101, "max height": 101} -2026-05-13T18:30:53.2960067Z [05-13|18:27:59.273] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 102, "max height": 102} -2026-05-13T18:30:53.2960380Z [05-13|18:27:59.273] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 102} -2026-05-13T18:30:53.2960661Z [05-13|18:27:59.275] INFO random_network/network.go:291 Network Status {"num nodes": 7, "Seed": 1778696876158} -2026-05-13T18:30:53.2961038Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 121, "Height": 102} -2026-05-13T18:30:53.2962171Z node.go:176: Node 0000000000000000 sent message types: map[BlockMessage:5 EmptyNotarization:5 EmptyVoteMessage:5 FinalizationMessage:28 NotarizationMessage:30 ReplicationRequest:2 ReplicationResponse:9 VerifiedReplicationRequest:29 VoteMessage:23] -2026-05-13T18:30:53.2962549Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 121, "Height": 102} -2026-05-13T18:30:53.2963718Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:20 EmptyNotarization:39 EmptyVoteMessage:34 FinalizationMessage:121 NotarizationMessage:165 ReplicationRequest:6 ReplicationResponse:7 VerifiedReplicationRequest:125 VoteMessage:105] -2026-05-13T18:30:53.2964134Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 121, "Height": 102} -2026-05-13T18:30:53.2964897Z node.go:176: Node 0200000000000000 sent message types: map[BlockMessage:1 FinalizationMessage:6 NotarizationMessage:12 ReplicationResponse:9 VerifiedReplicationRequest:6 VoteMessage:5] -2026-05-13T18:30:53.2965266Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 121, "Height": 102} -2026-05-13T18:30:53.2966489Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:39 EmptyNotarization:58 EmptyVoteMessage:64 FinalizationMessage:215 NotarizationMessage:278 ReplicationRequest:14 ReplicationResponse:12 VerifiedReplicationRequest:228 VoteMessage:186] -2026-05-13T18:30:53.2966857Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 121, "Height": 102} -2026-05-13T18:30:53.2968145Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:36 EmptyNotarization:53 EmptyVoteMessage:52 FinalizationMessage:205 NotarizationMessage:263 ReplicationRequest:12 ReplicationResponse:11 VerifiedReplicationRequest:216 VoteMessage:176] -2026-05-13T18:30:53.2968520Z [05-13|18:27:59.275] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 121, "Height": 102} -2026-05-13T18:30:53.2969641Z node.go:176: Node 0500000000000000 sent message types: map[BlockMessage:12 EmptyNotarization:23 EmptyVoteMessage:19 FinalizationMessage:72 NotarizationMessage:102 ReplicationRequest:2 ReplicationResponse:7 VerifiedReplicationRequest:73 VoteMessage:64] -2026-05-13T18:30:53.2970009Z [05-13|18:27:59.276] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 121, "Height": 102} -2026-05-13T18:30:53.2971181Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:21 EmptyNotarization:47 EmptyVoteMessage:35 FinalizationMessage:121 NotarizationMessage:168 ReplicationRequest:6 ReplicationResponse:8 VerifiedReplicationRequest:126 VoteMessage:105] -2026-05-13T18:30:53.2971439Z [05-13|18:27:59.276] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 688} -2026-05-13T18:30:53.2971539Z === RUN TestNetworkSimpleFuzz/#01 -2026-05-13T18:30:53.2971854Z [05-13|18:27:59.279] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696879279} -2026-05-13T18:30:53.2972116Z [05-13|18:27:59.279] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 3} -2026-05-13T18:30:53.2972390Z [05-13|18:27:59.283] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2972724Z [05-13|18:27:59.283] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 0, "max height": 0} -2026-05-13T18:30:53.2973096Z [05-13|18:27:59.307] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 3, "max height": 3} -2026-05-13T18:30:53.2973369Z [05-13|18:27:59.307] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2973758Z [05-13|18:27:59.307] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 3, "max height": 3} -2026-05-13T18:30:53.2974127Z [05-13|18:27:59.328] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 5, "max height": 5} -2026-05-13T18:30:53.2974398Z [05-13|18:27:59.328] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2974724Z [05-13|18:27:59.328] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 5, "max height": 5} -2026-05-13T18:30:53.2975089Z [05-13|18:27:59.349] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 7, "max height": 7} -2026-05-13T18:30:53.2975357Z [05-13|18:27:59.349] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2975733Z [05-13|18:27:59.349] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 7, "max height": 7} -2026-05-13T18:30:53.2976116Z [05-13|18:27:59.370] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 10, "max height": 10} -2026-05-13T18:30:53.2976390Z [05-13|18:27:59.370] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2976783Z [05-13|18:27:59.371] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 10, "max height": 10} -2026-05-13T18:30:53.2977160Z [05-13|18:27:59.391] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 13, "max height": 13} -2026-05-13T18:30:53.2977428Z [05-13|18:27:59.391] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2977766Z [05-13|18:27:59.391] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 13, "max height": 13} -2026-05-13T18:30:53.2978255Z [05-13|18:27:59.412] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 15, "max height": 15} -2026-05-13T18:30:53.2978529Z [05-13|18:27:59.412] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2978923Z [05-13|18:27:59.412] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 15, "max height": 15} -2026-05-13T18:30:53.2979301Z [05-13|18:27:59.433] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 17, "max height": 17} -2026-05-13T18:30:53.2979569Z [05-13|18:27:59.434] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2979903Z [05-13|18:27:59.434] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 17, "max height": 17} -2026-05-13T18:30:53.2980272Z [05-13|18:27:59.455] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 19, "max height": 19} -2026-05-13T18:30:53.2980541Z [05-13|18:27:59.455] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2980874Z [05-13|18:27:59.455] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 19, "max height": 19} -2026-05-13T18:30:53.2981245Z [05-13|18:27:59.478] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 21, "max height": 21} -2026-05-13T18:30:53.2981514Z [05-13|18:27:59.478] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2981854Z [05-13|18:27:59.478] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 21, "max height": 21} -2026-05-13T18:30:53.2982228Z [05-13|18:27:59.499] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 24, "max height": 24} -2026-05-13T18:30:53.2982506Z [05-13|18:27:59.499] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2982900Z [05-13|18:27:59.499] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 24, "max height": 24} -2026-05-13T18:30:53.2983274Z [05-13|18:27:59.522] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 26, "max height": 26} -2026-05-13T18:30:53.2983545Z [05-13|18:27:59.522] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2983878Z [05-13|18:27:59.522] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 26, "max height": 26} -2026-05-13T18:30:53.2984247Z [05-13|18:27:59.543] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 28, "max height": 28} -2026-05-13T18:30:53.2984515Z [05-13|18:27:59.543] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2984899Z [05-13|18:27:59.543] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 28, "max height": 28} -2026-05-13T18:30:53.2985276Z [05-13|18:27:59.565] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 30, "max height": 30} -2026-05-13T18:30:53.2985544Z [05-13|18:27:59.565] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2985929Z [05-13|18:27:59.565] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 30, "max height": 30} -2026-05-13T18:30:53.2986300Z [05-13|18:27:59.586] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 33, "max height": 33} -2026-05-13T18:30:53.2986573Z [05-13|18:27:59.586] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2986905Z [05-13|18:27:59.586] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 33, "max height": 33} -2026-05-13T18:30:53.2987272Z [05-13|18:27:59.607] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 35, "max height": 35} -2026-05-13T18:30:53.2987584Z [05-13|18:27:59.607] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2987918Z [05-13|18:27:59.607] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 35, "max height": 35} -2026-05-13T18:30:53.2988407Z [05-13|18:27:59.628] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 37, "max height": 37} -2026-05-13T18:30:53.2988675Z [05-13|18:27:59.628] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2989007Z [05-13|18:27:59.628] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 37, "max height": 37} -2026-05-13T18:30:53.2989380Z [05-13|18:27:59.648] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 40, "max height": 40} -2026-05-13T18:30:53.2989649Z [05-13|18:27:59.648] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2989985Z [05-13|18:27:59.649] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 40, "max height": 40} -2026-05-13T18:30:53.2990357Z [05-13|18:27:59.669] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 42, "max height": 42} -2026-05-13T18:30:53.2990622Z [05-13|18:27:59.669] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2990956Z [05-13|18:27:59.669] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 42, "max height": 42} -2026-05-13T18:30:53.2991329Z [05-13|18:27:59.690] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 44, "max height": 44} -2026-05-13T18:30:53.2991597Z [05-13|18:27:59.690] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2992001Z [05-13|18:27:59.690] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 44, "max height": 44} -2026-05-13T18:30:53.2992374Z [05-13|18:27:59.711] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 46, "max height": 46} -2026-05-13T18:30:53.2992645Z [05-13|18:27:59.711] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2992976Z [05-13|18:27:59.711] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 46, "max height": 46} -2026-05-13T18:30:53.2993349Z [05-13|18:27:59.732] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 49, "max height": 49} -2026-05-13T18:30:53.2993671Z [05-13|18:27:59.732] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2994005Z [05-13|18:27:59.733] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 49, "max height": 49} -2026-05-13T18:30:53.2994379Z [05-13|18:27:59.754] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 51, "max height": 51} -2026-05-13T18:30:53.2994651Z [05-13|18:27:59.754] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2995046Z [05-13|18:27:59.754] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 51, "max height": 51} -2026-05-13T18:30:53.2995417Z [05-13|18:27:59.775] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 53, "max height": 53} -2026-05-13T18:30:53.2995684Z [05-13|18:27:59.775] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2996019Z [05-13|18:27:59.775] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 53, "max height": 53} -2026-05-13T18:30:53.2996394Z [05-13|18:27:59.795] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 56, "max height": 56} -2026-05-13T18:30:53.2996712Z [05-13|18:27:59.796] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2997045Z [05-13|18:27:59.796] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 56, "max height": 56} -2026-05-13T18:30:53.2997415Z [05-13|18:27:59.816] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 58, "max height": 58} -2026-05-13T18:30:53.2997683Z [05-13|18:27:59.816] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2998015Z [05-13|18:27:59.816] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 58, "max height": 58} -2026-05-13T18:30:53.2998510Z [05-13|18:27:59.837] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 60, "max height": 60} -2026-05-13T18:30:53.2998782Z [05-13|18:27:59.837] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.2999115Z [05-13|18:27:59.837] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 60, "max height": 60} -2026-05-13T18:30:53.2999487Z [05-13|18:27:59.858] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 62, "max height": 62} -2026-05-13T18:30:53.2999754Z [05-13|18:27:59.858] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3000085Z [05-13|18:27:59.858] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 62, "max height": 62} -2026-05-13T18:30:53.3000454Z [05-13|18:27:59.879] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 64, "max height": 64} -2026-05-13T18:30:53.3000725Z [05-13|18:27:59.879] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3001122Z [05-13|18:27:59.879] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 64, "max height": 64} -2026-05-13T18:30:53.3001493Z [05-13|18:27:59.900] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 66, "max height": 66} -2026-05-13T18:30:53.3001768Z [05-13|18:27:59.900] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3002100Z [05-13|18:27:59.900] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 66, "max height": 66} -2026-05-13T18:30:53.3002474Z [05-13|18:27:59.920] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 69, "max height": 69} -2026-05-13T18:30:53.3002833Z [05-13|18:27:59.921] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3003167Z [05-13|18:27:59.921] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 69, "max height": 69} -2026-05-13T18:30:53.3003542Z [05-13|18:27:59.942] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 71, "max height": 71} -2026-05-13T18:30:53.3003818Z [05-13|18:27:59.942] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3004202Z [05-13|18:27:59.942] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 71, "max height": 71} -2026-05-13T18:30:53.3004576Z [05-13|18:27:59.963] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 73, "max height": 73} -2026-05-13T18:30:53.3004846Z [05-13|18:27:59.963] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3005178Z [05-13|18:27:59.963] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 73, "max height": 73} -2026-05-13T18:30:53.3005554Z [05-13|18:27:59.984] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 75, "max height": 75} -2026-05-13T18:30:53.3005876Z [05-13|18:27:59.984] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3006207Z [05-13|18:27:59.984] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 75, "max height": 75} -2026-05-13T18:30:53.3006579Z [05-13|18:28:00.005] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 76, "max height": 76} -2026-05-13T18:30:53.3006851Z [05-13|18:28:00.005] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3007177Z [05-13|18:28:00.005] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 76, "max height": 76} -2026-05-13T18:30:53.3007548Z [05-13|18:28:00.026] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 79, "max height": 79} -2026-05-13T18:30:53.3007823Z [05-13|18:28:00.026] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3008270Z [05-13|18:28:00.026] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 79, "max height": 79} -2026-05-13T18:30:53.3008645Z [05-13|18:28:00.047] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3008918Z [05-13|18:28:00.047] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3009244Z [05-13|18:28:00.047] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3009616Z [05-13|18:28:00.070] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 84, "max height": 84} -2026-05-13T18:30:53.3009892Z [05-13|18:28:00.070] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3010290Z [05-13|18:28:00.070] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 84, "max height": 84} -2026-05-13T18:30:53.3010662Z [05-13|18:28:00.091] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3010940Z [05-13|18:28:00.091] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3011266Z [05-13|18:28:00.091] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3011634Z [05-13|18:28:00.112] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 89, "max height": 89} -2026-05-13T18:30:53.3011959Z [05-13|18:28:00.112] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3012289Z [05-13|18:28:00.112] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 89, "max height": 89} -2026-05-13T18:30:53.3012662Z [05-13|18:28:00.132] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 91, "max height": 91} -2026-05-13T18:30:53.3012939Z [05-13|18:28:00.133] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3013318Z [05-13|18:28:00.133] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 91, "max height": 91} -2026-05-13T18:30:53.3013687Z [05-13|18:28:00.153] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 93, "max height": 93} -2026-05-13T18:30:53.3013959Z [05-13|18:28:00.153] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3014287Z [05-13|18:28:00.153] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 93, "max height": 93} -2026-05-13T18:30:53.3014659Z [05-13|18:28:00.174] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 96, "max height": 96} -2026-05-13T18:30:53.3014985Z [05-13|18:28:00.174] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3015318Z [05-13|18:28:00.174] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 96, "max height": 96} -2026-05-13T18:30:53.3015692Z [05-13|18:28:00.197] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 98, "max height": 98} -2026-05-13T18:30:53.3015965Z [05-13|18:28:00.197] INFO random_network/network.go:215 Not enough nodes for crash testing {"numNodes": 3} -2026-05-13T18:30:53.3016292Z [05-13|18:28:00.197] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 98, "max height": 98} -2026-05-13T18:30:53.3016672Z [05-13|18:28:00.217] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 100, "max height": 100} -2026-05-13T18:30:53.3016987Z [05-13|18:28:00.217] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} -2026-05-13T18:30:53.3017269Z [05-13|18:28:00.218] INFO random_network/network.go:291 Network Status {"num nodes": 3, "Seed": 1778696879279} -2026-05-13T18:30:53.3017638Z [05-13|18:28:00.218] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 100, "Height": 100} -2026-05-13T18:30:53.3018555Z node.go:176: Node 0000000000000000 sent message types: map[BlockMessage:66 FinalizationMessage:200 NotarizationMessage:281 ReplicationRequest:2 VerifiedReplicationRequest:200 VoteMessage:134] -2026-05-13T18:30:53.3018924Z [05-13|18:28:00.218] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 100, "Height": 100} -2026-05-13T18:30:53.3019708Z node.go:176: Node 0100000000000000 sent message types: map[BlockMessage:67 FinalizationMessage:200 NotarizationMessage:302 ReplicationRequest:2 VerifiedReplicationRequest:200 VoteMessage:133] -2026-05-13T18:30:53.3020138Z [05-13|18:28:00.219] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 100, "Height": 100} -2026-05-13T18:30:53.3020920Z node.go:176: Node 0200000000000000 sent message types: map[BlockMessage:67 FinalizationMessage:200 NotarizationMessage:317 ReplicationRequest:2 VerifiedReplicationRequest:200 VoteMessage:133] -2026-05-13T18:30:53.3021177Z [05-13|18:28:00.219] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 546} -2026-05-13T18:30:53.3021278Z === RUN TestNetworkSimpleFuzz/#02 -2026-05-13T18:30:53.3021583Z [05-13|18:28:00.220] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696880220} -2026-05-13T18:30:53.3021897Z [05-13|18:28:00.220] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 10} -2026-05-13T18:30:53.3022328Z [05-13|18:28:00.246] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3022659Z [05-13|18:28:00.246] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3023029Z [05-13|18:28:00.276] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 0, "max height": 2} -2026-05-13T18:30:53.3023570Z [05-13|18:28:00.291] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3023895Z [05-13|18:28:00.291] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3024261Z [05-13|18:28:00.313] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 2, "max height": 3} -2026-05-13T18:30:53.3024681Z [05-13|18:28:00.332] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3025055Z [05-13|18:28:00.333] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 3, "max height": 4} -2026-05-13T18:30:53.3025425Z [05-13|18:28:00.355] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 4, "max height": 5} -2026-05-13T18:30:53.3025972Z [05-13|18:28:00.368] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 3} -2026-05-13T18:30:53.3026295Z [05-13|18:28:00.369] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 6, "max height": 6} -2026-05-13T18:30:53.3026662Z [05-13|18:28:00.391] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 6, "max height": 8} -2026-05-13T18:30:53.3027142Z [05-13|18:28:00.407] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3027467Z [05-13|18:28:00.407] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 8, "max height": 8} -2026-05-13T18:30:53.3027845Z [05-13|18:28:00.558] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 8, "max height": 11} -2026-05-13T18:30:53.3028440Z [05-13|18:28:00.583] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3028774Z [05-13|18:28:00.583] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3029155Z [05-13|18:28:00.609] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 11, "max height": 13} -2026-05-13T18:30:53.3029690Z [05-13|18:28:00.624] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3030023Z [05-13|18:28:00.624] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 13, "max height": 13} -2026-05-13T18:30:53.3030404Z [05-13|18:28:00.772] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 13, "max height": 16} -2026-05-13T18:30:53.3030875Z [05-13|18:28:00.796] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3031202Z [05-13|18:28:00.796] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 16, "max height": 16} -2026-05-13T18:30:53.3031630Z [05-13|18:28:00.820] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 16, "max height": 17} -2026-05-13T18:30:53.3032106Z [05-13|18:28:00.838] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3032439Z [05-13|18:28:00.838] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 17, "max height": 17} -2026-05-13T18:30:53.3032865Z [05-13|18:28:00.946] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 17, "max height": 18} -2026-05-13T18:30:53.3033281Z [05-13|18:28:00.963] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3033610Z [05-13|18:28:00.963] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 18, "max height": 18} -2026-05-13T18:30:53.3033987Z [05-13|18:28:00.995] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 18, "max height": 19} -2026-05-13T18:30:53.3034464Z [05-13|18:28:01.006] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3037014Z [05-13|18:28:01.006] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 19, "max height": 19} -2026-05-13T18:30:53.3037407Z [05-13|18:28:01.143] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 19, "max height": 21} -2026-05-13T18:30:53.3037884Z [05-13|18:28:01.168] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0200000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3038333Z [05-13|18:28:01.168] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 21, "max height": 21} -2026-05-13T18:30:53.3038714Z [05-13|18:28:01.276] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 21, "max height": 22} -2026-05-13T18:30:53.3039044Z [05-13|18:28:01.297] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 22, "max height": 22} -2026-05-13T18:30:53.3039416Z [05-13|18:28:01.429] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 23, "max height": 23} -2026-05-13T18:30:53.3039836Z [05-13|18:28:01.430] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3040164Z [05-13|18:28:01.430] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 23, "max height": 23} -2026-05-13T18:30:53.3040537Z [05-13|18:28:01.456] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 23, "max height": 25} -2026-05-13T18:30:53.3040873Z [05-13|18:28:01.475] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 25, "max height": 25} -2026-05-13T18:30:53.3041307Z [05-13|18:28:01.526] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 27, "max height": 27} -2026-05-13T18:30:53.3041722Z [05-13|18:28:01.526] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3042059Z [05-13|18:28:01.526] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 27, "max height": 27} -2026-05-13T18:30:53.3042428Z [05-13|18:28:01.551] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 27, "max height": 28} -2026-05-13T18:30:53.3042846Z [05-13|18:28:01.563] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3043224Z [05-13|18:28:01.563] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 28, "max height": 28} -2026-05-13T18:30:53.3043597Z [05-13|18:28:01.588] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 28, "max height": 29} -2026-05-13T18:30:53.3043935Z [05-13|18:28:01.611] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 29, "max height": 30} -2026-05-13T18:30:53.3044305Z [05-13|18:28:01.683] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 33, "max height": 33} -2026-05-13T18:30:53.3044894Z [05-13|18:28:01.684] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0400000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} -2026-05-13T18:30:53.3045231Z [05-13|18:28:01.684] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 33, "max height": 33} -2026-05-13T18:30:53.3045606Z [05-13|18:28:01.735] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 33, "max height": 36} -2026-05-13T18:30:53.3046016Z [05-13|18:28:01.775] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3046399Z [05-13|18:28:01.775] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 36, "max height": 36} -2026-05-13T18:30:53.3046773Z [05-13|18:28:01.824] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 36, "max height": 39} -2026-05-13T18:30:53.3047188Z [05-13|18:28:01.856] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3047522Z [05-13|18:28:01.856] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3047894Z [05-13|18:28:01.882] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 39, "max height": 40} -2026-05-13T18:30:53.3048427Z [05-13|18:28:01.898] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3048783Z [05-13|18:28:01.898] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 40, "max height": 40} -2026-05-13T18:30:53.3049156Z [05-13|18:28:02.013] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 40, "max height": 41} -2026-05-13T18:30:53.3049484Z [05-13|18:28:02.037] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 41, "max height": 42} -2026-05-13T18:30:53.3049859Z [05-13|18:28:02.081] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 44, "max height": 44} -2026-05-13T18:30:53.3050272Z [05-13|18:28:02.081] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3050604Z [05-13|18:28:02.082] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 44, "max height": 44} -2026-05-13T18:30:53.3051048Z [05-13|18:28:02.126] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 44, "max height": 46} -2026-05-13T18:30:53.3051525Z [05-13|18:28:02.145] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3051858Z [05-13|18:28:02.145] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 46, "max height": 46} -2026-05-13T18:30:53.3052234Z [05-13|18:28:02.276] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 46, "max height": 48} -2026-05-13T18:30:53.3052646Z [05-13|18:28:02.322] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3053026Z [05-13|18:28:02.322] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 49, "max height": 49} -2026-05-13T18:30:53.3053405Z [05-13|18:28:02.374] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 49, "max height": 52} -2026-05-13T18:30:53.3053819Z [05-13|18:28:02.402] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3054197Z [05-13|18:28:02.402] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 52, "max height": 52} -2026-05-13T18:30:53.3054570Z [05-13|18:28:02.423] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 52, "max height": 53} -2026-05-13T18:30:53.3054898Z [05-13|18:28:02.442] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 53, "max height": 53} -2026-05-13T18:30:53.3055269Z [05-13|18:28:02.472] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 54, "max height": 54} -2026-05-13T18:30:53.3055749Z [05-13|18:28:02.472] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3056127Z [05-13|18:28:02.472] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 54, "max height": 54} -2026-05-13T18:30:53.3056512Z [05-13|18:28:02.510] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 54, "max height": 56} -2026-05-13T18:30:53.3056922Z [05-13|18:28:02.548] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3057247Z [05-13|18:28:02.548] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3057627Z [05-13|18:28:02.569] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 56, "max height": 57} -2026-05-13T18:30:53.3058151Z [05-13|18:28:02.608] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3058488Z [05-13|18:28:02.608] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 57, "max height": 58} -2026-05-13T18:30:53.3058869Z [05-13|18:28:02.629] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 58, "max height": 59} -2026-05-13T18:30:53.3059304Z [05-13|18:28:02.650] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3059632Z [05-13|18:28:02.650] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 59, "max height": 59} -2026-05-13T18:30:53.3060010Z [05-13|18:28:02.671] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 59, "max height": 60} -2026-05-13T18:30:53.3060487Z [05-13|18:28:02.701] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3060817Z [05-13|18:28:02.701] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 60, "max height": 61} -2026-05-13T18:30:53.3061194Z [05-13|18:28:02.746] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 61, "max height": 63} -2026-05-13T18:30:53.3061527Z [05-13|18:28:02.775] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 63, "max height": 63} -2026-05-13T18:30:53.3061897Z [05-13|18:28:02.842] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 65, "max height": 65} -2026-05-13T18:30:53.3062364Z [05-13|18:28:02.842] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3062696Z [05-13|18:28:02.843] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 65, "max height": 65} -2026-05-13T18:30:53.3063071Z [05-13|18:28:02.893] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 65, "max height": 68} -2026-05-13T18:30:53.3063540Z [05-13|18:28:02.918] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3063868Z [05-13|18:28:02.918] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 68, "max height": 68} -2026-05-13T18:30:53.3064238Z [05-13|18:28:02.971] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 68, "max height": 70} -2026-05-13T18:30:53.3064655Z [05-13|18:28:02.998] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3064984Z [05-13|18:28:02.998] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 70, "max height": 70} -2026-05-13T18:30:53.3065407Z [05-13|18:28:03.154] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 70, "max height": 72} -2026-05-13T18:30:53.3065742Z [05-13|18:28:03.183] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 72, "max height": 72} -2026-05-13T18:30:53.3066117Z [05-13|18:28:03.208] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 73, "max height": 74} -2026-05-13T18:30:53.3066655Z [05-13|18:28:03.219] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0700000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} -2026-05-13T18:30:53.3066989Z [05-13|18:28:03.220] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 74, "max height": 74} -2026-05-13T18:30:53.3067364Z [05-13|18:28:03.557] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 74, "max height": 75} -2026-05-13T18:30:53.3067781Z [05-13|18:28:03.631] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3068234Z [05-13|18:28:03.631] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 75, "max height": 75} -2026-05-13T18:30:53.3068604Z [05-13|18:28:03.777] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 75, "max height": 77} -2026-05-13T18:30:53.3069018Z [05-13|18:28:03.806] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3069346Z [05-13|18:28:03.807] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 77, "max height": 77} -2026-05-13T18:30:53.3069717Z [05-13|18:28:03.863] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 77, "max height": 80} -2026-05-13T18:30:53.3070197Z [05-13|18:28:03.894] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3070525Z [05-13|18:28:03.894] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 80, "max height": 80} -2026-05-13T18:30:53.3070899Z [05-13|18:28:03.931] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 80, "max height": 82} -2026-05-13T18:30:53.3071320Z [05-13|18:28:03.969] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3071699Z [05-13|18:28:03.969] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3072072Z [05-13|18:28:04.018] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 82, "max height": 84} -2026-05-13T18:30:53.3072489Z [05-13|18:28:04.049] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3072819Z [05-13|18:28:04.049] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 84, "max height": 84} -2026-05-13T18:30:53.3073242Z [05-13|18:28:04.070] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 84, "max height": 85} -2026-05-13T18:30:53.3073579Z [05-13|18:28:04.107] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 85, "max height": 86} -2026-05-13T18:30:53.3073947Z [05-13|18:28:04.132] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3074359Z [05-13|18:28:04.134] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3074692Z [05-13|18:28:04.135] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3075111Z [05-13|18:28:04.191] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 87, "max height": 90} -2026-05-13T18:30:53.3075526Z [05-13|18:28:04.225] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3075860Z [05-13|18:28:04.225] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3076233Z [05-13|18:28:04.274] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 90, "max height": 92} -2026-05-13T18:30:53.3076644Z [05-13|18:28:04.306] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0900000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3076980Z [05-13|18:28:04.306] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3077351Z [05-13|18:28:04.470] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 92, "max height": 95} -2026-05-13T18:30:53.3077762Z [05-13|18:28:04.507] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3078213Z [05-13|18:28:04.507] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 95, "max height": 95} -2026-05-13T18:30:53.3078586Z [05-13|18:28:04.528] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 95, "max height": 96} -2026-05-13T18:30:53.3078914Z [05-13|18:28:04.579] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 96, "max height": 97} -2026-05-13T18:30:53.3079399Z [05-13|18:28:04.648] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 100, "max height": 100} -2026-05-13T18:30:53.3079710Z [05-13|18:28:04.648] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} -2026-05-13T18:30:53.3079998Z [05-13|18:28:04.650] INFO random_network/network.go:291 Network Status {"num nodes": 10, "Seed": 1778696880220} -2026-05-13T18:30:53.3080372Z [05-13|18:28:04.650] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3081530Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:8 EmptyNotarization:8 EmptyVoteMessage:10 FinalizationMessage:67 NotarizationMessage:93 ReplicationRequest:5 ReplicationResponse:11 VerifiedReplicationRequest:69 VoteMessage:60] -2026-05-13T18:30:53.3081953Z [05-13|18:28:04.650] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3083137Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:12 BlockMessage:38 EmptyNotarization:73 EmptyVoteMessage:74 FinalizationMessage:321 NotarizationMessage:387 ReplicationRequest:30 ReplicationResponse:18 VerifiedReplicationRequest:334 VoteMessage:291] -2026-05-13T18:30:53.3083555Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3084726Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:20 BlockMessage:59 EmptyNotarization:76 EmptyVoteMessage:96 FinalizationMessage:494 NotarizationMessage:643 ReplicationRequest:37 ReplicationResponse:21 VerifiedReplicationRequest:518 VoteMessage:446] -2026-05-13T18:30:53.3085090Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3086303Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:17 EmptyNotarization:18 EmptyVoteMessage:10 FinalizationMessage:150 NotarizationMessage:225 ReplicationRequest:7 ReplicationResponse:15 VerifiedReplicationRequest:154 VoteMessage:133] -2026-05-13T18:30:53.3086674Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3087818Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:10 EmptyNotarization:24 EmptyVoteMessage:9 FinalizationMessage:83 NotarizationMessage:133 ReplicationRequest:3 ReplicationResponse:19 VerifiedReplicationRequest:86 VoteMessage:74] -2026-05-13T18:30:53.3088298Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3089074Z node.go:176: Node 0500000000000000 sent message types: map[BlockMessage:2 FinalizationMessage:27 NotarizationMessage:54 ReplicationResponse:10 VerifiedReplicationRequest:27 VoteMessage:25] -2026-05-13T18:30:53.3089438Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3090609Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:12 BlockMessage:24 EmptyNotarization:56 EmptyVoteMessage:31 FinalizationMessage:206 NotarizationMessage:272 ReplicationRequest:9 ReplicationResponse:10 VerifiedReplicationRequest:212 VoteMessage:187] -2026-05-13T18:30:53.3090973Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0700000000000000", "Short": 7, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3092137Z node.go:176: Node 0700000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:13 EmptyNotarization:8 EmptyVoteMessage:10 FinalizationMessage:118 NotarizationMessage:165 ReplicationRequest:4 ReplicationResponse:18 VerifiedReplicationRequest:121 VoteMessage:105] -2026-05-13T18:30:53.3092570Z [05-13|18:28:04.651] INFO random_network/network.go:295 Node Status {"nodeID": "0800000000000000", "Short": 8, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3093739Z node.go:176: Node 0800000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:27 EmptyNotarization:39 EmptyVoteMessage:32 FinalizationMessage:206 NotarizationMessage:280 ReplicationRequest:12 ReplicationResponse:28 VerifiedReplicationRequest:213 VoteMessage:185] -2026-05-13T18:30:53.3094102Z [05-13|18:28:04.652] INFO random_network/network.go:295 Node Status {"nodeID": "0900000000000000", "Short": 9, "Round": 118, "Height": 100} -2026-05-13T18:30:53.3095029Z node.go:176: Node 0900000000000000 sent message types: map[BlockMessage:5 FinalizationMessage:43 NotarizationMessage:51 ReplicationRequest:1 ReplicationResponse:13 VerifiedReplicationRequest:44 VoteMessage:38] -2026-05-13T18:30:53.3095289Z [05-13|18:28:04.652] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 645} -2026-05-13T18:30:53.3095389Z === RUN TestNetworkSimpleFuzz/#03 -2026-05-13T18:30:53.3095698Z [05-13|18:28:04.658] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696884658} -2026-05-13T18:30:53.3096008Z [05-13|18:28:04.658] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 6} -2026-05-13T18:30:53.3096334Z [05-13|18:28:04.663] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3096712Z [05-13|18:28:04.684] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3097135Z [05-13|18:28:04.684] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3097468Z [05-13|18:28:04.684] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3097838Z [05-13|18:28:04.706] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 2, "max height": 4} -2026-05-13T18:30:53.3098434Z [05-13|18:28:04.711] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3098769Z [05-13|18:28:04.711] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 4, "max height": 4} -2026-05-13T18:30:53.3099134Z [05-13|18:28:04.737] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 4, "max height": 6} -2026-05-13T18:30:53.3099547Z [05-13|18:28:04.742] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3099874Z [05-13|18:28:04.743] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 6, "max height": 6} -2026-05-13T18:30:53.3100245Z [05-13|18:28:04.870] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 6, "max height": 8} -2026-05-13T18:30:53.3100660Z [05-13|18:28:04.876] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3100990Z [05-13|18:28:04.876] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 8, "max height": 8} -2026-05-13T18:30:53.3101362Z [05-13|18:28:04.897] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 8, "max height": 10} -2026-05-13T18:30:53.3101689Z [05-13|18:28:04.906] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 10, "max height": 10} -2026-05-13T18:30:53.3102062Z [05-13|18:28:05.010] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3102446Z [05-13|18:28:05.010] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3102816Z [05-13|18:28:05.032] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 12, "max height": 12} -2026-05-13T18:30:53.3103151Z [05-13|18:28:05.032] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 12, "max height": 12} -2026-05-13T18:30:53.3103524Z [05-13|18:28:05.053] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3103847Z [05-13|18:28:05.053] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3104269Z [05-13|18:28:05.075] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 16, "max height": 16} -2026-05-13T18:30:53.3104685Z [05-13|18:28:05.075] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3105019Z [05-13|18:28:05.076] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 16, "max height": 16} -2026-05-13T18:30:53.3105395Z [05-13|18:28:05.096] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 16, "max height": 18} -2026-05-13T18:30:53.3105857Z [05-13|18:28:05.108] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3106181Z [05-13|18:28:05.108] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 18, "max height": 18} -2026-05-13T18:30:53.3106554Z [05-13|18:28:05.129] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 18, "max height": 19} -2026-05-13T18:30:53.3106967Z [05-13|18:28:05.142] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3107336Z [05-13|18:28:05.142] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 19, "max height": 19} -2026-05-13T18:30:53.3107715Z [05-13|18:28:05.165] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 19, "max height": 22} -2026-05-13T18:30:53.3107817Z node.go:62: -2026-05-13T18:30:53.3108274Z Error Trace: /home/runner/work/Simplex/Simplex/testutil/node.go:62 -2026-05-13T18:30:53.3108984Z /home/runner/work/Simplex/Simplex/testutil/random_network/network.go:326 -2026-05-13T18:30:53.3109675Z /home/runner/work/Simplex/Simplex/testutil/random_network/network.go:131 -2026-05-13T18:30:53.3110366Z /home/runner/work/Simplex/Simplex/testutil/random_network/network.go:89 -2026-05-13T18:30:53.3110936Z /home/runner/work/Simplex/Simplex/fuzz_network_test.go:16 -2026-05-13T18:30:53.3111126Z Error: Received unexpected error: -2026-05-13T18:30:53.3111717Z could not find round 23, its proposal was probably not persisted earlier -2026-05-13T18:30:53.3111908Z Test: TestNetworkSimpleFuzz/#03 -2026-05-13T18:30:53.3112005Z === RUN TestNetworkSimpleFuzz/#04 -2026-05-13T18:30:53.3112317Z [05-13|18:28:05.173] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696885172} -2026-05-13T18:30:53.3112574Z [05-13|18:28:05.173] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 7} -2026-05-13T18:30:53.3112904Z [05-13|18:28:05.187] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3113275Z [05-13|18:28:05.208] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3113766Z [05-13|18:28:05.208] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3114095Z [05-13|18:28:05.208] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3114462Z [05-13|18:28:05.229] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 2, "max height": 4} -2026-05-13T18:30:53.3114880Z [05-13|18:28:05.235] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3115199Z [05-13|18:28:05.235] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 4, "max height": 4} -2026-05-13T18:30:53.3115621Z [05-13|18:28:05.257] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 4, "max height": 7} -2026-05-13T18:30:53.3115952Z [05-13|18:28:05.264] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 7, "max height": 7} -2026-05-13T18:30:53.3116317Z [05-13|18:28:05.286] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 9, "max height": 9} -2026-05-13T18:30:53.3116638Z [05-13|18:28:05.286] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 9, "max height": 9} -2026-05-13T18:30:53.3117074Z [05-13|18:28:05.307] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 10, "max height": 11} -2026-05-13T18:30:53.3117486Z [05-13|18:28:05.313] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3117816Z [05-13|18:28:05.313] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3118310Z [05-13|18:28:05.334] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 11, "max height": 12} -2026-05-13T18:30:53.3118641Z [05-13|18:28:05.339] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 12, "max height": 12} -2026-05-13T18:30:53.3119070Z [05-13|18:28:05.361] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3119498Z [05-13|18:28:05.361] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3119836Z [05-13|18:28:05.361] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3120214Z [05-13|18:28:05.486] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 14, "max height": 17} -2026-05-13T18:30:53.3120636Z [05-13|18:28:05.496] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3120969Z [05-13|18:28:05.496] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 17, "max height": 17} -2026-05-13T18:30:53.3121352Z [05-13|18:28:05.517] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 17, "max height": 18} -2026-05-13T18:30:53.3121691Z [05-13|18:28:05.530] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 18, "max height": 18} -2026-05-13T18:30:53.3122065Z [05-13|18:28:05.552] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 20, "max height": 20} -2026-05-13T18:30:53.3122392Z [05-13|18:28:05.553] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 20, "max height": 20} -2026-05-13T18:30:53.3122765Z [05-13|18:28:05.576] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 22, "max height": 22} -2026-05-13T18:30:53.3123237Z [05-13|18:28:05.576] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3123568Z [05-13|18:28:05.577] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 22, "max height": 22} -2026-05-13T18:30:53.3123947Z [05-13|18:28:05.597] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 22, "max height": 23} -2026-05-13T18:30:53.3124428Z [05-13|18:28:05.607] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3124757Z [05-13|18:28:05.608] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 23, "max height": 23} -2026-05-13T18:30:53.3125183Z [05-13|18:28:05.628] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 23, "max height": 25} -2026-05-13T18:30:53.3125515Z [05-13|18:28:05.646] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 25, "max height": 25} -2026-05-13T18:30:53.3125884Z [05-13|18:28:05.690] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 27, "max height": 27} -2026-05-13T18:30:53.3126214Z [05-13|18:28:05.690] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 27, "max height": 27} -2026-05-13T18:30:53.3126634Z [05-13|18:28:05.712] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 29, "max height": 29} -2026-05-13T18:30:53.3126958Z [05-13|18:28:05.712] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 29, "max height": 29} -2026-05-13T18:30:53.3127329Z [05-13|18:28:05.733] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 31, "max height": 31} -2026-05-13T18:30:53.3127660Z [05-13|18:28:05.733] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 31, "max height": 31} -2026-05-13T18:30:53.3128146Z [05-13|18:28:05.758] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 33, "max height": 33} -2026-05-13T18:30:53.3131857Z [05-13|18:28:05.758] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3132230Z [05-13|18:28:05.758] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 33, "max height": 33} -2026-05-13T18:30:53.3132623Z [05-13|18:28:05.779] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 33, "max height": 35} -2026-05-13T18:30:53.3133053Z [05-13|18:28:05.792] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3133398Z [05-13|18:28:05.792] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 35, "max height": 35} -2026-05-13T18:30:53.3133781Z [05-13|18:28:05.820] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 35, "max height": 36} -2026-05-13T18:30:53.3134123Z [05-13|18:28:05.833] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 36, "max height": 36} -2026-05-13T18:30:53.3134500Z [05-13|18:28:05.864] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 38, "max height": 38} -2026-05-13T18:30:53.3134927Z [05-13|18:28:05.865] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3135259Z [05-13|18:28:05.865] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 38, "max height": 38} -2026-05-13T18:30:53.3135634Z [05-13|18:28:05.886] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 38, "max height": 39} -2026-05-13T18:30:53.3136117Z [05-13|18:28:05.901] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3136466Z [05-13|18:28:05.901] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3136850Z [05-13|18:28:06.005] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 39, "max height": 40} -2026-05-13T18:30:53.3137184Z [05-13|18:28:06.019] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 40, "max height": 40} -2026-05-13T18:30:53.3137556Z [05-13|18:28:06.039] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3138203Z [05-13|18:28:06.040] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3138567Z [05-13|18:28:06.040] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3138945Z [05-13|18:28:06.173] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 42, "max height": 46} -2026-05-13T18:30:53.3139428Z [05-13|18:28:06.195] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3139834Z [05-13|18:28:06.195] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 46, "max height": 46} -2026-05-13T18:30:53.3140205Z [05-13|18:28:06.218] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 46, "max height": 48} -2026-05-13T18:30:53.3140618Z [05-13|18:28:06.246] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3140955Z [05-13|18:28:06.247] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 48, "max height": 48} -2026-05-13T18:30:53.3141384Z [05-13|18:28:06.268] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 48, "max height": 49} -2026-05-13T18:30:53.3141793Z [05-13|18:28:06.286] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3142124Z [05-13|18:28:06.286] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 49, "max height": 49} -2026-05-13T18:30:53.3142492Z [05-13|18:28:06.391] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 49, "max height": 50} -2026-05-13T18:30:53.3142903Z [05-13|18:28:06.408] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3143234Z [05-13|18:28:06.408] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 50, "max height": 50} -2026-05-13T18:30:53.3143601Z [05-13|18:28:06.430] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 50, "max height": 52} -2026-05-13T18:30:53.3144007Z [05-13|18:28:06.448] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3144344Z [05-13|18:28:06.448] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 52, "max height": 52} -2026-05-13T18:30:53.3144713Z [05-13|18:28:06.574] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 52, "max height": 53} -2026-05-13T18:30:53.3145039Z [05-13|18:28:06.604] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 53, "max height": 53} -2026-05-13T18:30:53.3145415Z [05-13|18:28:06.626] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 55, "max height": 55} -2026-05-13T18:30:53.3145798Z [05-13|18:28:06.626] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 55, "max height": 55} -2026-05-13T18:30:53.3146168Z [05-13|18:28:06.652] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 57, "max height": 57} -2026-05-13T18:30:53.3146585Z [05-13|18:28:06.653] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3146910Z [05-13|18:28:06.653] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 57, "max height": 57} -2026-05-13T18:30:53.3147275Z [05-13|18:28:06.675] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 57, "max height": 58} -2026-05-13T18:30:53.3147740Z [05-13|18:28:06.695] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3148194Z [05-13|18:28:06.695] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 58, "max height": 58} -2026-05-13T18:30:53.3148573Z [05-13|18:28:06.716] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 58, "max height": 60} -2026-05-13T18:30:53.3149058Z [05-13|18:28:06.736] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3149384Z [05-13|18:28:06.736] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 60, "max height": 60} -2026-05-13T18:30:53.3149761Z [05-13|18:28:06.759] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 60, "max height": 62} -2026-05-13T18:30:53.3150174Z [05-13|18:28:06.781] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3150500Z [05-13|18:28:06.781] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 62, "max height": 62} -2026-05-13T18:30:53.3150927Z [05-13|18:28:06.884] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 62, "max height": 63} -2026-05-13T18:30:53.3151340Z [05-13|18:28:06.910] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3151672Z [05-13|18:28:06.910] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 63, "max height": 64} -2026-05-13T18:30:53.3152051Z [05-13|18:28:07.037] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 64, "max height": 67} -2026-05-13T18:30:53.3152458Z [05-13|18:28:07.063] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3152786Z [05-13|18:28:07.063] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 67, "max height": 67} -2026-05-13T18:30:53.3153162Z [05-13|18:28:07.086] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 67, "max height": 69} -2026-05-13T18:30:53.3153489Z [05-13|18:28:07.119] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 70, "max height": 70} -2026-05-13T18:30:53.3153856Z [05-13|18:28:07.140] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 72, "max height": 72} -2026-05-13T18:30:53.3154268Z [05-13|18:28:07.140] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3154596Z [05-13|18:28:07.141] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 72, "max height": 72} -2026-05-13T18:30:53.3155021Z [05-13|18:28:07.161] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 72, "max height": 74} -2026-05-13T18:30:53.3155437Z [05-13|18:28:07.184] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3155764Z [05-13|18:28:07.184] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 74, "max height": 74} -2026-05-13T18:30:53.3156132Z [05-13|18:28:07.205] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 74, "max height": 76} -2026-05-13T18:30:53.3156464Z [05-13|18:28:07.227] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 76, "max height": 76} -2026-05-13T18:30:53.3156883Z [05-13|18:28:07.248] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 78, "max height": 78} -2026-05-13T18:30:53.3157291Z [05-13|18:28:07.248] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3157629Z [05-13|18:28:07.248] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 78, "max height": 78} -2026-05-13T18:30:53.3157997Z [05-13|18:28:07.353] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 78, "max height": 79} -2026-05-13T18:30:53.3158672Z [05-13|18:28:07.377] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3159017Z [05-13|18:28:07.377] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 79, "max height": 79} -2026-05-13T18:30:53.3159423Z [05-13|18:28:07.398] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 79, "max height": 81} -2026-05-13T18:30:53.3159839Z [05-13|18:28:07.448] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3160282Z [05-13|18:28:07.448] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 81, "max height": 81} -2026-05-13T18:30:53.3160655Z [05-13|18:28:07.469] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 81, "max height": 82} -2026-05-13T18:30:53.3161065Z [05-13|18:28:07.497] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3161396Z [05-13|18:28:07.497] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3161763Z [05-13|18:28:07.603] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 82, "max height": 84} -2026-05-13T18:30:53.3162088Z [05-13|18:28:07.628] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 84, "max height": 84} -2026-05-13T18:30:53.3162462Z [05-13|18:28:07.652] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 86, "max height": 86} -2026-05-13T18:30:53.3162876Z [05-13|18:28:07.653] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3163210Z [05-13|18:28:07.653] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 86, "max height": 86} -2026-05-13T18:30:53.3163579Z [05-13|18:28:07.675] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 86, "max height": 88} -2026-05-13T18:30:53.3163988Z [05-13|18:28:07.701] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3164323Z [05-13|18:28:07.701] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 88, "max height": 88} -2026-05-13T18:30:53.3164754Z [05-13|18:28:07.742] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 88, "max height": 91} -2026-05-13T18:30:53.3165082Z [05-13|18:28:07.770] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 91, "max height": 91} -2026-05-13T18:30:53.3165456Z [05-13|18:28:07.812] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 94, "max height": 94} -2026-05-13T18:30:53.3165782Z [05-13|18:28:07.813] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 94, "max height": 94} -2026-05-13T18:30:53.3166150Z [05-13|18:28:07.837] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 96, "max height": 97} -2026-05-13T18:30:53.3166530Z [05-13|18:28:07.842] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3166901Z [05-13|18:28:07.863] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3167228Z [05-13|18:28:07.863] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3167661Z [05-13|18:28:07.885] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 101, "max height": 101} -2026-05-13T18:30:53.3167973Z [05-13|18:28:07.886] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 101} -2026-05-13T18:30:53.3168377Z [05-13|18:28:07.888] INFO random_network/network.go:291 Network Status {"num nodes": 7, "Seed": 1778696885172} -2026-05-13T18:30:53.3168757Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 116, "Height": 101} -2026-05-13T18:30:53.3169742Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:11 FinalizationMessage:75 NotarizationMessage:81 ReplicationRequest:2 ReplicationResponse:8 VerifiedReplicationRequest:76 VoteMessage:64] -2026-05-13T18:30:53.3170177Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 116, "Height": 101} -2026-05-13T18:30:53.3171254Z node.go:176: Node 0100000000000000 sent message types: map[BlockMessage:18 EmptyNotarization:5 EmptyVoteMessage:6 FinalizationMessage:112 NotarizationMessage:139 ReplicationRequest:9 ReplicationResponse:6 VerifiedReplicationRequest:117 VoteMessage:96] -2026-05-13T18:30:53.3171626Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 116, "Height": 101} -2026-05-13T18:30:53.3172511Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:8 FinalizationMessage:60 NotarizationMessage:76 ReplicationResponse:11 VerifiedReplicationRequest:60 VoteMessage:52] -2026-05-13T18:30:53.3172885Z [05-13|18:28:07.888] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 116, "Height": 101} -2026-05-13T18:30:53.3174058Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:48 EmptyNotarization:77 EmptyVoteMessage:53 FinalizationMessage:283 NotarizationMessage:404 ReplicationRequest:27 ReplicationResponse:8 VerifiedReplicationRequest:300 VoteMessage:241] -2026-05-13T18:30:53.3174426Z [05-13|18:28:07.889] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 116, "Height": 101} -2026-05-13T18:30:53.3175578Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:18 EmptyNotarization:10 EmptyVoteMessage:5 FinalizationMessage:112 NotarizationMessage:166 ReplicationRequest:4 ReplicationResponse:10 VerifiedReplicationRequest:116 VoteMessage:96] -2026-05-13T18:30:53.3175942Z [05-13|18:28:07.889] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 116, "Height": 101} -2026-05-13T18:30:53.3177163Z node.go:176: Node 0500000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:23 EmptyNotarization:10 EmptyVoteMessage:12 FinalizationMessage:137 NotarizationMessage:174 ReplicationRequest:7 ReplicationResponse:8 VerifiedReplicationRequest:144 VoteMessage:116] -2026-05-13T18:30:53.3177526Z [05-13|18:28:07.889] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 116, "Height": 101} -2026-05-13T18:30:53.3178803Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:39 EmptyNotarization:44 EmptyVoteMessage:30 FinalizationMessage:229 NotarizationMessage:292 ReplicationRequest:16 ReplicationResponse:10 VerifiedReplicationRequest:242 VoteMessage:193] -2026-05-13T18:30:53.3179131Z [05-13|18:28:07.889] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 607} -2026-05-13T18:30:53.3179234Z === RUN TestNetworkSimpleFuzz/#05 -2026-05-13T18:30:53.3179543Z [05-13|18:28:07.892] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696887892} -2026-05-13T18:30:53.3179812Z [05-13|18:28:07.892] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 8} -2026-05-13T18:30:53.3180345Z [05-13|18:28:07.911] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3180678Z [05-13|18:28:07.911] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3181061Z [05-13|18:28:07.939] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 0, "max height": 1} -2026-05-13T18:30:53.3181480Z [05-13|18:28:07.953] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3181811Z [05-13|18:28:07.953] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 1, "max height": 1} -2026-05-13T18:30:53.3182232Z [05-13|18:28:08.079] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 1, "max height": 3} -2026-05-13T18:30:53.3182649Z [05-13|18:28:08.089] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3182967Z [05-13|18:28:08.089] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 3, "max height": 3} -2026-05-13T18:30:53.3183337Z [05-13|18:28:08.115] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 3, "max height": 5} -2026-05-13T18:30:53.3183749Z [05-13|18:28:08.121] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3184078Z [05-13|18:28:08.121] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3184446Z [05-13|18:28:08.247] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 5, "max height": 6} -2026-05-13T18:30:53.3184922Z [05-13|18:28:08.260] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3185250Z [05-13|18:28:08.260] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 7, "max height": 7} -2026-05-13T18:30:53.3185612Z [05-13|18:28:08.282] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 7, "max height": 8} -2026-05-13T18:30:53.3186019Z [05-13|18:28:08.297] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3186399Z [05-13|18:28:08.297] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 8, "max height": 8} -2026-05-13T18:30:53.3186764Z [05-13|18:28:08.404] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 8, "max height": 9} -2026-05-13T18:30:53.3187095Z [05-13|18:28:08.422] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 10, "max height": 10} -2026-05-13T18:30:53.3187472Z [05-13|18:28:08.471] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 13, "max height": 13} -2026-05-13T18:30:53.3187799Z [05-13|18:28:08.471] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 13, "max height": 13} -2026-05-13T18:30:53.3188433Z [05-13|18:28:08.504] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 15, "max height": 15} -2026-05-13T18:30:53.3188997Z [05-13|18:28:08.504] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3189333Z [05-13|18:28:08.504] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 15, "max height": 15} -2026-05-13T18:30:53.3189701Z [05-13|18:28:08.528] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 15, "max height": 17} -2026-05-13T18:30:53.3190169Z [05-13|18:28:08.544] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3190491Z [05-13|18:28:08.545] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 17, "max height": 17} -2026-05-13T18:30:53.3190858Z [05-13|18:28:08.568] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 17, "max height": 19} -2026-05-13T18:30:53.3191273Z [05-13|18:28:08.584] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3191663Z [05-13|18:28:08.585] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 19, "max height": 19} -2026-05-13T18:30:53.3192040Z [05-13|18:28:08.606] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 19, "max height": 21} -2026-05-13T18:30:53.3192372Z [05-13|18:28:08.624] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 21, "max height": 22} -2026-05-13T18:30:53.3192736Z [05-13|18:28:08.645] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 23, "max height": 24} -2026-05-13T18:30:53.3193143Z [05-13|18:28:08.650] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3193478Z [05-13|18:28:08.650] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 24, "max height": 24} -2026-05-13T18:30:53.3193849Z [05-13|18:28:08.691] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 24, "max height": 26} -2026-05-13T18:30:53.3194259Z [05-13|18:28:08.711] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3194596Z [05-13|18:28:08.711] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 26, "max height": 26} -2026-05-13T18:30:53.3194966Z [05-13|18:28:08.818] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 26, "max height": 28} -2026-05-13T18:30:53.3195436Z [05-13|18:28:08.832] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3195772Z [05-13|18:28:08.832] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 28, "max height": 28} -2026-05-13T18:30:53.3196200Z [05-13|18:28:08.853] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 28, "max height": 30} -2026-05-13T18:30:53.3196527Z [05-13|18:28:08.878] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 30, "max height": 30} -2026-05-13T18:30:53.3196903Z [05-13|18:28:08.902] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 31, "max height": 32} -2026-05-13T18:30:53.3197230Z [05-13|18:28:08.904] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 32, "max height": 32} -2026-05-13T18:30:53.3197602Z [05-13|18:28:08.959] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 35, "max height": 35} -2026-05-13T18:30:53.3198187Z [05-13|18:28:08.959] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3198543Z [05-13|18:28:08.959] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 35, "max height": 35} -2026-05-13T18:30:53.3198921Z [05-13|18:28:09.065] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 35, "max height": 37} -2026-05-13T18:30:53.3199395Z [05-13|18:28:09.082] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3199719Z [05-13|18:28:09.082] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 37, "max height": 37} -2026-05-13T18:30:53.3200096Z [05-13|18:28:09.104] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 37, "max height": 39} -2026-05-13T18:30:53.3200511Z [05-13|18:28:09.118] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3200840Z [05-13|18:28:09.118] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3201266Z [05-13|18:28:09.139] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 39, "max height": 41} -2026-05-13T18:30:53.3201594Z [05-13|18:28:09.157] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 41, "max height": 41} -2026-05-13T18:30:53.3201966Z [05-13|18:28:09.180] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3202297Z [05-13|18:28:09.180] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3202665Z [05-13|18:28:09.202] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 43, "max height": 43} -2026-05-13T18:30:53.3203076Z [05-13|18:28:09.202] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3203413Z [05-13|18:28:09.202] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 43, "max height": 43} -2026-05-13T18:30:53.3203784Z [05-13|18:28:09.228] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 43, "max height": 45} -2026-05-13T18:30:53.3204195Z [05-13|18:28:09.249] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3204528Z [05-13|18:28:09.249] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 46, "max height": 46} -2026-05-13T18:30:53.3204898Z [05-13|18:28:09.270] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 46, "max height": 48} -2026-05-13T18:30:53.3205224Z [05-13|18:28:09.298] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 48, "max height": 49} -2026-05-13T18:30:53.3205658Z [05-13|18:28:09.342] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 51, "max height": 51} -2026-05-13T18:30:53.3206072Z [05-13|18:28:09.342] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3206401Z [05-13|18:28:09.343] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 51, "max height": 51} -2026-05-13T18:30:53.3206777Z [05-13|18:28:09.363] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 51, "max height": 53} -2026-05-13T18:30:53.3207183Z [05-13|18:28:09.384] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3207563Z [05-13|18:28:09.384] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 53, "max height": 53} -2026-05-13T18:30:53.3207942Z [05-13|18:28:09.411] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 53, "max height": 54} -2026-05-13T18:30:53.3208472Z [05-13|18:28:09.427] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3208866Z [05-13|18:28:09.427] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 54, "max height": 54} -2026-05-13T18:30:53.3209239Z [05-13|18:28:09.451] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 54, "max height": 56} -2026-05-13T18:30:53.3209565Z [05-13|18:28:09.472] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3209939Z [05-13|18:28:09.515] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 59, "max height": 59} -2026-05-13T18:30:53.3210420Z [05-13|18:28:09.516] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3210800Z [05-13|18:28:09.516] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 59, "max height": 59} -2026-05-13T18:30:53.3211174Z [05-13|18:28:09.537] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 59, "max height": 61} -2026-05-13T18:30:53.3211514Z [05-13|18:28:09.577] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 61, "max height": 61} -2026-05-13T18:30:53.3211882Z [05-13|18:28:09.708] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 63, "max height": 63} -2026-05-13T18:30:53.3212359Z [05-13|18:28:09.711] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3212689Z [05-13|18:28:09.711] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 63, "max height": 63} -2026-05-13T18:30:53.3213077Z [05-13|18:28:09.844] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 63, "max height": 66} -2026-05-13T18:30:53.3213413Z [05-13|18:28:09.892] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 66, "max height": 67} -2026-05-13T18:30:53.3213779Z [05-13|18:28:09.914] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 68, "max height": 69} -2026-05-13T18:30:53.3214189Z [05-13|18:28:09.919] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3214523Z [05-13|18:28:09.919] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 69, "max height": 69} -2026-05-13T18:30:53.3214949Z [05-13|18:28:09.962] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 69, "max height": 71} -2026-05-13T18:30:53.3215420Z [05-13|18:28:09.989] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3215760Z [05-13|18:28:09.989] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 71, "max height": 71} -2026-05-13T18:30:53.3216134Z [05-13|18:28:10.221] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 71, "max height": 74} -2026-05-13T18:30:53.3216602Z [05-13|18:28:10.269] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3216987Z [05-13|18:28:10.269] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 74, "max height": 74} -2026-05-13T18:30:53.3217362Z [05-13|18:28:10.394] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 74, "max height": 76} -2026-05-13T18:30:53.3217692Z [05-13|18:28:10.447] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 76, "max height": 76} -2026-05-13T18:30:53.3218223Z [05-13|18:28:10.467] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 77, "max height": 77} -2026-05-13T18:30:53.3218637Z [05-13|18:28:10.468] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3218963Z [05-13|18:28:10.468] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 77, "max height": 77} -2026-05-13T18:30:53.3219339Z [05-13|18:28:10.497] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 77, "max height": 78} -2026-05-13T18:30:53.3219666Z [05-13|18:28:10.523] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 78, "max height": 78} -2026-05-13T18:30:53.3220090Z [05-13|18:28:10.545] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 79, "max height": 80} -2026-05-13T18:30:53.3220430Z [05-13|18:28:10.549] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 80, "max height": 80} -2026-05-13T18:30:53.3220800Z [05-13|18:28:10.571] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 81, "max height": 81} -2026-05-13T18:30:53.3221125Z [05-13|18:28:10.571] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 81, "max height": 81} -2026-05-13T18:30:53.3221498Z [05-13|18:28:10.592] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 82, "max height": 83} -2026-05-13T18:30:53.3221973Z [05-13|18:28:10.594] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3222304Z [05-13|18:28:10.595] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 83, "max height": 83} -2026-05-13T18:30:53.3222679Z [05-13|18:28:10.616] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 83, "max height": 85} -2026-05-13T18:30:53.3223148Z [05-13|18:28:10.674] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3223472Z [05-13|18:28:10.674] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 85, "max height": 85} -2026-05-13T18:30:53.3223847Z [05-13|18:28:10.800] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 85, "max height": 87} -2026-05-13T18:30:53.3224257Z [05-13|18:28:10.858] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3224646Z [05-13|18:28:10.858] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3225022Z [05-13|18:28:10.883] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 87, "max height": 89} -2026-05-13T18:30:53.3225349Z [05-13|18:28:10.925] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3225717Z [05-13|18:28:10.976] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3226131Z [05-13|18:28:10.976] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3226509Z [05-13|18:28:10.976] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3226884Z [05-13|18:28:10.997] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 92, "max height": 94} -2026-05-13T18:30:53.3227359Z [05-13|18:28:11.028] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3227742Z [05-13|18:28:11.028] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 94, "max height": 94} -2026-05-13T18:30:53.3228237Z [05-13|18:28:11.153] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 94, "max height": 96} -2026-05-13T18:30:53.3228714Z [05-13|18:28:11.217] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3229039Z [05-13|18:28:11.217] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 96, "max height": 96} -2026-05-13T18:30:53.3229479Z [05-13|18:28:11.322] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 96, "max height": 97} -2026-05-13T18:30:53.3229892Z [05-13|18:28:11.383] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3230220Z [05-13|18:28:11.383] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3230596Z [05-13|18:28:11.425] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 97, "max height": 99} -2026-05-13T18:30:53.3231005Z [05-13|18:28:11.459] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3231331Z [05-13|18:28:11.460] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3231707Z [05-13|18:28:11.565] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 99, "max height": 100} -2026-05-13T18:30:53.3232116Z [05-13|18:28:11.597] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3232449Z [05-13|18:28:11.597] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 100, "max height": 100} -2026-05-13T18:30:53.3232827Z [05-13|18:28:11.726] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 100, "max height": 102} -2026-05-13T18:30:53.3233137Z [05-13|18:28:11.761] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} -2026-05-13T18:30:53.3233419Z [05-13|18:28:11.763] INFO random_network/network.go:291 Network Status {"num nodes": 8, "Seed": 1778696887892} -2026-05-13T18:30:53.3233850Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3234382Z node.go:176: Node 0000000000000000 sent message types: map[NotarizationMessage:7 ReplicationResponse:15 VerifiedReplicationRequest:7] -2026-05-13T18:30:53.3234746Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3235898Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:8 EmptyNotarization:19 EmptyVoteMessage:32 FinalizationMessage:35 NotarizationMessage:43 ReplicationRequest:7 ReplicationResponse:7 VerifiedReplicationRequest:39 VoteMessage:34] -2026-05-13T18:30:53.3236313Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3237492Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:28 EmptyNotarization:58 EmptyVoteMessage:69 FinalizationMessage:166 NotarizationMessage:191 ReplicationRequest:21 ReplicationResponse:8 VerifiedReplicationRequest:178 VoteMessage:147] -2026-05-13T18:30:53.3237852Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3239204Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:6 EmptyNotarization:19 EmptyVoteMessage:22 FinalizationMessage:30 NotarizationMessage:44 ReplicationRequest:4 ReplicationResponse:7 VerifiedReplicationRequest:32 VoteMessage:30] -2026-05-13T18:30:53.3239576Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3240710Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:3 EmptyNotarization:12 EmptyVoteMessage:13 FinalizationMessage:12 NotarizationMessage:30 ReplicationRequest:1 ReplicationResponse:9 VerifiedReplicationRequest:12 VoteMessage:11] -2026-05-13T18:30:53.3241130Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3242271Z node.go:176: Node 0500000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:6 EmptyNotarization:18 EmptyVoteMessage:21 FinalizationMessage:30 NotarizationMessage:45 ReplicationRequest:3 ReplicationResponse:8 VerifiedReplicationRequest:38 VoteMessage:30] -2026-05-13T18:30:53.3242634Z [05-13|18:28:11.763] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3243815Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:46 EmptyNotarization:100 EmptyVoteMessage:103 FinalizationMessage:286 NotarizationMessage:340 ReplicationRequest:24 ReplicationResponse:8 VerifiedReplicationRequest:303 VoteMessage:253] -2026-05-13T18:30:53.3244181Z [05-13|18:28:11.764] INFO random_network/network.go:295 Node Status {"nodeID": "0700000000000000", "Short": 7, "Round": 124, "Height": 102} -2026-05-13T18:30:53.3245317Z node.go:176: Node 0700000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:4 EmptyNotarization:12 EmptyVoteMessage:23 FinalizationMessage:18 NotarizationMessage:18 ReplicationRequest:2 ReplicationResponse:9 VerifiedReplicationRequest:19 VoteMessage:20] -2026-05-13T18:30:53.3245583Z [05-13|18:28:11.764] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 637} -2026-05-13T18:30:53.3245684Z === RUN TestNetworkSimpleFuzz/#06 -2026-05-13T18:30:53.3245988Z [05-13|18:28:11.768] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696891768} -2026-05-13T18:30:53.3246255Z [05-13|18:28:11.768] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 5} -2026-05-13T18:30:53.3246639Z [05-13|18:28:11.776] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3247008Z [05-13|18:28:11.798] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3247334Z [05-13|18:28:11.798] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3247692Z [05-13|18:28:11.819] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 4, "max height": 4} -2026-05-13T18:30:53.3248007Z [05-13|18:28:11.819] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 4, "max height": 4} -2026-05-13T18:30:53.3248547Z [05-13|18:28:11.840] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3248876Z [05-13|18:28:11.840] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3249246Z [05-13|18:28:11.861] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 7, "max height": 7} -2026-05-13T18:30:53.3249666Z [05-13|18:28:11.862] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3250044Z [05-13|18:28:11.862] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 7, "max height": 7} -2026-05-13T18:30:53.3250408Z [05-13|18:28:11.883] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 7, "max height": 9} -2026-05-13T18:30:53.3250831Z [05-13|18:28:11.889] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3251153Z [05-13|18:28:11.889] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 9, "max height": 9} -2026-05-13T18:30:53.3251575Z [05-13|18:28:12.013] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 9, "max height": 11} -2026-05-13T18:30:53.3251995Z [05-13|18:28:12.020] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3252328Z [05-13|18:28:12.020] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3252701Z [05-13|18:28:12.041] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 11, "max height": 13} -2026-05-13T18:30:53.3253036Z [05-13|18:28:12.053] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 13, "max height": 13} -2026-05-13T18:30:53.3253406Z [05-13|18:28:12.074] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 15, "max height": 15} -2026-05-13T18:30:53.3253815Z [05-13|18:28:12.074] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3254153Z [05-13|18:28:12.075] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 15, "max height": 15} -2026-05-13T18:30:53.3254525Z [05-13|18:28:12.096] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 15, "max height": 17} -2026-05-13T18:30:53.3254937Z [05-13|18:28:12.104] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3255275Z [05-13|18:28:12.105] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 17, "max height": 17} -2026-05-13T18:30:53.3255644Z [05-13|18:28:12.229] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 17, "max height": 19} -2026-05-13T18:30:53.3256109Z [05-13|18:28:12.239] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3256446Z [05-13|18:28:12.239] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 19, "max height": 19} -2026-05-13T18:30:53.3256817Z [05-13|18:28:12.261] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 19, "max height": 21} -2026-05-13T18:30:53.3257227Z [05-13|18:28:12.274] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3257561Z [05-13|18:28:12.274] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 21, "max height": 21} -2026-05-13T18:30:53.3257966Z [05-13|18:28:12.296] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 21, "max height": 23} -2026-05-13T18:30:53.3258425Z [05-13|18:28:12.305] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 23, "max height": 23} -2026-05-13T18:30:53.3258799Z [05-13|18:28:12.327] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 25, "max height": 25} -2026-05-13T18:30:53.3259186Z [05-13|18:28:12.327] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 25, "max height": 25} -2026-05-13T18:30:53.3259585Z [05-13|18:28:12.347] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 27, "max height": 27} -2026-05-13T18:30:53.3259994Z [05-13|18:28:12.348] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3260320Z [05-13|18:28:12.348] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 27, "max height": 27} -2026-05-13T18:30:53.3260695Z [05-13|18:28:12.451] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 27, "max height": 30} -2026-05-13T18:30:53.3261074Z [05-13|18:28:12.464] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 30, "max height": 30} -2026-05-13T18:30:53.3261445Z [05-13|18:28:12.485] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 32, "max height": 32} -2026-05-13T18:30:53.3261864Z [05-13|18:28:12.487] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3262188Z [05-13|18:28:12.487] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 32, "max height": 32} -2026-05-13T18:30:53.3262555Z [05-13|18:28:12.508] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 32, "max height": 35} -2026-05-13T18:30:53.3262890Z [05-13|18:28:12.521] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 35, "max height": 35} -2026-05-13T18:30:53.3263263Z [05-13|18:28:12.542] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 37, "max height": 37} -2026-05-13T18:30:53.3263670Z [05-13|18:28:12.542] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3264002Z [05-13|18:28:12.542] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 37, "max height": 37} -2026-05-13T18:30:53.3264369Z [05-13|18:28:12.563] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 37, "max height": 39} -2026-05-13T18:30:53.3264776Z [05-13|18:28:12.576] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3265108Z [05-13|18:28:12.576] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3265534Z [05-13|18:28:12.701] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 39, "max height": 42} -2026-05-13T18:30:53.3265863Z [05-13|18:28:12.717] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3266241Z [05-13|18:28:12.738] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 44, "max height": 44} -2026-05-13T18:30:53.3266652Z [05-13|18:28:12.738] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3266981Z [05-13|18:28:12.738] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 44, "max height": 44} -2026-05-13T18:30:53.3267408Z [05-13|18:28:12.759] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 44, "max height": 47} -2026-05-13T18:30:53.3267822Z [05-13|18:28:12.775] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3268265Z [05-13|18:28:12.775] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 47, "max height": 47} -2026-05-13T18:30:53.3268711Z [05-13|18:28:12.796] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 47, "max height": 49} -2026-05-13T18:30:53.3269042Z [05-13|18:28:12.814] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 49, "max height": 49} -2026-05-13T18:30:53.3269414Z [05-13|18:28:12.835] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 52, "max height": 52} -2026-05-13T18:30:53.3269834Z [05-13|18:28:12.835] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3270168Z [05-13|18:28:12.835] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 52, "max height": 52} -2026-05-13T18:30:53.3270591Z [05-13|18:28:12.959] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 52, "max height": 54} -2026-05-13T18:30:53.3270926Z [05-13|18:28:12.976] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 54, "max height": 54} -2026-05-13T18:30:53.3271296Z [05-13|18:28:12.999] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3271704Z [05-13|18:28:12.999] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3272048Z [05-13|18:28:12.999] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3272417Z [05-13|18:28:13.123] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 56, "max height": 58} -2026-05-13T18:30:53.3272746Z [05-13|18:28:13.141] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 58, "max height": 58} -2026-05-13T18:30:53.3273119Z [05-13|18:28:13.266] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 61, "max height": 61} -2026-05-13T18:30:53.3273532Z [05-13|18:28:13.267] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3273864Z [05-13|18:28:13.267] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 61, "max height": 61} -2026-05-13T18:30:53.3274234Z [05-13|18:28:13.292] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 61, "max height": 62} -2026-05-13T18:30:53.3274560Z [05-13|18:28:13.313] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 62, "max height": 62} -2026-05-13T18:30:53.3274992Z [05-13|18:28:13.336] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 64, "max height": 64} -2026-05-13T18:30:53.3275320Z [05-13|18:28:13.336] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 64, "max height": 64} -2026-05-13T18:30:53.3275695Z [05-13|18:28:13.359] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 66, "max height": 66} -2026-05-13T18:30:53.3276110Z [05-13|18:28:13.359] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3276435Z [05-13|18:28:13.359] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 66, "max height": 66} -2026-05-13T18:30:53.3276852Z [05-13|18:28:13.380] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 66, "max height": 68} -2026-05-13T18:30:53.3277190Z [05-13|18:28:13.402] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 68, "max height": 68} -2026-05-13T18:30:53.3277560Z [05-13|18:28:13.424] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 70, "max height": 70} -2026-05-13T18:30:53.3277923Z [05-13|18:28:13.424] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 70, "max height": 70} -2026-05-13T18:30:53.3278416Z [05-13|18:28:13.445] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 72, "max height": 72} -2026-05-13T18:30:53.3278829Z [05-13|18:28:13.446] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3279158Z [05-13|18:28:13.446] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 72, "max height": 72} -2026-05-13T18:30:53.3279535Z [05-13|18:28:13.467] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 72, "max height": 74} -2026-05-13T18:30:53.3279923Z [05-13|18:28:13.486] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 74, "max height": 74} -2026-05-13T18:30:53.3280298Z [05-13|18:28:13.508] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 77, "max height": 77} -2026-05-13T18:30:53.3280713Z [05-13|18:28:13.508] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3281043Z [05-13|18:28:13.508] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 77, "max height": 77} -2026-05-13T18:30:53.3281411Z [05-13|18:28:13.529] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 77, "max height": 79} -2026-05-13T18:30:53.3281831Z [05-13|18:28:13.554] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3282161Z [05-13|18:28:13.554] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 79, "max height": 79} -2026-05-13T18:30:53.3282536Z [05-13|18:28:13.658] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 79, "max height": 82} -2026-05-13T18:30:53.3282868Z [05-13|18:28:13.681] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3283238Z [05-13|18:28:13.702] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 83, "max height": 83} -2026-05-13T18:30:53.3283562Z [05-13|18:28:13.702] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 83, "max height": 83} -2026-05-13T18:30:53.3283936Z [05-13|18:28:13.724] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 85, "max height": 85} -2026-05-13T18:30:53.3284321Z [05-13|18:28:13.724] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 85, "max height": 85} -2026-05-13T18:30:53.3284692Z [05-13|18:28:13.745] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 86, "max height": 86} -2026-05-13T18:30:53.3285028Z [05-13|18:28:13.745] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 86, "max height": 86} -2026-05-13T18:30:53.3285395Z [05-13|18:28:13.767] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3285724Z [05-13|18:28:13.767] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3286149Z [05-13|18:28:13.790] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3286483Z [05-13|18:28:13.790] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3286852Z [05-13|18:28:13.813] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3287234Z [05-13|18:28:13.813] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3287601Z [05-13|18:28:13.836] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 93, "max height": 93} -2026-05-13T18:30:53.3287929Z [05-13|18:28:13.836] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 93, "max height": 93} -2026-05-13T18:30:53.3288419Z [05-13|18:28:13.859] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 95, "max height": 95} -2026-05-13T18:30:53.3288835Z [05-13|18:28:13.859] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3289224Z [05-13|18:28:13.859] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 95, "max height": 95} -2026-05-13T18:30:53.3289603Z [05-13|18:28:13.880] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 95, "max height": 97} -2026-05-13T18:30:53.3289928Z [05-13|18:28:13.904] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3290296Z [05-13|18:28:13.925] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3290628Z [05-13|18:28:13.925] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3291004Z [05-13|18:28:13.946] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 100, "max height": 100} -2026-05-13T18:30:53.3291321Z [05-13|18:28:13.946] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} -2026-05-13T18:30:53.3291610Z [05-13|18:28:13.947] INFO random_network/network.go:291 Network Status {"num nodes": 5, "Seed": 1778696891768} -2026-05-13T18:30:53.3291987Z [05-13|18:28:13.947] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 113, "Height": 100} -2026-05-13T18:30:53.3292847Z node.go:176: Node 0000000000000000 sent message types: map[BlockMessage:2 EmptyVoteMessage:2 FinalizationMessage:11 NotarizationMessage:17 ReplicationResponse:6 VerifiedReplicationRequest:12 VoteMessage:9] -2026-05-13T18:30:53.3293214Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 113, "Height": 100} -2026-05-13T18:30:53.3294380Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:6 BlockMessage:55 EmptyNotarization:30 EmptyVoteMessage:36 FinalizationMessage:232 NotarizationMessage:258 ReplicationRequest:24 ReplicationResponse:7 VerifiedReplicationRequest:245 VoteMessage:185] -2026-05-13T18:30:53.3294809Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 113, "Height": 100} -2026-05-13T18:30:53.3295942Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:17 EmptyNotarization:7 EmptyVoteMessage:9 FinalizationMessage:78 NotarizationMessage:85 ReplicationRequest:5 ReplicationResponse:5 VerifiedReplicationRequest:81 VoteMessage:62] -2026-05-13T18:30:53.3296305Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 113, "Height": 100} -2026-05-13T18:30:53.3297519Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:40 EmptyNotarization:32 EmptyVoteMessage:26 FinalizationMessage:168 NotarizationMessage:212 ReplicationRequest:7 ReplicationResponse:8 VerifiedReplicationRequest:176 VoteMessage:133] -2026-05-13T18:30:53.3297886Z [05-13|18:28:13.948] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 113, "Height": 100} -2026-05-13T18:30:53.3299239Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:45 EmptyNotarization:35 EmptyVoteMessage:30 FinalizationMessage:192 NotarizationMessage:239 ReplicationRequest:9 ReplicationResponse:16 VerifiedReplicationRequest:202 VoteMessage:153] -2026-05-13T18:30:53.3299501Z [05-13|18:28:13.948] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 663} -2026-05-13T18:30:53.3299599Z === RUN TestNetworkSimpleFuzz/#07 -2026-05-13T18:30:53.3299925Z [05-13|18:28:13.950] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696893950} -2026-05-13T18:30:53.3300188Z [05-13|18:28:13.950] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 7} -2026-05-13T18:30:53.3300520Z [05-13|18:28:13.966] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3300966Z [05-13|18:28:13.986] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3301298Z [05-13|18:28:13.986] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 2, "max height": 2} -2026-05-13T18:30:53.3301665Z [05-13|18:28:14.008] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 4, "max height": 4} -2026-05-13T18:30:53.3301989Z [05-13|18:28:14.008] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 4, "max height": 4} -2026-05-13T18:30:53.3302353Z [05-13|18:28:14.037] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3302776Z [05-13|18:28:14.037] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3303106Z [05-13|18:28:14.037] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3303469Z [05-13|18:28:14.059] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 5, "max height": 8} -2026-05-13T18:30:53.3303786Z [05-13|18:28:14.066] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 8, "max height": 8} -2026-05-13T18:30:53.3304160Z [05-13|18:28:14.093] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 10, "max height": 11} -2026-05-13T18:30:53.3304574Z [05-13|18:28:14.094] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3304959Z [05-13|18:28:14.095] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3305334Z [05-13|18:28:14.116] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 11, "max height": 13} -2026-05-13T18:30:53.3305665Z [05-13|18:28:14.125] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 13, "max height": 13} -2026-05-13T18:30:53.3306036Z [05-13|18:28:14.146] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3306449Z [05-13|18:28:14.146] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3306832Z [05-13|18:28:14.146] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3307205Z [05-13|18:28:14.173] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 14, "max height": 17} -2026-05-13T18:30:53.3307621Z [05-13|18:28:14.185] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3308002Z [05-13|18:28:14.185] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 17, "max height": 17} -2026-05-13T18:30:53.3308486Z [05-13|18:28:14.206] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 17, "max height": 20} -2026-05-13T18:30:53.3308816Z [05-13|18:28:14.217] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 20, "max height": 20} -2026-05-13T18:30:53.3309186Z [05-13|18:28:14.238] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 21, "max height": 21} -2026-05-13T18:30:53.3309665Z [05-13|18:28:14.238] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3310058Z [05-13|18:28:14.239] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 21, "max height": 21} -2026-05-13T18:30:53.3310431Z [05-13|18:28:14.265] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 21, "max height": 23} -2026-05-13T18:30:53.3310842Z [05-13|18:28:14.292] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3311176Z [05-13|18:28:14.292] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 23, "max height": 23} -2026-05-13T18:30:53.3311546Z [05-13|18:28:14.395] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 23, "max height": 25} -2026-05-13T18:30:53.3311873Z [05-13|18:28:14.410] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 25, "max height": 26} -2026-05-13T18:30:53.3312250Z [05-13|18:28:14.433] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 28, "max height": 28} -2026-05-13T18:30:53.3312576Z [05-13|18:28:14.433] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 28, "max height": 28} -2026-05-13T18:30:53.3312944Z [05-13|18:28:14.454] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 29, "max height": 29} -2026-05-13T18:30:53.3313274Z [05-13|18:28:14.454] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 29, "max height": 29} -2026-05-13T18:30:53.3313636Z [05-13|18:28:14.475] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 31, "max height": 31} -2026-05-13T18:30:53.3314110Z [05-13|18:28:14.476] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3314504Z [05-13|18:28:14.476] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 31, "max height": 31} -2026-05-13T18:30:53.3314871Z [05-13|18:28:14.497] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 31, "max height": 32} -2026-05-13T18:30:53.3315286Z [05-13|18:28:14.522] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3315612Z [05-13|18:28:14.522] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 32, "max height": 32} -2026-05-13T18:30:53.3315982Z [05-13|18:28:14.543] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 32, "max height": 33} -2026-05-13T18:30:53.3316487Z [05-13|18:28:14.556] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3316818Z [05-13|18:28:14.556] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 33, "max height": 33} -2026-05-13T18:30:53.3317189Z [05-13|18:28:14.577] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 33, "max height": 34} -2026-05-13T18:30:53.3317654Z [05-13|18:28:14.589] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3317980Z [05-13|18:28:14.589] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 34, "max height": 34} -2026-05-13T18:30:53.3318469Z [05-13|18:28:14.694] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 34, "max height": 35} -2026-05-13T18:30:53.3318803Z [05-13|18:28:14.708] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 35, "max height": 35} -2026-05-13T18:30:53.3319172Z [05-13|18:28:14.758] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 38, "max height": 38} -2026-05-13T18:30:53.3319642Z [05-13|18:28:14.758] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3319978Z [05-13|18:28:14.758] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 38, "max height": 38} -2026-05-13T18:30:53.3320348Z [05-13|18:28:14.779] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 38, "max height": 40} -2026-05-13T18:30:53.3320818Z [05-13|18:28:14.794] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0400000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3321152Z [05-13|18:28:14.794] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 40, "max height": 40} -2026-05-13T18:30:53.3321524Z [05-13|18:28:14.816] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 40, "max height": 42} -2026-05-13T18:30:53.3322007Z [05-13|18:28:14.846] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3322342Z [05-13|18:28:14.846] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3322712Z [05-13|18:28:14.867] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 42, "max height": 45} -2026-05-13T18:30:53.3323121Z [05-13|18:28:14.899] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3323455Z [05-13|18:28:14.899] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 45, "max height": 45} -2026-05-13T18:30:53.3323887Z [05-13|18:28:14.920] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 45, "max height": 47} -2026-05-13T18:30:53.3324297Z [05-13|18:28:14.937] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3324634Z [05-13|18:28:14.937] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 47, "max height": 47} -2026-05-13T18:30:53.3325003Z [05-13|18:28:14.958] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 47, "max height": 49} -2026-05-13T18:30:53.3325473Z [05-13|18:28:14.975] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0300000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3325859Z [05-13|18:28:14.975] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 49, "max height": 49} -2026-05-13T18:30:53.3326233Z [05-13|18:28:15.101] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 49, "max height": 51} -2026-05-13T18:30:53.3326559Z [05-13|18:28:15.139] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 51, "max height": 51} -2026-05-13T18:30:53.3326985Z [05-13|18:28:15.162] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 53, "max height": 53} -2026-05-13T18:30:53.3327394Z [05-13|18:28:15.163] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3327721Z [05-13|18:28:15.163] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 53, "max height": 53} -2026-05-13T18:30:53.3328215Z [05-13|18:28:15.186] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 53, "max height": 55} -2026-05-13T18:30:53.3328694Z [05-13|18:28:15.207] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0500000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3329083Z [05-13|18:28:15.207] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 55, "max height": 55} -2026-05-13T18:30:53.3329455Z [05-13|18:28:15.230] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 55, "max height": 56} -2026-05-13T18:30:53.3329781Z [05-13|18:28:15.265] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3330156Z [05-13|18:28:15.392] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 58, "max height": 58} -2026-05-13T18:30:53.3330631Z [05-13|18:28:15.393] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3330957Z [05-13|18:28:15.393] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 58, "max height": 58} -2026-05-13T18:30:53.3331331Z [05-13|18:28:15.414] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 58, "max height": 60} -2026-05-13T18:30:53.3331660Z [05-13|18:28:15.450] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 60, "max height": 60} -2026-05-13T18:30:53.3332037Z [05-13|18:28:15.470] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 62, "max height": 62} -2026-05-13T18:30:53.3332370Z [05-13|18:28:15.470] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 62, "max height": 62} -2026-05-13T18:30:53.3332737Z [05-13|18:28:15.496] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 64, "max height": 65} -2026-05-13T18:30:53.3333062Z [05-13|18:28:15.502] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 65, "max height": 65} -2026-05-13T18:30:53.3333492Z [05-13|18:28:15.530] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 67, "max height": 67} -2026-05-13T18:30:53.3333819Z [05-13|18:28:15.531] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 67, "max height": 67} -2026-05-13T18:30:53.3334190Z [05-13|18:28:15.553] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 69, "max height": 69} -2026-05-13T18:30:53.3334606Z [05-13|18:28:15.553] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3334929Z [05-13|18:28:15.554] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 69, "max height": 69} -2026-05-13T18:30:53.3335348Z [05-13|18:28:15.681] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 69, "max height": 71} -2026-05-13T18:30:53.3335766Z [05-13|18:28:15.703] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3336098Z [05-13|18:28:15.703] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 71, "max height": 71} -2026-05-13T18:30:53.3336520Z [05-13|18:28:15.806] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 71, "max height": 73} -2026-05-13T18:30:53.3336933Z [05-13|18:28:15.830] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3337260Z [05-13|18:28:15.831] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 73, "max height": 73} -2026-05-13T18:30:53.3337630Z [05-13|18:28:15.937] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 73, "max height": 74} -2026-05-13T18:30:53.3337963Z [05-13|18:28:15.960] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 74, "max height": 74} -2026-05-13T18:30:53.3338503Z [05-13|18:28:15.991] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 76, "max height": 77} -2026-05-13T18:30:53.3338920Z [05-13|18:28:15.996] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3339252Z [05-13|18:28:15.996] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 77, "max height": 77} -2026-05-13T18:30:53.3339621Z [05-13|18:28:16.019] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 77, "max height": 78} -2026-05-13T18:30:53.3339949Z [05-13|18:28:16.043] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 78, "max height": 78} -2026-05-13T18:30:53.3340321Z [05-13|18:28:16.070] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 80, "max height": 81} -2026-05-13T18:30:53.3340646Z [05-13|18:28:16.071] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 81, "max height": 81} -2026-05-13T18:30:53.3341011Z [05-13|18:28:16.092] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3341430Z [05-13|18:28:16.094] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3341755Z [05-13|18:28:16.094] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3342132Z [05-13|18:28:16.121] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 82, "max height": 85} -2026-05-13T18:30:53.3342545Z [05-13|18:28:16.147] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3342932Z [05-13|18:28:16.147] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 85, "max height": 85} -2026-05-13T18:30:53.3343300Z [05-13|18:28:16.271] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 85, "max height": 86} -2026-05-13T18:30:53.3343716Z [05-13|18:28:16.305] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3344043Z [05-13|18:28:16.305] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 86, "max height": 86} -2026-05-13T18:30:53.3344413Z [05-13|18:28:16.326] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 86, "max height": 88} -2026-05-13T18:30:53.3344790Z [05-13|18:28:16.361] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 88, "max height": 88} -2026-05-13T18:30:53.3345161Z [05-13|18:28:16.382] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3345576Z [05-13|18:28:16.382] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3345955Z [05-13|18:28:16.382] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3346322Z [05-13|18:28:16.411] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 90, "max height": 92} -2026-05-13T18:30:53.3346651Z [05-13|18:28:16.445] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3347021Z [05-13|18:28:16.470] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 94, "max height": 94} -2026-05-13T18:30:53.3347495Z [05-13|18:28:16.471] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3347863Z [05-13|18:28:16.472] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 94, "max height": 95} -2026-05-13T18:30:53.3348348Z [05-13|18:28:16.495] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 94, "max height": 97} -2026-05-13T18:30:53.3348675Z [05-13|18:28:16.555] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3349058Z [05-13|18:28:16.601] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 100, "max height": 100} -2026-05-13T18:30:53.3349368Z [05-13|18:28:16.601] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 100} -2026-05-13T18:30:53.3349651Z [05-13|18:28:16.603] INFO random_network/network.go:291 Network Status {"num nodes": 7, "Seed": 1778696893950} -2026-05-13T18:30:53.3350027Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 114, "Height": 100} -2026-05-13T18:30:53.3351205Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:8 BlockMessage:39 EmptyNotarization:41 EmptyVoteMessage:47 FinalizationMessage:224 NotarizationMessage:263 ReplicationRequest:23 ReplicationResponse:7 VerifiedReplicationRequest:231 VoteMessage:190] -2026-05-13T18:30:53.3351570Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 114, "Height": 100} -2026-05-13T18:30:53.3352737Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:13 EmptyNotarization:29 EmptyVoteMessage:17 FinalizationMessage:82 NotarizationMessage:106 ReplicationRequest:7 ReplicationResponse:8 VerifiedReplicationRequest:85 VoteMessage:69] -2026-05-13T18:30:53.3353161Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 114, "Height": 100} -2026-05-13T18:30:53.3354305Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:7 EmptyNotarization:12 EmptyVoteMessage:7 FinalizationMessage:45 NotarizationMessage:63 ReplicationRequest:2 ReplicationResponse:9 VerifiedReplicationRequest:46 VoteMessage:37] -2026-05-13T18:30:53.3354668Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 114, "Height": 100} -2026-05-13T18:30:53.3355584Z node.go:176: Node 0300000000000000 sent message types: map[BlockMessage:3 FinalizationMessage:18 NotarizationMessage:35 ReplicationRequest:1 ReplicationResponse:14 VerifiedReplicationRequest:19 VoteMessage:15] -2026-05-13T18:30:53.3355952Z [05-13|18:28:16.603] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 114, "Height": 100} -2026-05-13T18:30:53.3357082Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:10 EmptyNotarization:5 EmptyVoteMessage:7 FinalizationMessage:67 NotarizationMessage:88 ReplicationRequest:4 ReplicationResponse:7 VerifiedReplicationRequest:69 VoteMessage:56] -2026-05-13T18:30:53.3357490Z [05-13|18:28:16.604] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 114, "Height": 100} -2026-05-13T18:30:53.3358748Z node.go:176: Node 0500000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:12 EmptyNotarization:16 EmptyVoteMessage:6 FinalizationMessage:77 NotarizationMessage:115 ReplicationRequest:5 ReplicationResponse:9 VerifiedReplicationRequest:79 VoteMessage:64] -2026-05-13T18:30:53.3359117Z [05-13|18:28:16.604] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 114, "Height": 100} -2026-05-13T18:30:53.3360069Z node.go:176: Node 0600000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:2 FinalizationMessage:18 NotarizationMessage:21 ReplicationResponse:8 VerifiedReplicationRequest:18 VoteMessage:16] -2026-05-13T18:30:53.3360333Z [05-13|18:28:16.604] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 648} -2026-05-13T18:30:53.3360431Z === RUN TestNetworkSimpleFuzz/#08 -2026-05-13T18:30:53.3360738Z [05-13|18:28:16.607] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696896607} -2026-05-13T18:30:53.3361006Z [05-13|18:28:16.607] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 10} -2026-05-13T18:30:53.3361328Z [05-13|18:28:16.629] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3361697Z [05-13|18:28:16.651] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 1, "max height": 1} -2026-05-13T18:30:53.3362033Z [05-13|18:28:16.651] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 1, "max height": 1} -2026-05-13T18:30:53.3362404Z [05-13|18:28:16.728] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3362885Z [05-13|18:28:16.729] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3363211Z [05-13|18:28:16.729] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3363575Z [05-13|18:28:16.965] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 5, "max height": 7} -2026-05-13T18:30:53.3363899Z [05-13|18:28:16.995] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 7, "max height": 8} -2026-05-13T18:30:53.3364328Z [05-13|18:28:17.034] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 10, "max height": 10} -2026-05-13T18:30:53.3364658Z [05-13|18:28:17.034] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 10, "max height": 10} -2026-05-13T18:30:53.3365035Z [05-13|18:28:17.055] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3365448Z [05-13|18:28:17.058] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3365777Z [05-13|18:28:17.058] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 11, "max height": 11} -2026-05-13T18:30:53.3366205Z [05-13|18:28:17.107] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 11, "max height": 14} -2026-05-13T18:30:53.3366619Z [05-13|18:28:17.119] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3366950Z [05-13|18:28:17.119] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3367377Z [05-13|18:28:17.143] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 14, "max height": 15} -2026-05-13T18:30:53.3367785Z [05-13|18:28:17.173] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3368227Z [05-13|18:28:17.173] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 16, "max height": 16} -2026-05-13T18:30:53.3368605Z [05-13|18:28:17.195] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 16, "max height": 17} -2026-05-13T18:30:53.3369016Z [05-13|18:28:17.205] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3369417Z [05-13|18:28:17.205] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 17, "max height": 17} -2026-05-13T18:30:53.3369793Z [05-13|18:28:17.354] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 17, "max height": 18} -2026-05-13T18:30:53.3370117Z [05-13|18:28:17.363] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 18, "max height": 18} -2026-05-13T18:30:53.3370485Z [05-13|18:28:17.385] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 19, "max height": 19} -2026-05-13T18:30:53.3370899Z [05-13|18:28:17.388] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3371227Z [05-13|18:28:17.388] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 19, "max height": 19} -2026-05-13T18:30:53.3371601Z [05-13|18:28:17.420] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 19, "max height": 21} -2026-05-13T18:30:53.3372081Z [05-13|18:28:17.445] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3372411Z [05-13|18:28:17.446] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 22, "max height": 22} -2026-05-13T18:30:53.3372787Z [05-13|18:28:17.497] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 22, "max height": 25} -2026-05-13T18:30:53.3373266Z [05-13|18:28:17.520] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0700000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3373594Z [05-13|18:28:17.520] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 25, "max height": 25} -2026-05-13T18:30:53.3374027Z [05-13|18:28:17.573] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 25, "max height": 28} -2026-05-13T18:30:53.3374360Z [05-13|18:28:17.595] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 28, "max height": 28} -2026-05-13T18:30:53.3374730Z [05-13|18:28:17.619] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 29, "max height": 29} -2026-05-13T18:30:53.3375055Z [05-13|18:28:17.619] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 29, "max height": 29} -2026-05-13T18:30:53.3375428Z [05-13|18:28:17.663] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 30, "max height": 30} -2026-05-13T18:30:53.3375891Z [05-13|18:28:17.664] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3376226Z [05-13|18:28:17.664] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 30, "max height": 30} -2026-05-13T18:30:53.3376604Z [05-13|18:28:17.724] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 30, "max height": 33} -2026-05-13T18:30:53.3376978Z [05-13|18:28:17.738] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 33, "max height": 33} -2026-05-13T18:30:53.3377345Z [05-13|18:28:17.762] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 34, "max height": 34} -2026-05-13T18:30:53.3377673Z [05-13|18:28:17.762] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 34, "max height": 34} -2026-05-13T18:30:53.3378153Z [05-13|18:28:17.823] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 37, "max height": 37} -2026-05-13T18:30:53.3378500Z [05-13|18:28:17.823] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 37, "max height": 37} -2026-05-13T18:30:53.3378937Z [05-13|18:28:17.870] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3379421Z [05-13|18:28:17.871] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3379753Z [05-13|18:28:17.871] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3380124Z [05-13|18:28:17.897] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 39, "max height": 41} -2026-05-13T18:30:53.3380451Z [05-13|18:28:17.931] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 41, "max height": 41} -2026-05-13T18:30:53.3380823Z [05-13|18:28:17.956] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3381364Z [05-13|18:28:17.958] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0200000000000000", "0400000000000000"], "recovered": [], "num crashed": 3} -2026-05-13T18:30:53.3381694Z [05-13|18:28:17.958] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 42, "max height": 42} -2026-05-13T18:30:53.3382068Z [05-13|18:28:17.984] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 42, "max height": 44} -2026-05-13T18:30:53.3382396Z [05-13|18:28:18.040] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 44, "max height": 45} -2026-05-13T18:30:53.3382764Z [05-13|18:28:18.064] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 46, "max height": 46} -2026-05-13T18:30:53.3383145Z [05-13|18:28:18.064] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 46, "max height": 46} -2026-05-13T18:30:53.3383510Z [05-13|18:28:18.113] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 48, "max height": 49} -2026-05-13T18:30:53.3383840Z [05-13|18:28:18.119] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 49, "max height": 49} -2026-05-13T18:30:53.3384218Z [05-13|18:28:18.141] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 50, "max height": 50} -2026-05-13T18:30:53.3384631Z [05-13|18:28:18.142] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0800000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3385009Z [05-13|18:28:18.142] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 50, "max height": 50} -2026-05-13T18:30:53.3385386Z [05-13|18:28:18.197] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 50, "max height": 53} -2026-05-13T18:30:53.3385798Z [05-13|18:28:18.221] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3386125Z [05-13|18:28:18.221] INFO random_network/network.go:82 Issued Transactions {"count": 16, "min height": 53, "max height": 53} -2026-05-13T18:30:53.3386549Z [05-13|18:28:18.379] INFO random_network/network.go:87 All issued transactions accepted {"count": 16, "min height": 53, "max height": 56} -2026-05-13T18:30:53.3386874Z [05-13|18:28:18.403] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3387241Z [05-13|18:28:18.426] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 57, "max height": 57} -2026-05-13T18:30:53.3387568Z [05-13|18:28:18.426] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 57, "max height": 57} -2026-05-13T18:30:53.3387936Z [05-13|18:28:18.485] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 59, "max height": 59} -2026-05-13T18:30:53.3388469Z [05-13|18:28:18.485] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 59, "max height": 59} -2026-05-13T18:30:53.3388853Z [05-13|18:28:18.560] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 61, "max height": 62} -2026-05-13T18:30:53.3389180Z [05-13|18:28:18.567] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 62, "max height": 62} -2026-05-13T18:30:53.3389550Z [05-13|18:28:18.634] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 64, "max height": 64} -2026-05-13T18:30:53.3389880Z [05-13|18:28:18.634] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 64, "max height": 64} -2026-05-13T18:30:53.3390247Z [05-13|18:28:18.660] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 65, "max height": 65} -2026-05-13T18:30:53.3390659Z [05-13|18:28:18.661] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3390995Z [05-13|18:28:18.661] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 65, "max height": 65} -2026-05-13T18:30:53.3391364Z [05-13|18:28:18.695] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 65, "max height": 67} -2026-05-13T18:30:53.3391691Z [05-13|18:28:18.726] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 67, "max height": 67} -2026-05-13T18:30:53.3392066Z [05-13|18:28:18.752] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 68, "max height": 68} -2026-05-13T18:30:53.3392577Z [05-13|18:28:18.755] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0900000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3392904Z [05-13|18:28:18.755] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 68, "max height": 68} -2026-05-13T18:30:53.3393279Z [05-13|18:28:18.806] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 68, "max height": 71} -2026-05-13T18:30:53.3393756Z [05-13|18:28:18.834] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0800000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3394086Z [05-13|18:28:18.834] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 71, "max height": 71} -2026-05-13T18:30:53.3394512Z [05-13|18:28:18.963] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 71, "max height": 72} -2026-05-13T18:30:53.3395053Z [05-13|18:28:19.016] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0500000000000000", "0900000000000000"], "recovered": [], "num crashed": 3} -2026-05-13T18:30:53.3395392Z [05-13|18:28:19.017] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 73, "max height": 73} -2026-05-13T18:30:53.3395817Z [05-13|18:28:19.168] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 73, "max height": 75} -2026-05-13T18:30:53.3396144Z [05-13|18:28:19.243] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 75, "max height": 75} -2026-05-13T18:30:53.3396516Z [05-13|18:28:19.410] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 77, "max height": 78} -2026-05-13T18:30:53.3397051Z [05-13|18:28:19.418] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000", "0700000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} -2026-05-13T18:30:53.3397380Z [05-13|18:28:19.418] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 78, "max height": 78} -2026-05-13T18:30:53.3397793Z [05-13|18:28:19.523] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 78, "max height": 79} -2026-05-13T18:30:53.3398331Z [05-13|18:28:19.615] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3398663Z [05-13|18:28:19.615] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 79, "max height": 80} -2026-05-13T18:30:53.3399037Z [05-13|18:28:19.653] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 80, "max height": 82} -2026-05-13T18:30:53.3399570Z [05-13|18:28:19.682] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000", "0200000000000000", "0800000000000000"], "recovered": [], "num crashed": 3} -2026-05-13T18:30:53.3399895Z [05-13|18:28:19.682] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3400269Z [05-13|18:28:19.703] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 82, "max height": 84} -2026-05-13T18:30:53.3400596Z [05-13|18:28:19.789] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 84, "max height": 84} -2026-05-13T18:30:53.3400966Z [05-13|18:28:19.849] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3401297Z [05-13|18:28:19.849] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3401666Z [05-13|18:28:19.871] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 88, "max height": 88} -2026-05-13T18:30:53.3402057Z [05-13|18:28:19.871] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 88, "max height": 88} -2026-05-13T18:30:53.3402431Z [05-13|18:28:19.940] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 91, "max height": 91} -2026-05-13T18:30:53.3402907Z [05-13|18:28:19.941] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3403237Z [05-13|18:28:19.941] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 91, "max height": 91} -2026-05-13T18:30:53.3403613Z [05-13|18:28:19.968] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 91, "max height": 93} -2026-05-13T18:30:53.3404134Z [05-13|18:28:20.042] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0600000000000000", "0900000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3404465Z [05-13|18:28:20.042] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 93, "max height": 93} -2026-05-13T18:30:53.3404843Z [05-13|18:28:20.069] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 93, "max height": 94} -2026-05-13T18:30:53.3405306Z [05-13|18:28:20.127] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3405636Z [05-13|18:28:20.127] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 94, "max height": 94} -2026-05-13T18:30:53.3406014Z [05-13|18:28:20.148] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 94, "max height": 95} -2026-05-13T18:30:53.3406338Z [05-13|18:28:20.185] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 95, "max height": 95} -2026-05-13T18:30:53.3406707Z [05-13|18:28:20.246] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3407171Z [05-13|18:28:20.246] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0700000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3407500Z [05-13|18:28:20.247] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3407881Z [05-13|18:28:20.296] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 97, "max height": 99} -2026-05-13T18:30:53.3408465Z [05-13|18:28:20.328] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0500000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3408800Z [05-13|18:28:20.328] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3409183Z [05-13|18:28:20.478] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 99, "max height": 101} -2026-05-13T18:30:53.3409655Z [05-13|18:28:20.544] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000", "0600000000000000"], "recovered": [], "num crashed": 2} -2026-05-13T18:30:53.3409991Z [05-13|18:28:20.544] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 101, "max height": 101} -2026-05-13T18:30:53.3410373Z [05-13|18:28:20.566] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 101, "max height": 102} -2026-05-13T18:30:53.3410679Z [05-13|18:28:20.634] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 101} -2026-05-13T18:30:53.3410962Z [05-13|18:28:20.637] INFO random_network/network.go:291 Network Status {"num nodes": 10, "Seed": 1778696896607} -2026-05-13T18:30:53.3411334Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3412601Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:31 BlockMessage:98 EmptyNotarization:108 EmptyVoteMessage:135 FinalizationMessage:834 NotarizationMessage:1046 ReplicationRequest:97 ReplicationResponse:14 VerifiedReplicationRequest:865 VoteMessage:752] -2026-05-13T18:30:53.3412974Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3414145Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:7 BlockMessage:18 EmptyNotarization:23 EmptyVoteMessage:31 FinalizationMessage:147 NotarizationMessage:147 ReplicationRequest:14 ReplicationResponse:8 VerifiedReplicationRequest:155 VoteMessage:134] -2026-05-13T18:30:53.3414560Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3415732Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:6 BlockMessage:18 EmptyNotarization:25 EmptyVoteMessage:34 FinalizationMessage:147 NotarizationMessage:217 ReplicationRequest:11 ReplicationResponse:17 VerifiedReplicationRequest:153 VoteMessage:133] -2026-05-13T18:30:53.3416143Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3416522Z node.go:176: Node 0300000000000000 sent message types: map[EmptyVoteMessage:2 ReplicationResponse:10] -2026-05-13T18:30:53.3416887Z [05-13|18:28:20.637] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3418025Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:9 EmptyNotarization:23 EmptyVoteMessage:34 FinalizationMessage:70 NotarizationMessage:95 ReplicationRequest:9 ReplicationResponse:9 VerifiedReplicationRequest:75 VoteMessage:65] -2026-05-13T18:30:53.3418506Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0500000000000000", "Short": 5, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3419443Z node.go:176: Node 0500000000000000 sent message types: map[EmptyVoteMessage:3 FinalizationMessage:7 NotarizationMessage:7 ReplicationRequest:2 ReplicationResponse:11 VerifiedReplicationRequest:8 VoteMessage:7] -2026-05-13T18:30:53.3419810Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0600000000000000", "Short": 6, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3420516Z node.go:176: Node 0600000000000000 sent message types: map[EmptyVoteMessage:2 NotarizationMessage:8 ReplicationRequest:1 ReplicationResponse:12 VerifiedReplicationRequest:9] -2026-05-13T18:30:53.3420882Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0700000000000000", "Short": 7, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3422025Z node.go:176: Node 0700000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:4 EmptyNotarization:14 EmptyVoteMessage:17 FinalizationMessage:21 NotarizationMessage:30 ReplicationRequest:4 ReplicationResponse:10 VerifiedReplicationRequest:23 VoteMessage:20] -2026-05-13T18:30:53.3422391Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0800000000000000", "Short": 8, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3423546Z node.go:176: Node 0800000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:18 EmptyNotarization:30 EmptyVoteMessage:34 FinalizationMessage:147 NotarizationMessage:209 ReplicationRequest:11 ReplicationResponse:26 VerifiedReplicationRequest:154 VoteMessage:133] -2026-05-13T18:30:53.3423909Z [05-13|18:28:20.638] INFO random_network/network.go:295 Node Status {"nodeID": "0900000000000000", "Short": 9, "Round": 116, "Height": 102} -2026-05-13T18:30:53.3425050Z node.go:176: Node 0900000000000000 sent message types: map[BlockDigestRequest:2 BlockMessage:8 EmptyNotarization:23 EmptyVoteMessage:26 FinalizationMessage:63 NotarizationMessage:96 ReplicationRequest:6 ReplicationResponse:14 VerifiedReplicationRequest:75 VoteMessage:59] -2026-05-13T18:30:53.3425364Z [05-13|18:28:20.638] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 621} -2026-05-13T18:30:53.3425462Z === RUN TestNetworkSimpleFuzz/#09 -2026-05-13T18:30:53.3425769Z [05-13|18:28:20.644] INFO random_network/network.go:35 Creating new network with random seed {"seed": 1778696900644} -2026-05-13T18:30:53.3426026Z [05-13|18:28:20.644] INFO random_network/network.go:46 Initiating network with nodes {"num nodes": 5} -2026-05-13T18:30:53.3426353Z [05-13|18:28:20.651] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 0, "max height": 0} -2026-05-13T18:30:53.3426780Z [05-13|18:28:20.676] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 3, "max height": 3} -2026-05-13T18:30:53.3427199Z [05-13|18:28:20.677] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3427521Z [05-13|18:28:20.677] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 3, "max height": 3} -2026-05-13T18:30:53.3427946Z [05-13|18:28:20.698] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 3, "max height": 5} -2026-05-13T18:30:53.3428383Z [05-13|18:28:20.704] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 5, "max height": 5} -2026-05-13T18:30:53.3428747Z [05-13|18:28:20.725] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 7, "max height": 7} -2026-05-13T18:30:53.3429167Z [05-13|18:28:20.725] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3429489Z [05-13|18:28:20.725] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 7, "max height": 7} -2026-05-13T18:30:53.3429918Z [05-13|18:28:20.829] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 7, "max height": 8} -2026-05-13T18:30:53.3430245Z [05-13|18:28:20.836] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 8, "max height": 8} -2026-05-13T18:30:53.3430620Z [05-13|18:28:20.858] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 10, "max height": 10} -2026-05-13T18:30:53.3431030Z [05-13|18:28:20.858] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3431362Z [05-13|18:28:20.858] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 10, "max height": 10} -2026-05-13T18:30:53.3431733Z [05-13|18:28:20.963] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 10, "max height": 12} -2026-05-13T18:30:53.3432146Z [05-13|18:28:20.971] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0200000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3432482Z [05-13|18:28:20.972] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 12, "max height": 12} -2026-05-13T18:30:53.3432856Z [05-13|18:28:20.993] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 12, "max height": 14} -2026-05-13T18:30:53.3433268Z [05-13|18:28:20.999] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3433602Z [05-13|18:28:20.999] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 14, "max height": 14} -2026-05-13T18:30:53.3433974Z [05-13|18:28:21.024] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 14, "max height": 16} -2026-05-13T18:30:53.3434357Z [05-13|18:28:21.034] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 16, "max height": 16} -2026-05-13T18:30:53.3434733Z [05-13|18:28:21.055] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 18, "max height": 18} -2026-05-13T18:30:53.3435061Z [05-13|18:28:21.055] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 18, "max height": 18} -2026-05-13T18:30:53.3435430Z [05-13|18:28:21.075] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 20, "max height": 20} -2026-05-13T18:30:53.3435847Z [05-13|18:28:21.076] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3436224Z [05-13|18:28:21.076] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 20, "max height": 20} -2026-05-13T18:30:53.3436598Z [05-13|18:28:21.097] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 20, "max height": 23} -2026-05-13T18:30:53.3436930Z [05-13|18:28:21.108] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 23, "max height": 23} -2026-05-13T18:30:53.3437356Z [05-13|18:28:21.129] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 26, "max height": 26} -2026-05-13T18:30:53.3437687Z [05-13|18:28:21.129] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 26, "max height": 26} -2026-05-13T18:30:53.3438172Z [05-13|18:28:21.150] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 28, "max height": 28} -2026-05-13T18:30:53.3438588Z [05-13|18:28:21.151] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3438921Z [05-13|18:28:21.151] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 28, "max height": 28} -2026-05-13T18:30:53.3439354Z [05-13|18:28:21.171] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 28, "max height": 30} -2026-05-13T18:30:53.3439687Z [05-13|18:28:21.183] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 30, "max height": 30} -2026-05-13T18:30:53.3440058Z [05-13|18:28:21.204] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 32, "max height": 32} -2026-05-13T18:30:53.3440386Z [05-13|18:28:21.204] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 32, "max height": 32} -2026-05-13T18:30:53.3440757Z [05-13|18:28:21.225] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 35, "max height": 35} -2026-05-13T18:30:53.3441087Z [05-13|18:28:21.226] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 35, "max height": 35} -2026-05-13T18:30:53.3441458Z [05-13|18:28:21.246] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 37, "max height": 37} -2026-05-13T18:30:53.3441787Z [05-13|18:28:21.246] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 37, "max height": 37} -2026-05-13T18:30:53.3442166Z [05-13|18:28:21.267] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3442495Z [05-13|18:28:21.267] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 39, "max height": 39} -2026-05-13T18:30:53.3442863Z [05-13|18:28:21.290] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 41, "max height": 41} -2026-05-13T18:30:53.3443192Z [05-13|18:28:21.290] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 41, "max height": 41} -2026-05-13T18:30:53.3443624Z [05-13|18:28:21.311] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 43, "max height": 43} -2026-05-13T18:30:53.3444037Z [05-13|18:28:21.311] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3444376Z [05-13|18:28:21.311] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 43, "max height": 43} -2026-05-13T18:30:53.3444745Z [05-13|18:28:21.415] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 43, "max height": 45} -2026-05-13T18:30:53.3445072Z [05-13|18:28:21.430] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 45, "max height": 45} -2026-05-13T18:30:53.3445501Z [05-13|18:28:21.451] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 47, "max height": 47} -2026-05-13T18:30:53.3445831Z [05-13|18:28:21.451] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 47, "max height": 47} -2026-05-13T18:30:53.3446201Z [05-13|18:28:21.474] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 49, "max height": 49} -2026-05-13T18:30:53.3446582Z [05-13|18:28:21.474] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 49, "max height": 49} -2026-05-13T18:30:53.3446953Z [05-13|18:28:21.495] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 50, "max height": 50} -2026-05-13T18:30:53.3447280Z [05-13|18:28:21.495] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 50, "max height": 50} -2026-05-13T18:30:53.3447657Z [05-13|18:28:21.518] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 52, "max height": 52} -2026-05-13T18:30:53.3448179Z [05-13|18:28:21.518] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3448585Z [05-13|18:28:21.518] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 52, "max height": 52} -2026-05-13T18:30:53.3448969Z [05-13|18:28:21.539] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 52, "max height": 54} -2026-05-13T18:30:53.3449384Z [05-13|18:28:21.562] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0300000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3449714Z [05-13|18:28:21.563] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 54, "max height": 54} -2026-05-13T18:30:53.3450090Z [05-13|18:28:21.686] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 54, "max height": 55} -2026-05-13T18:30:53.3450413Z [05-13|18:28:21.703] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 55, "max height": 55} -2026-05-13T18:30:53.3450785Z [05-13|18:28:21.724] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3451118Z [05-13|18:28:21.724] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 56, "max height": 56} -2026-05-13T18:30:53.3451492Z [05-13|18:28:21.745] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 58, "max height": 58} -2026-05-13T18:30:53.3451817Z [05-13|18:28:21.745] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 58, "max height": 58} -2026-05-13T18:30:53.3452192Z [05-13|18:28:21.766] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 61, "max height": 61} -2026-05-13T18:30:53.3452604Z [05-13|18:28:21.766] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3452988Z [05-13|18:28:21.766] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 61, "max height": 61} -2026-05-13T18:30:53.3453363Z [05-13|18:28:21.787] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 61, "max height": 64} -2026-05-13T18:30:53.3453777Z [05-13|18:28:21.810] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0100000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3454104Z [05-13|18:28:21.810] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 64, "max height": 64} -2026-05-13T18:30:53.3454469Z [05-13|18:28:21.831] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 64, "max height": 65} -2026-05-13T18:30:53.3454842Z [05-13|18:28:21.848] INFO random_network/network.go:82 Issued Transactions {"count": 9, "min height": 65, "max height": 65} -2026-05-13T18:30:53.3455216Z [05-13|18:28:21.973] INFO random_network/network.go:87 All issued transactions accepted {"count": 9, "min height": 67, "max height": 67} -2026-05-13T18:30:53.3455628Z [05-13|18:28:21.974] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3456003Z [05-13|18:28:21.974] INFO random_network/network.go:82 Issued Transactions {"count": 20, "min height": 67, "max height": 67} -2026-05-13T18:30:53.3456380Z [05-13|18:28:22.098] INFO random_network/network.go:87 All issued transactions accepted {"count": 20, "min height": 67, "max height": 70} -2026-05-13T18:30:53.3456705Z [05-13|18:28:22.120] INFO random_network/network.go:82 Issued Transactions {"count": 5, "min height": 70, "max height": 70} -2026-05-13T18:30:53.3457072Z [05-13|18:28:22.141] INFO random_network/network.go:87 All issued transactions accepted {"count": 5, "min height": 72, "max height": 72} -2026-05-13T18:30:53.3457484Z [05-13|18:28:22.141] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0000000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3457854Z [05-13|18:28:22.142] INFO random_network/network.go:82 Issued Transactions {"count": 12, "min height": 72, "max height": 72} -2026-05-13T18:30:53.3458338Z [05-13|18:28:22.162] INFO random_network/network.go:87 All issued transactions accepted {"count": 12, "min height": 72, "max height": 74} -2026-05-13T18:30:53.3458672Z [05-13|18:28:22.183] INFO random_network/network.go:82 Issued Transactions {"count": 6, "min height": 74, "max height": 74} -2026-05-13T18:30:53.3459039Z [05-13|18:28:22.205] INFO random_network/network.go:87 All issued transactions accepted {"count": 6, "min height": 76, "max height": 76} -2026-05-13T18:30:53.3459391Z [05-13|18:28:22.206] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 76, "max height": 76} -2026-05-13T18:30:53.3459766Z [05-13|18:28:22.226] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 78, "max height": 78} -2026-05-13T18:30:53.3460093Z [05-13|18:28:22.227] INFO random_network/network.go:82 Issued Transactions {"count": 17, "min height": 78, "max height": 78} -2026-05-13T18:30:53.3460465Z [05-13|18:28:22.252] INFO random_network/network.go:87 All issued transactions accepted {"count": 17, "min height": 81, "max height": 81} -2026-05-13T18:30:53.3460882Z [05-13|18:28:22.252] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3461209Z [05-13|18:28:22.252] INFO random_network/network.go:82 Issued Transactions {"count": 14, "min height": 81, "max height": 81} -2026-05-13T18:30:53.3461582Z [05-13|18:28:22.274] INFO random_network/network.go:87 All issued transactions accepted {"count": 14, "min height": 81, "max height": 82} -2026-05-13T18:30:53.3461914Z [05-13|18:28:22.301] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 82, "max height": 82} -2026-05-13T18:30:53.3462389Z [05-13|18:28:22.324] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 84, "max height": 84} -2026-05-13T18:30:53.3462747Z [05-13|18:28:22.324] INFO random_network/network.go:82 Issued Transactions {"count": 8, "min height": 84, "max height": 84} -2026-05-13T18:30:53.3463126Z [05-13|18:28:22.346] INFO random_network/network.go:87 All issued transactions accepted {"count": 8, "min height": 86, "max height": 86} -2026-05-13T18:30:53.3463467Z [05-13|18:28:22.346] INFO random_network/network.go:82 Issued Transactions {"count": 13, "min height": 86, "max height": 86} -2026-05-13T18:30:53.3463853Z [05-13|18:28:22.367] INFO random_network/network.go:87 All issued transactions accepted {"count": 13, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3464331Z [05-13|18:28:22.367] INFO random_network/network.go:249 Recovered and crashed nodes {"crashed": ["0400000000000000"], "recovered": [], "num crashed": 1} -2026-05-13T18:30:53.3464667Z [05-13|18:28:22.367] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 87, "max height": 87} -2026-05-13T18:30:53.3465040Z [05-13|18:28:22.388] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 87, "max height": 88} -2026-05-13T18:30:53.3465421Z [05-13|18:28:22.414] INFO random_network/network.go:82 Issued Transactions {"count": 7, "min height": 88, "max height": 88} -2026-05-13T18:30:53.3465789Z [05-13|18:28:22.435] INFO random_network/network.go:87 All issued transactions accepted {"count": 7, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3466118Z [05-13|18:28:22.435] INFO random_network/network.go:82 Issued Transactions {"count": 18, "min height": 90, "max height": 90} -2026-05-13T18:30:53.3466492Z [05-13|18:28:22.456] INFO random_network/network.go:87 All issued transactions accepted {"count": 18, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3466817Z [05-13|18:28:22.456] INFO random_network/network.go:82 Issued Transactions {"count": 19, "min height": 92, "max height": 92} -2026-05-13T18:30:53.3467189Z [05-13|18:28:22.477] INFO random_network/network.go:87 All issued transactions accepted {"count": 19, "min height": 95, "max height": 95} -2026-05-13T18:30:53.3467609Z [05-13|18:28:22.477] INFO random_network/network.go:82 Issued Transactions {"count": 11, "min height": 95, "max height": 95} -2026-05-13T18:30:53.3467982Z [05-13|18:28:22.499] INFO random_network/network.go:87 All issued transactions accepted {"count": 11, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3468424Z [05-13|18:28:22.499] INFO random_network/network.go:82 Issued Transactions {"count": 15, "min height": 97, "max height": 97} -2026-05-13T18:30:53.3468798Z [05-13|18:28:22.520] INFO random_network/network.go:87 All issued transactions accepted {"count": 15, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3469124Z [05-13|18:28:22.520] INFO random_network/network.go:82 Issued Transactions {"count": 10, "min height": 99, "max height": 99} -2026-05-13T18:30:53.3469500Z [05-13|18:28:22.546] INFO random_network/network.go:87 All issued transactions accepted {"count": 10, "min height": 101, "max height": 101} -2026-05-13T18:30:53.3469814Z [05-13|18:28:22.546] INFO random_network/network.go:92 Reached target height {"targetHeight": 100, "minHeight": 101} -2026-05-13T18:30:53.3470098Z [05-13|18:28:22.547] INFO random_network/network.go:291 Network Status {"num nodes": 5, "Seed": 1778696900644} -2026-05-13T18:30:53.3470465Z [05-13|18:28:22.547] INFO random_network/network.go:295 Node Status {"nodeID": "0000000000000000", "Short": 0, "Round": 110, "Height": 101} -2026-05-13T18:30:53.3471459Z node.go:176: Node 0000000000000000 sent message types: map[BlockDigestRequest:3 BlockMessage:22 FinalizationMessage:106 NotarizationMessage:126 ReplicationRequest:5 ReplicationResponse:9 VerifiedReplicationRequest:108 VoteMessage:84] -2026-05-13T18:30:53.3471824Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0100000000000000", "Short": 1, "Round": 110, "Height": 101} -2026-05-13T18:30:53.3473060Z node.go:176: Node 0100000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:29 EmptyNotarization:12 EmptyVoteMessage:14 FinalizationMessage:137 NotarizationMessage:159 ReplicationRequest:7 ReplicationResponse:5 VerifiedReplicationRequest:140 VoteMessage:109] -2026-05-13T18:30:53.3473426Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0200000000000000", "Short": 2, "Round": 110, "Height": 101} -2026-05-13T18:30:53.3474589Z node.go:176: Node 0200000000000000 sent message types: map[BlockDigestRequest:7 BlockMessage:71 EmptyNotarization:29 EmptyVoteMessage:26 FinalizationMessage:324 NotarizationMessage:396 ReplicationRequest:21 ReplicationResponse:16 VerifiedReplicationRequest:336 VoteMessage:258] -2026-05-13T18:30:53.3475012Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0300000000000000", "Short": 3, "Round": 110, "Height": 101} -2026-05-13T18:30:53.3476176Z node.go:176: Node 0300000000000000 sent message types: map[BlockDigestRequest:4 BlockMessage:37 EmptyNotarization:11 EmptyVoteMessage:13 FinalizationMessage:173 NotarizationMessage:219 ReplicationRequest:6 ReplicationResponse:10 VerifiedReplicationRequest:178 VoteMessage:138] -2026-05-13T18:30:53.3476536Z [05-13|18:28:22.548] INFO random_network/network.go:295 Node Status {"nodeID": "0400000000000000", "Short": 4, "Round": 110, "Height": 101} -2026-05-13T18:30:53.3477461Z node.go:176: Node 0400000000000000 sent message types: map[BlockDigestRequest:1 BlockMessage:10 FinalizationMessage:52 NotarizationMessage:73 ReplicationResponse:12 VerifiedReplicationRequest:52 VoteMessage:42] -2026-05-13T18:30:53.3477716Z [05-13|18:28:22.548] INFO random_network/network.go:300 Transaction Stats {"total issued txs": 666} -2026-05-13T18:30:53.3477823Z --- FAIL: TestNetworkSimpleFuzz (26.39s) -2026-05-13T18:30:53.3477985Z --- PASS: TestNetworkSimpleFuzz/#00 (3.12s) -2026-05-13T18:30:53.3478246Z --- PASS: TestNetworkSimpleFuzz/#01 (0.94s) -2026-05-13T18:30:53.3478389Z --- PASS: TestNetworkSimpleFuzz/#02 (4.44s) -2026-05-13T18:30:53.3478533Z --- FAIL: TestNetworkSimpleFuzz/#03 (0.51s) -2026-05-13T18:30:53.3478735Z --- PASS: TestNetworkSimpleFuzz/#04 (2.72s) -2026-05-13T18:30:53.3478879Z --- PASS: TestNetworkSimpleFuzz/#05 (3.88s) -2026-05-13T18:30:53.3479025Z --- PASS: TestNetworkSimpleFuzz/#06 (2.18s) -2026-05-13T18:30:53.3479166Z --- PASS: TestNetworkSimpleFuzz/#07 (2.66s) -2026-05-13T18:30:53.3479304Z --- PASS: TestNetworkSimpleFuzz/#08 (4.04s) -2026-05-13T18:30:53.3479443Z --- PASS: TestNetworkSimpleFuzz/#09 (1.91s) -2026-05-13T18:30:53.3479539Z === RUN TestLongRunningSimple -2026-05-13T18:30:53.3480108Z [05-13|18:28:22.550] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "103ae74e068c2eeb", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} -2026-05-13T18:30:53.3480665Z [05-13|18:28:22.551] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "2266b38484e26c88", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} -2026-05-13T18:30:53.3481298Z [05-13|18:28:22.552] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "2a13296a445c281f", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} -2026-05-13T18:30:53.3482048Z [05-13|18:28:22.553] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "e9fdff04dd02736b", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} -2026-05-13T18:30:53.3482605Z [05-13|18:28:22.553] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "23a7847ddd647882", "nodes": "[103ae74e068c2eeb 2266b38484e26c88 23a7847ddd647882 2a13296a445c281f e9fdff04dd02736b]"} -2026-05-13T18:30:53.3482825Z [05-13|18:28:22.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3483036Z [05-13|18:28:22.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3483326Z [05-13|18:28:22.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3483534Z [05-13|18:28:22.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3483737Z [05-13|18:28:22.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3484014Z [05-13|18:28:22.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.3484280Z [05-13|18:28:22.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.3484537Z [05-13|18:28:22.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.3485071Z [05-13|18:28:22.558] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3485539Z [05-13|18:28:22.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3485802Z [05-13|18:28:22.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.3486061Z [05-13|18:28:22.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:53.3486576Z [05-13|18:28:22.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3486784Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3487244Z [05-13|18:28:22.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3487452Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3487787Z [05-13|18:28:22.560] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} -2026-05-13T18:30:53.3488439Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3488654Z [05-13|18:28:22.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3488984Z [05-13|18:28:22.560] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} -2026-05-13T18:30:53.3489313Z [05-13|18:28:22.560] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} -2026-05-13T18:30:53.3489462Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3489784Z [05-13|18:28:22.561] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} -2026-05-13T18:30:53.3489929Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3490065Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3490272Z [05-13|18:28:22.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3490481Z [05-13|18:28:22.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3490619Z [05-13|18:28:22.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3490879Z [05-13|18:28:22.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.3491137Z [05-13|18:28:22.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.3491399Z [05-13|18:28:22.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.3491922Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3492378Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3492644Z [05-13|18:28:22.561] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.3493097Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3493424Z [05-13|18:28:22.562] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f3b231501f1cb83117a7..."} -2026-05-13T18:30:53.3493925Z [05-13|18:28:22.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3494136Z [05-13|18:28:22.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3494466Z [05-13|18:28:22.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} -2026-05-13T18:30:53.3494722Z [05-13|18:28:22.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3495046Z [05-13|18:28:22.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} -2026-05-13T18:30:53.3495254Z [05-13|18:28:22.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3495576Z [05-13|18:28:22.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} -2026-05-13T18:30:53.3495898Z [05-13|18:28:22.564] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} -2026-05-13T18:30:53.3496108Z [05-13|18:28:22.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3496369Z [05-13|18:28:22.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 5} -2026-05-13T18:30:53.3496861Z [05-13|18:28:22.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3497003Z [05-13|18:28:22.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3497138Z [05-13|18:28:22.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3497269Z [05-13|18:28:22.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3497399Z [05-13|18:28:22.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3497728Z [05-13|18:28:22.565] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "c8eff984fae325826141..."} -2026-05-13T18:30:53.3497989Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:53.3498366Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:53.3498633Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:53.3498888Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:53.3499350Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3499830Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3500293Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3500622Z [05-13|18:28:22.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 5} -2026-05-13T18:30:53.3500839Z [05-13|18:28:22.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3501296Z [05-13|18:28:22.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3501503Z [05-13|18:28:22.567] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3501958Z [05-13|18:28:22.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3502341Z [05-13|18:28:22.567] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} -2026-05-13T18:30:53.3502552Z [05-13|18:28:22.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3502880Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} -2026-05-13T18:30:53.3503084Z [05-13|18:28:22.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3503689Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} -2026-05-13T18:30:53.3504107Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} -2026-05-13T18:30:53.3504593Z [05-13|18:28:22.568] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "db6787762d6893e27c22..."} -2026-05-13T18:30:53.3504753Z [05-13|18:28:22.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3504897Z [05-13|18:28:22.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3505114Z [05-13|18:28:22.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3505469Z [05-13|18:28:22.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.3505761Z [05-13|18:28:22.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.3506021Z [05-13|18:28:22.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.3506276Z [05-13|18:28:22.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.3506760Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3507227Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3507491Z [05-13|18:28:22.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:53.3507959Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3508591Z [05-13|18:28:22.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3509067Z [05-13|18:28:22.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3509412Z [05-13|18:28:22.571] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} -2026-05-13T18:30:53.3509736Z [05-13|18:28:22.571] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} -2026-05-13T18:30:53.3510027Z [05-13|18:28:22.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3510237Z [05-13|18:28:22.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3510380Z [05-13|18:28:22.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3510514Z [05-13|18:28:22.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3510841Z [05-13|18:28:22.572] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} -2026-05-13T18:30:53.3511163Z [05-13|18:28:22.572] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} -2026-05-13T18:30:53.3511537Z [05-13|18:28:22.572] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "47858eaa4799064b4f99..."} -2026-05-13T18:30:53.3511752Z [05-13|18:28:22.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3511888Z [05-13|18:28:22.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3512092Z [05-13|18:28:22.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3512232Z [05-13|18:28:22.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3512490Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3512754Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:53.3513020Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:53.3513282Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:53.3513546Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:53.3514023Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3514545Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3515044Z [05-13|18:28:22.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3515322Z [05-13|18:28:22.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 5} -2026-05-13T18:30:53.3515536Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3515747Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3516217Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3516679Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3517011Z [05-13|18:28:22.574] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} -2026-05-13T18:30:53.3517349Z [05-13|18:28:22.574] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} -2026-05-13T18:30:53.3517557Z [05-13|18:28:22.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3517884Z [05-13|18:28:22.575] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} -2026-05-13T18:30:53.3518468Z [05-13|18:28:22.575] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3518914Z [05-13|18:28:22.575] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} -2026-05-13T18:30:53.3519249Z [05-13|18:28:22.575] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "4e8add7c305e611799b0..."} -2026-05-13T18:30:53.3519395Z [05-13|18:28:22.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3519604Z [05-13|18:28:22.575] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3519870Z [05-13|18:28:22.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:53.3520133Z [05-13|18:28:22.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:53.3520452Z [05-13|18:28:22.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:53.3520925Z [05-13|18:28:22.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3521389Z [05-13|18:28:22.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3521706Z [05-13|18:28:22.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:53.3522165Z [05-13|18:28:22.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3522440Z [05-13|18:28:22.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:53.3522896Z [05-13|18:28:22.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3523348Z [05-13|18:28:22.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3523736Z [05-13|18:28:22.577] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} -2026-05-13T18:30:53.3523948Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3524154Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3524486Z [05-13|18:28:22.578] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} -2026-05-13T18:30:53.3524693Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3524897Z [05-13|18:28:22.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3525227Z [05-13|18:28:22.578] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} -2026-05-13T18:30:53.3525547Z [05-13|18:28:22.578] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} -2026-05-13T18:30:53.3525871Z [05-13|18:28:22.579] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "118d760637f795502012..."} -2026-05-13T18:30:53.3526013Z [05-13|18:28:22.579] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3526146Z [05-13|18:28:22.579] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3526353Z [05-13|18:28:22.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3526617Z [05-13|18:28:22.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:53.3527078Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3527386Z [05-13|18:28:22.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:53.3527850Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3528251Z [05-13|18:28:22.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:53.3528713Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3528980Z [05-13|18:28:22.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:53.3529251Z [05-13|18:28:22.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3529462Z [05-13|18:28:22.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3529924Z [05-13|18:28:22.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3530311Z [05-13|18:28:22.581] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} -2026-05-13T18:30:53.3530645Z [05-13|18:28:22.581] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} -2026-05-13T18:30:53.3530868Z [05-13|18:28:22.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3531194Z [05-13|18:28:22.582] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} -2026-05-13T18:30:53.3531459Z [05-13|18:28:22.582] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 5} -2026-05-13T18:30:53.3531792Z [05-13|18:28:22.582] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} -2026-05-13T18:30:53.3532309Z [05-13|18:28:22.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3532532Z [05-13|18:28:22.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3532810Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.3532951Z [05-13|18:28:22.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3533088Z [05-13|18:28:22.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3533355Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.3533614Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.3534084Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3534348Z [05-13|18:28:22.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:53.3534805Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3535259Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3535479Z [05-13|18:28:22.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3535688Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3536083Z [05-13|18:28:22.584] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "f71979d74c25eee6bf12..."} -2026-05-13T18:30:53.3536297Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3536503Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3536960Z [05-13|18:28:22.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3537297Z [05-13|18:28:22.584] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} -2026-05-13T18:30:53.3537622Z [05-13|18:28:22.584] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} -2026-05-13T18:30:53.3538233Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:53.3538393Z [05-13|18:28:22.585] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3538726Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} -2026-05-13T18:30:53.3539148Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} -2026-05-13T18:30:53.3539589Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:53.3539726Z [05-13|18:28:22.585] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3540151Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:53.3540370Z [05-13|18:28:22.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3540794Z [05-13|18:28:22.585] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:53.3540980Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3541121Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3541586Z [05-13|18:28:22.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3541916Z [05-13|18:28:22.586] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "193be4708cd7008ec8e8..."} -2026-05-13T18:30:53.3542055Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3542190Z [05-13|18:28:22.586] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3542406Z [05-13|18:28:22.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3542677Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.3542940Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.3543201Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.3543676Z [05-13|18:28:22.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3544139Z [05-13|18:28:22.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3544403Z [05-13|18:28:22.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.3544723Z [05-13|18:28:22.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.3545189Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3545650Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3546115Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3546323Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3546572Z [05-13|18:28:22.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3546908Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} -2026-05-13T18:30:53.3547235Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} -2026-05-13T18:30:53.3547443Z [05-13|18:28:22.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3547622Z [05-13|18:28:22.590] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3547755Z [05-13|18:28:22.590] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3547959Z [05-13|18:28:22.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3548403Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} -2026-05-13T18:30:53.3548541Z [05-13|18:28:22.590] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3548865Z [05-13|18:28:22.590] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} -2026-05-13T18:30:53.3549192Z [05-13|18:28:22.591] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "0064588534c6f7a2cefb..."} -2026-05-13T18:30:53.3549461Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3549601Z [05-13|18:28:22.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3549866Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:53.3550125Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:53.3550382Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:53.3550862Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3551330Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3551795Z [05-13|18:28:22.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3552064Z [05-13|18:28:22.591] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:53.3552504Z [05-13|18:28:22.591] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:53.3552926Z [05-13|18:28:22.592] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:53.3553070Z [05-13|18:28:22.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3553552Z [05-13|18:28:22.592] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:53.3554022Z [05-13|18:28:22.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3554243Z [05-13|18:28:22.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3554379Z [05-13|18:28:22.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3554843Z [05-13|18:28:22.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3555244Z [05-13|18:28:22.592] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} -2026-05-13T18:30:53.3555383Z [05-13|18:28:22.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3555597Z [05-13|18:28:22.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3555812Z [05-13|18:28:22.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3556143Z [05-13|18:28:22.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} -2026-05-13T18:30:53.3556332Z [05-13|18:28:22.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3556545Z [05-13|18:28:22.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3556870Z [05-13|18:28:22.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} -2026-05-13T18:30:53.3557197Z [05-13|18:28:22.593] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} -2026-05-13T18:30:53.3557336Z [05-13|18:28:22.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3557663Z [05-13|18:28:22.594] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f2b56aa11cd6b1dfeb17..."} -2026-05-13T18:30:53.3557836Z [05-13|18:28:22.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3557975Z [05-13|18:28:22.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3558300Z [05-13|18:28:22.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3558572Z [05-13|18:28:22.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:53.3558836Z [05-13|18:28:22.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:53.3559102Z [05-13|18:28:22.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:53.3559603Z [05-13|18:28:22.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3560078Z [05-13|18:28:22.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3560344Z [05-13|18:28:22.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:53.3560807Z [05-13|18:28:22.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3561276Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3561488Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3561698Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3561979Z [05-13|18:28:22.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3562320Z [05-13|18:28:22.596] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} -2026-05-13T18:30:53.3562657Z [05-13|18:28:22.596] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} -2026-05-13T18:30:53.3562994Z [05-13|18:28:22.596] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} -2026-05-13T18:30:53.3563256Z [05-13|18:28:22.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:53.3563771Z [05-13|18:28:22.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3564109Z [05-13|18:28:22.597] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} -2026-05-13T18:30:53.3564321Z [05-13|18:28:22.597] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3564459Z [05-13|18:28:22.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3564723Z [05-13|18:28:22.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3564858Z [05-13|18:28:22.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3564991Z [05-13|18:28:22.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3565319Z [05-13|18:28:22.598] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "0b19d9cbe5f1608832e0..."} -2026-05-13T18:30:53.3565588Z [05-13|18:28:22.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:53.3566053Z [05-13|18:28:22.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3566271Z [05-13|18:28:22.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.3566586Z [05-13|18:28:22.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:53.3566851Z [05-13|18:28:22.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:53.3567112Z [05-13|18:28:22.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:53.3567251Z [05-13|18:28:22.600] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3567715Z [05-13|18:28:22.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3568292Z [05-13|18:28:22.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3568568Z [05-13|18:28:22.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:53.3569028Z [05-13|18:28:22.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3569374Z [05-13|18:28:22.600] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} -2026-05-13T18:30:53.3569832Z [05-13|18:28:22.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3570043Z [05-13|18:28:22.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.3570382Z [05-13|18:28:22.601] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} -2026-05-13T18:30:53.3570777Z [05-13|18:28:22.601] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} -2026-05-13T18:30:53.3571113Z [05-13|18:28:22.602] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} -2026-05-13T18:30:53.3571449Z [05-13|18:28:22.602] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "9f7b0580f824ba0c0b70..."} -2026-05-13T18:30:53.3571658Z [05-13|18:28:22.602] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.3571792Z [05-13|18:28:22.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3572059Z [05-13|18:28:22.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:53.3572376Z [05-13|18:28:22.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:53.3572640Z [05-13|18:28:22.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:53.3573109Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3573622Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3574081Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3574352Z [05-13|18:28:22.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:53.3574562Z [05-13|18:28:22.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.3574774Z [05-13|18:28:22.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.3575290Z [05-13|18:28:22.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3575633Z [05-13|18:28:22.604] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} -2026-05-13T18:30:53.3575963Z [05-13|18:28:22.604] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} -2026-05-13T18:30:53.3576230Z [05-13|18:28:22.604] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:53.3576558Z [05-13|18:28:22.605] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} -2026-05-13T18:30:53.3576771Z [05-13|18:28:22.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.3577108Z [05-13|18:28:22.605] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} -2026-05-13T18:30:53.3577572Z [05-13|18:28:22.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3577783Z [05-13|18:28:22.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.3577924Z [05-13|18:28:22.605] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3578175Z [05-13|18:28:22.605] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3578386Z [05-13|18:28:22.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.3578655Z [05-13|18:28:22.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:53.3578921Z [05-13|18:28:22.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:53.3579242Z [05-13|18:28:22.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:53.3579583Z [05-13|18:28:22.606] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "c06a4ae62ef8b292929a..."} -2026-05-13T18:30:53.3580051Z [05-13|18:28:22.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3580517Z [05-13|18:28:22.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3580736Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.3581002Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.3581448Z [05-13|18:28:22.607] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:53.3581595Z [05-13|18:28:22.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3581734Z [05-13|18:28:22.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3582263Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3582537Z [05-13|18:28:22.607] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:53.3582749Z [05-13|18:28:22.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.3583214Z [05-13|18:28:22.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3583558Z [05-13|18:28:22.608] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} -2026-05-13T18:30:53.3583938Z [05-13|18:28:22.608] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} -2026-05-13T18:30:53.3584407Z [05-13|18:28:22.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3584741Z [05-13|18:28:22.609] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} -2026-05-13T18:30:53.3585222Z [05-13|18:28:22.609] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} -2026-05-13T18:30:53.3585479Z [05-13|18:28:22.609] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3585706Z [05-13|18:28:22.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.3586008Z [05-13|18:28:22.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.3586215Z [05-13|18:28:22.609] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3586360Z [05-13|18:28:22.609] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3586632Z [05-13|18:28:22.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:53.3586899Z [05-13|18:28:22.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:53.3587161Z [05-13|18:28:22.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:53.3587634Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3587897Z [05-13|18:28:22.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:53.3588671Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3589144Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3589480Z [05-13|18:28:22.610] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "4de88159d298652f3419..."} -2026-05-13T18:30:53.3589950Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3590163Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.3590448Z [05-13|18:28:22.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.3590725Z [05-13|18:28:22.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:53.3591064Z [05-13|18:28:22.611] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} -2026-05-13T18:30:53.3591332Z [05-13|18:28:22.612] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.3591669Z [05-13|18:28:22.612] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} -2026-05-13T18:30:53.3592001Z [05-13|18:28:22.612] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} -2026-05-13T18:30:53.3592210Z [05-13|18:28:22.612] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.3592726Z [05-13|18:28:22.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3592879Z [05-13|18:28:22.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3593024Z [05-13|18:28:22.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3593428Z [05-13|18:28:22.613] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} -2026-05-13T18:30:53.3593646Z [05-13|18:28:22.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.3593980Z [05-13|18:28:22.613] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "425ce42bfd05afc6f58a..."} -2026-05-13T18:30:53.3594124Z [05-13|18:28:22.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3594334Z [05-13|18:28:22.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.3594605Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:53.3594878Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:53.3595139Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:53.3595399Z [05-13|18:28:22.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:53.3595875Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3596340Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3596810Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3597086Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.3597380Z [05-13|18:28:22.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:53.3597848Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3598436Z [05-13|18:28:22.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3598778Z [05-13|18:28:22.615] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} -2026-05-13T18:30:53.3599059Z [05-13|18:28:22.616] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.3599398Z [05-13|18:28:22.616] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} -2026-05-13T18:30:53.3599611Z [05-13|18:28:22.616] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.3599949Z [05-13|18:28:22.616] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} -2026-05-13T18:30:53.3600335Z [05-13|18:28:22.616] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} -2026-05-13T18:30:53.3600667Z [05-13|18:28:22.617] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "f8cf01f1ad6a125a2661..."} -2026-05-13T18:30:53.3600812Z [05-13|18:28:22.617] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3601021Z [05-13|18:28:22.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.3601231Z [05-13|18:28:22.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.3601497Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:53.3601819Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:53.3602084Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:53.3602348Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:53.3602821Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3603085Z [05-13|18:28:22.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:53.3603552Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3604012Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3604472Z [05-13|18:28:22.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3604941Z [05-13|18:28:22.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3605152Z [05-13|18:28:22.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.3605485Z [05-13|18:28:22.619] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} -2026-05-13T18:30:53.3605824Z [05-13|18:28:22.619] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} -2026-05-13T18:30:53.3606213Z [05-13|18:28:22.620] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} -2026-05-13T18:30:53.3606425Z [05-13|18:28:22.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.3606643Z [05-13|18:28:22.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.3606852Z [05-13|18:28:22.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.3606986Z [05-13|18:28:22.620] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3607318Z [05-13|18:28:22.620] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} -2026-05-13T18:30:53.3607728Z [05-13|18:28:22.620] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "91c75cb9768bb8b1d38c..."} -2026-05-13T18:30:53.3607870Z [05-13|18:28:22.620] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3608212Z [05-13|18:28:22.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.3608642Z [05-13|18:28:22.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:53.3608998Z [05-13|18:28:22.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:53.3609473Z [05-13|18:28:22.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3609762Z [05-13|18:28:22.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:53.3610023Z [05-13|18:28:22.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:53.3610290Z [05-13|18:28:22.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:53.3610516Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.3611042Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3611517Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3611986Z [05-13|18:28:22.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3612321Z [05-13|18:28:22.623] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} -2026-05-13T18:30:53.3612793Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3613130Z [05-13|18:28:22.623] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} -2026-05-13T18:30:53.3613460Z [05-13|18:28:22.623] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} -2026-05-13T18:30:53.3613607Z [05-13|18:28:22.623] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3613815Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.3614022Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.3614231Z [05-13|18:28:22.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.3614584Z [05-13|18:28:22.624] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} -2026-05-13T18:30:53.3614856Z [05-13|18:28:22.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.3614997Z [05-13|18:28:22.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3615323Z [05-13|18:28:22.624] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "21b330640d56e5e35ae8..."} -2026-05-13T18:30:53.3615592Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:53.3615856Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:53.3616115Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:53.3616385Z [05-13|18:28:22.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:53.3616916Z [05-13|18:28:22.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3617383Z [05-13|18:28:22.625] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} -2026-05-13T18:30:53.3617892Z [05-13|18:28:22.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3618500Z [05-13|18:28:22.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3618640Z [05-13|18:28:22.626] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3619102Z [05-13|18:28:22.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3619547Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} -2026-05-13T18:30:53.3620044Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} -2026-05-13T18:30:53.3620388Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} -2026-05-13T18:30:53.3620726Z [05-13|18:28:22.626] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} -2026-05-13T18:30:53.3620861Z [05-13|18:28:22.626] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3621071Z [05-13|18:28:22.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.3621284Z [05-13|18:28:22.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.3621615Z [05-13|18:28:22.627] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} -2026-05-13T18:30:53.3621751Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3622088Z [05-13|18:28:22.627] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} -2026-05-13T18:30:53.3622310Z [05-13|18:28:22.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.3622782Z [05-13|18:28:22.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3622998Z [05-13|18:28:22.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.3623165Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3623416Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3623682Z [05-13|18:28:22.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3623929Z [05-13|18:28:22.628] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3624515Z [05-13|18:28:22.628] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "2f62f915deb88318a60d..."} -2026-05-13T18:30:53.3624751Z [05-13|18:28:22.628] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3625118Z [05-13|18:28:22.629] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.3625596Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:53.3626049Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:53.3626645Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:53.3627461Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3627925Z [05-13|18:28:22.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:53.3628931Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3629909Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3630316Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.3631157Z [05-13|18:28:22.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:53.3631586Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.3632256Z [05-13|18:28:22.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3632417Z [05-13|18:28:22.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3632885Z [05-13|18:28:22.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3633104Z [05-13|18:28:22.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.3633450Z [05-13|18:28:22.631] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} -2026-05-13T18:30:53.3633788Z [05-13|18:28:22.631] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} -2026-05-13T18:30:53.3634124Z [05-13|18:28:22.631] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} -2026-05-13T18:30:53.3634265Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3634590Z [05-13|18:28:22.632] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} -2026-05-13T18:30:53.3634730Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3634862Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3634994Z [05-13|18:28:22.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3635320Z [05-13|18:28:22.632] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "7809f48faa2016d48884..."} -2026-05-13T18:30:53.3635537Z [05-13|18:28:22.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.3635814Z [05-13|18:28:22.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.3636083Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:53.3636354Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:53.3636625Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:53.3637108Z [05-13|18:28:22.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3637385Z [05-13|18:28:22.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:53.3637908Z [05-13|18:28:22.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3638412Z [05-13|18:28:22.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.3638906Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:53.3639459Z [05-13|18:28:22.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3639926Z [05-13|18:28:22.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3640359Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:53.3640790Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:53.3641278Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:53.3641419Z [05-13|18:28:22.634] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3641887Z [05-13|18:28:22.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3642230Z [05-13|18:28:22.634] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} -2026-05-13T18:30:53.3642575Z [05-13|18:28:22.635] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} -2026-05-13T18:30:53.3642907Z [05-13|18:28:22.635] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} -2026-05-13T18:30:53.3643052Z [05-13|18:28:22.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3643185Z [05-13|18:28:22.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3643321Z [05-13|18:28:22.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3643541Z [05-13|18:28:22.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.3643872Z [05-13|18:28:22.635] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} -2026-05-13T18:30:53.3644082Z [05-13|18:28:22.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.3644215Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3644352Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3644484Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3644676Z [05-13|18:28:22.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3645015Z [05-13|18:28:22.636] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "6fe5eb223e9f0e1f4ebe..."} -2026-05-13T18:30:53.3645229Z [05-13|18:28:22.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.3645439Z [05-13|18:28:22.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.3645710Z [05-13|18:28:22.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} -2026-05-13T18:30:53.3645973Z [05-13|18:28:22.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} -2026-05-13T18:30:53.3646235Z [05-13|18:28:22.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} -2026-05-13T18:30:53.3646553Z [05-13|18:28:22.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} -2026-05-13T18:30:53.3647027Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3647491Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3648008Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3648757Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3648976Z [05-13|18:28:22.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.3649328Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} -2026-05-13T18:30:53.3649542Z [05-13|18:28:22.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.3649949Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} -2026-05-13T18:30:53.3650294Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} -2026-05-13T18:30:53.3650622Z [05-13|18:28:22.638] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} -2026-05-13T18:30:53.3650831Z [05-13|18:28:22.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.3651276Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:53.3651485Z [05-13|18:28:22.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.3651919Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:53.3652065Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3652494Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:53.3652630Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3652767Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3653193Z [05-13|18:28:22.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:53.3653327Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3653529Z [05-13|18:28:22.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3653999Z [05-13|18:28:22.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3654134Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3654277Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3654408Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3654539Z [05-13|18:28:22.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3654879Z [05-13|18:28:22.640] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "9fd9219bce7b8f7d0e5f..."} -2026-05-13T18:30:53.3655089Z [05-13|18:28:22.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.3655408Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:53.3655903Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:53.3656391Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:53.3656873Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:53.3657518Z [05-13|18:28:22.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:53.3658417Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3658922Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3659817Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3660792Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3661414Z [05-13|18:28:22.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3661644Z [05-13|18:28:22.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.3662026Z [05-13|18:28:22.643] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} -2026-05-13T18:30:53.3662335Z [05-13|18:28:22.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.3662551Z [05-13|18:28:22.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.3662696Z [05-13|18:28:22.643] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3663030Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} -2026-05-13T18:30:53.3663498Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} -2026-05-13T18:30:53.3663716Z [05-13|18:28:22.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.3664042Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} -2026-05-13T18:30:53.3664450Z [05-13|18:28:22.644] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "e3509801701760f9eeac..."} -2026-05-13T18:30:53.3664637Z [05-13|18:28:22.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3664937Z [05-13|18:28:22.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.3665078Z [05-13|18:28:22.645] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3665353Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} -2026-05-13T18:30:53.3665752Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} -2026-05-13T18:30:53.3666026Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} -2026-05-13T18:30:53.3666506Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3666887Z [05-13|18:28:22.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} -2026-05-13T18:30:53.3667450Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3667721Z [05-13|18:28:22.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} -2026-05-13T18:30:53.3668489Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3669229Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3669709Z [05-13|18:28:22.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3670053Z [05-13|18:28:22.647] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} -2026-05-13T18:30:53.3670397Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.3670547Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3670954Z [05-13|18:28:22.647] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} -2026-05-13T18:30:53.3671295Z [05-13|18:28:22.647] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} -2026-05-13T18:30:53.3671861Z [05-13|18:28:22.646] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} -2026-05-13T18:30:53.3672008Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3672224Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.3672364Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3672659Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.3672985Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.3673256Z [05-13|18:28:22.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3673612Z [05-13|18:28:22.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.3674089Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} -2026-05-13T18:30:53.3674566Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} -2026-05-13T18:30:53.3675358Z [05-13|18:28:22.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3675845Z [05-13|18:28:22.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3676231Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} -2026-05-13T18:30:53.3676494Z [05-13|18:28:22.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 4} -2026-05-13T18:30:53.3676842Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "0449a2879d346e659b07..."} -2026-05-13T18:30:53.3677060Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.3677269Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.3677743Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3678594Z [05-13|18:28:22.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3679059Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:53.3679549Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:53.3679890Z [05-13|18:28:22.649] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} -2026-05-13T18:30:53.3680035Z [05-13|18:28:22.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3680376Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} -2026-05-13T18:30:53.3680810Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:53.3681316Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:53.3681693Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} -2026-05-13T18:30:53.3681917Z [05-13|18:28:22.650] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.3682056Z [05-13|18:28:22.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3682198Z [05-13|18:28:22.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3682524Z [05-13|18:28:22.650] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} -2026-05-13T18:30:53.3682996Z [05-13|18:28:22.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3683140Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3683279Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3683412Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3683759Z [05-13|18:28:22.651] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "a3839877c1aa46f837cc..."} -2026-05-13T18:30:53.3683903Z [05-13|18:28:22.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3684037Z [05-13|18:28:22.652] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3684315Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} -2026-05-13T18:30:53.3684451Z [05-13|18:28:22.652] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3684926Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3685304Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} -2026-05-13T18:30:53.3685519Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.3685785Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} -2026-05-13T18:30:53.3686251Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3686520Z [05-13|18:28:22.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} -2026-05-13T18:30:53.3687020Z [05-13|18:28:22.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3687487Z [05-13|18:28:22.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3687828Z [05-13|18:28:22.653] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} -2026-05-13T18:30:53.3688449Z [05-13|18:28:22.653] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} -2026-05-13T18:30:53.3688677Z [05-13|18:28:22.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.3688888Z [05-13|18:28:22.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.3689221Z [05-13|18:28:22.654] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} -2026-05-13T18:30:53.3689499Z [05-13|18:28:22.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 4} -2026-05-13T18:30:53.3689970Z [05-13|18:28:22.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3690180Z [05-13|18:28:22.654] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3690401Z [05-13|18:28:22.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.3690537Z [05-13|18:28:22.654] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3690866Z [05-13|18:28:22.654] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} -2026-05-13T18:30:53.3691001Z [05-13|18:28:22.655] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3691268Z [05-13|18:28:22.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} -2026-05-13T18:30:53.3691737Z [05-13|18:28:22.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3692086Z [05-13|18:28:22.655] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "17a051659f23cb7d3084..."} -2026-05-13T18:30:53.3692353Z [05-13|18:28:22.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} -2026-05-13T18:30:53.3692616Z [05-13|18:28:22.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} -2026-05-13T18:30:53.3693063Z [05-13|18:28:22.656] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:53.3693328Z [05-13|18:28:22.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 4} -2026-05-13T18:30:53.3693800Z [05-13|18:28:22.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3694329Z [05-13|18:28:22.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3694466Z [05-13|18:28:22.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3694924Z [05-13|18:28:22.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3695143Z [05-13|18:28:22.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.3695603Z [05-13|18:28:22.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3695792Z [05-13|18:28:22.657] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3696141Z [05-13|18:28:22.657] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} -2026-05-13T18:30:53.3696477Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} -2026-05-13T18:30:53.3696613Z [05-13|18:28:22.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3696804Z [05-13|18:28:22.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3701451Z [05-13|18:28:22.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.3701823Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} -2026-05-13T18:30:53.3702167Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} -2026-05-13T18:30:53.3702536Z [05-13|18:28:22.658] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "44bd8d17d6b732dfc9d9..."} -2026-05-13T18:30:53.3702696Z [05-13|18:28:22.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3702919Z [05-13|18:28:22.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.3703246Z [05-13|18:28:22.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.3703461Z [05-13|18:28:22.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.3703736Z [05-13|18:28:22.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} -2026-05-13T18:30:53.3704008Z [05-13|18:28:22.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} -2026-05-13T18:30:53.3704269Z [05-13|18:28:22.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} -2026-05-13T18:30:53.3704530Z [05-13|18:28:22.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} -2026-05-13T18:30:53.3705014Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3705480Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3705752Z [05-13|18:28:22.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 5} -2026-05-13T18:30:53.3706221Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3706692Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3706912Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.3707454Z [05-13|18:28:22.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3707664Z [05-13|18:28:22.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.3708008Z [05-13|18:28:22.661] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} -2026-05-13T18:30:53.3708474Z [05-13|18:28:22.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.3708805Z [05-13|18:28:22.661] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} -2026-05-13T18:30:53.3708948Z [05-13|18:28:22.661] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3709160Z [05-13|18:28:22.661] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3709491Z [05-13|18:28:22.661] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} -2026-05-13T18:30:53.3709702Z [05-13|18:28:22.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.3710032Z [05-13|18:28:22.662] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} -2026-05-13T18:30:53.3710413Z [05-13|18:28:22.662] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "54467286fc139aa62ef8..."} -2026-05-13T18:30:53.3710549Z [05-13|18:28:22.662] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3710764Z [05-13|18:28:22.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.3711032Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} -2026-05-13T18:30:53.3711296Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} -2026-05-13T18:30:53.3711564Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} -2026-05-13T18:30:53.3711882Z [05-13|18:28:22.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} -2026-05-13T18:30:53.3712381Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3712601Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.3712870Z [05-13|18:28:22.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 5} -2026-05-13T18:30:53.3713340Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3713804Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3714267Z [05-13|18:28:22.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3714726Z [05-13|18:28:22.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3715073Z [05-13|18:28:22.665] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} -2026-05-13T18:30:53.3715406Z [05-13|18:28:22.665] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} -2026-05-13T18:30:53.3715546Z [05-13|18:28:22.665] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3715881Z [05-13|18:28:22.666] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} -2026-05-13T18:30:53.3716079Z [05-13|18:28:22.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3716409Z [05-13|18:28:22.666] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} -2026-05-13T18:30:53.3716556Z [05-13|18:28:22.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3716769Z [05-13|18:28:22.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.3716974Z [05-13|18:28:22.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.3717183Z [05-13|18:28:22.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.3717491Z [05-13|18:28:22.666] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} -2026-05-13T18:30:53.3717755Z [05-13|18:28:22.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} -2026-05-13T18:30:53.3718355Z [05-13|18:28:22.667] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "c7f97fe64a2be6d7c73f..."} -2026-05-13T18:30:53.3718669Z [05-13|18:28:22.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} -2026-05-13T18:30:53.3719018Z [05-13|18:28:22.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 5} -2026-05-13T18:30:53.3719503Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3719970Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3720434Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3720955Z [05-13|18:28:22.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3721169Z [05-13|18:28:22.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.3721380Z [05-13|18:28:22.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.3721724Z [05-13|18:28:22.668] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} -2026-05-13T18:30:53.3722056Z [05-13|18:28:22.668] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} -2026-05-13T18:30:53.3722265Z [05-13|18:28:22.669] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.3722536Z [05-13|18:28:22.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} -2026-05-13T18:30:53.3722866Z [05-13|18:28:22.669] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} -2026-05-13T18:30:53.3723193Z [05-13|18:28:22.669] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} -2026-05-13T18:30:53.3723667Z [05-13|18:28:22.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3723877Z [05-13|18:28:22.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.3724013Z [05-13|18:28:22.670] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3724154Z [05-13|18:28:22.670] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3724289Z [05-13|18:28:22.670] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3724557Z [05-13|18:28:22.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.3724830Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} -2026-05-13T18:30:53.3725097Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} -2026-05-13T18:30:53.3725569Z [05-13|18:28:22.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3725837Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} -2026-05-13T18:30:53.3726096Z [05-13|18:28:22.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} -2026-05-13T18:30:53.3726613Z [05-13|18:28:22.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3726959Z [05-13|18:28:22.672] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "1c6b218def7a9442a444..."} -2026-05-13T18:30:53.3727423Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3727670Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.3727886Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.3728643Z [05-13|18:28:22.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3728925Z [05-13|18:28:22.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 4} -2026-05-13T18:30:53.3729273Z [05-13|18:28:22.673] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} -2026-05-13T18:30:53.3729682Z [05-13|18:28:22.673] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} -2026-05-13T18:30:53.3730155Z [05-13|18:28:22.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3730383Z [05-13|18:28:22.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.3730528Z [05-13|18:28:22.674] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3730737Z [05-13|18:28:22.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.3731081Z [05-13|18:28:22.674] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} -2026-05-13T18:30:53.3731413Z [05-13|18:28:22.674] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} -2026-05-13T18:30:53.3731554Z [05-13|18:28:22.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3731699Z [05-13|18:28:22.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3732028Z [05-13|18:28:22.675] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "fe8d417b5e7cf8a1d532..."} -2026-05-13T18:30:53.3732240Z [05-13|18:28:22.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.3732457Z [05-13|18:28:22.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.3732728Z [05-13|18:28:22.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} -2026-05-13T18:30:53.3732991Z [05-13|18:28:22.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} -2026-05-13T18:30:53.3733257Z [05-13|18:28:22.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} -2026-05-13T18:30:53.3733789Z [05-13|18:28:22.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3734235Z [05-13|18:28:22.676] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 31, "epoch round": 31} -2026-05-13T18:30:53.3734709Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3734846Z [05-13|18:28:22.677] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3735053Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.3735571Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3736033Z [05-13|18:28:22.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3736375Z [05-13|18:28:22.678] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} -2026-05-13T18:30:53.3736698Z [05-13|18:28:22.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} -2026-05-13T18:30:53.3737155Z [05-13|18:28:22.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3737489Z [05-13|18:28:22.678] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} -2026-05-13T18:30:53.3737826Z [05-13|18:28:22.679] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} -2026-05-13T18:30:53.3738378Z [05-13|18:28:22.679] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} -2026-05-13T18:30:53.3738669Z [05-13|18:28:22.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.3738889Z [05-13|18:28:22.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.3739098Z [05-13|18:28:22.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.3739302Z [05-13|18:28:22.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.3739640Z [05-13|18:28:22.680] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "1fb5a317f22d03d03bdd..."} -2026-05-13T18:30:53.3739779Z [05-13|18:28:22.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3740044Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} -2026-05-13T18:30:53.3740315Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} -2026-05-13T18:30:53.3740575Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} -2026-05-13T18:30:53.3740834Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} -2026-05-13T18:30:53.3741095Z [05-13|18:28:22.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 4} -2026-05-13T18:30:53.3741559Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3742020Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3742543Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3743010Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3743468Z [05-13|18:28:22.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3743682Z [05-13|18:28:22.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.3743889Z [05-13|18:28:22.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.3744271Z [05-13|18:28:22.682] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} -2026-05-13T18:30:53.3744493Z [05-13|18:28:22.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.3744696Z [05-13|18:28:22.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.3745028Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} -2026-05-13T18:30:53.3745412Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} -2026-05-13T18:30:53.3745736Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} -2026-05-13T18:30:53.3746063Z [05-13|18:28:22.683] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "3af5f419587aa88da69c..."} -2026-05-13T18:30:53.3746276Z [05-13|18:28:22.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.3746416Z [05-13|18:28:22.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3746550Z [05-13|18:28:22.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3746818Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} -2026-05-13T18:30:53.3747121Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} -2026-05-13T18:30:53.3747385Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} -2026-05-13T18:30:53.3747649Z [05-13|18:28:22.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 4} -2026-05-13T18:30:53.3748251Z [05-13|18:28:22.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3748727Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3749199Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3749411Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.3749673Z [05-13|18:28:22.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 5} -2026-05-13T18:30:53.3750138Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3750598Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3750809Z [05-13|18:28:22.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.3751220Z [05-13|18:28:22.685] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} -2026-05-13T18:30:53.3751553Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} -2026-05-13T18:30:53.3751881Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} -2026-05-13T18:30:53.3752213Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} -2026-05-13T18:30:53.3752420Z [05-13|18:28:22.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.3752746Z [05-13|18:28:22.686] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "ff9b3c24502fdf13fbc6..."} -2026-05-13T18:30:53.3752944Z [05-13|18:28:22.686] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3753158Z [05-13|18:28:22.687] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.3753363Z [05-13|18:28:22.687] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.3753634Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} -2026-05-13T18:30:53.3753956Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} -2026-05-13T18:30:53.3754214Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} -2026-05-13T18:30:53.3754479Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} -2026-05-13T18:30:53.3754737Z [05-13|18:28:22.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 4} -2026-05-13T18:30:53.3755205Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3755772Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3756238Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3756450Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.3756916Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3757377Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3757593Z [05-13|18:28:22.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.3757800Z [05-13|18:28:22.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.3758260Z [05-13|18:28:22.689] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} -2026-05-13T18:30:53.3758611Z [05-13|18:28:22.689] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} -2026-05-13T18:30:53.3758747Z [05-13|18:28:22.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3759074Z [05-13|18:28:22.690] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} -2026-05-13T18:30:53.3759434Z [05-13|18:28:22.690] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} -2026-05-13T18:30:53.3759835Z [05-13|18:28:22.690] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "55eeb66cd9337ab9f617..."} -2026-05-13T18:30:53.3759971Z [05-13|18:28:22.690] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3760238Z [05-13|18:28:22.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} -2026-05-13T18:30:53.3760380Z [05-13|18:28:22.691] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3760641Z [05-13|18:28:22.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} -2026-05-13T18:30:53.3760898Z [05-13|18:28:22.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 5} -2026-05-13T18:30:53.3761369Z [05-13|18:28:22.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3761888Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3762155Z [05-13|18:28:22.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} -2026-05-13T18:30:53.3762622Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3762885Z [05-13|18:28:22.691] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.3763147Z [05-13|18:28:22.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} -2026-05-13T18:30:53.3763364Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.3763825Z [05-13|18:28:22.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3764295Z [05-13|18:28:22.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3764685Z [05-13|18:28:22.693] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} -2026-05-13T18:30:53.3764900Z [05-13|18:28:22.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.3765235Z [05-13|18:28:22.693] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} -2026-05-13T18:30:53.3765440Z [05-13|18:28:22.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.3765766Z [05-13|18:28:22.694] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} -2026-05-13T18:30:53.3765981Z [05-13|18:28:22.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.3766312Z [05-13|18:28:22.694] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} -2026-05-13T18:30:53.3766448Z [05-13|18:28:22.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3766776Z [05-13|18:28:22.694] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "325e33b3fb4598e6fb6e..."} -2026-05-13T18:30:53.3766991Z [05-13|18:28:22.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.3767254Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} -2026-05-13T18:30:53.3767515Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} -2026-05-13T18:30:53.3767779Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} -2026-05-13T18:30:53.3768159Z [05-13|18:28:22.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 4} -2026-05-13T18:30:53.3768713Z [05-13|18:28:22.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3769187Z [05-13|18:28:22.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3769398Z [05-13|18:28:22.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.3769662Z [05-13|18:28:22.697] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 5} -2026-05-13T18:30:53.3770125Z [05-13|18:28:22.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3770640Z [05-13|18:28:22.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3770988Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} -2026-05-13T18:30:53.3771319Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} -2026-05-13T18:30:53.3771582Z [05-13|18:28:22.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.3771912Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} -2026-05-13T18:30:53.3772235Z [05-13|18:28:22.698] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} -2026-05-13T18:30:53.3772445Z [05-13|18:28:22.699] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.3772913Z [05-13|18:28:22.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "2266b38484e26c88", "next leader": "23a7847ddd647882"} -2026-05-13T18:30:53.3773289Z [05-13|18:28:22.699] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "dee55468867b733c2436..."} -2026-05-13T18:30:53.3773501Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.3773710Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.3773973Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} -2026-05-13T18:30:53.3774107Z [05-13|18:28:22.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3774373Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} -2026-05-13T18:30:53.3774635Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} -2026-05-13T18:30:53.3775098Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3775366Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} -2026-05-13T18:30:53.3775830Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3776288Z [05-13|18:28:22.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3776554Z [05-13|18:28:22.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 4} -2026-05-13T18:30:53.3777013Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3777512Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "23a7847ddd647882", "next leader": "2a13296a445c281f"} -2026-05-13T18:30:53.3777731Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.3777936Z [05-13|18:28:22.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.3778384Z [05-13|18:28:22.701] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} -2026-05-13T18:30:53.3778718Z [05-13|18:28:22.701] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} -2026-05-13T18:30:53.3779102Z [05-13|18:28:22.701] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} -2026-05-13T18:30:53.3779244Z [05-13|18:28:22.701] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3779459Z [05-13|18:28:22.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.3779784Z [05-13|18:28:22.702] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} -2026-05-13T18:30:53.3780045Z [05-13|18:28:22.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.3780373Z [05-13|18:28:22.703] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "f4cb02658a255d018630..."} -2026-05-13T18:30:53.3780507Z [05-13|18:28:22.703] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3780639Z [05-13|18:28:22.703] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3780853Z [05-13|18:28:22.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.3781118Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} -2026-05-13T18:30:53.3781382Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} -2026-05-13T18:30:53.3781694Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} -2026-05-13T18:30:53.3782177Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3782437Z [05-13|18:28:22.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 4} -2026-05-13T18:30:53.3782908Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3783118Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.3783582Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3784049Z [05-13|18:28:22.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3784314Z [05-13|18:28:22.705] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 5} -2026-05-13T18:30:53.3784777Z [05-13|18:28:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "2a13296a445c281f", "next leader": "e9fdff04dd02736b"} -2026-05-13T18:30:53.3784992Z [05-13|18:28:22.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.3785323Z [05-13|18:28:22.705] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} -2026-05-13T18:30:53.3785706Z [05-13|18:28:22.705] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} -2026-05-13T18:30:53.3785848Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3785982Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3786311Z [05-13|18:28:22.706] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} -2026-05-13T18:30:53.3786525Z [05-13|18:28:22.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.3786849Z [05-13|18:28:22.706] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} -2026-05-13T18:30:53.3786983Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3787226Z [05-13|18:28:22.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.3787440Z [05-13|18:28:22.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.3787575Z [05-13|18:28:22.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3787900Z [05-13|18:28:22.706] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "6dc6134647aac5d8307e..."} -2026-05-13T18:30:53.3788328Z [05-13|18:28:22.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} -2026-05-13T18:30:53.3788593Z [05-13|18:28:22.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} -2026-05-13T18:30:53.3789059Z [05-13|18:28:22.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3789530Z [05-13|18:28:22.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3789794Z [05-13|18:28:22.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} -2026-05-13T18:30:53.3790296Z [05-13|18:28:22.708] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} -2026-05-13T18:30:53.3790516Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.3790650Z [05-13|18:28:22.708] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3791113Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3791550Z [05-13|18:28:22.708] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} -2026-05-13T18:30:53.3791690Z [05-13|18:28:22.708] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3792118Z [05-13|18:28:22.708] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 39, "epoch round": 39} -2026-05-13T18:30:53.3792258Z [05-13|18:28:22.708] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3792467Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.3792674Z [05-13|18:28:22.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.3792941Z [05-13|18:28:22.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 4} -2026-05-13T18:30:53.3793403Z [05-13|18:28:22.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3793868Z [05-13|18:28:22.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "e9fdff04dd02736b", "next leader": "103ae74e068c2eeb"} -2026-05-13T18:30:53.3794277Z [05-13|18:28:22.709] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} -2026-05-13T18:30:53.3794604Z [05-13|18:28:22.709] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} -2026-05-13T18:30:53.3794935Z [05-13|18:28:22.709] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} -2026-05-13T18:30:53.3795072Z [05-13|18:28:22.709] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3795281Z [05-13|18:28:22.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.3795605Z [05-13|18:28:22.710] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} -2026-05-13T18:30:53.3795798Z [05-13|18:28:22.710] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3796122Z [05-13|18:28:22.710] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "3f79035651f2f998ac38..."} -2026-05-13T18:30:53.3796388Z [05-13|18:28:22.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} -2026-05-13T18:30:53.3796658Z [05-13|18:28:22.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} -2026-05-13T18:30:53.3796970Z [05-13|18:28:22.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} -2026-05-13T18:30:53.3797437Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3797578Z [05-13|18:28:22.711] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3797843Z [05-13|18:28:22.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} -2026-05-13T18:30:53.3798435Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3798970Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3799434Z [05-13|18:28:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3799775Z [05-13|18:28:22.713] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} -2026-05-13T18:30:53.3800038Z [05-13|18:28:22.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 4} -2026-05-13T18:30:53.3800370Z [05-13|18:28:22.713] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} -2026-05-13T18:30:53.3800840Z [05-13|18:28:22.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "103ae74e068c2eeb", "next leader": "2266b38484e26c88"} -2026-05-13T18:30:53.3801172Z [05-13|18:28:22.714] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} -2026-05-13T18:30:53.3801502Z [05-13|18:28:22.714] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} -2026-05-13T18:30:53.3801837Z [05-13|18:28:22.714] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "b9318daeabe7f71c09b2..."} -2026-05-13T18:30:53.3801971Z [05-13|18:28:22.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3802118Z [05-13|18:28:23.213] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.3802339Z [05-13|18:28:23.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.3802484Z [05-13|18:28:23.215] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.3802682Z [05-13|18:28:23.217] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.3802893Z [05-13|18:28:23.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.3803037Z [05-13|18:28:23.219] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.3803245Z [05-13|18:28:23.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.3803383Z [05-13|18:28:23.222] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.3803594Z [05-13|18:28:23.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.3804605Z node.go:176: Node 103ae74e068c2eeb sent message types: map[BlockDigestRequest:5 BlockMessage:32 FinalizationMessage:164 NotarizationMessage:192 ReplicationRequest:5 ReplicationResponse:3 VerifiedReplicationRequest:164 VoteMessage:132] -2026-05-13T18:30:53.3805547Z node.go:176: Node 2266b38484e26c88 sent message types: map[BlockDigestRequest:9 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:205 ReplicationRequest:5 VerifiedReplicationRequest:164 VoteMessage:131] -2026-05-13T18:30:53.3806546Z node.go:176: Node 2a13296a445c281f sent message types: map[BlockDigestRequest:7 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:195 ReplicationRequest:4 ReplicationResponse:4 VerifiedReplicationRequest:164 VoteMessage:131] -2026-05-13T18:30:53.3807580Z node.go:176: Node e9fdff04dd02736b sent message types: map[BlockDigestRequest:5 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:215 ReplicationRequest:5 ReplicationResponse:6 VerifiedReplicationRequest:164 VoteMessage:131] -2026-05-13T18:30:53.3808689Z node.go:176: Node 23a7847ddd647882 sent message types: map[BlockDigestRequest:3 BlockMessage:33 FinalizationMessage:164 NotarizationMessage:218 ReplicationRequest:4 ReplicationResponse:19 VerifiedReplicationRequest:164 VoteMessage:131] -2026-05-13T18:30:53.3808801Z --- PASS: TestLongRunningSimple (0.67s) -2026-05-13T18:30:53.3808902Z === RUN TestLongRunningReplication -2026-05-13T18:30:53.3809834Z [05-13|18:28:23.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "8794c776671975b3", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3810690Z [05-13|18:28:23.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "21826c883b159699", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3811530Z [05-13|18:28:23.224] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "9a32e163f3901fc2", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3812373Z [05-13|18:28:23.226] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "1184a377bc50e386", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3813211Z [05-13|18:28:23.228] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "37a6091fa4d587b3", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3814055Z [05-13|18:28:23.233] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "d027e66eba763d0d", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3814892Z [05-13|18:28:23.234] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "5267cfe9cb30e201", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3815787Z [05-13|18:28:23.235] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "fb655003ad8a55a5", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3816631Z [05-13|18:28:23.235] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6ebb93ab8ac85ba2", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3817517Z [05-13|18:28:23.235] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "8af533882fa24c31", "nodes": "[1184a377bc50e386 21826c883b159699 37a6091fa4d587b3 5267cfe9cb30e201 6ebb93ab8ac85ba2 8794c776671975b3 8af533882fa24c31 9a32e163f3901fc2 d027e66eba763d0d fb655003ad8a55a5]"} -2026-05-13T18:30:53.3817743Z [05-13|18:28:23.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3817953Z [05-13|18:28:23.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3818324Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3818536Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3818738Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3818937Z [05-13|18:28:23.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3819145Z [05-13|18:28:23.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3819347Z [05-13|18:28:23.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3819550Z [05-13|18:28:23.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3819762Z [05-13|18:28:23.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.3820093Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3820360Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3820621Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3820875Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3821350Z [05-13|18:28:23.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3821615Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3821872Z [05-13|18:28:23.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3822311Z [05-13|18:28:23.240] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3822462Z [05-13|18:28:23.241] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3822933Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3823389Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3823604Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3824096Z [05-13|18:28:23.241] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3824520Z [05-13|18:28:23.241] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3824981Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3825120Z [05-13|18:28:23.241] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3825540Z [05-13|18:28:23.242] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3825731Z [05-13|18:28:23.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3825940Z [05-13|18:28:23.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3826201Z [05-13|18:28:23.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3826344Z [05-13|18:28:23.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3826548Z [05-13|18:28:23.242] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3827060Z [05-13|18:28:23.242] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3827199Z [05-13|18:28:23.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3827654Z [05-13|18:28:23.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3828230Z [05-13|18:28:23.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3828668Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3828870Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3829076Z [05-13|18:28:23.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3829501Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3829638Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3830055Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3830195Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3830649Z [05-13|18:28:23.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3831071Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3831213Z [05-13|18:28:23.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3831549Z [05-13|18:28:23.243] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3831811Z [05-13|18:28:23.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 7} -2026-05-13T18:30:53.3832146Z [05-13|18:28:23.244] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3832608Z [05-13|18:28:23.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3833123Z [05-13|18:28:23.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3833266Z [05-13|18:28:23.244] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3833475Z [05-13|18:28:23.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3833897Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:53.3834034Z [05-13|18:28:23.245] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3834362Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3834739Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3835072Z [05-13|18:28:23.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3835528Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3835788Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3836116Z [05-13|18:28:23.246] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3836442Z [05-13|18:28:23.246] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3836650Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3836980Z [05-13|18:28:23.246] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3837190Z [05-13|18:28:23.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3837557Z [05-13|18:28:23.247] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3837711Z [05-13|18:28:23.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3837920Z [05-13|18:28:23.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.3838275Z [05-13|18:28:23.248] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3838541Z [05-13|18:28:23.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3838817Z [05-13|18:28:23.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3839082Z [05-13|18:28:23.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3839339Z [05-13|18:28:23.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3839599Z [05-13|18:28:23.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3840066Z [05-13|18:28:23.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3840519Z [05-13|18:28:23.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3840785Z [05-13|18:28:23.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3841240Z [05-13|18:28:23.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3841569Z [05-13|18:28:23.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3841777Z [05-13|18:28:23.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3842110Z [05-13|18:28:23.251] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "f26cf80c321a3dcf5c79..."} -2026-05-13T18:30:53.3842244Z [05-13|18:28:23.251] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3842381Z [05-13|18:28:23.251] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3842835Z [05-13|18:28:23.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3843099Z [05-13|18:28:23.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3843241Z [05-13|18:28:23.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3843695Z [05-13|18:28:23.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3843956Z [05-13|18:28:23.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3844272Z [05-13|18:28:23.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3844724Z [05-13|18:28:23.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3845176Z [05-13|18:28:23.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3845634Z [05-13|18:28:23.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3845842Z [05-13|18:28:23.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3846226Z [05-13|18:28:23.254] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3846682Z [05-13|18:28:23.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3846943Z [05-13|18:28:23.254] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.3847401Z [05-13|18:28:23.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3847726Z [05-13|18:28:23.256] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3848166Z [05-13|18:28:23.256] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3848385Z [05-13|18:28:23.256] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3848523Z [05-13|18:28:23.256] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3848657Z [05-13|18:28:23.256] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3848980Z [05-13|18:28:23.256] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3849116Z [05-13|18:28:23.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3849247Z [05-13|18:28:23.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3849566Z [05-13|18:28:23.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3849843Z [05-13|18:28:23.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3850045Z [05-13|18:28:23.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3850366Z [05-13|18:28:23.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3850505Z [05-13|18:28:23.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3850708Z [05-13|18:28:23.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3850911Z [05-13|18:28:23.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3851177Z [05-13|18:28:23.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3851363Z [05-13|18:28:23.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3851685Z [05-13|18:28:23.259] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3852159Z [05-13|18:28:23.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3852485Z [05-13|18:28:23.259] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3852672Z [05-13|18:28:23.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3852936Z [05-13|18:28:23.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3853141Z [05-13|18:28:23.259] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3853463Z [05-13|18:28:23.259] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3853726Z [05-13|18:28:23.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3854048Z [05-13|18:28:23.257] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "1ea64a04835c8321919f..."} -2026-05-13T18:30:53.3854306Z [05-13|18:28:23.259] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3854449Z [05-13|18:28:23.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3854909Z [05-13|18:28:23.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3855043Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3855178Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3855309Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3855441Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3855578Z [05-13|18:28:23.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3855840Z [05-13|18:28:23.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3856098Z [05-13|18:28:23.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3856564Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3856822Z [05-13|18:28:23.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3857028Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.3857233Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3857700Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3857878Z [05-13|18:28:23.262] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3858457Z [05-13|18:28:23.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3858918Z [05-13|18:28:23.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3859124Z [05-13|18:28:23.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3859415Z [05-13|18:28:23.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3859739Z [05-13|18:28:23.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3859947Z [05-13|18:28:23.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3860206Z [05-13|18:28:23.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3860671Z [05-13|18:28:23.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3860930Z [05-13|18:28:23.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3861390Z [05-13|18:28:23.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3861650Z [05-13|18:28:23.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.3862110Z [05-13|18:28:23.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3862571Z [05-13|18:28:23.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.3862831Z [05-13|18:28:23.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3863160Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3863489Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3863624Z [05-13|18:28:23.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3863942Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3864268Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3864588Z [05-13|18:28:23.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3864723Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3864861Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3864993Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3865121Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3865328Z [05-13|18:28:23.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3865465Z [05-13|18:28:23.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3865667Z [05-13|18:28:23.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3865800Z [05-13|18:28:23.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3865993Z [05-13|18:28:23.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3866196Z [05-13|18:28:23.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3866518Z [05-13|18:28:23.267] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3866849Z [05-13|18:28:23.267] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3867052Z [05-13|18:28:23.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.3867184Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3867319Z [05-13|18:28:23.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3867450Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3867620Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3867759Z [05-13|18:28:23.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3867890Z [05-13|18:28:23.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3868333Z [05-13|18:28:23.269] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3868718Z [05-13|18:28:23.269] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3868985Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3869116Z [05-13|18:28:23.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3869373Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3869636Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3869768Z [05-13|18:28:23.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3870022Z [05-13|18:28:23.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3870550Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3871014Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3871342Z [05-13|18:28:23.270] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "c85b14fd08f986384091..."} -2026-05-13T18:30:53.3871807Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3871940Z [05-13|18:28:23.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3872074Z [05-13|18:28:23.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3872286Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3872419Z [05-13|18:28:23.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3872622Z [05-13|18:28:23.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3872759Z [05-13|18:28:23.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3873019Z [05-13|18:28:23.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3873276Z [05-13|18:28:23.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3873537Z [05-13|18:28:23.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3874003Z [05-13|18:28:23.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3874526Z [05-13|18:28:23.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3874990Z [05-13|18:28:23.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3875249Z [05-13|18:28:23.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3875379Z [05-13|18:28:23.272] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3875892Z [05-13|18:28:23.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3876099Z [05-13|18:28:23.272] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3876558Z [05-13|18:28:23.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3876768Z [05-13|18:28:23.272] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3877135Z [05-13|18:28:23.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3877457Z [05-13|18:28:23.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3877594Z [05-13|18:28:23.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3877728Z [05-13|18:28:23.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3877933Z [05-13|18:28:23.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3878377Z [05-13|18:28:23.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3878699Z [05-13|18:28:23.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3878959Z [05-13|18:28:23.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.3879099Z [05-13|18:28:23.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3879559Z [05-13|18:28:23.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3879694Z [05-13|18:28:23.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3879830Z [05-13|18:28:23.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3880035Z [05-13|18:28:23.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3880167Z [05-13|18:28:23.275] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3880375Z [05-13|18:28:23.275] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3880834Z [05-13|18:28:23.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.3881160Z [05-13|18:28:23.275] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3881297Z [05-13|18:28:23.275] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3881428Z [05-13|18:28:23.275] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3881561Z [05-13|18:28:23.276] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3881773Z [05-13|18:28:23.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3881978Z [05-13|18:28:23.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3882359Z [05-13|18:28:23.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3882493Z [05-13|18:28:23.276] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3882629Z [05-13|18:28:23.276] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3882949Z [05-13|18:28:23.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3883271Z [05-13|18:28:23.276] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3883410Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3883611Z [05-13|18:28:23.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.3883798Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3883937Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3884258Z [05-13|18:28:23.277] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3884393Z [05-13|18:28:23.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3884773Z [05-13|18:28:23.278] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3885033Z [05-13|18:28:23.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3885288Z [05-13|18:28:23.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3885549Z [05-13|18:28:23.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3885806Z [05-13|18:28:23.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3886130Z [05-13|18:28:23.279] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "16d2d8f9d19276f43a78..."} -2026-05-13T18:30:53.3886427Z [05-13|18:28:23.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3886562Z [05-13|18:28:23.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3886695Z [05-13|18:28:23.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3886832Z [05-13|18:28:23.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3887087Z [05-13|18:28:23.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3887550Z [05-13|18:28:23.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3887812Z [05-13|18:28:23.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3888391Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3888850Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3888991Z [05-13|18:28:23.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3889246Z [05-13|18:28:23.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3889699Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3890157Z [05-13|18:28:23.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3890685Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3890894Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3891103Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3891304Z [05-13|18:28:23.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3891759Z [05-13|18:28:23.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3892306Z [05-13|18:28:23.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3892515Z [05-13|18:28:23.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3892844Z [05-13|18:28:23.283] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3893173Z [05-13|18:28:23.283] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3893430Z [05-13|18:28:23.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3893687Z [05-13|18:28:23.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3893947Z [05-13|18:28:23.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.3894149Z [05-13|18:28:23.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3894353Z [05-13|18:28:23.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3894682Z [05-13|18:28:23.283] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3895189Z [05-13|18:28:23.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3895329Z [05-13|18:28:23.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3895662Z [05-13|18:28:23.284] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3895983Z [05-13|18:28:23.284] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3896115Z [05-13|18:28:23.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3896325Z [05-13|18:28:23.284] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3896460Z [05-13|18:28:23.285] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3896782Z [05-13|18:28:23.285] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3897109Z [05-13|18:28:23.285] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3897569Z [05-13|18:28:23.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.3897702Z [05-13|18:28:23.285] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3897910Z [05-13|18:28:23.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3898229Z [05-13|18:28:23.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.3898557Z [05-13|18:28:23.286] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3898761Z [05-13|18:28:23.287] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3898892Z [05-13|18:28:23.287] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3899153Z [05-13|18:28:23.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3899286Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3899545Z [05-13|18:28:23.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3899800Z [05-13|18:28:23.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3899931Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3900455Z [05-13|18:28:23.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3900592Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3900722Z [05-13|18:28:23.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3900986Z [05-13|18:28:23.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3901442Z [05-13|18:28:23.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3901636Z [05-13|18:28:23.289] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3901900Z [05-13|18:28:23.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3902157Z [05-13|18:28:23.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3902612Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3902825Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3903330Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3903661Z [05-13|18:28:23.290] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3903800Z [05-13|18:28:23.290] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3904253Z [05-13|18:28:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3904514Z [05-13|18:28:23.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3904974Z [05-13|18:28:23.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3905179Z [05-13|18:28:23.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3905384Z [05-13|18:28:23.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3905524Z [05-13|18:28:23.292] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3905725Z [05-13|18:28:23.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3905982Z [05-13|18:28:23.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3906436Z [05-13|18:28:23.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3906763Z [05-13|18:28:23.293] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "642b3be865d7762ddc3b..."} -2026-05-13T18:30:53.3906938Z [05-13|18:28:23.293] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3907273Z [05-13|18:28:23.293] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3907599Z [05-13|18:28:23.294] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3907809Z [05-13|18:28:23.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3908017Z [05-13|18:28:23.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3908568Z [05-13|18:28:23.294] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:53.3908960Z [05-13|18:28:23.294] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3909296Z [05-13|18:28:23.295] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3909622Z [05-13|18:28:23.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3910003Z [05-13|18:28:23.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3910332Z [05-13|18:28:23.297] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3910790Z [05-13|18:28:23.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3910926Z [05-13|18:28:23.297] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3911189Z [05-13|18:28:23.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3911323Z [05-13|18:28:23.297] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3911455Z [05-13|18:28:23.297] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3911646Z [05-13|18:28:23.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3911780Z [05-13|18:28:23.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3912236Z [05-13|18:28:23.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3912373Z [05-13|18:28:23.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3912503Z [05-13|18:28:23.299] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3912762Z [05-13|18:28:23.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3912974Z [05-13|18:28:23.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3913303Z [05-13|18:28:23.299] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3913437Z [05-13|18:28:23.299] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3913643Z [05-13|18:28:23.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3914106Z [05-13|18:28:23.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3914368Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3914500Z [05-13|18:28:23.300] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3914633Z [05-13|18:28:23.300] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3914890Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3915206Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3915466Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3915725Z [05-13|18:28:23.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3915857Z [05-13|18:28:23.300] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3916317Z [05-13|18:28:23.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3916573Z [05-13|18:28:23.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3916817Z [05-13|18:28:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3917280Z [05-13|18:28:23.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3917734Z [05-13|18:28:23.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3918347Z [05-13|18:28:23.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3918810Z [05-13|18:28:23.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3919264Z [05-13|18:28:23.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3919475Z [05-13|18:28:23.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3919806Z [05-13|18:28:23.304] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3920000Z [05-13|18:28:23.304] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3920209Z [05-13|18:28:23.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3920420Z [05-13|18:28:23.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3920744Z [05-13|18:28:23.305] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3920877Z [05-13|18:28:23.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3921084Z [05-13|18:28:23.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3921286Z [05-13|18:28:23.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3921545Z [05-13|18:28:23.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3921753Z [05-13|18:28:23.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3922077Z [05-13|18:28:23.305] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3922537Z [05-13|18:28:23.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3922871Z [05-13|18:28:23.306] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3923006Z [05-13|18:28:23.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3923331Z [05-13|18:28:23.306] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3923721Z [05-13|18:28:23.306] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3923984Z [05-13|18:28:23.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.3924310Z [05-13|18:28:23.307] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3924520Z [05-13|18:28:23.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3924652Z [05-13|18:28:23.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3925107Z [05-13|18:28:23.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.3925300Z [05-13|18:28:23.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3925434Z [05-13|18:28:23.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3925760Z [05-13|18:28:23.307] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3925973Z [05-13|18:28:23.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.3926160Z [05-13|18:28:23.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3926363Z [05-13|18:28:23.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3926623Z [05-13|18:28:23.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3926882Z [05-13|18:28:23.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3927137Z [05-13|18:28:23.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3927276Z [05-13|18:28:23.309] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3927603Z [05-13|18:28:23.308] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3927733Z [05-13|18:28:23.309] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3928381Z [05-13|18:28:23.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3928660Z [05-13|18:28:23.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3928929Z [05-13|18:28:23.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3929191Z [05-13|18:28:23.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3929657Z [05-13|18:28:23.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3930117Z [05-13|18:28:23.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3930385Z [05-13|18:28:23.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3930845Z [05-13|18:28:23.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3931179Z [05-13|18:28:23.311] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "aead676c89eb1e4a3a7a..."} -2026-05-13T18:30:53.3931393Z [05-13|18:28:23.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3931847Z [05-13|18:28:23.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3932110Z [05-13|18:28:23.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3932249Z [05-13|18:28:23.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3932704Z [05-13|18:28:23.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3932911Z [05-13|18:28:23.312] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3933123Z [05-13|18:28:23.312] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3933382Z [05-13|18:28:23.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3933516Z [05-13|18:28:23.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3933706Z [05-13|18:28:23.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3934163Z [05-13|18:28:23.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3934425Z [05-13|18:28:23.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3934684Z [05-13|18:28:23.313] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3934950Z [05-13|18:28:23.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.3935402Z [05-13|18:28:23.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3935733Z [05-13|18:28:23.314] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3936192Z [05-13|18:28:23.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.3936690Z [05-13|18:28:23.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3937021Z [05-13|18:28:23.314] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3937155Z [05-13|18:28:23.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3937359Z [05-13|18:28:23.315] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3937687Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3938003Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3938259Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3938587Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3938723Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3939040Z [05-13|18:28:23.315] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3939179Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3939311Z [05-13|18:28:23.315] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3939441Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3939758Z [05-13|18:28:23.316] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3939971Z [05-13|18:28:23.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3940170Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3940376Z [05-13|18:28:23.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3940513Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3940645Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3940773Z [05-13|18:28:23.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3940980Z [05-13|18:28:23.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.3941183Z [05-13|18:28:23.317] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3941314Z [05-13|18:28:23.317] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3941447Z [05-13|18:28:23.317] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3941820Z [05-13|18:28:23.318] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3941958Z [05-13|18:28:23.318] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3942287Z [05-13|18:28:23.318] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3942668Z [05-13|18:28:23.318] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "624fb1ce8e8f4d27aba7..."} -2026-05-13T18:30:53.3942799Z [05-13|18:28:23.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3943066Z [05-13|18:28:23.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3943323Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3943580Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3943840Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3944096Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3944433Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3944906Z [05-13|18:28:23.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3945366Z [05-13|18:28:23.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3945500Z [05-13|18:28:23.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3945766Z [05-13|18:28:23.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3946028Z [05-13|18:28:23.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3946491Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3946702Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3947160Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3947615Z [05-13|18:28:23.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3947879Z [05-13|18:28:23.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3948014Z [05-13|18:28:23.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3948635Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3948847Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3949304Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3949562Z [05-13|18:28:23.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.3950023Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.3950288Z [05-13|18:28:23.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3950496Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3950959Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3951092Z [05-13|18:28:23.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3951347Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3951555Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3951881Z [05-13|18:28:23.323] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3952341Z [05-13|18:28:23.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3952481Z [05-13|18:28:23.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3952809Z [05-13|18:28:23.324] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3953185Z [05-13|18:28:23.324] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3953400Z [05-13|18:28:23.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3953722Z [05-13|18:28:23.324] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3953926Z [05-13|18:28:23.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.3954062Z [05-13|18:28:23.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3954264Z [05-13|18:28:23.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3954396Z [05-13|18:28:23.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3954719Z [05-13|18:28:23.325] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3955041Z [05-13|18:28:23.325] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3955177Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3955379Z [05-13|18:28:23.326] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3955698Z [05-13|18:28:23.326] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "7583104597d709900470..."} -2026-05-13T18:30:53.3955832Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3955979Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3956125Z [05-13|18:28:23.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3956355Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3956698Z [05-13|18:28:23.327] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3956843Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3956976Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3957107Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3957242Z [05-13|18:28:23.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3957573Z [05-13|18:28:23.327] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3957900Z [05-13|18:28:23.328] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3958355Z [05-13|18:28:23.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3958626Z [05-13|18:28:23.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.3959128Z [05-13|18:28:23.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3959652Z [05-13|18:28:23.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.3959788Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3959921Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3960058Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3960186Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3960318Z [05-13|18:28:23.329] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3960449Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3960586Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3960769Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3960904Z [05-13|18:28:23.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3961122Z [05-13|18:28:23.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3961384Z [05-13|18:28:23.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.3961642Z [05-13|18:28:23.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.3961907Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.3962166Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.3962422Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.3962684Z [05-13|18:28:23.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.3963154Z [05-13|18:28:23.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3963626Z [05-13|18:28:23.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3964093Z [05-13|18:28:23.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3964229Z [05-13|18:28:23.333] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3964685Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3965014Z [05-13|18:28:23.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 8} -2026-05-13T18:30:53.3965230Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3965689Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3966154Z [05-13|18:28:23.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3966649Z [05-13|18:28:23.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3966864Z [05-13|18:28:23.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3967204Z [05-13|18:28:23.334] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3967411Z [05-13|18:28:23.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.3967712Z [05-13|18:28:23.335] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 8} -2026-05-13T18:30:53.3968167Z [05-13|18:28:23.335] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "e3b93e60a2a62722ebbc..."} -2026-05-13T18:30:53.3968386Z [05-13|18:28:23.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3968719Z [05-13|18:28:23.335] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3968863Z [05-13|18:28:23.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3969077Z [05-13|18:28:23.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3969343Z [05-13|18:28:23.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3969558Z [05-13|18:28:23.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3969766Z [05-13|18:28:23.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3970097Z [05-13|18:28:23.336] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3970429Z [05-13|18:28:23.337] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3970758Z [05-13|18:28:23.336] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3971227Z [05-13|18:28:23.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3971367Z [05-13|18:28:23.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3971695Z [05-13|18:28:23.337] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3972022Z [05-13|18:28:23.337] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3972289Z [05-13|18:28:23.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.3972426Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3972557Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3972694Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3972885Z [05-13|18:28:23.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3973223Z [05-13|18:28:23.338] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3973436Z [05-13|18:28:23.338] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3973871Z [05-13|18:28:23.339] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:53.3974337Z [05-13|18:28:23.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3974476Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3974607Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3974789Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3974929Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3975059Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3975189Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3975658Z [05-13|18:28:23.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.3975848Z [05-13|18:28:23.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3975979Z [05-13|18:28:23.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3976310Z [05-13|18:28:23.340] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3976447Z [05-13|18:28:23.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3976579Z [05-13|18:28:23.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3976908Z [05-13|18:28:23.340] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3977045Z [05-13|18:28:23.341] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3977288Z [05-13|18:28:23.341] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3977424Z [05-13|18:28:23.341] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3977560Z [05-13|18:28:23.341] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3977765Z [05-13|18:28:23.342] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.3978207Z [05-13|18:28:23.343] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "f0ed5a9f22cec93effd7..."} -2026-05-13T18:30:53.3978483Z [05-13|18:28:23.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3978750Z [05-13|18:28:23.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3978884Z [05-13|18:28:23.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3979356Z [05-13|18:28:23.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3979619Z [05-13|18:28:23.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3979752Z [05-13|18:28:23.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3980013Z [05-13|18:28:23.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3980271Z [05-13|18:28:23.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3980405Z [05-13|18:28:23.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3980878Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3981406Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3981671Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3981935Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3982194Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3982450Z [05-13|18:28:23.345] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3982967Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3983189Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3983397Z [05-13|18:28:23.346] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3983861Z [05-13|18:28:23.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3984375Z [05-13|18:28:23.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3984831Z [05-13|18:28:23.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3985177Z [05-13|18:28:23.347] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3985640Z [05-13|18:28:23.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3985899Z [05-13|18:28:23.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3986042Z [05-13|18:28:23.347] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3986250Z [05-13|18:28:23.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3986514Z [05-13|18:28:23.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.3986978Z [05-13|18:28:23.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3987187Z [05-13|18:28:23.348] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3987522Z [05-13|18:28:23.348] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3987857Z [05-13|18:28:23.348] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3988307Z [05-13|18:28:23.348] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3988445Z [05-13|18:28:23.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3988658Z [05-13|18:28:23.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3988866Z [05-13|18:28:23.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3989198Z [05-13|18:28:23.349] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3989531Z [05-13|18:28:23.350] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3989733Z [05-13|18:28:23.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3990197Z [05-13|18:28:23.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.3990415Z [05-13|18:28:23.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3990745Z [05-13|18:28:23.350] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3990878Z [05-13|18:28:23.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3991015Z [05-13|18:28:23.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3991199Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3991411Z [05-13|18:28:23.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3991544Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3991681Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3992010Z [05-13|18:28:23.351] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3992393Z [05-13|18:28:23.351] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3992530Z [05-13|18:28:23.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3992660Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3992791Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3992927Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3993059Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3993191Z [05-13|18:28:23.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3993414Z [05-13|18:28:23.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.3993795Z [05-13|18:28:23.354] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "30b7be78f3739ca1b41f..."} -2026-05-13T18:30:53.3994064Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.3994331Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.3994590Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.3994847Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.3995112Z [05-13|18:28:23.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.3995581Z [05-13|18:28:23.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3996043Z [05-13|18:28:23.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3996507Z [05-13|18:28:23.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3996969Z [05-13|18:28:23.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3997234Z [05-13|18:28:23.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.3997736Z [05-13|18:28:23.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3998311Z [05-13|18:28:23.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.3998529Z [05-13|18:28:23.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.3998668Z [05-13|18:28:23.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3998875Z [05-13|18:28:23.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.3999011Z [05-13|18:28:23.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.3999220Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.3999544Z [05-13|18:28:23.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.3999813Z [05-13|18:28:23.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.4000079Z [05-13|18:28:23.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.4000286Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.4000798Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4001015Z [05-13|18:28:23.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.4001472Z [05-13|18:28:23.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4001808Z [05-13|18:28:23.358] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4002022Z [05-13|18:28:23.358] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.4002405Z [05-13|18:28:23.358] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4002870Z [05-13|18:28:23.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4003217Z [05-13|18:28:23.359] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4003352Z [05-13|18:28:23.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4003559Z [05-13|18:28:23.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.4003698Z [05-13|18:28:23.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4004029Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4004359Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4004630Z [05-13|18:28:23.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.4004836Z [05-13|18:28:23.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.4005167Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4005500Z [05-13|18:28:23.360] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4005636Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4005826Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4006037Z [05-13|18:28:23.361] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.4006502Z [05-13|18:28:23.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4006637Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4006773Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4006905Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4007236Z [05-13|18:28:23.361] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4007369Z [05-13|18:28:23.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4007617Z [05-13|18:28:23.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.4007754Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4007886Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4008022Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4008266Z [05-13|18:28:23.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4008591Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4008728Z [05-13|18:28:23.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4008990Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4009251Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4009515Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4009649Z [05-13|18:28:23.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4009908Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4010302Z [05-13|18:28:23.363] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4010567Z [05-13|18:28:23.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4010698Z [05-13|18:28:23.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4011172Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4011638Z [05-13|18:28:23.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4011900Z [05-13|18:28:23.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4012236Z [05-13|18:28:23.364] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "de521fe6d691d5e739b6..."} -2026-05-13T18:30:53.4012698Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4013163Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4013628Z [05-13|18:28:23.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4014089Z [05-13|18:28:23.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4014364Z [05-13|18:28:23.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4014503Z [05-13|18:28:23.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4014966Z [05-13|18:28:23.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4015408Z [05-13|18:28:23.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} -2026-05-13T18:30:53.4015624Z [05-13|18:28:23.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4016108Z [05-13|18:28:23.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} -2026-05-13T18:30:53.4016540Z [05-13|18:28:23.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} -2026-05-13T18:30:53.4016753Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4016958Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4017335Z [05-13|18:28:23.367] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4017550Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4017684Z [05-13|18:28:23.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4017816Z [05-13|18:28:23.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4018228Z [05-13|18:28:23.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4018442Z [05-13|18:28:23.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4018575Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4019153Z [05-13|18:28:23.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4019291Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4019623Z [05-13|18:28:23.368] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4019760Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4019891Z [05-13|18:28:23.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4020222Z [05-13|18:28:23.369] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4020557Z [05-13|18:28:23.369] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4020691Z [05-13|18:28:23.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4020823Z [05-13|18:28:23.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4021095Z [05-13|18:28:23.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.4021561Z [05-13|18:28:23.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4021695Z [05-13|18:28:23.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4021907Z [05-13|18:28:23.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4022041Z [05-13|18:28:23.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4022174Z [05-13|18:28:23.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4022564Z [05-13|18:28:23.371] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4022702Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4023167Z [05-13|18:28:23.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4023377Z [05-13|18:28:23.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4023514Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4023842Z [05-13|18:28:23.371] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4023974Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4024163Z [05-13|18:28:23.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4024298Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4024429Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4024568Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4024697Z [05-13|18:28:23.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4025078Z [05-13|18:28:23.372] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4025410Z [05-13|18:28:23.372] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4025618Z [05-13|18:28:23.373] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4025824Z [05-13|18:28:23.373] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.4025964Z [05-13|18:28:23.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4026099Z [05-13|18:28:23.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4026229Z [05-13|18:28:23.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4026599Z [05-13|18:28:23.374] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4026737Z [05-13|18:28:23.374] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4027004Z [05-13|18:28:23.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4027266Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4027528Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4027788Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4028174Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4028662Z [05-13|18:28:23.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4028923Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4029055Z [05-13|18:28:23.375] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4029317Z [05-13|18:28:23.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4029786Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4030252Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4030587Z [05-13|18:28:23.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4031054Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4031270Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4031601Z [05-13|18:28:23.376] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "f781042695ddd9f96b42..."} -2026-05-13T18:30:53.4031809Z [05-13|18:28:23.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4032333Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4032545Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4032805Z [05-13|18:28:23.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.4032941Z [05-13|18:28:23.377] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4033471Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4033935Z [05-13|18:28:23.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4034403Z [05-13|18:28:23.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4034613Z [05-13|18:28:23.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4034949Z [05-13|18:28:23.378] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4035473Z [05-13|18:28:23.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4035814Z [05-13|18:28:23.379] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4036025Z [05-13|18:28:23.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4036236Z [05-13|18:28:23.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4036371Z [05-13|18:28:23.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4036633Z [05-13|18:28:23.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 8} -2026-05-13T18:30:53.4036847Z [05-13|18:28:23.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4037179Z [05-13|18:28:23.380] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4037315Z [05-13|18:28:23.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4037449Z [05-13|18:28:23.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4037785Z [05-13|18:28:23.380] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4037919Z [05-13|18:28:23.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4038244Z [05-13|18:28:23.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4038719Z [05-13|18:28:23.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4039118Z [05-13|18:28:23.381] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4039449Z [05-13|18:28:23.381] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4039591Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4039726Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4039857Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4040193Z [05-13|18:28:23.381] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4040325Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4040717Z [05-13|18:28:23.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4040862Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4040993Z [05-13|18:28:23.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4041125Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4041263Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4041523Z [05-13|18:28:23.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4041656Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4041792Z [05-13|18:28:23.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4041922Z [05-13|18:28:23.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4042051Z [05-13|18:28:23.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4042387Z [05-13|18:28:23.383] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4042527Z [05-13|18:28:23.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4042671Z [05-13|18:28:23.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4042857Z [05-13|18:28:23.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4042995Z [05-13|18:28:23.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4043327Z [05-13|18:28:23.385] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "fd7b00222f0f4f3e9db3..."} -2026-05-13T18:30:53.4043592Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4043858Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4044120Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4044379Z [05-13|18:28:23.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4044854Z [05-13|18:28:23.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4045322Z [05-13|18:28:23.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4045587Z [05-13|18:28:23.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4046054Z [05-13|18:28:23.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4046492Z [05-13|18:28:23.387] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:53.4046962Z [05-13|18:28:23.387] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:53.4047100Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4047528Z [05-13|18:28:23.388] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:53.4047662Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4047797Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4048381Z [05-13|18:28:23.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4048599Z [05-13|18:28:23.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4048798Z [05-13|18:28:23.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4049066Z [05-13|18:28:23.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4049530Z [05-13|18:28:23.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4049865Z [05-13|18:28:23.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4050073Z [05-13|18:28:23.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.4050530Z [05-13|18:28:23.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4050745Z [05-13|18:28:23.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4051177Z [05-13|18:28:23.391] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:53.4051314Z [05-13|18:28:23.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4051631Z [05-13|18:28:23.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4052097Z [05-13|18:28:23.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4052434Z [05-13|18:28:23.393] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4052647Z [05-13|18:28:23.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4053116Z [05-13|18:28:23.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4053383Z [05-13|18:28:23.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.4053521Z [05-13|18:28:23.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4053860Z [05-13|18:28:23.394] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4054325Z [05-13|18:28:23.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4054464Z [05-13|18:28:23.395] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4054672Z [05-13|18:28:23.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4054804Z [05-13|18:28:23.395] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4055017Z [05-13|18:28:23.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4055206Z [05-13|18:28:23.395] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4055412Z [05-13|18:28:23.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4055625Z [05-13|18:28:23.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4055961Z [05-13|18:28:23.396] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4056291Z [05-13|18:28:23.395] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4056506Z [05-13|18:28:23.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4056835Z [05-13|18:28:23.396] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4057010Z [05-13|18:28:23.396] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4057349Z [05-13|18:28:23.397] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4057484Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4057813Z [05-13|18:28:23.397] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4058000Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4058719Z [05-13|18:28:23.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4058861Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4059002Z [05-13|18:28:23.397] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4059163Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4059293Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4059631Z [05-13|18:28:23.398] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4059845Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4059979Z [05-13|18:28:23.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4060192Z [05-13|18:28:23.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4060402Z [05-13|18:28:23.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.4060733Z [05-13|18:28:23.399] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4060868Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4061007Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4061138Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4061273Z [05-13|18:28:23.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4061409Z [05-13|18:28:23.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4061741Z [05-13|18:28:23.400] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "df2ea26e4719a0e2e50f..."} -2026-05-13T18:30:53.4062007Z [05-13|18:28:23.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4062272Z [05-13|18:28:23.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4062535Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4063004Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4063330Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4063794Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4064057Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4064272Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4064731Z [05-13|18:28:23.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4064867Z [05-13|18:28:23.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4065187Z [05-13|18:28:23.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4065324Z [05-13|18:28:23.401] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4065583Z [05-13|18:28:23.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4065849Z [05-13|18:28:23.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4066361Z [05-13|18:28:23.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4066820Z [05-13|18:28:23.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4067278Z [05-13|18:28:23.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4067738Z [05-13|18:28:23.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4068266Z [05-13|18:28:23.403] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4068492Z [05-13|18:28:23.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4068955Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4069166Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4069378Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4069586Z [05-13|18:28:23.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4069723Z [05-13|18:28:23.404] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4069937Z [05-13|18:28:23.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4070278Z [05-13|18:28:23.405] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4070544Z [05-13|18:28:23.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4070885Z [05-13|18:28:23.405] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4071215Z [05-13|18:28:23.405] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4071542Z [05-13|18:28:23.406] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4071757Z [05-13|18:28:23.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4072145Z [05-13|18:28:23.406] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4072283Z [05-13|18:28:23.406] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4072750Z [05-13|18:28:23.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4073018Z [05-13|18:28:23.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.4073159Z [05-13|18:28:23.406] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4073375Z [05-13|18:28:23.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4073510Z [05-13|18:28:23.407] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4073894Z [05-13|18:28:23.407] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4074233Z [05-13|18:28:23.407] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4074695Z [05-13|18:28:23.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4074882Z [05-13|18:28:23.407] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4075094Z [05-13|18:28:23.408] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4075225Z [05-13|18:28:23.408] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4075361Z [05-13|18:28:23.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4075701Z [05-13|18:28:23.409] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4075967Z [05-13|18:28:23.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4076098Z [05-13|18:28:23.410] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4076400Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4076667Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4076797Z [05-13|18:28:23.410] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4077054Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4077267Z [05-13|18:28:23.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.4077525Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4077991Z [05-13|18:28:23.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4078378Z [05-13|18:28:23.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4078643Z [05-13|18:28:23.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 8} -2026-05-13T18:30:53.4079110Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4079549Z [05-13|18:28:23.411] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.4079682Z [05-13|18:28:23.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4080018Z [05-13|18:28:23.411] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "bf12c611de06dc9be4a9..."} -2026-05-13T18:30:53.4080518Z [05-13|18:28:23.411] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.4080982Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4081119Z [05-13|18:28:23.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4081256Z [05-13|18:28:23.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4081718Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4082228Z [05-13|18:28:23.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4082696Z [05-13|18:28:23.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4082830Z [05-13|18:28:23.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4082962Z [05-13|18:28:23.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4083526Z [05-13|18:28:23.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4083735Z [05-13|18:28:23.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4083942Z [05-13|18:28:23.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4084210Z [05-13|18:28:23.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4084420Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4084684Z [05-13|18:28:23.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.4084950Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4085162Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4085622Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4085963Z [05-13|18:28:23.414] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4086295Z [05-13|18:28:23.414] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4086757Z [05-13|18:28:23.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4086974Z [05-13|18:28:23.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4087183Z [05-13|18:28:23.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4087645Z [05-13|18:28:23.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4087986Z [05-13|18:28:23.415] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4088317Z [05-13|18:28:23.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4088656Z [05-13|18:28:23.415] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4088863Z [05-13|18:28:23.415] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4088997Z [05-13|18:28:23.416] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4089208Z [05-13|18:28:23.416] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4089346Z [05-13|18:28:23.416] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4089680Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4090009Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4090147Z [05-13|18:28:23.417] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4090524Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4090856Z [05-13|18:28:23.417] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4091191Z [05-13|18:28:23.418] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4091326Z [05-13|18:28:23.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4091511Z [05-13|18:28:23.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4091648Z [05-13|18:28:23.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4091779Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4091908Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4092177Z [05-13|18:28:23.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4092308Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4092571Z [05-13|18:28:23.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4092789Z [05-13|18:28:23.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.4093104Z [05-13|18:28:23.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4093587Z [05-13|18:28:23.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4093725Z [05-13|18:28:23.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4093986Z [05-13|18:28:23.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 8} -2026-05-13T18:30:53.4094317Z [05-13|18:28:23.420] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "f80bf5a745f663bf7c0b..."} -2026-05-13T18:30:53.4094460Z [05-13|18:28:23.420] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4094674Z [05-13|18:28:23.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4095140Z [05-13|18:28:23.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4095408Z [05-13|18:28:23.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4095544Z [05-13|18:28:23.420] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4095802Z [05-13|18:28:23.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4096272Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4096482Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4096939Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4097454Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4097665Z [05-13|18:28:23.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4098245Z [05-13|18:28:23.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4098469Z [05-13|18:28:23.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4098676Z [05-13|18:28:23.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4098873Z [05-13|18:28:23.422] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4099145Z [05-13|18:28:23.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4099281Z [05-13|18:28:23.423] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4099740Z [05-13|18:28:23.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4100060Z [05-13|18:28:23.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4100322Z [05-13|18:28:23.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4100662Z [05-13|18:28:23.424] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4100875Z [05-13|18:28:23.424] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4101141Z [05-13|18:28:23.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.4101656Z [05-13|18:28:23.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4102000Z [05-13|18:28:23.425] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4102334Z [05-13|18:28:23.425] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4102798Z [05-13|18:28:23.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4102942Z [05-13|18:28:23.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4103410Z [05-13|18:28:23.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4103544Z [05-13|18:28:23.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4103884Z [05-13|18:28:23.425] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4104093Z [05-13|18:28:23.426] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4104424Z [05-13|18:28:23.426] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4104640Z [05-13|18:28:23.426] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4104970Z [05-13|18:28:23.426] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4105105Z [05-13|18:28:23.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4105494Z [05-13|18:28:23.427] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4105632Z [05-13|18:28:23.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4105963Z [05-13|18:28:23.426] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4106293Z [05-13|18:28:23.427] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4106433Z [05-13|18:28:23.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4106640Z [05-13|18:28:23.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4106774Z [05-13|18:28:23.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4106908Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4107081Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4107216Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4107350Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4107557Z [05-13|18:28:23.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.4107857Z [05-13|18:28:23.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4107993Z [05-13|18:28:23.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4108371Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4108633Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4108896Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4109156Z [05-13|18:28:23.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4109689Z [05-13|18:28:23.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4110161Z [05-13|18:28:23.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4110625Z [05-13|18:28:23.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4110961Z [05-13|18:28:23.430] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "24a5dbaec59c1f2ea64c..."} -2026-05-13T18:30:53.4111430Z [05-13|18:28:23.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4111695Z [05-13|18:28:23.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4112834Z [05-13|18:28:23.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4113152Z [05-13|18:28:23.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4113623Z [05-13|18:28:23.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4113858Z [05-13|18:28:23.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4114080Z [05-13|18:28:23.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4114226Z [05-13|18:28:23.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4114702Z [05-13|18:28:23.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4114951Z [05-13|18:28:23.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4115164Z [05-13|18:28:23.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4115635Z [05-13|18:28:23.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4115849Z [05-13|18:28:23.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4116188Z [05-13|18:28:23.432] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4116577Z [05-13|18:28:23.432] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4116916Z [05-13|18:28:23.432] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4117126Z [05-13|18:28:23.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4117262Z [05-13|18:28:23.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4117588Z [05-13|18:28:23.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4118207Z [05-13|18:28:23.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4118453Z [05-13|18:28:23.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4118690Z [05-13|18:28:23.434] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4119040Z [05-13|18:28:23.434] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4119256Z [05-13|18:28:23.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4119401Z [05-13|18:28:23.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4119807Z [05-13|18:28:23.435] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4120024Z [05-13|18:28:23.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4120299Z [05-13|18:28:23.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.4120637Z [05-13|18:28:23.435] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4121116Z [05-13|18:28:23.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4121455Z [05-13|18:28:23.436] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4121589Z [05-13|18:28:23.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4121727Z [05-13|18:28:23.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4121943Z [05-13|18:28:23.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4122077Z [05-13|18:28:23.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4122208Z [05-13|18:28:23.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4122536Z [05-13|18:28:23.437] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4122672Z [05-13|18:28:23.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4123001Z [05-13|18:28:23.438] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4123532Z [05-13|18:28:23.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4123675Z [05-13|18:28:23.438] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4123942Z [05-13|18:28:23.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4124201Z [05-13|18:28:23.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4124338Z [05-13|18:28:23.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4124596Z [05-13|18:28:23.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4124728Z [05-13|18:28:23.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4125042Z [05-13|18:28:23.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4125517Z [05-13|18:28:23.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4125982Z [05-13|18:28:23.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4126305Z [05-13|18:28:23.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4126764Z [05-13|18:28:23.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4126903Z [05-13|18:28:23.441] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4127168Z [05-13|18:28:23.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4127379Z [05-13|18:28:23.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.4127639Z [05-13|18:28:23.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4128390Z [05-13|18:28:23.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4128623Z [05-13|18:28:23.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4129089Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4129361Z [05-13|18:28:23.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4129827Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4130042Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4130310Z [05-13|18:28:23.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 8} -2026-05-13T18:30:53.4130520Z [05-13|18:28:23.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4130978Z [05-13|18:28:23.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4131323Z [05-13|18:28:23.444] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "e5e0da533f95ecf1af45..."} -2026-05-13T18:30:53.4131788Z [05-13|18:28:23.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4131986Z [05-13|18:28:23.444] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4132450Z [05-13|18:28:23.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4132662Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4132996Z [05-13|18:28:23.445] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4133207Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4133347Z [05-13|18:28:23.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4133732Z [05-13|18:28:23.445] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4133871Z [05-13|18:28:23.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4134078Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4134285Z [05-13|18:28:23.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4134425Z [05-13|18:28:23.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4134609Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4134740Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4135071Z [05-13|18:28:23.446] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4135203Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4135529Z [05-13|18:28:23.446] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4135742Z [05-13|18:28:23.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4136079Z [05-13|18:28:23.446] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4136257Z [05-13|18:28:23.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4136600Z [05-13|18:28:23.447] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4136734Z [05-13|18:28:23.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4136865Z [05-13|18:28:23.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4137195Z [05-13|18:28:23.448] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4137329Z [05-13|18:28:23.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4137654Z [05-13|18:28:23.448] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4137875Z [05-13|18:28:23.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4138007Z [05-13|18:28:23.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4138399Z [05-13|18:28:23.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.4138538Z [05-13|18:28:23.449] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4138674Z [05-13|18:28:23.449] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4138999Z [05-13|18:28:23.449] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4139133Z [05-13|18:28:23.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4139612Z [05-13|18:28:23.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4139816Z [05-13|18:28:23.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4140083Z [05-13|18:28:23.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4140352Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4140613Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4140869Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4141131Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4141649Z [05-13|18:28:23.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4142109Z [05-13|18:28:23.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4142381Z [05-13|18:28:23.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4142838Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4143360Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4143630Z [05-13|18:28:23.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4143842Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.4144298Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4144810Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4145271Z [05-13|18:28:23.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4145485Z [05-13|18:28:23.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4145691Z [05-13|18:28:23.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4145826Z [05-13|18:28:23.453] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4146032Z [05-13|18:28:23.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4146245Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4146450Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4146714Z [05-13|18:28:23.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4147178Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4147384Z [05-13|18:28:23.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4151156Z [05-13|18:28:23.454] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4151366Z [05-13|18:28:23.455] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4151617Z [05-13|18:28:23.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4152006Z [05-13|18:28:23.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4152369Z [05-13|18:28:23.455] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4152703Z [05-13|18:28:23.455] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4153028Z [05-13|18:28:23.455] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4153361Z [05-13|18:28:23.456] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "1207d4fe01c67738ceba..."} -2026-05-13T18:30:53.4153945Z [05-13|18:28:23.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4154098Z [05-13|18:28:23.456] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4154239Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4154372Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4154699Z [05-13|18:28:23.457] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4154981Z [05-13|18:28:23.457] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4155316Z [05-13|18:28:23.457] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4155453Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4155592Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4155728Z [05-13|18:28:23.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4155860Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4156203Z [05-13|18:28:23.458] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4156400Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4156735Z [05-13|18:28:23.458] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4156958Z [05-13|18:28:23.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4157280Z [05-13|18:28:23.458] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4157418Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4157554Z [05-13|18:28:23.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4157831Z [05-13|18:28:23.459] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.4158726Z [05-13|18:28:23.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4158922Z [05-13|18:28:23.459] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4159097Z [05-13|18:28:23.460] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4159310Z [05-13|18:28:23.462] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.4159584Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4159866Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4160127Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4160391Z [05-13|18:28:23.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4160817Z [05-13|18:28:23.463] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "3a64b56111d07808b215..."} -2026-05-13T18:30:53.4161084Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4161557Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4161824Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4162080Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4162220Z [05-13|18:28:23.463] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4162740Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4163004Z [05-13|18:28:23.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4163467Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4163978Z [05-13|18:28:23.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4164429Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4164887Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4165150Z [05-13|18:28:23.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4165419Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4165882Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4166335Z [05-13|18:28:23.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4166784Z [05-13|18:28:23.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4167002Z [05-13|18:28:23.465] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4167142Z [05-13|18:28:23.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4167479Z [05-13|18:28:23.466] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4167692Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4167899Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4168241Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4168454Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4168657Z [05-13|18:28:23.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4168792Z [05-13|18:28:23.466] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4168997Z [05-13|18:28:23.467] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4169208Z [05-13|18:28:23.467] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4169537Z [05-13|18:28:23.467] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4169671Z [05-13|18:28:23.467] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4169942Z [05-13|18:28:23.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.4170075Z [05-13|18:28:23.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4170400Z [05-13|18:28:23.468] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4170920Z [05-13|18:28:23.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4171251Z [05-13|18:28:23.469] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4171576Z [05-13|18:28:23.469] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4171906Z [05-13|18:28:23.469] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4172166Z [05-13|18:28:23.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4172298Z [05-13|18:28:23.469] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4172436Z [05-13|18:28:23.469] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4172757Z [05-13|18:28:23.470] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4173082Z [05-13|18:28:23.470] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4173225Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4173355Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4173736Z [05-13|18:28:23.470] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4173880Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4174010Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4174141Z [05-13|18:28:23.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4174278Z [05-13|18:28:23.471] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4174408Z [05-13|18:28:23.471] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4174538Z [05-13|18:28:23.471] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4174863Z [05-13|18:28:23.471] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "f8067b3f06ecd9be21d5..."} -2026-05-13T18:30:53.4175004Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4175136Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4175345Z [05-13|18:28:23.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.4175484Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4175613Z [05-13|18:28:23.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4175876Z [05-13|18:28:23.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4176141Z [05-13|18:28:23.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4176400Z [05-13|18:28:23.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4176865Z [05-13|18:28:23.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4177176Z [05-13|18:28:23.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4177635Z [05-13|18:28:23.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4178214Z [05-13|18:28:23.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4178487Z [05-13|18:28:23.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4178986Z [05-13|18:28:23.474] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} -2026-05-13T18:30:53.4179416Z [05-13|18:28:23.474] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} -2026-05-13T18:30:53.4179688Z [05-13|18:28:23.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4180004Z [05-13|18:28:23.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4180209Z [05-13|18:28:23.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4180676Z [05-13|18:28:23.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4180935Z [05-13|18:28:23.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4181360Z [05-13|18:28:23.475] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} -2026-05-13T18:30:53.4181503Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4182012Z [05-13|18:28:23.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4182151Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4182362Z [05-13|18:28:23.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4182494Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4182916Z [05-13|18:28:23.475] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} -2026-05-13T18:30:53.4183129Z [05-13|18:28:23.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4183263Z [05-13|18:28:23.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4183475Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4183942Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4184404Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4184859Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4185125Z [05-13|18:28:23.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.4185581Z [05-13|18:28:23.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4185970Z [05-13|18:28:23.477] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4186109Z [05-13|18:28:23.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4186437Z [05-13|18:28:23.477] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4186758Z [05-13|18:28:23.478] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4187083Z [05-13|18:28:23.478] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4187215Z [05-13|18:28:23.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4187383Z [05-13|18:28:23.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4187712Z [05-13|18:28:23.479] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4187920Z [05-13|18:28:23.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4188365Z [05-13|18:28:23.479] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4188644Z [05-13|18:28:23.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4189114Z [05-13|18:28:23.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4189258Z [05-13|18:28:23.480] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4189480Z [05-13|18:28:23.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4189617Z [05-13|18:28:23.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4189752Z [05-13|18:28:23.480] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4189891Z [05-13|18:28:23.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4190278Z [05-13|18:28:23.481] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4190494Z [05-13|18:28:23.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4190631Z [05-13|18:28:23.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4190763Z [05-13|18:28:23.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4190967Z [05-13|18:28:23.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4191104Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4191237Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4191369Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4191498Z [05-13|18:28:23.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4191710Z [05-13|18:28:23.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.4192042Z [05-13|18:28:23.483] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4192184Z [05-13|18:28:23.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4192340Z [05-13|18:28:23.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4192689Z [05-13|18:28:23.483] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4192831Z [05-13|18:28:23.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4192972Z [05-13|18:28:23.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4193248Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4193574Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4193848Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4194107Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4194586Z [05-13|18:28:23.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4194857Z [05-13|18:28:23.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4195375Z [05-13|18:28:23.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4195640Z [05-13|18:28:23.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4195781Z [05-13|18:28:23.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4196244Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4196746Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4196970Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4197178Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4197382Z [05-13|18:28:23.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4197653Z [05-13|18:28:23.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4198269Z [05-13|18:28:23.487] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:53.4198420Z [05-13|18:28:23.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4198862Z [05-13|18:28:23.487] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:53.4199000Z [05-13|18:28:23.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4199470Z [05-13|18:28:23.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4199905Z [05-13|18:28:23.488] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:53.4200117Z [05-13|18:28:23.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4200250Z [05-13|18:28:23.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4200682Z [05-13|18:28:23.488] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:53.4201151Z [05-13|18:28:23.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4201284Z [05-13|18:28:23.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4201629Z [05-13|18:28:23.489] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "3a3f1b2648d086f49f07..."} -2026-05-13T18:30:53.4202094Z [05-13|18:28:23.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4202417Z [05-13|18:28:23.490] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.4202857Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:53.4202991Z [05-13|18:28:23.491] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4203415Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:53.4203556Z [05-13|18:28:23.491] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4203766Z [05-13|18:28:23.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4204152Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4204588Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:53.4204920Z [05-13|18:28:23.491] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4205181Z [05-13|18:28:23.492] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4205653Z [05-13|18:28:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4205982Z [05-13|18:28:23.492] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4206120Z [05-13|18:28:23.492] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4206259Z [05-13|18:28:23.492] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4206526Z [05-13|18:28:23.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4206660Z [05-13|18:28:23.492] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4206965Z [05-13|18:28:23.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4207431Z [05-13|18:28:23.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4207895Z [05-13|18:28:23.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4208240Z [05-13|18:28:23.493] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4208380Z [05-13|18:28:23.493] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4208644Z [05-13|18:28:23.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4208783Z [05-13|18:28:23.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4208991Z [05-13|18:28:23.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4209323Z [05-13|18:28:23.494] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4209595Z [05-13|18:28:23.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4210056Z [05-13|18:28:23.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4210393Z [05-13|18:28:23.495] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4210729Z [05-13|18:28:23.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4211192Z [05-13|18:28:23.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4211650Z [05-13|18:28:23.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4211865Z [05-13|18:28:23.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4212326Z [05-13|18:28:23.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4212586Z [05-13|18:28:23.497] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4212925Z [05-13|18:28:23.497] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4213256Z [05-13|18:28:23.497] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4213391Z [05-13|18:28:23.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4213909Z [05-13|18:28:23.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4214044Z [05-13|18:28:23.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4214176Z [05-13|18:28:23.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4214314Z [05-13|18:28:23.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4214520Z [05-13|18:28:23.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4214782Z [05-13|18:28:23.498] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4215000Z [05-13|18:28:23.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4215183Z [05-13|18:28:23.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4215643Z [05-13|18:28:23.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4215785Z [05-13|18:28:23.499] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4216043Z [05-13|18:28:23.499] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4216373Z [05-13|18:28:23.499] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4216836Z [05-13|18:28:23.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4216971Z [05-13|18:28:23.500] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4217304Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4217517Z [05-13|18:28:23.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4217849Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4218292Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4218626Z [05-13|18:28:23.501] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4218762Z [05-13|18:28:23.501] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4219076Z [05-13|18:28:23.502] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4219290Z [05-13|18:28:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4219426Z [05-13|18:28:23.504] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4219630Z [05-13|18:28:23.504] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4219892Z [05-13|18:28:23.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4220104Z [05-13|18:28:23.505] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.4220565Z [05-13|18:28:23.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4220950Z [05-13|18:28:23.505] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4221286Z [05-13|18:28:23.506] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "1adb211791b586eccbc2..."} -2026-05-13T18:30:53.4221550Z [05-13|18:28:23.506] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4221736Z [05-13|18:28:23.506] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4221874Z [05-13|18:28:23.506] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4222202Z [05-13|18:28:23.506] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4222666Z [05-13|18:28:23.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4222881Z [05-13|18:28:23.506] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4223015Z [05-13|18:28:23.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4223341Z [05-13|18:28:23.507] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4223534Z [05-13|18:28:23.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4223670Z [05-13|18:28:23.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4223803Z [05-13|18:28:23.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4223942Z [05-13|18:28:23.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4224204Z [05-13|18:28:23.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.4224666Z [05-13|18:28:23.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4225006Z [05-13|18:28:23.508] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4225141Z [05-13|18:28:23.509] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4225273Z [05-13|18:28:23.509] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4225413Z [05-13|18:28:23.509] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4225546Z [05-13|18:28:23.510] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4225753Z [05-13|18:28:23.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4225890Z [05-13|18:28:23.510] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4226218Z [05-13|18:28:23.510] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4226351Z [05-13|18:28:23.510] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4226489Z [05-13|18:28:23.511] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4226739Z [05-13|18:28:23.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.4227066Z [05-13|18:28:23.511] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4227201Z [05-13|18:28:23.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4227535Z [05-13|18:28:23.512] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "8b08ec24eef6ba1a3a96..."} -2026-05-13T18:30:53.4227668Z [05-13|18:28:23.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4227799Z [05-13|18:28:23.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4227938Z [05-13|18:28:23.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4228186Z [05-13|18:28:23.514] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4228384Z [05-13|18:28:23.514] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4228656Z [05-13|18:28:23.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4228920Z [05-13|18:28:23.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4229182Z [05-13|18:28:23.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4229498Z [05-13|18:28:23.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4229631Z [05-13|18:28:23.515] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4230095Z [05-13|18:28:23.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4230365Z [05-13|18:28:23.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4230825Z [05-13|18:28:23.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4231336Z [05-13|18:28:23.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4231478Z [05-13|18:28:23.515] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4231612Z [05-13|18:28:23.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4231871Z [05-13|18:28:23.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4232134Z [05-13|18:28:23.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4232391Z [05-13|18:28:23.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4232853Z [05-13|18:28:23.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4233320Z [05-13|18:28:23.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4233774Z [05-13|18:28:23.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4234228Z [05-13|18:28:23.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4234495Z [05-13|18:28:23.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 8} -2026-05-13T18:30:53.4234951Z [05-13|18:28:23.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4235220Z [05-13|18:28:23.519] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4235560Z [05-13|18:28:23.520] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4235769Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4236096Z [05-13|18:28:23.520] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4236238Z [05-13|18:28:23.520] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4236451Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4236656Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4236960Z [05-13|18:28:23.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.4237289Z [05-13|18:28:23.521] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4237748Z [05-13|18:28:23.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4238231Z [05-13|18:28:23.521] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4238691Z [05-13|18:28:23.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4239017Z [05-13|18:28:23.521] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4239156Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4239363Z [05-13|18:28:23.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4239499Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4239637Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4239827Z [05-13|18:28:23.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4240037Z [05-13|18:28:23.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4240178Z [05-13|18:28:23.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4240317Z [05-13|18:28:23.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4240642Z [05-13|18:28:23.523] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4240780Z [05-13|18:28:23.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4241104Z [05-13|18:28:23.523] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4241313Z [05-13|18:28:23.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4241453Z [05-13|18:28:23.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4241776Z [05-13|18:28:23.524] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4241910Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4242117Z [05-13|18:28:23.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4242254Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4242386Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4242515Z [05-13|18:28:23.525] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4242651Z [05-13|18:28:23.526] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4243031Z [05-13|18:28:23.526] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4243163Z [05-13|18:28:23.526] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4243300Z [05-13|18:28:23.526] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4243634Z [05-13|18:28:23.526] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "28379c97e177b0c411e9..."} -2026-05-13T18:30:53.4243840Z [05-13|18:28:23.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.4244106Z [05-13|18:28:23.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4244364Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4244672Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4244815Z [05-13|18:28:23.527] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4245280Z [05-13|18:28:23.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4245540Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4245857Z [05-13|18:28:23.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4245990Z [05-13|18:28:23.527] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4246450Z [05-13|18:28:23.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4246720Z [05-13|18:28:23.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4246852Z [05-13|18:28:23.528] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4246988Z [05-13|18:28:23.528] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4247290Z [05-13|18:28:23.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4247501Z [05-13|18:28:23.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4247963Z [05-13|18:28:23.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4248293Z [05-13|18:28:23.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4248556Z [05-13|18:28:23.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 8} -2026-05-13T18:30:53.4249016Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4249478Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4249742Z [05-13|18:28:23.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4250202Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4250469Z [05-13|18:28:23.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.4250925Z [05-13|18:28:23.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4251386Z [05-13|18:28:23.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4251915Z [05-13|18:28:23.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4252371Z [05-13|18:28:23.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4252703Z [05-13|18:28:23.531] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4252921Z [05-13|18:28:23.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4253053Z [05-13|18:28:23.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4253311Z [05-13|18:28:23.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4253458Z [05-13|18:28:23.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4253595Z [05-13|18:28:23.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4253802Z [05-13|18:28:23.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4254137Z [05-13|18:28:23.533] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4254399Z [05-13|18:28:23.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4254724Z [05-13|18:28:23.533] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4254864Z [05-13|18:28:23.533] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4254996Z [05-13|18:28:23.533] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4255201Z [05-13|18:28:23.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4255342Z [05-13|18:28:23.533] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4255721Z [05-13|18:28:23.534] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4255931Z [05-13|18:28:23.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4256142Z [05-13|18:28:23.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4256280Z [05-13|18:28:23.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4256606Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4256929Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4257072Z [05-13|18:28:23.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4257204Z [05-13|18:28:23.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4257334Z [05-13|18:28:23.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4257665Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4257991Z [05-13|18:28:23.535] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4258246Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4258384Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4258513Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4258642Z [05-13|18:28:23.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4259026Z [05-13|18:28:23.536] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4259304Z [05-13|18:28:23.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.4259437Z [05-13|18:28:23.537] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4259578Z [05-13|18:28:23.537] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4259708Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4259841Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4259971Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4260106Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4260234Z [05-13|18:28:23.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4260559Z [05-13|18:28:23.538] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "2547bde33037aba05ee0..."} -2026-05-13T18:30:53.4260885Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4261149Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4261413Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4261672Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4262193Z [05-13|18:28:23.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4262451Z [05-13|18:28:23.539] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4262713Z [05-13|18:28:23.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4263182Z [05-13|18:28:23.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4263693Z [05-13|18:28:23.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4264167Z [05-13|18:28:23.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4264432Z [05-13|18:28:23.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4264887Z [05-13|18:28:23.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4265350Z [05-13|18:28:23.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4265611Z [05-13|18:28:23.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4265824Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4266278Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4266487Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4266694Z [05-13|18:28:23.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4266898Z [05-13|18:28:23.543] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4267356Z [05-13|18:28:23.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4267732Z [05-13|18:28:23.543] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4268181Z [05-13|18:28:23.543] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4268511Z [05-13|18:28:23.543] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4268722Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4268981Z [05-13|18:28:23.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.4269305Z [05-13|18:28:23.544] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4269694Z [05-13|18:28:23.544] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4269905Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4270110Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4270247Z [05-13|18:28:23.544] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4270503Z [05-13|18:28:23.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4270962Z [05-13|18:28:23.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4271096Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4271436Z [05-13|18:28:23.545] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4271571Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4271896Z [05-13|18:28:23.545] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4272087Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4272223Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4272555Z [05-13|18:28:23.545] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4272696Z [05-13|18:28:23.545] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4272959Z [05-13|18:28:23.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 8} -2026-05-13T18:30:53.4273165Z [05-13|18:28:23.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4273304Z [05-13|18:28:23.547] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4273768Z [05-13|18:28:23.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4273904Z [05-13|18:28:23.547] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4274040Z [05-13|18:28:23.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4274371Z [05-13|18:28:23.548] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4274633Z [05-13|18:28:23.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4274899Z [05-13|18:28:23.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4275033Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4275164Z [05-13|18:28:23.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4275428Z [05-13|18:28:23.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4275624Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4275884Z [05-13|18:28:23.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4276357Z [05-13|18:28:23.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4276618Z [05-13|18:28:23.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4276827Z [05-13|18:28:23.549] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.4277334Z [05-13|18:28:23.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4277794Z [05-13|18:28:23.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4277929Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4278320Z [05-13|18:28:23.550] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4278855Z [05-13|18:28:23.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4279064Z [05-13|18:28:23.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4279328Z [05-13|18:28:23.551] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4279460Z [05-13|18:28:23.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4279674Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4279814Z [05-13|18:28:23.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4280019Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4280570Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4280844Z [05-13|18:28:23.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4281303Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4281764Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4282226Z [05-13|18:28:23.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4282557Z [05-13|18:28:23.553] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4282693Z [05-13|18:28:23.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4283022Z [05-13|18:28:23.553] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4283282Z [05-13|18:28:23.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4283610Z [05-13|18:28:23.554] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "d7d22d5d8d47ab0a4097..."} -2026-05-13T18:30:53.4283825Z [05-13|18:28:23.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4284014Z [05-13|18:28:23.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4284333Z [05-13|18:28:23.554] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4284663Z [05-13|18:28:23.554] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4284872Z [05-13|18:28:23.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4285334Z [05-13|18:28:23.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4285665Z [05-13|18:28:23.555] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4286042Z [05-13|18:28:23.555] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4286254Z [05-13|18:28:23.553] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4286390Z [05-13|18:28:23.555] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4286525Z [05-13|18:28:23.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4286768Z [05-13|18:28:23.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4286972Z [05-13|18:28:23.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4287108Z [05-13|18:28:23.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4287429Z [05-13|18:28:23.556] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4287636Z [05-13|18:28:23.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4287773Z [05-13|18:28:23.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4288214Z [05-13|18:28:23.557] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4288349Z [05-13|18:28:23.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4288737Z [05-13|18:28:23.557] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4288873Z [05-13|18:28:23.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4289003Z [05-13|18:28:23.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4289267Z [05-13|18:28:23.558] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.4289731Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4289993Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4290256Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4290514Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4290768Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4291028Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4291491Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4291951Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4292164Z [05-13|18:28:23.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.4292356Z [05-13|18:28:23.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4292617Z [05-13|18:28:23.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4292879Z [05-13|18:28:23.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4293088Z [05-13|18:28:23.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4293345Z [05-13|18:28:23.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4293816Z [05-13|18:28:23.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4294002Z [05-13|18:28:23.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4294462Z [05-13|18:28:23.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4294677Z [05-13|18:28:23.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4294808Z [05-13|18:28:23.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4295185Z [05-13|18:28:23.561] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "0d29015917634e9e28a2..."} -2026-05-13T18:30:53.4295396Z [05-13|18:28:23.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4295653Z [05-13|18:28:23.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.4296110Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4296573Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4297065Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4297525Z [05-13|18:28:23.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4297661Z [05-13|18:28:23.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4297867Z [05-13|18:28:23.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4298445Z [05-13|18:28:23.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4298890Z [05-13|18:28:23.563] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} -2026-05-13T18:30:53.4299025Z [05-13|18:28:23.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4299451Z [05-13|18:28:23.563] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} -2026-05-13T18:30:53.4299789Z [05-13|18:28:23.563] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4300218Z [05-13|18:28:23.564] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} -2026-05-13T18:30:53.4300350Z [05-13|18:28:23.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4300564Z [05-13|18:28:23.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4300766Z [05-13|18:28:23.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4300897Z [05-13|18:28:23.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4301238Z [05-13|18:28:23.564] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4301708Z [05-13|18:28:23.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4301918Z [05-13|18:28:23.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4302248Z [05-13|18:28:23.565] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4302382Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4302568Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4302901Z [05-13|18:28:23.565] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4303033Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4303241Z [05-13|18:28:23.565] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4303434Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4303765Z [05-13|18:28:23.565] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4303899Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4304036Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4304167Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4304297Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4304427Z [05-13|18:28:23.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4304641Z [05-13|18:28:23.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4304827Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4304960Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4305098Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4305228Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4305550Z [05-13|18:28:23.566] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4305687Z [05-13|18:28:23.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4305817Z [05-13|18:28:23.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4306048Z [05-13|18:28:23.567] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4306190Z [05-13|18:28:23.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4306515Z [05-13|18:28:23.567] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4306837Z [05-13|18:28:23.567] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4306979Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4307109Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4307240Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4307370Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4307504Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4307712Z [05-13|18:28:23.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.4307843Z [05-13|18:28:23.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4308335Z [05-13|18:28:23.568] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4308606Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4308868Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4309129Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4309384Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4309855Z [05-13|18:28:23.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4310183Z [05-13|18:28:23.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4310623Z [05-13|18:28:23.569] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} -2026-05-13T18:30:53.4311085Z [05-13|18:28:23.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4311601Z [05-13|18:28:23.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4312054Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4312320Z [05-13|18:28:23.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4312778Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4313160Z [05-13|18:28:23.570] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "2304f0357ab8b985a0ee..."} -2026-05-13T18:30:53.4313304Z [05-13|18:28:23.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4313514Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4313724Z [05-13|18:28:23.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4313866Z [05-13|18:28:23.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4314132Z [05-13|18:28:23.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4314339Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4314799Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4315012Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4315467Z [05-13|18:28:23.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4315921Z [05-13|18:28:23.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4316255Z [05-13|18:28:23.573] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4316462Z [05-13|18:28:23.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4316725Z [05-13|18:28:23.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4317054Z [05-13|18:28:23.573] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4317316Z [05-13|18:28:23.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4317643Z [05-13|18:28:23.574] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4317858Z [05-13|18:28:23.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4318494Z [05-13|18:28:23.574] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4318924Z [05-13|18:28:23.574] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4319400Z [05-13|18:28:23.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4319728Z [05-13|18:28:23.575] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4319928Z [05-13|18:28:23.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4320060Z [05-13|18:28:23.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4320190Z [05-13|18:28:23.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4320402Z [05-13|18:28:23.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4320617Z [05-13|18:28:23.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4320941Z [05-13|18:28:23.576] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4321081Z [05-13|18:28:23.576] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4321216Z [05-13|18:28:23.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4321591Z [05-13|18:28:23.577] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4321728Z [05-13|18:28:23.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4321995Z [05-13|18:28:23.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.4322124Z [05-13|18:28:23.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4322447Z [05-13|18:28:23.578] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4322914Z [05-13|18:28:23.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4323179Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4323440Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4323709Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4323966Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4324226Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4324488Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4324952Z [05-13|18:28:23.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4325473Z [05-13|18:28:23.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4325740Z [05-13|18:28:23.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4325872Z [05-13|18:28:23.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4326337Z [05-13|18:28:23.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4326477Z [05-13|18:28:23.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4326940Z [05-13|18:28:23.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4327438Z [05-13|18:28:23.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4327580Z [05-13|18:28:23.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4327710Z [05-13|18:28:23.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4328297Z [05-13|18:28:23.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4328581Z [05-13|18:28:23.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4328712Z [05-13|18:28:23.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4329169Z [05-13|18:28:23.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4329384Z [05-13|18:28:23.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4329517Z [05-13|18:28:23.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4329646Z [05-13|18:28:23.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4329834Z [05-13|18:28:23.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4330045Z [05-13|18:28:23.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4330384Z [05-13|18:28:23.583] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4330722Z [05-13|18:28:23.583] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4331053Z [05-13|18:28:23.583] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4331261Z [05-13|18:28:23.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4331589Z [05-13|18:28:23.584] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "00949f67a2447355d7b1..."} -2026-05-13T18:30:53.4331800Z [05-13|18:28:23.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.4332129Z [05-13|18:28:23.584] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4332463Z [05-13|18:28:23.585] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4332669Z [05-13|18:28:23.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4332874Z [05-13|18:28:23.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4333206Z [05-13|18:28:23.585] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4333470Z [05-13|18:28:23.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4333741Z [05-13|18:28:23.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4334011Z [05-13|18:28:23.586] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.4334472Z [05-13|18:28:23.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4334932Z [05-13|18:28:23.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4335069Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4335201Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4335384Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4335826Z [05-13|18:28:23.587] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 31, "epoch round": 31} -2026-05-13T18:30:53.4335961Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4336092Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4336262Z [05-13|18:28:23.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4336601Z [05-13|18:28:23.587] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4336735Z [05-13|18:28:23.588] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4336867Z [05-13|18:28:23.588] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4337079Z [05-13|18:28:23.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4337214Z [05-13|18:28:23.588] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4337673Z [05-13|18:28:23.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4337929Z [05-13|18:28:23.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4338316Z [05-13|18:28:23.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4338577Z [05-13|18:28:23.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4338839Z [05-13|18:28:23.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4339095Z [05-13|18:28:23.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4339230Z [05-13|18:28:23.589] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4339490Z [05-13|18:28:23.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4339749Z [05-13|18:28:23.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4340086Z [05-13|18:28:23.590] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4340556Z [05-13|18:28:23.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4341022Z [05-13|18:28:23.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4341157Z [05-13|18:28:23.590] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4341622Z [05-13|18:28:23.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4342154Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4342363Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4342825Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4342958Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4343086Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4343299Z [05-13|18:28:23.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4343485Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4343619Z [05-13|18:28:23.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4343836Z [05-13|18:28:23.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4344042Z [05-13|18:28:23.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4344181Z [05-13|18:28:23.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4344486Z [05-13|18:28:23.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4344823Z [05-13|18:28:23.592] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4345284Z [05-13|18:28:23.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4345422Z [05-13|18:28:23.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4345553Z [05-13|18:28:23.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4345816Z [05-13|18:28:23.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4346132Z [05-13|18:28:23.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4346267Z [05-13|18:28:23.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4346728Z [05-13|18:28:23.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4347189Z [05-13|18:28:23.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4347520Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4347953Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 32, "epoch round": 32} -2026-05-13T18:30:53.4348282Z [05-13|18:28:23.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.4348421Z [05-13|18:28:23.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4348553Z [05-13|18:28:23.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4348880Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4349017Z [05-13|18:28:23.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4349341Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4349665Z [05-13|18:28:23.595] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4349945Z [05-13|18:28:23.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4350151Z [05-13|18:28:23.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4350474Z [05-13|18:28:23.596] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4350613Z [05-13|18:28:23.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4350744Z [05-13|18:28:23.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4350875Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4351341Z [05-13|18:28:23.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4351525Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4351658Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4351795Z [05-13|18:28:23.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4351923Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4352131Z [05-13|18:28:23.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4352320Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4352450Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4352785Z [05-13|18:28:23.598] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "2e203dbca1eedfafd3c0..."} -2026-05-13T18:30:53.4352919Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4353241Z [05-13|18:28:23.598] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4353374Z [05-13|18:28:23.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4353705Z [05-13|18:28:23.599] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4353837Z [05-13|18:28:23.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4354028Z [05-13|18:28:23.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4354353Z [05-13|18:28:23.600] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4354565Z [05-13|18:28:23.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4354827Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4355086Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4355350Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4355610Z [05-13|18:28:23.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4355939Z [05-13|18:28:23.600] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4356203Z [05-13|18:28:23.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4356339Z [05-13|18:28:23.601] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4356469Z [05-13|18:28:23.601] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4356733Z [05-13|18:28:23.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4356989Z [05-13|18:28:23.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4357459Z [05-13|18:28:23.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4357976Z [05-13|18:28:23.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4358557Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4359047Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4359513Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4359713Z [05-13|18:28:23.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4360179Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4360645Z [05-13|18:28:23.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4360912Z [05-13|18:28:23.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4361127Z [05-13|18:28:23.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4361391Z [05-13|18:28:23.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 7} -2026-05-13T18:30:53.4361595Z [05-13|18:28:23.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4361932Z [05-13|18:28:23.603] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4362266Z [05-13|18:28:23.604] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4362645Z [05-13|18:28:23.604] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4362862Z [05-13|18:28:23.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4363067Z [05-13|18:28:23.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4363530Z [05-13|18:28:23.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4363662Z [05-13|18:28:23.605] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4363930Z [05-13|18:28:23.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 8} -2026-05-13T18:30:53.4364063Z [05-13|18:28:23.605] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4364390Z [05-13|18:28:23.605] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4364656Z [05-13|18:28:23.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.4364986Z [05-13|18:28:23.606] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4365119Z [05-13|18:28:23.606] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4365256Z [05-13|18:28:23.606] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4365718Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4366184Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4366578Z [05-13|18:28:23.606] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4366792Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4367000Z [05-13|18:28:23.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.4367134Z [05-13|18:28:23.606] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4367338Z [05-13|18:28:23.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4367468Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4367602Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4367769Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4367900Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4368154Z [05-13|18:28:23.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4368287Z [05-13|18:28:23.608] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4368616Z [05-13|18:28:23.608] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4368818Z [05-13|18:28:23.608] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4368949Z [05-13|18:28:23.608] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4369272Z [05-13|18:28:23.608] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "b620c133836f3b0711cb..."} -2026-05-13T18:30:53.4369409Z [05-13|18:28:23.609] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4369733Z [05-13|18:28:23.609] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4369868Z [05-13|18:28:23.610] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4370073Z [05-13|18:28:23.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4370563Z [05-13|18:28:23.610] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} -2026-05-13T18:30:53.4370700Z [05-13|18:28:23.610] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4371027Z [05-13|18:28:23.610] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4371498Z [05-13|18:28:23.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4371708Z [05-13|18:28:23.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4371841Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4371977Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4372106Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4372235Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4372370Z [05-13|18:28:23.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4372501Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4372629Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4372763Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4372894Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4373023Z [05-13|18:28:23.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4373156Z [05-13|18:28:23.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4373484Z [05-13|18:28:23.614] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "baf06a99ca972329961f..."} -2026-05-13T18:30:53.4373807Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4374072Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4374332Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4374589Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4374848Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4375107Z [05-13|18:28:23.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4375630Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4375893Z [05-13|18:28:23.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4376362Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4376860Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4377129Z [05-13|18:28:23.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4377587Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4378160Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4378689Z [05-13|18:28:23.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4378904Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.4379110Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4379373Z [05-13|18:28:23.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4379578Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4379782Z [05-13|18:28:23.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4380245Z [05-13|18:28:23.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4380705Z [05-13|18:28:23.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4381165Z [05-13|18:28:23.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4381504Z [05-13|18:28:23.619] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4381711Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4381845Z [05-13|18:28:23.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4382113Z [05-13|18:28:23.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.4382502Z [05-13|18:28:23.619] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4382637Z [05-13|18:28:23.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4382850Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4383057Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4383261Z [05-13|18:28:23.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4383727Z [05-13|18:28:23.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4384110Z [05-13|18:28:23.620] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4384446Z [05-13|18:28:23.620] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4384585Z [05-13|18:28:23.620] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4384915Z [05-13|18:28:23.620] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4385101Z [05-13|18:28:23.620] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4385236Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4385366Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4385494Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4385623Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4385837Z [05-13|18:28:23.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4385967Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4386103Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4386237Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4386406Z [05-13|18:28:23.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4386737Z [05-13|18:28:23.621] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4386952Z [05-13|18:28:23.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4387087Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4387217Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4387352Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4387483Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4387690Z [05-13|18:28:23.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.4387825Z [05-13|18:28:23.622] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4387960Z [05-13|18:28:23.623] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4388407Z [05-13|18:28:23.623] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4388546Z [05-13|18:28:23.623] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4388875Z [05-13|18:28:23.624] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4389142Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4389402Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4389667Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4389993Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4390459Z [05-13|18:28:23.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4390598Z [05-13|18:28:23.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4390860Z [05-13|18:28:23.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4391190Z [05-13|18:28:23.624] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4391707Z [05-13|18:28:23.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4391841Z [05-13|18:28:23.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4391975Z [05-13|18:28:23.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4392241Z [05-13|18:28:23.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4392572Z [05-13|18:28:23.626] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "91bb996ad3a3a02bf342..."} -2026-05-13T18:30:53.4393085Z [05-13|18:28:23.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4393299Z [05-13|18:28:23.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4393435Z [05-13|18:28:23.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4393864Z [05-13|18:28:23.626] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} -2026-05-13T18:30:53.4394329Z [05-13|18:28:23.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4394836Z [05-13|18:28:23.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4395269Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} -2026-05-13T18:30:53.4395696Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} -2026-05-13T18:30:53.4396119Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} -2026-05-13T18:30:53.4396549Z [05-13|18:28:23.627] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 35, "epoch round": 35} -2026-05-13T18:30:53.4396757Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4396966Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4397229Z [05-13|18:28:23.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4397441Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4397573Z [05-13|18:28:23.628] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4398146Z [05-13|18:28:23.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4398292Z [05-13|18:28:23.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4398614Z [05-13|18:28:23.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4398824Z [05-13|18:28:23.629] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4398961Z [05-13|18:28:23.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4399420Z [05-13|18:28:23.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4399876Z [05-13|18:28:23.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4400392Z [05-13|18:28:23.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4400530Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4400865Z [05-13|18:28:23.630] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4401081Z [05-13|18:28:23.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4401463Z [05-13|18:28:23.630] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4401596Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4401730Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4401859Z [05-13|18:28:23.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4401987Z [05-13|18:28:23.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4402256Z [05-13|18:28:23.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.4402466Z [05-13|18:28:23.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4402985Z [05-13|18:28:23.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4403201Z [05-13|18:28:23.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4403335Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4403662Z [05-13|18:28:23.632] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4403994Z [05-13|18:28:23.632] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4404126Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4404257Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4404589Z [05-13|18:28:23.632] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4404721Z [05-13|18:28:23.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4405047Z [05-13|18:28:23.633] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4405185Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4405313Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4405442Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4405575Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4405703Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4405833Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4406157Z [05-13|18:28:23.633] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4406340Z [05-13|18:28:23.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4406549Z [05-13|18:28:23.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4406680Z [05-13|18:28:23.634] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4407012Z [05-13|18:28:23.634] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4407336Z [05-13|18:28:23.635] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4407468Z [05-13|18:28:23.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4407604Z [05-13|18:28:23.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4407808Z [05-13|18:28:23.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4407940Z [05-13|18:28:23.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4408325Z [05-13|18:28:23.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.4408596Z [05-13|18:28:23.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.4408915Z [05-13|18:28:23.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.4409388Z [05-13|18:28:23.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4409522Z [05-13|18:28:23.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4409987Z [05-13|18:28:23.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4410252Z [05-13|18:28:23.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.4410586Z [05-13|18:28:23.637] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "7f7ed63fb05079e207ac..."} -2026-05-13T18:30:53.4410900Z [05-13|18:28:23.638] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.4411369Z [05-13|18:28:23.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4411803Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4411934Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4412364Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4412497Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4412919Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4413386Z [05-13|18:28:23.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4413815Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4413951Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4414418Z [05-13|18:28:23.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4414906Z [05-13|18:28:23.638] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4415039Z [05-13|18:28:23.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4415467Z [05-13|18:28:23.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4415601Z [05-13|18:28:23.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4416022Z [05-13|18:28:23.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4416158Z [05-13|18:28:23.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4416670Z [05-13|18:28:23.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4416885Z [05-13|18:28:23.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4417314Z [05-13|18:28:23.639] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4417446Z [05-13|18:28:23.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4417695Z [05-13|18:28:23.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.4417961Z [05-13|18:28:23.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.4418500Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4418636Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4419066Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4419275Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4419798Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4419940Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4420399Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4420828Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4421042Z [05-13|18:28:23.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4421177Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4421306Z [05-13|18:28:23.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4421735Z [05-13|18:28:23.640] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4421942Z [05-13|18:28:23.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4422074Z [05-13|18:28:23.642] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4422500Z [05-13|18:28:23.642] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 36, "epoch round": 36} -2026-05-13T18:30:53.4422630Z [05-13|18:28:23.642] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4422838Z [05-13|18:28:23.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4423174Z [05-13|18:28:23.642] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4423369Z [05-13|18:28:23.643] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4423838Z [05-13|18:28:23.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4424055Z [05-13|18:28:23.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4424384Z [05-13|18:28:23.644] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4424711Z [05-13|18:28:23.644] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4425090Z [05-13|18:28:23.643] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4425228Z [05-13|18:28:23.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4425434Z [05-13|18:28:23.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4425569Z [05-13|18:28:23.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4425894Z [05-13|18:28:23.644] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4426080Z [05-13|18:28:23.645] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4426216Z [05-13|18:28:23.645] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4426484Z [05-13|18:28:23.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.4426955Z [05-13|18:28:23.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4427087Z [05-13|18:28:23.646] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4427427Z [05-13|18:28:23.645] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4427672Z [05-13|18:28:23.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4428001Z [05-13|18:28:23.647] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4428256Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4428389Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4428519Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4428652Z [05-13|18:28:23.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4428982Z [05-13|18:28:23.648] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4429246Z [05-13|18:28:23.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4429512Z [05-13|18:28:23.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4429645Z [05-13|18:28:23.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4430113Z [05-13|18:28:23.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4430379Z [05-13|18:28:23.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4430707Z [05-13|18:28:23.649] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4430838Z [05-13|18:28:23.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4431308Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4431836Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4431970Z [05-13|18:28:23.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4432186Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4432446Z [05-13|18:28:23.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4432653Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4432789Z [05-13|18:28:23.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4433051Z [05-13|18:28:23.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4433519Z [05-13|18:28:23.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4433789Z [05-13|18:28:23.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4434110Z [05-13|18:28:23.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4434244Z [05-13|18:28:23.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4434578Z [05-13|18:28:23.650] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "989f221e4b12bcdb173b..."} -2026-05-13T18:30:53.4434709Z [05-13|18:28:23.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4435172Z [05-13|18:28:23.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4435310Z [05-13|18:28:23.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4435517Z [05-13|18:28:23.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4435702Z [05-13|18:28:23.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4435968Z [05-13|18:28:23.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4436429Z [05-13|18:28:23.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4436885Z [05-13|18:28:23.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4437098Z [05-13|18:28:23.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.4437433Z [05-13|18:28:23.653] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4437766Z [05-13|18:28:23.653] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4437978Z [05-13|18:28:23.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4438227Z [05-13|18:28:23.652] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4438558Z [05-13|18:28:23.653] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4438770Z [05-13|18:28:23.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4439031Z [05-13|18:28:23.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4439358Z [05-13|18:28:23.654] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4439563Z [05-13|18:28:23.654] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4439772Z [05-13|18:28:23.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4440036Z [05-13|18:28:23.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4440502Z [05-13|18:28:23.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4440713Z [05-13|18:28:23.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4440846Z [05-13|18:28:23.655] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4441365Z [05-13|18:28:23.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4441703Z [05-13|18:28:23.655] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4441909Z [05-13|18:28:23.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4442045Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4442233Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4442363Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4442492Z [05-13|18:28:23.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4442625Z [05-13|18:28:23.657] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4442953Z [05-13|18:28:23.657] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4443216Z [05-13|18:28:23.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.4443551Z [05-13|18:28:23.657] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4443928Z [05-13|18:28:23.657] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4444138Z [05-13|18:28:23.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4444278Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4444748Z [05-13|18:28:23.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4444886Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4445021Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4445350Z [05-13|18:28:23.659] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4445613Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4445750Z [05-13|18:28:23.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4446008Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4446269Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4446531Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4446661Z [05-13|18:28:23.659] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4447130Z [05-13|18:28:23.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4447396Z [05-13|18:28:23.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4447700Z [05-13|18:28:23.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4448399Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4448626Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4449091Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4449551Z [05-13|18:28:23.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4450081Z [05-13|18:28:23.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4450295Z [05-13|18:28:23.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4450755Z [05-13|18:28:23.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4451078Z [05-13|18:28:23.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 8} -2026-05-13T18:30:53.4451287Z [05-13|18:28:23.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4451745Z [05-13|18:28:23.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4452014Z [05-13|18:28:23.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4452344Z [05-13|18:28:23.663] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4452856Z [05-13|18:28:23.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4453199Z [05-13|18:28:23.663] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "eb8e6c39a60f4d7bd03f..."} -2026-05-13T18:30:53.4453521Z [05-13|18:28:23.663] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4453656Z [05-13|18:28:23.663] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4453868Z [05-13|18:28:23.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4454083Z [05-13|18:28:23.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4454286Z [05-13|18:28:23.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.4454494Z [05-13|18:28:23.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4454822Z [05-13|18:28:23.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4455086Z [05-13|18:28:23.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.4455415Z [05-13|18:28:23.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4455550Z [05-13|18:28:23.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4456014Z [05-13|18:28:23.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4456404Z [05-13|18:28:23.665] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4456537Z [05-13|18:28:23.665] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4456743Z [05-13|18:28:23.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4456883Z [05-13|18:28:23.665] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4457012Z [05-13|18:28:23.665] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4457216Z [05-13|18:28:23.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4457544Z [05-13|18:28:23.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4457677Z [05-13|18:28:23.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4457846Z [05-13|18:28:23.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4458181Z [05-13|18:28:23.667] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4458446Z [05-13|18:28:23.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 8} -2026-05-13T18:30:53.4458804Z [05-13|18:28:23.667] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4459196Z [05-13|18:28:23.667] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4459329Z [05-13|18:28:23.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4459652Z [05-13|18:28:23.667] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4460120Z [05-13|18:28:23.668] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4460254Z [05-13|18:28:23.668] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4460387Z [05-13|18:28:23.668] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4460570Z [05-13|18:28:23.669] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4460840Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4461100Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4461357Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4461618Z [05-13|18:28:23.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4462084Z [05-13|18:28:23.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4462226Z [05-13|18:28:23.670] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4462509Z [05-13|18:28:23.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4462971Z [05-13|18:28:23.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4463232Z [05-13|18:28:23.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4463493Z [05-13|18:28:23.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4463951Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4464417Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4464942Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4465152Z [05-13|18:28:23.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.4465358Z [05-13|18:28:23.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4465498Z [05-13|18:28:23.672] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4465702Z [05-13|18:28:23.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4466162Z [05-13|18:28:23.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4466482Z [05-13|18:28:23.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4466944Z [05-13|18:28:23.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4467278Z [05-13|18:28:23.673] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "9df482e0d443520fe34e..."} -2026-05-13T18:30:53.4467657Z [05-13|18:28:23.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4467788Z [05-13|18:28:23.674] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4467918Z [05-13|18:28:23.674] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4468246Z [05-13|18:28:23.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4468711Z [05-13|18:28:23.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4468975Z [05-13|18:28:23.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4469252Z [05-13|18:28:23.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4469587Z [05-13|18:28:23.675] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4469917Z [05-13|18:28:23.675] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4470058Z [05-13|18:28:23.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4470520Z [05-13|18:28:23.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4470851Z [05-13|18:28:23.676] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4471063Z [05-13|18:28:23.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4471200Z [05-13|18:28:23.676] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4471529Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4471865Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4472193Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4472327Z [05-13|18:28:23.677] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4472541Z [05-13|18:28:23.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4472674Z [05-13|18:28:23.677] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4472978Z [05-13|18:28:23.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4473113Z [05-13|18:28:23.677] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4473443Z [05-13|18:28:23.677] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4473576Z [05-13|18:28:23.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4473838Z [05-13|18:28:23.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.4474097Z [05-13|18:28:23.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4474356Z [05-13|18:28:23.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4474556Z [05-13|18:28:23.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4474768Z [05-13|18:28:23.678] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4474898Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4475033Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4475290Z [05-13|18:28:23.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4475553Z [05-13|18:28:23.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4475890Z [05-13|18:28:23.679] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4476149Z [05-13|18:28:23.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4476620Z [05-13|18:28:23.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4476759Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4476894Z [05-13|18:28:23.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4477194Z [05-13|18:28:23.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4477330Z [05-13|18:28:23.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4477590Z [05-13|18:28:23.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4477720Z [05-13|18:28:23.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4477972Z [05-13|18:28:23.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4478560Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4479020Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4479479Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4479942Z [05-13|18:28:23.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4480396Z [05-13|18:28:23.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4480663Z [05-13|18:28:23.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4481118Z [05-13|18:28:23.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4481394Z [05-13|18:28:23.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4481530Z [05-13|18:28:23.681] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4481984Z [05-13|18:28:23.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4482248Z [05-13|18:28:23.682] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 8} -2026-05-13T18:30:53.4482460Z [05-13|18:28:23.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4482791Z [05-13|18:28:23.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4483051Z [05-13|18:28:23.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4483265Z [05-13|18:28:23.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4483725Z [05-13|18:28:23.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4484234Z [05-13|18:28:23.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4484567Z [05-13|18:28:23.683] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4484701Z [05-13|18:28:23.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4484906Z [05-13|18:28:23.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4485043Z [05-13|18:28:23.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4485370Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4485627Z [05-13|18:28:23.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4485956Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4486168Z [05-13|18:28:23.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4486300Z [05-13|18:28:23.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4486623Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4486958Z [05-13|18:28:23.684] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "bcfc7f100018eda2cd0c..."} -2026-05-13T18:30:53.4487092Z [05-13|18:28:23.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4487299Z [05-13|18:28:23.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4487630Z [05-13|18:28:23.685] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4487840Z [05-13|18:28:23.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4487973Z [05-13|18:28:23.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4488418Z [05-13|18:28:23.686] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4488552Z [05-13|18:28:23.686] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4488878Z [05-13|18:28:23.686] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4489016Z [05-13|18:28:23.686] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4489291Z [05-13|18:28:23.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.4489424Z [05-13|18:28:23.686] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4489756Z [05-13|18:28:23.686] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4489893Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4490024Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4490159Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4490289Z [05-13|18:28:23.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4490553Z [05-13|18:28:23.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.4491075Z [05-13|18:28:23.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4491212Z [05-13|18:28:23.688] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4491543Z [05-13|18:28:23.689] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "7d524521ee0c654fb982..."} -2026-05-13T18:30:53.4491807Z [05-13|18:28:23.690] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.4491941Z [05-13|18:28:23.691] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4492203Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4492463Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4492724Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4492984Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4493240Z [05-13|18:28:23.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4493763Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4494232Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4494499Z [05-13|18:28:23.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4494957Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4495415Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4495687Z [05-13|18:28:23.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4496145Z [05-13|18:28:23.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4496409Z [05-13|18:28:23.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4496623Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4496757Z [05-13|18:28:23.691] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4496964Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.4497424Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4497674Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4498252Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4498713Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4498920Z [05-13|18:28:23.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4499126Z [05-13|18:28:23.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4499396Z [05-13|18:28:23.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4499730Z [05-13|18:28:23.694] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4499996Z [05-13|18:28:23.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.4500206Z [05-13|18:28:23.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4500470Z [05-13|18:28:23.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4500602Z [05-13|18:28:23.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4501063Z [05-13|18:28:23.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4501396Z [05-13|18:28:23.695] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4501720Z [05-13|18:28:23.695] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4501858Z [05-13|18:28:23.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4502039Z [05-13|18:28:23.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4502365Z [05-13|18:28:23.696] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4502576Z [05-13|18:28:23.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4502711Z [05-13|18:28:23.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4503034Z [05-13|18:28:23.697] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4503360Z [05-13|18:28:23.697] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4503497Z [05-13|18:28:23.697] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4503631Z [05-13|18:28:23.697] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4503955Z [05-13|18:28:23.698] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4504284Z [05-13|18:28:23.698] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4504493Z [05-13|18:28:23.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 42} -2026-05-13T18:30:53.4504623Z [05-13|18:28:23.699] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4504890Z [05-13|18:28:23.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4505216Z [05-13|18:28:23.699] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.4505479Z [05-13|18:28:23.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4505800Z [05-13|18:28:23.699] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4506268Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4506530Z [05-13|18:28:23.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4506793Z [05-13|18:28:23.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4507258Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4507753Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4508335Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4508471Z [05-13|18:28:23.699] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4508988Z [05-13|18:28:23.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4509253Z [05-13|18:28:23.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4509385Z [05-13|18:28:23.701] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4509595Z [05-13|18:28:23.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4509731Z [05-13|18:28:23.701] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4509941Z [05-13|18:28:23.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4510451Z [05-13|18:28:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4510721Z [05-13|18:28:23.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4510927Z [05-13|18:28:23.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4511131Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4511593Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4511802Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4512065Z [05-13|18:28:23.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4512329Z [05-13|18:28:23.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 7} -2026-05-13T18:30:53.4512788Z [05-13|18:28:23.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4513120Z [05-13|18:28:23.704] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4513335Z [05-13|18:28:23.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4513794Z [05-13|18:28:23.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4514004Z [05-13|18:28:23.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4514392Z [05-13|18:28:23.705] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4514717Z [05-13|18:28:23.705] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4515040Z [05-13|18:28:23.705] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4515253Z [05-13|18:28:23.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4515574Z [05-13|18:28:23.706] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4515945Z [05-13|18:28:23.707] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4516274Z [05-13|18:28:23.707] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4516482Z [05-13|18:28:23.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.4516741Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4517045Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4517304Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4517560Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4517823Z [05-13|18:28:23.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4518265Z [05-13|18:28:23.708] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4518736Z [05-13|18:28:23.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4519269Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4519738Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4520195Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4520335Z [05-13|18:28:23.709] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4520661Z [05-13|18:28:23.709] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.4520874Z [05-13|18:28:23.709] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4521011Z [05-13|18:28:23.710] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4521142Z [05-13|18:28:23.710] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4521351Z [05-13|18:28:23.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4521617Z [05-13|18:28:23.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4521875Z [05-13|18:28:23.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4522340Z [05-13|18:28:23.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4522806Z [05-13|18:28:23.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4523127Z [05-13|18:28:23.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4523385Z [05-13|18:28:23.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.4523599Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4523804Z [05-13|18:28:23.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4524264Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4524779Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4525115Z [05-13|18:28:23.712] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4525576Z [05-13|18:28:23.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4525966Z [05-13|18:28:23.712] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4526292Z [05-13|18:28:23.713] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4526497Z [05-13|18:28:23.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4526710Z [05-13|18:28:23.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4527035Z [05-13|18:28:23.714] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4527242Z [05-13|18:28:23.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4527417Z [05-13|18:28:23.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4527625Z [05-13|18:28:23.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4527829Z [05-13|18:28:23.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.4527964Z [05-13|18:28:23.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4528409Z [05-13|18:28:23.715] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4528674Z [05-13|18:28:23.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4529005Z [05-13|18:28:23.715] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4529267Z [05-13|18:28:23.715] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4529404Z [05-13|18:28:23.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4529876Z [05-13|18:28:23.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4530203Z [05-13|18:28:23.716] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4530528Z [05-13|18:28:23.716] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4530999Z [05-13|18:28:23.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4531330Z [05-13|18:28:23.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4531541Z [05-13|18:28:23.717] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4531679Z [05-13|18:28:23.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4531941Z [05-13|18:28:23.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4532073Z [05-13|18:28:23.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4532408Z [05-13|18:28:23.718] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.4532922Z [05-13|18:28:23.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4533132Z [05-13|18:28:23.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4533596Z [05-13|18:28:23.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4533859Z [05-13|18:28:23.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4534170Z [05-13|18:28:23.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4534434Z [05-13|18:28:23.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4534641Z [05-13|18:28:23.719] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4535103Z [05-13|18:28:23.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4535368Z [05-13|18:28:23.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4535920Z [05-13|18:28:23.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4536384Z [05-13|18:28:23.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4536648Z [05-13|18:28:23.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.4537108Z [05-13|18:28:23.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4537566Z [05-13|18:28:23.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4537903Z [05-13|18:28:23.720] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4538150Z [05-13|18:28:23.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4538360Z [05-13|18:28:23.721] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4538696Z [05-13|18:28:23.721] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4539022Z [05-13|18:28:23.721] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4539154Z [05-13|18:28:23.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4539484Z [05-13|18:28:23.722] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4539691Z [05-13|18:28:23.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4539962Z [05-13|18:28:23.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4540172Z [05-13|18:28:23.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4540500Z [05-13|18:28:23.724] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4540825Z [05-13|18:28:23.724] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4541036Z [05-13|18:28:23.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4541242Z [05-13|18:28:23.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.4541622Z [05-13|18:28:23.725] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4541958Z [05-13|18:28:23.725] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4542090Z [05-13|18:28:23.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4542223Z [05-13|18:28:23.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4542412Z [05-13|18:28:23.728] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4542541Z [05-13|18:28:23.728] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4542866Z [05-13|18:28:23.729] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.4543002Z [05-13|18:28:23.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4543263Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4543522Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4543788Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4544102Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4544567Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4544834Z [05-13|18:28:23.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4545094Z [05-13|18:28:23.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4545350Z [05-13|18:28:23.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4545813Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4546271Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4546727Z [05-13|18:28:23.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4547168Z [05-13|18:28:23.731] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 45, "epoch round": 45} -2026-05-13T18:30:53.4547627Z [05-13|18:28:23.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4547839Z [05-13|18:28:23.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4548467Z [05-13|18:28:23.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4548607Z [05-13|18:28:23.733] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4548817Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4549031Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4549236Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4549692Z [05-13|18:28:23.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4550022Z [05-13|18:28:23.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.4550358Z [05-13|18:28:23.735] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4550689Z [05-13|18:28:23.735] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4551155Z [05-13|18:28:23.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4551664Z [05-13|18:28:23.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4551993Z [05-13|18:28:23.736] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4552131Z [05-13|18:28:23.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4552265Z [05-13|18:28:23.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4552398Z [05-13|18:28:23.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4552782Z [05-13|18:28:23.737] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4553109Z [05-13|18:28:23.737] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4553244Z [05-13|18:28:23.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4553455Z [05-13|18:28:23.737] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4553587Z [05-13|18:28:23.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4553716Z [05-13|18:28:23.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4553850Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4553981Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4554112Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4554440Z [05-13|18:28:23.738] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4554777Z [05-13|18:28:23.737] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4554911Z [05-13|18:28:23.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4555116Z [05-13|18:28:23.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4555325Z [05-13|18:28:23.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4555455Z [05-13|18:28:23.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4555780Z [05-13|18:28:23.739] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4556172Z [05-13|18:28:23.739] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.4556305Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4556437Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4556646Z [05-13|18:28:23.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4556852Z [05-13|18:28:23.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.4556982Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4557118Z [05-13|18:28:23.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4557382Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4557677Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4557944Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4558319Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4558584Z [05-13|18:28:23.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4558939Z [05-13|18:28:23.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4559405Z [05-13|18:28:23.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4559666Z [05-13|18:28:23.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4560131Z [05-13|18:28:23.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4560394Z [05-13|18:28:23.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4560702Z [05-13|18:28:23.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.4561171Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4561631Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4562087Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4562300Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4562756Z [05-13|18:28:23.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4563212Z [05-13|18:28:23.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4563552Z [05-13|18:28:23.744] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4564008Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4564346Z [05-13|18:28:23.745] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4564560Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4564823Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4565028Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4565489Z [05-13|18:28:23.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4565625Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4565755Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4566090Z [05-13|18:28:23.746] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4566468Z [05-13|18:28:23.746] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4566799Z [05-13|18:28:23.746] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4566936Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4567067Z [05-13|18:28:23.746] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4567316Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4567452Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4567658Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4567790Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4568000Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4568320Z [05-13|18:28:23.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4568454Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4568590Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4568722Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4569110Z [05-13|18:28:23.747] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4569247Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4569385Z [05-13|18:28:23.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4569709Z [05-13|18:28:23.748] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4569841Z [05-13|18:28:23.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4570171Z [05-13|18:28:23.748] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4570380Z [05-13|18:28:23.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.4570510Z [05-13|18:28:23.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4570647Z [05-13|18:28:23.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4570971Z [05-13|18:28:23.749] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.4571104Z [05-13|18:28:23.749] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4571573Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4572033Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4572494Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4573015Z [05-13|18:28:24.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4573149Z [05-13|18:28:24.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4573281Z [05-13|18:28:24.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4573743Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4573873Z [05-13|18:28:24.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4574388Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4574853Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4577699Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4578531Z [05-13|18:28:24.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4578704Z [05-13|18:28:24.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4578928Z [05-13|18:28:24.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4579070Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4579214Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4579425Z [05-13|18:28:24.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4579559Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4579704Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4580250Z [05-13|18:28:24.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4580394Z [05-13|18:28:24.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4580613Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4580817Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4581021Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4581234Z [05-13|18:28:24.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4581370Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4581503Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4581642Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4581776Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4581908Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4582040Z [05-13|18:28:24.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4582176Z [05-13|18:28:24.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4582304Z [05-13|18:28:24.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4582434Z [05-13|18:28:24.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4582645Z [05-13|18:28:24.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4582849Z [05-13|18:28:24.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.4583185Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4583453Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4583710Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4583967Z [05-13|18:28:24.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4584443Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4584709Z [05-13|18:28:24.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4585225Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4585497Z [05-13|18:28:24.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4585756Z [05-13|18:28:24.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4586276Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4586736Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4587193Z [05-13|18:28:24.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4587650Z [05-13|18:28:24.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4588294Z [05-13|18:28:24.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4588520Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4588784Z [05-13|18:28:24.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.4588997Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4589199Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4589667Z [05-13|18:28:24.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4589902Z [05-13|18:28:24.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4590104Z [05-13|18:28:24.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4590449Z [05-13|18:28:24.183] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4590786Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4591111Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4591460Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4591798Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4592183Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4592393Z [05-13|18:28:24.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4592606Z [05-13|18:28:24.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4593045Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 48, "epoch round": 48} -2026-05-13T18:30:53.4593190Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4593330Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4593537Z [05-13|18:28:24.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4594019Z [05-13|18:28:24.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 48, "epoch round": 48} -2026-05-13T18:30:53.4594163Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4594296Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4594628Z [05-13|18:28:24.184] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4595112Z [05-13|18:28:24.185] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 48, "epoch round": 48} -2026-05-13T18:30:53.4595438Z [05-13|18:28:24.185] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4595572Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4595712Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4595843Z [05-13|18:28:24.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4596342Z [05-13|18:28:24.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4596668Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4596938Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4597198Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4597460Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4597718Z [05-13|18:28:24.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4598318Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4598795Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4599060Z [05-13|18:28:24.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4599525Z [05-13|18:28:24.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4599790Z [05-13|18:28:24.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4600002Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.4600211Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4600743Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4601212Z [05-13|18:28:24.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4601675Z [05-13|18:28:24.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4601889Z [05-13|18:28:24.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4602153Z [05-13|18:28:24.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4602410Z [05-13|18:28:24.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4602878Z [05-13|18:28:24.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4603088Z [05-13|18:28:24.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4603432Z [05-13|18:28:24.190] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.4603750Z [05-13|18:28:24.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4603889Z [05-13|18:28:24.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4604217Z [05-13|18:28:24.190] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4604549Z [05-13|18:28:24.191] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4605018Z [05-13|18:28:24.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4605398Z [05-13|18:28:24.191] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4605733Z [05-13|18:28:24.191] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4605868Z [05-13|18:28:24.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4606003Z [05-13|18:28:24.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4606331Z [05-13|18:28:24.192] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4606464Z [05-13|18:28:24.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4606596Z [05-13|18:28:24.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4606809Z [05-13|18:28:24.192] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4606944Z [05-13|18:28:24.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4607267Z [05-13|18:28:24.193] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4607483Z [05-13|18:28:24.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4607688Z [05-13|18:28:24.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4607819Z [05-13|18:28:24.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4607961Z [05-13|18:28:24.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4608402Z [05-13|18:28:24.194] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4608676Z [05-13|18:28:24.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.4609072Z [05-13|18:28:24.194] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4609541Z [05-13|18:28:24.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4609677Z [05-13|18:28:24.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4609944Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4610203Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4610462Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4610781Z [05-13|18:28:24.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4611046Z [05-13|18:28:24.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4611508Z [05-13|18:28:24.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4611818Z [05-13|18:28:24.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4612282Z [05-13|18:28:24.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4612492Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.4612701Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4612967Z [05-13|18:28:24.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4613173Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4613685Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4613957Z [05-13|18:28:24.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4614413Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4614874Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4615328Z [05-13|18:28:24.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4615785Z [05-13|18:28:24.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4616243Z [05-13|18:28:24.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4616576Z [05-13|18:28:24.199] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4616902Z [05-13|18:28:24.199] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4617041Z [05-13|18:28:24.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4617365Z [05-13|18:28:24.200] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4617544Z [05-13|18:28:24.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4617875Z [05-13|18:28:24.200] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.4618205Z [05-13|18:28:24.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4618422Z [05-13|18:28:24.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4618630Z [05-13|18:28:24.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4618955Z [05-13|18:28:24.201] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4619341Z [05-13|18:28:24.202] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4619675Z [05-13|18:28:24.202] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4619882Z [05-13|18:28:24.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4620089Z [05-13|18:28:24.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4620352Z [05-13|18:28:24.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4620485Z [05-13|18:28:24.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4620809Z [05-13|18:28:24.203] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4621138Z [05-13|18:28:24.203] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4621273Z [05-13|18:28:24.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4621534Z [05-13|18:28:24.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4621795Z [05-13|18:28:24.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4622111Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4622376Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4622844Z [05-13|18:28:24.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4623114Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4623254Z [05-13|18:28:24.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4623723Z [05-13|18:28:24.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4623996Z [05-13|18:28:24.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4624256Z [05-13|18:28:24.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4624717Z [05-13|18:28:24.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4624982Z [05-13|18:28:24.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.4625441Z [05-13|18:28:24.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4625902Z [05-13|18:28:24.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4626221Z [05-13|18:28:24.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.4626681Z [05-13|18:28:24.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4627142Z [05-13|18:28:24.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4627358Z [05-13|18:28:24.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4627566Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4628198Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4628419Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4628760Z [05-13|18:28:24.208] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4629470Z [05-13|18:28:24.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4629873Z [05-13|18:28:24.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.4630315Z [05-13|18:28:24.209] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4630539Z [05-13|18:28:24.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4630812Z [05-13|18:28:24.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4631260Z [05-13|18:28:24.209] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4631516Z [05-13|18:28:24.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4631859Z [05-13|18:28:24.209] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4632074Z [05-13|18:28:24.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4632286Z [05-13|18:28:24.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4632491Z [05-13|18:28:24.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4632823Z [05-13|18:28:24.210] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4633155Z [05-13|18:28:24.211] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4633483Z [05-13|18:28:24.211] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4633624Z [05-13|18:28:24.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4633961Z [05-13|18:28:24.212] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4634295Z [05-13|18:28:24.212] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.4634432Z [05-13|18:28:24.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4634566Z [05-13|18:28:24.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4634842Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4635167Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4635426Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4635693Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4635952Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4636210Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4636694Z [05-13|18:28:24.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4637201Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4637671Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4638319Z [05-13|18:28:24.214] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} -2026-05-13T18:30:53.4638589Z [05-13|18:28:24.214] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4639079Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4639353Z [05-13|18:28:24.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4639799Z [05-13|18:28:24.214] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} -2026-05-13T18:30:53.4640279Z [05-13|18:28:24.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4640474Z [05-13|18:28:24.214] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4640917Z [05-13|18:28:24.214] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} -2026-05-13T18:30:53.4641059Z [05-13|18:28:24.214] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4641328Z [05-13|18:28:24.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4641795Z [05-13|18:28:24.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4642262Z [05-13|18:28:24.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4642726Z [05-13|18:28:24.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4642942Z [05-13|18:28:24.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4643374Z [05-13|18:28:24.215] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 51, "epoch round": 51} -2026-05-13T18:30:53.4643507Z [05-13|18:28:24.216] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4643839Z [05-13|18:28:24.216] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4644170Z [05-13|18:28:24.216] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4644439Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4644571Z [05-13|18:28:24.217] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4644898Z [05-13|18:28:24.217] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4645221Z [05-13|18:28:24.217] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4645429Z [05-13|18:28:24.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4645639Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4645770Z [05-13|18:28:24.217] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4646155Z [05-13|18:28:24.217] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4646296Z [05-13|18:28:24.217] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4646758Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4647005Z [05-13|18:28:24.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4647214Z [05-13|18:28:24.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4647540Z [05-13|18:28:24.218] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4647673Z [05-13|18:28:24.218] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4647804Z [05-13|18:28:24.218] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4648021Z [05-13|18:28:24.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4648512Z [05-13|18:28:24.219] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4648787Z [05-13|18:28:24.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4649007Z [05-13|18:28:24.220] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 52} -2026-05-13T18:30:53.4649343Z [05-13|18:28:24.220] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.4649489Z [05-13|18:28:24.220] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4649825Z [05-13|18:28:24.220] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4650103Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4650239Z [05-13|18:28:24.221] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4650518Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4650651Z [05-13|18:28:24.221] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4650911Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4651401Z [05-13|18:28:24.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4651663Z [05-13|18:28:24.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4652135Z [05-13|18:28:24.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4652605Z [05-13|18:28:24.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4652930Z [05-13|18:28:24.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4653192Z [05-13|18:28:24.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4653666Z [05-13|18:28:24.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4654129Z [05-13|18:28:24.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4654342Z [05-13|18:28:24.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4654609Z [05-13|18:28:24.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4654876Z [05-13|18:28:24.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4655138Z [05-13|18:28:24.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4655352Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4655663Z [05-13|18:28:24.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 7} -2026-05-13T18:30:53.4655869Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4656338Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4656801Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4657012Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4657518Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4657981Z [05-13|18:28:24.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4658559Z [05-13|18:28:24.224] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4658711Z [05-13|18:28:24.225] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4659045Z [05-13|18:28:24.225] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4659179Z [05-13|18:28:24.225] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4659516Z [05-13|18:28:24.225] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4659729Z [05-13|18:28:24.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4660058Z [05-13|18:28:24.226] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4660272Z [05-13|18:28:24.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4660478Z [05-13|18:28:24.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4660805Z [05-13|18:28:24.227] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4661020Z [05-13|18:28:24.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.4661427Z [05-13|18:28:24.227] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4661757Z [05-13|18:28:24.228] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.4661901Z [05-13|18:28:24.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4662232Z [05-13|18:28:24.228] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4662366Z [05-13|18:28:24.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4662700Z [05-13|18:28:24.228] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4662833Z [05-13|18:28:24.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4663154Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4663427Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4663691Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4663949Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4664265Z [05-13|18:28:24.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4664735Z [05-13|18:28:24.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4665177Z [05-13|18:28:24.230] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.4665651Z [05-13|18:28:24.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4665790Z [05-13|18:28:24.230] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4666273Z [05-13|18:28:24.230] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.4666467Z [05-13|18:28:24.230] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4666927Z [05-13|18:28:24.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4667191Z [05-13|18:28:24.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4667666Z [05-13|18:28:24.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4667878Z [05-13|18:28:24.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4668211Z [05-13|18:28:24.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4668431Z [05-13|18:28:24.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4668894Z [05-13|18:28:24.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4669355Z [05-13|18:28:24.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4669637Z [05-13|18:28:24.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.4670108Z [05-13|18:28:24.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4670505Z [05-13|18:28:24.233] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4670777Z [05-13|18:28:24.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4671103Z [05-13|18:28:24.233] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4671427Z [05-13|18:28:24.233] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4671642Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4672206Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4672670Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4672886Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4673271Z [05-13|18:28:24.234] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4673413Z [05-13|18:28:24.234] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4673751Z [05-13|18:28:24.234] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4673967Z [05-13|18:28:24.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4674108Z [05-13|18:28:24.235] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4674326Z [05-13|18:28:24.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4674462Z [05-13|18:28:24.235] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4674602Z [05-13|18:28:24.235] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4674989Z [05-13|18:28:24.235] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4675318Z [05-13|18:28:24.235] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4675452Z [05-13|18:28:24.236] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4675590Z [05-13|18:28:24.236] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4675801Z [05-13|18:28:24.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.4676129Z [05-13|18:28:24.236] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4676345Z [05-13|18:28:24.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4676674Z [05-13|18:28:24.236] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.4676809Z [05-13|18:28:24.237] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4676953Z [05-13|18:28:24.237] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4677225Z [05-13|18:28:24.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.4677699Z [05-13|18:28:24.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4678148Z [05-13|18:28:24.239] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.4678287Z [05-13|18:28:24.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4678488Z [05-13|18:28:24.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4678700Z [05-13|18:28:24.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.4678969Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4679231Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4679496Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4679755Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4680273Z [05-13|18:28:24.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4680743Z [05-13|18:28:24.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4681007Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4681521Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4681986Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4682249Z [05-13|18:28:24.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4682511Z [05-13|18:28:24.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4682776Z [05-13|18:28:24.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4683035Z [05-13|18:28:24.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.4683546Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4684015Z [05-13|18:28:24.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4684480Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4684937Z [05-13|18:28:24.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4685400Z [05-13|18:28:24.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4685613Z [05-13|18:28:24.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4685820Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4686033Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4686239Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4686566Z [05-13|18:28:24.245] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4686900Z [05-13|18:28:24.246] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4687147Z [05-13|18:28:24.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4687472Z [05-13|18:28:24.246] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4687688Z [05-13|18:28:24.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4687824Z [05-13|18:28:24.246] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4687958Z [05-13|18:28:24.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4688213Z [05-13|18:28:24.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4688346Z [05-13|18:28:24.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4688553Z [05-13|18:28:24.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4688830Z [05-13|18:28:24.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4689041Z [05-13|18:28:24.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.4689364Z [05-13|18:28:24.247] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4689692Z [05-13|18:28:24.248] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4690070Z [05-13|18:28:24.248] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4690206Z [05-13|18:28:24.248] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4690532Z [05-13|18:28:24.248] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4690854Z [05-13|18:28:24.249] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4691177Z [05-13|18:28:24.249] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.4691315Z [05-13|18:28:24.249] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4691632Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4691902Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4692161Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4692417Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4692679Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4692938Z [05-13|18:28:24.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4693197Z [05-13|18:28:24.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4693667Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4694132Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4694595Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4695057Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4695514Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4696031Z [05-13|18:28:24.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4696494Z [05-13|18:28:24.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4696757Z [05-13|18:28:24.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4697214Z [05-13|18:28:24.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4697583Z [05-13|18:28:24.253] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4697851Z [05-13|18:28:24.253] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.4698297Z [05-13|18:28:24.254] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4698693Z [05-13|18:28:24.254] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4699014Z [05-13|18:28:24.254] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4699338Z [05-13|18:28:24.255] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4699473Z [05-13|18:28:24.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4699795Z [05-13|18:28:24.255] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4700260Z [05-13|18:28:24.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4700449Z [05-13|18:28:24.256] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4700589Z [05-13|18:28:24.256] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4700911Z [05-13|18:28:24.256] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4701047Z [05-13|18:28:24.256] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4701509Z [05-13|18:28:24.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4701971Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4702439Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4702649Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4702861Z [05-13|18:28:24.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4702993Z [05-13|18:28:24.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4703123Z [05-13|18:28:24.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4703581Z [05-13|18:28:24.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4703911Z [05-13|18:28:24.258] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4704433Z [05-13|18:28:24.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4704763Z [05-13|18:28:24.258] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.4704897Z [05-13|18:28:24.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4705032Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4705161Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4705626Z [05-13|18:28:24.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4705812Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4705948Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4706082Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4706211Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4706340Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4706511Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4706717Z [05-13|18:28:24.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4706848Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4706983Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4707112Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4707582Z [05-13|18:28:24.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4707733Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4707864Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4708143Z [05-13|18:28:24.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4708279Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4708421Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4708550Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4708680Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4708814Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4708944Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4709074Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4709210Z [05-13|18:28:24.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4709423Z [05-13|18:28:24.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4709629Z [05-13|18:28:24.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4709840Z [05-13|18:28:24.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4710044Z [05-13|18:28:24.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4710176Z [05-13|18:28:24.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4710639Z [05-13|18:28:24.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4711099Z [05-13|18:28:24.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4711299Z [05-13|18:28:24.263] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4711435Z [05-13|18:28:24.263] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4711702Z [05-13|18:28:24.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4711963Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4712226Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4712360Z [05-13|18:28:24.264] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4712616Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4713142Z [05-13|18:28:24.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4713614Z [05-13|18:28:24.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4714077Z [05-13|18:28:24.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4714397Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4714657Z [05-13|18:28:24.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4714911Z [05-13|18:28:24.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4715124Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4715332Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4715538Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4715742Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4716261Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4716399Z [05-13|18:28:24.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4716857Z [05-13|18:28:24.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4716999Z [05-13|18:28:24.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4717459Z [05-13|18:28:24.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4717927Z [05-13|18:28:24.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4718181Z [05-13|18:28:24.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4718523Z [05-13|18:28:24.267] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4718861Z [05-13|18:28:24.267] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4719068Z [05-13|18:28:24.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4719200Z [05-13|18:28:24.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4719332Z [05-13|18:28:24.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4719543Z [05-13|18:28:24.268] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4719741Z [05-13|18:28:24.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4719945Z [05-13|18:28:24.268] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.4720281Z [05-13|18:28:24.267] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4720610Z [05-13|18:28:24.269] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4720873Z [05-13|18:28:24.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.4721084Z [05-13|18:28:24.269] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4721466Z [05-13|18:28:24.269] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4721798Z [05-13|18:28:24.269] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4722272Z [05-13|18:28:24.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4722532Z [05-13|18:28:24.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4722665Z [05-13|18:28:24.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4722802Z [05-13|18:28:24.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4723006Z [05-13|18:28:24.270] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4723139Z [05-13|18:28:24.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4723405Z [05-13|18:28:24.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 8} -2026-05-13T18:30:53.4723735Z [05-13|18:28:24.271] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4724252Z [05-13|18:28:24.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4724521Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4724779Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4725036Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4725296Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4725553Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4726022Z [05-13|18:28:24.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4726486Z [05-13|18:28:24.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4726749Z [05-13|18:28:24.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4727210Z [05-13|18:28:24.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4727670Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4728246Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4728664Z [05-13|18:28:24.273] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4728811Z [05-13|18:28:24.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4729029Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.4729237Z [05-13|18:28:24.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4729510Z [05-13|18:28:24.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4729720Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4729979Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4730192Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4730691Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4730836Z [05-13|18:28:24.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4731362Z [05-13|18:28:24.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4731705Z [05-13|18:28:24.275] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4732067Z [05-13|18:28:24.275] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4732419Z [05-13|18:28:24.275] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4732635Z [05-13|18:28:24.275] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4732770Z [05-13|18:28:24.276] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4733158Z [05-13|18:28:24.276] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.4733488Z [05-13|18:28:24.276] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4733764Z [05-13|18:28:24.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.4733989Z [05-13|18:28:24.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4734329Z [05-13|18:28:24.277] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4734800Z [05-13|18:28:24.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4734953Z [05-13|18:28:24.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4735287Z [05-13|18:28:24.277] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4735502Z [05-13|18:28:24.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4735649Z [05-13|18:28:24.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4735782Z [05-13|18:28:24.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4735913Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4736356Z [05-13|18:28:24.278] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 59, "epoch round": 59} -2026-05-13T18:30:53.4736651Z [05-13|18:28:24.278] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4736787Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4736926Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4737256Z [05-13|18:28:24.278] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4737690Z [05-13|18:28:24.278] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 59, "epoch round": 59} -2026-05-13T18:30:53.4737828Z [05-13|18:28:24.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4738412Z [05-13|18:28:24.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4738612Z [05-13|18:28:24.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4738755Z [05-13|18:28:24.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4739087Z [05-13|18:28:24.279] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4739302Z [05-13|18:28:24.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.4739688Z [05-13|18:28:24.282] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.4739960Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4740222Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4740489Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4740749Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4741010Z [05-13|18:28:24.282] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4741539Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4741803Z [05-13|18:28:24.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4742266Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4742531Z [05-13|18:28:24.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4742992Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4743453Z [05-13|18:28:24.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4743913Z [05-13|18:28:24.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4744370Z [05-13|18:28:24.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4744632Z [05-13|18:28:24.284] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4744848Z [05-13|18:28:24.284] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4744984Z [05-13|18:28:24.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4745250Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4745713Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4745922Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4746129Z [05-13|18:28:24.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4746591Z [05-13|18:28:24.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4746799Z [05-13|18:28:24.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4747099Z [05-13|18:28:24.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.4747446Z [05-13|18:28:24.286] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4747582Z [05-13|18:28:24.287] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4747914Z [05-13|18:28:24.287] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4748532Z [05-13|18:28:24.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4748867Z [05-13|18:28:24.287] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4749001Z [05-13|18:28:24.287] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4749217Z [05-13|18:28:24.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4749353Z [05-13|18:28:24.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4749493Z [05-13|18:28:24.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4749707Z [05-13|18:28:24.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4749902Z [05-13|18:28:24.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4750239Z [05-13|18:28:24.288] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4750448Z [05-13|18:28:24.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4750587Z [05-13|18:28:24.289] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4750915Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4751243Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4751575Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4751710Z [05-13|18:28:24.289] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4752037Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4752253Z [05-13|18:28:24.289] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.4752580Z [05-13|18:28:24.289] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.4752720Z [05-13|18:28:24.290] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4752857Z [05-13|18:28:24.290] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4753123Z [05-13|18:28:24.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4753448Z [05-13|18:28:24.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4753714Z [05-13|18:28:24.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4753973Z [05-13|18:28:24.291] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4754110Z [05-13|18:28:24.291] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4754371Z [05-13|18:28:24.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4754506Z [05-13|18:28:24.291] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4754973Z [05-13|18:28:24.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4755493Z [05-13|18:28:24.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4755958Z [05-13|18:28:24.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4756415Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4756927Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4757192Z [05-13|18:28:24.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4757404Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4757669Z [05-13|18:28:24.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4757884Z [05-13|18:28:24.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4758549Z [05-13|18:28:24.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4759023Z [05-13|18:28:24.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4759234Z [05-13|18:28:24.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4759494Z [05-13|18:28:24.293] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4759760Z [05-13|18:28:24.294] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.4760101Z [05-13|18:28:24.294] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4760310Z [05-13|18:28:24.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4760652Z [05-13|18:28:24.295] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4760862Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4761191Z [05-13|18:28:24.295] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4761527Z [05-13|18:28:24.295] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4761989Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4762259Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4762736Z [05-13|18:28:24.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4762877Z [05-13|18:28:24.296] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4763011Z [05-13|18:28:24.296] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4763223Z [05-13|18:28:24.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4763559Z [05-13|18:28:24.296] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4763697Z [05-13|18:28:24.296] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4764088Z [05-13|18:28:24.296] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4764229Z [05-13|18:28:24.297] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4764441Z [05-13|18:28:24.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4764581Z [05-13|18:28:24.297] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4764766Z [05-13|18:28:24.297] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4765096Z [05-13|18:28:24.298] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4765235Z [05-13|18:28:24.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4765366Z [05-13|18:28:24.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4765497Z [05-13|18:28:24.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4765835Z [05-13|18:28:24.297] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4765970Z [05-13|18:28:24.299] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4766179Z [05-13|18:28:24.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 62} -2026-05-13T18:30:53.4766349Z [05-13|18:28:24.299] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4766625Z [05-13|18:28:24.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4767098Z [05-13|18:28:24.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4767308Z [05-13|18:28:24.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4767646Z [05-13|18:28:24.300] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.4767913Z [05-13|18:28:24.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4768292Z [05-13|18:28:24.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4768771Z [05-13|18:28:24.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4769212Z [05-13|18:28:24.301] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 62, "epoch round": 62} -2026-05-13T18:30:53.4769483Z [05-13|18:28:24.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4769911Z [05-13|18:28:24.301] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 62, "epoch round": 62} -2026-05-13T18:30:53.4770175Z [05-13|18:28:24.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4770380Z [05-13|18:28:24.302] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4770638Z [05-13|18:28:24.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4771106Z [05-13|18:28:24.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4771574Z [05-13|18:28:24.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4771836Z [05-13|18:28:24.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4771969Z [05-13|18:28:24.303] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4772229Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4772702Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4773165Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4773682Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4774142Z [05-13|18:28:24.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4774408Z [05-13|18:28:24.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 7} -2026-05-13T18:30:53.4774872Z [05-13|18:28:24.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4775263Z [05-13|18:28:24.305] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4775610Z [05-13|18:28:24.305] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4775827Z [05-13|18:28:24.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4776036Z [05-13|18:28:24.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4776175Z [05-13|18:28:24.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4776388Z [05-13|18:28:24.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4776522Z [05-13|18:28:24.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4776852Z [05-13|18:28:24.306] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4777068Z [05-13|18:28:24.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4777401Z [05-13|18:28:24.306] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4777610Z [05-13|18:28:24.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4777749Z [05-13|18:28:24.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4778188Z [05-13|18:28:24.307] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4778326Z [05-13|18:28:24.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4778655Z [05-13|18:28:24.308] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4779056Z [05-13|18:28:24.308] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4779191Z [05-13|18:28:24.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4779399Z [05-13|18:28:24.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4779613Z [05-13|18:28:24.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.4779942Z [05-13|18:28:24.309] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4780207Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4780473Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4780785Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4781048Z [05-13|18:28:24.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4781527Z [05-13|18:28:24.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4782043Z [05-13|18:28:24.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4782506Z [05-13|18:28:24.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4782843Z [05-13|18:28:24.310] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.4782980Z [05-13|18:28:24.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4783115Z [05-13|18:28:24.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4783328Z [05-13|18:28:24.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4783640Z [05-13|18:28:24.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4783855Z [05-13|18:28:24.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4784123Z [05-13|18:28:24.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4784384Z [05-13|18:28:24.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4784643Z [05-13|18:28:24.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.4785084Z [05-13|18:28:24.312] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} -2026-05-13T18:30:53.4785550Z [05-13|18:28:24.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4785687Z [05-13|18:28:24.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4786124Z [05-13|18:28:24.312] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} -2026-05-13T18:30:53.4786258Z [05-13|18:28:24.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4786720Z [05-13|18:28:24.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4787158Z [05-13|18:28:24.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 63, "epoch round": 63} -2026-05-13T18:30:53.4787664Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4787801Z [05-13|18:28:24.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4788384Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4788600Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4789065Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4789594Z [05-13|18:28:24.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4789811Z [05-13|18:28:24.314] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4790026Z [05-13|18:28:24.314] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4790366Z [05-13|18:28:24.315] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4790631Z [05-13|18:28:24.314] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4790965Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4791303Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4791637Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4791974Z [05-13|18:28:24.316] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4792183Z [05-13|18:28:24.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4792439Z [05-13|18:28:24.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4792770Z [05-13|18:28:24.317] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4793105Z [05-13|18:28:24.317] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4793241Z [05-13|18:28:24.317] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4793374Z [05-13|18:28:24.317] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4793589Z [05-13|18:28:24.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.4793856Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4794119Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4794386Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4794656Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4794916Z [05-13|18:28:24.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4795256Z [05-13|18:28:24.319] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4795724Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4796246Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4796710Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4796975Z [05-13|18:28:24.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4797310Z [05-13|18:28:24.320] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.4797523Z [05-13|18:28:24.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4798141Z [05-13|18:28:24.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4798627Z [05-13|18:28:24.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4798770Z [05-13|18:28:24.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4799236Z [05-13|18:28:24.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4799518Z [05-13|18:28:24.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4799787Z [05-13|18:28:24.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4799996Z [05-13|18:28:24.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4800206Z [05-13|18:28:24.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4800417Z [05-13|18:28:24.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4800971Z [05-13|18:28:24.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4801238Z [05-13|18:28:24.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4801503Z [05-13|18:28:24.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.4801842Z [05-13|18:28:24.323] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4802307Z [05-13|18:28:24.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4802649Z [05-13|18:28:24.323] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4802859Z [05-13|18:28:24.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4803192Z [05-13|18:28:24.323] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4803525Z [05-13|18:28:24.324] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4803989Z [05-13|18:28:24.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4804134Z [05-13|18:28:24.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4804342Z [05-13|18:28:24.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4804673Z [05-13|18:28:24.325] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4804877Z [05-13|18:28:24.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4805091Z [05-13|18:28:24.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4805422Z [05-13|18:28:24.326] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4805751Z [05-13|18:28:24.326] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4805891Z [05-13|18:28:24.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4806023Z [05-13|18:28:24.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4806230Z [05-13|18:28:24.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.4806615Z [05-13|18:28:24.327] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4806754Z [05-13|18:28:24.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4806885Z [05-13|18:28:24.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4807023Z [05-13|18:28:24.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4807290Z [05-13|18:28:24.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4807465Z [05-13|18:28:24.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4807734Z [05-13|18:28:24.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4807994Z [05-13|18:28:24.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4808246Z [05-13|18:28:24.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4808721Z [05-13|18:28:24.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4808983Z [05-13|18:28:24.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4809505Z [05-13|18:28:24.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4809972Z [05-13|18:28:24.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4810234Z [05-13|18:28:24.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4810494Z [05-13|18:28:24.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4810831Z [05-13|18:28:24.329] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.4811292Z [05-13|18:28:24.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4811749Z [05-13|18:28:24.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4811966Z [05-13|18:28:24.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4812424Z [05-13|18:28:24.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4812558Z [05-13|18:28:24.331] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4812825Z [05-13|18:28:24.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4813038Z [05-13|18:28:24.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4813358Z [05-13|18:28:24.332] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4813822Z [05-13|18:28:24.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4814033Z [05-13|18:28:24.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4814240Z [05-13|18:28:24.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4814506Z [05-13|18:28:24.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.4814714Z [05-13|18:28:24.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4815227Z [05-13|18:28:24.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4815445Z [05-13|18:28:24.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4815784Z [05-13|18:28:24.333] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4816166Z [05-13|18:28:24.334] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4816309Z [05-13|18:28:24.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4816517Z [05-13|18:28:24.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4816842Z [05-13|18:28:24.334] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4817309Z [05-13|18:28:24.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4817637Z [05-13|18:28:24.334] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4817809Z [05-13|18:28:24.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4817948Z [05-13|18:28:24.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4818275Z [05-13|18:28:24.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4818603Z [05-13|18:28:24.335] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4818743Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4819073Z [05-13|18:28:24.336] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4819206Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4819347Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4819675Z [05-13|18:28:24.336] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4819808Z [05-13|18:28:24.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4819948Z [05-13|18:28:24.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4820274Z [05-13|18:28:24.337] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4820407Z [05-13|18:28:24.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4820732Z [05-13|18:28:24.338] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.4820869Z [05-13|18:28:24.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4821130Z [05-13|18:28:24.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4821405Z [05-13|18:28:24.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.4821673Z [05-13|18:28:24.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4821933Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4822190Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4822661Z [05-13|18:28:24.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4823179Z [05-13|18:28:24.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4823443Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4823706Z [05-13|18:28:24.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4824169Z [05-13|18:28:24.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4824682Z [05-13|18:28:24.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4825146Z [05-13|18:28:24.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4825413Z [05-13|18:28:24.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4825876Z [05-13|18:28:24.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4826190Z [05-13|18:28:24.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4826652Z [05-13|18:28:24.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4827111Z [05-13|18:28:24.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4827550Z [05-13|18:28:24.342] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 66, "epoch round": 66} -2026-05-13T18:30:53.4827686Z [05-13|18:28:24.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4828027Z [05-13|18:28:24.343] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4828423Z [05-13|18:28:24.343] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.4828762Z [05-13|18:28:24.343] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4828908Z [05-13|18:28:24.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4829379Z [05-13|18:28:24.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4829713Z [05-13|18:28:24.344] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4829859Z [05-13|18:28:24.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4830392Z [05-13|18:28:24.345] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4830607Z [05-13|18:28:24.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4830941Z [05-13|18:28:24.346] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4831270Z [05-13|18:28:24.346] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4831735Z [05-13|18:28:24.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4832120Z [05-13|18:28:24.346] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4832260Z [05-13|18:28:24.346] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4832723Z [05-13|18:28:24.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4832940Z [05-13|18:28:24.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4833204Z [05-13|18:28:24.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4833533Z [05-13|18:28:24.347] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4833674Z [05-13|18:28:24.347] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4833999Z [05-13|18:28:24.347] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4834466Z [05-13|18:28:24.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4834613Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4834799Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4834934Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4835072Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4835201Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4835334Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4835465Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4835600Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4835730Z [05-13|18:28:24.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4836197Z [05-13|18:28:24.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4836338Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4836470Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4836601Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4837070Z [05-13|18:28:24.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4837202Z [05-13|18:28:24.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4837332Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4837468Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4837929Z [05-13|18:28:24.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4838300Z [05-13|18:28:24.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4838443Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4838572Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4838705Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4838918Z [05-13|18:28:24.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4839050Z [05-13|18:28:24.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4839179Z [05-13|18:28:24.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4839312Z [05-13|18:28:24.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4839586Z [05-13|18:28:24.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4839720Z [05-13|18:28:24.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4839853Z [05-13|18:28:24.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4839986Z [05-13|18:28:24.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4840194Z [05-13|18:28:24.352] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4840380Z [05-13|18:28:24.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4840846Z [05-13|18:28:24.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4841178Z [05-13|18:28:24.352] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.4841309Z [05-13|18:28:24.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4841446Z [05-13|18:28:24.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4841654Z [05-13|18:28:24.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4841920Z [05-13|18:28:24.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4842240Z [05-13|18:28:24.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4842503Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4842966Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4843231Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4843492Z [05-13|18:28:24.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4843750Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4844015Z [05-13|18:28:24.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4844490Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4844965Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4845433Z [05-13|18:28:24.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4845896Z [05-13|18:28:24.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4846412Z [05-13|18:28:24.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4846877Z [05-13|18:28:24.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4847089Z [05-13|18:28:24.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4847296Z [05-13|18:28:24.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4847760Z [05-13|18:28:24.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4848006Z [05-13|18:28:24.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4848329Z [05-13|18:28:24.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4848671Z [05-13|18:28:24.357] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4848810Z [05-13|18:28:24.357] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4849006Z [05-13|18:28:24.357] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4849143Z [05-13|18:28:24.357] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4849348Z [05-13|18:28:24.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4849681Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4850016Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4850345Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4850672Z [05-13|18:28:24.358] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4850934Z [05-13|18:28:24.358] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4851205Z [05-13|18:28:24.359] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4851411Z [05-13|18:28:24.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.4851621Z [05-13|18:28:24.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4851950Z [05-13|18:28:24.359] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4852416Z [05-13|18:28:24.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4852556Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4852691Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4852824Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4852962Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4853092Z [05-13|18:28:24.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4853221Z [05-13|18:28:24.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4853351Z [05-13|18:28:24.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4853568Z [05-13|18:28:24.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4853698Z [05-13|18:28:24.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4854029Z [05-13|18:28:24.362] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4854359Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4854631Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4854892Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4855155Z [05-13|18:28:24.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4855286Z [05-13|18:28:24.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4855616Z [05-13|18:28:24.363] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4855934Z [05-13|18:28:24.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4856404Z [05-13|18:28:24.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4856665Z [05-13|18:28:24.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4856841Z [05-13|18:28:24.364] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4857305Z [05-13|18:28:24.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4857765Z [05-13|18:28:24.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4858368Z [05-13|18:28:24.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4858833Z [05-13|18:28:24.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4859109Z [05-13|18:28:24.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4859385Z [05-13|18:28:24.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.4859856Z [05-13|18:28:24.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4860129Z [05-13|18:28:24.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4860399Z [05-13|18:28:24.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4860612Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4861081Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4861549Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4861761Z [05-13|18:28:24.368] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4862097Z [05-13|18:28:24.370] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4862558Z [05-13|18:28:24.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4862770Z [05-13|18:28:24.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4863039Z [05-13|18:28:24.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4863370Z [05-13|18:28:24.370] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4863579Z [05-13|18:28:24.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4863912Z [05-13|18:28:24.371] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4864244Z [05-13|18:28:24.372] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.4864569Z [05-13|18:28:24.372] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4864834Z [05-13|18:28:24.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4864976Z [05-13|18:28:24.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4865302Z [05-13|18:28:24.373] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4865627Z [05-13|18:28:24.372] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4865860Z [05-13|18:28:24.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4865994Z [05-13|18:28:24.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4866125Z [05-13|18:28:24.374] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4866265Z [05-13|18:28:24.374] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4866592Z [05-13|18:28:24.375] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4866728Z [05-13|18:28:24.375] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4866950Z [05-13|18:28:24.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4867156Z [05-13|18:28:24.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.4867521Z [05-13|18:28:24.375] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4867664Z [05-13|18:28:24.376] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4867808Z [05-13|18:28:24.376] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4867940Z [05-13|18:28:24.376] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4868325Z [05-13|18:28:24.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.4868590Z [05-13|18:28:24.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4868847Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4869111Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4869575Z [05-13|18:28:24.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4869839Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4870101Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4870566Z [05-13|18:28:24.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4870829Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4871159Z [05-13|18:28:24.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4871624Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4872081Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4872297Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4872571Z [05-13|18:28:24.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4873077Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4873298Z [05-13|18:28:24.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4873755Z [05-13|18:28:24.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4874208Z [05-13|18:28:24.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4874475Z [05-13|18:28:24.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4874930Z [05-13|18:28:24.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4875268Z [05-13|18:28:24.380] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4875487Z [05-13|18:28:24.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4875819Z [05-13|18:28:24.381] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4876204Z [05-13|18:28:24.381] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4876541Z [05-13|18:28:24.382] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4876753Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4876960Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4877172Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.4877632Z [05-13|18:28:24.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4877968Z [05-13|18:28:24.383] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4878417Z [05-13|18:28:24.383] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4878629Z [05-13|18:28:24.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4878956Z [05-13|18:28:24.384] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4879291Z [05-13|18:28:24.384] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.4879499Z [05-13|18:28:24.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4879702Z [05-13|18:28:24.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4879840Z [05-13|18:28:24.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4879973Z [05-13|18:28:24.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4880306Z [05-13|18:28:24.386] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4880446Z [05-13|18:28:24.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4880709Z [05-13|18:28:24.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.4881167Z [05-13|18:28:24.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4881304Z [05-13|18:28:24.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4881569Z [05-13|18:28:24.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.4881835Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4882102Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4882364Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4882674Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4882936Z [05-13|18:28:24.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4883399Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4883661Z [05-13|18:28:24.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4884127Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4884441Z [05-13|18:28:24.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4884900Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4885360Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4885697Z [05-13|18:28:24.390] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.4886157Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4886300Z [05-13|18:28:24.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4886510Z [05-13|18:28:24.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4886719Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4887179Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4887635Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4887846Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4888174Z [05-13|18:28:24.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4888586Z [05-13|18:28:24.392] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4888801Z [05-13|18:28:24.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4889135Z [05-13|18:28:24.392] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4889343Z [05-13|18:28:24.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4889674Z [05-13|18:28:24.393] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4889949Z [05-13|18:28:24.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.4890336Z [05-13|18:28:24.393] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4890548Z [05-13|18:28:24.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4890881Z [05-13|18:28:24.393] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4891397Z [05-13|18:28:24.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4891723Z [05-13|18:28:24.394] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4891867Z [05-13|18:28:24.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4892188Z [05-13|18:28:24.394] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4892514Z [05-13|18:28:24.395] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.4892653Z [05-13|18:28:24.395] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4892913Z [05-13|18:28:24.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 72} -2026-05-13T18:30:53.4893381Z [05-13|18:28:24.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4893850Z [05-13|18:28:24.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4893985Z [05-13|18:28:24.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4894117Z [05-13|18:28:24.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4894580Z [05-13|18:28:24.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4895046Z [05-13|18:28:24.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4895505Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4895971Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4896104Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4896560Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4896815Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4897022Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4897157Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4897294Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4897756Z [05-13|18:28:24.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4897889Z [05-13|18:28:24.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4898025Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4898279Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4898552Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4898769Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4898901Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4899033Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4899241Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4899431Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4899563Z [05-13|18:28:24.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4899770Z [05-13|18:28:24.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4899979Z [05-13|18:28:24.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4900182Z [05-13|18:28:24.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.4900450Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.4900719Z [05-13|18:28:24.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.4901033Z [05-13|18:28:24.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.4901296Z [05-13|18:28:24.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.4901556Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.4901814Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.4902073Z [05-13|18:28:24.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.4902548Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4903013Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4903478Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4903928Z [05-13|18:28:24.892] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.4904064Z [05-13|18:28:24.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4904526Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4904991Z [05-13|18:28:24.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4905485Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.4905917Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.4906055Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4906480Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.4906693Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4907192Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4907623Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.4907764Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4908355Z [05-13|18:28:24.893] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.4908490Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4908702Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4908912Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4909051Z [05-13|18:28:24.893] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4909257Z [05-13|18:28:24.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4909469Z [05-13|18:28:24.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4909664Z [05-13|18:28:24.894] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4909803Z [05-13|18:28:24.894] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4910277Z [05-13|18:28:24.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4910616Z [05-13|18:28:24.895] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4910826Z [05-13|18:28:24.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4911164Z [05-13|18:28:24.895] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4911633Z [05-13|18:28:24.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.4911967Z [05-13|18:28:24.896] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4912301Z [05-13|18:28:24.895] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4912437Z [05-13|18:28:24.896] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4912764Z [05-13|18:28:24.897] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4912983Z [05-13|18:28:24.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4913316Z [05-13|18:28:24.897] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4913512Z [05-13|18:28:24.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4913650Z [05-13|18:28:24.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4913981Z [05-13|18:28:24.898] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4914311Z [05-13|18:28:24.898] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.4914584Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4914848Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4915109Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4915430Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4915692Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4916163Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4916684Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4916946Z [05-13|18:28:24.899] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4917406Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4917629Z [05-13|18:28:24.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.4917896Z [05-13|18:28:24.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4918553Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4919034Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4919494Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4919705Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4920173Z [05-13|18:28:24.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4920383Z [05-13|18:28:24.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4920592Z [05-13|18:28:24.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4920932Z [05-13|18:28:24.901] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4921268Z [05-13|18:28:24.902] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4921478Z [05-13|18:28:24.902] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4921812Z [05-13|18:28:24.902] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4922142Z [05-13|18:28:24.902] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4922412Z [05-13|18:28:24.903] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4922748Z [05-13|18:28:24.903] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4923082Z [05-13|18:28:24.903] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4923287Z [05-13|18:28:24.903] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4923496Z [05-13|18:28:24.903] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4923824Z [05-13|18:28:24.903] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4924139Z [05-13|18:28:24.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.4924413Z [05-13|18:28:24.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4924674Z [05-13|18:28:24.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4924932Z [05-13|18:28:24.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4925451Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4925912Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4926178Z [05-13|18:28:24.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4926442Z [05-13|18:28:24.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4926901Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4927408Z [05-13|18:28:24.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4927674Z [05-13|18:28:24.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4928265Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.4928483Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4928745Z [05-13|18:28:24.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4928884Z [05-13|18:28:24.906] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4929348Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4929805Z [05-13|18:28:24.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4930259Z [05-13|18:28:24.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4930474Z [05-13|18:28:24.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4930820Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.4931123Z [05-13|18:28:24.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.4931270Z [05-13|18:28:24.908] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4931611Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4931822Z [05-13|18:28:24.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4932155Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4932484Z [05-13|18:28:24.908] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4932695Z [05-13|18:28:24.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4932924Z [05-13|18:28:24.908] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4933134Z [05-13|18:28:24.909] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4933268Z [05-13|18:28:24.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4933475Z [05-13|18:28:24.909] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4933860Z [05-13|18:28:24.909] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4934190Z [05-13|18:28:24.909] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4934518Z [05-13|18:28:24.909] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4934797Z [05-13|18:28:24.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.4935004Z [05-13|18:28:24.910] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4935464Z [05-13|18:28:24.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.4935850Z [05-13|18:28:24.911] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4935994Z [05-13|18:28:24.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4936127Z [05-13|18:28:24.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4936339Z [05-13|18:28:24.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.4936472Z [05-13|18:28:24.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4936736Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4937003Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4937265Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4937523Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4937787Z [05-13|18:28:24.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4938162Z [05-13|18:28:24.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4938499Z [05-13|18:28:24.913] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.4938966Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4939428Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4939952Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4940417Z [05-13|18:28:24.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4940679Z [05-13|18:28:24.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4941138Z [05-13|18:28:24.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4941650Z [05-13|18:28:24.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4941919Z [05-13|18:28:24.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.4942383Z [05-13|18:28:24.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4942892Z [05-13|18:28:24.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.4943229Z [05-13|18:28:24.917] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4943566Z [05-13|18:28:24.917] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4943704Z [05-13|18:28:24.917] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4943839Z [05-13|18:28:24.917] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4944170Z [05-13|18:28:24.917] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4944550Z [05-13|18:28:24.918] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4944881Z [05-13|18:28:24.918] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4945361Z [05-13|18:28:24.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4945689Z [05-13|18:28:24.919] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4946155Z [05-13|18:28:24.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4946489Z [05-13|18:28:24.919] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4946624Z [05-13|18:28:24.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4946949Z [05-13|18:28:24.919] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.4947088Z [05-13|18:28:24.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4947552Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4948014Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4948399Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4948863Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4949328Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4949543Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4949755Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4949960Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4950227Z [05-13|18:28:24.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4950690Z [05-13|18:28:24.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4950828Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4950965Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4951152Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4951283Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4951413Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4951550Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4952014Z [05-13|18:28:24.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.4952148Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4952287Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4952418Z [05-13|18:28:24.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4952677Z [05-13|18:28:24.922] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4952893Z [05-13|18:28:24.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4953099Z [05-13|18:28:24.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.4953363Z [05-13|18:28:24.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4953629Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4953890Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4954147Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4954411Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4954671Z [05-13|18:28:24.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4955150Z [05-13|18:28:24.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4955617Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4956081Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4956537Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4957060Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4957326Z [05-13|18:28:24.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4957819Z [05-13|18:28:24.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4958147Z [05-13|18:28:24.926] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4958359Z [05-13|18:28:24.926] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4958624Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4958840Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4959045Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4959250Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4959765Z [05-13|18:28:24.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4960102Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4960366Z [05-13|18:28:24.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.4960702Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4961032Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4961410Z [05-13|18:28:24.928] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4961882Z [05-13|18:28:24.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.4962211Z [05-13|18:28:24.929] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4962348Z [05-13|18:28:24.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4962682Z [05-13|18:28:24.929] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4962816Z [05-13|18:28:24.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4962949Z [05-13|18:28:24.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4963161Z [05-13|18:28:24.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4963488Z [05-13|18:28:24.930] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4963815Z [05-13|18:28:24.931] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.4964084Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.4964346Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.4964606Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.4964876Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.4965192Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.4965450Z [05-13|18:28:24.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.4965594Z [05-13|18:28:24.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4965803Z [05-13|18:28:24.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.4966267Z [05-13|18:28:24.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4966774Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4967235Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4967507Z [05-13|18:28:24.932] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.4967970Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4968719Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4969185Z [05-13|18:28:24.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4969655Z [05-13|18:28:24.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4969871Z [05-13|18:28:24.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4970377Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} -2026-05-13T18:30:53.4970815Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} -2026-05-13T18:30:53.4971240Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} -2026-05-13T18:30:53.4971586Z [05-13|18:28:24.933] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4971726Z [05-13|18:28:24.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4971938Z [05-13|18:28:24.934] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4972405Z [05-13|18:28:24.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.4972742Z [05-13|18:28:24.935] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4973071Z [05-13|18:28:24.935] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4973284Z [05-13|18:28:24.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4973421Z [05-13|18:28:24.935] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4973553Z [05-13|18:28:24.936] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4973882Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4974272Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4974606Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4974817Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4975037Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4975171Z [05-13|18:28:24.936] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4975377Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4975644Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4975852Z [05-13|18:28:24.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.4976183Z [05-13|18:28:24.936] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4976324Z [05-13|18:28:24.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4976704Z [05-13|18:28:24.937] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.4976838Z [05-13|18:28:24.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4977108Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4977370Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4977630Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4977768Z [05-13|18:28:24.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4978363Z [05-13|18:28:24.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4978691Z [05-13|18:28:24.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4978961Z [05-13|18:28:24.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4979425Z [05-13|18:28:24.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4979881Z [05-13|18:28:24.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4980152Z [05-13|18:28:24.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4980609Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4981066Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4981287Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4981547Z [05-13|18:28:24.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4982001Z [05-13|18:28:24.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4982216Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4982483Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4982940Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4983209Z [05-13|18:28:24.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.4983415Z [05-13|18:28:24.942] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4983870Z [05-13|18:28:24.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.4984205Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4984585Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4984798Z [05-13|18:28:24.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4985140Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4985525Z [05-13|18:28:24.942] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4985662Z [05-13|18:28:24.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4985992Z [05-13|18:28:24.943] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4986199Z [05-13|18:28:24.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4986527Z [05-13|18:28:24.943] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4986859Z [05-13|18:28:24.944] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4987106Z [05-13|18:28:24.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4987433Z [05-13|18:28:24.944] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.4987573Z [05-13|18:28:24.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4987779Z [05-13|18:28:24.945] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.4988153Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.4988424Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.4988686Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.4989156Z [05-13|18:28:24.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4989615Z [05-13|18:28:24.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4989880Z [05-13|18:28:24.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.4990137Z [05-13|18:28:24.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.4990602Z [05-13|18:28:24.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4991036Z [05-13|18:28:24.947] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 81, "epoch round": 81} -2026-05-13T18:30:53.4991565Z [05-13|18:28:24.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4991707Z [05-13|18:28:24.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4992137Z [05-13|18:28:24.947] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 81, "epoch round": 81} -2026-05-13T18:30:53.4992272Z [05-13|18:28:24.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4992544Z [05-13|18:28:24.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.4993051Z [05-13|18:28:24.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4993321Z [05-13|18:28:24.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.4993783Z [05-13|18:28:24.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4994292Z [05-13|18:28:24.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4994753Z [05-13|18:28:24.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.4995092Z [05-13|18:28:24.949] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.4995227Z [05-13|18:28:24.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4995566Z [05-13|18:28:24.949] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.4995949Z [05-13|18:28:24.950] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.4996281Z [05-13|18:28:24.950] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.4996616Z [05-13|18:28:24.950] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.4996946Z [05-13|18:28:24.951] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.4997082Z [05-13|18:28:24.951] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4997549Z [05-13|18:28:24.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4997684Z [05-13|18:28:24.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.4998267Z [05-13|18:28:24.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4998734Z [05-13|18:28:24.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4999195Z [05-13|18:28:24.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4999658Z [05-13|18:28:24.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.4999877Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5000319Z [05-13|18:28:24.953] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.5000530Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5000998Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5001130Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5001262Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5001398Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5001534Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5001798Z [05-13|18:28:24.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5001940Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5002070Z [05-13|18:28:24.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5002202Z [05-13|18:28:24.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5002338Z [05-13|18:28:24.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5002607Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5002740Z [05-13|18:28:24.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5002947Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5003160Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5003496Z [05-13|18:28:24.954] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.5003961Z [05-13|18:28:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5004153Z [05-13|18:28:24.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5004614Z [05-13|18:28:24.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5004749Z [05-13|18:28:24.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5004888Z [05-13|18:28:24.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5005097Z [05-13|18:28:24.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5005229Z [05-13|18:28:24.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5005501Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5005767Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5006027Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5006294Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5006554Z [05-13|18:28:24.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5006812Z [05-13|18:28:24.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5007283Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5007748Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5008371Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5008852Z [05-13|18:28:24.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5009068Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.5009533Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5010066Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5010286Z [05-13|18:28:24.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5010494Z [05-13|18:28:24.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5010706Z [05-13|18:28:24.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5011024Z [05-13|18:28:24.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5011285Z [05-13|18:28:24.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.5011753Z [05-13|18:28:24.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5011963Z [05-13|18:28:24.961] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5012296Z [05-13|18:28:24.962] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5012513Z [05-13|18:28:24.962] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5013029Z [05-13|18:28:24.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5013365Z [05-13|18:28:24.962] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5013701Z [05-13|18:28:24.962] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5014028Z [05-13|18:28:24.963] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5014165Z [05-13|18:28:24.963] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5014493Z [05-13|18:28:24.963] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5014630Z [05-13|18:28:24.963] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5014839Z [05-13|18:28:24.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5015049Z [05-13|18:28:24.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5015375Z [05-13|18:28:24.964] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5015704Z [05-13|18:28:24.964] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5015846Z [05-13|18:28:24.964] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5016051Z [05-13|18:28:24.964] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.5016377Z [05-13|18:28:24.965] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5016573Z [05-13|18:28:24.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5016840Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5017104Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5017367Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5017626Z [05-13|18:28:24.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5017884Z [05-13|18:28:24.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5018326Z [05-13|18:28:24.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5018802Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5019064Z [05-13|18:28:24.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5019531Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5020045Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5020502Z [05-13|18:28:24.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5020773Z [05-13|18:28:24.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.5020984Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5021492Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5021961Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5022428Z [05-13|18:28:24.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5022639Z [05-13|18:28:24.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5022975Z [05-13|18:28:24.968] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5023191Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5023399Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5023613Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5023946Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5024407Z [05-13|18:28:24.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5024548Z [05-13|18:28:24.969] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5024880Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5025264Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5025597Z [05-13|18:28:24.969] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5025806Z [05-13|18:28:24.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5025942Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5026269Z [05-13|18:28:24.970] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5026402Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5026534Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5026674Z [05-13|18:28:24.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5026919Z [05-13|18:28:24.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5027248Z [05-13|18:28:24.970] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5027580Z [05-13|18:28:24.971] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5027825Z [05-13|18:28:24.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.5027963Z [05-13|18:28:24.972] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5028356Z [05-13|18:28:24.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5028621Z [05-13|18:28:24.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5029089Z [05-13|18:28:24.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5029554Z [05-13|18:28:24.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5029883Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5030148Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5030410Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5030619Z [05-13|18:28:24.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5030877Z [05-13|18:28:24.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5031140Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5034685Z [05-13|18:28:24.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5034979Z [05-13|18:28:24.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.5035476Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5035959Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5036428Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5036893Z [05-13|18:28:24.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5037221Z [05-13|18:28:24.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5037682Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5037902Z [05-13|18:28:24.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5038426Z [05-13|18:28:24.977] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5038897Z [05-13|18:28:24.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5039305Z [05-13|18:28:24.978] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5039639Z [05-13|18:28:24.978] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5039788Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5039933Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5040316Z [05-13|18:28:24.978] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5040453Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5040671Z [05-13|18:28:24.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5040806Z [05-13|18:28:24.978] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5041023Z [05-13|18:28:24.979] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5041362Z [05-13|18:28:24.979] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5041698Z [05-13|18:28:24.979] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5042075Z [05-13|18:28:24.979] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5042301Z [05-13|18:28:24.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5042445Z [05-13|18:28:24.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5042579Z [05-13|18:28:24.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5042907Z [05-13|18:28:24.981] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5043190Z [05-13|18:28:24.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5043455Z [05-13|18:28:24.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5043715Z [05-13|18:28:24.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5043980Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5044192Z [05-13|18:28:24.981] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.5044448Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5044711Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5044969Z [05-13|18:28:24.982] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5045447Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5046005Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5046464Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5046925Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5047386Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5047882Z [05-13|18:28:24.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5048485Z [05-13|18:28:24.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5048771Z [05-13|18:28:24.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.5049179Z [05-13|18:28:24.985] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5049515Z [05-13|18:28:24.985] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5049842Z [05-13|18:28:24.986] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5050175Z [05-13|18:28:24.986] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5050660Z [05-13|18:28:24.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5050853Z [05-13|18:28:24.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5050991Z [05-13|18:28:24.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5051326Z [05-13|18:28:24.987] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5051794Z [05-13|18:28:24.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5052125Z [05-13|18:28:24.988] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5052266Z [05-13|18:28:24.988] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5052730Z [05-13|18:28:24.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5053058Z [05-13|18:28:24.988] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5053279Z [05-13|18:28:24.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5053411Z [05-13|18:28:24.988] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5053620Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5054086Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5054548Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5055064Z [05-13|18:28:24.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5055206Z [05-13|18:28:24.989] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5055347Z [05-13|18:28:24.989] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5055485Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5055624Z [05-13|18:28:24.989] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5055839Z [05-13|18:28:24.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5055972Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5056154Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5056635Z [05-13|18:28:24.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5056976Z [05-13|18:28:24.990] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5057221Z [05-13|18:28:24.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5057363Z [05-13|18:28:24.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5057528Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5057661Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5058245Z [05-13|18:28:24.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5058383Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5058517Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5058654Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5058929Z [05-13|18:28:24.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5059066Z [05-13|18:28:24.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5059282Z [05-13|18:28:24.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5059415Z [05-13|18:28:24.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5059879Z [05-13|18:28:24.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5060022Z [05-13|18:28:24.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5060157Z [05-13|18:28:24.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5060366Z [05-13|18:28:24.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5060576Z [05-13|18:28:24.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.5060848Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.5061112Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.5061378Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.5061637Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.5061896Z [05-13|18:28:24.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.5062377Z [05-13|18:28:24.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5062904Z [05-13|18:28:24.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5063166Z [05-13|18:28:24.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.5063442Z [05-13|18:28:24.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.5063654Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5064119Z [05-13|18:28:24.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5064641Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5064855Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5065318Z [05-13|18:28:24.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5065589Z [05-13|18:28:24.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5066052Z [05-13|18:28:24.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5066511Z [05-13|18:28:24.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5066955Z [05-13|18:28:24.996] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.5067402Z [05-13|18:28:24.997] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.5067623Z [05-13|18:28:24.997] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5067978Z [05-13|18:28:24.997] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5068310Z [05-13|18:28:24.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5068646Z [05-13|18:28:24.997] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5068858Z [05-13|18:28:24.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5069193Z [05-13|18:28:24.998] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5069532Z [05-13|18:28:24.998] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5070019Z [05-13|18:28:24.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5070231Z [05-13|18:28:24.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5070438Z [05-13|18:28:24.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5070776Z [05-13|18:28:24.998] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5070913Z [05-13|18:28:24.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5071246Z [05-13|18:28:24.999] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5071650Z [05-13|18:28:24.999] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5071787Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5071919Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5072058Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5072188Z [05-13|18:28:24.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5072317Z [05-13|18:28:25.000] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5072527Z [05-13|18:28:25.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.5072859Z [05-13|18:28:25.001] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5073181Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.5073456Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.5073929Z [05-13|18:28:25.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5074244Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.5074507Z [05-13|18:28:25.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.5074941Z [05-13|18:28:25.003] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.5075416Z [05-13|18:28:25.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5075690Z [05-13|18:28:25.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.5075825Z [05-13|18:28:25.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5076336Z [05-13|18:28:25.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5076606Z [05-13|18:28:25.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.5077309Z [05-13|18:28:25.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5077673Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5078289Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5079029Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5079273Z [05-13|18:28:25.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5079555Z [05-13|18:28:25.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.5080026Z [05-13|18:28:25.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5080369Z [05-13|18:28:25.006] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5080590Z [05-13|18:28:25.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5081025Z [05-13|18:28:25.006] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5081499Z [05-13|18:28:25.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5081723Z [05-13|18:28:25.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5081930Z [05-13|18:28:25.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5082261Z [05-13|18:28:25.007] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5082476Z [05-13|18:28:25.007] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5082859Z [05-13|18:28:25.008] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5083190Z [05-13|18:28:25.008] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5083343Z [05-13|18:28:25.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5083552Z [05-13|18:28:25.008] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5083933Z [05-13|18:28:25.009] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5084264Z [05-13|18:28:25.010] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5084594Z [05-13|18:28:25.010] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5084804Z [05-13|18:28:25.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.5085079Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5085343Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5085655Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5086056Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5086324Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5086583Z [05-13|18:28:25.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5087060Z [05-13|18:28:25.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5087529Z [05-13|18:28:25.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5087808Z [05-13|18:28:25.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5088514Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5088989Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5089447Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5089919Z [05-13|18:28:25.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5090215Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5090675Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5090898Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5091110Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5091320Z [05-13|18:28:25.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5091663Z [05-13|18:28:25.014] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5092052Z [05-13|18:28:25.014] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5092389Z [05-13|18:28:25.014] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5092606Z [05-13|18:28:25.015] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5092864Z [05-13|18:28:25.015] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5093196Z [05-13|18:28:25.016] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5093468Z [05-13|18:28:25.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.5093935Z [05-13|18:28:25.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5094077Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5094221Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5094602Z [05-13|18:28:25.017] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5094932Z [05-13|18:28:25.016] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5095078Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5095215Z [05-13|18:28:25.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5095554Z [05-13|18:28:25.018] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5095696Z [05-13|18:28:25.018] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5095907Z [05-13|18:28:25.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5096116Z [05-13|18:28:25.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.5096259Z [05-13|18:28:25.018] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5096393Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5096721Z [05-13|18:28:25.019] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5096865Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5096999Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5097264Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5097528Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5097795Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5097989Z [05-13|18:28:25.019] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5098245Z [05-13|18:28:25.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5098516Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5098780Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5098912Z [05-13|18:28:25.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5099391Z [05-13|18:28:25.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5099654Z [05-13|18:28:25.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5099853Z [05-13|18:28:25.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5100325Z [05-13|18:28:25.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5100590Z [05-13|18:28:25.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5100777Z [05-13|18:28:25.021] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5101042Z [05-13|18:28:25.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.5101505Z [05-13|18:28:25.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5101967Z [05-13|18:28:25.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5102109Z [05-13|18:28:25.021] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5102243Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5102374Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5102895Z [05-13|18:28:25.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5103033Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5103493Z [05-13|18:28:25.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5103632Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5104091Z [05-13|18:28:25.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5104228Z [05-13|18:28:25.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5104366Z [05-13|18:28:25.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5104500Z [05-13|18:28:25.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5104631Z [05-13|18:28:25.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5104769Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5105100Z [05-13|18:28:25.024] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5105233Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5105366Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5105503Z [05-13|18:28:25.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5105834Z [05-13|18:28:25.025] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.5106355Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5106495Z [05-13|18:28:25.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5106829Z [05-13|18:28:25.025] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.5107297Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5107769Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5107943Z [05-13|18:28:25.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5108526Z [05-13|18:28:25.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5108862Z [05-13|18:28:25.025] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5109061Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5109401Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.5109873Z [05-13|18:28:25.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5110203Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5110343Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5110668Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5110856Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5110991Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5111322Z [05-13|18:28:25.026] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5111457Z [05-13|18:28:25.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5111588Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5111726Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5111857Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5112190Z [05-13|18:28:25.027] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.5112664Z [05-13|18:28:25.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5112800Z [05-13|18:28:25.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5113134Z [05-13|18:28:25.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.5113610Z [05-13|18:28:25.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5114074Z [05-13|18:28:25.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5114537Z [05-13|18:28:25.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5114735Z [05-13|18:28:25.028] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5115074Z [05-13|18:28:25.028] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5115405Z [05-13|18:28:25.029] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.5115881Z [05-13|18:28:25.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5116349Z [05-13|18:28:25.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5116735Z [05-13|18:28:25.029] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5116951Z [05-13|18:28:25.029] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5117088Z [05-13|18:28:25.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5117295Z [05-13|18:28:25.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5117474Z [05-13|18:28:25.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5117607Z [05-13|18:28:25.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5118212Z [05-13|18:28:25.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5118693Z [05-13|18:28:25.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5119032Z [05-13|18:28:25.030] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5119564Z [05-13|18:28:25.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5119721Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5119857Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5119992Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5120461Z [05-13|18:28:25.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5120595Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5120731Z [05-13|18:28:25.031] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5120872Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5121004Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5121135Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5121272Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5121406Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5121539Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5122009Z [05-13|18:28:25.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5122144Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5122609Z [05-13|18:28:25.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5122896Z [05-13|18:28:25.032] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5123031Z [05-13|18:28:25.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5123167Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5123306Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5123438Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5123569Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5123781Z [05-13|18:28:25.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.5123997Z [05-13|18:28:25.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5124130Z [05-13|18:28:25.033] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5124531Z [05-13|18:28:25.033] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.5125013Z [05-13|18:28:25.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5125224Z [05-13|18:28:25.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5125411Z [05-13|18:28:25.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5125549Z [05-13|18:28:25.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5125679Z [05-13|18:28:25.036] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5125887Z [05-13|18:28:25.036] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5126099Z [05-13|18:28:25.036] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5126234Z [05-13|18:28:25.037] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5126367Z [05-13|18:28:25.037] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5126705Z [05-13|18:28:25.038] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.5127207Z [05-13|18:28:25.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5127346Z [05-13|18:28:25.038] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5127558Z [05-13|18:28:25.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5127832Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5128216Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5128511Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5128778Z [05-13|18:28:25.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5129251Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5129522Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5129783Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5130040Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5130514Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5130983Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5131516Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5131983Z [05-13|18:28:25.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5132446Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5132782Z [05-13|18:28:25.041] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "570d86fd442a6aa19510..."} -2026-05-13T18:30:53.5133307Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5133654Z [05-13|18:28:25.041] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.5133918Z [05-13|18:28:25.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.5134485Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5134946Z [05-13|18:28:25.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5135163Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5135516Z [05-13|18:28:25.042] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5136043Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5136512Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5136664Z [05-13|18:28:25.042] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5137002Z [05-13|18:28:25.042] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5137218Z [05-13|18:28:25.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5137435Z [05-13|18:28:25.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5137642Z [05-13|18:28:25.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5137980Z [05-13|18:28:25.043] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5138444Z [05-13|18:28:25.043] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5138915Z [05-13|18:28:25.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5139247Z [05-13|18:28:25.044] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5139464Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5139792Z [05-13|18:28:25.044] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "19b92a04424680132121..."} -2026-05-13T18:30:53.5140326Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5140670Z [05-13|18:28:25.044] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5140813Z [05-13|18:28:25.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5140949Z [05-13|18:28:25.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5141427Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5141565Z [05-13|18:28:25.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5141826Z [05-13|18:28:25.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5142170Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "f1ec5482b5026c4be662..."} -2026-05-13T18:30:53.5142505Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5142978Z [05-13|18:28:25.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5143499Z [05-13|18:28:25.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5143835Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5144174Z [05-13|18:28:25.045] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "dfe4f2638f8f6091645c..."} -2026-05-13T18:30:53.5144651Z [05-13|18:28:25.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5144837Z [05-13|18:28:25.045] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5144975Z [05-13|18:28:25.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5145315Z [05-13|18:28:25.046] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5145450Z [05-13|18:28:25.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5145658Z [05-13|18:28:25.046] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5145996Z [05-13|18:28:25.046] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5146325Z [05-13|18:28:25.047] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5146798Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5147143Z [05-13|18:28:25.047] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5147354Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5147825Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5148412Z [05-13|18:28:25.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5148558Z [05-13|18:28:25.047] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5148958Z [05-13|18:28:25.048] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5149426Z [05-13|18:28:25.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5149761Z [05-13|18:28:25.048] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5150095Z [05-13|18:28:25.048] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5150561Z [05-13|18:28:25.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5150747Z [05-13|18:28:25.048] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5151030Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5151365Z [05-13|18:28:25.049] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "3dc8344615e3cfc84eb3..."} -2026-05-13T18:30:53.5151827Z [05-13|18:28:25.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5152152Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5152414Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5152673Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5152936Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5153409Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5153924Z [05-13|18:28:25.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5154397Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5154661Z [05-13|18:28:25.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5155123Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5155402Z [05-13|18:28:25.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5155865Z [05-13|18:28:25.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5156004Z [05-13|18:28:25.051] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5156346Z [05-13|18:28:25.051] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "9b63e863e7001a6f6b8a..."} -2026-05-13T18:30:53.5156808Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5157024Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5157324Z [05-13|18:28:25.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.5157538Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5158164Z [05-13|18:28:25.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5158505Z [05-13|18:28:25.051] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5158971Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5159438Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5159837Z [05-13|18:28:25.052] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 47, "digest": "9efa59faf07a70df5000..."} -2026-05-13T18:30:53.5160309Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5160775Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5161297Z [05-13|18:28:25.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5161739Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5161879Z [05-13|18:28:25.053] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5162316Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5162452Z [05-13|18:28:25.053] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5162839Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5163062Z [05-13|18:28:25.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5163272Z [05-13|18:28:25.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5163940Z [05-13|18:28:25.053] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5164176Z [05-13|18:28:25.054] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5164629Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5164808Z [05-13|18:28:25.054] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5165400Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5165623Z [05-13|18:28:25.054] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5166064Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5166209Z [05-13|18:28:25.054] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5166689Z [05-13|18:28:25.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5167168Z [05-13|18:28:25.054] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5167614Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5167844Z [05-13|18:28:25.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5168209Z [05-13|18:28:25.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5168776Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5168921Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5169066Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5169571Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5169710Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5170061Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5170401Z [05-13|18:28:25.055] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5170596Z [05-13|18:28:25.055] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5170937Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5171371Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5171506Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5171843Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 48, "digest": "3f196b76581898835cf3..."} -2026-05-13T18:30:53.5172277Z [05-13|18:28:25.056] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5172465Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5172610Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5173050Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5173389Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5173831Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5173967Z [05-13|18:28:25.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5174396Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5174832Z [05-13|18:28:25.057] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 93, "epoch round": 93} -2026-05-13T18:30:53.5174969Z [05-13|18:28:25.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5175101Z [05-13|18:28:25.056] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5175343Z [05-13|18:28:25.058] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5175823Z [05-13|18:28:25.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5175960Z [05-13|18:28:25.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5176361Z [05-13|18:28:25.058] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5176495Z [05-13|18:28:25.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5176632Z [05-13|18:28:25.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5176850Z [05-13|18:28:25.059] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.5176989Z [05-13|18:28:25.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5177320Z [05-13|18:28:25.059] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5177459Z [05-13|18:28:25.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5177591Z [05-13|18:28:25.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5177761Z [05-13|18:28:25.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5178246Z [05-13|18:28:25.060] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 49, "digest": "39883e2dc923b6870dda..."} -2026-05-13T18:30:53.5178521Z [05-13|18:28:25.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5179038Z [05-13|18:28:25.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5179456Z [05-13|18:28:25.060] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 50, "digest": "85f4b5b27f69b134d359..."} -2026-05-13T18:30:53.5179600Z [05-13|18:28:25.061] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5180090Z [05-13|18:28:25.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5180425Z [05-13|18:28:25.061] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 51, "digest": "1a847171e4024f7564a2..."} -2026-05-13T18:30:53.5180900Z [05-13|18:28:25.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5181248Z [05-13|18:28:25.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5181524Z [05-13|18:28:25.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5181993Z [05-13|18:28:25.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5182259Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5182524Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5182785Z [05-13|18:28:25.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5183002Z [05-13|18:28:25.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5183265Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5183755Z [05-13|18:28:25.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5184033Z [05-13|18:28:25.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5184168Z [05-13|18:28:25.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5184512Z [05-13|18:28:25.064] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5184981Z [05-13|18:28:25.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5185318Z [05-13|18:28:25.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5185794Z [05-13|18:28:25.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5186234Z [05-13|18:28:25.064] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5186374Z [05-13|18:28:25.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5186840Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5187327Z [05-13|18:28:25.065] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5187474Z [05-13|18:28:25.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5187940Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5188477Z [05-13|18:28:25.064] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 52, "digest": "17ed0f4ca011cc7c68d6..."} -2026-05-13T18:30:53.5188949Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5189419Z [05-13|18:28:25.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5189753Z [05-13|18:28:25.066] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 53, "digest": "60c125550f2847e21237..."} -2026-05-13T18:30:53.5189975Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5190503Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5190972Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5191438Z [05-13|18:28:25.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5191777Z [05-13|18:28:25.066] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5192104Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 54, "digest": "911f9343e93539366242..."} -2026-05-13T18:30:53.5192572Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5193007Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5193144Z [05-13|18:28:25.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5193478Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 55, "digest": "39286d06726ef0964321..."} -2026-05-13T18:30:53.5193909Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5194380Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5194877Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5195214Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 56, "digest": "d53f8a3f8c6df1f8dba1..."} -2026-05-13T18:30:53.5195652Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5196133Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5196319Z [05-13|18:28:25.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5196798Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5197037Z [05-13|18:28:25.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5197374Z [05-13|18:28:25.067] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5197761Z [05-13|18:28:25.068] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 57, "digest": "c09274b39411786c258a..."} -2026-05-13T18:30:53.5198356Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5198495Z [05-13|18:28:25.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5198710Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5198919Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5199126Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5199615Z [05-13|18:28:25.068] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5199828Z [05-13|18:28:25.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5200161Z [05-13|18:28:25.069] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5200296Z [05-13|18:28:25.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5200632Z [05-13|18:28:25.069] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5200965Z [05-13|18:28:25.069] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5201103Z [05-13|18:28:25.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5201240Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5201570Z [05-13|18:28:25.070] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5201707Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5202148Z [05-13|18:28:25.070] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5202282Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5202717Z [05-13|18:28:25.070] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5202857Z [05-13|18:28:25.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5203050Z [05-13|18:28:25.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5203385Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 58, "digest": "521da8c4a7bd7a799942..."} -2026-05-13T18:30:53.5203860Z [05-13|18:28:25.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5204295Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5204629Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 59, "digest": "5af6ce7af63f540bba81..."} -2026-05-13T18:30:53.5205198Z [05-13|18:28:25.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5205645Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5205999Z [05-13|18:28:25.071] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 60, "digest": "861f763ab6adb235e22d..."} -2026-05-13T18:30:53.5206521Z [05-13|18:28:25.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5206656Z [05-13|18:28:25.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5207092Z [05-13|18:28:25.072] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5207228Z [05-13|18:28:25.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5207439Z [05-13|18:28:25.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5207573Z [05-13|18:28:25.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5207711Z [05-13|18:28:25.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5208329Z [05-13|18:28:25.073] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5208669Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5208953Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5209221Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5209482Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5209752Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5210017Z [05-13|18:28:25.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5210462Z [05-13|18:28:25.073] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5210609Z [05-13|18:28:25.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5211087Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5211558Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5211909Z [05-13|18:28:25.074] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 61, "digest": "4d7e6c4e0cda4f94d90c..."} -2026-05-13T18:30:53.5212444Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5212737Z [05-13|18:28:25.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5213208Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5213642Z [05-13|18:28:25.074] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5213915Z [05-13|18:28:25.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5214307Z [05-13|18:28:25.074] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 62, "digest": "d983c4dabb4361129fca..."} -2026-05-13T18:30:53.5214776Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5215247Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5215770Z [05-13|18:28:25.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5216104Z [05-13|18:28:25.075] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 63, "digest": "180968fd53e95a0ae45b..."} -2026-05-13T18:30:53.5216576Z [05-13|18:28:25.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5217037Z [05-13|18:28:25.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5217176Z [05-13|18:28:25.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5217675Z [05-13|18:28:25.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5218378Z [05-13|18:28:25.076] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 94, "epoch round": 94} -2026-05-13T18:30:53.5218575Z [05-13|18:28:25.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5218920Z [05-13|18:28:25.076] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 64, "digest": "99b1e84d2796ae28a626..."} -2026-05-13T18:30:53.5219398Z [05-13|18:28:25.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5219619Z [05-13|18:28:25.076] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.5219962Z [05-13|18:28:25.076] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 65, "digest": "ea22c8df2f717e59f58e..."} -2026-05-13T18:30:53.5220434Z [05-13|18:28:25.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5220900Z [05-13|18:28:25.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5221250Z [05-13|18:28:25.078] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 66, "digest": "a49b1d04727b410a27db..."} -2026-05-13T18:30:53.5221735Z [05-13|18:28:25.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5221958Z [05-13|18:28:25.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5222307Z [05-13|18:28:25.079] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 67, "digest": "fff78c20fa38236fa51e..."} -2026-05-13T18:30:53.5222647Z [05-13|18:28:25.079] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5223115Z [05-13|18:28:25.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5223255Z [05-13|18:28:25.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5223652Z [05-13|18:28:25.080] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5224124Z [05-13|18:28:25.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5224470Z [05-13|18:28:25.081] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5224853Z [05-13|18:28:25.082] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5224986Z [05-13|18:28:25.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5225464Z [05-13|18:28:25.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5225598Z [05-13|18:28:25.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5225731Z [05-13|18:28:25.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5226201Z [05-13|18:28:25.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5226337Z [05-13|18:28:25.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5226519Z [05-13|18:28:25.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5226991Z [05-13|18:28:25.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5227127Z [05-13|18:28:25.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5227485Z [05-13|18:28:25.085] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 68, "digest": "5e91b452115c20ed7402..."} -2026-05-13T18:30:53.5227625Z [05-13|18:28:25.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5228221Z [05-13|18:28:25.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5228565Z [05-13|18:28:25.085] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5228904Z [05-13|18:28:25.086] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5229123Z [05-13|18:28:25.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5229588Z [05-13|18:28:25.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5229805Z [05-13|18:28:25.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5229939Z [05-13|18:28:25.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5230274Z [05-13|18:28:25.087] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5230482Z [05-13|18:28:25.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5230947Z [05-13|18:28:25.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5231086Z [05-13|18:28:25.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5231551Z [05-13|18:28:25.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5231761Z [05-13|18:28:25.089] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5232298Z [05-13|18:28:25.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5232518Z [05-13|18:28:25.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5232851Z [05-13|18:28:25.090] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 69, "digest": "7a30bbaa7c6331e9951e..."} -2026-05-13T18:30:53.5233319Z [05-13|18:28:25.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5233844Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5234179Z [05-13|18:28:25.091] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 70, "digest": "eb77067de1bedd15c4a1..."} -2026-05-13T18:30:53.5234645Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5234986Z [05-13|18:28:25.091] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 71, "digest": "dd546f025bffb8c438c1..."} -2026-05-13T18:30:53.5235512Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5235733Z [05-13|18:28:25.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5236066Z [05-13|18:28:25.092] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5236398Z [05-13|18:28:25.092] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5236611Z [05-13|18:28:25.093] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5236822Z [05-13|18:28:25.093] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.5236958Z [05-13|18:28:25.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5237092Z [05-13|18:28:25.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5237431Z [05-13|18:28:25.093] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 72, "digest": "911ae026e43c9fef1766..."} -2026-05-13T18:30:53.5237903Z [05-13|18:28:25.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5238155Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5238298Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5238429Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5238560Z [05-13|18:28:25.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5239031Z [05-13|18:28:25.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5239234Z [05-13|18:28:25.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5239371Z [05-13|18:28:25.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5239839Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5240194Z [05-13|18:28:25.096] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 73, "digest": "c0c856da5c23a5a01642..."} -2026-05-13T18:30:53.5240656Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5241185Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5241524Z [05-13|18:28:25.096] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 74, "digest": "5f7c3128196efdf6ae64..."} -2026-05-13T18:30:53.5242096Z [05-13|18:28:25.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5242435Z [05-13|18:28:25.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5242974Z [05-13|18:28:25.096] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 75, "digest": "513414cf675d751d7a42..."} -2026-05-13T18:30:53.5243426Z [05-13|18:28:25.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.5243688Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5243927Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5244161Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5244414Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5244628Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5245098Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5245371Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5245599Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5245841Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5246729Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5247008Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5247410Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5247670Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5248540Z [05-13|18:28:25.097] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 76, "digest": "1dded50bd67cc791cf2b..."} -2026-05-13T18:30:53.5248840Z [05-13|18:28:25.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5249333Z [05-13|18:28:25.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5249680Z [05-13|18:28:25.098] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 77, "digest": "241b184d7896c6e62c92..."} -2026-05-13T18:30:53.5250160Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5250652Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5251115Z [05-13|18:28:25.098] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 78, "digest": "95e71f10c1a5723d9356..."} -2026-05-13T18:30:53.5251396Z [05-13|18:28:25.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5251670Z [05-13|18:28:25.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5252144Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5252673Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5253142Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5253411Z [05-13|18:28:25.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5253672Z [05-13|18:28:25.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5253870Z [05-13|18:28:25.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5254337Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5254601Z [05-13|18:28:25.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5254823Z [05-13|18:28:25.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5255085Z [05-13|18:28:25.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5255609Z [05-13|18:28:25.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5256079Z [05-13|18:28:25.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5256217Z [05-13|18:28:25.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5256478Z [05-13|18:28:25.100] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5256990Z [05-13|18:28:25.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5257478Z [05-13|18:28:25.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5257616Z [05-13|18:28:25.102] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5257838Z [05-13|18:28:25.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5258505Z [05-13|18:28:25.102] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 79, "digest": "3d53f839aea023d817ba..."} -2026-05-13T18:30:53.5258997Z [05-13|18:28:25.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5259223Z [05-13|18:28:25.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5259565Z [05-13|18:28:25.103] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5259900Z [05-13|18:28:25.103] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5260464Z [05-13|18:28:25.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5260680Z [05-13|18:28:25.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5261012Z [05-13|18:28:25.104] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5261288Z [05-13|18:28:25.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.5261498Z [05-13|18:28:25.104] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.5261883Z [05-13|18:28:25.104] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5262360Z [05-13|18:28:25.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5262502Z [05-13|18:28:25.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5262834Z [05-13|18:28:25.105] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5263105Z [05-13|18:28:25.105] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5263434Z [05-13|18:28:25.105] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5263641Z [05-13|18:28:25.105] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5263977Z [05-13|18:28:25.105] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 80, "digest": "03c6ca34848b93a87072..."} -2026-05-13T18:30:53.5264121Z [05-13|18:28:25.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5264923Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5265189Z [05-13|18:28:25.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5265580Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5266181Z [05-13|18:28:25.106] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5266446Z [05-13|18:28:25.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5267090Z [05-13|18:28:25.106] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "d4acf0cb3efac5cb6984..."} -2026-05-13T18:30:53.5267968Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5269055Z [05-13|18:28:25.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5269308Z [05-13|18:28:25.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5269557Z [05-13|18:28:25.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5270193Z [05-13|18:28:25.106] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5270365Z [05-13|18:28:25.107] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5270582Z [05-13|18:28:25.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5270929Z [05-13|18:28:25.108] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "e7b94835f866cadad370..."} -2026-05-13T18:30:53.5271628Z [05-13|18:28:25.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5271974Z [05-13|18:28:25.108] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "24d3d6923b720af4af34..."} -2026-05-13T18:30:53.5272448Z [05-13|18:28:25.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5272726Z [05-13|18:28:25.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5272992Z [05-13|18:28:25.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5273412Z [05-13|18:28:25.109] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "3c2534137a898406a6ab..."} -2026-05-13T18:30:53.5273753Z [05-13|18:28:25.109] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5274223Z [05-13|18:28:25.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5274572Z [05-13|18:28:25.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5275045Z [05-13|18:28:25.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5275317Z [05-13|18:28:25.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5275806Z [05-13|18:28:25.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5276074Z [05-13|18:28:25.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5276337Z [05-13|18:28:25.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5276735Z [05-13|18:28:25.111] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "74b3c4dca2c4eef1c055..."} -2026-05-13T18:30:53.5277212Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5277681Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5278393Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5278674Z [05-13|18:28:25.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5278940Z [05-13|18:28:25.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.5279413Z [05-13|18:28:25.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5279882Z [05-13|18:28:25.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5280352Z [05-13|18:28:25.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5280577Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5281162Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5281389Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5282208Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5282607Z [05-13|18:28:25.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5283024Z [05-13|18:28:25.114] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5283261Z [05-13|18:28:25.113] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5283848Z [05-13|18:28:25.114] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "bcb9155c75cc59228f7d..."} -2026-05-13T18:30:53.5284355Z [05-13|18:28:25.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5284697Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5285090Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5285426Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5285651Z [05-13|18:28:25.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5286101Z [05-13|18:28:25.115] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 95, "epoch round": 95} -2026-05-13T18:30:53.5286251Z [05-13|18:28:25.116] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5286587Z [05-13|18:28:25.116] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5286855Z [05-13|18:28:25.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5287078Z [05-13|18:28:25.116] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5287411Z [05-13|18:28:25.114] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5287688Z [05-13|18:28:25.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.5288023Z [05-13|18:28:25.118] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5288494Z [05-13|18:28:25.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5288831Z [05-13|18:28:25.118] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5288978Z [05-13|18:28:25.118] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5289116Z [05-13|18:28:25.117] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5289449Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5289931Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5290211Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5290482Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5290697Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5291033Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "808b5e41dfa1c1e5c8ab..."} -2026-05-13T18:30:53.5291508Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5291993Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5292131Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5292572Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5292903Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5293042Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5293519Z [05-13|18:28:25.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5293845Z [05-13|18:28:25.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5294281Z [05-13|18:28:25.119] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5294415Z [05-13|18:28:25.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5294893Z [05-13|18:28:25.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5295329Z [05-13|18:28:25.120] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5295474Z [05-13|18:28:25.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5295796Z [05-13|18:28:25.120] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5296229Z [05-13|18:28:25.120] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5296362Z [05-13|18:28:25.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5296799Z [05-13|18:28:25.121] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5297067Z [05-13|18:28:25.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5297202Z [05-13|18:28:25.121] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5297637Z [05-13|18:28:25.121] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5298304Z [05-13|18:28:25.121] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5298500Z [05-13|18:28:25.121] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5298991Z [05-13|18:28:25.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5299463Z [05-13|18:28:25.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5299684Z [05-13|18:28:25.122] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5299986Z [05-13|18:28:25.122] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5300426Z [05-13|18:28:25.123] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.5300770Z [05-13|18:28:25.123] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5301053Z [05-13|18:28:25.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5301271Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5301535Z [05-13|18:28:25.120] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5301678Z [05-13|18:28:25.124] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5302208Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5302348Z [05-13|18:28:25.124] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5302827Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5303094Z [05-13|18:28:25.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5303303Z [05-13|18:28:25.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5303779Z [05-13|18:28:25.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5304133Z [05-13|18:28:25.125] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5304271Z [05-13|18:28:25.125] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5304487Z [05-13|18:28:25.126] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5304673Z [05-13|18:28:25.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5304813Z [05-13|18:28:25.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5305023Z [05-13|18:28:25.126] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5305370Z [05-13|18:28:25.126] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5305719Z [05-13|18:28:25.126] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5305852Z [05-13|18:28:25.127] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5306070Z [05-13|18:28:25.127] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5306206Z [05-13|18:28:25.127] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5306546Z [05-13|18:28:25.127] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "6facf1e3f364cdbc7ad4..."} -2026-05-13T18:30:53.5306889Z [05-13|18:28:25.127] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5307365Z [05-13|18:28:25.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5307501Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5307975Z [05-13|18:28:25.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5308642Z [05-13|18:28:25.128] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5308863Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5309309Z [05-13|18:28:25.128] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5309449Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5309880Z [05-13|18:28:25.128] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5310020Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5310152Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5310338Z [05-13|18:28:25.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5310479Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5310611Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5311046Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5311449Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5311583Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5312012Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5312152Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5312583Z [05-13|18:28:25.129] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5312718Z [05-13|18:28:25.129] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5312856Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5313248Z [05-13|18:28:25.130] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5313589Z [05-13|18:28:25.130] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5314071Z [05-13|18:28:25.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5314502Z [05-13|18:28:25.130] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5314638Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5314780Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5314912Z [05-13|18:28:25.131] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5315042Z [05-13|18:28:25.131] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5315384Z [05-13|18:28:25.131] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5315610Z [05-13|18:28:25.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.5315883Z [05-13|18:28:25.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5316156Z [05-13|18:28:25.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5316419Z [05-13|18:28:25.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5316556Z [05-13|18:28:25.131] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5317087Z [05-13|18:28:25.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5317360Z [05-13|18:28:25.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5317496Z [05-13|18:28:25.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5317936Z [05-13|18:28:25.132] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5318263Z [05-13|18:28:25.132] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5318748Z [05-13|18:28:25.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5319296Z [05-13|18:28:25.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5319572Z [05-13|18:28:25.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5320005Z [05-13|18:28:25.133] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5320206Z [05-13|18:28:25.133] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5320679Z [05-13|18:28:25.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5321110Z [05-13|18:28:25.133] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5321384Z [05-13|18:28:25.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5321651Z [05-13|18:28:25.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5322134Z [05-13|18:28:25.133] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5322410Z [05-13|18:28:25.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5322882Z [05-13|18:28:25.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5323353Z [05-13|18:28:25.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5323494Z [05-13|18:28:25.133] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5323628Z [05-13|18:28:25.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5324101Z [05-13|18:28:25.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5324537Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5324674Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5325103Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5325244Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5325719Z [05-13|18:28:25.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5325913Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5326051Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5326482Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5326617Z [05-13|18:28:25.135] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5326964Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5327393Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5327770Z [05-13|18:28:25.135] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5327912Z [05-13|18:28:25.136] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5328258Z [05-13|18:28:25.136] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5328669Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5329195Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5329625Z [05-13|18:28:25.136] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.5329762Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5329900Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5330036Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5330168Z [05-13|18:28:25.137] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5330516Z [05-13|18:28:25.138] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5330908Z [05-13|18:28:25.137] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5331395Z [05-13|18:28:25.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5331875Z [05-13|18:28:25.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5332349Z [05-13|18:28:25.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5332690Z [05-13|18:28:25.138] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5333173Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5333310Z [05-13|18:28:25.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5333529Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5333749Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5334087Z [05-13|18:28:25.139] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5334562Z [05-13|18:28:25.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5335062Z [05-13|18:28:25.140] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5335200Z [05-13|18:28:25.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5335333Z [05-13|18:28:25.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5335552Z [05-13|18:28:25.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5336025Z [05-13|18:28:25.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5336456Z [05-13|18:28:25.142] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5336647Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5336785Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5336920Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5337056Z [05-13|18:28:25.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5337532Z [05-13|18:28:25.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5338248Z [05-13|18:28:25.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5338566Z [05-13|18:28:25.143] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5338910Z [05-13|18:28:25.142] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5339387Z [05-13|18:28:25.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5339812Z [05-13|18:28:25.144] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5339956Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5340092Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5340232Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5340364Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5340494Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5340626Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5341109Z [05-13|18:28:25.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5341245Z [05-13|18:28:25.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5341680Z [05-13|18:28:25.145] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5341819Z [05-13|18:28:25.145] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5341950Z [05-13|18:28:25.145] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5342381Z [05-13|18:28:25.146] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5342517Z [05-13|18:28:25.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5342729Z [05-13|18:28:25.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5343010Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5343349Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5343620Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5343885Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5344157Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5344587Z [05-13|18:28:25.147] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5344722Z [05-13|18:28:25.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5344941Z [05-13|18:28:25.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5345206Z [05-13|18:28:25.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.5345425Z [05-13|18:28:25.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5345710Z [05-13|18:28:25.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5346195Z [05-13|18:28:25.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5346730Z [05-13|18:28:25.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5347004Z [05-13|18:28:25.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5347479Z [05-13|18:28:25.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5347914Z [05-13|18:28:25.148] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5348589Z [05-13|18:28:25.149] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 89, "digest": "1db3a488a9d0b65f4c5a..."} -2026-05-13T18:30:53.5349086Z [05-13|18:28:25.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5349561Z [05-13|18:28:25.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5349705Z [05-13|18:28:25.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5349921Z [05-13|18:28:25.149] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5350396Z [05-13|18:28:25.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5350837Z [05-13|18:28:25.150] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5350972Z [05-13|18:28:25.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5351447Z [05-13|18:28:25.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5351885Z [05-13|18:28:25.150] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5352100Z [05-13|18:28:25.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5352381Z [05-13|18:28:25.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5352863Z [05-13|18:28:25.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5353206Z [05-13|18:28:25.152] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5353349Z [05-13|18:28:25.152] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5353779Z [05-13|18:28:25.153] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5354122Z [05-13|18:28:25.153] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5354318Z [05-13|18:28:25.154] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5354456Z [05-13|18:28:25.154] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5354890Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5355027Z [05-13|18:28:25.154] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5355416Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5355749Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5356080Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5356518Z [05-13|18:28:25.154] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5356688Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5356901Z [05-13|18:28:25.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5357080Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5357418Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5357852Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5357992Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5358551Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5358690Z [05-13|18:28:25.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5358910Z [05-13|18:28:25.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5359341Z [05-13|18:28:25.155] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5359553Z [05-13|18:28:25.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5359988Z [05-13|18:28:25.156] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 99, "epoch round": 99} -2026-05-13T18:30:53.5360126Z [05-13|18:28:25.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5360602Z [05-13|18:28:25.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5360743Z [05-13|18:28:25.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5360944Z [05-13|18:28:25.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5361281Z [05-13|18:28:25.157] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5361502Z [05-13|18:28:25.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5361774Z [05-13|18:28:25.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5362040Z [05-13|18:28:25.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5362382Z [05-13|18:28:25.157] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5362917Z [05-13|18:28:25.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5363055Z [05-13|18:28:25.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5363396Z [05-13|18:28:25.158] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5363530Z [05-13|18:28:25.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5363662Z [05-13|18:28:25.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5364053Z [05-13|18:28:25.159] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 90, "digest": "123276d54efe4ec8f1bd..."} -2026-05-13T18:30:53.5364528Z [05-13|18:28:25.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5364662Z [05-13|18:28:25.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5364799Z [05-13|18:28:25.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5365067Z [05-13|18:28:25.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5365335Z [05-13|18:28:25.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5365662Z [05-13|18:28:25.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5365799Z [05-13|18:28:25.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5366013Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5366284Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5366548Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5366811Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5367296Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5367564Z [05-13|18:28:25.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5368223Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5368843Z [05-13|18:28:25.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5369330Z [05-13|18:28:25.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5369472Z [05-13|18:28:25.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5369615Z [05-13|18:28:25.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5370168Z [05-13|18:28:25.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5370388Z [05-13|18:28:25.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5370865Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5370999Z [05-13|18:28:25.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5371215Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.5371433Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5371622Z [05-13|18:28:25.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5371892Z [05-13|18:28:25.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5372164Z [05-13|18:28:25.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.5372380Z [05-13|18:28:25.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5372646Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5372861Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5373072Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5373542Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5374019Z [05-13|18:28:25.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5374542Z [05-13|18:28:25.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5374929Z [05-13|18:28:25.165] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5375147Z [05-13|18:28:25.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5375355Z [05-13|18:28:25.166] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5375695Z [05-13|18:28:25.166] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5376036Z [05-13|18:28:25.166] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5376172Z [05-13|18:28:25.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5376306Z [05-13|18:28:25.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5376445Z [05-13|18:28:25.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5376781Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5377114Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5377253Z [05-13|18:28:25.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5377390Z [05-13|18:28:25.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5377721Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5377985Z [05-13|18:28:25.168] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5378566Z [05-13|18:28:25.167] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5378711Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5378847Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5378986Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5379118Z [05-13|18:28:25.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5379330Z [05-13|18:28:25.169] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.5379668Z [05-13|18:28:25.169] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5379873Z [05-13|18:28:25.170] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5380146Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.5380419Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.5380687Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.5381006Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.5381275Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.5381619Z [05-13|18:28:25.170] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5381753Z [05-13|18:28:25.170] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5382023Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.5382503Z [05-13|18:28:25.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5382824Z [05-13|18:28:25.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.5383305Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5383778Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5384247Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5384721Z [05-13|18:28:25.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5384858Z [05-13|18:28:25.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5385075Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5385295Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5385504Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5385973Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5386195Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5386667Z [05-13|18:28:25.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5387070Z [05-13|18:28:25.173] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5387289Z [05-13|18:28:25.173] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5387631Z [05-13|18:28:25.173] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5388281Z [05-13|18:28:25.173] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5388739Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5388950Z [05-13|18:28:25.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5389168Z [05-13|18:28:25.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5389609Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5389803Z [05-13|18:28:25.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5390145Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 91, "digest": "bfc5aab592324977d7a9..."} -2026-05-13T18:30:53.5390425Z [05-13|18:28:25.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5390859Z [05-13|18:28:25.174] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5390995Z [05-13|18:28:25.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5391437Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5391572Z [05-13|18:28:25.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5392055Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5392197Z [05-13|18:28:25.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5392540Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5392876Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5393219Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5393656Z [05-13|18:28:25.175] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5393793Z [05-13|18:28:25.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5394013Z [05-13|18:28:25.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5394502Z [05-13|18:28:25.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5394638Z [05-13|18:28:25.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5394980Z [05-13|18:28:25.176] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5395316Z [05-13|18:28:25.176] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5395510Z [05-13|18:28:25.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5395995Z [05-13|18:28:25.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5396267Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5396539Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5396808Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5397073Z [05-13|18:28:25.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5397589Z [05-13|18:28:25.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5398198Z [05-13|18:28:25.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5398351Z [05-13|18:28:25.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5398902Z [05-13|18:28:25.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5399390Z [05-13|18:28:25.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5399664Z [05-13|18:28:25.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5399938Z [05-13|18:28:25.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5400290Z [05-13|18:28:25.180] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5400608Z [05-13|18:28:25.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.5401085Z [05-13|18:28:25.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5401440Z [05-13|18:28:25.180] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5401577Z [05-13|18:28:25.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5401716Z [05-13|18:28:25.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5402200Z [05-13|18:28:25.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5402470Z [05-13|18:28:25.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5402603Z [05-13|18:28:25.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5403084Z [05-13|18:28:25.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5403221Z [05-13|18:28:25.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5403696Z [05-13|18:28:25.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5403924Z [05-13|18:28:25.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5404401Z [05-13|18:28:25.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5404675Z [05-13|18:28:25.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5405023Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 92, "digest": "834efaa7b4519f7f8532..."} -2026-05-13T18:30:53.5405362Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5405495Z [05-13|18:28:25.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5405834Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5406165Z [05-13|18:28:25.185] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5406550Z [05-13|18:28:25.186] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5406694Z [05-13|18:28:25.186] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5406967Z [05-13|18:28:25.186] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5407447Z [05-13|18:28:25.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5407969Z [05-13|18:28:25.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5408562Z [05-13|18:28:25.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5408912Z [05-13|18:28:25.187] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5409396Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5409672Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5409895Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5410029Z [05-13|18:28:25.186] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5410161Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5410642Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5410778Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5410990Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.5411202Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5411341Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5411473Z [05-13|18:28:25.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5411949Z [05-13|18:28:25.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5412089Z [05-13|18:28:25.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5412426Z [05-13|18:28:25.190] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5412901Z [05-13|18:28:25.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5413179Z [05-13|18:28:25.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5413518Z [05-13|18:28:25.190] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5413994Z [05-13|18:28:25.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5414135Z [05-13|18:28:25.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5414267Z [05-13|18:28:25.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5414401Z [05-13|18:28:25.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5414678Z [05-13|18:28:25.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5415205Z [05-13|18:28:25.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5415343Z [05-13|18:28:25.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5415827Z [05-13|18:28:25.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5416131Z [05-13|18:28:25.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5416402Z [05-13|18:28:25.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.5416619Z [05-13|18:28:25.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5417102Z [05-13|18:28:25.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5417241Z [05-13|18:28:25.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5417380Z [05-13|18:28:25.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5417632Z [05-13|18:28:25.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5417770Z [05-13|18:28:25.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5417989Z [05-13|18:28:25.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5418241Z [05-13|18:28:25.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5418375Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5418513Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5418645Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5418776Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5418914Z [05-13|18:28:25.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5419258Z [05-13|18:28:25.195] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5419474Z [05-13|18:28:25.195] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.5419607Z [05-13|18:28:25.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5419948Z [05-13|18:28:25.196] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5420429Z [05-13|18:28:25.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5420764Z [05-13|18:28:25.196] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 93, "digest": "8c0c6761b7f57d44e426..."} -2026-05-13T18:30:53.5421045Z [05-13|18:28:25.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5421382Z [05-13|18:28:25.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5421649Z [05-13|18:28:25.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5422131Z [05-13|18:28:25.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5422268Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5422401Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5422538Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5422806Z [05-13|18:28:25.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5423339Z [05-13|18:28:25.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5423825Z [05-13|18:28:25.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5424144Z [05-13|18:28:25.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5424278Z [05-13|18:28:25.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5424418Z [05-13|18:28:25.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5424681Z [05-13|18:28:25.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5424894Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5425034Z [05-13|18:28:25.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5425508Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5425825Z [05-13|18:28:25.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5426308Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5426446Z [05-13|18:28:25.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5426919Z [05-13|18:28:25.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5427148Z [05-13|18:28:25.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5427284Z [05-13|18:28:25.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5427499Z [05-13|18:28:25.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5427775Z [05-13|18:28:25.200] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5428376Z [05-13|18:28:25.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5428722Z [05-13|18:28:25.201] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5428943Z [05-13|18:28:25.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5429156Z [05-13|18:28:25.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5429633Z [05-13|18:28:25.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5429915Z [05-13|18:28:25.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5430125Z [05-13|18:28:25.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5430464Z [05-13|18:28:25.202] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5430604Z [05-13|18:28:25.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5430871Z [05-13|18:28:25.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.5431207Z [05-13|18:28:25.203] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5431347Z [05-13|18:28:25.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5431879Z [05-13|18:28:25.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5432019Z [05-13|18:28:25.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5432360Z [05-13|18:28:25.203] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5432626Z [05-13|18:28:25.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5432838Z [05-13|18:28:25.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.5433176Z [05-13|18:28:25.205] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5433388Z [05-13|18:28:25.205] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5433657Z [05-13|18:28:25.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5433800Z [05-13|18:28:25.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5434130Z [05-13|18:28:25.206] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5434516Z [05-13|18:28:25.206] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5435000Z [05-13|18:28:25.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5435339Z [05-13|18:28:25.207] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5435474Z [05-13|18:28:25.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5435612Z [05-13|18:28:25.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5435831Z [05-13|18:28:25.208] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5435967Z [05-13|18:28:25.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5436239Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5436503Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5436643Z [05-13|18:28:25.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5436909Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5437172Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5437432Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5437698Z [05-13|18:28:25.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5438003Z [05-13|18:28:25.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5438605Z [05-13|18:28:25.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5439087Z [05-13|18:28:25.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5439560Z [05-13|18:28:25.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5439777Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5440311Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5440787Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5441306Z [05-13|18:28:25.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5441756Z [05-13|18:28:25.210] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5442096Z [05-13|18:28:25.210] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5442532Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5442674Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5443156Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5443294Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5443432Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5443564Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5443998Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5444137Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5444614Z [05-13|18:28:25.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5444955Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 94, "digest": "881707bde27f1f4cd3b1..."} -2026-05-13T18:30:53.5445396Z [05-13|18:28:25.211] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5445531Z [05-13|18:28:25.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5445960Z [05-13|18:28:25.212] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.5446099Z [05-13|18:28:25.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5446311Z [05-13|18:28:25.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5446525Z [05-13|18:28:25.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5446936Z [05-13|18:28:25.212] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5447071Z [05-13|18:28:25.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5447205Z [05-13|18:28:25.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5447695Z [05-13|18:28:25.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5447830Z [05-13|18:28:25.213] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5448215Z [05-13|18:28:25.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5448563Z [05-13|18:28:25.214] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5448962Z [05-13|18:28:25.214] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5449180Z [05-13|18:28:25.214] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5449522Z [05-13|18:28:25.214] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5450051Z [05-13|18:28:25.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5450390Z [05-13|18:28:25.215] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5450730Z [05-13|18:28:25.215] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5450943Z [05-13|18:28:25.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5451282Z [05-13|18:28:25.215] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5451425Z [05-13|18:28:25.215] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5451613Z [05-13|18:28:25.216] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5451830Z [05-13|18:28:25.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5452046Z [05-13|18:28:25.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5452386Z [05-13|18:28:25.217] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5452522Z [05-13|18:28:25.217] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5452735Z [05-13|18:28:25.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5453011Z [05-13|18:28:25.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5453280Z [05-13|18:28:25.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5453494Z [05-13|18:28:25.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5453766Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5454031Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 8} -2026-05-13T18:30:53.5454297Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5454564Z [05-13|18:28:25.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5454830Z [05-13|18:28:25.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5455152Z [05-13|18:28:25.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5455641Z [05-13|18:28:25.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5456126Z [05-13|18:28:25.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5456631Z [05-13|18:28:25.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5457101Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5457277Z [05-13|18:28:25.220] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5457754Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5457970Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5458599Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5459071Z [05-13|18:28:25.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5459284Z [05-13|18:28:25.221] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5459753Z [05-13|18:28:25.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5460105Z [05-13|18:28:25.221] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5460379Z [05-13|18:28:25.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5460520Z [05-13|18:28:25.222] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5460791Z [05-13|18:28:25.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.5461131Z [05-13|18:28:25.223] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5461345Z [05-13|18:28:25.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.5461825Z [05-13|18:28:25.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5461961Z [05-13|18:28:25.224] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5462171Z [05-13|18:28:25.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5462517Z [05-13|18:28:25.224] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5462739Z [05-13|18:28:25.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5462949Z [05-13|18:28:25.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5463086Z [05-13|18:28:25.225] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5463219Z [05-13|18:28:25.225] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5463428Z [05-13|18:28:25.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5463765Z [05-13|18:28:25.225] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5463964Z [05-13|18:28:25.225] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5464300Z [05-13|18:28:25.225] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5464434Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5464772Z [05-13|18:28:25.226] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5464905Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5465035Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5465173Z [05-13|18:28:25.226] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5465560Z [05-13|18:28:25.226] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5465901Z [05-13|18:28:25.226] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 95, "digest": "276ac2ab69cfabd21b5d..."} -2026-05-13T18:30:53.5466175Z [05-13|18:28:25.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5466311Z [05-13|18:28:25.227] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5466837Z [05-13|18:28:25.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5466975Z [05-13|18:28:25.227] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5467313Z [05-13|18:28:25.228] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5467648Z [05-13|18:28:25.228] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5467788Z [05-13|18:28:25.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5467921Z [05-13|18:28:25.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5468569Z [05-13|18:28:25.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5468854Z [05-13|18:28:25.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 8} -2026-05-13T18:30:53.5469065Z [05-13|18:28:25.230] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5469198Z [05-13|18:28:25.229] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5469336Z [05-13|18:28:25.230] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5469468Z [05-13|18:28:25.230] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5469943Z [05-13|18:28:25.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5470083Z [05-13|18:28:25.231] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5470218Z [05-13|18:28:25.231] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5470431Z [05-13|18:28:25.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5470705Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5470970Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5471233Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5471713Z [05-13|18:28:25.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5472114Z [05-13|18:28:25.232] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5472250Z [05-13|18:28:25.232] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5472522Z [05-13|18:28:25.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5472786Z [05-13|18:28:25.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5472918Z [05-13|18:28:25.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5473390Z [05-13|18:28:25.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5473528Z [05-13|18:28:25.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5473710Z [05-13|18:28:25.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5473978Z [05-13|18:28:25.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5474458Z [05-13|18:28:25.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5474980Z [05-13|18:28:25.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5475256Z [05-13|18:28:25.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5475391Z [05-13|18:28:25.234] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5475523Z [05-13|18:28:25.234] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5475994Z [05-13|18:28:25.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5476471Z [05-13|18:28:25.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5476642Z [05-13|18:28:25.235] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5477114Z [05-13|18:28:25.235] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5477462Z [05-13|18:28:25.236] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 96, "digest": "c5b792f505e72ab6ec23..."} -2026-05-13T18:30:53.5477597Z [05-13|18:28:25.236] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5477728Z [05-13|18:28:25.237] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5477999Z [05-13|18:28:25.237] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.5478467Z [05-13|18:28:25.237] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5478944Z [05-13|18:28:25.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5479221Z [05-13|18:28:25.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5479569Z [05-13|18:28:25.238] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5479703Z [05-13|18:28:25.238] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5479842Z [05-13|18:28:25.238] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5480320Z [05-13|18:28:25.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5480560Z [05-13|18:28:25.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5480925Z [05-13|18:28:25.239] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5481267Z [05-13|18:28:25.239] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5481604Z [05-13|18:28:25.239] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5482091Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5482528Z [05-13|18:28:25.240] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5482748Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5483229Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5483444Z [05-13|18:28:25.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5483976Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5484190Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5484663Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5485138Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5485406Z [05-13|18:28:25.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5485881Z [05-13|18:28:25.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5486104Z [05-13|18:28:25.242] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5486576Z [05-13|18:28:25.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5486920Z [05-13|18:28:25.243] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5487061Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5487196Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5487328Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5487467Z [05-13|18:28:25.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5487678Z [05-13|18:28:25.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.5488016Z [05-13|18:28:25.243] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5488339Z [05-13|18:28:25.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5488481Z [05-13|18:28:25.244] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5488690Z [05-13|18:28:25.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5489165Z [05-13|18:28:25.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5489583Z [05-13|18:28:25.245] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5489717Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5489852Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5489989Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5490119Z [05-13|18:28:25.246] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5490594Z [05-13|18:28:25.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5490730Z [05-13|18:28:25.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5490994Z [05-13|18:28:25.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5491267Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5491539Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5491856Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5492118Z [05-13|18:28:25.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5492385Z [05-13|18:28:25.247] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5492517Z [05-13|18:28:25.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5492777Z [05-13|18:28:25.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5493265Z [05-13|18:28:25.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5493532Z [05-13|18:28:25.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5494059Z [05-13|18:28:25.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5494202Z [05-13|18:28:25.248] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5494676Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5495149Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5495373Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5495642Z [05-13|18:28:25.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.5496114Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5496595Z [05-13|18:28:25.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5497069Z [05-13|18:28:25.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5497283Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5497507Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5497760Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5497897Z [05-13|18:28:25.251] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5498287Z [05-13|18:28:25.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5498766Z [05-13|18:28:25.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5498980Z [05-13|18:28:25.252] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.5499118Z [05-13|18:28:25.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5499520Z [05-13|18:28:25.252] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5499861Z [05-13|18:28:25.252] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5500349Z [05-13|18:28:25.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5500612Z [05-13|18:28:25.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5500949Z [05-13|18:28:25.253] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 97, "digest": "a2a6373456cc853beca1..."} -2026-05-13T18:30:53.5501168Z [05-13|18:28:25.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5501503Z [05-13|18:28:25.254] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5501841Z [05-13|18:28:25.253] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5502057Z [05-13|18:28:25.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5502191Z [05-13|18:28:25.254] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5502581Z [05-13|18:28:25.255] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5502936Z [05-13|18:28:25.255] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5503271Z [05-13|18:28:25.255] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5503542Z [05-13|18:28:25.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.5503681Z [05-13|18:28:25.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5504016Z [05-13|18:28:25.256] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5504496Z [05-13|18:28:25.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5504771Z [05-13|18:28:25.257] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5504985Z [05-13|18:28:25.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5505197Z [05-13|18:28:25.257] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.5505677Z [05-13|18:28:25.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5505813Z [05-13|18:28:25.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5506029Z [05-13|18:28:25.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5506359Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5506627Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5506893Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5511751Z [05-13|18:28:25.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5512113Z [05-13|18:28:25.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5512735Z [05-13|18:28:25.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5513234Z [05-13|18:28:25.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5513520Z [05-13|18:28:25.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5513670Z [05-13|18:28:25.259] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5513960Z [05-13|18:28:25.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5514171Z [05-13|18:28:25.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5514529Z [05-13|18:28:25.260] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 98, "digest": "b3bc65ebc95d0be6eb9b..."} -2026-05-13T18:30:53.5515013Z [05-13|18:28:25.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5515289Z [05-13|18:28:25.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5515431Z [05-13|18:28:25.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5515961Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5516433Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5516664Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5517157Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5517377Z [05-13|18:28:25.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5517662Z [05-13|18:28:25.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5518305Z [05-13|18:28:25.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5518530Z [05-13|18:28:25.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5518671Z [05-13|18:28:25.262] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5519150Z [05-13|18:28:25.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5519423Z [05-13|18:28:25.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.5519559Z [05-13|18:28:25.263] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5519975Z [05-13|18:28:25.263] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5520331Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5520551Z [05-13|18:28:25.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5520892Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5521226Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5521436Z [05-13|18:28:25.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5521825Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5522159Z [05-13|18:28:25.264] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5522295Z [05-13|18:28:25.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5522508Z [05-13|18:28:25.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5522894Z [05-13|18:28:25.265] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5523362Z [05-13|18:28:25.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5523580Z [05-13|18:28:25.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5523915Z [05-13|18:28:25.265] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5524258Z [05-13|18:28:25.266] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5524449Z [05-13|18:28:25.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5524585Z [05-13|18:28:25.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5524721Z [05-13|18:28:25.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5524938Z [05-13|18:28:25.267] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.5525074Z [05-13|18:28:25.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5525407Z [05-13|18:28:25.267] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 99, "digest": "7f200fb63fb9efdd25a3..."} -2026-05-13T18:30:53.5525544Z [05-13|18:28:25.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5525676Z [05-13|18:28:25.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5525811Z [05-13|18:28:25.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5526266Z [05-13|18:28:25.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5526405Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5526839Z [05-13|18:28:25.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5526972Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5527108Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5527238Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5527366Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5527646Z [05-13|18:28:25.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5528246Z [05-13|18:28:25.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5528384Z [05-13|18:28:25.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5528821Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5529245Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5529377Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5529869Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5530007Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5530144Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5530577Z [05-13|18:28:25.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5530766Z [05-13|18:28:25.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5531239Z [05-13|18:28:25.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5531711Z [05-13|18:28:25.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5532144Z [05-13|18:28:25.271] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5532573Z [05-13|18:28:25.271] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 111, "epoch round": 111} -2026-05-13T18:30:53.5532764Z [05-13|18:28:25.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5532901Z [05-13|18:28:25.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5533370Z [05-13|18:28:25.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5533513Z [05-13|18:28:25.272] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5533727Z [05-13|18:28:25.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5533862Z [05-13|18:28:25.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5534002Z [05-13|18:28:25.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5534347Z [05-13|18:28:25.273] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5534480Z [05-13|18:28:25.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5534618Z [05-13|18:28:25.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5534750Z [05-13|18:28:25.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5535021Z [05-13|18:28:25.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5535288Z [05-13|18:28:25.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5535552Z [05-13|18:28:25.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5535812Z [05-13|18:28:25.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5536170Z [05-13|18:28:25.275] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5536703Z [05-13|18:28:25.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5536838Z [05-13|18:28:25.275] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5536976Z [05-13|18:28:25.275] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5537438Z [05-13|18:28:25.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5537906Z [05-13|18:28:25.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5538227Z [05-13|18:28:25.275] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5538511Z [05-13|18:28:25.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5538778Z [05-13|18:28:25.276] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5539256Z [05-13|18:28:25.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5539778Z [05-13|18:28:25.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5539916Z [05-13|18:28:25.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5540139Z [05-13|18:28:25.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5540601Z [05-13|18:28:25.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5540816Z [05-13|18:28:25.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5540956Z [05-13|18:28:25.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5541142Z [05-13|18:28:25.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5541411Z [05-13|18:28:25.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5541763Z [05-13|18:28:25.278] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 100, "digest": "77bc7a0bb2d1d1c3880e..."} -2026-05-13T18:30:53.5542232Z [05-13|18:28:25.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5542366Z [05-13|18:28:25.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5542509Z [05-13|18:28:25.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5542644Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5542775Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5542907Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5543126Z [05-13|18:28:25.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5543591Z [05-13|18:28:25.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5543724Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5543862Z [05-13|18:28:25.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5543995Z [05-13|18:28:25.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5544261Z [05-13|18:28:25.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5544541Z [05-13|18:28:25.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5544752Z [05-13|18:28:25.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5545094Z [05-13|18:28:25.281] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5545437Z [05-13|18:28:25.281] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5545646Z [05-13|18:28:25.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5545977Z [05-13|18:28:25.281] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5546491Z [05-13|18:28:25.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5546704Z [05-13|18:28:25.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5547171Z [05-13|18:28:25.280] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5547551Z [05-13|18:28:25.282] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5547688Z [05-13|18:28:25.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5548020Z [05-13|18:28:25.283] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5548282Z [05-13|18:28:25.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5548417Z [05-13|18:28:25.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5548682Z [05-13|18:28:25.283] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5548900Z [05-13|18:28:25.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5549295Z [05-13|18:28:25.283] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5549772Z [05-13|18:28:25.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5550112Z [05-13|18:28:25.284] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5550247Z [05-13|18:28:25.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5550457Z [05-13|18:28:25.284] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5550729Z [05-13|18:28:25.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5550942Z [05-13|18:28:25.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.5551207Z [05-13|18:28:25.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5551344Z [05-13|18:28:25.286] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5551605Z [05-13|18:28:25.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5552073Z [05-13|18:28:25.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5552413Z [05-13|18:28:25.286] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5552624Z [05-13|18:28:25.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5553186Z [05-13|18:28:25.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5553458Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5553721Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5553983Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5554449Z [05-13|18:28:25.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5554967Z [05-13|18:28:25.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5555236Z [05-13|18:28:25.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5555720Z [05-13|18:28:25.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5555977Z [05-13|18:28:25.287] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5556274Z [05-13|18:28:25.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.5556744Z [05-13|18:28:25.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5557082Z [05-13|18:28:25.288] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5557550Z [05-13|18:28:25.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5557691Z [05-13|18:28:25.289] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5558330Z [05-13|18:28:25.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5558552Z [05-13|18:28:25.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.5558823Z [05-13|18:28:25.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5559291Z [05-13|18:28:25.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5559635Z [05-13|18:28:25.291] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5559978Z [05-13|18:28:25.291] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5560113Z [05-13|18:28:25.292] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5560442Z [05-13|18:28:25.292] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5560661Z [05-13|18:28:25.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5560796Z [05-13|18:28:25.293] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5561124Z [05-13|18:28:25.293] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5561602Z [05-13|18:28:25.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5562000Z [05-13|18:28:25.293] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5562488Z [05-13|18:28:25.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5562636Z [05-13|18:28:25.294] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5562981Z [05-13|18:28:25.294] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5563253Z [05-13|18:28:25.294] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5563790Z [05-13|18:28:25.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5563930Z [05-13|18:28:25.294] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5564398Z [05-13|18:28:25.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5564742Z [05-13|18:28:25.295] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 101, "digest": "bb481e6588907890f51e..."} -2026-05-13T18:30:53.5565008Z [05-13|18:28:25.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5565342Z [05-13|18:28:25.295] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5565818Z [05-13|18:28:25.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5565953Z [05-13|18:28:25.295] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5566164Z [05-13|18:28:25.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5566302Z [05-13|18:28:25.295] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5566549Z [05-13|18:28:25.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5566686Z [05-13|18:28:25.296] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5567161Z [05-13|18:28:25.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5567501Z [05-13|18:28:25.296] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5567973Z [05-13|18:28:25.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5568504Z [05-13|18:28:25.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5568719Z [05-13|18:28:25.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5568856Z [05-13|18:28:25.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5569070Z [05-13|18:28:25.298] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5569344Z [05-13|18:28:25.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.5569815Z [05-13|18:28:25.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5570292Z [05-13|18:28:25.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5570427Z [05-13|18:28:25.300] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5570845Z [05-13|18:28:25.299] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5570988Z [05-13|18:28:25.301] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5571196Z [05-13|18:28:25.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5571339Z [05-13|18:28:25.301] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5571482Z [05-13|18:28:25.301] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5571756Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5572027Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5572352Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5572618Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5572881Z [05-13|18:28:25.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5573375Z [05-13|18:28:25.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5573908Z [05-13|18:28:25.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5574123Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.5574342Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5574556Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5574824Z [05-13|18:28:25.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5575357Z [05-13|18:28:25.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5575705Z [05-13|18:28:25.304] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 102, "digest": "ebc60c7f8d18a1569734..."} -2026-05-13T18:30:53.5575973Z [05-13|18:28:25.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5576122Z [05-13|18:28:25.304] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5576590Z [05-13|18:28:25.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5577060Z [05-13|18:28:25.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5577542Z [05-13|18:28:25.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5577681Z [05-13|18:28:25.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5577944Z [05-13|18:28:25.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5578281Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5578494Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5578626Z [05-13|18:28:25.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5579101Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5579634Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5579767Z [05-13|18:28:25.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5579905Z [05-13|18:28:25.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5580117Z [05-13|18:28:25.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5580588Z [05-13|18:28:25.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5580727Z [05-13|18:28:25.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5580988Z [05-13|18:28:25.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5581334Z [05-13|18:28:25.308] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5581682Z [05-13|18:28:25.308] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5581815Z [05-13|18:28:25.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5581997Z [05-13|18:28:25.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5582134Z [05-13|18:28:25.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5582344Z [05-13|18:28:25.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5582554Z [05-13|18:28:25.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5582763Z [05-13|18:28:25.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5583108Z [05-13|18:28:25.309] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5583319Z [05-13|18:28:25.310] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5583709Z [05-13|18:28:25.310] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5584055Z [05-13|18:28:25.310] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5584386Z [05-13|18:28:25.310] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5584718Z [05-13|18:28:25.311] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5584992Z [05-13|18:28:25.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.5585328Z [05-13|18:28:25.313] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5585809Z [05-13|18:28:25.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5585945Z [05-13|18:28:25.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5586085Z [05-13|18:28:25.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5586350Z [05-13|18:28:25.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5586620Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5586881Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5587143Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5587452Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5587715Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5588309Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5588793Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5589054Z [05-13|18:28:25.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5589589Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5589857Z [05-13|18:28:25.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5590325Z [05-13|18:28:25.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5590849Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5591316Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5591781Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5592253Z [05-13|18:28:25.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5592570Z [05-13|18:28:25.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5593039Z [05-13|18:28:25.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5593257Z [05-13|18:28:25.317] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5593593Z [05-13|18:28:25.317] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5593804Z [05-13|18:28:25.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5593945Z [05-13|18:28:25.318] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5594280Z [05-13|18:28:25.319] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5594493Z [05-13|18:28:25.319] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5594708Z [05-13|18:28:25.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.5595048Z [05-13|18:28:25.320] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5595387Z [05-13|18:28:25.320] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5595601Z [05-13|18:28:25.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5595735Z [05-13|18:28:25.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5595945Z [05-13|18:28:25.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5596149Z [05-13|18:28:25.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5596361Z [05-13|18:28:25.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5596495Z [05-13|18:28:25.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5596712Z [05-13|18:28:25.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5597184Z [05-13|18:28:25.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5597395Z [05-13|18:28:25.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5597668Z [05-13|18:28:25.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5597844Z [05-13|18:28:25.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5598298Z [05-13|18:28:25.323] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5598634Z [05-13|18:28:25.324] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5598774Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5598969Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5599101Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5599240Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5599370Z [05-13|18:28:25.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5599581Z [05-13|18:28:25.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5600060Z [05-13|18:28:25.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5600197Z [05-13|18:28:25.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5600585Z [05-13|18:28:25.326] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5600807Z [05-13|18:28:25.326] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5601251Z [05-13|18:28:25.327] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 118, "epoch round": 118} -2026-05-13T18:30:53.5601687Z [05-13|18:28:25.327] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 118, "epoch round": 118} -2026-05-13T18:30:53.5602035Z [05-13|18:28:25.328] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5602169Z [05-13|18:28:25.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5602504Z [05-13|18:28:25.328] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5602848Z [05-13|18:28:25.329] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 103, "digest": "7888c07c5afd80bc8c01..."} -2026-05-13T18:30:53.5602983Z [05-13|18:28:25.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5603416Z [05-13|18:28:25.329] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 118, "epoch round": 118} -2026-05-13T18:30:53.5603557Z [05-13|18:28:25.329] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5603689Z [05-13|18:28:25.329] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5603817Z [05-13|18:28:25.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5603952Z [05-13|18:28:25.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5604342Z [05-13|18:28:25.330] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5604475Z [05-13|18:28:25.331] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5604611Z [05-13|18:28:25.331] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5605090Z [05-13|18:28:25.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5605223Z [05-13|18:28:25.333] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5605499Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5605765Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5606089Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5606233Z [05-13|18:28:25.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5606496Z [05-13|18:28:25.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.5606759Z [05-13|18:28:25.334] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5607274Z [05-13|18:28:25.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5607407Z [05-13|18:28:25.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5607873Z [05-13|18:28:25.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5608012Z [05-13|18:28:25.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5608594Z [05-13|18:28:25.334] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5608790Z [05-13|18:28:25.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5609056Z [05-13|18:28:25.335] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5609526Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5609740Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5609872Z [05-13|18:28:25.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5610011Z [05-13|18:28:25.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5610143Z [05-13|18:28:25.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5610608Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5610829Z [05-13|18:28:25.336] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5611094Z [05-13|18:28:25.337] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5611305Z [05-13|18:28:25.337] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5611575Z [05-13|18:28:25.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5612042Z [05-13|18:28:25.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5612505Z [05-13|18:28:25.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5612704Z [05-13|18:28:25.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5612839Z [05-13|18:28:25.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5612971Z [05-13|18:28:25.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5613322Z [05-13|18:28:25.339] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 104, "digest": "c33a3d191cde181149d9..."} -2026-05-13T18:30:53.5613789Z [05-13|18:28:25.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5614002Z [05-13|18:28:25.340] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5614320Z [05-13|18:28:25.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5614788Z [05-13|18:28:25.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5614923Z [05-13|18:28:25.341] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5615140Z [05-13|18:28:25.341] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5615334Z [05-13|18:28:25.341] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5615673Z [05-13|18:28:25.341] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5616151Z [05-13|18:28:25.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5616499Z [05-13|18:28:25.342] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5616636Z [05-13|18:28:25.342] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5616773Z [05-13|18:28:25.342] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5617190Z [05-13|18:28:25.343] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5617327Z [05-13|18:28:25.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5617668Z [05-13|18:28:25.343] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5617802Z [05-13|18:28:25.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5618014Z [05-13|18:28:25.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5618355Z [05-13|18:28:25.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5618693Z [05-13|18:28:25.343] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5619027Z [05-13|18:28:25.344] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5619247Z [05-13|18:28:25.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5619382Z [05-13|18:28:25.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5619592Z [05-13|18:28:25.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.5619808Z [05-13|18:28:25.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5619940Z [05-13|18:28:25.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5620275Z [05-13|18:28:25.345] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5620413Z [05-13|18:28:25.346] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5620817Z [05-13|18:28:25.346] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5621153Z [05-13|18:28:25.346] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5621294Z [05-13|18:28:25.347] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5621561Z [05-13|18:28:25.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5621824Z [05-13|18:28:25.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.5622086Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5622406Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5622672Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5622934Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5623201Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5623514Z [05-13|18:28:25.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5623988Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5624462Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5624930Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5625445Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5625910Z [05-13|18:28:25.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5626380Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5626854Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5627123Z [05-13|18:28:25.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5627597Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5628187Z [05-13|18:28:25.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5628406Z [05-13|18:28:25.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.5628619Z [05-13|18:28:25.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5628758Z [05-13|18:28:25.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5629097Z [05-13|18:28:25.352] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5629233Z [05-13|18:28:25.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5629434Z [05-13|18:28:25.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5629776Z [05-13|18:28:25.353] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5630110Z [05-13|18:28:25.353] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5630382Z [05-13|18:28:25.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5630849Z [05-13|18:28:25.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5630981Z [05-13|18:28:25.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5631174Z [05-13|18:28:25.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5631654Z [05-13|18:28:25.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5632014Z [05-13|18:28:25.354] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5632554Z [05-13|18:28:25.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5632901Z [05-13|18:28:25.355] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5633239Z [05-13|18:28:25.355] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5633581Z [05-13|18:28:25.355] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5634057Z [05-13|18:28:25.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5634446Z [05-13|18:28:25.356] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5634923Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5635391Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5635856Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5635998Z [05-13|18:28:25.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5636130Z [05-13|18:28:25.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5636340Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5636818Z [05-13|18:28:25.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5636952Z [05-13|18:28:25.357] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5637162Z [05-13|18:28:25.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5637299Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5637430Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5637771Z [05-13|18:28:25.358] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 105, "digest": "8d47467c8f1a5eab394a..."} -2026-05-13T18:30:53.5638145Z [05-13|18:28:25.358] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5638489Z [05-13|18:28:25.358] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5638621Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5638760Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5638969Z [05-13|18:28:25.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5639100Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5639236Z [05-13|18:28:25.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5639365Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5639557Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5639689Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5639828Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5639957Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5640088Z [05-13|18:28:25.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5640359Z [05-13|18:28:25.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5640569Z [05-13|18:28:25.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5640701Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5640836Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5641046Z [05-13|18:28:25.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5641177Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5641314Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5641445Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5641575Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5641761Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5641893Z [05-13|18:28:25.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5642024Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5642152Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5642285Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5642414Z [05-13|18:28:25.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5642885Z [05-13|18:28:25.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5643101Z [05-13|18:28:25.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5643373Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.5643640Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5643910Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5644173Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5644433Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5644699Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5644960Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5645497Z [05-13|18:28:25.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5645769Z [05-13|18:28:25.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5646031Z [05-13|18:28:25.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5646514Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5646991Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5647490Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5647966Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5648555Z [05-13|18:28:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5649087Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5649561Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5649777Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5649988Z [05-13|18:28:25.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5650127Z [05-13|18:28:25.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5650385Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5650860Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5651076Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5651285Z [05-13|18:28:25.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.5651436Z [05-13|18:28:25.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5651568Z [05-13|18:28:25.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5651781Z [05-13|18:28:25.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5651991Z [05-13|18:28:25.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5652123Z [05-13|18:28:25.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5652260Z [05-13|18:28:25.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5652602Z [05-13|18:28:25.367] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5652943Z [05-13|18:28:25.367] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5653285Z [05-13|18:28:25.368] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5653418Z [05-13|18:28:25.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5653556Z [05-13|18:28:25.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5653835Z [05-13|18:28:25.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5654174Z [05-13|18:28:25.368] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5654510Z [05-13|18:28:25.369] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5654730Z [05-13|18:28:25.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5655061Z [05-13|18:28:25.369] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5655394Z [05-13|18:28:25.369] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5655751Z [05-13|18:28:25.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5656023Z [05-13|18:28:25.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5656155Z [05-13|18:28:25.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5656503Z [05-13|18:28:25.370] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5656877Z [05-13|18:28:25.370] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 106, "digest": "1c886d845cf8503066c8..."} -2026-05-13T18:30:53.5657356Z [05-13|18:28:25.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5657494Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5657629Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5657760Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5657895Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5658539Z [05-13|18:28:25.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5658681Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5658815Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5658944Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659074Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659202Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659339Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659469Z [05-13|18:28:25.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659598Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659734Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659863Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5659993Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5660128Z [05-13|18:28:25.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5660258Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5660392Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5660526Z [05-13|18:28:25.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5660869Z [05-13|18:28:25.374] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5661135Z [05-13|18:28:25.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.5661341Z [05-13|18:28:25.375] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5661814Z [05-13|18:28:25.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5662154Z [05-13|18:28:25.375] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5662292Z [05-13|18:28:25.375] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5662764Z [05-13|18:28:25.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5662977Z [05-13|18:28:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.5663112Z [05-13|18:28:25.376] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5663428Z [05-13|18:28:25.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5663692Z [05-13|18:28:25.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5663952Z [05-13|18:28:25.377] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5664221Z [05-13|18:28:25.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5664483Z [05-13|18:28:25.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5664953Z [05-13|18:28:25.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5665225Z [05-13|18:28:25.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5665695Z [05-13|18:28:25.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5666204Z [05-13|18:28:25.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5666469Z [05-13|18:28:25.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5666681Z [05-13|18:28:25.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5667025Z [05-13|18:28:25.379] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 107, "digest": "8bf76a99da9ab28e3005..."} -2026-05-13T18:30:53.5667495Z [05-13|18:28:25.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5667962Z [05-13|18:28:25.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5668217Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5668353Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5668488Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5668704Z [05-13|18:28:25.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5668913Z [05-13|18:28:25.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5669045Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5669251Z [05-13|18:28:25.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5669389Z [05-13|18:28:25.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5669655Z [05-13|18:28:25.380] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5669983Z [05-13|18:28:25.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5670123Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5670590Z [05-13|18:28:25.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5670802Z [05-13|18:28:25.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5670941Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5671072Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5671204Z [05-13|18:28:25.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5671761Z [05-13|18:28:25.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5672233Z [05-13|18:28:25.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5672578Z [05-13|18:28:25.382] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5672970Z [05-13|18:28:25.382] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5673104Z [05-13|18:28:25.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5673235Z [05-13|18:28:25.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5673449Z [05-13|18:28:25.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5673660Z [05-13|18:28:25.384] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5673870Z [05-13|18:28:25.384] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5674190Z [05-13|18:28:25.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.5674532Z [05-13|18:28:25.384] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5674866Z [05-13|18:28:25.384] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5675009Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5675478Z [05-13|18:28:25.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5675617Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5675959Z [05-13|18:28:25.385] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5676292Z [05-13|18:28:25.385] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5676556Z [05-13|18:28:25.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.5676696Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5676826Z [05-13|18:28:25.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5677306Z [05-13|18:28:25.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5677441Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5677780Z [05-13|18:28:25.386] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 108, "digest": "5a426aa1c2c3fb59ba96..."} -2026-05-13T18:30:53.5677957Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5678207Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5678344Z [05-13|18:28:25.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5678682Z [05-13|18:28:25.384] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5678944Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5679214Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5679345Z [05-13|18:28:25.387] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5679666Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5680011Z [05-13|18:28:25.387] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5680224Z [05-13|18:28:25.387] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5680356Z [05-13|18:28:25.387] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5680926Z [05-13|18:28:25.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5681192Z [05-13|18:28:25.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5681324Z [05-13|18:28:25.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5681591Z [05-13|18:28:25.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5682066Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5682583Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5682805Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5683070Z [05-13|18:28:25.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5683536Z [05-13|18:28:25.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5684010Z [05-13|18:28:25.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5684222Z [05-13|18:28:25.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5684433Z [05-13|18:28:25.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5684572Z [05-13|18:28:25.389] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5684703Z [05-13|18:28:25.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5684835Z [05-13|18:28:25.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5684972Z [05-13|18:28:25.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5685179Z [05-13|18:28:25.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5685652Z [05-13|18:28:25.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5685922Z [05-13|18:28:25.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5686191Z [05-13|18:28:25.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5686397Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5686667Z [05-13|18:28:25.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5687134Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5687267Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5687403Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5687534Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5688157Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5688677Z [05-13|18:28:25.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5688823Z [05-13|18:28:25.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5689102Z [05-13|18:28:25.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.5689449Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5689786Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5690121Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5690258Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5690591Z [05-13|18:28:25.392] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5690785Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5690925Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5691057Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5691389Z [05-13|18:28:25.393] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5691529Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5691661Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5691789Z [05-13|18:28:25.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5691919Z [05-13|18:28:25.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5692372Z [05-13|18:28:25.393] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 123, "epoch round": 123} -2026-05-13T18:30:53.5692711Z [05-13|18:28:25.394] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5692844Z [05-13|18:28:25.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5693060Z [05-13|18:28:25.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5693269Z [05-13|18:28:25.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5693400Z [05-13|18:28:25.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5693535Z [05-13|18:28:25.395] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5693743Z [05-13|18:28:25.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5694226Z [05-13|18:28:25.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5694634Z [05-13|18:28:25.396] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5694768Z [05-13|18:28:25.396] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5695098Z [05-13|18:28:25.396] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5695236Z [05-13|18:28:25.396] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5695447Z [05-13|18:28:25.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.5695579Z [05-13|18:28:25.397] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5695969Z [05-13|18:28:25.397] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5696104Z [05-13|18:28:25.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5696439Z [05-13|18:28:25.398] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 109, "digest": "a182f26720b2ee3291ff..."} -2026-05-13T18:30:53.5696577Z [05-13|18:28:25.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5696891Z [05-13|18:28:25.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5697155Z [05-13|18:28:25.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5697420Z [05-13|18:28:25.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5697553Z [05-13|18:28:25.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5697815Z [05-13|18:28:25.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5697956Z [05-13|18:28:25.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5698331Z [05-13|18:28:25.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5698870Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5699350Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5699820Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5700288Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5700760Z [05-13|18:28:25.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5701031Z [05-13|18:28:25.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5701164Z [05-13|18:28:25.401] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5701303Z [05-13|18:28:25.401] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5701565Z [05-13|18:28:25.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5701829Z [05-13|18:28:25.400] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5702095Z [05-13|18:28:25.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5702568Z [05-13|18:28:25.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5702759Z [05-13|18:28:25.402] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5703234Z [05-13|18:28:25.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5703698Z [05-13|18:28:25.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5704163Z [05-13|18:28:25.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5704433Z [05-13|18:28:25.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5704702Z [05-13|18:28:25.403] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.5705045Z [05-13|18:28:25.404] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5705186Z [05-13|18:28:25.403] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5705716Z [05-13|18:28:25.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5705850Z [05-13|18:28:25.405] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5706068Z [05-13|18:28:25.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.5706417Z [05-13|18:28:25.406] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5706753Z [05-13|18:28:25.406] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5707094Z [05-13|18:28:25.406] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5707467Z [05-13|18:28:25.407] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5707946Z [05-13|18:28:25.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5708551Z [05-13|18:28:25.407] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5708900Z [05-13|18:28:25.407] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 110, "digest": "2d57965f57f3ee98f8e9..."} -2026-05-13T18:30:53.5709038Z [05-13|18:28:25.407] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5709257Z [05-13|18:28:25.408] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5709390Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5709867Z [05-13|18:28:25.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5710216Z [05-13|18:28:25.408] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5710363Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5710498Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5710635Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5710983Z [05-13|18:28:25.408] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5711197Z [05-13|18:28:25.408] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5711547Z [05-13|18:28:25.409] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5712042Z [05-13|18:28:25.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5712186Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5712322Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5712452Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5712582Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5712715Z [05-13|18:28:25.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5713013Z [05-13|18:28:25.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5713495Z [05-13|18:28:25.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5713773Z [05-13|18:28:25.410] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5713965Z [05-13|18:28:25.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5714437Z [05-13|18:28:25.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5714709Z [05-13|18:28:25.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.5715182Z [05-13|18:28:25.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5715315Z [05-13|18:28:25.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5715789Z [05-13|18:28:25.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5716304Z [05-13|18:28:25.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5716447Z [05-13|18:28:25.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5716910Z [05-13|18:28:25.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5717043Z [05-13|18:28:25.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5717258Z [05-13|18:28:25.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5717474Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5717686Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5718287Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5718504Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5718713Z [05-13|18:28:25.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5718848Z [05-13|18:28:25.413] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5718979Z [05-13|18:28:25.414] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5719114Z [05-13|18:28:25.413] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5719324Z [05-13|18:28:25.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5719524Z [05-13|18:28:25.414] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5719738Z [05-13|18:28:25.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5719870Z [05-13|18:28:25.415] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5720077Z [05-13|18:28:25.415] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.5720429Z [05-13|18:28:25.417] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5720562Z [05-13|18:28:25.417] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5720693Z [05-13|18:28:25.417] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5720963Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5721282Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5721548Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5721894Z [05-13|18:28:25.418] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 111, "digest": "7805e6ab86dc7091c12d..."} -2026-05-13T18:30:53.5722208Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5722341Z [05-13|18:28:25.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5722606Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5722867Z [05-13|18:28:25.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5723342Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5723611Z [05-13|18:28:25.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5723928Z [05-13|18:28:25.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5724399Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5724539Z [05-13|18:28:25.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5725007Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5725477Z [05-13|18:28:25.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5725951Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5726415Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5726631Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5726846Z [05-13|18:28:25.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5727054Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5727520Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5727738Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5728381Z [05-13|18:28:25.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5728652Z [05-13|18:28:25.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.5729004Z [05-13|18:28:25.421] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5729346Z [05-13|18:28:25.422] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5729793Z [05-13|18:28:25.422] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 126, "epoch round": 126} -2026-05-13T18:30:53.5729994Z [05-13|18:28:25.422] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5730130Z [05-13|18:28:25.422] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5730340Z [05-13|18:28:25.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5730479Z [05-13|18:28:25.423] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5730817Z [05-13|18:28:25.423] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5731080Z [05-13|18:28:25.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5731554Z [05-13|18:28:25.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5732021Z [05-13|18:28:25.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5732362Z [05-13|18:28:25.423] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5732499Z [05-13|18:28:25.423] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5732886Z [05-13|18:28:25.423] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5733100Z [05-13|18:28:25.424] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5733237Z [05-13|18:28:25.424] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5733368Z [05-13|18:28:25.424] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5733497Z [05-13|18:28:25.424] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5733836Z [05-13|18:28:25.424] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5733968Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5734176Z [05-13|18:28:25.425] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5734311Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5734447Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5734784Z [05-13|18:28:25.426] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5734916Z [05-13|18:28:25.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5735049Z [05-13|18:28:25.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5735181Z [05-13|18:28:25.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5735418Z [05-13|18:28:25.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5736069Z [05-13|18:28:25.427] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5736346Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5736498Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5736643Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5736808Z [05-13|18:28:25.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5737064Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5737389Z [05-13|18:28:25.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5737743Z [05-13|18:28:25.428] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5737878Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5738692Z [05-13|18:28:25.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5738847Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5738981Z [05-13|18:28:25.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5739261Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5739584Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5740059Z [05-13|18:28:25.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5740537Z [05-13|18:28:25.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5740675Z [05-13|18:28:25.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5740807Z [05-13|18:28:25.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5741076Z [05-13|18:28:25.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5741393Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5741660Z [05-13|18:28:25.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5741884Z [05-13|18:28:25.430] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5742361Z [05-13|18:28:25.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5742832Z [05-13|18:28:25.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5742976Z [05-13|18:28:25.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5743109Z [05-13|18:28:25.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5743377Z [05-13|18:28:25.431] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5743640Z [05-13|18:28:25.431] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5744116Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5744581Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5745053Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5745333Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5745544Z [05-13|18:28:25.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5745758Z [05-13|18:28:25.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5745967Z [05-13|18:28:25.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5746315Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5746536Z [05-13|18:28:25.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5747055Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} -2026-05-13T18:30:53.5747400Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5747540Z [05-13|18:28:25.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5747977Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} -2026-05-13T18:30:53.5748699Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} -2026-05-13T18:30:53.5749068Z [05-13|18:28:25.432] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 112, "digest": "82efdd8927881dbd20c6..."} -2026-05-13T18:30:53.5749511Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} -2026-05-13T18:30:53.5749653Z [05-13|18:28:25.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5749797Z [05-13|18:28:25.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5750300Z [05-13|18:28:25.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 128, "epoch round": 128} -2026-05-13T18:30:53.5750791Z [05-13|18:28:25.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5751013Z [05-13|18:28:25.434] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5751147Z [05-13|18:28:25.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5751490Z [05-13|18:28:25.434] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5751630Z [05-13|18:28:25.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5751982Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5752120Z [05-13|18:28:25.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5752607Z [05-13|18:28:25.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5753085Z [05-13|18:28:25.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5753423Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5753642Z [05-13|18:28:25.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5753980Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5754375Z [05-13|18:28:25.435] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5754516Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5754727Z [05-13|18:28:25.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5754862Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5754994Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5755132Z [05-13|18:28:25.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5755263Z [05-13|18:28:25.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5755564Z [05-13|18:28:25.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5755900Z [05-13|18:28:25.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5756038Z [05-13|18:28:25.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5756304Z [05-13|18:28:25.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5756784Z [05-13|18:28:25.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5757053Z [05-13|18:28:25.438] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.5757317Z [05-13|18:28:25.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5757793Z [05-13|18:28:25.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5757928Z [05-13|18:28:25.438] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5758180Z [05-13|18:28:25.438] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5758460Z [05-13|18:28:25.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5758732Z [05-13|18:28:25.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5759000Z [05-13|18:28:25.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5759475Z [05-13|18:28:25.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5759818Z [05-13|18:28:25.439] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5759954Z [05-13|18:28:25.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5760095Z [05-13|18:28:25.440] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5760566Z [05-13|18:28:25.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5760778Z [05-13|18:28:25.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5760921Z [05-13|18:28:25.440] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5761385Z [05-13|18:28:25.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5761852Z [05-13|18:28:25.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5762201Z [05-13|18:28:25.441] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5762473Z [05-13|18:28:25.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5762684Z [05-13|18:28:25.441] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5762955Z [05-13|18:28:25.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.5763090Z [05-13|18:28:25.441] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5763564Z [05-13|18:28:25.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5763836Z [05-13|18:28:25.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5763968Z [05-13|18:28:25.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5764280Z [05-13|18:28:25.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5764502Z [05-13|18:28:25.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5764635Z [05-13|18:28:25.443] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5765111Z [05-13|18:28:25.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5765380Z [05-13|18:28:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5765848Z [05-13|18:28:25.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5766190Z [05-13|18:28:25.444] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5766536Z [05-13|18:28:25.444] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5766676Z [05-13|18:28:25.444] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5767054Z [05-13|18:28:25.444] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5767400Z [05-13|18:28:25.445] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5767732Z [05-13|18:28:25.445] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5767944Z [05-13|18:28:25.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5768204Z [05-13|18:28:25.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5768549Z [05-13|18:28:25.445] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 113, "digest": "6a7897ed7ecae18a1b6c..."} -2026-05-13T18:30:53.5768683Z [05-13|18:28:25.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5768818Z [05-13|18:28:25.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5769088Z [05-13|18:28:25.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5769301Z [05-13|18:28:25.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5769781Z [05-13|18:28:25.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5769914Z [05-13|18:28:25.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5770251Z [05-13|18:28:25.446] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5770389Z [05-13|18:28:25.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5770608Z [05-13|18:28:25.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5770823Z [05-13|18:28:25.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.5770955Z [05-13|18:28:25.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5771091Z [05-13|18:28:25.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5771301Z [05-13|18:28:25.447] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5771435Z [05-13|18:28:25.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5771649Z [05-13|18:28:25.447] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5771986Z [05-13|18:28:25.448] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5772379Z [05-13|18:28:25.448] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5772522Z [05-13|18:28:25.449] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5772654Z [05-13|18:28:25.449] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5772924Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5773246Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5773512Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5773777Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5774044Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5774305Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5774568Z [05-13|18:28:25.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5775102Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5775240Z [05-13|18:28:25.451] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5775711Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5776183Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5776652Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5776920Z [05-13|18:28:25.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5777395Z [05-13|18:28:25.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5777745Z [05-13|18:28:25.451] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5778333Z [05-13|18:28:25.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5778477Z [05-13|18:28:25.452] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5778743Z [05-13|18:28:25.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.5779211Z [05-13|18:28:25.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5779626Z [05-13|18:28:25.454] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5780095Z [05-13|18:28:25.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5780230Z [05-13|18:28:25.454] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5780575Z [05-13|18:28:25.455] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5780910Z [05-13|18:28:25.455] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5781435Z [05-13|18:28:25.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5781578Z [05-13|18:28:25.456] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5781920Z [05-13|18:28:25.456] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5782309Z [05-13|18:28:25.456] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5782448Z [05-13|18:28:25.456] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5782580Z [05-13|18:28:25.456] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5782845Z [05-13|18:28:25.457] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5783322Z [05-13|18:28:25.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5783798Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5784317Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5784794Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5784926Z [05-13|18:28:25.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5785145Z [05-13|18:28:25.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5785277Z [05-13|18:28:25.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5785493Z [05-13|18:28:25.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.5785628Z [05-13|18:28:25.459] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5785976Z [05-13|18:28:25.459] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5786112Z [05-13|18:28:25.459] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5786459Z [05-13|18:28:25.459] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5786674Z [05-13|18:28:25.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5786807Z [05-13|18:28:25.460] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5787281Z [05-13|18:28:25.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5787420Z [05-13|18:28:25.460] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5787671Z [05-13|18:28:25.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5788265Z [05-13|18:28:25.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5788408Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5788539Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5788879Z [05-13|18:28:25.461] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5789015Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5789148Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5789338Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5789478Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5789952Z [05-13|18:28:25.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5790087Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5790275Z [05-13|18:28:25.462] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5790406Z [05-13|18:28:25.461] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5790744Z [05-13|18:28:25.462] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5791218Z [05-13|18:28:25.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5791433Z [05-13|18:28:25.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5791567Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5791702Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5791883Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5792096Z [05-13|18:28:25.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5792307Z [05-13|18:28:25.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5792444Z [05-13|18:28:25.463] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5792574Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5792708Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5792844Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5792975Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5793107Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5793451Z [05-13|18:28:25.464] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 114, "digest": "74ec058e9c9fdb8144af..."} -2026-05-13T18:30:53.5793663Z [05-13|18:28:25.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5794138Z [05-13|18:28:25.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5794274Z [05-13|18:28:25.464] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5794405Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5794534Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5794668Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5794801Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5794991Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5795121Z [05-13|18:28:25.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5795400Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5795611Z [05-13|18:28:25.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5795821Z [05-13|18:28:25.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5796092Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5796356Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5796656Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5796924Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5797188Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5797451Z [05-13|18:28:25.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5797971Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5798560Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5799037Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5799513Z [05-13|18:28:25.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5799843Z [05-13|18:28:25.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5800323Z [05-13|18:28:25.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5800461Z [05-13|18:28:25.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5800936Z [05-13|18:28:25.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5801411Z [05-13|18:28:25.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5801681Z [05-13|18:28:25.469] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.5802149Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5802369Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5802578Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5802712Z [05-13|18:28:25.469] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5802847Z [05-13|18:28:25.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5802979Z [05-13|18:28:25.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5803109Z [05-13|18:28:25.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5803319Z [05-13|18:28:25.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5803649Z [05-13|18:28:25.471] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5803860Z [05-13|18:28:25.471] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5804331Z [05-13|18:28:25.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5804548Z [05-13|18:28:25.471] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5804681Z [05-13|18:28:25.471] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5804813Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5804948Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5805343Z [05-13|18:28:25.472] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5805480Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5805825Z [05-13|18:28:25.472] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5805957Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5806218Z [05-13|18:28:25.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.5806357Z [05-13|18:28:25.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5806565Z [05-13|18:28:25.473] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5806903Z [05-13|18:28:25.473] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 115, "digest": "e0526e0f74e2aef8798e..."} -2026-05-13T18:30:53.5807041Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5807251Z [05-13|18:28:25.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5807385Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5807523Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5807692Z [05-13|18:28:25.473] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5808147Z [05-13|18:28:25.473] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5808630Z [05-13|18:28:25.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5808976Z [05-13|18:28:25.474] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5809111Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5809243Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5809381Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5809513Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5809644Z [05-13|18:28:25.474] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5809987Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5810319Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5810794Z [05-13|18:28:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5810934Z [05-13|18:28:25.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5811272Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5811717Z [05-13|18:28:25.475] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5811858Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5811990Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5812120Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5812255Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5812387Z [05-13|18:28:25.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5812598Z [05-13|18:28:25.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5812929Z [05-13|18:28:25.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5813064Z [05-13|18:28:25.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5813199Z [05-13|18:28:25.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5813683Z [05-13|18:28:25.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5814005Z [05-13|18:28:25.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5814477Z [05-13|18:28:25.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5814693Z [05-13|18:28:25.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5814960Z [05-13|18:28:25.477] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5815226Z [05-13|18:28:25.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5815571Z [05-13|18:28:25.478] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5816096Z [05-13|18:28:25.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5816235Z [05-13|18:28:25.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5816503Z [05-13|18:28:25.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.5816644Z [05-13|18:28:25.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5816774Z [05-13|18:28:25.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5817248Z [05-13|18:28:25.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5817513Z [05-13|18:28:25.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5817775Z [05-13|18:28:25.479] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5817914Z [05-13|18:28:25.480] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5818294Z [05-13|18:28:25.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5818507Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5818976Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5819194Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5819665Z [05-13|18:28:25.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5819867Z [05-13|18:28:25.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5820133Z [05-13|18:28:25.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5820607Z [05-13|18:28:25.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5820822Z [05-13|18:28:25.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5821087Z [05-13|18:28:25.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5821611Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5822092Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5822561Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5822826Z [05-13|18:28:25.482] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5823045Z [05-13|18:28:25.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5823391Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 116, "digest": "206b8a6e13f7b4bfe0f5..."} -2026-05-13T18:30:53.5823736Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5824082Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5824296Z [05-13|18:28:25.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5824488Z [05-13|18:28:25.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5824632Z [05-13|18:28:25.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5824843Z [05-13|18:28:25.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5825180Z [05-13|18:28:25.483] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5825391Z [05-13|18:28:25.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5825734Z [05-13|18:28:25.484] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5825869Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5826000Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5826139Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5826269Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5826410Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5826547Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5826677Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5826808Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5827024Z [05-13|18:28:25.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5827159Z [05-13|18:28:25.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5827291Z [05-13|18:28:25.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5827677Z [05-13|18:28:25.486] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5828017Z [05-13|18:28:25.486] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5828273Z [05-13|18:28:25.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5828618Z [05-13|18:28:25.487] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5829100Z [05-13|18:28:25.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5829501Z [05-13|18:28:25.487] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5829843Z [05-13|18:28:25.487] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5829980Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5830113Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5830248Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5830437Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5830567Z [05-13|18:28:25.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5830778Z [05-13|18:28:25.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.5830915Z [05-13|18:28:25.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5831046Z [05-13|18:28:25.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5831179Z [05-13|18:28:25.490] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5831320Z [05-13|18:28:25.490] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5831597Z [05-13|18:28:25.490] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5831731Z [05-13|18:28:25.491] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5831921Z [05-13|18:28:25.491] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5832056Z [05-13|18:28:25.491] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5832323Z [05-13|18:28:25.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5832594Z [05-13|18:28:25.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5833075Z [05-13|18:28:25.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5833343Z [05-13|18:28:25.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5833610Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5833871Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.5834132Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5834610Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5834872Z [05-13|18:28:25.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5835089Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5835234Z [05-13|18:28:25.492] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5835507Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5835981Z [05-13|18:28:25.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5836460Z [05-13|18:28:25.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5836935Z [05-13|18:28:25.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5837399Z [05-13|18:28:25.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5837707Z [05-13|18:28:25.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5837975Z [05-13|18:28:25.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5838223Z [05-13|18:28:25.493] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5838445Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5838980Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5839449Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5839589Z [05-13|18:28:25.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5840061Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5840275Z [05-13|18:28:25.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.5840800Z [05-13|18:28:25.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5840938Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5841068Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5841204Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5841550Z [05-13|18:28:25.495] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5841681Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5841817Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5841949Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5842158Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5842374Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5842586Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5842923Z [05-13|18:28:25.496] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 117, "digest": "4ef2be192d43b77a07fd..."} -2026-05-13T18:30:53.5843054Z [05-13|18:28:25.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5843190Z [05-13|18:28:25.496] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5843398Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5843530Z [05-13|18:28:25.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5843801Z [05-13|18:28:25.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5844140Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5844476Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5844816Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5845150Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5845482Z [05-13|18:28:25.497] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5845686Z [05-13|18:28:25.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5845821Z [05-13|18:28:25.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5846157Z [05-13|18:28:25.498] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5846298Z [05-13|18:28:25.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5846558Z [05-13|18:28:25.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5846890Z [05-13|18:28:25.499] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5847163Z [05-13|18:28:25.499] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5847297Z [05-13|18:28:25.500] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5847772Z [05-13|18:28:25.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5847912Z [05-13|18:28:25.500] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5848157Z [05-13|18:28:25.501] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5848563Z [05-13|18:28:25.501] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5848908Z [05-13|18:28:25.501] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5849118Z [05-13|18:28:25.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5849250Z [05-13|18:28:25.502] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5849387Z [05-13|18:28:25.502] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5849518Z [05-13|18:28:25.502] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5849784Z [05-13|18:28:25.502] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.5850055Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5850533Z [05-13|18:28:25.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5850798Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5851065Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5851538Z [05-13|18:28:25.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5851803Z [05-13|18:28:25.503] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5852338Z [05-13|18:28:25.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5852606Z [05-13|18:28:25.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5853081Z [05-13|18:28:25.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5853553Z [05-13|18:28:25.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5853815Z [05-13|18:28:25.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5854002Z [05-13|18:28:25.505] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5854140Z [05-13|18:28:25.505] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5854405Z [05-13|18:28:25.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5854876Z [05-13|18:28:25.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5855224Z [05-13|18:28:25.506] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5855692Z [05-13|18:28:25.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5856158Z [05-13|18:28:25.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5856429Z [05-13|18:28:25.506] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5856906Z [05-13|18:28:25.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5857290Z [05-13|18:28:25.507] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5857638Z [05-13|18:28:25.507] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 118, "digest": "5ce08bdeb4ea86207ef0..."} -2026-05-13T18:30:53.5857971Z [05-13|18:28:25.507] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5858556Z [05-13|18:28:25.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5858780Z [05-13|18:28:25.507] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.5858914Z [05-13|18:28:25.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5859047Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5859184Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5859314Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5859447Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5859788Z [05-13|18:28:25.508] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5859920Z [05-13|18:28:25.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5860049Z [05-13|18:28:25.509] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5860391Z [05-13|18:28:25.509] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5860937Z [05-13|18:28:25.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5861410Z [05-13|18:28:25.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5861550Z [05-13|18:28:25.511] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5862017Z [05-13|18:28:25.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5862356Z [05-13|18:28:25.511] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5862882Z [05-13|18:28:25.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5863224Z [05-13|18:28:25.512] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5863441Z [05-13|18:28:25.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5863632Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5863767Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5863901Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5864035Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5864369Z [05-13|18:28:25.513] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5864702Z [05-13|18:28:25.513] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5865180Z [05-13|18:28:25.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5865365Z [05-13|18:28:25.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5865501Z [05-13|18:28:25.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5865718Z [05-13|18:28:25.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5865853Z [05-13|18:28:25.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5865982Z [05-13|18:28:25.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5866192Z [05-13|18:28:25.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5866474Z [05-13|18:28:25.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.5866947Z [05-13|18:28:25.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5867419Z [05-13|18:28:25.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5867557Z [05-13|18:28:25.514] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5867765Z [05-13|18:28:25.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5868354Z [05-13|18:28:25.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5868589Z [05-13|18:28:25.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.5868798Z [05-13|18:28:25.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5869214Z [05-13|18:28:25.515] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5869349Z [05-13|18:28:25.515] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5869688Z [05-13|18:28:25.515] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 119, "digest": "b8429ac68b48d76d853c..."} -2026-05-13T18:30:53.5869824Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5869959Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5870089Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5870218Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5870353Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5870534Z [05-13|18:28:25.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5870748Z [05-13|18:28:25.516] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5870888Z [05-13|18:28:25.517] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5871100Z [05-13|18:28:25.516] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5871232Z [05-13|18:28:25.517] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5871421Z [05-13|18:28:25.517] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5871898Z [05-13|18:28:25.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5872367Z [05-13|18:28:25.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5872506Z [05-13|18:28:25.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5872640Z [05-13|18:28:25.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5872773Z [05-13|18:28:25.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5873127Z [05-13|18:28:25.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5873400Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5873663Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5874140Z [05-13|18:28:25.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5874407Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5874883Z [05-13|18:28:25.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5875363Z [05-13|18:28:25.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5875628Z [05-13|18:28:25.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5875844Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5876112Z [05-13|18:28:25.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5876323Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5876795Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5877314Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5877785Z [05-13|18:28:25.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5877922Z [05-13|18:28:25.521] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5878258Z [05-13|18:28:25.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5878471Z [05-13|18:28:25.521] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5878737Z [05-13|18:28:25.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.5879018Z [05-13|18:28:25.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5879154Z [05-13|18:28:25.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5879630Z [05-13|18:28:25.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5879849Z [05-13|18:28:25.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5880111Z [05-13|18:28:25.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5880376Z [05-13|18:28:25.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5880853Z [05-13|18:28:25.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5881123Z [05-13|18:28:25.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5881463Z [05-13|18:28:25.524] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5881681Z [05-13|18:28:25.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5882071Z [05-13|18:28:25.525] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5882549Z [05-13|18:28:25.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5882890Z [05-13|18:28:25.525] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5883222Z [05-13|18:28:25.525] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5883489Z [05-13|18:28:25.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5883828Z [05-13|18:28:25.528] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5884304Z [05-13|18:28:25.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5884641Z [05-13|18:28:25.528] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5884978Z [05-13|18:28:25.528] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5885111Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5885242Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5885378Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5885646Z [05-13|18:28:25.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5885780Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5885910Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5886045Z [05-13|18:28:25.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5886256Z [05-13|18:28:25.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5886387Z [05-13|18:28:25.530] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5886522Z [05-13|18:28:25.530] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5886855Z [05-13|18:28:25.530] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 120, "digest": "581c711f9a44c8b54a48..."} -2026-05-13T18:30:53.5887103Z [05-13|18:28:25.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5887247Z [05-13|18:28:25.531] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5887378Z [05-13|18:28:25.531] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5887649Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5887919Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5888339Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5888602Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5888741Z [05-13|18:28:25.530] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5889217Z [05-13|18:28:25.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5889350Z [05-13|18:28:25.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5889830Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5890360Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5890631Z [05-13|18:28:25.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5891106Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5891576Z [05-13|18:28:25.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5891789Z [05-13|18:28:25.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5892059Z [05-13|18:28:25.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5892272Z [05-13|18:28:25.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5892609Z [05-13|18:28:25.533] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5893087Z [05-13|18:28:25.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.5893220Z [05-13|18:28:25.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5893484Z [05-13|18:28:25.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5893957Z [05-13|18:28:25.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5894229Z [05-13|18:28:25.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5894365Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5894502Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5894632Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5895079Z [05-13|18:28:25.535] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} -2026-05-13T18:30:53.5895217Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5895348Z [05-13|18:28:25.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5895870Z [05-13|18:28:25.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5896091Z [05-13|18:28:25.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5896529Z [05-13|18:28:25.536] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} -2026-05-13T18:30:53.5896714Z [05-13|18:28:25.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5897151Z [05-13|18:28:25.536] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} -2026-05-13T18:30:53.5897284Z [05-13|18:28:25.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5897495Z [05-13|18:28:25.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5897927Z [05-13|18:28:25.536] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} -2026-05-13T18:30:53.5898174Z [05-13|18:28:25.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5898708Z [05-13|18:28:25.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5898927Z [05-13|18:28:25.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5899274Z [05-13|18:28:25.537] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5899407Z [05-13|18:28:25.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5899746Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5900084Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5900420Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5900562Z [05-13|18:28:25.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5900896Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5901108Z [05-13|18:28:25.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5901447Z [05-13|18:28:25.538] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5901656Z [05-13|18:28:25.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.5901790Z [05-13|18:28:25.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5901998Z [05-13|18:28:25.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5902397Z [05-13|18:28:25.539] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5902532Z [05-13|18:28:25.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5902664Z [05-13|18:28:25.540] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5903003Z [05-13|18:28:25.540] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5903335Z [05-13|18:28:25.540] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5903605Z [05-13|18:28:25.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5903931Z [05-13|18:28:25.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5904198Z [05-13|18:28:25.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5904461Z [05-13|18:28:25.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5904730Z [05-13|18:28:25.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5905044Z [05-13|18:28:25.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5905521Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5905998Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5906467Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5906975Z [05-13|18:28:25.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5907442Z [05-13|18:28:25.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5907654Z [05-13|18:28:25.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5907923Z [05-13|18:28:25.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.5908329Z [05-13|18:28:25.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5908806Z [05-13|18:28:25.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.5909079Z [05-13|18:28:25.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5909292Z [05-13|18:28:25.543] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.5909504Z [05-13|18:28:25.543] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5909977Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5910187Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5910397Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5910742Z [05-13|18:28:25.544] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5911279Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5911745Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5911963Z [05-13|18:28:25.544] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5912171Z [05-13|18:28:25.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5912380Z [05-13|18:28:25.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5912520Z [05-13|18:28:25.546] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5912911Z [05-13|18:28:25.546] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5913250Z [05-13|18:28:25.546] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5913391Z [05-13|18:28:25.546] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5913574Z [05-13|18:28:25.546] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5913910Z [05-13|18:28:25.547] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 121, "digest": "007c188b28571b7dac93..."} -2026-05-13T18:30:53.5914120Z [05-13|18:28:25.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5914389Z [05-13|18:28:25.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5914863Z [05-13|18:28:25.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5915211Z [05-13|18:28:25.548] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5915599Z [05-13|18:28:25.548] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5915736Z [05-13|18:28:25.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5916001Z [05-13|18:28:25.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5916472Z [05-13|18:28:25.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5916820Z [05-13|18:28:25.549] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5917157Z [05-13|18:28:25.547] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5917292Z [05-13|18:28:25.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5917504Z [05-13|18:28:25.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5917637Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5917978Z [05-13|18:28:25.551] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5918232Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5918587Z [05-13|18:28:25.551] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5918730Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5918864Z [05-13|18:28:25.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5919144Z [05-13|18:28:25.552] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5919280Z [05-13|18:28:25.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5919553Z [05-13|18:28:25.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.5919688Z [05-13|18:28:25.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5920176Z [05-13|18:28:25.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.5920521Z [05-13|18:28:25.553] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5920652Z [05-13|18:28:25.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5920977Z [05-13|18:28:25.553] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5921113Z [05-13|18:28:25.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5921376Z [05-13|18:28:25.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5921645Z [05-13|18:28:25.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5921964Z [05-13|18:28:25.553] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5922227Z [05-13|18:28:25.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5922495Z [05-13|18:28:25.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5922971Z [05-13|18:28:25.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5923445Z [05-13|18:28:25.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5923968Z [05-13|18:28:25.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5924238Z [05-13|18:28:25.557] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5924706Z [05-13|18:28:25.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5925175Z [05-13|18:28:25.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5925310Z [05-13|18:28:25.559] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5925575Z [05-13|18:28:25.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5926046Z [05-13|18:28:25.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5926512Z [05-13|18:28:25.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5926974Z [05-13|18:28:25.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5927323Z [05-13|18:28:25.563] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5927537Z [05-13|18:28:25.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.5927918Z [05-13|18:28:25.563] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5928173Z [05-13|18:28:25.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5928524Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5928865Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5929013Z [05-13|18:28:25.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5929347Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5929743Z [05-13|18:28:25.565] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 122, "digest": "fe5431e6c1fb3c7f8a25..."} -2026-05-13T18:30:53.5929887Z [05-13|18:28:25.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5930224Z [05-13|18:28:25.566] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5930712Z [05-13|18:28:25.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5930990Z [05-13|18:28:25.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5931465Z [05-13|18:28:25.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5931936Z [05-13|18:28:25.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5932409Z [05-13|18:28:25.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5932545Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5932728Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5932865Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5932997Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5933126Z [05-13|18:28:25.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5933349Z [05-13|18:28:25.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5933480Z [05-13|18:28:25.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5933824Z [05-13|18:28:25.568] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5934167Z [05-13|18:28:25.568] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5934301Z [05-13|18:28:25.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5934579Z [05-13|18:28:25.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.5935061Z [05-13|18:28:25.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5935528Z [05-13|18:28:25.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.5935662Z [05-13|18:28:25.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5936135Z [05-13|18:28:25.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5936327Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5936459Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5936596Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5936810Z [05-13|18:28:25.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5937278Z [05-13|18:28:25.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5937416Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5937546Z [05-13|18:28:25.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5937854Z [05-13|18:28:25.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.5937993Z [05-13|18:28:25.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5938592Z [05-13|18:28:25.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5938729Z [05-13|18:28:25.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5938960Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5939430Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5939563Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5939780Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5939994Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.5940126Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5940258Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5940395Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5943675Z [05-13|18:28:25.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5943959Z [05-13|18:28:25.572] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5944198Z [05-13|18:28:25.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5944415Z [05-13|18:28:25.573] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5944563Z [05-13|18:28:25.573] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5944703Z [05-13|18:28:25.573] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5944841Z [05-13|18:28:25.573] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5944974Z [05-13|18:28:25.574] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5945113Z [05-13|18:28:25.574] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5945246Z [05-13|18:28:25.574] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5945378Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5945512Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5945650Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5945783Z [05-13|18:28:25.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5946139Z [05-13|18:28:25.576] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 123, "digest": "f2b2b6c47f3149fbd5d0..."} -2026-05-13T18:30:53.5946488Z [05-13|18:28:25.576] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5946624Z [05-13|18:28:25.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5946968Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5947242Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5947506Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5947644Z [05-13|18:28:25.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5947912Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5948362Z [05-13|18:28:25.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5948924Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5949069Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5949550Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5950024Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5950220Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5950352Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5950620Z [05-13|18:28:25.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5950759Z [05-13|18:28:25.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5951228Z [05-13|18:28:25.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5951445Z [05-13|18:28:25.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5951766Z [05-13|18:28:25.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5952238Z [05-13|18:28:25.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5952707Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5952847Z [05-13|18:28:25.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5953062Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5953508Z [05-13|18:28:25.580] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 141, "epoch round": 141} -2026-05-13T18:30:53.5953648Z [05-13|18:28:25.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5953861Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5954069Z [05-13|18:28:25.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5954508Z [05-13|18:28:25.580] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 141, "epoch round": 141} -2026-05-13T18:30:53.5954641Z [05-13|18:28:25.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5955107Z [05-13|18:28:25.581] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 141, "epoch round": 141} -2026-05-13T18:30:53.5955248Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5955380Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5955652Z [05-13|18:28:25.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5955792Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5956271Z [05-13|18:28:25.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5956407Z [05-13|18:28:25.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5956888Z [05-13|18:28:25.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5957230Z [05-13|18:28:25.582] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5957636Z [05-13|18:28:25.582] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5957858Z [05-13|18:28:25.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5958251Z [05-13|18:28:25.582] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5958529Z [05-13|18:28:25.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5958871Z [05-13|18:28:25.583] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5959344Z [05-13|18:28:25.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5959477Z [05-13|18:28:25.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5959619Z [05-13|18:28:25.584] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5959996Z [05-13|18:28:25.584] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5960138Z [05-13|18:28:25.584] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5960671Z [05-13|18:28:25.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.5960809Z [05-13|18:28:25.585] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5960945Z [05-13|18:28:25.585] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5961163Z [05-13|18:28:25.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5961495Z [05-13|18:28:25.585] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5961709Z [05-13|18:28:25.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5961844Z [05-13|18:28:25.586] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5962186Z [05-13|18:28:25.586] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5962319Z [05-13|18:28:25.586] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5962653Z [05-13|18:28:25.586] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5962988Z [05-13|18:28:25.587] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5963322Z [05-13|18:28:25.587] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 124, "digest": "c2d6e7cc303f68df0a7e..."} -2026-05-13T18:30:53.5963459Z [05-13|18:28:25.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5963688Z [05-13|18:28:25.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5963891Z [05-13|18:28:25.587] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5964033Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5964175Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5964308Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5964438Z [05-13|18:28:25.588] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5964718Z [05-13|18:28:25.588] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5965203Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.5965532Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5965809Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5965950Z [05-13|18:28:25.589] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5966444Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5966763Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5967249Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5967719Z [05-13|18:28:25.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5967993Z [05-13|18:28:25.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5968378Z [05-13|18:28:25.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5968704Z [05-13|18:28:25.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5968977Z [05-13|18:28:25.590] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5969454Z [05-13|18:28:25.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5969924Z [05-13|18:28:25.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5970398Z [05-13|18:28:25.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5970875Z [05-13|18:28:25.591] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5971093Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5971568Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5971837Z [05-13|18:28:25.592] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5972050Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.5972195Z [05-13|18:28:25.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5972329Z [05-13|18:28:25.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5972523Z [05-13|18:28:25.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5973001Z [05-13|18:28:25.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5973137Z [05-13|18:28:25.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5973270Z [05-13|18:28:25.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5973408Z [05-13|18:28:25.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5973622Z [05-13|18:28:25.593] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5973970Z [05-13|18:28:25.593] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5974366Z [05-13|18:28:25.594] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5974584Z [05-13|18:28:25.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5974718Z [05-13|18:28:25.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5974857Z [05-13|18:28:25.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5975120Z [05-13|18:28:25.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5975329Z [05-13|18:28:25.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5975471Z [05-13|18:28:25.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5975678Z [05-13|18:28:25.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5975885Z [05-13|18:28:25.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5976019Z [05-13|18:28:25.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5976157Z [05-13|18:28:25.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5976291Z [05-13|18:28:25.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5976665Z [05-13|18:28:25.596] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5977015Z [05-13|18:28:25.596] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5977353Z [05-13|18:28:25.595] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5977686Z [05-13|18:28:25.596] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5977901Z [05-13|18:28:25.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5978153Z [05-13|18:28:25.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5978499Z [05-13|18:28:25.597] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5978773Z [05-13|18:28:25.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.5979121Z [05-13|18:28:25.597] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5979260Z [05-13|18:28:25.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5979399Z [05-13|18:28:25.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5979531Z [05-13|18:28:25.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5979662Z [05-13|18:28:25.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5980154Z [05-13|18:28:25.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "5267cfe9cb30e201", "next leader": "6ebb93ab8ac85ba2"} -2026-05-13T18:30:53.5980355Z [05-13|18:28:25.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5980695Z [05-13|18:28:25.598] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5980914Z [05-13|18:28:25.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.5981184Z [05-13|18:28:25.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5981317Z [05-13|18:28:25.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5981534Z [05-13|18:28:25.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5981796Z [05-13|18:28:25.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5982112Z [05-13|18:28:25.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5982258Z [05-13|18:28:25.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5982388Z [05-13|18:28:25.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5982865Z [05-13|18:28:25.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5983187Z [05-13|18:28:25.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5983398Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5983875Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5984348Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5984618Z [05-13|18:28:25.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5984830Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5985356Z [05-13|18:28:25.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5985494Z [05-13|18:28:25.601] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5985757Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5986029Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5986293Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.5986765Z [05-13|18:28:25.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5987127Z [05-13|18:28:25.601] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 125, "digest": "1917b5eee9dc271b5b71..."} -2026-05-13T18:30:53.5987598Z [05-13|18:28:25.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5987810Z [05-13|18:28:25.602] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5988198Z [05-13|18:28:25.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5988336Z [05-13|18:28:25.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5988804Z [05-13|18:28:25.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5989347Z [05-13|18:28:25.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5989692Z [05-13|18:28:25.603] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5989829Z [05-13|18:28:25.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5990301Z [05-13|18:28:25.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.5990642Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5990908Z [05-13|18:28:25.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5991053Z [05-13|18:28:25.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5991388Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5991521Z [05-13|18:28:25.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5991790Z [05-13|18:28:25.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5992126Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5992462Z [05-13|18:28:25.604] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5992679Z [05-13|18:28:25.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5992890Z [05-13|18:28:25.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.5993101Z [05-13|18:28:25.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5993245Z [05-13|18:28:25.606] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5993630Z [05-13|18:28:25.606] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5993850Z [05-13|18:28:25.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.5994190Z [05-13|18:28:25.607] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5994326Z [05-13|18:28:25.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5994459Z [05-13|18:28:25.607] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5994795Z [05-13|18:28:25.608] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.5995135Z [05-13|18:28:25.608] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.5995405Z [05-13|18:28:25.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.5995882Z [05-13|18:28:25.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "6ebb93ab8ac85ba2", "next leader": "8794c776671975b3"} -2026-05-13T18:30:53.5996025Z [05-13|18:28:25.609] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5996156Z [05-13|18:28:25.609] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.5996422Z [05-13|18:28:25.609] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.5996694Z [05-13|18:28:25.609] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.5996967Z [05-13|18:28:25.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.5997271Z [05-13|18:28:25.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.5997754Z [05-13|18:28:25.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5998027Z [05-13|18:28:25.609] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.5998638Z [05-13|18:28:25.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5998910Z [05-13|18:28:25.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.5999441Z [05-13|18:28:25.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.5999920Z [05-13|18:28:25.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.6000188Z [05-13|18:28:25.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.6000708Z [05-13|18:28:25.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.6001181Z [05-13|18:28:25.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.6001444Z [05-13|18:28:25.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.6001659Z [05-13|18:28:25.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.6002145Z [05-13|18:28:25.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.6002669Z [05-13|18:28:25.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.6003023Z [05-13|18:28:25.615] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6003373Z [05-13|18:28:25.615] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6003508Z [05-13|18:28:25.615] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6003781Z [05-13|18:28:25.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.6004002Z [05-13|18:28:25.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.6004343Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6004680Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6004821Z [05-13|18:28:25.616] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6005159Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6005502Z [05-13|18:28:25.616] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 126, "digest": "9784c60efc4eff0d77b3..."} -2026-05-13T18:30:53.6005985Z [05-13|18:28:25.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.6006392Z [05-13|18:28:25.617] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6006730Z [05-13|18:28:25.618] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6006876Z [05-13|18:28:25.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6007008Z [05-13|18:28:25.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6007483Z [05-13|18:28:25.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6007702Z [05-13|18:28:25.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6008397Z [05-13|18:28:25.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6008547Z [05-13|18:28:25.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6008690Z [05-13|18:28:25.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6008825Z [05-13|18:28:25.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6009011Z [05-13|18:28:25.617] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6009507Z [05-13|18:28:25.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6009725Z [05-13|18:28:25.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6009995Z [05-13|18:28:25.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.6010477Z [05-13|18:28:25.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6010998Z [05-13|18:28:25.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8794c776671975b3", "next leader": "8af533882fa24c31"} -2026-05-13T18:30:53.6011349Z [05-13|18:28:25.623] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.6011491Z [05-13|18:28:25.623] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6011623Z [05-13|18:28:25.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6012096Z [05-13|18:28:25.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6012318Z [05-13|18:28:25.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6012452Z [05-13|18:28:25.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6012585Z [05-13|18:28:25.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6012800Z [05-13|18:28:25.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6012936Z [05-13|18:28:25.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6013146Z [05-13|18:28:25.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6013618Z [05-13|18:28:25.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6014094Z [05-13|18:28:25.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6014415Z [05-13|18:28:25.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6014798Z [05-13|18:28:25.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.6015036Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6015173Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6015390Z [05-13|18:28:25.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6015534Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6015667Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6015798Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6016154Z [05-13|18:28:25.627] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6016292Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6016467Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6016612Z [05-13|18:28:25.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6016952Z [05-13|18:28:25.627] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 127, "digest": "18fd5c99cff69739c342..."} -2026-05-13T18:30:53.6017229Z [05-13|18:28:25.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 8} -2026-05-13T18:30:53.6017408Z [05-13|18:28:25.628] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6017885Z [05-13|18:28:25.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.6018020Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6018300Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6018439Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6018570Z [05-13|18:28:25.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6019052Z [05-13|18:28:25.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6019255Z [05-13|18:28:25.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6019392Z [05-13|18:28:25.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6019525Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6019663Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6019794Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6019925Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6020198Z [05-13|18:28:25.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.6020337Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6020471Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6020607Z [05-13|18:28:25.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6020962Z [05-13|18:28:25.632] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6021437Z [05-13|18:28:25.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "8af533882fa24c31", "next leader": "9a32e163f3901fc2"} -2026-05-13T18:30:53.6021579Z [05-13|18:28:25.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6021712Z [05-13|18:28:25.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6021845Z [05-13|18:28:25.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6021982Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6022116Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6022308Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6022440Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6022917Z [05-13|18:28:25.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6023053Z [05-13|18:28:25.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6023320Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6023589Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6023806Z [05-13|18:28:25.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6024119Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6024263Z [05-13|18:28:25.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6024476Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6024747Z [05-13|18:28:25.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6025237Z [05-13|18:28:25.636] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 128, "digest": "7c6cfd2d2dbea8dbf8c4..."} -2026-05-13T18:30:53.6025716Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6025983Z [05-13|18:28:25.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6026464Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6026935Z [05-13|18:28:25.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6027247Z [05-13|18:28:25.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6027471Z [05-13|18:28:25.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6027945Z [05-13|18:28:25.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6028209Z [05-13|18:28:25.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6028435Z [05-13|18:28:25.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6028707Z [05-13|18:28:25.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6028844Z [05-13|18:28:25.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6029331Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6029548Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6030016Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "9a32e163f3901fc2", "next leader": "d027e66eba763d0d"} -2026-05-13T18:30:53.6030239Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6030372Z [05-13|18:28:25.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6030841Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6031184Z [05-13|18:28:25.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6031655Z [05-13|18:28:25.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6031869Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.6032007Z [05-13|18:28:25.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6032216Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6032348Z [05-13|18:28:25.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6032877Z [05-13|18:28:25.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6033096Z [05-13|18:28:25.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6033438Z [05-13|18:28:25.640] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6033780Z [05-13|18:28:25.640] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6034043Z [05-13|18:28:25.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6034176Z [05-13|18:28:25.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6034313Z [05-13|18:28:25.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6034446Z [05-13|18:28:25.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6034782Z [05-13|18:28:25.642] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6034921Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6035055Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6035187Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6035377Z [05-13|18:28:25.642] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6035714Z [05-13|18:28:25.643] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6036046Z [05-13|18:28:25.642] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6036184Z [05-13|18:28:25.643] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6036516Z [05-13|18:28:25.643] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6036652Z [05-13|18:28:25.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6036791Z [05-13|18:28:25.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6037125Z [05-13|18:28:25.645] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6037461Z [05-13|18:28:25.645] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6037675Z [05-13|18:28:25.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6037948Z [05-13|18:28:25.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6038541Z [05-13|18:28:25.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6038817Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6039149Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6039409Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6039672Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6039939Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6040415Z [05-13|18:28:25.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6040891Z [05-13|18:28:25.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6041415Z [05-13|18:28:25.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6041683Z [05-13|18:28:25.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6041953Z [05-13|18:28:25.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.6042266Z [05-13|18:28:25.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6042741Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6043215Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6043431Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6043900Z [05-13|18:28:25.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6044426Z [05-13|18:28:25.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d027e66eba763d0d", "next leader": "fb655003ad8a55a5"} -2026-05-13T18:30:53.6044565Z [05-13|18:28:25.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6044698Z [05-13|18:28:25.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6045172Z [05-13|18:28:25.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6045387Z [05-13|18:28:25.650] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6045597Z [05-13|18:28:25.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6045945Z [05-13|18:28:25.651] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6046081Z [05-13|18:28:25.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6046217Z [05-13|18:28:25.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6046558Z [05-13|18:28:25.652] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6046691Z [05-13|18:28:25.652] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6046967Z [05-13|18:28:25.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.6047105Z [05-13|18:28:25.652] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6047317Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6047569Z [05-13|18:28:25.652] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.6048163Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6048379Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6048589Z [05-13|18:28:25.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6049038Z [05-13|18:28:25.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} -2026-05-13T18:30:53.6049250Z [05-13|18:28:25.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6049453Z [05-13|18:28:25.654] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6049793Z [05-13|18:28:25.654] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6049938Z [05-13|18:28:25.653] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6050274Z [05-13|18:28:25.654] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6050661Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6050997Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6051328Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 129, "digest": "3a82bea038092da9548e..."} -2026-05-13T18:30:53.6051660Z [05-13|18:28:25.655] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6052142Z [05-13|18:28:25.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6052325Z [05-13|18:28:25.655] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6052538Z [05-13|18:28:25.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6052680Z [05-13|18:28:25.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6052812Z [05-13|18:28:25.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6052942Z [05-13|18:28:25.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6053156Z [05-13|18:28:25.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6053490Z [05-13|18:28:25.656] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6053932Z [05-13|18:28:25.657] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} -2026-05-13T18:30:53.6054070Z [05-13|18:28:25.657] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6054534Z [05-13|18:28:25.657] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} -2026-05-13T18:30:53.6054671Z [05-13|18:28:25.657] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6055110Z [05-13|18:28:25.657] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 149, "epoch round": 149} -2026-05-13T18:30:53.6055322Z [05-13|18:28:25.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6055458Z [05-13|18:28:25.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6055728Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6056055Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6056322Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6056663Z [05-13|18:28:25.658] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6056931Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6057189Z [05-13|18:28:25.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6057670Z [05-13|18:28:25.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "fb655003ad8a55a5", "next leader": "1184a377bc50e386"} -2026-05-13T18:30:53.6058317Z [05-13|18:28:25.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6058826Z [05-13|18:28:25.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6059206Z [05-13|18:28:25.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6059338Z [05-13|18:28:25.659] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6059804Z [05-13|18:28:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6060072Z [05-13|18:28:25.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6060206Z [05-13|18:28:25.660] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6060671Z [05-13|18:28:25.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6060939Z [05-13|18:28:25.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6061406Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6061872Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6062340Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6062554Z [05-13|18:28:25.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6062691Z [05-13|18:28:25.662] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6062826Z [05-13|18:28:25.662] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6063165Z [05-13|18:28:25.662] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6063301Z [05-13|18:28:25.663] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6063519Z [05-13|18:28:25.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6063785Z [05-13|18:28:25.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 8} -2026-05-13T18:30:53.6064119Z [05-13|18:28:25.663] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6064337Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6064471Z [05-13|18:28:25.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6064861Z [05-13|18:28:25.664] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6065079Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6065212Z [05-13|18:28:25.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6065421Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.6065633Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6065841Z [05-13|18:28:25.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6065973Z [05-13|18:28:25.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6066347Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6066684Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6067155Z [05-13|18:28:25.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6067530Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 130, "digest": "64b563b80e065b516f8d..."} -2026-05-13T18:30:53.6067864Z [05-13|18:28:25.665] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6067997Z [05-13|18:28:25.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6068394Z [05-13|18:28:25.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6068539Z [05-13|18:28:25.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6068984Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} -2026-05-13T18:30:53.6069123Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6069627Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} -2026-05-13T18:30:53.6069767Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6070204Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} -2026-05-13T18:30:53.6070636Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} -2026-05-13T18:30:53.6070773Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6071207Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} -2026-05-13T18:30:53.6071341Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6071773Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} -2026-05-13T18:30:53.6072209Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 150, "epoch round": 150} -2026-05-13T18:30:53.6072344Z [05-13|18:28:25.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6072685Z [05-13|18:28:25.667] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6072828Z [05-13|18:28:25.668] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6073262Z [05-13|18:28:25.668] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6073598Z [05-13|18:28:25.669] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6074084Z [05-13|18:28:25.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6074216Z [05-13|18:28:25.669] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6074347Z [05-13|18:28:25.670] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6074565Z [05-13|18:28:25.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.6074698Z [05-13|18:28:25.670] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6075019Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6075289Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6075635Z [05-13|18:28:25.671] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6075898Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6076212Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6076480Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.6076613Z [05-13|18:28:25.671] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6077098Z [05-13|18:28:25.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6077368Z [05-13|18:28:25.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6077630Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6078439Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6079011Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6079495Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1184a377bc50e386", "next leader": "21826c883b159699"} -2026-05-13T18:30:53.6079972Z [05-13|18:28:25.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6080248Z [05-13|18:28:25.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6080386Z [05-13|18:28:25.673] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6080860Z [05-13|18:28:25.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6081331Z [05-13|18:28:25.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6081799Z [05-13|18:28:25.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6082073Z [05-13|18:28:25.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6082273Z [05-13|18:28:25.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6082617Z [05-13|18:28:25.675] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 131, "digest": "e81bb5827169ea373a33..."} -2026-05-13T18:30:53.6082756Z [05-13|18:28:25.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6083223Z [05-13|18:28:25.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6083565Z [05-13|18:28:25.676] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6083703Z [05-13|18:28:25.676] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6084095Z [05-13|18:28:25.677] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6084234Z [05-13|18:28:25.677] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6084570Z [05-13|18:28:25.677] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6084910Z [05-13|18:28:25.676] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6085295Z [05-13|18:28:25.678] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6085741Z [05-13|18:28:25.678] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} -2026-05-13T18:30:53.6085875Z [05-13|18:28:25.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6086307Z [05-13|18:28:25.678] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} -2026-05-13T18:30:53.6086445Z [05-13|18:28:25.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6086958Z [05-13|18:28:25.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6087398Z [05-13|18:28:25.679] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} -2026-05-13T18:30:53.6087538Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6087805Z [05-13|18:28:25.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.6087936Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6088207Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6088343Z [05-13|18:28:25.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6088820Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6089305Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6089649Z [05-13|18:28:25.680] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6090121Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6090258Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6090728Z [05-13|18:28:25.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6090935Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6091070Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6091410Z [05-13|18:28:25.680] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6091881Z [05-13|18:28:25.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "21826c883b159699", "next leader": "37a6091fa4d587b3"} -2026-05-13T18:30:53.6092352Z [05-13|18:28:25.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6092744Z [05-13|18:28:25.681] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6093214Z [05-13|18:28:25.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6093352Z [05-13|18:28:25.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6093821Z [05-13|18:28:25.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6094140Z [05-13|18:28:25.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6094777Z [05-13|18:28:25.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6094993Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6095730Z [05-13|18:28:25.684] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6096389Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6096747Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6097091Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6097528Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6097868Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6098452Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6098839Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6099173Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6099511Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6099841Z [05-13|18:28:25.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6100372Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6100709Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6101046Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6101384Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6101719Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6102059Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6102393Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6102725Z [05-13|18:28:25.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6103058Z [05-13|18:28:25.686] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6103390Z [05-13|18:28:25.686] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6104089Z [05-13|18:28:25.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6104857Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6105418Z [05-13|18:28:25.687] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 132, "digest": "98e50ce44c6146a0fb89..."} -2026-05-13T18:30:53.6105966Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6106305Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6106643Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6106977Z [05-13|18:28:25.687] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6107662Z [05-13|18:28:25.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 152, "next round": 153, "prev leader": "37a6091fa4d587b3", "next leader": "5267cfe9cb30e201"} -2026-05-13T18:30:53.6108465Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6108874Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6109226Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6109558Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6109897Z [05-13|18:28:25.688] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6110228Z [05-13|18:28:25.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6110637Z [05-13|18:28:25.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6111075Z [05-13|18:28:26.176] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6111809Z [05-13|18:28:26.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6112260Z [05-13|18:28:26.183] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6112689Z [05-13|18:28:26.183] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6113126Z [05-13|18:28:26.189] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6113550Z [05-13|18:28:26.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6113975Z [05-13|18:28:26.196] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6114483Z [05-13|18:28:26.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6114912Z [05-13|18:28:26.203] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6115335Z [05-13|18:28:26.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6115756Z [05-13|18:28:26.210] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6116177Z [05-13|18:28:26.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6116603Z [05-13|18:28:26.217] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6116943Z [05-13|18:28:26.225] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6117372Z [05-13|18:28:26.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6117795Z [05-13|18:28:26.233] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6118444Z [05-13|18:28:26.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6118879Z [05-13|18:28:26.240] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6119303Z [05-13|18:28:26.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 153} -2026-05-13T18:30:53.6120813Z node.go:176: Node 8794c776671975b3 sent message types: map[BlockDigestRequest:19 BlockMessage:118 EmptyNotarization:266 EmptyVoteMessage:166 FinalizationMessage:1130 NotarizationMessage:1388 ReplicationRequest:14 ReplicationResponse:20 VerifiedReplicationRequest:1130 VoteMessage:1014] -2026-05-13T18:30:53.6123034Z node.go:176: Node 21826c883b159699 sent message types: map[BlockDigestRequest:20 BlockMessage:117 EmptyNotarization:220 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1566 ReplicationRequest:16 ReplicationResponse:19 VerifiedReplicationRequest:1129 VoteMessage:1014] -2026-05-13T18:30:53.6125304Z node.go:176: Node 9a32e163f3901fc2 sent message types: map[BlockDigestRequest:11 BlockMessage:85 EmptyNotarization:158 EmptyVoteMessage:116 FinalizationMessage:805 NotarizationMessage:1315 ReplicationRequest:9 ReplicationResponse:76 VerifiedReplicationRequest:886 VoteMessage:718] -2026-05-13T18:30:53.6127491Z node.go:176: Node 1184a377bc50e386 sent message types: map[BlockDigestRequest:29 BlockMessage:117 EmptyNotarization:184 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1452 ReplicationRequest:18 ReplicationResponse:10 VerifiedReplicationRequest:1129 VoteMessage:1014] -2026-05-13T18:30:53.6129865Z node.go:176: Node 37a6091fa4d587b3 sent message types: map[BlockDigestRequest:10 BlockMessage:109 EmptyNotarization:236 EmptyVoteMessage:139 FinalizationMessage:1019 NotarizationMessage:1637 ReplicationRequest:9 ReplicationResponse:90 VerifiedReplicationRequest:1091 VoteMessage:905] -2026-05-13T18:30:53.6132073Z node.go:176: Node d027e66eba763d0d sent message types: map[BlockDigestRequest:25 BlockMessage:118 EmptyNotarization:240 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1494 ReplicationRequest:15 ReplicationResponse:18 VerifiedReplicationRequest:1129 VoteMessage:1013] -2026-05-13T18:30:53.6134263Z node.go:176: Node 5267cfe9cb30e201 sent message types: map[BlockDigestRequest:27 BlockMessage:118 EmptyNotarization:214 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1314 ReplicationRequest:17 ReplicationResponse:2 VerifiedReplicationRequest:1129 VoteMessage:1013] -2026-05-13T18:30:53.6136525Z node.go:176: Node fb655003ad8a55a5 sent message types: map[BlockDigestRequest:21 BlockMessage:118 EmptyNotarization:244 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1505 ReplicationRequest:13 ReplicationResponse:12 VerifiedReplicationRequest:1129 VoteMessage:1013] -2026-05-13T18:30:53.6138846Z node.go:176: Node 6ebb93ab8ac85ba2 sent message types: map[BlockDigestRequest:27 BlockMessage:118 EmptyNotarization:194 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1444 ReplicationRequest:15 ReplicationResponse:5 VerifiedReplicationRequest:1129 VoteMessage:1013] -2026-05-13T18:30:53.6141116Z node.go:176: Node 8af533882fa24c31 sent message types: map[BlockDigestRequest:23 BlockMessage:118 EmptyNotarization:220 EmptyVoteMessage:166 FinalizationMessage:1129 NotarizationMessage:1423 ReplicationRequest:15 ReplicationResponse:11 VerifiedReplicationRequest:1129 VoteMessage:1013] -2026-05-13T18:30:53.6142239Z --- PASS: TestLongRunningReplication (3.02s) -2026-05-13T18:30:53.6142527Z === RUN TestLongRunningCrash -2026-05-13T18:30:53.6143551Z [05-13|18:28:26.241] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "d9ac4baa96db4ee3", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6145302Z [05-13|18:28:26.242] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "da04606494fb2d64", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6147037Z [05-13|18:28:26.243] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "49b040bbc477b8dd", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6148878Z [05-13|18:28:26.245] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "3d72ab96c1d17c69", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6150613Z [05-13|18:28:26.255] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "d84dceb34b92ff61", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6152419Z [05-13|18:28:26.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "8073dde6bd5abb6c", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6154187Z [05-13|18:28:26.258] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "492b627f4c387b11", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6155967Z [05-13|18:28:26.260] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "1306c2b1a542d675", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6157712Z [05-13|18:28:26.260] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "9de052d1cf74ef01", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6159623Z [05-13|18:28:26.261] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "27a7c279472355f7", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.6160725Z [05-13|18:28:26.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6161223Z [05-13|18:28:26.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6161712Z [05-13|18:28:26.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6162194Z [05-13|18:28:26.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6162739Z [05-13|18:28:26.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6163221Z [05-13|18:28:26.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6163706Z [05-13|18:28:26.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6164189Z [05-13|18:28:26.264] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6164664Z [05-13|18:28:26.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6165147Z [05-13|18:28:26.265] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.6165901Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6166891Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6167879Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6168969Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6169936Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6170911Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6171695Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6172439Z [05-13|18:28:26.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6173166Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6173913Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6174886Z [05-13|18:28:26.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6175663Z [05-13|18:28:26.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6176091Z [05-13|18:28:26.771] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6176446Z [05-13|18:28:26.771] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6176784Z [05-13|18:28:26.771] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6177206Z [05-13|18:28:26.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6177746Z [05-13|18:28:26.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6178277Z [05-13|18:28:26.772] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6178939Z [05-13|18:28:26.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6179657Z [05-13|18:28:26.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6180146Z [05-13|18:28:26.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6180630Z [05-13|18:28:26.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6181121Z [05-13|18:28:26.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6181741Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6182348Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6182942Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6183526Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6184112Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6184705Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6185503Z [05-13|18:28:26.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6186289Z [05-13|18:28:26.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6187085Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6188168Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6189253Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6190730Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6191835Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6192564Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6193303Z [05-13|18:28:26.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6194085Z [05-13|18:28:26.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6194821Z [05-13|18:28:26.776] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6195433Z [05-13|18:28:26.776] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6195984Z [05-13|18:28:26.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 8} -2026-05-13T18:30:53.6196521Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6197065Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6197806Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6198786Z [05-13|18:28:26.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.6199419Z [05-13|18:28:26.777] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6199955Z [05-13|18:28:26.777] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6200436Z [05-13|18:28:26.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 7} -2026-05-13T18:30:53.6201216Z [05-13|18:28:26.778] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6202076Z [05-13|18:28:26.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6202734Z [05-13|18:28:26.778] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6203154Z [05-13|18:28:26.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6203758Z [05-13|18:28:26.778] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6204288Z [05-13|18:28:26.778] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6204822Z [05-13|18:28:26.778] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6205354Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6205765Z [05-13|18:28:26.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6206188Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6206531Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6207193Z [05-13|18:28:26.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6207844Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6208477Z [05-13|18:28:26.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6208907Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6209249Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6209660Z [05-13|18:28:26.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6209993Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6210325Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6210735Z [05-13|18:28:26.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6211146Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6211683Z [05-13|18:28:26.779] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6212288Z [05-13|18:28:26.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6212947Z [05-13|18:28:26.780] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6213667Z [05-13|18:28:26.780] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6214194Z [05-13|18:28:26.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6214533Z [05-13|18:28:26.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6214947Z [05-13|18:28:26.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.6215416Z [05-13|18:28:26.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6215754Z [05-13|18:28:26.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6216280Z [05-13|18:28:26.781] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6216805Z [05-13|18:28:26.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6217337Z [05-13|18:28:26.782] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 0, "digest": "d769dea9d6df44d91b24..."} -2026-05-13T18:30:53.6217995Z [05-13|18:28:26.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6218723Z [05-13|18:28:26.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6219370Z [05-13|18:28:26.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6219844Z [05-13|18:28:26.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6220312Z [05-13|18:28:26.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6220896Z [05-13|18:28:26.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6221486Z [05-13|18:28:26.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6222285Z [05-13|18:28:26.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6222945Z [05-13|18:28:26.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6223291Z [05-13|18:28:26.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6223955Z [05-13|18:28:26.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6224930Z [05-13|18:28:26.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6225587Z [05-13|18:28:26.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6225998Z [05-13|18:28:26.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6226746Z [05-13|18:28:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6227454Z [05-13|18:28:26.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6227795Z [05-13|18:28:26.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6228319Z [05-13|18:28:26.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6228870Z [05-13|18:28:26.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6229409Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6229945Z [05-13|18:28:26.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6230743Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6231600Z [05-13|18:28:26.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6232402Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6233375Z [05-13|18:28:26.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6234397Z [05-13|18:28:26.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6235172Z [05-13|18:28:26.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 7} -2026-05-13T18:30:53.6235979Z [05-13|18:28:26.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6236702Z [05-13|18:28:26.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6237196Z [05-13|18:28:26.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6237994Z [05-13|18:28:26.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6238977Z [05-13|18:28:26.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6239580Z [05-13|18:28:26.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6239993Z [05-13|18:28:26.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6240525Z [05-13|18:28:26.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6241242Z [05-13|18:28:26.788] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6241836Z [05-13|18:28:26.788] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6242441Z [05-13|18:28:26.788] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6242963Z [05-13|18:28:26.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6243304Z [05-13|18:28:26.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6243716Z [05-13|18:28:26.788] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6244127Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6244539Z [05-13|18:28:26.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6244951Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6245367Z [05-13|18:28:26.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.6246039Z [05-13|18:28:26.789] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6246566Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6246905Z [05-13|18:28:26.789] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6247434Z [05-13|18:28:26.789] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6247961Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6248414Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6248943Z [05-13|18:28:26.790] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6249535Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6249871Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6250211Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6250539Z [05-13|18:28:26.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6251070Z [05-13|18:28:26.791] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6251786Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6252378Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6252846Z [05-13|18:28:26.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6253551Z [05-13|18:28:26.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6254334Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6254930Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6255780Z [05-13|18:28:26.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6256563Z [05-13|18:28:26.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6257347Z [05-13|18:28:26.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6258439Z [05-13|18:28:26.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6259415Z [05-13|18:28:26.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6260059Z [05-13|18:28:26.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6260402Z [05-13|18:28:26.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6260939Z [05-13|18:28:26.792] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6261593Z [05-13|18:28:26.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6262062Z [05-13|18:28:26.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6262394Z [05-13|18:28:26.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6262811Z [05-13|18:28:26.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6263356Z [05-13|18:28:26.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6263972Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6264394Z [05-13|18:28:26.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6264808Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6265305Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6265787Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6266529Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6267557Z [05-13|18:28:26.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6268449Z [05-13|18:28:26.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6269113Z [05-13|18:28:26.794] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "cc3938b4178ab92057e0..."} -2026-05-13T18:30:53.6269836Z [05-13|18:28:26.795] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6270616Z [05-13|18:28:26.795] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6271140Z [05-13|18:28:26.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6271666Z [05-13|18:28:26.796] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6272517Z [05-13|18:28:26.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6273360Z [05-13|18:28:26.796] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6274062Z [05-13|18:28:26.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6274538Z [05-13|18:28:26.796] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6274873Z [05-13|18:28:26.796] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6275400Z [05-13|18:28:26.796] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6275927Z [05-13|18:28:26.796] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6276336Z [05-13|18:28:26.796] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6276828Z [05-13|18:28:26.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6277427Z [05-13|18:28:26.797] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6277953Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6278488Z [05-13|18:28:26.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6279227Z [05-13|18:28:26.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6279883Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6280216Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6280746Z [05-13|18:28:26.797] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6281273Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6281608Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6282015Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6282345Z [05-13|18:28:26.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6282811Z [05-13|18:28:26.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 7} -2026-05-13T18:30:53.6283352Z [05-13|18:28:26.798] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6283772Z [05-13|18:28:26.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6284306Z [05-13|18:28:26.798] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6285153Z [05-13|18:28:26.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6285863Z [05-13|18:28:26.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6286204Z [05-13|18:28:26.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6286542Z [05-13|18:28:26.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6287076Z [05-13|18:28:26.799] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6287655Z [05-13|18:28:26.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6288238Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6288831Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6289429Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6290017Z [05-13|18:28:26.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6290812Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6291599Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6292320Z [05-13|18:28:26.802] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 2, "digest": "112c72284ef7cdb7049f..."} -2026-05-13T18:30:53.6292982Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6293783Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6294560Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6295030Z [05-13|18:28:26.802] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6295495Z [05-13|18:28:26.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6296291Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6296946Z [05-13|18:28:26.803] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6297618Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6298470Z [05-13|18:28:26.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.6299223Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6299946Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6300755Z [05-13|18:28:26.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6301533Z [05-13|18:28:26.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6302121Z [05-13|18:28:26.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 7} -2026-05-13T18:30:53.6302658Z [05-13|18:28:26.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6303397Z [05-13|18:28:26.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6304428Z [05-13|18:28:26.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6305427Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6306274Z [05-13|18:28:26.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6306928Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6307671Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6308639Z [05-13|18:28:26.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6309363Z [05-13|18:28:26.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6309956Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6310445Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6310928Z [05-13|18:28:26.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6311342Z [05-13|18:28:26.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6311828Z [05-13|18:28:26.806] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6312307Z [05-13|18:28:26.806] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6312914Z [05-13|18:28:26.806] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6313441Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6313782Z [05-13|18:28:26.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6314141Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6314675Z [05-13|18:28:26.807] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6315200Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6315737Z [05-13|18:28:26.807] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6316284Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6316696Z [05-13|18:28:26.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6317108Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6317445Z [05-13|18:28:26.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6317864Z [05-13|18:28:26.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.6318412Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6318846Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6319178Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6319724Z [05-13|18:28:26.808] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6320253Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6320595Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6320926Z [05-13|18:28:26.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6321461Z [05-13|18:28:26.808] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6322236Z [05-13|18:28:26.808] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6322956Z [05-13|18:28:26.809] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "0b6f93fc636b710b4cbc..."} -2026-05-13T18:30:53.6323487Z [05-13|18:28:26.809] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6323823Z [05-13|18:28:26.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6324162Z [05-13|18:28:26.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6324693Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6325292Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6325886Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6326475Z [05-13|18:28:26.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6327065Z [05-13|18:28:26.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6327658Z [05-13|18:28:26.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6328642Z [05-13|18:28:26.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6329393Z [05-13|18:28:26.811] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6330144Z [05-13|18:28:26.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6330924Z [05-13|18:28:26.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6331519Z [05-13|18:28:26.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 8} -2026-05-13T18:30:53.6332309Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6333293Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6334267Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6335239Z [05-13|18:28:26.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6335969Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6336455Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6337280Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6338211Z [05-13|18:28:26.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 7} -2026-05-13T18:30:53.6339026Z [05-13|18:28:26.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6339768Z [05-13|18:28:26.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6340319Z [05-13|18:28:26.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 8} -2026-05-13T18:30:53.6340984Z [05-13|18:28:26.814] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6341658Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6342081Z [05-13|18:28:26.815] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6342620Z [05-13|18:28:26.815] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6343223Z [05-13|18:28:26.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6343807Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6344295Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6344898Z [05-13|18:28:26.815] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6345760Z [05-13|18:28:26.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6346422Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6346959Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6347544Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6347887Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6348535Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6349249Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6349769Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6350301Z [05-13|18:28:26.816] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6350818Z [05-13|18:28:26.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6351160Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6351835Z [05-13|18:28:26.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6352489Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6352830Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6353191Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6353722Z [05-13|18:28:26.817] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6354248Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6354583Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6354925Z [05-13|18:28:26.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6355328Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6355663Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6355998Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6356332Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6356664Z [05-13|18:28:26.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6357071Z [05-13|18:28:26.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6357492Z [05-13|18:28:26.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6357827Z [05-13|18:28:26.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6358285Z [05-13|18:28:26.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6358871Z [05-13|18:28:26.820] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6359400Z [05-13|18:28:26.820] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6359867Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6360464Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6361109Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6361909Z [05-13|18:28:26.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6362693Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6363357Z [05-13|18:28:26.821] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "7f82ace0096d30c19824..."} -2026-05-13T18:30:53.6364007Z [05-13|18:28:26.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6364600Z [05-13|18:28:26.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6365199Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.6365730Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6366497Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6367161Z [05-13|18:28:26.821] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6367509Z [05-13|18:28:26.820] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6367982Z [05-13|18:28:26.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6368908Z [05-13|18:28:26.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6369692Z [05-13|18:28:26.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6370489Z [05-13|18:28:26.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6371470Z [05-13|18:28:26.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6372250Z [05-13|18:28:26.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 7} -2026-05-13T18:30:53.6373022Z [05-13|18:28:26.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:53.6374005Z [05-13|18:28:26.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:53.6374916Z [05-13|18:28:26.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:53.6375528Z [05-13|18:28:26.823] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6376206Z [05-13|18:28:26.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6377187Z [05-13|18:28:26.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6377970Z [05-13|18:28:26.823] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6378517Z [05-13|18:28:26.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6378930Z [05-13|18:28:26.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6379686Z [05-13|18:28:26.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6380596Z [05-13|18:28:26.824] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6381328Z [05-13|18:28:26.824] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6381931Z [05-13|18:28:26.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6382351Z [05-13|18:28:26.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6382695Z [05-13|18:28:26.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6383226Z [05-13|18:28:26.824] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6383885Z [05-13|18:28:26.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6384637Z [05-13|18:28:26.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6385487Z [05-13|18:28:26.825] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6386019Z [05-13|18:28:26.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6386358Z [05-13|18:28:26.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6386694Z [05-13|18:28:26.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6387032Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6387447Z [05-13|18:28:26.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6388316Z [05-13|18:28:26.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6388976Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6389316Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6389731Z [05-13|18:28:26.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6390142Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6390483Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6390816Z [05-13|18:28:26.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6391349Z [05-13|18:28:26.826] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6392018Z [05-13|18:28:26.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6392430Z [05-13|18:28:26.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6392773Z [05-13|18:28:26.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6393108Z [05-13|18:28:26.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6393517Z [05-13|18:28:26.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6394118Z [05-13|18:28:26.828] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6394647Z [05-13|18:28:26.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6395177Z [05-13|18:28:26.828] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6395766Z [05-13|18:28:26.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6396306Z [05-13|18:28:26.828] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6396827Z [05-13|18:28:26.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6397360Z [05-13|18:28:26.829] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6397940Z [05-13|18:28:26.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6398394Z [05-13|18:28:26.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6398734Z [05-13|18:28:26.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6399143Z [05-13|18:28:26.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.6399757Z [05-13|18:28:26.830] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "26760f72badb520bc22d..."} -2026-05-13T18:30:53.6400286Z [05-13|18:28:26.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6400758Z [05-13|18:28:26.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6401424Z [05-13|18:28:26.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6402018Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6402613Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6403202Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6403784Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6404372Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6405171Z [05-13|18:28:26.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6410665Z [05-13|18:28:26.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6411518Z [05-13|18:28:26.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6412354Z [05-13|18:28:26.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6413039Z [05-13|18:28:26.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6413721Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6414813Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6415786Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6416515Z [05-13|18:28:26.832] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6417019Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6417774Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6418654Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6419464Z [05-13|18:28:26.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6420263Z [05-13|18:28:26.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6420814Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6421368Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6421704Z [05-13|18:28:26.834] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6422032Z [05-13|18:28:26.834] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6422360Z [05-13|18:28:26.834] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6422568Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6423031Z [05-13|18:28:26.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6423417Z [05-13|18:28:26.835] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6423756Z [05-13|18:28:26.835] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6423909Z [05-13|18:28:26.835] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6424050Z [05-13|18:28:26.836] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6424383Z [05-13|18:28:26.836] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6424652Z [05-13|18:28:26.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 7} -2026-05-13T18:30:53.6424872Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6425349Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6425491Z [05-13|18:28:26.836] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6425630Z [05-13|18:28:26.835] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6425837Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6426041Z [05-13|18:28:26.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6426182Z [05-13|18:28:26.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6426314Z [05-13|18:28:26.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6426646Z [05-13|18:28:26.837] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6426851Z [05-13|18:28:26.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6427177Z [05-13|18:28:26.838] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6427385Z [05-13|18:28:26.837] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.6427520Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6427656Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6427979Z [05-13|18:28:26.838] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6428237Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6428449Z [05-13|18:28:26.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6428784Z [05-13|18:28:26.839] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "fcc7f4aac674b12e5af7..."} -2026-05-13T18:30:53.6428921Z [05-13|18:28:26.839] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6429195Z [05-13|18:28:26.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6429385Z [05-13|18:28:26.839] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6429514Z [05-13|18:28:26.839] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6429781Z [05-13|18:28:26.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6430037Z [05-13|18:28:26.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6430170Z [05-13|18:28:26.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6430646Z [05-13|18:28:26.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6430906Z [05-13|18:28:26.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6431212Z [05-13|18:28:26.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6431429Z [05-13|18:28:26.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6431686Z [05-13|18:28:26.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6431941Z [05-13|18:28:26.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6432408Z [05-13|18:28:26.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6432546Z [05-13|18:28:26.841] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6432803Z [05-13|18:28:26.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6433270Z [05-13|18:28:26.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6433758Z [05-13|18:28:26.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6434207Z [05-13|18:28:26.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:53.6434642Z [05-13|18:28:26.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:53.6435067Z [05-13|18:28:26.842] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:53.6435596Z [05-13|18:28:26.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6436071Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6436534Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6436993Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6437494Z [05-13|18:28:26.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6437646Z [05-13|18:28:26.843] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6437979Z [05-13|18:28:26.844] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6438367Z [05-13|18:28:26.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6438699Z [05-13|18:28:26.844] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6438907Z [05-13|18:28:26.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6439051Z [05-13|18:28:26.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6439373Z [05-13|18:28:26.845] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6439509Z [05-13|18:28:26.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6439723Z [05-13|18:28:26.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6439929Z [05-13|18:28:26.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6440310Z [05-13|18:28:26.845] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6440527Z [05-13|18:28:26.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6440730Z [05-13|18:28:26.846] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6440864Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6441188Z [05-13|18:28:26.846] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6441322Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6441455Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6441593Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6441911Z [05-13|18:28:26.846] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6442116Z [05-13|18:28:26.846] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6442254Z [05-13|18:28:26.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6442384Z [05-13|18:28:26.847] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6442699Z [05-13|18:28:26.847] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6442971Z [05-13|18:28:26.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 7} -2026-05-13T18:30:53.6443178Z [05-13|18:28:26.847] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6443553Z [05-13|18:28:26.847] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6444032Z [05-13|18:28:26.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6444170Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6444299Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6444429Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6444565Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6444695Z [05-13|18:28:26.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6445072Z [05-13|18:28:26.849] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6445216Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6445345Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6445475Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6445614Z [05-13|18:28:26.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6445929Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6446185Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6446445Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6446700Z [05-13|18:28:26.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6447172Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6447433Z [05-13|18:28:26.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6447607Z [05-13|18:28:26.850] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6447825Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6448420Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6448879Z [05-13|18:28:26.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6449203Z [05-13|18:28:26.851] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "85997575c1b34a4331b4..."} -2026-05-13T18:30:53.6449666Z [05-13|18:28:26.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6449876Z [05-13|18:28:26.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.6450136Z [05-13|18:28:26.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6450276Z [05-13|18:28:26.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6450408Z [05-13|18:28:26.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6450665Z [05-13|18:28:26.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6450927Z [05-13|18:28:26.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6451059Z [05-13|18:28:26.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6451269Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6451796Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6452251Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6452712Z [05-13|18:28:26.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6452962Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6453226Z [05-13|18:28:26.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6453531Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6454001Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6454212Z [05-13|18:28:26.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6454591Z [05-13|18:28:26.854] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6454859Z [05-13|18:28:26.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 7} -2026-05-13T18:30:53.6455180Z [05-13|18:28:26.854] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6455497Z [05-13|18:28:26.854] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6455963Z [05-13|18:28:26.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6456337Z [05-13|18:28:26.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6456476Z [05-13|18:28:26.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6456802Z [05-13|18:28:26.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6456935Z [05-13|18:28:26.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6457141Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6457350Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6457484Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6457814Z [05-13|18:28:26.856] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6458260Z [05-13|18:28:26.856] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6458470Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6458605Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6459058Z [05-13|18:28:26.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6459198Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6459329Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6459461Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6459597Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6459793Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6459924Z [05-13|18:28:26.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6460061Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6460195Z [05-13|18:28:26.857] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6460404Z [05-13|18:28:26.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6460539Z [05-13|18:28:26.858] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6460670Z [05-13|18:28:26.858] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6460988Z [05-13|18:28:26.859] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6461367Z [05-13|18:28:26.859] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6461581Z [05-13|18:28:26.859] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.6461712Z [05-13|18:28:26.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6461990Z [05-13|18:28:26.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6462306Z [05-13|18:28:26.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6462632Z [05-13|18:28:26.859] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "45898f5a2ba1ff8293f5..."} -2026-05-13T18:30:53.6462896Z [05-13|18:28:26.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6463155Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6463413Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6463675Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6463815Z [05-13|18:28:26.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6464120Z [05-13|18:28:26.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6464589Z [05-13|18:28:26.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6465053Z [05-13|18:28:26.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6465509Z [05-13|18:28:26.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6465652Z [05-13|18:28:26.861] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6466109Z [05-13|18:28:26.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6466548Z [05-13|18:28:26.861] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:53.6466983Z [05-13|18:28:26.861] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:53.6467440Z [05-13|18:28:26.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6467902Z [05-13|18:28:26.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6468202Z [05-13|18:28:26.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6468417Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6468553Z [05-13|18:28:26.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6468770Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6469223Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6469676Z [05-13|18:28:26.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6469813Z [05-13|18:28:26.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6470085Z [05-13|18:28:26.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6470352Z [05-13|18:28:26.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6470573Z [05-13|18:28:26.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6471030Z [05-13|18:28:26.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6471417Z [05-13|18:28:26.864] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6471631Z [05-13|18:28:26.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6471840Z [05-13|18:28:26.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6472046Z [05-13|18:28:26.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6472317Z [05-13|18:28:26.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 7} -2026-05-13T18:30:53.6472450Z [05-13|18:28:26.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6472632Z [05-13|18:28:26.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6472965Z [05-13|18:28:26.865] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6473300Z [05-13|18:28:26.865] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6473507Z [05-13|18:28:26.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6473829Z [05-13|18:28:26.866] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6473968Z [05-13|18:28:26.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6474102Z [05-13|18:28:26.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6474233Z [05-13|18:28:26.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6474560Z [05-13|18:28:26.866] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6474773Z [05-13|18:28:26.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6475092Z [05-13|18:28:26.866] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6475426Z [05-13|18:28:26.867] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6475558Z [05-13|18:28:26.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6476015Z [05-13|18:28:26.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6476405Z [05-13|18:28:26.867] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6476540Z [05-13|18:28:26.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6476671Z [05-13|18:28:26.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6476832Z [05-13|18:28:26.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6476964Z [05-13|18:28:26.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6477225Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6477491Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6477749Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6478160Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6478443Z [05-13|18:28:26.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6478780Z [05-13|18:28:26.869] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6479307Z [05-13|18:28:26.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6479771Z [05-13|18:28:26.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6480229Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6480682Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6481196Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6481411Z [05-13|18:28:26.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6481675Z [05-13|18:28:26.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6481888Z [05-13|18:28:26.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6482093Z [05-13|18:28:26.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6482298Z [05-13|18:28:26.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6482565Z [05-13|18:28:26.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6482827Z [05-13|18:28:26.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6482962Z [05-13|18:28:26.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6483176Z [05-13|18:28:26.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6483634Z [05-13|18:28:26.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6484089Z [05-13|18:28:26.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6484554Z [05-13|18:28:26.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6484945Z [05-13|18:28:26.873] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6485276Z [05-13|18:28:26.873] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6485610Z [05-13|18:28:26.872] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "9f5d30eb46a278f0c43a..."} -2026-05-13T18:30:53.6485935Z [05-13|18:28:26.873] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6486197Z [05-13|18:28:26.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6486337Z [05-13|18:28:26.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6486710Z [05-13|18:28:26.874] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6486849Z [05-13|18:28:26.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6487179Z [05-13|18:28:26.874] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6487311Z [05-13|18:28:26.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6487816Z [05-13|18:28:26.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6487961Z [05-13|18:28:26.876] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6488208Z [05-13|18:28:26.876] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6488421Z [05-13|18:28:26.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6488564Z [05-13|18:28:26.876] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6488772Z [05-13|18:28:26.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.6489099Z [05-13|18:28:26.877] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6489297Z [05-13|18:28:26.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6489434Z [05-13|18:28:26.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6489639Z [05-13|18:28:26.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6489855Z [05-13|18:28:26.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6490180Z [05-13|18:28:26.877] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6490314Z [05-13|18:28:26.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6490447Z [05-13|18:28:26.878] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6490775Z [05-13|18:28:26.878] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6491042Z [05-13|18:28:26.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 7} -2026-05-13T18:30:53.6491249Z [05-13|18:28:26.879] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6491717Z [05-13|18:28:26.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6492042Z [05-13|18:28:26.879] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6492252Z [05-13|18:28:26.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.6492393Z [05-13|18:28:26.880] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6492525Z [05-13|18:28:26.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6492852Z [05-13|18:28:26.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6493121Z [05-13|18:28:26.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6493257Z [05-13|18:28:26.881] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6493515Z [05-13|18:28:26.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6493781Z [05-13|18:28:26.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6494040Z [05-13|18:28:26.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6494561Z [05-13|18:28:26.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6495007Z [05-13|18:28:26.882] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} -2026-05-13T18:30:53.6495471Z [05-13|18:28:26.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6495979Z [05-13|18:28:26.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6496252Z [05-13|18:28:26.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6496588Z [05-13|18:28:26.882] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 10, "digest": "0c6ba5139317eb93b958..."} -2026-05-13T18:30:53.6496855Z [05-13|18:28:26.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6497323Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6497825Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6498406Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6498546Z [05-13|18:28:26.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6498679Z [05-13|18:28:26.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6499137Z [05-13|18:28:26.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6499357Z [05-13|18:28:26.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6499565Z [05-13|18:28:26.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6499700Z [05-13|18:28:26.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6499837Z [05-13|18:28:26.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6500043Z [05-13|18:28:26.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6500498Z [05-13|18:28:26.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6500835Z [05-13|18:28:26.885] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6501046Z [05-13|18:28:26.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6501249Z [05-13|18:28:26.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6501579Z [05-13|18:28:26.886] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6501905Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6502112Z [05-13|18:28:26.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6502439Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6502762Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6502967Z [05-13|18:28:26.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6503348Z [05-13|18:28:26.887] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6503559Z [05-13|18:28:26.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6503693Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6503830Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6504011Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6504275Z [05-13|18:28:26.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6504486Z [05-13|18:28:26.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6504748Z [05-13|18:28:26.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 7} -2026-05-13T18:30:53.6505077Z [05-13|18:28:26.888] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6505217Z [05-13|18:28:26.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6505793Z [05-13|18:28:26.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6506256Z [05-13|18:28:26.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6506591Z [05-13|18:28:26.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6506725Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6506857Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6506993Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6507125Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6507256Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6507389Z [05-13|18:28:26.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6507598Z [05-13|18:28:26.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6507732Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6508172Z [05-13|18:28:26.891] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6508315Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6508445Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6508580Z [05-13|18:28:26.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6508717Z [05-13|18:28:26.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6508924Z [05-13|18:28:26.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.6509251Z [05-13|18:28:26.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6509518Z [05-13|18:28:26.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6509984Z [05-13|18:28:26.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6510244Z [05-13|18:28:26.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6510709Z [05-13|18:28:26.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6511218Z [05-13|18:28:26.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6511431Z [05-13|18:28:26.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6511698Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6511956Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6512265Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6512599Z [05-13|18:28:26.896] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 11, "digest": "8893aba280b5a393fe12..."} -2026-05-13T18:30:53.6512809Z [05-13|18:28:26.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6513068Z [05-13|18:28:26.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6513332Z [05-13|18:28:26.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6513847Z [05-13|18:28:26.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6514303Z [05-13|18:28:26.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6514763Z [05-13|18:28:26.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6514971Z [05-13|18:28:26.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6515231Z [05-13|18:28:26.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6515692Z [05-13|18:28:26.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6516150Z [05-13|18:28:26.899] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6516489Z [05-13|18:28:26.899] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6516826Z [05-13|18:28:26.899] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6517034Z [05-13|18:28:26.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6517239Z [05-13|18:28:26.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6517573Z [05-13|18:28:26.900] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6517985Z [05-13|18:28:26.900] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6518241Z [05-13|18:28:26.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6518456Z [05-13|18:28:26.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6518593Z [05-13|18:28:26.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6518916Z [05-13|18:28:26.911] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6519380Z [05-13|18:28:26.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6519703Z [05-13|18:28:26.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 7} -2026-05-13T18:30:53.6519843Z [05-13|18:28:26.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6519978Z [05-13|18:28:26.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6520188Z [05-13|18:28:26.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6520320Z [05-13|18:28:26.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6520583Z [05-13|18:28:26.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6521043Z [05-13|18:28:26.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6521177Z [05-13|18:28:26.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6521515Z [05-13|18:28:26.914] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6521649Z [05-13|18:28:26.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6521783Z [05-13|18:28:26.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6522167Z [05-13|18:28:26.915] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6522305Z [05-13|18:28:26.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6522635Z [05-13|18:28:26.915] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6522849Z [05-13|18:28:26.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6523176Z [05-13|18:28:26.916] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6523309Z [05-13|18:28:26.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6523451Z [05-13|18:28:26.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6523661Z [05-13|18:28:26.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.6523794Z [05-13|18:28:26.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6524057Z [05-13|18:28:26.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6524324Z [05-13|18:28:26.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6524654Z [05-13|18:28:26.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 12, "digest": "d3d3a4fb9c5edf96edf3..."} -2026-05-13T18:30:53.6524787Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6525253Z [05-13|18:28:26.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6525389Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6525582Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6525850Z [05-13|18:28:26.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6526314Z [05-13|18:28:26.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6526751Z [05-13|18:28:26.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:53.6527016Z [05-13|18:28:26.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6527148Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6527353Z [05-13|18:28:26.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6527836Z [05-13|18:28:26.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:53.6527971Z [05-13|18:28:26.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6528701Z [05-13|18:28:26.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6529055Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6529317Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6529749Z [05-13|18:28:26.919] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:53.6530017Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6530231Z [05-13|18:28:26.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6530487Z [05-13|18:28:26.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6531008Z [05-13|18:28:26.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6531469Z [05-13|18:28:26.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6531605Z [05-13|18:28:26.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6532064Z [05-13|18:28:26.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6532518Z [05-13|18:28:26.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6532978Z [05-13|18:28:26.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6533434Z [05-13|18:28:26.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6533643Z [05-13|18:28:26.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6533908Z [05-13|18:28:26.922] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 7} -2026-05-13T18:30:53.6534240Z [05-13|18:28:26.922] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6534374Z [05-13|18:28:26.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6534767Z [05-13|18:28:26.922] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6534976Z [05-13|18:28:26.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6535181Z [05-13|18:28:26.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6535386Z [05-13|18:28:26.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6535712Z [05-13|18:28:26.924] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6536034Z [05-13|18:28:26.924] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6536292Z [05-13|18:28:26.924] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6536762Z [05-13|18:28:26.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6537091Z [05-13|18:28:26.924] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6537226Z [05-13|18:28:26.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6537404Z [05-13|18:28:26.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6537722Z [05-13|18:28:26.925] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6537862Z [05-13|18:28:26.926] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6538285Z [05-13|18:28:26.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6538552Z [05-13|18:28:26.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6538813Z [05-13|18:28:26.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6539076Z [05-13|18:28:26.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6539606Z [05-13|18:28:26.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6539744Z [05-13|18:28:26.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6540072Z [05-13|18:28:26.927] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6540333Z [05-13|18:28:26.927] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6540797Z [05-13|18:28:26.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6541012Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6541337Z [05-13|18:28:26.928] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6541800Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6542262Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6542588Z [05-13|18:28:26.926] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6542722Z [05-13|18:28:26.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6542934Z [05-13|18:28:26.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.6543124Z [05-13|18:28:26.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6543256Z [05-13|18:28:26.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6543466Z [05-13|18:28:26.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6543599Z [05-13|18:28:26.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6544058Z [05-13|18:28:26.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6544324Z [05-13|18:28:26.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6544810Z [05-13|18:28:26.929] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:53.6544948Z [05-13|18:28:26.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6545084Z [05-13|18:28:26.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6545292Z [05-13|18:28:26.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6545554Z [05-13|18:28:26.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6545818Z [05-13|18:28:26.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6546146Z [05-13|18:28:26.930] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 13, "digest": "50270cd971c78854ea22..."} -2026-05-13T18:30:53.6546607Z [05-13|18:28:26.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6546747Z [05-13|18:28:26.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6546955Z [05-13|18:28:26.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6547215Z [05-13|18:28:26.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6547718Z [05-13|18:28:26.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6547929Z [05-13|18:28:26.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6548376Z [05-13|18:28:26.932] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6548703Z [05-13|18:28:26.932] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6549165Z [05-13|18:28:26.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6549300Z [05-13|18:28:26.932] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6549626Z [05-13|18:28:26.933] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6549758Z [05-13|18:28:26.933] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6549964Z [05-13|18:28:26.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6550292Z [05-13|18:28:26.933] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6550610Z [05-13|18:28:26.933] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6550874Z [05-13|18:28:26.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 7} -2026-05-13T18:30:53.6551086Z [05-13|18:28:26.934] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6551613Z [05-13|18:28:26.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6552072Z [05-13|18:28:26.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6552432Z [05-13|18:28:26.934] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6552753Z [05-13|18:28:26.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6552886Z [05-13|18:28:26.936] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6553261Z [05-13|18:28:26.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6553397Z [05-13|18:28:26.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6553602Z [05-13|18:28:26.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6553739Z [05-13|18:28:26.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6554108Z [05-13|18:28:26.937] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6554314Z [05-13|18:28:26.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6554455Z [05-13|18:28:26.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6554585Z [05-13|18:28:26.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6554791Z [05-13|18:28:26.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:53.6555117Z [05-13|18:28:26.939] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 14, "digest": "c4376b188452c12052cd..."} -2026-05-13T18:30:53.6555251Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6555380Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6555561Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6555834Z [05-13|18:28:26.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6556095Z [05-13|18:28:26.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6556225Z [05-13|18:28:26.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6556488Z [05-13|18:28:26.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6556744Z [05-13|18:28:26.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6556877Z [05-13|18:28:26.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6557350Z [05-13|18:28:26.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6557610Z [05-13|18:28:26.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6558204Z [05-13|18:28:26.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6558431Z [05-13|18:28:26.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6558862Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.6558997Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6559426Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.6559624Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6559833Z [05-13|18:28:26.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6560101Z [05-13|18:28:26.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6560530Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.6560663Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6560927Z [05-13|18:28:26.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6561407Z [05-13|18:28:26.941] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.6561876Z [05-13|18:28:26.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6562019Z [05-13|18:28:26.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6562495Z [05-13|18:28:26.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.6562627Z [05-13|18:28:26.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6563091Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6563517Z [05-13|18:28:26.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:53.6563978Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6564493Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6564956Z [05-13|18:28:26.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6565087Z [05-13|18:28:26.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6565546Z [05-13|18:28:26.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6565760Z [05-13|18:28:26.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6566099Z [05-13|18:28:26.943] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6566242Z [05-13|18:28:26.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6566504Z [05-13|18:28:26.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 7} -2026-05-13T18:30:53.6566713Z [05-13|18:28:26.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6567047Z [05-13|18:28:26.944] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6567509Z [05-13|18:28:26.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6567717Z [05-13|18:28:26.945] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6567898Z [05-13|18:28:26.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6568228Z [05-13|18:28:26.945] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6568559Z [05-13|18:28:26.945] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6568887Z [05-13|18:28:26.946] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6569209Z [05-13|18:28:26.946] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6569667Z [05-13|18:28:26.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6570057Z [05-13|18:28:26.946] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6570195Z [05-13|18:28:26.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6570399Z [05-13|18:28:26.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6570730Z [05-13|18:28:26.945] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6570989Z [05-13|18:28:26.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6571122Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6571256Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6571387Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6571516Z [05-13|18:28:26.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6571727Z [05-13|18:28:26.948] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6572052Z [05-13|18:28:26.948] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6572367Z [05-13|18:28:26.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6572634Z [05-13|18:28:26.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6572893Z [05-13|18:28:26.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6573150Z [05-13|18:28:26.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6573620Z [05-13|18:28:26.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6573878Z [05-13|18:28:26.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6574088Z [05-13|18:28:26.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6574350Z [05-13|18:28:26.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6574814Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6575076Z [05-13|18:28:26.950] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6575545Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6576009Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6576523Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6576989Z [05-13|18:28:26.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6577448Z [05-13|18:28:26.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6577777Z [05-13|18:28:26.952] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6578230Z [05-13|18:28:26.952] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 15, "digest": "85e72856bbb095c07cba..."} -2026-05-13T18:30:53.6578499Z [05-13|18:28:26.952] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6578638Z [05-13|18:28:26.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6578774Z [05-13|18:28:26.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6578982Z [05-13|18:28:26.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6579310Z [05-13|18:28:26.952] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6579575Z [05-13|18:28:26.952] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:53.6579780Z [05-13|18:28:26.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6579985Z [05-13|18:28:26.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6580195Z [05-13|18:28:26.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6580522Z [05-13|18:28:26.953] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6580845Z [05-13|18:28:26.953] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6581261Z [05-13|18:28:26.954] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6581589Z [05-13|18:28:26.954] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6581722Z [05-13|18:28:26.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6581988Z [05-13|18:28:26.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 7} -2026-05-13T18:30:53.6582195Z [05-13|18:28:26.954] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6582658Z [05-13|18:28:26.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6582991Z [05-13|18:28:26.955] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6583125Z [05-13|18:28:26.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6583558Z [05-13|18:28:26.955] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:53.6583695Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6583825Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6583957Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6584093Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6584520Z [05-13|18:28:26.956] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:53.6584843Z [05-13|18:28:26.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 8} -2026-05-13T18:30:53.6585274Z [05-13|18:28:26.956] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:53.6585410Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6585736Z [05-13|18:28:26.955] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6585872Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6586002Z [05-13|18:28:26.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6586208Z [05-13|18:28:26.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6586571Z [05-13|18:28:26.957] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6587044Z [05-13|18:28:26.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6587502Z [05-13|18:28:26.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6587680Z [05-13|18:28:26.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6587813Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6587943Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6588187Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6588324Z [05-13|18:28:26.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6588533Z [05-13|18:28:26.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6588861Z [05-13|18:28:26.959] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6589061Z [05-13|18:28:26.960] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6589269Z [05-13|18:28:26.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:53.6589596Z [05-13|18:28:26.961] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 16, "digest": "1a0e6ff0d305ba658630..."} -2026-05-13T18:30:53.6589731Z [05-13|18:28:26.961] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6589860Z [05-13|18:28:26.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6590125Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6590391Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6590651Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6590909Z [05-13|18:28:26.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6591046Z [05-13|18:28:26.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6591514Z [05-13|18:28:26.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6591975Z [05-13|18:28:26.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6592240Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6592500Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6592817Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6593078Z [05-13|18:28:26.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6593538Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6593749Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6594039Z [05-13|18:28:26.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6594589Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6595089Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6595573Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6596104Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6596580Z [05-13|18:28:26.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6597043Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6597252Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6597460Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6597835Z [05-13|18:28:26.966] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6598192Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6598715Z [05-13|18:28:26.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 7} -2026-05-13T18:30:53.6599067Z [05-13|18:28:26.967] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6599551Z [05-13|18:28:26.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6599888Z [05-13|18:28:26.968] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6600241Z [05-13|18:28:26.968] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6600455Z [05-13|18:28:26.966] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6600664Z [05-13|18:28:26.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6600874Z [05-13|18:28:26.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6601011Z [05-13|18:28:26.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6601338Z [05-13|18:28:26.968] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6601670Z [05-13|18:28:26.969] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6602086Z [05-13|18:28:26.970] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6602414Z [05-13|18:28:26.970] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6602554Z [05-13|18:28:26.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6602683Z [05-13|18:28:26.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6602817Z [05-13|18:28:26.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6603149Z [05-13|18:28:26.970] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6603357Z [05-13|18:28:26.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6603621Z [05-13|18:28:26.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6603895Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6604154Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6604413Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6604943Z [05-13|18:28:26.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6605203Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6605461Z [05-13|18:28:26.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6605931Z [05-13|18:28:26.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6606390Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6606657Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.6607123Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6607384Z [05-13|18:28:26.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6607844Z [05-13|18:28:26.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6608212Z [05-13|18:28:26.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6608556Z [05-13|18:28:26.974] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 17, "digest": "fc84661cb1e4a558e2d5..."} -2026-05-13T18:30:53.6608823Z [05-13|18:28:26.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 8} -2026-05-13T18:30:53.6608962Z [05-13|18:28:26.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6609096Z [05-13|18:28:26.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6609556Z [05-13|18:28:26.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6609823Z [05-13|18:28:26.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6610285Z [05-13|18:28:26.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6610616Z [05-13|18:28:26.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6610753Z [05-13|18:28:26.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6610963Z [05-13|18:28:26.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6611171Z [05-13|18:28:26.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6611631Z [05-13|18:28:26.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6611964Z [05-13|18:28:26.977] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6612170Z [05-13|18:28:26.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6612684Z [05-13|18:28:26.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6612895Z [05-13|18:28:26.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6613029Z [05-13|18:28:26.978] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6613346Z [05-13|18:28:26.979] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 7} -2026-05-13T18:30:53.6613679Z [05-13|18:28:26.979] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6613812Z [05-13|18:28:26.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6614277Z [05-13|18:28:26.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6614486Z [05-13|18:28:26.979] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6614697Z [05-13|18:28:26.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6615083Z [05-13|18:28:26.978] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6615220Z [05-13|18:28:26.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6615427Z [05-13|18:28:26.979] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6615563Z [05-13|18:28:26.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6615891Z [05-13|18:28:26.980] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6616102Z [05-13|18:28:26.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6616238Z [05-13|18:28:26.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6616442Z [05-13|18:28:26.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:53.6616574Z [05-13|18:28:26.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6616900Z [05-13|18:28:26.981] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6617234Z [05-13|18:28:26.981] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6617367Z [05-13|18:28:26.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6617696Z [05-13|18:28:26.982] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6618026Z [05-13|18:28:26.982] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6618490Z [05-13|18:28:26.983] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6618816Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6619083Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6619342Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6619803Z [05-13|18:28:26.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6620136Z [05-13|18:28:26.983] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 18, "digest": "6ab051bde071db27d2ed..."} -2026-05-13T18:30:53.6620648Z [05-13|18:28:26.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6620919Z [05-13|18:28:26.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6621378Z [05-13|18:28:26.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6621562Z [05-13|18:28:26.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6621699Z [05-13|18:28:26.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6621828Z [05-13|18:28:26.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6621980Z [05-13|18:28:26.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6622241Z [05-13|18:28:26.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6622702Z [05-13|18:28:26.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6622912Z [05-13|18:28:26.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6623116Z [05-13|18:28:26.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6623308Z [05-13|18:28:26.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6623520Z [05-13|18:28:26.986] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6623781Z [05-13|18:28:26.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6624042Z [05-13|18:28:26.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6624301Z [05-13|18:28:26.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6624510Z [05-13|18:28:26.986] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6624975Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6625434Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6625568Z [05-13|18:28:26.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6626028Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6626481Z [05-13|18:28:26.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6626814Z [05-13|18:28:26.988] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6626995Z [05-13|18:28:26.988] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6627127Z [05-13|18:28:26.988] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6627336Z [05-13|18:28:26.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6627603Z [05-13|18:28:26.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6627736Z [05-13|18:28:26.988] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6627940Z [05-13|18:28:26.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6628329Z [05-13|18:28:26.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 7} -2026-05-13T18:30:53.6628720Z [05-13|18:28:26.989] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6629050Z [05-13|18:28:26.989] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6629528Z [05-13|18:28:26.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6629670Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6629860Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6629999Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6630213Z [05-13|18:28:26.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6630683Z [05-13|18:28:26.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6631028Z [05-13|18:28:26.990] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6631162Z [05-13|18:28:26.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6631292Z [05-13|18:28:26.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6631675Z [05-13|18:28:26.991] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6631811Z [05-13|18:28:26.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6632136Z [05-13|18:28:26.992] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6632350Z [05-13|18:28:26.992] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6632481Z [05-13|18:28:26.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6632609Z [05-13|18:28:26.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6632820Z [05-13|18:28:26.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6632954Z [05-13|18:28:26.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6633158Z [05-13|18:28:26.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:53.6633487Z [05-13|18:28:26.993] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6633626Z [05-13|18:28:26.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6633757Z [05-13|18:28:26.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6634080Z [05-13|18:28:26.993] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6634215Z [05-13|18:28:26.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6634345Z [05-13|18:28:26.994] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6634475Z [05-13|18:28:26.994] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6634861Z [05-13|18:28:26.994] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6635128Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6635260Z [05-13|18:28:26.995] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6635523Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6635653Z [05-13|18:28:26.995] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6635910Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6636183Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6636489Z [05-13|18:28:26.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6636965Z [05-13|18:28:26.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6637434Z [05-13|18:28:26.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6637930Z [05-13|18:28:26.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6638551Z [05-13|18:28:26.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6638833Z [05-13|18:28:26.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6639308Z [05-13|18:28:26.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6639849Z [05-13|18:28:26.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6640315Z [05-13|18:28:26.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6640584Z [05-13|18:28:26.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6640796Z [05-13|18:28:26.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6641257Z [05-13|18:28:26.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6641472Z [05-13|18:28:26.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6641810Z [05-13|18:28:26.998] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 19, "digest": "50c7245a421c04d0fd65..."} -2026-05-13T18:30:53.6642023Z [05-13|18:28:26.999] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6642355Z [05-13|18:28:26.999] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6642561Z [05-13|18:28:27.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6642769Z [05-13|18:28:26.999] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6643228Z [05-13|18:28:27.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6643433Z [05-13|18:28:27.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6643828Z [05-13|18:28:26.999] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6644153Z [05-13|18:28:27.000] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6644479Z [05-13|18:28:27.000] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6644629Z [05-13|18:28:27.001] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6644763Z [05-13|18:28:27.001] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6645028Z [05-13|18:28:27.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6645237Z [05-13|18:28:27.002] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6645423Z [05-13|18:28:27.002] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6645750Z [05-13|18:28:27.002] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6646077Z [05-13|18:28:27.002] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6646300Z [05-13|18:28:27.002] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6646622Z [05-13|18:28:27.003] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6646949Z [05-13|18:28:27.003] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6647081Z [05-13|18:28:27.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6647343Z [05-13|18:28:27.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 7} -2026-05-13T18:30:53.6647554Z [05-13|18:28:27.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6647687Z [05-13|18:28:27.004] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6647985Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6648615Z [05-13|18:28:27.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6648894Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6649161Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6649427Z [05-13|18:28:27.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6649687Z [05-13|18:28:27.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6650174Z [05-13|18:28:27.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6650651Z [05-13|18:28:27.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6651122Z [05-13|18:28:27.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6651334Z [05-13|18:28:27.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6651478Z [05-13|18:28:27.007] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6651742Z [05-13|18:28:27.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6652029Z [05-13|18:28:27.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6652585Z [05-13|18:28:27.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6653048Z [05-13|18:28:27.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6653312Z [05-13|18:28:27.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 8} -2026-05-13T18:30:53.6653775Z [05-13|18:28:27.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6654290Z [05-13|18:28:27.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6654429Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6654891Z [05-13|18:28:27.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6655078Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6655208Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6655344Z [05-13|18:28:27.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6655677Z [05-13|18:28:27.008] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6655809Z [05-13|18:28:27.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6656025Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6656239Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:53.6656770Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6656989Z [05-13|18:28:27.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6657127Z [05-13|18:28:27.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6657258Z [05-13|18:28:27.010] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6657388Z [05-13|18:28:27.010] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6657725Z [05-13|18:28:27.010] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6657856Z [05-13|18:28:27.010] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6658185Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6658523Z [05-13|18:28:27.009] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6658734Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6658939Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6659151Z [05-13|18:28:27.010] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6659282Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6659413Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6659550Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6659877Z [05-13|18:28:27.011] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6660009Z [05-13|18:28:27.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6660403Z [05-13|18:28:27.011] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 20, "digest": "292748f1dc33609721d6..."} -2026-05-13T18:30:53.6660612Z [05-13|18:28:27.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6660746Z [05-13|18:28:27.012] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6661076Z [05-13|18:28:27.012] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6661208Z [05-13|18:28:27.012] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6661414Z [05-13|18:28:27.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6661686Z [05-13|18:28:27.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6662067Z [05-13|18:28:27.012] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6662539Z [05-13|18:28:27.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6662874Z [05-13|18:28:27.013] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6663059Z [05-13|18:28:27.013] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6663380Z [05-13|18:28:27.014] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6663515Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6663645Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6663776Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6664041Z [05-13|18:28:27.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 7} -2026-05-13T18:30:53.6664179Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6664439Z [05-13|18:28:27.014] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6664573Z [05-13|18:28:27.014] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6664905Z [05-13|18:28:27.014] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6665037Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6665498Z [05-13|18:28:27.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6665634Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6665769Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6665900Z [05-13|18:28:27.015] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6666037Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6666167Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6666296Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6666640Z [05-13|18:28:27.016] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6666771Z [05-13|18:28:27.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6666900Z [05-13|18:28:27.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6667034Z [05-13|18:28:27.018] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6667240Z [05-13|18:28:27.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:53.6667503Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6667813Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6668203Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6668472Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6668734Z [05-13|18:28:27.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6669208Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6669731Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6670196Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6670679Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6671196Z [05-13|18:28:27.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6671463Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6671720Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6671979Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6672242Z [05-13|18:28:27.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6672454Z [05-13|18:28:27.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6672714Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6673052Z [05-13|18:28:27.021] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 21, "digest": "b9a79406353625f543b4..."} -2026-05-13T18:30:53.6673258Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6673718Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6674181Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6674642Z [05-13|18:28:27.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6675103Z [05-13|18:28:27.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6675317Z [05-13|18:28:27.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6675451Z [05-13|18:28:27.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6675780Z [05-13|18:28:27.023] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6676118Z [05-13|18:28:27.023] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6676326Z [05-13|18:28:27.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6676589Z [05-13|18:28:27.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6676726Z [05-13|18:28:27.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6676931Z [05-13|18:28:27.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6677261Z [05-13|18:28:27.023] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6677398Z [05-13|18:28:27.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6677723Z [05-13|18:28:27.024] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6678292Z [05-13|18:28:27.024] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6678647Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6678796Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6678931Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6679333Z [05-13|18:28:27.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6679966Z [05-13|18:28:27.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6680400Z [05-13|18:28:27.025] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6680659Z [05-13|18:28:27.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6680907Z [05-13|18:28:27.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6681142Z [05-13|18:28:27.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6681376Z [05-13|18:28:27.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6681983Z [05-13|18:28:27.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6682585Z [05-13|18:28:27.026] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6682924Z [05-13|18:28:27.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6683524Z [05-13|18:28:27.026] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6683974Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 7} -2026-05-13T18:30:53.6684111Z [05-13|18:28:27.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6684379Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6684637Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6684897Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6685157Z [05-13|18:28:27.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6685415Z [05-13|18:28:27.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6685891Z [05-13|18:28:27.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6686363Z [05-13|18:28:27.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6686626Z [05-13|18:28:27.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6687093Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6687635Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6687902Z [05-13|18:28:27.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6688648Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6689122Z [05-13|18:28:27.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6689464Z [05-13|18:28:27.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6689929Z [05-13|18:28:27.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6690393Z [05-13|18:28:27.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6690582Z [05-13|18:28:27.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6690793Z [05-13|18:28:27.031] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6691261Z [05-13|18:28:27.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6691397Z [05-13|18:28:27.031] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6691608Z [05-13|18:28:27.031] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 24} -2026-05-13T18:30:53.6691878Z [05-13|18:28:27.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 8} -2026-05-13T18:30:53.6692389Z [05-13|18:28:27.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6692603Z [05-13|18:28:27.032] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6692813Z [05-13|18:28:27.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6693152Z [05-13|18:28:27.033] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 22, "digest": "04a9e6084bfb77dccd59..."} -2026-05-13T18:30:53.6693360Z [05-13|18:28:27.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6693697Z [05-13|18:28:27.033] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6693831Z [05-13|18:28:27.033] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6694158Z [05-13|18:28:27.033] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6694296Z [05-13|18:28:27.033] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6694429Z [05-13|18:28:27.034] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6694636Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6694770Z [05-13|18:28:27.034] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6694972Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6695175Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6695313Z [05-13|18:28:27.034] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6695516Z [05-13|18:28:27.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6695908Z [05-13|18:28:27.034] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6696241Z [05-13|18:28:27.034] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6696567Z [05-13|18:28:27.034] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6696699Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6696835Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6696964Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6697093Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6697261Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6697597Z [05-13|18:28:27.035] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6697757Z [05-13|18:28:27.035] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6698221Z [05-13|18:28:27.036] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6698436Z [05-13|18:28:27.036] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6698778Z [05-13|18:28:27.036] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6698911Z [05-13|18:28:27.036] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6699047Z [05-13|18:28:27.037] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6699257Z [05-13|18:28:27.037] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6699391Z [05-13|18:28:27.037] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6699726Z [05-13|18:28:27.037] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6699912Z [05-13|18:28:27.037] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6700180Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6700448Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6700706Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6700963Z [05-13|18:28:27.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6701445Z [05-13|18:28:27.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6701914Z [05-13|18:28:27.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6702176Z [05-13|18:28:27.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6702648Z [05-13|18:28:27.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6702908Z [05-13|18:28:27.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6703370Z [05-13|18:28:27.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6703840Z [05-13|18:28:27.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6704159Z [05-13|18:28:27.041] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6704368Z [05-13|18:28:27.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6704835Z [05-13|18:28:27.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6705294Z [05-13|18:28:27.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6705557Z [05-13|18:28:27.041] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6705873Z [05-13|18:28:27.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 7} -2026-05-13T18:30:53.6706354Z [05-13|18:28:27.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6706823Z [05-13|18:28:27.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6707201Z [05-13|18:28:27.043] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6707410Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6707743Z [05-13|18:28:27.043] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6708194Z [05-13|18:28:27.043] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6708342Z [05-13|18:28:27.043] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6708703Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6708995Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6709134Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6709343Z [05-13|18:28:27.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6709480Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6709609Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6709812Z [05-13|18:28:27.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6710082Z [05-13|18:28:27.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6710410Z [05-13|18:28:27.044] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6710617Z [05-13|18:28:27.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6710755Z [05-13|18:28:27.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6711226Z [05-13|18:28:27.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6711434Z [05-13|18:28:27.045] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:53.6711765Z [05-13|18:28:27.045] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6711899Z [05-13|18:28:27.045] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6712053Z [05-13|18:28:27.045] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6712383Z [05-13|18:28:27.045] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6712776Z [05-13|18:28:27.046] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 23, "digest": "6c68d3695075acc6ccba..."} -2026-05-13T18:30:53.6712910Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6713242Z [05-13|18:28:27.045] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6713374Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6713580Z [05-13|18:28:27.046] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6713718Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6713852Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6714075Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6714211Z [05-13|18:28:27.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6714347Z [05-13|18:28:27.047] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6714556Z [05-13|18:28:27.047] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6714688Z [05-13|18:28:27.048] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6715072Z [05-13|18:28:27.048] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6715338Z [05-13|18:28:27.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 7} -2026-05-13T18:30:53.6715805Z [05-13|18:28:27.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6716074Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6716335Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6716592Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6716891Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6717226Z [05-13|18:28:27.050] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6717695Z [05-13|18:28:27.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6717960Z [05-13|18:28:27.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6718605Z [05-13|18:28:27.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6719315Z [05-13|18:28:27.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6719795Z [05-13|18:28:27.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6720262Z [05-13|18:28:27.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6720526Z [05-13|18:28:27.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6720741Z [05-13|18:28:27.050] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6720879Z [05-13|18:28:27.051] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6721090Z [05-13|18:28:27.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6721455Z [05-13|18:28:27.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6721918Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6722055Z [05-13|18:28:27.052] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6722189Z [05-13|18:28:27.052] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6722521Z [05-13|18:28:27.052] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 24, "digest": "abb9005c863f360903fb..."} -2026-05-13T18:30:53.6722986Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6723508Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6723721Z [05-13|18:28:27.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.6723927Z [05-13|18:28:27.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6724187Z [05-13|18:28:27.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6724319Z [05-13|18:28:27.053] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6724450Z [05-13|18:28:27.054] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6724914Z [05-13|18:28:27.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6725180Z [05-13|18:28:27.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6725515Z [05-13|18:28:27.054] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6725725Z [05-13|18:28:27.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6726108Z [05-13|18:28:27.055] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6726320Z [05-13|18:28:27.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6726785Z [05-13|18:28:27.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6727114Z [05-13|18:28:27.056] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6727250Z [05-13|18:28:27.056] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6727583Z [05-13|18:28:27.056] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6727788Z [05-13|18:28:27.056] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6727922Z [05-13|18:28:27.056] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6728288Z [05-13|18:28:27.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6728670Z [05-13|18:28:27.057] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6728944Z [05-13|18:28:27.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 7} -2026-05-13T18:30:53.6729162Z [05-13|18:28:27.058] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6729295Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6729626Z [05-13|18:28:27.058] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6729842Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6729976Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6730111Z [05-13|18:28:27.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6730608Z [05-13|18:28:27.059] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6730852Z [05-13|18:28:27.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6731324Z [05-13|18:28:27.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6731610Z [05-13|18:28:27.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6731950Z [05-13|18:28:27.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6732285Z [05-13|18:28:27.059] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6732420Z [05-13|18:28:27.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6732756Z [05-13|18:28:27.060] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6733024Z [05-13|18:28:27.060] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6733286Z [05-13|18:28:27.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6733767Z [05-13|18:28:27.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6734031Z [05-13|18:28:27.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6734294Z [05-13|18:28:27.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6734820Z [05-13|18:28:27.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6735085Z [05-13|18:28:27.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6735555Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6736028Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6736497Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6736966Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6737177Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6737645Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6738361Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6738583Z [05-13|18:28:27.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.6738724Z [05-13|18:28:27.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6739064Z [05-13|18:28:27.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6739276Z [05-13|18:28:27.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6739485Z [05-13|18:28:27.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6739758Z [05-13|18:28:27.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6739897Z [05-13|18:28:27.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6740103Z [05-13|18:28:27.064] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6740307Z [05-13|18:28:27.064] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6740446Z [05-13|18:28:27.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6740835Z [05-13|18:28:27.064] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6741310Z [05-13|18:28:27.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6741782Z [05-13|18:28:27.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6742168Z [05-13|18:28:27.065] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6742373Z [05-13|18:28:27.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6742509Z [05-13|18:28:27.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6742840Z [05-13|18:28:27.065] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 25, "digest": "9f7ed74c52ca137f2fd7..."} -2026-05-13T18:30:53.6742974Z [05-13|18:28:27.066] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6743111Z [05-13|18:28:27.066] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6743242Z [05-13|18:28:27.066] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6743426Z [05-13|18:28:27.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6743768Z [05-13|18:28:27.067] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6743975Z [05-13|18:28:27.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6744304Z [05-13|18:28:27.067] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6744445Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6744774Z [05-13|18:28:27.068] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6745104Z [05-13|18:28:27.068] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6745317Z [05-13|18:28:27.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6745645Z [05-13|18:28:27.068] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6745781Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6745916Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6746077Z [05-13|18:28:27.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6746207Z [05-13|18:28:27.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6746340Z [05-13|18:28:27.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6746604Z [05-13|18:28:27.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 7} -2026-05-13T18:30:53.6746979Z [05-13|18:28:27.070] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6747456Z [05-13|18:28:27.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6747664Z [05-13|18:28:27.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6747795Z [05-13|18:28:27.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6747927Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6748292Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6748558Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6749005Z [05-13|18:28:27.071] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6749151Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6749285Z [05-13|18:28:27.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6749552Z [05-13|18:28:27.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6749876Z [05-13|18:28:27.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6750135Z [05-13|18:28:27.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6750606Z [05-13|18:28:27.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6750870Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6751127Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6751385Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6751521Z [05-13|18:28:27.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6751864Z [05-13|18:28:27.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6752337Z [05-13|18:28:27.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6752803Z [05-13|18:28:27.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6753267Z [05-13|18:28:27.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6753727Z [05-13|18:28:27.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6753946Z [05-13|18:28:27.074] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 28} -2026-05-13T18:30:53.6754154Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6754614Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6754827Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6755287Z [05-13|18:28:27.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6755493Z [05-13|18:28:27.076] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6755820Z [05-13|18:28:27.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6756155Z [05-13|18:28:27.076] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6756620Z [05-13|18:28:27.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6756759Z [05-13|18:28:27.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6757093Z [05-13|18:28:27.077] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 26, "digest": "54b2bef8d27c75cfcdfb..."} -2026-05-13T18:30:53.6757227Z [05-13|18:28:27.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6757536Z [05-13|18:28:27.077] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6758007Z [05-13|18:28:27.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6758480Z [05-13|18:28:27.077] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6758897Z [05-13|18:28:27.078] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6759104Z [05-13|18:28:27.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6759429Z [05-13|18:28:27.078] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6759570Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6759901Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6760227Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6760367Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6760744Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6761072Z [05-13|18:28:27.079] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6761284Z [05-13|18:28:27.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6761416Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6761547Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6761685Z [05-13|18:28:27.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6761814Z [05-13|18:28:27.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6762146Z [05-13|18:28:27.080] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6762381Z [05-13|18:28:27.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6762589Z [05-13|18:28:27.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6762721Z [05-13|18:28:27.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6763047Z [05-13|18:28:27.080] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6763253Z [05-13|18:28:27.082] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6763519Z [05-13|18:28:27.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 7} -2026-05-13T18:30:53.6763994Z [05-13|18:28:27.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6764323Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6764581Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6764847Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6764979Z [05-13|18:28:27.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6765441Z [05-13|18:28:27.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6765762Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6766023Z [05-13|18:28:27.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6766477Z [05-13|18:28:27.083] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 29, "epoch round": 29} -2026-05-13T18:30:53.6766946Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6767446Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6767904Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6768423Z [05-13|18:28:27.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6768565Z [05-13|18:28:27.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6768772Z [05-13|18:28:27.084] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.6769114Z [05-13|18:28:27.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6769378Z [05-13|18:28:27.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6769839Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6769978Z [05-13|18:28:27.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6770110Z [05-13|18:28:27.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6770569Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6770708Z [05-13|18:28:27.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6770914Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6771122Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6771333Z [05-13|18:28:27.085] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6771465Z [05-13|18:28:27.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6771926Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6772392Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6772912Z [05-13|18:28:27.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6773247Z [05-13|18:28:27.087] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6773462Z [05-13|18:28:27.087] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6773667Z [05-13|18:28:27.088] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6773869Z [05-13|18:28:27.088] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6774005Z [05-13|18:28:27.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6774387Z [05-13|18:28:27.087] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 27, "digest": "11d19e5e972b36e42d61..."} -2026-05-13T18:30:53.6774522Z [05-13|18:28:27.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6774855Z [05-13|18:28:27.088] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6775180Z [05-13|18:28:27.089] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6775556Z [05-13|18:28:27.089] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6775883Z [05-13|18:28:27.089] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6776015Z [05-13|18:28:27.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6776339Z [05-13|18:28:27.090] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6776546Z [05-13|18:28:27.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6776814Z [05-13|18:28:27.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 7} -2026-05-13T18:30:53.6777058Z [05-13|18:28:27.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6777193Z [05-13|18:28:27.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6777521Z [05-13|18:28:27.091] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6777655Z [05-13|18:28:27.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6777977Z [05-13|18:28:27.091] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6778245Z [05-13|18:28:27.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6778388Z [05-13|18:28:27.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6778851Z [05-13|18:28:27.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.6779064Z [05-13|18:28:27.092] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6779220Z [05-13|18:28:27.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6779354Z [05-13|18:28:27.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6779489Z [05-13|18:28:27.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6779820Z [05-13|18:28:27.093] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6780030Z [05-13|18:28:27.093] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.6780297Z [05-13|18:28:27.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6780558Z [05-13|18:28:27.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6780802Z [05-13|18:28:27.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6781136Z [05-13|18:28:27.094] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 28, "digest": "8cb5263817cad79af130..."} -2026-05-13T18:30:53.6781269Z [05-13|18:28:27.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6781399Z [05-13|18:28:27.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6781661Z [05-13|18:28:27.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6781918Z [05-13|18:28:27.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6782174Z [05-13|18:28:27.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6782363Z [05-13|18:28:27.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6782623Z [05-13|18:28:27.095] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6783092Z [05-13|18:28:27.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6783586Z [05-13|18:28:27.096] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} -2026-05-13T18:30:53.6783719Z [05-13|18:28:27.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6784178Z [05-13|18:28:27.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6784645Z [05-13|18:28:27.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6785106Z [05-13|18:28:27.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6785587Z [05-13|18:28:27.096] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} -2026-05-13T18:30:53.6785733Z [05-13|18:28:27.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6786157Z [05-13|18:28:27.096] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} -2026-05-13T18:30:53.6786617Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6787080Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6787537Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6787967Z [05-13|18:28:27.097] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} -2026-05-13T18:30:53.6788523Z [05-13|18:28:27.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6788966Z [05-13|18:28:27.097] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 30, "epoch round": 30} -2026-05-13T18:30:53.6789233Z [05-13|18:28:27.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6789453Z [05-13|18:28:27.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6789752Z [05-13|18:28:27.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6789962Z [05-13|18:28:27.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6790441Z [05-13|18:28:27.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6790713Z [05-13|18:28:27.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 7} -2026-05-13T18:30:53.6790922Z [05-13|18:28:27.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6791267Z [05-13|18:28:27.099] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6791652Z [05-13|18:28:27.100] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6792120Z [05-13|18:28:27.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6792456Z [05-13|18:28:27.099] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6792833Z [05-13|18:28:27.100] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6793291Z [05-13|18:28:27.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.6793447Z [05-13|18:28:27.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6793583Z [05-13|18:28:27.101] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6793796Z [05-13|18:28:27.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6794134Z [05-13|18:28:27.101] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6794271Z [05-13|18:28:27.101] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6794456Z [05-13|18:28:27.101] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6794675Z [05-13|18:28:27.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6794881Z [05-13|18:28:27.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6795084Z [05-13|18:28:27.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6795220Z [05-13|18:28:27.102] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6795351Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6795484Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6795617Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6795748Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6796025Z [05-13|18:28:27.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6796290Z [05-13|18:28:27.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6796429Z [05-13|18:28:27.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6796700Z [05-13|18:28:27.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6797038Z [05-13|18:28:27.104] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6797373Z [05-13|18:28:27.104] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6797843Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6798365Z [05-13|18:28:27.104] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6798509Z [05-13|18:28:27.104] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6798720Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.6799190Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6799332Z [05-13|18:28:27.104] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6799596Z [05-13|18:28:27.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6799925Z [05-13|18:28:27.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6800070Z [05-13|18:28:27.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6800403Z [05-13|18:28:27.105] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6800867Z [05-13|18:28:27.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6801054Z [05-13|18:28:27.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6801316Z [05-13|18:28:27.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6801780Z [05-13|18:28:27.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6802116Z [05-13|18:28:27.106] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 29, "digest": "803b13b33f0a842bb1a3..."} -2026-05-13T18:30:53.6802631Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6802844Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6803056Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6803203Z [05-13|18:28:27.106] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.6803408Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6803673Z [05-13|18:28:27.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6804138Z [05-13|18:28:27.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6804599Z [05-13|18:28:27.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6804741Z [05-13|18:28:27.107] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6804873Z [05-13|18:28:27.107] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6805080Z [05-13|18:28:27.108] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6805464Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6805837Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6806203Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6806402Z [05-13|18:28:27.108] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6806531Z [05-13|18:28:27.108] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6806906Z [05-13|18:28:27.108] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6807262Z [05-13|18:28:27.109] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6807630Z [05-13|18:28:27.109] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6807763Z [05-13|18:28:27.109] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6808274Z [05-13|18:28:27.109] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6808415Z [05-13|18:28:27.109] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6808797Z [05-13|18:28:27.109] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6809133Z [05-13|18:28:27.109] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6809557Z [05-13|18:28:27.110] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6809884Z [05-13|18:28:27.110] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6810097Z [05-13|18:28:27.110] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6810465Z [05-13|18:28:27.110] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6810836Z [05-13|18:28:27.110] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6811160Z [05-13|18:28:27.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6811425Z [05-13|18:28:27.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 7} -2026-05-13T18:30:53.6811755Z [05-13|18:28:27.111] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6812228Z [05-13|18:28:27.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6812596Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6812962Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6813176Z [05-13|18:28:27.111] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6813639Z [05-13|18:28:27.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6814012Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6814387Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6814522Z [05-13|18:28:27.112] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6814652Z [05-13|18:28:27.112] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6815020Z [05-13|18:28:27.111] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6815211Z [05-13|18:28:27.112] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6815423Z [05-13|18:28:27.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6815759Z [05-13|18:28:27.112] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6815969Z [05-13|18:28:27.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6816337Z [05-13|18:28:27.113] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6816548Z [05-13|18:28:27.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 32} -2026-05-13T18:30:53.6816911Z [05-13|18:28:27.113] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6817279Z [05-13|18:28:27.113] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6817417Z [05-13|18:28:27.113] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6817746Z [05-13|18:28:27.114] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6818272Z [05-13|18:28:27.114] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6818415Z [05-13|18:28:27.114] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6818554Z [05-13|18:28:27.115] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6818877Z [05-13|18:28:27.115] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.6819248Z [05-13|18:28:27.115] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6819623Z [05-13|18:28:27.610] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6820049Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6820422Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6820786Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6821152Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6821518Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6821884Z [05-13|18:28:27.611] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6822355Z [05-13|18:28:27.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6822824Z [05-13|18:28:27.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6823193Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6823561Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6824086Z [05-13|18:28:27.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6824456Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6824592Z [05-13|18:28:27.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6824732Z [05-13|18:28:27.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6824864Z [05-13|18:28:27.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6825229Z [05-13|18:28:27.612] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6825751Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6825888Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6826253Z [05-13|18:28:27.613] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6826393Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6826904Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6827115Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6827578Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6827949Z [05-13|18:28:27.613] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6828364Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6829005Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6829153Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6829622Z [05-13|18:28:27.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6829838Z [05-13|18:28:27.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6829974Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6830106Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6830480Z [05-13|18:28:27.614] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6830613Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6830750Z [05-13|18:28:27.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6830886Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6831351Z [05-13|18:28:27.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.6831482Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6831615Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6831743Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6831872Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6832006Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6832207Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6832336Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6832469Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6832603Z [05-13|18:28:27.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6832813Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6832944Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6833080Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6833209Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6833337Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6833470Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6833657Z [05-13|18:28:27.615] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6833869Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6834079Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6834287Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6834545Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6834751Z [05-13|18:28:27.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6835121Z [05-13|18:28:27.616] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6835491Z [05-13|18:28:27.616] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6835861Z [05-13|18:28:27.616] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6836265Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6836473Z [05-13|18:28:27.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 33} -2026-05-13T18:30:53.6836846Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6837213Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6837577Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6837946Z [05-13|18:28:27.617] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6838473Z [05-13|18:28:27.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6838745Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6839011Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6839268Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6839525Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6839806Z [05-13|18:28:27.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6840275Z [05-13|18:28:27.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6840816Z [05-13|18:28:27.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6841194Z [05-13|18:28:27.618] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6841654Z [05-13|18:28:27.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6842024Z [05-13|18:28:27.618] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6842291Z [05-13|18:28:27.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6842710Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6843084Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6843550Z [05-13|18:28:27.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6843972Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6844339Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6844709Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6845168Z [05-13|18:28:27.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6845722Z [05-13|18:28:27.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6846098Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6846458Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6846822Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6847194Z [05-13|18:28:27.619] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6847406Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6847845Z [05-13|18:28:27.620] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} -2026-05-13T18:30:53.6847987Z [05-13|18:28:27.620] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6848592Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6848862Z [05-13|18:28:27.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 7} -2026-05-13T18:30:53.6849329Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6849703Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6850219Z [05-13|18:28:27.620] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} -2026-05-13T18:30:53.6850355Z [05-13|18:28:27.620] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6850728Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6850938Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6851371Z [05-13|18:28:27.620] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 33, "epoch round": 33} -2026-05-13T18:30:53.6851828Z [05-13|18:28:27.620] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6851969Z [05-13|18:28:27.620] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6852179Z [05-13|18:28:27.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6852640Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6856501Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6856958Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6857464Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.6857872Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6858436Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6858774Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6859131Z [05-13|18:28:27.621] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6859349Z [05-13|18:28:27.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6859728Z [05-13|18:28:27.621] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6860071Z [05-13|18:28:27.622] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6860449Z [05-13|18:28:27.622] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6860798Z [05-13|18:28:27.622] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6861196Z [05-13|18:28:27.622] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6861440Z [05-13|18:28:27.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6861648Z [05-13|18:28:27.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6861987Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6862367Z [05-13|18:28:27.623] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6862767Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6863151Z [05-13|18:28:27.623] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6863526Z [05-13|18:28:27.623] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6863862Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6864197Z [05-13|18:28:27.623] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6864343Z [05-13|18:28:27.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6864767Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6865147Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6865289Z [05-13|18:28:27.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6865423Z [05-13|18:28:27.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6865691Z [05-13|18:28:27.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6866058Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6866270Z [05-13|18:28:27.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 34} -2026-05-13T18:30:53.6866639Z [05-13|18:28:27.624] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6867002Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6867376Z [05-13|18:28:27.625] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6867756Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6868446Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6868867Z [05-13|18:28:27.625] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.6869247Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6869620Z [05-13|18:28:27.625] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6869990Z [05-13|18:28:27.626] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6870274Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6870541Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6870804Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6871067Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6871325Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6871465Z [05-13|18:28:27.626] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6872044Z [05-13|18:28:27.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6872432Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6872909Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6873288Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6873554Z [05-13|18:28:27.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6873977Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6874250Z [05-13|18:28:27.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6874623Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6875040Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6875307Z [05-13|18:28:27.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6875520Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6875989Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6876361Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6876881Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6877258Z [05-13|18:28:27.627] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6877630Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6877995Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6878359Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6878848Z [05-13|18:28:27.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6879319Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6879693Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6880165Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6880532Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6880997Z [05-13|18:28:27.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6881441Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6881812Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6882185Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6882555Z [05-13|18:28:27.628] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6882919Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6883340Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6883709Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6883922Z [05-13|18:28:27.629] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6884345Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6884681Z [05-13|18:28:27.629] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6885051Z [05-13|18:28:27.629] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6885197Z [05-13|18:28:27.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6885408Z [05-13|18:28:27.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6885680Z [05-13|18:28:27.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 7} -2026-05-13T18:30:53.6886111Z [05-13|18:28:27.630] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6886456Z [05-13|18:28:27.630] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6886667Z [05-13|18:28:27.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6887050Z [05-13|18:28:27.630] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6887188Z [05-13|18:28:27.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6887558Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6888158Z [05-13|18:28:27.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.6888586Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6888962Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6889305Z [05-13|18:28:27.631] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6889679Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6890009Z [05-13|18:28:27.631] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6890410Z [05-13|18:28:27.631] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6890784Z [05-13|18:28:27.631] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6890926Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6891302Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6891440Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6891802Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6892233Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6892373Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6892740Z [05-13|18:28:27.632] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6892961Z [05-13|18:28:27.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6893147Z [05-13|18:28:27.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6893355Z [05-13|18:28:27.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6893730Z [05-13|18:28:27.633] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6894000Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6894267Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6894535Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6894920Z [05-13|18:28:27.633] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6895134Z [05-13|18:28:27.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6895614Z [05-13|18:28:27.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6895986Z [05-13|18:28:27.633] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6896356Z [05-13|18:28:27.633] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6896503Z [05-13|18:28:27.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6896765Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6897135Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6897409Z [05-13|18:28:27.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6897742Z [05-13|18:28:27.634] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6898240Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6898730Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6899190Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6899661Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6900129Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6900501Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6900871Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6901297Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6901512Z [05-13|18:28:27.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 35} -2026-05-13T18:30:53.6901882Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6902272Z [05-13|18:28:27.634] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6902641Z [05-13|18:28:27.634] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6903007Z [05-13|18:28:27.635] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6903222Z [05-13|18:28:27.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6903490Z [05-13|18:28:27.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6903871Z [05-13|18:28:27.635] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.6904249Z [05-13|18:28:27.635] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6904386Z [05-13|18:28:27.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6904751Z [05-13|18:28:27.635] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6904965Z [05-13|18:28:27.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6905100Z [05-13|18:28:27.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6905309Z [05-13|18:28:27.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6905578Z [05-13|18:28:27.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6906046Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6906419Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6906557Z [05-13|18:28:27.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6906927Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6907295Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6907509Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6908017Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6908763Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6909052Z [05-13|18:28:27.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6909425Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6909904Z [05-13|18:28:27.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6910366Z [05-13|18:28:27.636] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6910739Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6910955Z [05-13|18:28:27.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6911484Z [05-13|18:28:27.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6911855Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6912065Z [05-13|18:28:27.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6912458Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6912804Z [05-13|18:28:27.637] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6913228Z [05-13|18:28:27.637] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6913505Z [05-13|18:28:27.638] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 7} -2026-05-13T18:30:53.6913837Z [05-13|18:28:27.638] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6913975Z [05-13|18:28:27.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6914349Z [05-13|18:28:27.638] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6914678Z [05-13|18:28:27.638] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6914816Z [05-13|18:28:27.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6915148Z [05-13|18:28:27.638] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6915525Z [05-13|18:28:27.638] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6915660Z [05-13|18:28:27.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6915994Z [05-13|18:28:27.639] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6916369Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6916503Z [05-13|18:28:27.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6916978Z [05-13|18:28:27.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.6917368Z [05-13|18:28:27.639] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6917740Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6918363Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6918746Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6918960Z [05-13|18:28:27.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6919405Z [05-13|18:28:27.639] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6919545Z [05-13|18:28:27.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6919914Z [05-13|18:28:27.640] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6920384Z [05-13|18:28:27.640] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6920719Z [05-13|18:28:27.640] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6920853Z [05-13|18:28:27.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6921226Z [05-13|18:28:27.641] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6921436Z [05-13|18:28:27.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6921767Z [05-13|18:28:27.641] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6922194Z [05-13|18:28:27.641] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6922566Z [05-13|18:28:27.641] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6922699Z [05-13|18:28:27.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6922835Z [05-13|18:28:27.642] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6923224Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6923592Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6923969Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6924332Z [05-13|18:28:27.642] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6924603Z [05-13|18:28:27.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6924873Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6925132Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6925345Z [05-13|18:28:27.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 36} -2026-05-13T18:30:53.6925686Z [05-13|18:28:27.643] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.6926225Z [05-13|18:28:27.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6926489Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6926868Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6927128Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6927498Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6927908Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6928416Z [05-13|18:28:27.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6928806Z [05-13|18:28:27.643] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6929285Z [05-13|18:28:27.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6929624Z [05-13|18:28:27.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 8} -2026-05-13T18:30:53.6929995Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6930472Z [05-13|18:28:27.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6930940Z [05-13|18:28:27.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6931457Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6931886Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6932248Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6932617Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6932984Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6933452Z [05-13|18:28:27.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6933829Z [05-13|18:28:27.644] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6934200Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6934664Z [05-13|18:28:27.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6935036Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6935400Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6935931Z [05-13|18:28:27.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6936202Z [05-13|18:28:27.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6936413Z [05-13|18:28:27.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6936619Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6936992Z [05-13|18:28:27.645] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6937250Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6937618Z [05-13|18:28:27.646] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6937830Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6938341Z [05-13|18:28:27.646] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6938765Z [05-13|18:28:27.646] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6939248Z [05-13|18:28:27.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6939619Z [05-13|18:28:27.646] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6939956Z [05-13|18:28:27.646] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6940332Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6940753Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6941125Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6941273Z [05-13|18:28:27.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6941604Z [05-13|18:28:27.647] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6941973Z [05-13|18:28:27.647] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6942118Z [05-13|18:28:27.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6942326Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6942691Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6942963Z [05-13|18:28:27.648] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 7} -2026-05-13T18:30:53.6943296Z [05-13|18:28:27.648] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6943626Z [05-13|18:28:27.648] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6944000Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6944368Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6944634Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6945008Z [05-13|18:28:27.648] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6945218Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6945351Z [05-13|18:28:27.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6945489Z [05-13|18:28:27.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6945818Z [05-13|18:28:27.649] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6946341Z [05-13|18:28:27.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.6946722Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6946861Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6947260Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6947600Z [05-13|18:28:27.649] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6947965Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6948376Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6948833Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6948970Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6949258Z [05-13|18:28:27.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6949399Z [05-13|18:28:27.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6949766Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6950130Z [05-13|18:28:27.649] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6950502Z [05-13|18:28:27.650] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6950637Z [05-13|18:28:27.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6950769Z [05-13|18:28:27.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6951113Z [05-13|18:28:27.650] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6951521Z [05-13|18:28:27.650] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6951893Z [05-13|18:28:27.650] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6952033Z [05-13|18:28:27.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6952244Z [05-13|18:28:27.650] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 37} -2026-05-13T18:30:53.6952375Z [05-13|18:28:27.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6952505Z [05-13|18:28:27.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6952879Z [05-13|18:28:27.651] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6953210Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6953473Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6953738Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6953872Z [05-13|18:28:27.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6954130Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6954612Z [05-13|18:28:27.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6955034Z [05-13|18:28:27.651] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6955513Z [05-13|18:28:27.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6955894Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6956208Z [05-13|18:28:27.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6956548Z [05-13|18:28:27.652] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.6956919Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6957055Z [05-13|18:28:27.652] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6957419Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6957935Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6958450Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6958933Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6959303Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6959671Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6959941Z [05-13|18:28:27.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6960312Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6960680Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6960948Z [05-13|18:28:27.651] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6961418Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6961791Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6962353Z [05-13|18:28:27.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6962804Z [05-13|18:28:27.652] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 37, "epoch round": 37} -2026-05-13T18:30:53.6962942Z [05-13|18:28:27.653] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6963319Z [05-13|18:28:27.652] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6963530Z [05-13|18:28:27.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6963897Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6964328Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6964805Z [05-13|18:28:27.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6965174Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6965599Z [05-13|18:28:27.653] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6966065Z [05-13|18:28:27.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6966435Z [05-13|18:28:27.654] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6966811Z [05-13|18:28:27.654] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6967075Z [05-13|18:28:27.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6967438Z [05-13|18:28:27.654] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6967659Z [05-13|18:28:27.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6967998Z [05-13|18:28:27.655] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6968489Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6968876Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6969084Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6969418Z [05-13|18:28:27.655] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6969630Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6969998Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6970265Z [05-13|18:28:27.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 7} -2026-05-13T18:30:53.6970406Z [05-13|18:28:27.655] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6970611Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6970815Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6971256Z [05-13|18:28:27.655] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6971729Z [05-13|18:28:27.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.6972097Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6972435Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6972801Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6973219Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6973364Z [05-13|18:28:27.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6973695Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6974080Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6974456Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6974825Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6974959Z [05-13|18:28:27.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6975295Z [05-13|18:28:27.656] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6975663Z [05-13|18:28:27.656] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6975849Z [05-13|18:28:27.657] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6975993Z [05-13|18:28:27.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6976203Z [05-13|18:28:27.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6976335Z [05-13|18:28:27.657] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6976704Z [05-13|18:28:27.657] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6977036Z [05-13|18:28:27.658] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6977170Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6977504Z [05-13|18:28:27.658] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6977876Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6978329Z [05-13|18:28:27.658] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.6978470Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6978600Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6978974Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6979353Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6979626Z [05-13|18:28:27.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 38} -2026-05-13T18:30:53.6979989Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6980130Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6980264Z [05-13|18:28:27.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6980630Z [05-13|18:28:27.658] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6981000Z [05-13|18:28:27.659] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6981420Z [05-13|18:28:27.659] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6981556Z [05-13|18:28:27.659] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6981928Z [05-13|18:28:27.659] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6982293Z [05-13|18:28:27.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6982763Z [05-13|18:28:27.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6983225Z [05-13|18:28:27.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6983685Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6984081Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6984354Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6984836Z [05-13|18:28:27.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6985182Z [05-13|18:28:27.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6985575Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6985942Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6986410Z [05-13|18:28:27.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6986815Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6987181Z [05-13|18:28:27.660] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6987394Z [05-13|18:28:27.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.6987868Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6988576Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6989062Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6989437Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6989889Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6990257Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6990735Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6991111Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6991681Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6992059Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6992428Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6992847Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6993219Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6993684Z [05-13|18:28:27.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6994055Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6994421Z [05-13|18:28:27.661] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6994834Z [05-13|18:28:27.662] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6995056Z [05-13|18:28:27.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.6995324Z [05-13|18:28:27.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6995662Z [05-13|18:28:27.662] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.6996039Z [05-13|18:28:27.662] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6996306Z [05-13|18:28:27.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 7} -2026-05-13T18:30:53.6996514Z [05-13|18:28:27.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.6996725Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.6997193Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6997560Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6998025Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.6998658Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6999111Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6999478Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.6999618Z [05-13|18:28:27.663] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.6999832Z [05-13|18:28:27.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.7000193Z [05-13|18:28:27.663] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7000560Z [05-13|18:28:27.663] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7000823Z [05-13|18:28:27.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.7001162Z [05-13|18:28:27.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7001533Z [05-13|18:28:27.664] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7001791Z [05-13|18:28:27.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.7002121Z [05-13|18:28:27.664] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7002487Z [05-13|18:28:27.664] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7002623Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7002759Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7003125Z [05-13|18:28:27.664] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7003259Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7003450Z [05-13|18:28:27.665] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7003659Z [05-13|18:28:27.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.7003792Z [05-13|18:28:27.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7003922Z [05-13|18:28:27.665] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7004056Z [05-13|18:28:27.665] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7004423Z [05-13|18:28:27.665] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7004753Z [05-13|18:28:27.665] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7005126Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7005458Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7005826Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7006197Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7006404Z [05-13|18:28:27.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 39} -2026-05-13T18:30:53.7006733Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7007106Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7007516Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7007850Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7008453Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7008797Z [05-13|18:28:27.666] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.7009170Z [05-13|18:28:27.666] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7009373Z [05-13|18:28:27.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7009514Z [05-13|18:28:27.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7009644Z [05-13|18:28:27.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7010015Z [05-13|18:28:27.667] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7010199Z [05-13|18:28:27.668] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7010562Z [05-13|18:28:27.668] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7010927Z [05-13|18:28:27.668] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7011288Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7011557Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7011826Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7012138Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7012400Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7012536Z [05-13|18:28:27.669] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7012792Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7013047Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7013190Z [05-13|18:28:27.669] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7013664Z [05-13|18:28:27.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7014035Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7014509Z [05-13|18:28:27.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7014981Z [05-13|18:28:27.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7015354Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7015624Z [05-13|18:28:27.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7015994Z [05-13|18:28:27.669] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7016417Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7016787Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7017257Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7017625Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7018274Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7018549Z [05-13|18:28:27.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7018930Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7019442Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7019807Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7020177Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7020442Z [05-13|18:28:27.670] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 7} -2026-05-13T18:30:53.7020904Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7021166Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7021539Z [05-13|18:28:27.670] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7022000Z [05-13|18:28:27.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7022372Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7022740Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7023105Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7023472Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7023838Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7024201Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7024413Z [05-13|18:28:27.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7024776Z [05-13|18:28:27.671] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7025112Z [05-13|18:28:27.672] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7025379Z [05-13|18:28:27.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7025750Z [05-13|18:28:27.672] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7026113Z [05-13|18:28:27.672] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7026450Z [05-13|18:28:27.672] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7026815Z [05-13|18:28:27.672] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7027181Z [05-13|18:28:27.672] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7027556Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7027765Z [05-13|18:28:27.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7028615Z [05-13|18:28:27.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7029008Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7029376Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7029742Z [05-13|18:28:27.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7029960Z [05-13|18:28:27.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7030163Z [05-13|18:28:27.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7030446Z [05-13|18:28:27.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7030786Z [05-13|18:28:27.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7031114Z [05-13|18:28:27.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7031482Z [05-13|18:28:27.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7031876Z [05-13|18:28:27.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7032205Z [05-13|18:28:27.674] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7032416Z [05-13|18:28:27.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7032787Z [05-13|18:28:27.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7033154Z [05-13|18:28:27.675] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7033517Z [05-13|18:28:27.675] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7033729Z [05-13|18:28:27.675] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 40} -2026-05-13T18:30:53.7034097Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7034490Z [05-13|18:28:27.675] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7034863Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7035003Z [05-13|18:28:27.676] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7035331Z [05-13|18:28:27.676] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7035659Z [05-13|18:28:27.676] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.7036080Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7036446Z [05-13|18:28:27.676] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7036586Z [05-13|18:28:27.676] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7036950Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7037366Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7037503Z [05-13|18:28:27.677] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7037769Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7038028Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7038542Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7038821Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7039368Z [05-13|18:28:27.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7039756Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7040122Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7040391Z [05-13|18:28:27.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7040864Z [05-13|18:28:27.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7041238Z [05-13|18:28:27.677] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7041504Z [05-13|18:28:27.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7041972Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7042345Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7042712Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7043075Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7043595Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7044059Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7044696Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7045193Z [05-13|18:28:27.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7045671Z [05-13|18:28:27.678] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7046058Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7046439Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7046665Z [05-13|18:28:27.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7047092Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7047459Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7047830Z [05-13|18:28:27.679] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7048241Z [05-13|18:28:27.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7048460Z [05-13|18:28:27.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7049005Z [05-13|18:28:27.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7049381Z [05-13|18:28:27.680] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7049590Z [05-13|18:28:27.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7049961Z [05-13|18:28:27.680] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7050228Z [05-13|18:28:27.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7050595Z [05-13|18:28:27.680] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7050942Z [05-13|18:28:27.680] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7051307Z [05-13|18:28:27.681] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7051518Z [05-13|18:28:27.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7051889Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7052096Z [05-13|18:28:27.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7052468Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7052843Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7053242Z [05-13|18:28:27.681] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7053508Z [05-13|18:28:27.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 7} -2026-05-13T18:30:53.7053981Z [05-13|18:28:27.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7054351Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7054768Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7055255Z [05-13|18:28:27.681] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7055908Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7056504Z [05-13|18:28:27.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7057221Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7057869Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7058666Z [05-13|18:28:27.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7059431Z [05-13|18:28:27.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7059879Z [05-13|18:28:27.682] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7060032Z [05-13|18:28:27.682] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7060415Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7060783Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7061154Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7061522Z [05-13|18:28:27.682] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7061739Z [05-13|18:28:27.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7061977Z [05-13|18:28:27.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7062181Z [05-13|18:28:27.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7062387Z [05-13|18:28:27.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 41} -2026-05-13T18:30:53.7062759Z [05-13|18:28:27.683] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7062903Z [05-13|18:28:27.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7063241Z [05-13|18:28:27.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7063614Z [05-13|18:28:27.684] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7063861Z [05-13|18:28:27.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7063991Z [05-13|18:28:27.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7064327Z [05-13|18:28:27.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7064664Z [05-13|18:28:27.684] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.7065032Z [05-13|18:28:27.684] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7065398Z [05-13|18:28:27.684] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7065819Z [05-13|18:28:27.685] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7065960Z [05-13|18:28:27.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7066089Z [05-13|18:28:27.685] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7066460Z [05-13|18:28:27.685] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7066883Z [05-13|18:28:27.685] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7067246Z [05-13|18:28:27.686] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7067519Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7067780Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7068400Z [05-13|18:28:27.686] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7068749Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7069021Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7069277Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7069753Z [05-13|18:28:27.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7070013Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7070272Z [05-13|18:28:27.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7070651Z [05-13|18:28:27.686] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7070908Z [05-13|18:28:27.687] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7071278Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7071746Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7072204Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7072580Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7073025Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7073485Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7073947Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7074319Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7074831Z [05-13|18:28:27.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7075204Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7075570Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7075982Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7076349Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7076712Z [05-13|18:28:27.687] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7077081Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7077454Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7077858Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7078266Z [05-13|18:28:27.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 7} -2026-05-13T18:30:53.7078641Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7079112Z [05-13|18:28:27.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7079480Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7079853Z [05-13|18:28:27.688] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7080216Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7080678Z [05-13|18:28:27.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7081053Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7081420Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7081882Z [05-13|18:28:27.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7082322Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7082684Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7083029Z [05-13|18:28:27.689] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7083394Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7083760Z [05-13|18:28:27.689] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7084179Z [05-13|18:28:27.690] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7084321Z [05-13|18:28:27.690] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7084652Z [05-13|18:28:27.690] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7085024Z [05-13|18:28:27.690] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7085402Z [05-13|18:28:27.690] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7085768Z [05-13|18:28:27.690] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7086141Z [05-13|18:28:27.691] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7086471Z [05-13|18:28:27.691] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7086893Z [05-13|18:28:27.691] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7087228Z [05-13|18:28:27.691] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7087597Z [05-13|18:28:27.691] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7087732Z [05-13|18:28:27.691] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7088216Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7088548Z [05-13|18:28:27.692] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7088682Z [05-13|18:28:27.692] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7089059Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7089428Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7089794Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7089932Z [05-13|18:28:27.692] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7090291Z [05-13|18:28:27.692] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7090763Z [05-13|18:28:27.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7090968Z [05-13|18:28:27.692] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7091434Z [05-13|18:28:27.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7091805Z [05-13|18:28:27.693] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7092270Z [05-13|18:28:27.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7092404Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7092538Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7092727Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7092861Z [05-13|18:28:27.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7093198Z [05-13|18:28:27.693] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7093573Z [05-13|18:28:27.693] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7093952Z [05-13|18:28:27.693] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7094274Z [05-13|18:28:27.693] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.7094413Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7094787Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7094918Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7095054Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7095184Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7095606Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7095742Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7096116Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7096481Z [05-13|18:28:27.694] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7096613Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7097083Z [05-13|18:28:27.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7097547Z [05-13|18:28:27.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7097680Z [05-13|18:28:27.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7097897Z [05-13|18:28:27.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7098198Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7098712Z [05-13|18:28:27.695] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7099190Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7099411Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7099775Z [05-13|18:28:27.695] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7099914Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7100049Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7100511Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7100882Z [05-13|18:28:27.695] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7101093Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7101355Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7101496Z [05-13|18:28:27.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7101700Z [05-13|18:28:27.695] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7101832Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7102021Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7102152Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7102280Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7102488Z [05-13|18:28:27.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7102618Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7102747Z [05-13|18:28:27.696] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7103120Z [05-13|18:28:27.696] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7103586Z [05-13|18:28:27.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7104007Z [05-13|18:28:27.697] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7104476Z [05-13|18:28:27.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7104683Z [05-13|18:28:27.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7104889Z [05-13|18:28:27.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7105024Z [05-13|18:28:27.697] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7105156Z [05-13|18:28:27.697] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7105288Z [05-13|18:28:27.697] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7105655Z [05-13|18:28:27.697] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7105867Z [05-13|18:28:27.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7106233Z [05-13|18:28:27.698] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7106600Z [05-13|18:28:27.698] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7106806Z [05-13|18:28:27.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 43} -2026-05-13T18:30:53.7107174Z [05-13|18:28:27.699] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7107591Z [05-13|18:28:27.699] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7107957Z [05-13|18:28:27.699] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7108570Z [05-13|18:28:27.700] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7108850Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7109116Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7109373Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7109816Z [05-13|18:28:27.700] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7110081Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7110339Z [05-13|18:28:27.700] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7110765Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7111021Z [05-13|18:28:27.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7111492Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7111867Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7112333Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7112752Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7113126Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7113586Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7113950Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7114322Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7114786Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7115156Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7115525Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7115984Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7116249Z [05-13|18:28:27.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7116630Z [05-13|18:28:27.701] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7117146Z [05-13|18:28:27.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7117520Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7117890Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7118390Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7118603Z [05-13|18:28:27.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7119039Z [05-13|18:28:27.702] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7119275Z [05-13|18:28:27.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7119485Z [05-13|18:28:27.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7119804Z [05-13|18:28:27.702] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7120008Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7120271Z [05-13|18:28:27.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 7} -2026-05-13T18:30:53.7120481Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7120942Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7121337Z [05-13|18:28:27.703] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7121858Z [05-13|18:28:27.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7122228Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7122593Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7122966Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7123425Z [05-13|18:28:27.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7123799Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7124164Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7124506Z [05-13|18:28:27.704] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7124838Z [05-13|18:28:27.704] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7125211Z [05-13|18:28:27.704] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7125577Z [05-13|18:28:27.705] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7125772Z [05-13|18:28:27.705] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7126103Z [05-13|18:28:27.705] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7126430Z [05-13|18:28:27.705] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7126801Z [05-13|18:28:27.705] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7127008Z [05-13|18:28:27.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7127374Z [05-13|18:28:27.705] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7127623Z [05-13|18:28:27.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7127955Z [05-13|18:28:27.706] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7128401Z [05-13|18:28:27.706] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7128843Z [05-13|18:28:27.706] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7129207Z [05-13|18:28:27.706] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7129574Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7129713Z [05-13|18:28:27.707] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7130077Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7130409Z [05-13|18:28:27.707] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7130873Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7131205Z [05-13|18:28:27.707] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7131411Z [05-13|18:28:27.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7131782Z [05-13|18:28:27.707] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7131916Z [05-13|18:28:27.708] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7132279Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7132647Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7132778Z [05-13|18:28:27.708] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7133107Z [05-13|18:28:27.708] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.7133480Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7133844Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7134207Z [05-13|18:28:27.708] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7134480Z [05-13|18:28:27.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 44} -2026-05-13T18:30:53.7134612Z [05-13|18:28:27.709] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7134981Z [05-13|18:28:27.709] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7135251Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7135510Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7135766Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7136029Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7136554Z [05-13|18:28:27.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7136930Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7137401Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7137810Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7138576Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7138983Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7139249Z [05-13|18:28:27.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7139589Z [05-13|18:28:27.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7139964Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7140335Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7140593Z [05-13|18:28:27.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7140806Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7141169Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7141434Z [05-13|18:28:27.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 8} -2026-05-13T18:30:53.7141905Z [05-13|18:28:27.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7142276Z [05-13|18:28:27.710] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7142537Z [05-13|18:28:27.711] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 7} -2026-05-13T18:30:53.7143005Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7143375Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7143799Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7144169Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7144633Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7145093Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7145470Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7145890Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7146259Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7146629Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7147144Z [05-13|18:28:27.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7147514Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7147878Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7148483Z [05-13|18:28:27.711] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7148932Z [05-13|18:28:27.712] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7149272Z [05-13|18:28:27.712] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7149647Z [05-13|18:28:27.712] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7150120Z [05-13|18:28:27.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7150333Z [05-13|18:28:27.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7150699Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7151099Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7151468Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7151806Z [05-13|18:28:27.713] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7152180Z [05-13|18:28:27.713] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7152510Z [05-13|18:28:27.714] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7152724Z [05-13|18:28:27.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7152996Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7153365Z [05-13|18:28:27.714] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7153570Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7153943Z [05-13|18:28:27.714] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7154308Z [05-13|18:28:27.714] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7154519Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7154908Z [05-13|18:28:27.714] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7155278Z [05-13|18:28:27.715] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7155486Z [05-13|18:28:27.714] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7155687Z [05-13|18:28:27.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7155892Z [05-13|18:28:27.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7156094Z [05-13|18:28:27.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 45} -2026-05-13T18:30:53.7156423Z [05-13|18:28:27.715] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7156792Z [05-13|18:28:27.715] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7156930Z [05-13|18:28:27.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7157263Z [05-13|18:28:27.715] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7157672Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7158003Z [05-13|18:28:27.716] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7158508Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7158642Z [05-13|18:28:27.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7158969Z [05-13|18:28:27.716] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7159108Z [05-13|18:28:27.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7159474Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7159801Z [05-13|18:28:27.716] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.7160179Z [05-13|18:28:27.716] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7160311Z [05-13|18:28:27.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7160441Z [05-13|18:28:27.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7160808Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7160940Z [05-13|18:28:27.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7161302Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7161502Z [05-13|18:28:27.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7161869Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7162235Z [05-13|18:28:27.717] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7162500Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7162766Z [05-13|18:28:27.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7163021Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7163438Z [05-13|18:28:27.718] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7163707Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7163968Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7164274Z [05-13|18:28:27.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7164535Z [05-13|18:28:27.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7165003Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7165376Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7165848Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7166270Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7166752Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7167403Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7167836Z [05-13|18:28:27.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 7} -2026-05-13T18:30:53.7168666Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7169342Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7169998Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7170836Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7171663Z [05-13|18:28:27.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7172060Z [05-13|18:28:27.719] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7172459Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7173037Z [05-13|18:28:27.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7173309Z [05-13|18:28:27.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 8} -2026-05-13T18:30:53.7173683Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7174147Z [05-13|18:28:27.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7174568Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7174940Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7175159Z [05-13|18:28:27.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7175523Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7175944Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7176305Z [05-13|18:28:27.720] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7176669Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7177043Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7177461Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7177824Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7178267Z [05-13|18:28:27.721] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7178874Z [05-13|18:28:27.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7179087Z [05-13|18:28:27.721] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7179595Z [05-13|18:28:27.721] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7179972Z [05-13|18:28:27.722] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7180347Z [05-13|18:28:27.722] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7180713Z [05-13|18:28:27.722] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7181054Z [05-13|18:28:27.722] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7181392Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7181767Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7182229Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7182447Z [05-13|18:28:27.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7182812Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7183144Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7183517Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7183937Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7184270Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7184484Z [05-13|18:28:27.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7184812Z [05-13|18:28:27.723] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7185233Z [05-13|18:28:27.723] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7185378Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7185744Z [05-13|18:28:27.724] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7185880Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7186021Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7186233Z [05-13|18:28:27.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7186440Z [05-13|18:28:27.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7186833Z [05-13|18:28:27.724] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7187048Z [05-13|18:28:27.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7187377Z [05-13|18:28:27.724] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7187704Z [05-13|18:28:27.724] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7188230Z [05-13|18:28:27.724] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7188369Z [05-13|18:28:27.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7188735Z [05-13|18:28:27.724] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7189117Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7189479Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7189614Z [05-13|18:28:27.725] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7189825Z [05-13|18:28:27.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 46} -2026-05-13T18:30:53.7190189Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7190525Z [05-13|18:28:27.725] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.7190991Z [05-13|18:28:27.725] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7191261Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7191527Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7191896Z [05-13|18:28:27.726] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7192026Z [05-13|18:28:27.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7192286Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7192603Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7192972Z [05-13|18:28:27.726] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7193232Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7193420Z [05-13|18:28:27.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7193678Z [05-13|18:28:27.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7194154Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7194417Z [05-13|18:28:27.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7194884Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7195404Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7195873Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7196333Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7196706Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7197174Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7197542Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7197918Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7198538Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7198912Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7199282Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7199749Z [05-13|18:28:27.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7200190Z [05-13|18:28:27.727] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7200560Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7200923Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7201285Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7201656Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7201973Z [05-13|18:28:27.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7202342Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7202815Z [05-13|18:28:27.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7203116Z [05-13|18:28:27.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7203482Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7203852Z [05-13|18:28:27.728] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7204064Z [05-13|18:28:27.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7204428Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7204639Z [05-13|18:28:27.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7204952Z [05-13|18:28:27.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 7} -2026-05-13T18:30:53.7205322Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7205690Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7206156Z [05-13|18:28:27.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7206492Z [05-13|18:28:27.729] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7206868Z [05-13|18:28:27.729] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7207236Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7207605Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7207746Z [05-13|18:28:27.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7208205Z [05-13|18:28:27.730] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7208581Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7208860Z [05-13|18:28:27.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7209066Z [05-13|18:28:27.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7209444Z [05-13|18:28:27.730] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7209585Z [05-13|18:28:27.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7209911Z [05-13|18:28:27.730] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7210120Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7210495Z [05-13|18:28:27.731] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7210757Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7210967Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7211178Z [05-13|18:28:27.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 47} -2026-05-13T18:30:53.7211507Z [05-13|18:28:27.731] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7211929Z [05-13|18:28:27.732] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7212260Z [05-13|18:28:27.732] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7212626Z [05-13|18:28:27.732] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7212760Z [05-13|18:28:27.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7213131Z [05-13|18:28:27.732] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7213511Z [05-13|18:28:27.732] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7213843Z [05-13|18:28:27.733] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7214215Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7214578Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7214710Z [05-13|18:28:27.733] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7215104Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7215471Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7215802Z [05-13|18:28:27.733] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7216138Z [05-13|18:28:27.733] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.7216508Z [05-13|18:28:27.733] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7216875Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7217016Z [05-13|18:28:27.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7217149Z [05-13|18:28:27.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7217553Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7217921Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7218653Z [05-13|18:28:27.734] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7218936Z [05-13|18:28:27.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7219215Z [05-13|18:28:27.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7219553Z [05-13|18:28:27.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7219814Z [05-13|18:28:27.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7220078Z [05-13|18:28:27.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7220335Z [05-13|18:28:27.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7220524Z [05-13|18:28:27.735] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7220903Z [05-13|18:28:27.735] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7221381Z [05-13|18:28:27.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7221756Z [05-13|18:28:27.735] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7222127Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7222652Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7222868Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7223240Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7223709Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7224078Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7224350Z [05-13|18:28:27.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7224820Z [05-13|18:28:27.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7225083Z [05-13|18:28:27.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7225456Z [05-13|18:28:27.736] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7225821Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7226190Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7226658Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7227086Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7227460Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7227827Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7228522Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7228966Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7229447Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7229915Z [05-13|18:28:27.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7230364Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7230728Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7231095Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7231469Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7231833Z [05-13|18:28:27.737] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7232249Z [05-13|18:28:27.738] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7232521Z [05-13|18:28:27.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 7} -2026-05-13T18:30:53.7232732Z [05-13|18:28:27.738] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7233101Z [05-13|18:28:27.738] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7233577Z [05-13|18:28:27.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7233945Z [05-13|18:28:27.739] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7234313Z [05-13|18:28:27.739] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7234525Z [05-13|18:28:27.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7234860Z [05-13|18:28:27.739] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7235223Z [05-13|18:28:27.739] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7235560Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7235928Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7236315Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7236458Z [05-13|18:28:27.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7236786Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7237154Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7237526Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7237774Z [05-13|18:28:27.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7237912Z [05-13|18:28:27.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7238474Z [05-13|18:28:27.740] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7238850Z [05-13|18:28:27.740] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7239130Z [05-13|18:28:27.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7239273Z [05-13|18:28:27.741] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7239404Z [05-13|18:28:27.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7239610Z [05-13|18:28:27.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7239748Z [05-13|18:28:27.741] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7240264Z [05-13|18:28:27.741] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7240502Z [05-13|18:28:27.741] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7241180Z [05-13|18:28:27.741] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7241571Z [05-13|18:28:27.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7241945Z [05-13|18:28:27.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7242538Z [05-13|18:28:27.741] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7243191Z [05-13|18:28:27.741] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7243846Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7244096Z [05-13|18:28:27.742] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7244344Z [05-13|18:28:27.742] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7244719Z [05-13|18:28:27.742] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7245100Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7245465Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7245863Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7246006Z [05-13|18:28:27.742] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7246371Z [05-13|18:28:27.742] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7246815Z [05-13|18:28:27.743] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7247031Z [05-13|18:28:27.743] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 48} -2026-05-13T18:30:53.7247301Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7247561Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7247939Z [05-13|18:28:27.743] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7248484Z [05-13|18:28:27.743] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.7248865Z [05-13|18:28:27.743] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7249141Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7249399Z [05-13|18:28:27.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7249711Z [05-13|18:28:27.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7250191Z [05-13|18:28:27.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7250565Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7251089Z [05-13|18:28:27.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7251521Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7251891Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7252256Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7252730Z [05-13|18:28:27.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7253099Z [05-13|18:28:27.744] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7253236Z [05-13|18:28:27.744] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7253607Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7253872Z [05-13|18:28:27.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7254339Z [05-13|18:28:27.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7254712Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7255177Z [05-13|18:28:27.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7255547Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7255825Z [05-13|18:28:27.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7256091Z [05-13|18:28:27.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7256464Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7256676Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7256881Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7257347Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7257758Z [05-13|18:28:27.745] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7258408Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7258828Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7259287Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7259496Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7259759Z [05-13|18:28:27.746] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 8} -2026-05-13T18:30:53.7260233Z [05-13|18:28:27.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7260603Z [05-13|18:28:27.746] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7261031Z [05-13|18:28:27.747] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7261400Z [05-13|18:28:27.747] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7261765Z [05-13|18:28:27.747] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7262107Z [05-13|18:28:27.747] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7262369Z [05-13|18:28:27.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 7} -2026-05-13T18:30:53.7262737Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7263212Z [05-13|18:28:27.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7263583Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7263946Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7264415Z [05-13|18:28:27.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7264782Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7265206Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7265550Z [05-13|18:28:27.748] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7265916Z [05-13|18:28:27.748] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7266250Z [05-13|18:28:27.748] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7266621Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7266810Z [05-13|18:28:27.749] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7267173Z [05-13|18:28:27.749] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7267386Z [05-13|18:28:27.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7267757Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7268261Z [05-13|18:28:27.749] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7268638Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7268969Z [05-13|18:28:27.749] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7269179Z [05-13|18:28:27.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7269554Z [05-13|18:28:27.749] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7269985Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7270123Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7270468Z [05-13|18:28:27.750] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7270842Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7270978Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7271112Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7271482Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7271620Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7271960Z [05-13|18:28:27.750] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7272096Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7272310Z [05-13|18:28:27.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7272685Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7273052Z [05-13|18:28:27.750] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7273185Z [05-13|18:28:27.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7273383Z [05-13|18:28:27.751] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7273714Z [05-13|18:28:27.751] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.7274080Z [05-13|18:28:27.751] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7274299Z [05-13|18:28:27.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7274445Z [05-13|18:28:27.751] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7274813Z [05-13|18:28:27.751] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7275034Z [05-13|18:28:27.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 49} -2026-05-13T18:30:53.7275499Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7275865Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7276153Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7276577Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7276840Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7277105Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7277578Z [05-13|18:28:27.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7277946Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7278302Z [05-13|18:28:27.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7278751Z [05-13|18:28:27.752] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7279222Z [05-13|18:28:27.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7279609Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7279873Z [05-13|18:28:27.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7280242Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7280509Z [05-13|18:28:27.752] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7280722Z [05-13|18:28:27.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7280980Z [05-13|18:28:27.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7281447Z [05-13|18:28:27.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7281819Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7282186Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7282653Z [05-13|18:28:27.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7283083Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7283453Z [05-13|18:28:27.753] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7283666Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7284131Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7284549Z [05-13|18:28:27.754] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7284917Z [05-13|18:28:27.754] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7285125Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7285386Z [05-13|18:28:27.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7285903Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7286361Z [05-13|18:28:27.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7286732Z [05-13|18:28:27.754] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7287101Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7287237Z [05-13|18:28:27.755] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7287638Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7288009Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7288357Z [05-13|18:28:27.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7288564Z [05-13|18:28:27.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7288904Z [05-13|18:28:27.755] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7289232Z [05-13|18:28:27.755] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7289612Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7289982Z [05-13|18:28:27.755] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7290319Z [05-13|18:28:27.756] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7290683Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7291015Z [05-13|18:28:27.756] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7291224Z [05-13|18:28:27.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7291658Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7291928Z [05-13|18:28:27.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7292396Z [05-13|18:28:27.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7292761Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7293115Z [05-13|18:28:27.756] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7293380Z [05-13|18:28:27.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7293751Z [05-13|18:28:27.756] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7294126Z [05-13|18:28:27.757] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7294493Z [05-13|18:28:27.757] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7294681Z [05-13|18:28:27.757] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7294820Z [05-13|18:28:27.757] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7294951Z [05-13|18:28:27.757] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7295282Z [05-13|18:28:27.757] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7295551Z [05-13|18:28:27.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 7} -2026-05-13T18:30:53.7295924Z [05-13|18:28:27.757] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7296441Z [05-13|18:28:27.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7296819Z [05-13|18:28:27.758] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7297177Z [05-13|18:28:27.758] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7297309Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7297447Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7297577Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7297909Z [05-13|18:28:27.758] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7298610Z [05-13|18:28:27.758] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7298836Z [05-13|18:28:27.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7298971Z [05-13|18:28:27.758] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7299106Z [05-13|18:28:27.759] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7299474Z [05-13|18:28:27.759] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7299845Z [05-13|18:28:27.759] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7300243Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7300693Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7301058Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7301436Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7301769Z [05-13|18:28:27.760] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7302135Z [05-13|18:28:27.760] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7302521Z [05-13|18:28:27.761] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.7302894Z [05-13|18:28:27.761] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7303164Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7303595Z [05-13|18:28:27.761] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7303860Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7304119Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7304261Z [05-13|18:28:27.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7304518Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7304775Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7305091Z [05-13|18:28:27.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7305562Z [05-13|18:28:27.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7305941Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7306338Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7306554Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7307178Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7308236Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7308978Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7309882Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7310623Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7311037Z [05-13|18:28:27.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 50} -2026-05-13T18:30:53.7311792Z [05-13|18:28:27.762] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7312479Z [05-13|18:28:27.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7313187Z [05-13|18:28:27.763] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7314094Z [05-13|18:28:27.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7314819Z [05-13|18:28:27.763] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7315698Z [05-13|18:28:27.763] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7316014Z [05-13|18:28:27.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7316914Z [05-13|18:28:27.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7317664Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7318819Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7319709Z [05-13|18:28:27.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7320438Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7320871Z [05-13|18:28:27.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7321435Z [05-13|18:28:27.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 7} -2026-05-13T18:30:53.7322285Z [05-13|18:28:27.764] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7322760Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7323195Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7323962Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7324879Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7325594Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7326008Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7326721Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7327571Z [05-13|18:28:27.765] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 50, "epoch round": 50} -2026-05-13T18:30:53.7328729Z [05-13|18:28:27.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7329404Z [05-13|18:28:27.765] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7330123Z [05-13|18:28:27.765] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7331016Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7331583Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7331743Z [05-13|18:28:27.766] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7331970Z [05-13|18:28:27.766] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7332322Z [05-13|18:28:27.766] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7332789Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7333128Z [05-13|18:28:27.766] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7333273Z [05-13|18:28:27.766] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7333645Z [05-13|18:28:27.766] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7333838Z [05-13|18:28:27.766] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7334173Z [05-13|18:28:27.767] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7334542Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7334871Z [05-13|18:28:27.767] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7335246Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7335460Z [05-13|18:28:27.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7335884Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7336258Z [05-13|18:28:27.767] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7336729Z [05-13|18:28:27.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7337060Z [05-13|18:28:27.768] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7337436Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7337573Z [05-13|18:28:27.768] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7337940Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7338689Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7338845Z [05-13|18:28:27.767] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7339222Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7339616Z [05-13|18:28:27.768] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7339984Z [05-13|18:28:27.769] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7340435Z [05-13|18:28:27.769] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7340781Z [05-13|18:28:27.769] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7341149Z [05-13|18:28:27.769] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7341364Z [05-13|18:28:27.769] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7341509Z [05-13|18:28:27.770] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7341641Z [05-13|18:28:27.770] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7342030Z [05-13|18:28:27.770] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7342410Z [05-13|18:28:27.770] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7342546Z [05-13|18:28:27.771] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7342677Z [05-13|18:28:27.771] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7343078Z [05-13|18:28:27.770] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.7343461Z [05-13|18:28:27.771] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7343599Z [05-13|18:28:27.771] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7343818Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 51} -2026-05-13T18:30:53.7344201Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7344492Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7344814Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7345077Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7345333Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7345595Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7345732Z [05-13|18:28:27.772] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7345990Z [05-13|18:28:27.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7346476Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7346945Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7347321Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7347689Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7348369Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7348749Z [05-13|18:28:27.772] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7349096Z [05-13|18:28:27.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7349478Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7349955Z [05-13|18:28:27.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7350338Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7350838Z [05-13|18:28:27.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7351264Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7351644Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7352015Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7352533Z [05-13|18:28:27.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7352910Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7353276Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7353644Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7354164Z [05-13|18:28:27.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7354533Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7354906Z [05-13|18:28:27.773] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7355274Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7355638Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7356013Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7356379Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7356724Z [05-13|18:28:27.774] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7357097Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7357464Z [05-13|18:28:27.774] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7357827Z [05-13|18:28:27.775] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7358424Z [05-13|18:28:27.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7358800Z [05-13|18:28:27.775] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7359165Z [05-13|18:28:27.775] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7359448Z [05-13|18:28:27.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 7} -2026-05-13T18:30:53.7359783Z [05-13|18:28:27.776] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7360113Z [05-13|18:28:27.776] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7360556Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7360936Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7361410Z [05-13|18:28:27.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7361840Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7362201Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7362573Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7362943Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7363281Z [05-13|18:28:27.776] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7363696Z [05-13|18:28:27.776] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7363846Z [05-13|18:28:27.777] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7363982Z [05-13|18:28:27.777] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7364318Z [05-13|18:28:27.777] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7364694Z [05-13|18:28:27.777] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7365162Z [05-13|18:28:27.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7365533Z [05-13|18:28:27.777] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7365900Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7366364Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7366733Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7367102Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7367622Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7368306Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7368681Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7369043Z [05-13|18:28:27.778] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7369264Z [05-13|18:28:27.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7369399Z [05-13|18:28:27.778] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7369929Z [05-13|18:28:27.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7370073Z [05-13|18:28:27.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7370409Z [05-13|18:28:27.779] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7370672Z [05-13|18:28:27.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7371046Z [05-13|18:28:27.779] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7371179Z [05-13|18:28:27.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7371546Z [05-13|18:28:27.780] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7371911Z [05-13|18:28:27.780] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7372053Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7372182Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7372364Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7372841Z [05-13|18:28:27.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7372974Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7373103Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7373241Z [05-13|18:28:27.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7373451Z [05-13|18:28:27.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7373784Z [05-13|18:28:27.781] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7374165Z [05-13|18:28:27.781] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7374298Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7374505Z [05-13|18:28:27.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7374879Z [05-13|18:28:27.781] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7375242Z [05-13|18:28:27.781] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7375710Z [05-13|18:28:27.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7375905Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7376034Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7376165Z [05-13|18:28:27.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7376300Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7376435Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7376563Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7376698Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7377032Z [05-13|18:28:27.782] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7377440Z [05-13|18:28:27.782] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7377579Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7377711Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7378285Z [05-13|18:28:27.782] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7378484Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7379034Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7379168Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7379377Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7379522Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7379730Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7379864Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7379999Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7380258Z [05-13|18:28:27.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7380392Z [05-13|18:28:27.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7380727Z [05-13|18:28:27.783] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.7381096Z [05-13|18:28:27.783] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7381228Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7385358Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7385548Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7385705Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7385845Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7385989Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7386122Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7386254Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7386392Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7386523Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7386660Z [05-13|18:28:27.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7387059Z [05-13|18:28:27.784] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7387197Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7387436Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7387816Z [05-13|18:28:27.784] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7388633Z [05-13|18:28:27.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7389114Z [05-13|18:28:27.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7389261Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7389396Z [05-13|18:28:27.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7389534Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7389831Z [05-13|18:28:27.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7389974Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7390105Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7390243Z [05-13|18:28:27.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7390615Z [05-13|18:28:27.785] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7391037Z [05-13|18:28:27.786] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7391252Z [05-13|18:28:27.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 53} -2026-05-13T18:30:53.7391624Z [05-13|18:28:27.786] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7391990Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7392130Z [05-13|18:28:27.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7392548Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7392919Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7393293Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7393572Z [05-13|18:28:27.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7393942Z [05-13|18:28:27.787] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7394211Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7394348Z [05-13|18:28:27.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7394610Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7394870Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7395352Z [05-13|18:28:27.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7395723Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7396099Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7396417Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7396680Z [05-13|18:28:27.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7396815Z [05-13|18:28:27.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7397285Z [05-13|18:28:27.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7397417Z [05-13|18:28:27.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7397783Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7398439Z [05-13|18:28:27.788] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7398912Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7399295Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7399743Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7400019Z [05-13|18:28:27.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7400243Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7400717Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7401181Z [05-13|18:28:27.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7401617Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7401989Z [05-13|18:28:27.789] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7402356Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7402732Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7403197Z [05-13|18:28:27.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7403567Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7403937Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7404415Z [05-13|18:28:27.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7404630Z [05-13|18:28:27.790] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7405006Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7405379Z [05-13|18:28:27.790] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7405782Z [05-13|18:28:27.791] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7406161Z [05-13|18:28:27.791] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7406496Z [05-13|18:28:27.791] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7406866Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7407247Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7407617Z [05-13|18:28:27.792] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7407986Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7408496Z [05-13|18:28:27.792] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7408713Z [05-13|18:28:27.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7409110Z [05-13|18:28:27.792] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7409492Z [05-13|18:28:27.793] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7409765Z [05-13|18:28:27.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7409974Z [05-13|18:28:27.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7410188Z [05-13|18:28:27.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7410525Z [05-13|18:28:27.794] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7410948Z [05-13|18:28:27.794] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7411166Z [05-13|18:28:27.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7411498Z [05-13|18:28:27.795] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7411865Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7412236Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7412713Z [05-13|18:28:27.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7413083Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7413458Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7413599Z [05-13|18:28:27.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7413967Z [05-13|18:28:27.795] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7414179Z [05-13|18:28:27.796] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7414316Z [05-13|18:28:27.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7414511Z [05-13|18:28:27.796] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7414886Z [05-13|18:28:27.796] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7415153Z [05-13|18:28:27.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 7} -2026-05-13T18:30:53.7415488Z [05-13|18:28:27.797] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7415701Z [05-13|18:28:27.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7416073Z [05-13|18:28:27.797] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7416206Z [05-13|18:28:27.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7416402Z [05-13|18:28:27.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7416877Z [05-13|18:28:27.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7417246Z [05-13|18:28:27.798] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7417652Z [05-13|18:28:27.798] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7417786Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7417918Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7418170Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7418513Z [05-13|18:28:27.798] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7418651Z [05-13|18:28:27.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7419024Z [05-13|18:28:27.798] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7419218Z [05-13|18:28:27.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7419592Z [05-13|18:28:27.799] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7419972Z [05-13|18:28:27.799] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7420105Z [05-13|18:28:27.800] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7420473Z [05-13|18:28:27.800] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7420817Z [05-13|18:28:27.800] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.7421184Z [05-13|18:28:27.800] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7421395Z [05-13|18:28:27.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 54} -2026-05-13T18:30:53.7421671Z [05-13|18:28:27.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.7421932Z [05-13|18:28:27.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.7422191Z [05-13|18:28:27.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.7422668Z [05-13|18:28:27.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7423040Z [05-13|18:28:27.802] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7423363Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.7423735Z [05-13|18:28:27.802] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7423997Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.7424439Z [05-13|18:28:27.802] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7424712Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.7425022Z [05-13|18:28:27.802] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 7} -2026-05-13T18:30:53.7425494Z [05-13|18:28:27.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7425873Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7426301Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7426510Z [05-13|18:28:27.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7426981Z [05-13|18:28:27.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7427349Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7427714Z [05-13|18:28:27.803] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7427853Z [05-13|18:28:27.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7428180Z [05-13|18:28:27.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7428657Z [05-13|18:28:27.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7429031Z [05-13|18:28:27.804] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7429399Z [05-13|18:28:27.804] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7429874Z [05-13|18:28:27.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7430248Z [05-13|18:28:27.804] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7430615Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7431080Z [05-13|18:28:27.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7431453Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7431822Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7432033Z [05-13|18:28:27.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7432489Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7432957Z [05-13|18:28:27.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7433334Z [05-13|18:28:27.805] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7433697Z [05-13|18:28:27.806] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7433832Z [05-13|18:28:27.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7434326Z [05-13|18:28:27.806] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7434669Z [05-13|18:28:27.806] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7435118Z [05-13|18:28:27.806] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7435545Z [05-13|18:28:27.806] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7435978Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7436113Z [05-13|18:28:27.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7436488Z [05-13|18:28:27.807] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7436916Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7437394Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7437537Z [05-13|18:28:27.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7437965Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7438506Z [05-13|18:28:27.807] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 54, "epoch round": 54} -2026-05-13T18:30:53.7438649Z [05-13|18:28:27.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7438859Z [05-13|18:28:27.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7439195Z [05-13|18:28:27.808] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7439577Z [05-13|18:28:27.808] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7440055Z [05-13|18:28:27.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7440263Z [05-13|18:28:27.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7440599Z [05-13|18:28:27.808] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7440734Z [05-13|18:28:27.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7440943Z [05-13|18:28:27.808] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7441387Z [05-13|18:28:27.808] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7441857Z [05-13|18:28:27.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7442226Z [05-13|18:28:27.808] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7442441Z [05-13|18:28:27.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7442806Z [05-13|18:28:27.809] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7443221Z [05-13|18:28:27.809] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7443565Z [05-13|18:28:27.809] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7443936Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7444121Z [05-13|18:28:27.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7444458Z [05-13|18:28:27.810] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7444871Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7445225Z [05-13|18:28:27.810] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7445605Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7445943Z [05-13|18:28:27.810] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7446367Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7446744Z [05-13|18:28:27.810] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7446886Z [05-13|18:28:27.811] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7447219Z [05-13|18:28:27.809] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7447592Z [05-13|18:28:27.811] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7447733Z [05-13|18:28:27.811] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7447868Z [05-13|18:28:27.811] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7448357Z [05-13|18:28:27.811] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7448725Z [05-13|18:28:27.811] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7449094Z [05-13|18:28:27.812] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7449232Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7449364Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7449496Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7449882Z [05-13|18:28:27.812] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7450079Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7450211Z [05-13|18:28:27.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7450618Z [05-13|18:28:27.812] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7450850Z [05-13|18:28:27.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7451065Z [05-13|18:28:27.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7451437Z [05-13|18:28:27.813] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7451872Z [05-13|18:28:27.813] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7452151Z [05-13|18:28:27.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7452415Z [05-13|18:28:27.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7452684Z [05-13|18:28:27.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7453077Z [05-13|18:28:27.814] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.7453453Z [05-13|18:28:27.814] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7453596Z [05-13|18:28:27.814] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7453964Z [05-13|18:28:27.814] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7454098Z [05-13|18:28:27.814] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7454238Z [05-13|18:28:27.814] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7454771Z [05-13|18:28:27.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7455148Z [05-13|18:28:27.815] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7455418Z [05-13|18:28:27.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7455785Z [05-13|18:28:27.815] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7456047Z [05-13|18:28:27.815] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7456268Z [05-13|18:28:27.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7456528Z [05-13|18:28:27.815] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7457000Z [05-13|18:28:27.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7457471Z [05-13|18:28:27.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7457846Z [05-13|18:28:27.815] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7458334Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7458707Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7459135Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7459358Z [05-13|18:28:27.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7459837Z [05-13|18:28:27.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7460207Z [05-13|18:28:27.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7460578Z [05-13|18:28:27.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7461101Z [05-13|18:28:27.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7461477Z [05-13|18:28:27.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7461849Z [05-13|18:28:27.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7462162Z [05-13|18:28:27.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7462631Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7463103Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7463314Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7463682Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7464104Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7464474Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7464681Z [05-13|18:28:27.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7465049Z [05-13|18:28:27.818] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7465417Z [05-13|18:28:27.819] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7465755Z [05-13|18:28:27.819] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7466133Z [05-13|18:28:27.819] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7466342Z [05-13|18:28:27.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7466676Z [05-13|18:28:27.819] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7466888Z [05-13|18:28:27.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 55} -2026-05-13T18:30:53.7467256Z [05-13|18:28:27.819] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7467587Z [05-13|18:28:27.819] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7468006Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7468339Z [05-13|18:28:27.820] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7468670Z [05-13|18:28:27.820] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7469045Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7469312Z [05-13|18:28:27.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7469741Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7470076Z [05-13|18:28:27.820] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7470448Z [05-13|18:28:27.820] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7470813Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7471215Z [05-13|18:28:27.821] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7471483Z [05-13|18:28:27.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 7} -2026-05-13T18:30:53.7471956Z [05-13|18:28:27.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7472341Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7472763Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7473136Z [05-13|18:28:27.821] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7473282Z [05-13|18:28:27.822] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7473617Z [05-13|18:28:27.822] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7473988Z [05-13|18:28:27.822] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7474365Z [05-13|18:28:27.822] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7474751Z [05-13|18:28:27.822] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7474887Z [05-13|18:28:27.822] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7475027Z [05-13|18:28:27.823] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7475395Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7475529Z [05-13|18:28:27.823] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7476014Z [05-13|18:28:27.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7476387Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7476813Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7477186Z [05-13|18:28:27.823] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7477398Z [05-13|18:28:27.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7477531Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7477743Z [05-13|18:28:27.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7478226Z [05-13|18:28:27.824] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7478496Z [05-13|18:28:27.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7478697Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7478964Z [05-13|18:28:27.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7479227Z [05-13|18:28:27.824] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7479707Z [05-13|18:28:27.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7480141Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7480511Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7480651Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7480988Z [05-13|18:28:27.825] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7481358Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7481678Z [05-13|18:28:27.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7481943Z [05-13|18:28:27.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7482412Z [05-13|18:28:27.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7482786Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7483255Z [05-13|18:28:27.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7483392Z [05-13|18:28:27.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7483863Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7484232Z [05-13|18:28:27.825] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7484439Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 56} -2026-05-13T18:30:53.7484810Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7485176Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7485505Z [05-13|18:28:27.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7485879Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7486351Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7486723Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7487088Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7487593Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7487969Z [05-13|18:28:27.826] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7488423Z [05-13|18:28:27.827] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.7488859Z [05-13|18:28:27.827] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7489074Z [05-13|18:28:27.826] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7489441Z [05-13|18:28:27.827] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7489575Z [05-13|18:28:27.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7489945Z [05-13|18:28:27.827] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7490157Z [05-13|18:28:27.827] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7490289Z [05-13|18:28:27.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7490613Z [05-13|18:28:27.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7490824Z [05-13|18:28:27.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7491028Z [05-13|18:28:27.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7491495Z [05-13|18:28:27.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7491874Z [05-13|18:28:27.828] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7492082Z [05-13|18:28:27.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7492452Z [05-13|18:28:27.829] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7492823Z [05-13|18:28:27.829] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7493087Z [05-13|18:28:27.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7493428Z [05-13|18:28:27.829] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7493798Z [05-13|18:28:27.829] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7494133Z [05-13|18:28:27.830] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7494529Z [05-13|18:28:27.829] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7494901Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7495266Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7495478Z [05-13|18:28:27.830] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7495809Z [05-13|18:28:27.830] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7496189Z [05-13|18:28:27.830] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7496564Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7496935Z [05-13|18:28:27.830] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7497269Z [05-13|18:28:27.831] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7497717Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7498200Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7498680Z [05-13|18:28:27.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7498950Z [05-13|18:28:27.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 7} -2026-05-13T18:30:53.7499160Z [05-13|18:28:27.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7499590Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7499735Z [05-13|18:28:27.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7500108Z [05-13|18:28:27.831] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7500242Z [05-13|18:28:27.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7500379Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7500718Z [05-13|18:28:27.832] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7501189Z [05-13|18:28:27.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7501566Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7501934Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7502295Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7502434Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7502565Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7502697Z [05-13|18:28:27.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7503070Z [05-13|18:28:27.832] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7503262Z [05-13|18:28:27.833] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7503626Z [05-13|18:28:27.833] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7503766Z [05-13|18:28:27.833] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7504129Z [05-13|18:28:27.833] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7504500Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7504923Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7505134Z [05-13|18:28:27.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7505500Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7505869Z [05-13|18:28:27.834] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7506188Z [05-13|18:28:27.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7506450Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7506719Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7507056Z [05-13|18:28:27.835] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7507529Z [05-13|18:28:27.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7507838Z [05-13|18:28:27.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7508219Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7508480Z [05-13|18:28:27.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7508957Z [05-13|18:28:27.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7509295Z [05-13|18:28:27.835] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.7509669Z [05-13|18:28:27.835] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7510040Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7510510Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7510976Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7511349Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7511714Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7512247Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7512617Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7513085Z [05-13|18:28:27.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7513453Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7513595Z [05-13|18:28:27.836] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7514012Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7514382Z [05-13|18:28:27.836] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7514759Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7514969Z [05-13|18:28:27.837] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 57} -2026-05-13T18:30:53.7515387Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7515757Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7516123Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7516489Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7516860Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7517045Z [05-13|18:28:27.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7517408Z [05-13|18:28:27.837] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7517676Z [05-13|18:28:27.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7517883Z [05-13|18:28:27.838] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7518016Z [05-13|18:28:27.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7518610Z [05-13|18:28:27.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7518978Z [05-13|18:28:27.838] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7519340Z [05-13|18:28:27.838] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7519609Z [05-13|18:28:27.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7519940Z [05-13|18:28:27.839] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7520306Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7520518Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7520723Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7521155Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7521367Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7521698Z [05-13|18:28:27.839] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7522168Z [05-13|18:28:27.839] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7522538Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7522960Z [05-13|18:28:27.839] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7523294Z [05-13|18:28:27.839] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7523667Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7524081Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7524449Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7524583Z [05-13|18:28:27.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7524947Z [05-13|18:28:27.840] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7525213Z [05-13|18:28:27.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 7} -2026-05-13T18:30:53.7525426Z [05-13|18:28:27.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7525946Z [05-13|18:28:27.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7526318Z [05-13|18:28:27.841] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7526680Z [05-13|18:28:27.841] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7526813Z [05-13|18:28:27.841] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7527178Z [05-13|18:28:27.841] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7527316Z [05-13|18:28:27.841] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7527524Z [05-13|18:28:27.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7527731Z [05-13|18:28:27.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7527869Z [05-13|18:28:27.841] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7528352Z [05-13|18:28:27.842] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7528685Z [05-13|18:28:27.842] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7529061Z [05-13|18:28:27.842] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7529194Z [05-13|18:28:27.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7529324Z [05-13|18:28:27.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7529739Z [05-13|18:28:27.843] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7530077Z [05-13|18:28:27.843] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7530465Z [05-13|18:28:27.843] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7530834Z [05-13|18:28:27.843] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7531040Z [05-13|18:28:27.843] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7531171Z [05-13|18:28:27.843] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7531359Z [05-13|18:28:27.843] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7531693Z [05-13|18:28:27.843] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7532063Z [05-13|18:28:27.843] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7532486Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7532812Z [05-13|18:28:27.844] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7533175Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7533506Z [05-13|18:28:27.844] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.7533640Z [05-13|18:28:27.844] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7534007Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7534423Z [05-13|18:28:27.844] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7534792Z [05-13|18:28:27.845] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7535000Z [05-13|18:28:27.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 58} -2026-05-13T18:30:53.7535137Z [05-13|18:28:27.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7535400Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7535662Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7535927Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7536298Z [05-13|18:28:27.845] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7536559Z [05-13|18:28:27.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7537034Z [05-13|18:28:27.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7537402Z [05-13|18:28:27.846] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7537767Z [05-13|18:28:27.846] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7538191Z [05-13|18:28:27.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7538336Z [05-13|18:28:27.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7538600Z [05-13|18:28:27.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7539082Z [05-13|18:28:27.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7539461Z [05-13|18:28:27.846] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7539931Z [05-13|18:28:27.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7540369Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7540743Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7541111Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7541431Z [05-13|18:28:27.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7541897Z [05-13|18:28:27.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7542265Z [05-13|18:28:27.847] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7542638Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7543003Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7543530Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7544001Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7544217Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7544596Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7545062Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7545435Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7545809Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7546077Z [05-13|18:28:27.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7546339Z [05-13|18:28:27.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 7} -2026-05-13T18:30:53.7546709Z [05-13|18:28:27.848] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7546926Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7547349Z [05-13|18:28:27.849] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7547718Z [05-13|18:28:27.849] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7547927Z [05-13|18:28:27.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7548244Z [05-13|18:28:27.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7548457Z [05-13|18:28:27.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7548792Z [05-13|18:28:27.849] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7549221Z [05-13|18:28:27.849] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7549703Z [05-13|18:28:27.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7550073Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7550518Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7550859Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7551227Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7551557Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7551932Z [05-13|18:28:27.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7552309Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7552639Z [05-13|18:28:27.850] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7553010Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7553148Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7553619Z [05-13|18:28:27.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7553952Z [05-13|18:28:27.851] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7554164Z [05-13|18:28:27.851] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7554300Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7554673Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7555039Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7555171Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7555305Z [05-13|18:28:27.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7555673Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7556092Z [05-13|18:28:27.851] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7556227Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7556593Z [05-13|18:28:27.852] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7556801Z [05-13|18:28:27.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7556939Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7557067Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7557198Z [05-13|18:28:27.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7557610Z [05-13|18:28:27.852] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7557940Z [05-13|18:28:27.852] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7558428Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7558800Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7559226Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7559597Z [05-13|18:28:27.853] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7559747Z [05-13|18:28:27.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7560087Z [05-13|18:28:27.854] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7560419Z [05-13|18:28:27.854] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.7560854Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7561227Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7561441Z [05-13|18:28:27.854] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 59} -2026-05-13T18:30:53.7561809Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7562081Z [05-13|18:28:27.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7562448Z [05-13|18:28:27.854] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7562718Z [05-13|18:28:27.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7562979Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7563240Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7563388Z [05-13|18:28:27.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7563645Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7564120Z [05-13|18:28:27.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7564497Z [05-13|18:28:27.855] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7564818Z [05-13|18:28:27.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7565288Z [05-13|18:28:27.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7565663Z [05-13|18:28:27.856] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7566028Z [05-13|18:28:27.856] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7566393Z [05-13|18:28:27.856] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7566951Z [05-13|18:28:27.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7567327Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7567695Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7568242Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7568710Z [05-13|18:28:27.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7569078Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7569451Z [05-13|18:28:27.857] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7569666Z [05-13|18:28:27.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7570106Z [05-13|18:28:27.858] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7570325Z [05-13|18:28:27.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7570588Z [05-13|18:28:27.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7571050Z [05-13|18:28:27.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7571429Z [05-13|18:28:27.859] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7571797Z [05-13|18:28:27.859] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7572008Z [05-13|18:28:27.859] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7572446Z [05-13|18:28:27.858] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 59, "epoch round": 59} -2026-05-13T18:30:53.7572584Z [05-13|18:28:27.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7572952Z [05-13|18:28:27.860] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7573321Z [05-13|18:28:27.860] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7573788Z [05-13|18:28:27.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7574309Z [05-13|18:28:27.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7574683Z [05-13|18:28:27.861] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7575052Z [05-13|18:28:27.861] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7575415Z [05-13|18:28:27.861] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7575735Z [05-13|18:28:27.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 7} -2026-05-13T18:30:53.7576101Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7576475Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7576819Z [05-13|18:28:27.862] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7577239Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7577582Z [05-13|18:28:27.862] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7577952Z [05-13|18:28:27.862] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7578411Z [05-13|18:28:27.863] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7578785Z [05-13|18:28:27.863] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7579206Z [05-13|18:28:27.863] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7579676Z [05-13|18:28:27.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7580056Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7580267Z [05-13|18:28:27.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7580631Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7580778Z [05-13|18:28:27.864] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7581116Z [05-13|18:28:27.864] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7581253Z [05-13|18:28:27.864] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7581623Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7581955Z [05-13|18:28:27.864] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7582319Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7582787Z [05-13|18:28:27.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7583053Z [05-13|18:28:27.861] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7583423Z [05-13|18:28:27.864] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7583759Z [05-13|18:28:27.865] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7584126Z [05-13|18:28:27.865] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7584495Z [05-13|18:28:27.865] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7584685Z [05-13|18:28:27.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7585052Z [05-13|18:28:27.865] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7585422Z [05-13|18:28:27.866] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7585559Z [05-13|18:28:27.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7585745Z [05-13|18:28:27.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7585875Z [05-13|18:28:27.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7586007Z [05-13|18:28:27.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7586217Z [05-13|18:28:27.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7586424Z [05-13|18:28:27.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7586794Z [05-13|18:28:27.866] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7587072Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7587371Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7587632Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7587896Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7588140Z [05-13|18:28:27.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7588352Z [05-13|18:28:27.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7588825Z [05-13|18:28:27.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7589196Z [05-13|18:28:27.867] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7589563Z [05-13|18:28:27.867] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7589906Z [05-13|18:28:27.867] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7590277Z [05-13|18:28:27.867] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7592490Z [05-13|18:28:27.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7592968Z [05-13|18:28:27.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7593435Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7593813Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7594283Z [05-13|18:28:27.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7594654Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7595044Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7595470Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7595841Z [05-13|18:28:27.868] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7596126Z [05-13|18:28:27.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7596274Z [05-13|18:28:27.868] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7596409Z [05-13|18:28:27.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7596541Z [05-13|18:28:27.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7597011Z [05-13|18:28:27.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7597285Z [05-13|18:28:27.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7597662Z [05-13|18:28:27.869] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7598242Z [05-13|18:28:27.869] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7598537Z [05-13|18:28:27.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7598757Z [05-13|18:28:27.869] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7599129Z [05-13|18:28:27.869] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7599607Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7599981Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7600198Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7600574Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7600782Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7601151Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7601675Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7602064Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7602600Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7602813Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 60} -2026-05-13T18:30:53.7603019Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7603227Z [05-13|18:28:27.870] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7603596Z [05-13|18:28:27.870] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7603963Z [05-13|18:28:27.871] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7604361Z [05-13|18:28:27.871] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7604738Z [05-13|18:28:27.871] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7605068Z [05-13|18:28:27.871] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7605438Z [05-13|18:28:27.872] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7605768Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7606135Z [05-13|18:28:27.872] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7606414Z [05-13|18:28:27.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7606622Z [05-13|18:28:27.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7606950Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7607375Z [05-13|18:28:27.872] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7607585Z [05-13|18:28:27.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7607916Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.7608376Z [05-13|18:28:27.872] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7608748Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7609074Z [05-13|18:28:27.873] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7609547Z [05-13|18:28:27.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7609913Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7610278Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7610719Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7610860Z [05-13|18:28:27.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7611220Z [05-13|18:28:27.873] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7611413Z [05-13|18:28:27.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7611546Z [05-13|18:28:27.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7611676Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7611812Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7611942Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7612275Z [05-13|18:28:27.874] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7612643Z [05-13|18:28:27.874] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7612835Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7613107Z [05-13|18:28:27.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 7} -2026-05-13T18:30:53.7613239Z [05-13|18:28:27.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7613705Z [05-13|18:28:27.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7614071Z [05-13|18:28:27.874] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7614439Z [05-13|18:28:27.875] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7614578Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7614709Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7614840Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7614975Z [05-13|18:28:27.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7615184Z [05-13|18:28:27.875] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7615597Z [05-13|18:28:27.875] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7615968Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7616333Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7616664Z [05-13|18:28:27.876] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7617032Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7617398Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7617759Z [05-13|18:28:27.876] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7618242Z [05-13|18:28:27.877] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7618452Z [05-13|18:28:27.877] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 61} -2026-05-13T18:30:53.7618810Z [05-13|18:28:27.877] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7619241Z [05-13|18:28:27.877] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7619555Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7619814Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7620085Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7620344Z [05-13|18:28:27.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7622125Z [05-13|18:28:27.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7622551Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7622995Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7623474Z [05-13|18:28:27.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7623852Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7624218Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7624695Z [05-13|18:28:27.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7624971Z [05-13|18:28:27.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7625240Z [05-13|18:28:27.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7625610Z [05-13|18:28:27.878] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7625872Z [05-13|18:28:27.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7626214Z [05-13|18:28:27.879] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.7626590Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7627051Z [05-13|18:28:27.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7627430Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7627696Z [05-13|18:28:27.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7628207Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7628605Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7629078Z [05-13|18:28:27.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7629526Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7629999Z [05-13|18:28:27.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7630433Z [05-13|18:28:27.879] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7630580Z [05-13|18:28:27.880] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7630948Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7631314Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7631755Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7632183Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7632554Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7633017Z [05-13|18:28:27.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7633393Z [05-13|18:28:27.880] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7633754Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7634234Z [05-13|18:28:27.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7634622Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7634991Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7635358Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7635705Z [05-13|18:28:27.881] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7636077Z [05-13|18:28:27.881] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7636222Z [05-13|18:28:27.881] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7636559Z [05-13|18:28:27.882] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7636938Z [05-13|18:28:27.882] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7637311Z [05-13|18:28:27.882] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7637649Z [05-13|18:28:27.882] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7637786Z [05-13|18:28:27.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7638276Z [05-13|18:28:27.882] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7638760Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7639142Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7639543Z [05-13|18:28:27.883] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7639920Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7640296Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7640431Z [05-13|18:28:27.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7640854Z [05-13|18:28:27.883] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7641389Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7641763Z [05-13|18:28:27.884] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7642038Z [05-13|18:28:27.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 7} -2026-05-13T18:30:53.7642510Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7642878Z [05-13|18:28:27.884] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7643016Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7643484Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7643620Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7643752Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7643888Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7644018Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7644478Z [05-13|18:28:27.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7644612Z [05-13|18:28:27.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7644951Z [05-13|18:28:27.884] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7645084Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7645413Z [05-13|18:28:27.884] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7645552Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7645681Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7645810Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7645944Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7646273Z [05-13|18:28:27.885] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7646402Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7646622Z [05-13|18:28:27.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7646882Z [05-13|18:28:27.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7647259Z [05-13|18:28:27.884] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7647668Z [05-13|18:28:27.885] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7647803Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7647934Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7648388Z [05-13|18:28:27.885] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7648601Z [05-13|18:28:27.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7649033Z [05-13|18:28:27.885] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7649177Z [05-13|18:28:27.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7649691Z [05-13|18:28:27.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7650180Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7650319Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7650682Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7650893Z [05-13|18:28:27.886] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7651266Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7651401Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7651533Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7651668Z [05-13|18:28:27.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7652035Z [05-13|18:28:27.886] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7652500Z [05-13|18:28:27.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7652638Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7652770Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7653229Z [05-13|18:28:27.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7653369Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7653740Z [05-13|18:28:27.887] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7653874Z [05-13|18:28:27.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7654003Z [05-13|18:28:27.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7654217Z [05-13|18:28:27.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7654679Z [05-13|18:28:27.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7655014Z [05-13|18:28:27.888] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.7655457Z [05-13|18:28:27.888] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7655821Z [05-13|18:28:27.888] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7656340Z [05-13|18:28:27.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7656478Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7656609Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7656741Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7656877Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7657124Z [05-13|18:28:27.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7657260Z [05-13|18:28:27.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7657674Z [05-13|18:28:27.890] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7657808Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7657940Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7658191Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7658324Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7658453Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7658587Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7658716Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7659086Z [05-13|18:28:27.890] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7659223Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7659354Z [05-13|18:28:27.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7659819Z [05-13|18:28:27.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7660035Z [05-13|18:28:27.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7660169Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7660310Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7660680Z [05-13|18:28:27.891] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7660822Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7660955Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7661085Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7661222Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7661353Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7661482Z [05-13|18:28:27.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7661617Z [05-13|18:28:27.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7661827Z [05-13|18:28:27.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7662199Z [05-13|18:28:27.892] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7662570Z [05-13|18:28:27.893] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7663009Z [05-13|18:28:27.893] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7663375Z [05-13|18:28:27.894] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7663643Z [05-13|18:28:27.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 63} -2026-05-13T18:30:53.7664007Z [05-13|18:28:27.894] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7664371Z [05-13|18:28:27.894] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7664649Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7665063Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7665335Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7667254Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7667525Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7667786Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7668374Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7668637Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7669007Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7669276Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7669641Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7670115Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7670385Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7670847Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7671226Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7671602Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7671865Z [05-13|18:28:27.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7672233Z [05-13|18:28:27.895] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7672604Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7673070Z [05-13|18:28:27.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7673510Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7673777Z [05-13|18:28:27.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 7} -2026-05-13T18:30:53.7674239Z [05-13|18:28:27.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7674659Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7675032Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7675401Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7675932Z [05-13|18:28:27.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7676354Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7676818Z [05-13|18:28:27.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7677190Z [05-13|18:28:27.896] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7677646Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7678017Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7678501Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7678868Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7679237Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7679575Z [05-13|18:28:27.897] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7679790Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7679998Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7680377Z [05-13|18:28:27.897] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7680526Z [05-13|18:28:27.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7680736Z [05-13|18:28:27.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7681070Z [05-13|18:28:27.898] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7681278Z [05-13|18:28:27.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7681645Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7681856Z [05-13|18:28:27.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7682320Z [05-13|18:28:27.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7682753Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7683123Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7683541Z [05-13|18:28:27.898] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7683750Z [05-13|18:28:27.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7684084Z [05-13|18:28:27.899] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7684502Z [05-13|18:28:27.899] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7684713Z [05-13|18:28:27.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7685102Z [05-13|18:28:27.899] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7685474Z [05-13|18:28:27.900] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7685611Z [05-13|18:28:27.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7685942Z [05-13|18:28:27.900] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7686312Z [05-13|18:28:27.900] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7686447Z [05-13|18:28:27.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7686588Z [05-13|18:28:27.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7686914Z [05-13|18:28:27.900] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7687240Z [05-13|18:28:27.900] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7687453Z [05-13|18:28:27.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7687821Z [05-13|18:28:27.900] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7688301Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7688441Z [05-13|18:28:27.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7688766Z [05-13|18:28:27.901] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7689135Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7689508Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7689872Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7690235Z [05-13|18:28:27.901] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7690447Z [05-13|18:28:27.902] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 64} -2026-05-13T18:30:53.7690815Z [05-13|18:28:27.902] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7691018Z [05-13|18:28:27.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7691354Z [05-13|18:28:27.902] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.7691488Z [05-13|18:28:27.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7691906Z [05-13|18:28:27.902] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7692045Z [05-13|18:28:27.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7692177Z [05-13|18:28:27.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7692541Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7692961Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7693236Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7693548Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7693815Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7694073Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7694438Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7694699Z [05-13|18:28:27.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7695068Z [05-13|18:28:27.903] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7695544Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7696012Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7696386Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7696752Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7697120Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7697484Z [05-13|18:28:27.904] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7697747Z [05-13|18:28:27.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7697963Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7698423Z [05-13|18:28:27.904] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7698902Z [05-13|18:28:27.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7699372Z [05-13|18:28:27.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7699749Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7700195Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7700589Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7700910Z [05-13|18:28:27.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7701376Z [05-13|18:28:27.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7701750Z [05-13|18:28:27.906] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7702261Z [05-13|18:28:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7702726Z [05-13|18:28:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7703084Z [05-13|18:28:27.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7703349Z [05-13|18:28:27.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 7} -2026-05-13T18:30:53.7703811Z [05-13|18:28:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7704275Z [05-13|18:28:27.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7704645Z [05-13|18:28:27.907] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7705013Z [05-13|18:28:27.908] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7705230Z [05-13|18:28:27.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7705603Z [05-13|18:28:27.908] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7705973Z [05-13|18:28:27.908] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7706343Z [05-13|18:28:27.909] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7706709Z [05-13|18:28:27.909] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7707077Z [05-13|18:28:27.909] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7707288Z [05-13|18:28:27.910] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7707658Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7708001Z [05-13|18:28:27.910] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7708499Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7708874Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7709249Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7709686Z [05-13|18:28:27.910] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7710076Z [05-13|18:28:27.911] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7710452Z [05-13|18:28:27.911] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7710784Z [05-13|18:28:27.911] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7711150Z [05-13|18:28:27.911] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7711345Z [05-13|18:28:27.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7711485Z [05-13|18:28:27.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7711697Z [05-13|18:28:27.911] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7711958Z [05-13|18:28:27.911] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7712097Z [05-13|18:28:27.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7712461Z [05-13|18:28:27.912] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7712667Z [05-13|18:28:27.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7713039Z [05-13|18:28:27.912] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7713371Z [05-13|18:28:27.913] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7713745Z [05-13|18:28:27.913] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7713882Z [05-13|18:28:27.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7714015Z [05-13|18:28:27.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7714345Z [05-13|18:28:27.913] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7714721Z [05-13|18:28:27.913] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7715057Z [05-13|18:28:27.913] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7715427Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7715797Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7716173Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7716309Z [05-13|18:28:27.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7716679Z [05-13|18:28:27.914] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7716815Z [05-13|18:28:27.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7717025Z [05-13|18:28:27.914] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7717363Z [05-13|18:28:27.914] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7717740Z [05-13|18:28:27.915] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7718227Z [05-13|18:28:27.915] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7718666Z [05-13|18:28:27.915] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7718800Z [05-13|18:28:27.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7719010Z [05-13|18:28:27.914] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 65} -2026-05-13T18:30:53.7719377Z [05-13|18:28:27.915] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7719645Z [05-13|18:28:27.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7719965Z [05-13|18:28:27.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7720492Z [05-13|18:28:27.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7720760Z [05-13|18:28:27.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7721131Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7721504Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7721764Z [05-13|18:28:27.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7722134Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7722610Z [05-13|18:28:27.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7722981Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7723355Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7723690Z [05-13|18:28:27.916] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.7723951Z [05-13|18:28:27.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7724319Z [05-13|18:28:27.916] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7724581Z [05-13|18:28:27.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7724791Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7725264Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7725633Z [05-13|18:28:27.917] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7726097Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7726363Z [05-13|18:28:27.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7726894Z [05-13|18:28:27.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7727157Z [05-13|18:28:27.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7727570Z [05-13|18:28:27.917] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7727934Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7728412Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7728628Z [05-13|18:28:27.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7729060Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7729477Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7729950Z [05-13|18:28:27.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7730415Z [05-13|18:28:27.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7730781Z [05-13|18:28:27.918] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7731164Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7731535Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7732003Z [05-13|18:28:27.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7732376Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7732745Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7733112Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7733381Z [05-13|18:28:27.919] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 7} -2026-05-13T18:30:53.7733591Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7733798Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7734172Z [05-13|18:28:27.919] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7734381Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7734717Z [05-13|18:28:27.920] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7735092Z [05-13|18:28:27.920] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7735229Z [05-13|18:28:27.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7735437Z [05-13|18:28:27.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7735707Z [05-13|18:28:27.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7736042Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7736422Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7736797Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7736932Z [05-13|18:28:27.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7737295Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7737808Z [05-13|18:28:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7738348Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7738720Z [05-13|18:28:27.921] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7739067Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7739400Z [05-13|18:28:27.921] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7739771Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7740108Z [05-13|18:28:27.922] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7740481Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7740618Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7740987Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7741122Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7741252Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7741388Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7741753Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7741888Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7742025Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7742155Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7742286Z [05-13|18:28:27.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7742653Z [05-13|18:28:27.922] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7742984Z [05-13|18:28:27.923] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7743196Z [05-13|18:28:27.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7743586Z [05-13|18:28:27.923] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7743741Z [05-13|18:28:27.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7743957Z [05-13|18:28:27.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7744328Z [05-13|18:28:27.923] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7744708Z [05-13|18:28:27.923] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7745132Z [05-13|18:28:27.923] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7745502Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7745864Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7746284Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7746657Z [05-13|18:28:27.924] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7747025Z [05-13|18:28:27.924] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.7747395Z [05-13|18:28:27.925] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7747608Z [05-13|18:28:27.925] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 66} -2026-05-13T18:30:53.7747873Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7748007Z [05-13|18:28:27.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7748389Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7748652Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7748910Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7749173Z [05-13|18:28:27.925] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7749548Z [05-13|18:28:27.925] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7749804Z [05-13|18:28:27.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7750304Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7750676Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7751043Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7751522Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7751894Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7752358Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7752627Z [05-13|18:28:27.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7752998Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7753532Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7754051Z [05-13|18:28:27.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7754313Z [05-13|18:28:27.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7754680Z [05-13|18:28:27.926] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7755248Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7755815Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7756395Z [05-13|18:28:27.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7756776Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7757143Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7757604Z [05-13|18:28:27.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7758299Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7759135Z [05-13|18:28:27.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7759535Z [05-13|18:28:27.927] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7759907Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7760277Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7760514Z [05-13|18:28:27.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7760908Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7761281Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7761655Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7762024Z [05-13|18:28:27.928] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7762239Z [05-13|18:28:27.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7762452Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7762667Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7763049Z [05-13|18:28:27.929] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7763357Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7763564Z [05-13|18:28:27.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7763770Z [05-13|18:28:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7764106Z [05-13|18:28:27.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 7} -2026-05-13T18:30:53.7764448Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7764818Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7765157Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7765578Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7765956Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7766444Z [05-13|18:28:27.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.7766818Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7767029Z [05-13|18:28:27.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7767182Z [05-13|18:28:27.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7767511Z [05-13|18:28:27.930] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7767651Z [05-13|18:28:27.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7767984Z [05-13|18:28:27.931] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7768499Z [05-13|18:28:27.930] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7768831Z [05-13|18:28:27.931] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7769203Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7769571Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7769902Z [05-13|18:28:27.931] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7770276Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7770646Z [05-13|18:28:27.931] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7770782Z [05-13|18:28:27.932] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7771153Z [05-13|18:28:27.932] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7771480Z [05-13|18:28:27.932] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7771614Z [05-13|18:28:27.932] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7771983Z [05-13|18:28:27.932] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7772186Z [05-13|18:28:27.932] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7772550Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7772974Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7773304Z [05-13|18:28:27.933] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.7773667Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7773803Z [05-13|18:28:27.933] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7774022Z [05-13|18:28:27.933] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7774396Z [05-13|18:28:27.933] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7774812Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7775183Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7775545Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7775682Z [05-13|18:28:27.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7775812Z [05-13|18:28:27.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7775941Z [05-13|18:28:27.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7776231Z [05-13|18:28:27.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7776598Z [05-13|18:28:27.934] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7776862Z [05-13|18:28:27.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7777121Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7777608Z [05-13|18:28:27.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7777976Z [05-13|18:28:27.935] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7778458Z [05-13|18:28:27.935] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7778830Z [05-13|18:28:27.935] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7779094Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7779359Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7779828Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7780042Z [05-13|18:28:27.934] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 67} -2026-05-13T18:30:53.7780308Z [05-13|18:28:27.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7780678Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7781114Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7781589Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7782014Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7782384Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7782857Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7783282Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7783548Z [05-13|18:28:27.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7783922Z [05-13|18:28:27.936] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7784388Z [05-13|18:28:27.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7784757Z [05-13|18:28:27.937] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7785130Z [05-13|18:28:27.937] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7785398Z [05-13|18:28:27.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7785662Z [05-13|18:28:27.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7786134Z [05-13|18:28:27.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7786503Z [05-13|18:28:27.938] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7786865Z [05-13|18:28:27.938] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7787336Z [05-13|18:28:27.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7787603Z [05-13|18:28:27.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 7} -2026-05-13T18:30:53.7787969Z [05-13|18:28:27.938] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7788451Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7788919Z [05-13|18:28:27.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7789285Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7789655Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7790188Z [05-13|18:28:27.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.7790556Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7790974Z [05-13|18:28:27.939] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7791187Z [05-13|18:28:27.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7791528Z [05-13|18:28:27.940] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7791895Z [05-13|18:28:27.940] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7792082Z [05-13|18:28:27.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7792419Z [05-13|18:28:27.940] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7792803Z [05-13|18:28:27.940] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7793176Z [05-13|18:28:27.940] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7793390Z [05-13|18:28:27.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7793526Z [05-13|18:28:27.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7793889Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7794222Z [05-13|18:28:27.941] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7794558Z [05-13|18:28:27.941] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7794928Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7795143Z [05-13|18:28:27.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7795348Z [05-13|18:28:27.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7795717Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7796088Z [05-13|18:28:27.941] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7796302Z [05-13|18:28:27.941] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7796634Z [05-13|18:28:27.941] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7797001Z [05-13|18:28:27.942] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7797140Z [05-13|18:28:27.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7797503Z [05-13|18:28:27.942] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7797708Z [05-13|18:28:27.942] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7797848Z [05-13|18:28:27.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7798352Z [05-13|18:28:27.942] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7798636Z [05-13|18:28:27.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7798776Z [05-13|18:28:27.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7799114Z [05-13|18:28:27.943] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7799540Z [05-13|18:28:27.943] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7799756Z [05-13|18:28:27.943] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 68} -2026-05-13T18:30:53.7800088Z [05-13|18:28:27.943] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7800458Z [05-13|18:28:27.943] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7800652Z [05-13|18:28:27.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7801023Z [05-13|18:28:27.943] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7801205Z [05-13|18:28:27.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7801576Z [05-13|18:28:27.944] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7801942Z [05-13|18:28:27.944] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7802276Z [05-13|18:28:27.944] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.7802647Z [05-13|18:28:27.944] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7802784Z [05-13|18:28:27.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7803147Z [05-13|18:28:27.945] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7803421Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7803685Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7804051Z [05-13|18:28:27.945] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7804318Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7804577Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7804835Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7805096Z [05-13|18:28:27.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7805577Z [05-13|18:28:27.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7805713Z [05-13|18:28:27.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7806084Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7806448Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7806920Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7807234Z [05-13|18:28:27.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7807607Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7808011Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7808399Z [05-13|18:28:27.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 7} -2026-05-13T18:30:53.7808613Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7809078Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7809509Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7810036Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7810409Z [05-13|18:28:27.946] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7810776Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7811238Z [05-13|18:28:27.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7811609Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7812077Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7812448Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7812922Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7813133Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7813501Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7813868Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7814234Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7814673Z [05-13|18:28:27.947] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 68, "epoch round": 68} -2026-05-13T18:30:53.7815043Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7815513Z [05-13|18:28:27.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7815880Z [05-13|18:28:27.947] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7816023Z [05-13|18:28:27.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7816461Z [05-13|18:28:27.948] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7816688Z [05-13|18:28:27.948] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7816905Z [05-13|18:28:27.948] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7817298Z [05-13|18:28:27.948] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7817670Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7818269Z [05-13|18:28:27.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.7818667Z [05-13|18:28:27.949] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7818881Z [05-13|18:28:27.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7819309Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7819679Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7819885Z [05-13|18:28:27.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7820232Z [05-13|18:28:27.949] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7820603Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7820972Z [05-13|18:28:27.949] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7821347Z [05-13|18:28:27.950] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7821678Z [05-13|18:28:27.950] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7822044Z [05-13|18:28:27.950] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7822380Z [05-13|18:28:27.950] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7822749Z [05-13|18:28:27.950] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7822962Z [05-13|18:28:27.950] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7823296Z [05-13|18:28:27.950] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7823664Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7824028Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7824368Z [05-13|18:28:27.951] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7824574Z [05-13|18:28:27.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7824938Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7825368Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7825704Z [05-13|18:28:27.951] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7826129Z [05-13|18:28:27.951] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7826271Z [05-13|18:28:27.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7826633Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7826998Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7827407Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7827546Z [05-13|18:28:27.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7827946Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7828466Z [05-13|18:28:27.952] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7828841Z [05-13|18:28:27.953] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7829112Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.7829383Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.7829641Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.7829905Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.7830183Z [05-13|18:28:27.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.7830396Z [05-13|18:28:27.953] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 69} -2026-05-13T18:30:53.7830655Z [05-13|18:28:27.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.7831132Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7831503Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7831872Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7832343Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7832713Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7833084Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7833551Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7834009Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7834449Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7834889Z [05-13|18:28:27.954] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 69, "epoch round": 69} -2026-05-13T18:30:53.7835404Z [05-13|18:28:27.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7835544Z [05-13|18:28:27.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7835909Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7836341Z [05-13|18:28:27.954] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 69, "epoch round": 69} -2026-05-13T18:30:53.7836543Z [05-13|18:28:27.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7837057Z [05-13|18:28:27.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7837429Z [05-13|18:28:27.954] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7837800Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7838011Z [05-13|18:28:27.955] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7838462Z [05-13|18:28:27.955] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.7838839Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7839208Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7839572Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7840045Z [05-13|18:28:27.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7840178Z [05-13|18:28:27.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7840386Z [05-13|18:28:27.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7840763Z [05-13|18:28:27.955] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7841128Z [05-13|18:28:27.956] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7841492Z [05-13|18:28:27.956] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7841706Z [05-13|18:28:27.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7841970Z [05-13|18:28:27.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 8} -2026-05-13T18:30:53.7842176Z [05-13|18:28:27.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7842387Z [05-13|18:28:27.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7842754Z [05-13|18:28:27.956] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7843122Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7843654Z [05-13|18:28:27.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7844111Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7844470Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7844808Z [05-13|18:28:27.957] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7845137Z [05-13|18:28:27.957] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7845558Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7845702Z [05-13|18:28:27.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7846015Z [05-13|18:28:27.958] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 7} -2026-05-13T18:30:53.7846346Z [05-13|18:28:27.958] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7846723Z [05-13|18:28:27.957] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7847049Z [05-13|18:28:27.958] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7847418Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7847890Z [05-13|18:28:27.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.7848372Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7848510Z [05-13|18:28:27.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7848876Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7849114Z [05-13|18:28:27.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7849480Z [05-13|18:28:27.958] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7849850Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7849985Z [05-13|18:28:27.959] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7850326Z [05-13|18:28:27.959] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7850466Z [05-13|18:28:27.959] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7850830Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7851198Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7851569Z [05-13|18:28:27.959] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7851704Z [05-13|18:28:27.959] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7852102Z [05-13|18:28:27.960] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7852435Z [05-13|18:28:27.960] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7852858Z [05-13|18:28:27.960] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7853066Z [05-13|18:28:27.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7853435Z [05-13|18:28:27.960] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7853800Z [05-13|18:28:27.960] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7853934Z [05-13|18:28:27.961] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7854356Z [05-13|18:28:27.961] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7854775Z [05-13|18:28:27.961] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7854987Z [05-13|18:28:27.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7855361Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7855693Z [05-13|18:28:27.962] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7856059Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7856198Z [05-13|18:28:27.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7856528Z [05-13|18:28:27.962] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.7856897Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7857113Z [05-13|18:28:27.962] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 70} -2026-05-13T18:30:53.7857491Z [05-13|18:28:27.962] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7857776Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7858164Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7858435Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7858699Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7858963Z [05-13|18:28:27.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7859439Z [05-13|18:28:27.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7859823Z [05-13|18:28:27.963] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7860298Z [05-13|18:28:27.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7860671Z [05-13|18:28:27.963] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7861106Z [05-13|18:28:27.963] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7861248Z [05-13|18:28:27.963] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7861615Z [05-13|18:28:27.964] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7861934Z [05-13|18:28:27.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7862400Z [05-13|18:28:27.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7862664Z [05-13|18:28:27.964] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7863081Z [05-13|18:28:27.964] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7863603Z [05-13|18:28:27.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7864064Z [05-13|18:28:27.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7864442Z [05-13|18:28:27.964] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7864706Z [05-13|18:28:27.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7864918Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7865051Z [05-13|18:28:27.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7865267Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7865639Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7866005Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7866378Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7866840Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7867302Z [05-13|18:28:27.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7867677Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7868157Z [05-13|18:28:27.965] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7868627Z [05-13|18:28:27.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7868995Z [05-13|18:28:27.966] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7869362Z [05-13|18:28:27.966] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7869731Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7870161Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7870503Z [05-13|18:28:27.967] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7870941Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7871309Z [05-13|18:28:27.967] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7871644Z [05-13|18:28:27.967] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7871977Z [05-13|18:28:27.967] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7872398Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7872816Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7873188Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7873398Z [05-13|18:28:27.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7873726Z [05-13|18:28:27.968] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7874101Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7874467Z [05-13|18:28:27.968] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7874603Z [05-13|18:28:27.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7874818Z [05-13|18:28:27.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7875026Z [05-13|18:28:27.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7875355Z [05-13|18:28:27.969] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7875625Z [05-13|18:28:27.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 7} -2026-05-13T18:30:53.7875989Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7876320Z [05-13|18:28:27.969] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7876693Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7877059Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7877523Z [05-13|18:28:27.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.7877900Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7878385Z [05-13|18:28:27.969] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7878755Z [05-13|18:28:27.970] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7879158Z [05-13|18:28:27.970] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7879370Z [05-13|18:28:27.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7879788Z [05-13|18:28:27.970] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7880007Z [05-13|18:28:27.970] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7880144Z [05-13|18:28:27.971] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7880516Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7880952Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7881169Z [05-13|18:28:27.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7881562Z [05-13|18:28:27.971] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7881940Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7882312Z [05-13|18:28:27.971] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7882521Z [05-13|18:28:27.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 71} -2026-05-13T18:30:53.7882890Z [05-13|18:28:27.972] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7883225Z [05-13|18:28:27.973] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.7883601Z [05-13|18:28:27.973] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7883741Z [05-13|18:28:27.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7883876Z [05-13|18:28:27.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7884242Z [05-13|18:28:27.973] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7884516Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7884777Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7885036Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7885303Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7885774Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7886239Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7886508Z [05-13|18:28:27.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7886881Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7887347Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7887759Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7888241Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7888569Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7889036Z [05-13|18:28:27.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7889301Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7889669Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7889990Z [05-13|18:28:27.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7890408Z [05-13|18:28:27.974] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7890884Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7891344Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7891802Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7895636Z [05-13|18:28:27.975] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7896088Z [05-13|18:28:27.975] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7896590Z [05-13|18:28:27.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7896989Z [05-13|18:28:27.975] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7897379Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7897764Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7898492Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7898949Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7899339Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7899745Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7900030Z [05-13|18:28:27.976] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 7} -2026-05-13T18:30:53.7900420Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7900818Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7901373Z [05-13|18:28:27.976] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7901727Z [05-13|18:28:27.976] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7902167Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7902651Z [05-13|18:28:27.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7903025Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7903456Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7903836Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7904260Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7904653Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7905027Z [05-13|18:28:27.977] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7905397Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7905773Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7906142Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7906489Z [05-13|18:28:27.978] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7906867Z [05-13|18:28:27.978] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7907204Z [05-13|18:28:27.979] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7907581Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7907916Z [05-13|18:28:27.979] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7908445Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7908614Z [05-13|18:28:27.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7908753Z [05-13|18:28:27.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7909135Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7909512Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7909887Z [05-13|18:28:27.979] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7910232Z [05-13|18:28:27.980] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7910679Z [05-13|18:28:27.980] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7910819Z [05-13|18:28:27.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7911192Z [05-13|18:28:27.980] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7911738Z [05-13|18:28:27.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7912112Z [05-13|18:28:27.980] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7912596Z [05-13|18:28:27.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7912997Z [05-13|18:28:27.980] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7913424Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7913566Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7913708Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7913842Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7914212Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7914347Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7914485Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7914955Z [05-13|18:28:27.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7915093Z [05-13|18:28:27.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7915440Z [05-13|18:28:27.981] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7915814Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7916184Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7916526Z [05-13|18:28:27.981] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7916752Z [05-13|18:28:27.981] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7917128Z [05-13|18:28:27.981] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7917603Z [05-13|18:28:27.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7917742Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7917877Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7918222Z [05-13|18:28:27.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7918566Z [05-13|18:28:27.982] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.7918702Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7919085Z [05-13|18:28:27.982] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7919330Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7919544Z [05-13|18:28:27.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7919742Z [05-13|18:28:27.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7920114Z [05-13|18:28:27.982] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7920582Z [05-13|18:28:27.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7920968Z [05-13|18:28:27.983] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7921496Z [05-13|18:28:27.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7921640Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7921830Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7922208Z [05-13|18:28:27.983] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7922345Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7922817Z [05-13|18:28:27.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7922954Z [05-13|18:28:27.983] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7923170Z [05-13|18:28:27.984] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7923556Z [05-13|18:28:27.984] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7923692Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7923827Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7923969Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7924436Z [05-13|18:28:27.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7924572Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7924793Z [05-13|18:28:27.984] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7925003Z [05-13|18:28:27.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7925139Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7925278Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7925409Z [05-13|18:28:27.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7925546Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7925681Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7925820Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7926027Z [05-13|18:28:27.985] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7926160Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7926299Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7926431Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7926563Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7926703Z [05-13|18:28:27.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7927124Z [05-13|18:28:27.986] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7927501Z [05-13|18:28:27.986] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7927913Z [05-13|18:28:27.987] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7928401Z [05-13|18:28:27.987] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7928616Z [05-13|18:28:27.987] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7928991Z [05-13|18:28:27.987] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7929534Z [05-13|18:28:27.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.7929959Z [05-13|18:28:27.988] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7930344Z [05-13|18:28:27.988] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7930557Z [05-13|18:28:27.989] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 73} -2026-05-13T18:30:53.7930932Z [05-13|18:28:27.989] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7931214Z [05-13|18:28:27.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7931484Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7931748Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7932226Z [05-13|18:28:27.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7932603Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7932869Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7933142Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7933524Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7933795Z [05-13|18:28:27.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7934282Z [05-13|18:28:27.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7934662Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7935036Z [05-13|18:28:27.990] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7935508Z [05-13|18:28:27.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7935954Z [05-13|18:28:27.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.7936388Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7936667Z [05-13|18:28:27.991] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7937086Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7937554Z [05-13|18:28:27.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7937928Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7938704Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7939178Z [05-13|18:28:27.992] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 73, "epoch round": 73} -2026-05-13T18:30:53.7939714Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7940183Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7940663Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7941045Z [05-13|18:28:27.991] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7941422Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7941796Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7942265Z [05-13|18:28:27.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7942406Z [05-13|18:28:27.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7942789Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7943160Z [05-13|18:28:27.992] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7943537Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7943917Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7944132Z [05-13|18:28:27.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7944347Z [05-13|18:28:27.993] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7944721Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7944995Z [05-13|18:28:27.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 7} -2026-05-13T18:30:53.7945365Z [05-13|18:28:27.993] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7945797Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7946142Z [05-13|18:28:27.993] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7946563Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7946778Z [05-13|18:28:27.994] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7947146Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7947485Z [05-13|18:28:27.994] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7947632Z [05-13|18:28:27.995] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7948189Z [05-13|18:28:27.994] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7948345Z [05-13|18:28:27.995] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7948779Z [05-13|18:28:27.995] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7949168Z [05-13|18:28:27.995] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7949309Z [05-13|18:28:27.995] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7949649Z [05-13|18:28:27.995] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7950028Z [05-13|18:28:27.995] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7950251Z [05-13|18:28:27.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7950470Z [05-13|18:28:27.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7950815Z [05-13|18:28:27.995] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7950953Z [05-13|18:28:27.996] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7951292Z [05-13|18:28:27.996] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7951666Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7951996Z [05-13|18:28:27.996] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7952377Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7952748Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7953223Z [05-13|18:28:27.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.7953605Z [05-13|18:28:27.996] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7953974Z [05-13|18:28:27.997] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7954112Z [05-13|18:28:27.997] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7954329Z [05-13|18:28:27.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7954601Z [05-13|18:28:27.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7954807Z [05-13|18:28:27.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7955183Z [05-13|18:28:27.997] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7955572Z [05-13|18:28:27.998] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7955939Z [05-13|18:28:27.998] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7956084Z [05-13|18:28:27.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7956454Z [05-13|18:28:27.998] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7956643Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7956987Z [05-13|18:28:27.999] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.7957395Z [05-13|18:28:27.999] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7957534Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7957672Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7957804Z [05-13|18:28:27.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7958289Z [05-13|18:28:27.999] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7958666Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7959038Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7959318Z [05-13|18:28:28.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7959703Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7959973Z [05-13|18:28:28.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7960457Z [05-13|18:28:28.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7960838Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7961211Z [05-13|18:28:28.000] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7961479Z [05-13|18:28:28.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7961748Z [05-13|18:28:28.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7962123Z [05-13|18:28:28.001] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7962335Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 74} -2026-05-13T18:30:53.7962549Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7963021Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7963354Z [05-13|18:28:28.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7963731Z [05-13|18:28:28.001] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7964256Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7964632Z [05-13|18:28:28.001] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7965104Z [05-13|18:28:28.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7965525Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7965897Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7966223Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7966596Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7967062Z [05-13|18:28:28.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7967440Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7967704Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7968199Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7968579Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7968947Z [05-13|18:28:28.002] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7969211Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7969476Z [05-13|18:28:28.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 7} -2026-05-13T18:30:53.7969946Z [05-13|18:28:28.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7970320Z [05-13|18:28:28.003] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7970697Z [05-13|18:28:28.003] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7971173Z [05-13|18:28:28.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7971550Z [05-13|18:28:28.004] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7971915Z [05-13|18:28:28.004] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7972253Z [05-13|18:28:28.004] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7972794Z [05-13|18:28:28.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7973171Z [05-13|18:28:28.004] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7973559Z [05-13|18:28:28.005] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7973937Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7974305Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7974638Z [05-13|18:28:28.005] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7975065Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7975328Z [05-13|18:28:28.005] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7975698Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7976174Z [05-13|18:28:28.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.7976558Z [05-13|18:28:28.005] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7976772Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7976988Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7977131Z [05-13|18:28:28.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7977340Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7977551Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7977762Z [05-13|18:28:28.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7978334Z [05-13|18:28:28.006] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7978800Z [05-13|18:28:28.006] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7979175Z [05-13|18:28:28.006] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7979518Z [05-13|18:28:28.007] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7979900Z [05-13|18:28:28.007] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7980235Z [05-13|18:28:28.007] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7980615Z [05-13|18:28:28.007] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7980759Z [05-13|18:28:28.007] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7981091Z [05-13|18:28:28.007] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7981302Z [05-13|18:28:28.008] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7981768Z [05-13|18:28:28.008] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7982141Z [05-13|18:28:28.008] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7982333Z [05-13|18:28:28.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7982707Z [05-13|18:28:28.008] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7982842Z [05-13|18:28:28.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7983210Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7983549Z [05-13|18:28:28.008] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7983977Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7984437Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7984816Z [05-13|18:28:28.009] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7984952Z [05-13|18:28:28.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7985332Z [05-13|18:28:28.010] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7985706Z [05-13|18:28:28.010] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7985985Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.7986253Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.7986520Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.7986779Z [05-13|18:28:28.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.7987263Z [05-13|18:28:28.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7987649Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7988263Z [05-13|18:28:28.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7988652Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7989030Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7989400Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7989765Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7990143Z [05-13|18:28:28.011] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7990409Z [05-13|18:28:28.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 8} -2026-05-13T18:30:53.7990624Z [05-13|18:28:28.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.7991179Z [05-13|18:28:28.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7991555Z [05-13|18:28:28.012] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7992081Z [05-13|18:28:28.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7992460Z [05-13|18:28:28.012] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7992802Z [05-13|18:28:28.013] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.7993224Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7993757Z [05-13|18:28:28.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7994134Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7994504Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7994880Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7995248Z [05-13|18:28:28.013] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7995625Z [05-13|18:28:28.014] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7995764Z [05-13|18:28:28.014] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.7996033Z [05-13|18:28:28.010] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.7996507Z [05-13|18:28:28.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7996884Z [05-13|18:28:28.014] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.7997152Z [05-13|18:28:28.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.7997363Z [05-13|18:28:28.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 75} -2026-05-13T18:30:53.7997583Z [05-13|18:28:28.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.7997845Z [05-13|18:28:28.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.7998322Z [05-13|18:28:28.015] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.7998829Z [05-13|18:28:28.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7999302Z [05-13|18:28:28.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.7999517Z [05-13|18:28:28.016] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.7999782Z [05-13|18:28:28.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 7} -2026-05-13T18:30:53.8000324Z [05-13|18:28:28.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8000544Z [05-13|18:28:28.017] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.8000971Z [05-13|18:28:28.015] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8001340Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8001714Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8002083Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8002506Z [05-13|18:28:28.017] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8002939Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8003310Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8003679Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8004060Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8004425Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8004796Z [05-13|18:28:28.018] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8005140Z [05-13|18:28:28.019] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8005514Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8005652Z [05-13|18:28:28.019] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8006027Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8006360Z [05-13|18:28:28.019] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8006569Z [05-13|18:28:28.019] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.8006944Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8007081Z [05-13|18:28:28.019] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8007413Z [05-13|18:28:28.019] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8007790Z [05-13|18:28:28.019] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8008246Z [05-13|18:28:28.020] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8008619Z [05-13|18:28:28.020] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8008760Z [05-13|18:28:28.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8009160Z [05-13|18:28:28.020] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8009488Z [05-13|18:28:28.020] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8009917Z [05-13|18:28:28.021] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8010126Z [05-13|18:28:28.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.8010260Z [05-13|18:28:28.021] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8010399Z [05-13|18:28:28.021] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8010766Z [05-13|18:28:28.021] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8010950Z [05-13|18:28:28.021] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8011330Z [05-13|18:28:28.021] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8011652Z [05-13|18:28:28.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8011924Z [05-13|18:28:28.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8012141Z [05-13|18:28:28.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.8012473Z [05-13|18:28:28.022] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8012737Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8013114Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8013381Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8013860Z [05-13|18:28:28.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8014243Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8014507Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8014877Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8015356Z [05-13|18:28:28.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8015730Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8016100Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8016370Z [05-13|18:28:28.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8016842Z [05-13|18:28:28.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8017210Z [05-13|18:28:28.022] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8017584Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8017840Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 76} -2026-05-13T18:30:53.8018430Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8018869Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8019237Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8019605Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8019947Z [05-13|18:28:28.023] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8020376Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8020903Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8021296Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8021672Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8022143Z [05-13|18:28:28.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8022520Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8022887Z [05-13|18:28:28.023] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8023030Z [05-13|18:28:28.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8023404Z [05-13|18:28:28.024] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8023620Z [05-13|18:28:28.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8023891Z [05-13|18:28:28.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8024040Z [05-13|18:28:28.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8024182Z [05-13|18:28:28.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8024400Z [05-13|18:28:28.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8024686Z [05-13|18:28:28.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8025026Z [05-13|18:28:28.024] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8025403Z [05-13|18:28:28.024] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8025621Z [05-13|18:28:28.025] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8026098Z [05-13|18:28:28.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8026476Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8026853Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8027290Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8027630Z [05-13|18:28:28.025] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8028235Z [05-13|18:28:28.025] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8028775Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8029155Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8029509Z [05-13|18:28:28.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 7} -2026-05-13T18:30:53.8029936Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8030154Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8030645Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8031017Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8031227Z [05-13|18:28:28.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8031608Z [05-13|18:28:28.026] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8031818Z [05-13|18:28:28.027] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8032153Z [05-13|18:28:28.027] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8032366Z [05-13|18:28:28.027] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8032696Z [05-13|18:28:28.027] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8032907Z [05-13|18:28:28.027] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8033287Z [05-13|18:28:28.027] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8033660Z [05-13|18:28:28.027] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8034034Z [05-13|18:28:28.027] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8034375Z [05-13|18:28:28.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8034587Z [05-13|18:28:28.028] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 77} -2026-05-13T18:30:53.8034964Z [05-13|18:28:28.028] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8035295Z [05-13|18:28:28.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8035664Z [05-13|18:28:28.028] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8036003Z [05-13|18:28:28.029] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8036395Z [05-13|18:28:28.029] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8036767Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8036966Z [05-13|18:28:28.029] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8037334Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8037663Z [05-13|18:28:28.028] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8037804Z [05-13|18:28:28.029] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8038365Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8038799Z [05-13|18:28:28.029] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8038941Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8039079Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8039413Z [05-13|18:28:28.030] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8039782Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8040152Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8040522Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8040658Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8041029Z [05-13|18:28:28.030] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8041164Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8041298Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8041432Z [05-13|18:28:28.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8041798Z [05-13|18:28:28.032] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8042166Z [05-13|18:28:28.032] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8042320Z [05-13|18:28:28.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8042589Z [05-13|18:28:28.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8042855Z [05-13|18:28:28.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8043123Z [05-13|18:28:28.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8043380Z [05-13|18:28:28.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8043864Z [05-13|18:28:28.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8044246Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8044618Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8044945Z [05-13|18:28:28.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8045427Z [05-13|18:28:28.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8045849Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8046214Z [05-13|18:28:28.033] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8046690Z [05-13|18:28:28.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8047097Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8047504Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8047910Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8048497Z [05-13|18:28:28.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8048768Z [05-13|18:28:28.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 8} -2026-05-13T18:30:53.8049141Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8049518Z [05-13|18:28:28.034] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8049735Z [05-13|18:28:28.035] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8050000Z [05-13|18:28:28.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8050262Z [05-13|18:28:28.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8050526Z [05-13|18:28:28.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 7} -2026-05-13T18:30:53.8051008Z [05-13|18:28:28.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8051478Z [05-13|18:28:28.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8051855Z [05-13|18:28:28.036] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8052224Z [05-13|18:28:28.036] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8052696Z [05-13|18:28:28.037] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8053074Z [05-13|18:28:28.037] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8053441Z [05-13|18:28:28.037] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8053806Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8054243Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8054714Z [05-13|18:28:28.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8055139Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8055512Z [05-13|18:28:28.038] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8055989Z [05-13|18:28:28.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8056460Z [05-13|18:28:28.039] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8056733Z [05-13|18:28:28.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8057108Z [05-13|18:28:28.039] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8057323Z [05-13|18:28:28.040] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8057665Z [05-13|18:28:28.040] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8058144Z [05-13|18:28:28.040] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8058359Z [05-13|18:28:28.040] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8058576Z [05-13|18:28:28.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8058783Z [05-13|18:28:28.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8059117Z [05-13|18:28:28.041] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8059450Z [05-13|18:28:28.041] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8059819Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8060186Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8060522Z [05-13|18:28:28.042] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8060662Z [05-13|18:28:28.042] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8061033Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8061368Z [05-13|18:28:28.042] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8061699Z [05-13|18:28:28.042] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8062069Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8062446Z [05-13|18:28:28.042] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8062657Z [05-13|18:28:28.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8062870Z [05-13|18:28:28.042] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8063206Z [05-13|18:28:28.043] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8063581Z [05-13|18:28:28.043] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8064006Z [05-13|18:28:28.044] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8064146Z [05-13|18:28:28.044] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8064355Z [05-13|18:28:28.044] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8064722Z [05-13|18:28:28.045] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8065111Z [05-13|18:28:28.045] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8065531Z [05-13|18:28:28.045] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8065866Z [05-13|18:28:28.045] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8066007Z [05-13|18:28:28.045] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8066377Z [05-13|18:28:28.045] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8066746Z [05-13|18:28:28.046] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8066884Z [05-13|18:28:28.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8067020Z [05-13|18:28:28.046] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8067386Z [05-13|18:28:28.046] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8067601Z [05-13|18:28:28.046] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 78} -2026-05-13T18:30:53.8067971Z [05-13|18:28:28.047] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8068464Z [05-13|18:28:28.047] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8068742Z [05-13|18:28:28.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8069006Z [05-13|18:28:28.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8069382Z [05-13|18:28:28.048] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8069867Z [05-13|18:28:28.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8070239Z [05-13|18:28:28.048] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8070504Z [05-13|18:28:28.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8070771Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8071141Z [05-13|18:28:28.049] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8071403Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8071848Z [05-13|18:28:28.049] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8072218Z [05-13|18:28:28.049] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8072532Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8072796Z [05-13|18:28:28.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8073267Z [05-13|18:28:28.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8073640Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8074171Z [05-13|18:28:28.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8074596Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8074966Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8075234Z [05-13|18:28:28.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8075705Z [05-13|18:28:28.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8075969Z [05-13|18:28:28.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 7} -2026-05-13T18:30:53.8076447Z [05-13|18:28:28.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8076912Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8077287Z [05-13|18:28:28.050] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8077755Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8078241Z [05-13|18:28:28.051] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8078623Z [05-13|18:28:28.051] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8079094Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8079308Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8079782Z [05-13|18:28:28.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8080153Z [05-13|18:28:28.051] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8080363Z [05-13|18:28:28.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8080738Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8081169Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8081538Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8081959Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8082335Z [05-13|18:28:28.052] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8082546Z [05-13|18:28:28.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8082914Z [05-13|18:28:28.053] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8083329Z [05-13|18:28:28.053] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8083722Z [05-13|18:28:28.054] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8084065Z [05-13|18:28:28.054] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8084273Z [05-13|18:28:28.054] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8084642Z [05-13|18:28:28.054] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8085016Z [05-13|18:28:28.055] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8085228Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8085438Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8085810Z [05-13|18:28:28.055] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8086178Z [05-13|18:28:28.055] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8086385Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8086598Z [05-13|18:28:28.055] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8086933Z [05-13|18:28:28.056] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8087265Z [05-13|18:28:28.056] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8087599Z [05-13|18:28:28.056] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8087931Z [05-13|18:28:28.057] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8088183Z [05-13|18:28:28.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8088520Z [05-13|18:28:28.057] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8088847Z [05-13|18:28:28.057] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8089216Z [05-13|18:28:28.056] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8089591Z [05-13|18:28:28.057] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8089865Z [05-13|18:28:28.058] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 79} -2026-05-13T18:30:53.8090238Z [05-13|18:28:28.058] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8090431Z [05-13|18:28:28.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8090565Z [05-13|18:28:28.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8090938Z [05-13|18:28:28.058] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8091075Z [05-13|18:28:28.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8091443Z [05-13|18:28:28.058] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8091630Z [05-13|18:28:28.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8092008Z [05-13|18:28:28.059] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8092500Z [05-13|18:28:28.059] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8092875Z [05-13|18:28:28.059] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8093246Z [05-13|18:28:28.060] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8093380Z [05-13|18:28:28.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8093744Z [05-13|18:28:28.060] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8094088Z [05-13|18:28:28.061] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8094455Z [05-13|18:28:28.061] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8094722Z [05-13|18:28:28.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.8094861Z [05-13|18:28:28.061] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8094994Z [05-13|18:28:28.061] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8095468Z [05-13|18:28:28.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8095608Z [05-13|18:28:28.061] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8095982Z [05-13|18:28:28.061] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8096349Z [05-13|18:28:28.061] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8096722Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8097194Z [05-13|18:28:28.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8097563Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8098148Z [05-13|18:28:28.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8098596Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8098866Z [05-13|18:28:28.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.8099337Z [05-13|18:28:28.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8099854Z [05-13|18:28:28.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8100227Z [05-13|18:28:28.062] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8100744Z [05-13|18:28:28.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8101128Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8101544Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8101818Z [05-13|18:28:28.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.8102254Z [05-13|18:28:28.063] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} -2026-05-13T18:30:53.8102632Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8103070Z [05-13|18:28:28.063] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 79, "epoch round": 79} -2026-05-13T18:30:53.8103287Z [05-13|18:28:28.063] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8103663Z [05-13|18:28:28.063] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8104037Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8104504Z [05-13|18:28:28.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8104874Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8105240Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8105453Z [05-13|18:28:28.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8105824Z [05-13|18:28:28.064] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8106187Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8106393Z [05-13|18:28:28.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8106759Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8107123Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8107258Z [05-13|18:28:28.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8107672Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8107939Z [05-13|18:28:28.065] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 7} -2026-05-13T18:30:53.8108563Z [05-13|18:28:28.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8108941Z [05-13|18:28:28.065] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8109276Z [05-13|18:28:28.065] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8109647Z [05-13|18:28:28.066] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8110044Z [05-13|18:28:28.066] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8110310Z [05-13|18:28:28.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8110691Z [05-13|18:28:28.066] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8110906Z [05-13|18:28:28.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8111273Z [05-13|18:28:28.066] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8111409Z [05-13|18:28:28.066] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8111546Z [05-13|18:28:28.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8111877Z [05-13|18:28:28.067] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8112206Z [05-13|18:28:28.067] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8112580Z [05-13|18:28:28.067] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8112910Z [05-13|18:28:28.067] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8113281Z [05-13|18:28:28.067] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8113653Z [05-13|18:28:28.067] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8113787Z [05-13|18:28:28.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8113996Z [05-13|18:28:28.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8114211Z [05-13|18:28:28.068] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8114543Z [05-13|18:28:28.068] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8115017Z [05-13|18:28:28.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8115401Z [05-13|18:28:28.068] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8115536Z [05-13|18:28:28.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8115912Z [05-13|18:28:28.068] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8116117Z [05-13|18:28:28.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8116484Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8116852Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8117048Z [05-13|18:28:28.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8117413Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8117781Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8118272Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8118699Z [05-13|18:28:28.069] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8118837Z [05-13|18:28:28.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8119226Z [05-13|18:28:28.070] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8119599Z [05-13|18:28:28.070] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8119965Z [05-13|18:28:28.070] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8120107Z [05-13|18:28:28.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8120240Z [05-13|18:28:28.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8120373Z [05-13|18:28:28.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8120593Z [05-13|18:28:28.071] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8120973Z [05-13|18:28:28.070] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8121108Z [05-13|18:28:28.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8121319Z [05-13|18:28:28.071] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 80} -2026-05-13T18:30:53.8121458Z [05-13|18:28:28.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8121788Z [05-13|18:28:28.072] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8122155Z [05-13|18:28:28.072] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8122526Z [05-13|18:28:28.072] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8122793Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8123056Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8123322Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8123582Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8124053Z [05-13|18:28:28.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8124516Z [05-13|18:28:28.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8124842Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8125105Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8125369Z [05-13|18:28:28.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8125924Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8126300Z [05-13|18:28:28.073] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8126760Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8127175Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "da04606494fb2d64", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8127554Z [05-13|18:28:28.074] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8127925Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8128519Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8128897Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8129265Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8129633Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8130105Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8130479Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8130841Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8131208Z [05-13|18:28:28.074] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8131671Z [05-13|18:28:28.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8132046Z [05-13|18:28:28.075] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8132422Z [05-13|18:28:28.075] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8132637Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8132845Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8133231Z [05-13|18:28:28.075] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8133444Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8133650Z [05-13|18:28:28.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8133991Z [05-13|18:28:28.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8134362Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8134785Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d84dceb34b92ff61", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8135156Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "492b627f4c387b11", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8135524Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "8073dde6bd5abb6c", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8135859Z [05-13|18:28:28.076] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8136282Z [05-13|18:28:28.076] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "1306c2b1a542d675", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8136496Z [05-13|18:28:28.077] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8136914Z [05-13|18:28:28.077] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "27a7c279472355f7", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8137059Z [05-13|18:28:28.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8137391Z [05-13|18:28:28.077] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8137719Z [05-13|18:28:28.077] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8138213Z [05-13|18:28:28.077] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "d9ac4baa96db4ee3", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8139091Z [05-13|18:28:28.077] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "3d72ab96c1d17c69", "nodes": "[1306c2b1a542d675 27a7c279472355f7 3d72ab96c1d17c69 492b627f4c387b11 49b040bbc477b8dd 8073dde6bd5abb6c 9de052d1cf74ef01 d84dceb34b92ff61 d9ac4baa96db4ee3 da04606494fb2d64]"} -2026-05-13T18:30:53.8139462Z [05-13|18:28:28.078] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "49b040bbc477b8dd", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8139678Z [05-13|18:28:28.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8140147Z [05-13|18:28:28.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8140521Z [05-13|18:28:28.078] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8140898Z [05-13|18:28:28.079] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "9de052d1cf74ef01", "to": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8141232Z [05-13|18:28:28.079] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8141569Z [05-13|18:28:28.079] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8141780Z [05-13|18:28:28.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8141916Z [05-13|18:28:28.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8142246Z [05-13|18:28:28.079] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8142386Z [05-13|18:28:28.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8142716Z [05-13|18:28:28.080] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8142917Z [05-13|18:28:28.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8143054Z [05-13|18:28:28.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8143209Z [05-13|18:28:28.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8143562Z [05-13|18:28:28.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8143773Z [05-13|18:28:28.081] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8143907Z [05-13|18:28:28.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8144168Z [05-13|18:28:28.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8144440Z [05-13|18:28:28.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8144757Z [05-13|18:28:28.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8145235Z [05-13|18:28:28.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8145552Z [05-13|18:28:28.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8145886Z [05-13|18:28:28.083] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8146352Z [05-13|18:28:28.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8146620Z [05-13|18:28:28.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 7} -2026-05-13T18:30:53.8147113Z [05-13|18:28:28.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8147379Z [05-13|18:28:28.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8147851Z [05-13|18:28:28.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8148222Z [05-13|18:28:28.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8148688Z [05-13|18:28:28.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8149152Z [05-13|18:28:28.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8149287Z [05-13|18:28:28.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8149424Z [05-13|18:28:28.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8149891Z [05-13|18:28:28.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8150353Z [05-13|18:28:28.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8150687Z [05-13|18:28:28.087] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8150961Z [05-13|18:28:28.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8151295Z [05-13|18:28:28.087] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8151761Z [05-13|18:28:28.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8152048Z [05-13|18:28:28.087] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 81} -2026-05-13T18:30:53.8152185Z [05-13|18:28:28.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8152373Z [05-13|18:28:28.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8152514Z [05-13|18:28:28.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8152649Z [05-13|18:28:28.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8152983Z [05-13|18:28:28.089] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8153456Z [05-13|18:28:28.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8153644Z [05-13|18:28:28.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8153884Z [05-13|18:28:28.090] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 31} -2026-05-13T18:30:53.8154139Z [05-13|18:28:28.090] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 63} -2026-05-13T18:30:53.8154610Z [05-13|18:28:28.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8154943Z [05-13|18:28:28.090] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8155161Z [05-13|18:28:28.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8155625Z [05-13|18:28:28.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8155962Z [05-13|18:28:28.090] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8156301Z [05-13|18:28:28.091] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8156630Z [05-13|18:28:28.091] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8156768Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8156981Z [05-13|18:28:28.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8157115Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8157322Z [05-13|18:28:28.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8157460Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8157593Z [05-13|18:28:28.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8157726Z [05-13|18:28:28.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8158182Z [05-13|18:28:28.092] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8158976Z [05-13|18:28:28.092] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 31, "relevant": "walRound{round: 31, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.8159319Z [05-13|18:28:28.092] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8159537Z [05-13|18:28:28.092] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:53.8159672Z [05-13|18:28:28.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8160151Z [05-13|18:28:28.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8160362Z [05-13|18:28:28.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8160497Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8160683Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8160818Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8160955Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8161084Z [05-13|18:28:28.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8161556Z [05-13|18:28:28.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8161825Z [05-13|18:28:28.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 7} -2026-05-13T18:30:53.8162345Z [05-13|18:28:28.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8162867Z [05-13|18:28:28.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8163335Z [05-13|18:28:28.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8163470Z [05-13|18:28:28.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8163608Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8163742Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8163873Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8164006Z [05-13|18:28:28.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8164228Z [05-13|18:28:28.096] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8164691Z [05-13|18:28:28.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8164827Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8164964Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8165096Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8165228Z [05-13|18:28:28.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8165363Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8165575Z [05-13|18:28:28.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8165785Z [05-13|18:28:28.096] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8165924Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8166056Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8166265Z [05-13|18:28:28.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8166404Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8166550Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8166683Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8166814Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8166950Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8167084Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8167220Z [05-13|18:28:28.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8167489Z [05-13|18:28:28.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8167622Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8167754Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8167929Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8168169Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8168304Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8168439Z [05-13|18:28:28.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8168569Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8168700Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8169041Z [05-13|18:28:28.099] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8169242Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8169378Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8169559Z [05-13|18:28:28.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8169698Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8169832Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8169961Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8170098Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8170227Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8170359Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8170496Z [05-13|18:28:28.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8170626Z [05-13|18:28:28.101] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8170760Z [05-13|18:28:28.101] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8170897Z [05-13|18:28:28.101] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8171367Z [05-13|18:28:28.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8171703Z [05-13|18:28:28.104] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 30, "digest": "f157980e46b57316967e..."} -2026-05-13T18:30:53.8172174Z [05-13|18:28:28.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8172385Z [05-13|18:28:28.104] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 83} -2026-05-13T18:30:53.8172653Z [05-13|18:28:28.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8172922Z [05-13|18:28:28.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8173183Z [05-13|18:28:28.105] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8173653Z [05-13|18:28:28.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8173996Z [05-13|18:28:28.105] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 31, "digest": "d66cc4c423dbb800262a..."} -2026-05-13T18:30:53.8174258Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8174518Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8174738Z [05-13|18:28:28.106] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8175276Z [05-13|18:28:28.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8175541Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8175860Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8176325Z [05-13|18:28:28.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8176587Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8177057Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8177563Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8178196Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8178425Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8178890Z [05-13|18:28:28.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8179159Z [05-13|18:28:28.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 7} -2026-05-13T18:30:53.8179626Z [05-13|18:28:28.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8180087Z [05-13|18:28:28.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8180423Z [05-13|18:28:28.109] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8180645Z [05-13|18:28:28.110] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8180978Z [05-13|18:28:28.110] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8181451Z [05-13|18:28:28.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8181918Z [05-13|18:28:28.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8182253Z [05-13|18:28:28.112] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8182587Z [05-13|18:28:28.112] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8182731Z [05-13|18:28:28.112] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8182939Z [05-13|18:28:28.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8183155Z [05-13|18:28:28.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8183369Z [05-13|18:28:28.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8183699Z [05-13|18:28:28.113] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8183836Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8184232Z [05-13|18:28:28.113] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8184367Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8184553Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8184689Z [05-13|18:28:28.113] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8184896Z [05-13|18:28:28.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8185223Z [05-13|18:28:28.113] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 32, "digest": "77827722c939c48a1cff..."} -2026-05-13T18:30:53.8185699Z [05-13|18:28:28.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8185960Z [05-13|18:28:28.114] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8186294Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 33, "digest": "56d47630efd9f288f570..."} -2026-05-13T18:30:53.8186803Z [05-13|18:28:28.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8186942Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8187074Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8187410Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8187741Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 34, "digest": "ac6a77705bc237bdb2d3..."} -2026-05-13T18:30:53.8187875Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8188470Z [05-13|18:28:28.114] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8188609Z [05-13|18:28:28.114] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8188945Z [05-13|18:28:28.114] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8189083Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8189217Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8189348Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8189682Z [05-13|18:28:28.115] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 35, "digest": "6408c249377cdb67ab9a..."} -2026-05-13T18:30:53.8190156Z [05-13|18:28:28.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8190292Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8190430Z [05-13|18:28:28.115] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8190695Z [05-13|18:28:28.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8190960Z [05-13|18:28:28.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8191220Z [05-13|18:28:28.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8191695Z [05-13|18:28:28.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8191956Z [05-13|18:28:28.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8192321Z [05-13|18:28:28.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8192586Z [05-13|18:28:28.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8193053Z [05-13|18:28:28.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8193612Z [05-13|18:28:28.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8193835Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 84} -2026-05-13T18:30:53.8194298Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8194825Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8195142Z [05-13|18:28:28.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8195610Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8195823Z [05-13|18:28:28.117] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8196158Z [05-13|18:28:28.118] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 36, "digest": "0d2fa1028d9dc34c89dc..."} -2026-05-13T18:30:53.8196628Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8196900Z [05-13|18:28:28.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8197235Z [05-13|18:28:28.118] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 37, "digest": "253d183ba187acbe43fb..."} -2026-05-13T18:30:53.8197702Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8197919Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8198237Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8198706Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8198921Z [05-13|18:28:28.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8199389Z [05-13|18:28:28.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8199729Z [05-13|18:28:28.119] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8199871Z [05-13|18:28:28.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8200078Z [05-13|18:28:28.119] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8200415Z [05-13|18:28:28.120] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 38, "digest": "e0c56fcdcae2d8e039ae..."} -2026-05-13T18:30:53.8200882Z [05-13|18:28:28.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8201219Z [05-13|18:28:28.120] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8201620Z [05-13|18:28:28.120] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8201834Z [05-13|18:28:28.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8202022Z [05-13|18:28:28.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8202156Z [05-13|18:28:28.121] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8202493Z [05-13|18:28:28.121] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8202701Z [05-13|18:28:28.121] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8203030Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 39, "digest": "4e3a94364ac0f0d55951..."} -2026-05-13T18:30:53.8203607Z [05-13|18:28:28.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8204365Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 40, "digest": "953345cdd42e233da767..."} -2026-05-13T18:30:53.8205292Z [05-13|18:28:28.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8206161Z [05-13|18:28:28.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8206629Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8207016Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8207362Z [05-13|18:28:28.122] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8207640Z [05-13|18:28:28.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 7} -2026-05-13T18:30:53.8208337Z [05-13|18:28:28.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8208525Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8208662Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8208794Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8208929Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8209267Z [05-13|18:28:28.124] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 41, "digest": "86985ae5cb0f187522a0..."} -2026-05-13T18:30:53.8209403Z [05-13|18:28:28.124] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8209884Z [05-13|18:28:28.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8210243Z [05-13|18:28:28.125] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8210464Z [05-13|18:28:28.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8210681Z [05-13|18:28:28.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 85} -2026-05-13T18:30:53.8211015Z [05-13|18:28:28.126] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8211160Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8211431Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8211760Z [05-13|18:28:28.126] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8211897Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8212093Z [05-13|18:28:28.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8212227Z [05-13|18:28:28.127] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8212500Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8212761Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8213024Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8213155Z [05-13|18:28:28.127] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8213469Z [05-13|18:28:28.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8213862Z [05-13|18:28:28.127] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 42, "digest": "8ba9e36ac705cb552b96..."} -2026-05-13T18:30:53.8214341Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8214605Z [05-13|18:28:28.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8214941Z [05-13|18:28:28.128] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 43, "digest": "8764e05cfe2078391d5e..."} -2026-05-13T18:30:53.8215408Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8215876Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8216346Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8216810Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8217274Z [05-13|18:28:28.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8217538Z [05-13|18:28:28.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8218005Z [05-13|18:28:28.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8218733Z [05-13|18:28:28.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8219012Z [05-13|18:28:28.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8219276Z [05-13|18:28:28.130] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8219496Z [05-13|18:28:28.130] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8219834Z [05-13|18:28:28.130] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 44, "digest": "33492431bc9880eade68..."} -2026-05-13T18:30:53.8220310Z [05-13|18:28:28.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8220742Z [05-13|18:28:28.130] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 45, "digest": "3be59f7e1ed5b22a4c67..."} -2026-05-13T18:30:53.8221216Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8221740Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8222077Z [05-13|18:28:28.131] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 46, "digest": "96ec4452d14978d494ba..."} -2026-05-13T18:30:53.8222542Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8222731Z [05-13|18:28:28.131] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8223073Z [05-13|18:28:28.131] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 47, "digest": "27c42ce0debd97adc288..."} -2026-05-13T18:30:53.8223588Z [05-13|18:28:28.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8223811Z [05-13|18:28:28.129] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8224285Z [05-13|18:28:28.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8224616Z [05-13|18:28:28.132] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8224943Z [05-13|18:28:28.132] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8225087Z [05-13|18:28:28.132] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8225297Z [05-13|18:28:28.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8225432Z [05-13|18:28:28.132] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8225647Z [05-13|18:28:28.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8225915Z [05-13|18:28:28.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 7} -2026-05-13T18:30:53.8226242Z [05-13|18:28:28.133] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8226458Z [05-13|18:28:28.133] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8226924Z [05-13|18:28:28.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8227254Z [05-13|18:28:28.133] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8227395Z [05-13|18:28:28.133] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8227603Z [05-13|18:28:28.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8227737Z [05-13|18:28:28.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8227875Z [05-13|18:28:28.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8228007Z [05-13|18:28:28.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8228462Z [05-13|18:28:28.134] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8228799Z [05-13|18:28:28.135] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 48, "digest": "7ce0c7548abcda43f7c0..."} -2026-05-13T18:30:53.8229333Z [05-13|18:28:28.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8229546Z [05-13|18:28:28.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8229930Z [05-13|18:28:28.135] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8230063Z [05-13|18:28:28.135] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8230268Z [05-13|18:28:28.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8230406Z [05-13|18:28:28.136] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8230614Z [05-13|18:28:28.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 86} -2026-05-13T18:30:53.8230929Z [05-13|18:28:28.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8231272Z [05-13|18:28:28.136] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8231588Z [05-13|18:28:28.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8231851Z [05-13|18:28:28.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8232114Z [05-13|18:28:28.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8232583Z [05-13|18:28:28.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8233045Z [05-13|18:28:28.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8233520Z [05-13|18:28:28.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8233851Z [05-13|18:28:28.137] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8233986Z [05-13|18:28:28.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8234321Z [05-13|18:28:28.138] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 49, "digest": "2d83ecfa8ab40b846bd1..."} -2026-05-13T18:30:53.8234786Z [05-13|18:28:28.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8235248Z [05-13|18:28:28.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8235390Z [05-13|18:28:28.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8235652Z [05-13|18:28:28.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8235982Z [05-13|18:28:28.138] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8236452Z [05-13|18:28:28.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8236586Z [05-13|18:28:28.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8236852Z [05-13|18:28:28.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8237065Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8237527Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8237832Z [05-13|18:28:28.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8238413Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8238942Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8239163Z [05-13|18:28:28.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8239429Z [05-13|18:28:28.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8239635Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8240151Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8240341Z [05-13|18:28:28.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8240682Z [05-13|18:28:28.140] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 50, "digest": "199967ecb4ea117d7aeb..."} -2026-05-13T18:30:53.8241146Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8241486Z [05-13|18:28:28.140] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 51, "digest": "70162d1f2543eeaa92d0..."} -2026-05-13T18:30:53.8241695Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8242162Z [05-13|18:28:28.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8242376Z [05-13|18:28:28.141] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8242511Z [05-13|18:28:28.141] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8242718Z [05-13|18:28:28.141] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8242983Z [05-13|18:28:28.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 7} -2026-05-13T18:30:53.8243313Z [05-13|18:28:28.142] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8243519Z [05-13|18:28:28.142] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8243727Z [05-13|18:28:28.142] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8244060Z [05-13|18:28:28.142] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8244394Z [05-13|18:28:28.143] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 52, "digest": "afd6e2df41ce47da23e6..."} -2026-05-13T18:30:53.8244862Z [05-13|18:28:28.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8245213Z [05-13|18:28:28.143] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 53, "digest": "757d7f45c6ef2224687f..."} -2026-05-13T18:30:53.8245994Z [05-13|18:28:28.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8246342Z [05-13|18:28:28.143] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 54, "digest": "37981976ff01a10ff0ed..."} -2026-05-13T18:30:53.8246904Z [05-13|18:28:28.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8247244Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 55, "digest": "bde682ee1b0ce41d8d8b..."} -2026-05-13T18:30:53.8247620Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8248228Z [05-13|18:28:28.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8248574Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8248726Z [05-13|18:28:28.144] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8249120Z [05-13|18:28:28.144] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8249504Z [05-13|18:28:28.145] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8249835Z [05-13|18:28:28.145] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8249978Z [05-13|18:28:28.145] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8250108Z [05-13|18:28:28.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8250590Z [05-13|18:28:28.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8250923Z [05-13|18:28:28.147] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 56, "digest": "68c3e8034bac995a9f7f..."} -2026-05-13T18:30:53.8251391Z [05-13|18:28:28.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8251674Z [05-13|18:28:28.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8251941Z [05-13|18:28:28.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8252162Z [05-13|18:28:28.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 87} -2026-05-13T18:30:53.8252427Z [05-13|18:28:28.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8252690Z [05-13|18:28:28.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8253160Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8253303Z [05-13|18:28:28.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8253563Z [05-13|18:28:28.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8253823Z [05-13|18:28:28.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8254164Z [05-13|18:28:28.149] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8254633Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8255098Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8255570Z [05-13|18:28:28.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8256096Z [05-13|18:28:28.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8256415Z [05-13|18:28:28.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8256552Z [05-13|18:28:28.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8256763Z [05-13|18:28:28.150] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8256970Z [05-13|18:28:28.150] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8257306Z [05-13|18:28:28.150] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 57, "digest": "2cd7dcd50880233ccd4f..."} -2026-05-13T18:30:53.8257811Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8258360Z [05-13|18:28:28.151] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 58, "digest": "31277138631f3ed534a2..."} -2026-05-13T18:30:53.8258837Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8259298Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8259763Z [05-13|18:28:28.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8259972Z [05-13|18:28:28.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8260303Z [05-13|18:28:28.152] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8260572Z [05-13|18:28:28.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8260708Z [05-13|18:28:28.152] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8261171Z [05-13|18:28:28.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8261507Z [05-13|18:28:28.152] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 59, "digest": "2fce9f1907bbaa0b0a28..."} -2026-05-13T18:30:53.8261972Z [05-13|18:28:28.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8262106Z [05-13|18:28:28.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8262573Z [05-13|18:28:28.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8262783Z [05-13|18:28:28.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8262995Z [05-13|18:28:28.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8263325Z [05-13|18:28:28.154] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8263652Z [05-13|18:28:28.154] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8263976Z [05-13|18:28:28.155] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8264190Z [05-13|18:28:28.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8264387Z [05-13|18:28:28.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8264712Z [05-13|18:28:28.155] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8264976Z [05-13|18:28:28.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8265298Z [05-13|18:28:28.155] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8265432Z [05-13|18:28:28.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8265563Z [05-13|18:28:28.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8265830Z [05-13|18:28:28.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 7} -2026-05-13T18:30:53.8266206Z [05-13|18:28:28.156] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8266345Z [05-13|18:28:28.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8266851Z [05-13|18:28:28.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8267186Z [05-13|18:28:28.156] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 60, "digest": "ad66fd2c85a35c025107..."} -2026-05-13T18:30:53.8267654Z [05-13|18:28:28.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8267868Z [05-13|18:28:28.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8268321Z [05-13|18:28:28.157] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8268662Z [05-13|18:28:28.157] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8268995Z [05-13|18:28:28.157] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 61, "digest": "e79d416728b7d7893bc7..."} -2026-05-13T18:30:53.8269463Z [05-13|18:28:28.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8269679Z [05-13|18:28:28.158] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 88} -2026-05-13T18:30:53.8269814Z [05-13|18:28:28.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8270142Z [05-13|18:28:28.159] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 62, "digest": "fb25a07d9e30e1f41c0f..."} -2026-05-13T18:30:53.8270617Z [05-13|18:28:28.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8270755Z [05-13|18:28:28.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8271087Z [05-13|18:28:28.159] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 63, "digest": "80f6f15420f10aec1b2a..."} -2026-05-13T18:30:53.8271229Z [05-13|18:28:28.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8271704Z [05-13|18:28:28.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8271972Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8272242Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8272502Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8272830Z [05-13|18:28:28.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8273160Z [05-13|18:28:28.160] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 64, "digest": "7793565759ccf3bb3817..."} -2026-05-13T18:30:53.8273627Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8274146Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8274612Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8275125Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8275395Z [05-13|18:28:28.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8275712Z [05-13|18:28:28.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8275977Z [05-13|18:28:28.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8276441Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8276909Z [05-13|18:28:28.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8277245Z [05-13|18:28:28.161] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 65, "digest": "838f65add3ce21c56578..."} -2026-05-13T18:30:53.8277715Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8278302Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8278521Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8278731Z [05-13|18:28:28.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8279001Z [05-13|18:28:28.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8279328Z [05-13|18:28:28.162] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8279536Z [05-13|18:28:28.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8279749Z [05-13|18:28:28.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8279886Z [05-13|18:28:28.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8280092Z [05-13|18:28:28.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8280564Z [05-13|18:28:28.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8280697Z [05-13|18:28:28.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8281161Z [05-13|18:28:28.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8281511Z [05-13|18:28:28.164] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8281911Z [05-13|18:28:28.164] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8282244Z [05-13|18:28:28.164] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8282435Z [05-13|18:28:28.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8282762Z [05-13|18:28:28.165] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8283095Z [05-13|18:28:28.165] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 66, "digest": "c747ee9be02e8038bc09..."} -2026-05-13T18:30:53.8283563Z [05-13|18:28:28.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8283747Z [05-13|18:28:28.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8283961Z [05-13|18:28:28.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8284410Z [05-13|18:28:28.165] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8284622Z [05-13|18:28:28.165] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8284949Z [05-13|18:28:28.166] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8285280Z [05-13|18:28:28.166] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8285412Z [05-13|18:28:28.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8285544Z [05-13|18:28:28.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8285877Z [05-13|18:28:28.167] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8286209Z [05-13|18:28:28.167] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 67, "digest": "15fcc5e390034dc9c5ea..."} -2026-05-13T18:30:53.8286677Z [05-13|18:28:28.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8287145Z [05-13|18:28:28.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8287476Z [05-13|18:28:28.168] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 68, "digest": "b2c5126fa08346ac763d..."} -2026-05-13T18:30:53.8287685Z [05-13|18:28:28.168] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8288270Z [05-13|18:28:28.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8288606Z [05-13|18:28:28.168] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 69, "digest": "892427e298fa178d631e..."} -2026-05-13T18:30:53.8289073Z [05-13|18:28:28.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8289409Z [05-13|18:28:28.169] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 70, "digest": "cb174080220f4618a642..."} -2026-05-13T18:30:53.8289874Z [05-13|18:28:28.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8290142Z [05-13|18:28:28.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 7} -2026-05-13T18:30:53.8290610Z [05-13|18:28:28.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8290810Z [05-13|18:28:28.170] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8291083Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8291414Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8291674Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8291932Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8292192Z [05-13|18:28:28.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8292707Z [05-13|18:28:28.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8293222Z [05-13|18:28:28.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8293491Z [05-13|18:28:28.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8293949Z [05-13|18:28:28.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8294209Z [05-13|18:28:28.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8294675Z [05-13|18:28:28.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8295134Z [05-13|18:28:28.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8295272Z [05-13|18:28:28.173] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8295540Z [05-13|18:28:28.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8296002Z [05-13|18:28:28.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8296337Z [05-13|18:28:28.173] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8296808Z [05-13|18:28:28.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8297020Z [05-13|18:28:28.173] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 89} -2026-05-13T18:30:53.8297228Z [05-13|18:28:28.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8297440Z [05-13|18:28:28.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8297769Z [05-13|18:28:28.174] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 71, "digest": "1662d2f73a73570f4d9c..."} -2026-05-13T18:30:53.8298357Z [05-13|18:28:28.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8298696Z [05-13|18:28:28.174] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 72, "digest": "d54e2e94077c1bc4ea7e..."} -2026-05-13T18:30:53.8299161Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8299444Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8299775Z [05-13|18:28:28.175] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8300239Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8300625Z [05-13|18:28:28.175] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8300835Z [05-13|18:28:28.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8301161Z [05-13|18:28:28.175] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8301550Z [05-13|18:28:28.176] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 73, "digest": "92089d8654b8c2818f95..."} -2026-05-13T18:30:53.8302067Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8302281Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8302498Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8302703Z [05-13|18:28:28.176] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8302837Z [05-13|18:28:28.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8302970Z [05-13|18:28:28.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8303107Z [05-13|18:28:28.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8303317Z [05-13|18:28:28.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8303652Z [05-13|18:28:28.177] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8303989Z [05-13|18:28:28.177] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8304262Z [05-13|18:28:28.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 7} -2026-05-13T18:30:53.8304397Z [05-13|18:28:28.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8304866Z [05-13|18:28:28.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8305195Z [05-13|18:28:28.178] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 74, "digest": "c395450ad9db528e5235..."} -2026-05-13T18:30:53.8305658Z [05-13|18:28:28.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8305799Z [05-13|18:28:28.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8306127Z [05-13|18:28:28.178] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8306262Z [05-13|18:28:28.179] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8306591Z [05-13|18:28:28.179] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8306724Z [05-13|18:28:28.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8307050Z [05-13|18:28:28.180] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 75, "digest": "a0714b1ad83aa65d5835..."} -2026-05-13T18:30:53.8307526Z [05-13|18:28:28.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8307787Z [05-13|18:28:28.180] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8307922Z [05-13|18:28:28.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8308369Z [05-13|18:28:28.180] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8308761Z [05-13|18:28:28.181] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8308895Z [05-13|18:28:28.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8309164Z [05-13|18:28:28.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8309427Z [05-13|18:28:28.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8309738Z [05-13|18:28:28.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8310005Z [05-13|18:28:28.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8310519Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8310783Z [05-13|18:28:28.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8311046Z [05-13|18:28:28.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8311258Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8311719Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8312190Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8312677Z [05-13|18:28:28.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8313031Z [05-13|18:28:28.183] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 76, "digest": "80cda270cd24cd71c61f..."} -2026-05-13T18:30:53.8313511Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8313975Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8314322Z [05-13|18:28:28.183] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 77, "digest": "28fee4f85cbfca891da7..."} -2026-05-13T18:30:53.8314597Z [05-13|18:28:28.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8315064Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8315529Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8315989Z [05-13|18:28:28.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8316127Z [05-13|18:28:28.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8316595Z [05-13|18:28:28.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8316924Z [05-13|18:28:28.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8317138Z [05-13|18:28:28.184] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8317395Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8317730Z [05-13|18:28:28.185] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8317938Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8318520Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8318788Z [05-13|18:28:28.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8319083Z [05-13|18:28:28.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8319485Z [05-13|18:28:28.186] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8319951Z [05-13|18:28:28.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8320284Z [05-13|18:28:28.186] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8320424Z [05-13|18:28:28.186] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8320556Z [05-13|18:28:28.186] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8320763Z [05-13|18:28:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8321101Z [05-13|18:28:28.187] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8321431Z [05-13|18:28:28.187] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 78, "digest": "760584163da513552ead..."} -2026-05-13T18:30:53.8321902Z [05-13|18:28:28.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8322238Z [05-13|18:28:28.188] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 79, "digest": "2032e19010cf2a59b9b2..."} -2026-05-13T18:30:53.8322565Z [05-13|18:28:28.187] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8323037Z [05-13|18:28:28.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8323181Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8323391Z [05-13|18:28:28.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8323526Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8323860Z [05-13|18:28:28.188] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8324191Z [05-13|18:28:28.188] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8324325Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8324462Z [05-13|18:28:28.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8324596Z [05-13|18:28:28.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8324805Z [05-13|18:28:28.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8325075Z [05-13|18:28:28.189] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8325411Z [05-13|18:28:28.189] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8325797Z [05-13|18:28:28.190] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8326123Z [05-13|18:28:28.190] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 80, "digest": "78d5e713868290a2366e..."} -2026-05-13T18:30:53.8326600Z [05-13|18:28:28.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8326734Z [05-13|18:28:28.190] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8327250Z [05-13|18:28:28.190] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8327392Z [05-13|18:28:28.190] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8327860Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8328406Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8328549Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8328680Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8329106Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8329241Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8329666Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8329802Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8330232Z [05-13|18:28:28.191] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8330366Z [05-13|18:28:28.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8330791Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8330928Z [05-13|18:28:28.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8331358Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8331785Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 88, "epoch round": 88} -2026-05-13T18:30:53.8332060Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8332327Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8332457Z [05-13|18:28:28.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8332720Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8332979Z [05-13|18:28:28.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8333236Z [05-13|18:28:28.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8333503Z [05-13|18:28:28.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8334038Z [05-13|18:28:28.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8334505Z [05-13|18:28:28.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8335023Z [05-13|18:28:28.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8335286Z [05-13|18:28:28.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8335623Z [05-13|18:28:28.192] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 81, "digest": "81a9a77b5c6d62cdae4f..."} -2026-05-13T18:30:53.8336146Z [05-13|18:28:28.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8336660Z [05-13|18:28:28.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8336820Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8336959Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8337406Z [05-13|18:28:28.194] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8337544Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8338020Z [05-13|18:28:28.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8338576Z [05-13|18:28:28.194] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 91, "epoch round": 91} -2026-05-13T18:30:53.8338711Z [05-13|18:28:28.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8339139Z [05-13|18:28:28.194] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 91, "epoch round": 91} -2026-05-13T18:30:53.8339274Z [05-13|18:28:28.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8339539Z [05-13|18:28:28.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 7} -2026-05-13T18:30:53.8340008Z [05-13|18:28:28.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8340471Z [05-13|18:28:28.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8340813Z [05-13|18:28:28.196] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8341247Z [05-13|18:28:28.196] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8341389Z [05-13|18:28:28.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8341854Z [05-13|18:28:28.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8342313Z [05-13|18:28:28.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8342446Z [05-13|18:28:28.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8342950Z [05-13|18:28:28.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8343083Z [05-13|18:28:28.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8343511Z [05-13|18:28:28.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8343898Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8344250Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8344691Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8345209Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8345351Z [05-13|18:28:28.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8345832Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8345975Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8346405Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 89, "epoch round": 89} -2026-05-13T18:30:53.8346738Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8346875Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8347010Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8347144Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8347277Z [05-13|18:28:28.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8347608Z [05-13|18:28:28.199] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8347935Z [05-13|18:28:28.200] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8348179Z [05-13|18:28:28.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8348660Z [05-13|18:28:28.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8349125Z [05-13|18:28:28.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8349462Z [05-13|18:28:28.198] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8349677Z [05-13|18:28:28.200] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8349810Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8350281Z [05-13|18:28:28.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8350415Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8350561Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8351028Z [05-13|18:28:28.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8351254Z [05-13|18:28:28.201] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8351467Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8351600Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8351737Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8352257Z [05-13|18:28:28.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8352391Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8352529Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8352661Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8353175Z [05-13|18:28:28.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8353522Z [05-13|18:28:28.202] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8353708Z [05-13|18:28:28.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8354178Z [05-13|18:28:28.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8354318Z [05-13|18:28:28.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8354650Z [05-13|18:28:28.202] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8354785Z [05-13|18:28:28.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8354922Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8355054Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8355523Z [05-13|18:28:28.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8355665Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8355797Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8355930Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8356066Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8356197Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8356326Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8356455Z [05-13|18:28:28.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8356678Z [05-13|18:28:28.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8356812Z [05-13|18:28:28.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8357022Z [05-13|18:28:28.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8357233Z [05-13|18:28:28.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8357368Z [05-13|18:28:28.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8357502Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8357640Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8357770Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8357901Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8358149Z [05-13|18:28:28.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8358362Z [05-13|18:28:28.205] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8358495Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8359031Z [05-13|18:28:28.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8359169Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8359682Z [05-13|18:28:28.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8359821Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8359952Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8360082Z [05-13|18:28:28.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8360213Z [05-13|18:28:28.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8360349Z [05-13|18:28:28.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8360611Z [05-13|18:28:28.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8360825Z [05-13|18:28:28.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8361219Z [05-13|18:28:28.207] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 82, "digest": "8259390e187d35fccc32..."} -2026-05-13T18:30:53.8361365Z [05-13|18:28:28.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8361574Z [05-13|18:28:28.209] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8361712Z [05-13|18:28:28.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8361918Z [05-13|18:28:28.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 90} -2026-05-13T18:30:53.8362190Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8362464Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8362727Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8362987Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8363255Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8363512Z [05-13|18:28:28.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8363981Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8364449Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8364662Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8365126Z [05-13|18:28:28.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8365395Z [05-13|18:28:28.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8365854Z [05-13|18:28:28.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8366121Z [05-13|18:28:28.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8366385Z [05-13|18:28:28.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 7} -2026-05-13T18:30:53.8366594Z [05-13|18:28:28.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8366852Z [05-13|18:28:28.212] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8367117Z [05-13|18:28:28.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8367578Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8368262Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8368745Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8369108Z [05-13|18:28:28.214] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8369645Z [05-13|18:28:28.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8370041Z [05-13|18:28:28.214] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8370508Z [05-13|18:28:28.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8370646Z [05-13|18:28:28.214] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8370784Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8370914Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8371373Z [05-13|18:28:28.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8371712Z [05-13|18:28:28.215] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8372044Z [05-13|18:28:28.215] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8372180Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8372395Z [05-13|18:28:28.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8372605Z [05-13|18:28:28.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8372810Z [05-13|18:28:28.216] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8372947Z [05-13|18:28:28.216] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8373079Z [05-13|18:28:28.215] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8373212Z [05-13|18:28:28.216] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8373547Z [05-13|18:28:28.217] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8373877Z [05-13|18:28:28.217] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8374087Z [05-13|18:28:28.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8374299Z [05-13|18:28:28.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 91} -2026-05-13T18:30:53.8374432Z [05-13|18:28:28.217] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8374758Z [05-13|18:28:28.217] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8374970Z [05-13|18:28:28.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8375298Z [05-13|18:28:28.218] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8375494Z [05-13|18:28:28.218] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8375830Z [05-13|18:28:28.218] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 83, "digest": "42eb39cf6e257e5340f9..."} -2026-05-13T18:30:53.8376017Z [05-13|18:28:28.218] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8376152Z [05-13|18:28:28.219] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8376285Z [05-13|18:28:28.219] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8376619Z [05-13|18:28:28.220] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8376885Z [05-13|18:28:28.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8377133Z [05-13|18:28:28.221] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8377407Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8377540Z [05-13|18:28:28.221] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8377836Z [05-13|18:28:28.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8378218Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8378354Z [05-13|18:28:28.221] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8378486Z [05-13|18:28:28.221] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8378751Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8379009Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8379272Z [05-13|18:28:28.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8379538Z [05-13|18:28:28.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 8} -2026-05-13T18:30:53.8380014Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8380484Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8380955Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8381429Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8381891Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8382357Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8382818Z [05-13|18:28:28.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8383284Z [05-13|18:28:28.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8383550Z [05-13|18:28:28.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 8} -2026-05-13T18:30:53.8383762Z [05-13|18:28:28.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8387158Z [05-13|18:28:28.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8387445Z [05-13|18:28:28.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8388243Z [05-13|18:28:28.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8388614Z [05-13|18:28:28.225] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8388843Z [05-13|18:28:28.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8389121Z [05-13|18:28:28.225] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8389533Z [05-13|18:28:28.225] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8389879Z [05-13|18:28:28.225] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8390263Z [05-13|18:28:28.226] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8390605Z [05-13|18:28:28.226] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8390816Z [05-13|18:28:28.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8391147Z [05-13|18:28:28.226] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8391355Z [05-13|18:28:28.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8391578Z [05-13|18:28:28.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8391725Z [05-13|18:28:28.227] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8392209Z [05-13|18:28:28.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8392358Z [05-13|18:28:28.227] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8392494Z [05-13|18:28:28.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8392830Z [05-13|18:28:28.228] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8392976Z [05-13|18:28:28.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8393108Z [05-13|18:28:28.228] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8393438Z [05-13|18:28:28.229] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8393585Z [05-13|18:28:28.229] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8393860Z [05-13|18:28:28.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8394071Z [05-13|18:28:28.229] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8394342Z [05-13|18:28:28.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8394475Z [05-13|18:28:28.230] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8394608Z [05-13|18:28:28.230] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8394880Z [05-13|18:28:28.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8395208Z [05-13|18:28:28.230] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 84, "digest": "81f7660935d2011e8055..."} -2026-05-13T18:30:53.8395344Z [05-13|18:28:28.230] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8395681Z [05-13|18:28:28.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8396161Z [05-13|18:28:28.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8396387Z [05-13|18:28:28.231] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8396730Z [05-13|18:28:28.231] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8396995Z [05-13|18:28:28.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8397463Z [05-13|18:28:28.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8397645Z [05-13|18:28:28.231] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8398247Z [05-13|18:28:28.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8398783Z [05-13|18:28:28.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8399262Z [05-13|18:28:28.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8399528Z [05-13|18:28:28.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8399664Z [05-13|18:28:28.232] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8399930Z [05-13|18:28:28.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8400400Z [05-13|18:28:28.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8400613Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8401088Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8401223Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8401433Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8401572Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8401778Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8401913Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8402050Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8402519Z [05-13|18:28:28.233] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8402654Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8402788Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8402926Z [05-13|18:28:28.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8403187Z [05-13|18:28:28.233] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8403522Z [05-13|18:28:28.234] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8403666Z [05-13|18:28:28.234] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8403801Z [05-13|18:28:28.234] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8404075Z [05-13|18:28:28.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8404216Z [05-13|18:28:28.234] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8404546Z [05-13|18:28:28.234] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8404936Z [05-13|18:28:28.234] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8405155Z [05-13|18:28:28.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 93} -2026-05-13T18:30:53.8405485Z [05-13|18:28:28.235] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8405813Z [05-13|18:28:28.235] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8406089Z [05-13|18:28:28.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8406302Z [05-13|18:28:28.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8406813Z [05-13|18:28:28.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8407033Z [05-13|18:28:28.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8407362Z [05-13|18:28:28.237] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8407502Z [05-13|18:28:28.238] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8407645Z [05-13|18:28:28.238] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8407977Z [05-13|18:28:28.238] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8408240Z [05-13|18:28:28.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8408520Z [05-13|18:28:28.239] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8408730Z [05-13|18:28:28.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8409203Z [05-13|18:28:28.239] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8409343Z [05-13|18:28:28.240] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8409477Z [05-13|18:28:28.240] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8409743Z [05-13|18:28:28.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 7} -2026-05-13T18:30:53.8409959Z [05-13|18:28:28.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8410428Z [05-13|18:28:28.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8410565Z [05-13|18:28:28.241] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8410703Z [05-13|18:28:28.241] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8410965Z [05-13|18:28:28.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8411227Z [05-13|18:28:28.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8411374Z [05-13|18:28:28.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8411635Z [05-13|18:28:28.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8411894Z [05-13|18:28:28.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8412175Z [05-13|18:28:28.242] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8412392Z [05-13|18:28:28.243] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 94} -2026-05-13T18:30:53.8412656Z [05-13|18:28:28.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8412975Z [05-13|18:28:28.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8413458Z [05-13|18:28:28.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8413930Z [05-13|18:28:28.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8414200Z [05-13|18:28:28.244] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8414553Z [05-13|18:28:28.244] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8415075Z [05-13|18:28:28.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8415226Z [05-13|18:28:28.245] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8415445Z [05-13|18:28:28.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8415782Z [05-13|18:28:28.243] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 85, "digest": "b6bfa2646372f13b52d0..."} -2026-05-13T18:30:53.8416251Z [05-13|18:28:28.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8416473Z [05-13|18:28:28.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8416749Z [05-13|18:28:28.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8416888Z [05-13|18:28:28.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8417031Z [05-13|18:28:28.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8417498Z [05-13|18:28:28.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8417964Z [05-13|18:28:28.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8418228Z [05-13|18:28:28.248] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8418498Z [05-13|18:28:28.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8418969Z [05-13|18:28:28.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8419445Z [05-13|18:28:28.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8419786Z [05-13|18:28:28.249] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8420008Z [05-13|18:28:28.249] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8420339Z [05-13|18:28:28.249] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8420475Z [05-13|18:28:28.249] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8420686Z [05-13|18:28:28.249] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8421089Z [05-13|18:28:28.250] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8421420Z [05-13|18:28:28.250] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8421691Z [05-13|18:28:28.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8421963Z [05-13|18:28:28.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 7} -2026-05-13T18:30:53.8422171Z [05-13|18:28:28.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8422641Z [05-13|18:28:28.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8422905Z [05-13|18:28:28.252] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8423242Z [05-13|18:28:28.252] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8423619Z [05-13|18:28:28.252] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8423764Z [05-13|18:28:28.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8423896Z [05-13|18:28:28.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8424102Z [05-13|18:28:28.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 95} -2026-05-13T18:30:53.8424375Z [05-13|18:28:28.254] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 7} -2026-05-13T18:30:53.8424707Z [05-13|18:28:28.255] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8424844Z [05-13|18:28:28.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8425179Z [05-13|18:28:28.255] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8425515Z [05-13|18:28:28.256] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 86, "digest": "fd7cacfacb90895e265b..."} -2026-05-13T18:30:53.8425652Z [05-13|18:28:28.256] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8426127Z [05-13|18:28:28.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8426260Z [05-13|18:28:28.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8426594Z [05-13|18:28:28.257] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8426733Z [05-13|18:28:28.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8426867Z [05-13|18:28:28.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8427077Z [05-13|18:28:28.258] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8427216Z [05-13|18:28:28.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8427481Z [05-13|18:28:28.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 7} -2026-05-13T18:30:53.8427744Z [05-13|18:28:28.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8428369Z [05-13|18:28:28.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8428636Z [05-13|18:28:28.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8429113Z [05-13|18:28:28.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8429651Z [05-13|18:28:28.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8429865Z [05-13|18:28:28.261] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 96} -2026-05-13T18:30:53.8430054Z [05-13|18:28:28.261] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8430320Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8430527Z [05-13|18:28:28.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8430793Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8431059Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8431373Z [05-13|18:28:28.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8431584Z [05-13|18:28:28.262] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8432109Z [05-13|18:28:28.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8432324Z [05-13|18:28:28.263] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8432657Z [05-13|18:28:28.263] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 87, "digest": "89d844fa8a29234a9acf..."} -2026-05-13T18:30:53.8432992Z [05-13|18:28:28.263] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8433461Z [05-13|18:28:28.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8433930Z [05-13|18:28:28.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8434201Z [05-13|18:28:28.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8434338Z [05-13|18:28:28.264] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8434597Z [05-13|18:28:28.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8435073Z [05-13|18:28:28.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8435209Z [05-13|18:28:28.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8435342Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8435484Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8435951Z [05-13|18:28:28.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8436087Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8436539Z [05-13|18:28:28.266] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.8436753Z [05-13|18:28:28.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8436890Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8437327Z [05-13|18:28:28.266] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.8437464Z [05-13|18:28:28.266] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8437724Z [05-13|18:28:28.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8437860Z [05-13|18:28:28.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8438325Z [05-13|18:28:28.267] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8438826Z [05-13|18:28:28.266] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 96, "epoch round": 96} -2026-05-13T18:30:53.8438961Z [05-13|18:28:28.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8439438Z [05-13|18:28:28.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8439704Z [05-13|18:28:28.267] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8440101Z [05-13|18:28:28.268] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8440629Z [05-13|18:28:28.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8441101Z [05-13|18:28:28.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8441242Z [05-13|18:28:28.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8441578Z [05-13|18:28:28.268] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8441712Z [05-13|18:28:28.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8441852Z [05-13|18:28:28.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8442187Z [05-13|18:28:28.269] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8442402Z [05-13|18:28:28.269] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8442537Z [05-13|18:28:28.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8442874Z [05-13|18:28:28.270] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8443206Z [05-13|18:28:28.270] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8443340Z [05-13|18:28:28.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8443556Z [05-13|18:28:28.271] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8443765Z [05-13|18:28:28.271] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8443901Z [05-13|18:28:28.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8444041Z [05-13|18:28:28.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8444211Z [05-13|18:28:28.272] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8444423Z [05-13|18:28:28.272] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8444759Z [05-13|18:28:28.272] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8444895Z [05-13|18:28:28.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8445222Z [05-13|18:28:28.273] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 88, "digest": "68536c4d6c6aea4330ab..."} -2026-05-13T18:30:53.8445510Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8445774Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8446102Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8446322Z [05-13|18:28:28.273] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 97} -2026-05-13T18:30:53.8446584Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8446884Z [05-13|18:28:28.273] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8447024Z [05-13|18:28:28.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8447496Z [05-13|18:28:28.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8447756Z [05-13|18:28:28.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8448409Z [05-13|18:28:28.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8448685Z [05-13|18:28:28.274] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8449032Z [05-13|18:28:28.275] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8449513Z [05-13|18:28:28.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8449987Z [05-13|18:28:28.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8450456Z [05-13|18:28:28.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8450803Z [05-13|18:28:28.276] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8450943Z [05-13|18:28:28.276] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8451079Z [05-13|18:28:28.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8451548Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8451762Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8452030Z [05-13|18:28:28.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 7} -2026-05-13T18:30:53.8452245Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8452455Z [05-13|18:28:28.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8452930Z [05-13|18:28:28.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8453202Z [05-13|18:28:28.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8453645Z [05-13|18:28:28.278] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.8453781Z [05-13|18:28:28.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8454219Z [05-13|18:28:28.279] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.8454694Z [05-13|18:28:28.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8455191Z [05-13|18:28:28.279] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.8455540Z [05-13|18:28:28.279] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8455804Z [05-13|18:28:28.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8456138Z [05-13|18:28:28.280] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8456280Z [05-13|18:28:28.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8456413Z [05-13|18:28:28.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8456621Z [05-13|18:28:28.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 98} -2026-05-13T18:30:53.8457135Z [05-13|18:28:28.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8457276Z [05-13|18:28:28.281] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8457651Z [05-13|18:28:28.281] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8457990Z [05-13|18:28:28.281] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8458433Z [05-13|18:28:28.281] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8458570Z [05-13|18:28:28.281] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8458783Z [05-13|18:28:28.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8458920Z [05-13|18:28:28.282] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8459054Z [05-13|18:28:28.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8459492Z [05-13|18:28:28.282] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 98, "epoch round": 98} -2026-05-13T18:30:53.8459829Z [05-13|18:28:28.282] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 89, "digest": "4d4cba910c7ff80c6684..."} -2026-05-13T18:30:53.8459963Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8460102Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8460235Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8460365Z [05-13|18:28:28.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8460694Z [05-13|18:28:28.283] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8460839Z [05-13|18:28:28.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8461313Z [05-13|18:28:28.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8461580Z [05-13|18:28:28.284] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8461720Z [05-13|18:28:28.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8462192Z [05-13|18:28:28.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8462525Z [05-13|18:28:28.285] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8462668Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8462934Z [05-13|18:28:28.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8463303Z [05-13|18:28:28.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8463780Z [05-13|18:28:28.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8463969Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8464103Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8464241Z [05-13|18:28:28.285] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8464502Z [05-13|18:28:28.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8464969Z [05-13|18:28:28.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8465292Z [05-13|18:28:28.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8465810Z [05-13|18:28:28.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8465947Z [05-13|18:28:28.287] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8466175Z [05-13|18:28:28.287] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8466640Z [05-13|18:28:28.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8466978Z [05-13|18:28:28.287] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8467204Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8467419Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8467631Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8467851Z [05-13|18:28:28.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8468175Z [05-13|18:28:28.288] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8468392Z [05-13|18:28:28.289] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8468534Z [05-13|18:28:28.289] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8468668Z [05-13|18:28:28.289] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8468933Z [05-13|18:28:28.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8469074Z [05-13|18:28:28.290] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8469341Z [05-13|18:28:28.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8469550Z [05-13|18:28:28.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8469820Z [05-13|18:28:28.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 7} -2026-05-13T18:30:53.8470084Z [05-13|18:28:28.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8470553Z [05-13|18:28:28.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8471031Z [05-13|18:28:28.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8471497Z [05-13|18:28:28.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8472034Z [05-13|18:28:28.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8472230Z [05-13|18:28:28.292] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8472569Z [05-13|18:28:28.292] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8472787Z [05-13|18:28:28.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8473127Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8473458Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8473648Z [05-13|18:28:28.293] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8473987Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 90, "digest": "c891d6e8a3584c8f36cb..."} -2026-05-13T18:30:53.8474252Z [05-13|18:28:28.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8474589Z [05-13|18:28:28.293] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8474730Z [05-13|18:28:28.294] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8474863Z [05-13|18:28:28.294] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8475074Z [05-13|18:28:28.294] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8475410Z [05-13|18:28:28.294] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8475745Z [05-13|18:28:28.294] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8476021Z [05-13|18:28:28.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8476359Z [05-13|18:28:28.295] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8476496Z [05-13|18:28:28.295] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8476704Z [05-13|18:28:28.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 99} -2026-05-13T18:30:53.8477186Z [05-13|18:28:28.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8477324Z [05-13|18:28:28.295] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8477599Z [05-13|18:28:28.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8477739Z [05-13|18:28:28.295] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8478193Z [05-13|18:28:28.295] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8478466Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8478734Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8478875Z [05-13|18:28:28.296] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8479137Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8479399Z [05-13|18:28:28.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 7} -2026-05-13T18:30:53.8479671Z [05-13|18:28:28.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8480218Z [05-13|18:28:28.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8480692Z [05-13|18:28:28.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8481228Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8481698Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8482224Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8482446Z [05-13|18:28:28.297] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8482767Z [05-13|18:28:28.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8483247Z [05-13|18:28:28.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8483387Z [05-13|18:28:28.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8483520Z [05-13|18:28:28.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8483740Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8483952Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8484087Z [05-13|18:28:28.299] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8484563Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8484779Z [05-13|18:28:28.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.8485054Z [05-13|18:28:28.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8485271Z [05-13|18:28:28.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8485738Z [05-13|18:28:28.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8485874Z [05-13|18:28:28.300] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8486009Z [05-13|18:28:28.300] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8486152Z [05-13|18:28:28.301] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8486488Z [05-13|18:28:28.299] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8486623Z [05-13|18:28:28.301] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8486842Z [05-13|18:28:28.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8486975Z [05-13|18:28:28.301] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8487328Z [05-13|18:28:28.301] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8487675Z [05-13|18:28:28.302] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8488010Z [05-13|18:28:28.302] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8488399Z [05-13|18:28:28.302] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8488744Z [05-13|18:28:28.302] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8489080Z [05-13|18:28:28.303] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8489474Z [05-13|18:28:28.303] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8489693Z [05-13|18:28:28.303] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8489906Z [05-13|18:28:28.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8490237Z [05-13|18:28:28.304] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8490434Z [05-13|18:28:28.304] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8490767Z [05-13|18:28:28.304] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 91, "digest": "db21a8b1590c64288c5f..."} -2026-05-13T18:30:53.8490954Z [05-13|18:28:28.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8491230Z [05-13|18:28:28.305] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8491711Z [05-13|18:28:28.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8492050Z [05-13|18:28:28.305] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8492193Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8492326Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8492461Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8492598Z [05-13|18:28:28.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8492867Z [05-13|18:28:28.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8493135Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8493353Z [05-13|18:28:28.307] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8493617Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8493880Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8494149Z [05-13|18:28:28.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 100, "votes": 7} -2026-05-13T18:30:53.8494625Z [05-13|18:28:28.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8495097Z [05-13|18:28:28.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 100, "next round": 101, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8495577Z [05-13|18:28:28.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8495845Z [05-13|18:28:28.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8495980Z [05-13|18:28:28.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8496120Z [05-13|18:28:28.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8496384Z [05-13|18:28:28.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8496919Z [05-13|18:28:28.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8497060Z [05-13|18:28:28.308] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8497314Z [05-13|18:28:28.308] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8497578Z [05-13|18:28:28.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8497718Z [05-13|18:28:28.309] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8498301Z [05-13|18:28:28.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8498569Z [05-13|18:28:28.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8498770Z [05-13|18:28:28.309] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8499289Z [05-13|18:28:28.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8499760Z [05-13|18:28:28.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8500110Z [05-13|18:28:28.310] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8500583Z [05-13|18:28:28.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8501053Z [05-13|18:28:28.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8501194Z [05-13|18:28:28.310] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8501533Z [05-13|18:28:28.310] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8501670Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8501810Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8501944Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8502077Z [05-13|18:28:28.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8502294Z [05-13|18:28:28.311] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 101} -2026-05-13T18:30:53.8502426Z [05-13|18:28:28.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8502558Z [05-13|18:28:28.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8502895Z [05-13|18:28:28.312] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8503236Z [05-13|18:28:28.313] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8503506Z [05-13|18:28:28.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8503841Z [05-13|18:28:28.312] INFO Simplex/epoch.go:1369 Committed block {"round": 100, "sequence": 92, "digest": "bd1c8bf07585a6d527aa..."} -2026-05-13T18:30:53.8504177Z [05-13|18:28:28.313] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8504312Z [05-13|18:28:28.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8504638Z [05-13|18:28:28.314] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8504972Z [05-13|18:28:28.314] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8505167Z [05-13|18:28:28.315] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8505435Z [05-13|18:28:28.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8505968Z [05-13|18:28:28.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8506444Z [05-13|18:28:28.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8506919Z [05-13|18:28:28.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8507092Z [05-13|18:28:28.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8507229Z [05-13|18:28:28.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8507600Z [05-13|18:28:28.316] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8507741Z [05-13|18:28:28.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8508185Z [05-13|18:28:28.316] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8508456Z [05-13|18:28:28.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 101, "votes": 7} -2026-05-13T18:30:53.8508939Z [05-13|18:28:28.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8509412Z [05-13|18:28:28.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8509631Z [05-13|18:28:28.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8509849Z [05-13|18:28:28.317] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8510063Z [05-13|18:28:28.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8510531Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8511004Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8511476Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8511948Z [05-13|18:28:28.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8512085Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8512219Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8512354Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8512569Z [05-13|18:28:28.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8512704Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8512836Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8512971Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8513181Z [05-13|18:28:28.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8513488Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8513965Z [05-13|18:28:28.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 101, "next round": 102, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8514158Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8514294Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8514509Z [05-13|18:28:28.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8514641Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8514771Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8514903Z [05-13|18:28:28.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8515032Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8515217Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8515357Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8515489Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8515668Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8515804Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8515938Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8516068Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8516199Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8516334Z [05-13|18:28:28.321] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8516464Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8516594Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8516730Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8516941Z [05-13|18:28:28.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8517278Z [05-13|18:28:28.322] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8517418Z [05-13|18:28:28.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8517549Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8517680Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8517810Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8517945Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8518396Z [05-13|18:28:28.323] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8518534Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8518674Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8518804Z [05-13|18:28:28.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8519280Z [05-13|18:28:28.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8519421Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8519551Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8519682Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8519817Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8519947Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8520077Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8520210Z [05-13|18:28:28.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8520416Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8520546Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8521019Z [05-13|18:28:28.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8521211Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8521426Z [05-13|18:28:28.325] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8521760Z [05-13|18:28:28.326] INFO Simplex/epoch.go:1369 Committed block {"round": 101, "sequence": 93, "digest": "d50497a751744de679ad..."} -2026-05-13T18:30:53.8521897Z [05-13|18:28:28.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8522029Z [05-13|18:28:28.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8522212Z [05-13|18:28:28.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8522352Z [05-13|18:28:28.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8522485Z [05-13|18:28:28.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8523045Z [05-13|18:28:28.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 102, "next round": 103, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8523187Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8523318Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8523449Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8523581Z [05-13|18:28:28.328] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8523849Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8524115Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8524396Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8524876Z [05-13|18:28:28.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8525143Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8525410Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8525670Z [05-13|18:28:28.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 8} -2026-05-13T18:30:53.8526140Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8526620Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8527092Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8527360Z [05-13|18:28:28.330] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8527578Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8528160Z [05-13|18:28:28.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8528634Z [05-13|18:28:28.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8528926Z [05-13|18:28:28.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8529375Z [05-13|18:28:28.331] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 103, "epoch round": 103} -2026-05-13T18:30:53.8529565Z [05-13|18:28:28.331] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8529780Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8530253Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8530723Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8530994Z [05-13|18:28:28.332] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 103} -2026-05-13T18:30:53.8531131Z [05-13|18:28:28.332] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8531313Z [05-13|18:28:28.332] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8531453Z [05-13|18:28:28.332] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8531789Z [05-13|18:28:28.332] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8532001Z [05-13|18:28:28.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8532215Z [05-13|18:28:28.333] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8532549Z [05-13|18:28:28.333] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8532685Z [05-13|18:28:28.333] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8532903Z [05-13|18:28:28.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8533236Z [05-13|18:28:28.334] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8533373Z [05-13|18:28:28.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8533510Z [05-13|18:28:28.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8533721Z [05-13|18:28:28.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8533853Z [05-13|18:28:28.333] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8534061Z [05-13|18:28:28.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8534397Z [05-13|18:28:28.335] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8534531Z [05-13|18:28:28.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8534743Z [05-13|18:28:28.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8535080Z [05-13|18:28:28.336] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8535413Z [05-13|18:28:28.336] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8535744Z [05-13|18:28:28.336] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8535882Z [05-13|18:28:28.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8536012Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8536144Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8536279Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8536457Z [05-13|18:28:28.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8536790Z [05-13|18:28:28.337] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8536932Z [05-13|18:28:28.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8537240Z [05-13|18:28:28.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8537505Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8537773Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8538219Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8538559Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8539123Z [05-13|18:28:28.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8539447Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8539928Z [05-13|18:28:28.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8540200Z [05-13|18:28:28.339] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8540673Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8541147Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8541626Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8542094Z [05-13|18:28:28.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8542362Z [05-13|18:28:28.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8542835Z [05-13|18:28:28.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8543100Z [05-13|18:28:28.341] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8543603Z [05-13|18:28:28.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8543750Z [05-13|18:28:28.342] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8544090Z [05-13|18:28:28.342] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8544566Z [05-13|18:28:28.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8544908Z [05-13|18:28:28.343] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8545125Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8545477Z [05-13|18:28:28.343] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8545757Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8545892Z [05-13|18:28:28.342] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8546103Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8546294Z [05-13|18:28:28.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8546505Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8546716Z [05-13|18:28:28.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8546935Z [05-13|18:28:28.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8547203Z [05-13|18:28:28.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 103, "votes": 7} -2026-05-13T18:30:53.8547453Z [05-13|18:28:28.344] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8547933Z [05-13|18:28:28.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 103, "next round": 104, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8548455Z [05-13|18:28:28.344] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8548597Z [05-13|18:28:28.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8548735Z [05-13|18:28:28.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8548866Z [05-13|18:28:28.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8548997Z [05-13|18:28:28.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8549214Z [05-13|18:28:28.345] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 104} -2026-05-13T18:30:53.8549549Z [05-13|18:28:28.345] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8549766Z [05-13|18:28:28.346] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8549906Z [05-13|18:28:28.346] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8550038Z [05-13|18:28:28.346] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8550372Z [05-13|18:28:28.345] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8550590Z [05-13|18:28:28.347] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8550724Z [05-13|18:28:28.347] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8551056Z [05-13|18:28:28.347] INFO Simplex/epoch.go:1369 Committed block {"round": 103, "sequence": 94, "digest": "6313a3394941ac7fe951..."} -2026-05-13T18:30:53.8551393Z [05-13|18:28:28.346] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8551528Z [05-13|18:28:28.347] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8551660Z [05-13|18:28:28.347] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8551793Z [05-13|18:28:28.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8551930Z [05-13|18:28:28.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8552197Z [05-13|18:28:28.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8552529Z [05-13|18:28:28.348] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8553014Z [05-13|18:28:28.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8553349Z [05-13|18:28:28.349] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8553544Z [05-13|18:28:28.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8553680Z [05-13|18:28:28.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8553947Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8554274Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8554543Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8554675Z [05-13|18:28:28.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8554938Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8555204Z [05-13|18:28:28.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8555520Z [05-13|18:28:28.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8556043Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8556524Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8556997Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8557465Z [05-13|18:28:28.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8557938Z [05-13|18:28:28.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8558528Z [05-13|18:28:28.351] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8558752Z [05-13|18:28:28.352] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8558886Z [05-13|18:28:28.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8559153Z [05-13|18:28:28.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8559285Z [05-13|18:28:28.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8559553Z [05-13|18:28:28.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8559817Z [05-13|18:28:28.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 104, "votes": 7} -2026-05-13T18:30:53.8560033Z [05-13|18:28:28.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8560249Z [05-13|18:28:28.354] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8560727Z [05-13|18:28:28.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8561068Z [05-13|18:28:28.354] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8561550Z [05-13|18:28:28.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 104, "next round": 105, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8561762Z [05-13|18:28:28.355] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8562099Z [05-13|18:28:28.354] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8562504Z [05-13|18:28:28.355] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8562640Z [05-13|18:28:28.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8563167Z [05-13|18:28:28.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8563507Z [05-13|18:28:28.355] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8563639Z [05-13|18:28:28.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8563850Z [05-13|18:28:28.355] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8564242Z [05-13|18:28:28.355] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8564460Z [05-13|18:28:28.355] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8564645Z [05-13|18:28:28.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8564860Z [05-13|18:28:28.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8565074Z [05-13|18:28:28.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8565207Z [05-13|18:28:28.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8565541Z [05-13|18:28:28.356] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8565753Z [05-13|18:28:28.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8565887Z [05-13|18:28:28.357] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8566224Z [05-13|18:28:28.357] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8566437Z [05-13|18:28:28.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 105} -2026-05-13T18:30:53.8566573Z [05-13|18:28:28.357] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8566913Z [05-13|18:28:28.358] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8567046Z [05-13|18:28:28.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8567375Z [05-13|18:28:28.358] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8567514Z [05-13|18:28:28.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8567846Z [05-13|18:28:28.359] INFO Simplex/epoch.go:1369 Committed block {"round": 104, "sequence": 95, "digest": "24dbed64a823377544b5..."} -2026-05-13T18:30:53.8567983Z [05-13|18:28:28.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8568390Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8568667Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8568934Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8569201Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8569463Z [05-13|18:28:28.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8569723Z [05-13|18:28:28.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8570181Z [05-13|18:28:28.361] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 105, "epoch round": 105} -2026-05-13T18:30:53.8570516Z [05-13|18:28:28.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8571006Z [05-13|18:28:28.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8571539Z [05-13|18:28:28.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8571980Z [05-13|18:28:28.361] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 106, "epoch round": 106} -2026-05-13T18:30:53.8572453Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8572983Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8573169Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8573304Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8573528Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8573662Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8574097Z [05-13|18:28:28.361] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 106, "epoch round": 106} -2026-05-13T18:30:53.8574236Z [05-13|18:28:28.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8574712Z [05-13|18:28:28.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8575184Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8575628Z [05-13|18:28:28.363] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 106, "epoch round": 106} -2026-05-13T18:30:53.8575764Z [05-13|18:28:28.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8575977Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8576247Z [05-13|18:28:28.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 105, "votes": 7} -2026-05-13T18:30:53.8576458Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8576933Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8577150Z [05-13|18:28:28.364] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8577491Z [05-13|18:28:28.364] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8577827Z [05-13|18:28:28.364] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8578428Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8578764Z [05-13|18:28:28.364] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8578975Z [05-13|18:28:28.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8579379Z [05-13|18:28:28.365] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8579713Z [05-13|18:28:28.366] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8580246Z [05-13|18:28:28.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8580386Z [05-13|18:28:28.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8580519Z [05-13|18:28:28.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8580728Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8580942Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8581202Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8581681Z [05-13|18:28:28.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 105, "next round": 106, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8581869Z [05-13|18:28:28.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8582205Z [05-13|18:28:28.368] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8582342Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8582479Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8582688Z [05-13|18:28:28.368] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 106} -2026-05-13T18:30:53.8582825Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8582955Z [05-13|18:28:28.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8583292Z [05-13|18:28:28.369] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8583627Z [05-13|18:28:28.369] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8583965Z [05-13|18:28:28.369] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8584179Z [05-13|18:28:28.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8584312Z [05-13|18:28:28.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8584443Z [05-13|18:28:28.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8584577Z [05-13|18:28:28.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8584908Z [05-13|18:28:28.371] INFO Simplex/epoch.go:1369 Committed block {"round": 105, "sequence": 96, "digest": "b18420c2ca523e0544de..."} -2026-05-13T18:30:53.8585045Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8585181Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8585314Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8585446Z [05-13|18:28:28.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8585721Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8585989Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8586251Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8586515Z [05-13|18:28:28.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8586776Z [05-13|18:28:28.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8587303Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8587575Z [05-13|18:28:28.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8587876Z [05-13|18:28:28.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8588470Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8588951Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8589519Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8590044Z [05-13|18:28:28.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8590322Z [05-13|18:28:28.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8590799Z [05-13|18:28:28.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8591016Z [05-13|18:28:28.374] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8591234Z [05-13|18:28:28.374] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8591443Z [05-13|18:28:28.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8591583Z [05-13|18:28:28.375] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8591797Z [05-13|18:28:28.375] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8592065Z [05-13|18:28:28.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 106, "votes": 7} -2026-05-13T18:30:53.8592330Z [05-13|18:28:28.374] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 107, "votes": 7} -2026-05-13T18:30:53.8592545Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8592756Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8593235Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8593711Z [05-13|18:28:28.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8594055Z [05-13|18:28:28.376] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8594390Z [05-13|18:28:28.377] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8594869Z [05-13|18:28:28.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8595005Z [05-13|18:28:28.377] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8595339Z [05-13|18:28:28.377] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8595557Z [05-13|18:28:28.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8596115Z [05-13|18:28:28.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 106, "next round": 107, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8596266Z [05-13|18:28:28.378] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8596606Z [05-13|18:28:28.378] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8596794Z [05-13|18:28:28.378] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8596927Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8597265Z [05-13|18:28:28.379] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8597398Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8597531Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8597705Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8597841Z [05-13|18:28:28.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8598163Z [05-13|18:28:28.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8598565Z [05-13|18:28:28.380] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8598901Z [05-13|18:28:28.380] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8599114Z [05-13|18:28:28.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8599328Z [05-13|18:28:28.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 107} -2026-05-13T18:30:53.8599464Z [05-13|18:28:28.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8599794Z [05-13|18:28:28.381] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8600130Z [05-13|18:28:28.381] INFO Simplex/epoch.go:1369 Committed block {"round": 106, "sequence": 97, "digest": "4065b8a1cc8a29613945..."} -2026-05-13T18:30:53.8600266Z [05-13|18:28:28.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8600403Z [05-13|18:28:28.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8600843Z [05-13|18:28:28.382] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} -2026-05-13T18:30:53.8600982Z [05-13|18:28:28.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8601311Z [05-13|18:28:28.382] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8601444Z [05-13|18:28:28.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8601719Z [05-13|18:28:28.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.8601985Z [05-13|18:28:28.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.8602468Z [05-13|18:28:28.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8602945Z [05-13|18:28:28.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8603211Z [05-13|18:28:28.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.8603688Z [05-13|18:28:28.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8603903Z [05-13|18:28:28.384] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8604101Z [05-13|18:28:28.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8604366Z [05-13|18:28:28.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.8604841Z [05-13|18:28:28.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8605334Z [05-13|18:28:28.384] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8605471Z [05-13|18:28:28.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8605906Z [05-13|18:28:28.385] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8606039Z [05-13|18:28:28.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8606531Z [05-13|18:28:28.385] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8607004Z [05-13|18:28:28.385] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8607139Z [05-13|18:28:28.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8607406Z [05-13|18:28:28.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.8607539Z [05-13|18:28:28.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8608012Z [05-13|18:28:28.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8608567Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} -2026-05-13T18:30:53.8609003Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} -2026-05-13T18:30:53.8609430Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} -2026-05-13T18:30:53.8609866Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} -2026-05-13T18:30:53.8610001Z [05-13|18:28:28.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8610133Z [05-13|18:28:28.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8610565Z [05-13|18:28:28.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 107, "epoch round": 107} -2026-05-13T18:30:53.8610781Z [05-13|18:28:28.386] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8610913Z [05-13|18:28:28.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8611182Z [05-13|18:28:28.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.8611658Z [05-13|18:28:28.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8612129Z [05-13|18:28:28.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8612268Z [05-13|18:28:28.387] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8612478Z [05-13|18:28:28.388] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8612612Z [05-13|18:28:28.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8612815Z [05-13|18:28:28.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8613085Z [05-13|18:28:28.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 108, "votes": 7} -2026-05-13T18:30:53.8613557Z [05-13|18:28:28.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8613962Z [05-13|18:28:28.388] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8614303Z [05-13|18:28:28.389] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8614782Z [05-13|18:28:28.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 107, "next round": 108, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8615181Z [05-13|18:28:28.389] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8615317Z [05-13|18:28:28.389] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8615576Z [05-13|18:28:28.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8615793Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8615932Z [05-13|18:28:28.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8616141Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8616478Z [05-13|18:28:28.390] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8616695Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8617172Z [05-13|18:28:28.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8617386Z [05-13|18:28:28.391] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8617727Z [05-13|18:28:28.391] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8617863Z [05-13|18:28:28.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8618312Z [05-13|18:28:28.391] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8618456Z [05-13|18:28:28.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8618674Z [05-13|18:28:28.392] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 108} -2026-05-13T18:30:53.8619024Z [05-13|18:28:28.393] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8619248Z [05-13|18:28:28.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8619391Z [05-13|18:28:28.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8619732Z [05-13|18:28:28.393] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8619874Z [05-13|18:28:28.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8620007Z [05-13|18:28:28.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8620339Z [05-13|18:28:28.393] INFO Simplex/epoch.go:1369 Committed block {"round": 107, "sequence": 98, "digest": "a8e151064e9a13674be9..."} -2026-05-13T18:30:53.8620678Z [05-13|18:28:28.394] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8620955Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8621290Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8621431Z [05-13|18:28:28.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8621564Z [05-13|18:28:28.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8621890Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8622157Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8622291Z [05-13|18:28:28.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8622553Z [05-13|18:28:28.394] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8623085Z [05-13|18:28:28.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8623561Z [05-13|18:28:28.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8624060Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8624206Z [05-13|18:28:28.395] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8624471Z [05-13|18:28:28.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8624915Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8625358Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8625497Z [05-13|18:28:28.395] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8625975Z [05-13|18:28:28.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8626199Z [05-13|18:28:28.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8626633Z [05-13|18:28:28.395] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8626768Z [05-13|18:28:28.396] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8627039Z [05-13|18:28:28.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8627510Z [05-13|18:28:28.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8627981Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8628575Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8629021Z [05-13|18:28:28.397] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 108, "epoch round": 108} -2026-05-13T18:30:53.8629160Z [05-13|18:28:28.397] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8629653Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8630132Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 108, "next round": 109, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8630418Z [05-13|18:28:28.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8630906Z [05-13|18:28:28.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8631238Z [05-13|18:28:28.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8631373Z [05-13|18:28:28.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8631859Z [05-13|18:28:28.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8632259Z [05-13|18:28:28.398] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8632397Z [05-13|18:28:28.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8632617Z [05-13|18:28:28.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8632800Z [05-13|18:28:28.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8633017Z [05-13|18:28:28.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8633234Z [05-13|18:28:28.399] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8633445Z [05-13|18:28:28.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8633787Z [05-13|18:28:28.400] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8633927Z [05-13|18:28:28.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8634142Z [05-13|18:28:28.400] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8634277Z [05-13|18:28:28.401] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8634415Z [05-13|18:28:28.401] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8634625Z [05-13|18:28:28.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8634969Z [05-13|18:28:28.401] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8635107Z [05-13|18:28:28.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8635240Z [05-13|18:28:28.401] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8635591Z [05-13|18:28:28.401] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8635932Z [05-13|18:28:28.401] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8636275Z [05-13|18:28:28.402] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8636410Z [05-13|18:28:28.402] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8636753Z [05-13|18:28:28.402] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8637091Z [05-13|18:28:28.402] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8637224Z [05-13|18:28:28.402] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8637434Z [05-13|18:28:28.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8637570Z [05-13|18:28:28.403] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8637700Z [05-13|18:28:28.403] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8637973Z [05-13|18:28:28.403] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8638530Z [05-13|18:28:28.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 109} -2026-05-13T18:30:53.8638809Z [05-13|18:28:28.404] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8639226Z [05-13|18:28:28.404] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8639499Z [05-13|18:28:28.404] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8639763Z [05-13|18:28:28.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8640205Z [05-13|18:28:28.405] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 109, "epoch round": 109} -2026-05-13T18:30:53.8640397Z [05-13|18:28:28.405] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8640883Z [05-13|18:28:28.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8641405Z [05-13|18:28:28.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8641682Z [05-13|18:28:28.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8642149Z [05-13|18:28:28.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8642449Z [05-13|18:28:28.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8642675Z [05-13|18:28:28.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8642888Z [05-13|18:28:28.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8643236Z [05-13|18:28:28.406] INFO Simplex/epoch.go:1369 Committed block {"round": 108, "sequence": 99, "digest": "2be10abd01cde4de2f59..."} -2026-05-13T18:30:53.8643510Z [05-13|18:28:28.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8643977Z [05-13|18:28:28.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8644448Z [05-13|18:28:28.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8644717Z [05-13|18:28:28.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8644855Z [05-13|18:28:28.408] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8645325Z [05-13|18:28:28.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8645793Z [05-13|18:28:28.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8646274Z [05-13|18:28:28.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8646745Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8646958Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8647238Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8647591Z [05-13|18:28:28.409] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8647803Z [05-13|18:28:28.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8647979Z [05-13|18:28:28.410] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8648448Z [05-13|18:28:28.410] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8648661Z [05-13|18:28:28.410] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8648796Z [05-13|18:28:28.410] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8649005Z [05-13|18:28:28.411] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8649204Z [05-13|18:28:28.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8649547Z [05-13|18:28:28.411] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8649811Z [05-13|18:28:28.411] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8649953Z [05-13|18:28:28.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8650291Z [05-13|18:28:28.412] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8650425Z [05-13|18:28:28.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8650764Z [05-13|18:28:28.412] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8651229Z [05-13|18:28:28.413] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8651495Z [05-13|18:28:28.413] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8652146Z [05-13|18:28:28.413] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8652570Z [05-13|18:28:28.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8652832Z [05-13|18:28:28.413] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8653341Z [05-13|18:28:28.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 109, "votes": 7} -2026-05-13T18:30:53.8653844Z [05-13|18:28:28.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8654351Z [05-13|18:28:28.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8654856Z [05-13|18:28:28.414] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8655167Z [05-13|18:28:28.414] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8655763Z [05-13|18:28:28.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8656040Z [05-13|18:28:28.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8656382Z [05-13|18:28:28.415] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8656516Z [05-13|18:28:28.415] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8656994Z [05-13|18:28:28.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 109, "next round": 110, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8657130Z [05-13|18:28:28.415] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8657515Z [05-13|18:28:28.415] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8657995Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8658636Z [05-13|18:28:28.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8658908Z [05-13|18:28:28.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8659179Z [05-13|18:28:28.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8659659Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8660532Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8660984Z [05-13|18:28:28.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8661547Z [05-13|18:28:28.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8662056Z [05-13|18:28:28.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8662484Z [05-13|18:28:28.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8662966Z [05-13|18:28:28.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8663446Z [05-13|18:28:28.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8663601Z [05-13|18:28:28.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8663823Z [05-13|18:28:28.418] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8664298Z [05-13|18:28:28.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8664442Z [05-13|18:28:28.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8664799Z [05-13|18:28:28.419] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8664934Z [05-13|18:28:28.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8665070Z [05-13|18:28:28.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8665289Z [05-13|18:28:28.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 110} -2026-05-13T18:30:53.8665634Z [05-13|18:28:28.420] INFO Simplex/epoch.go:1369 Committed block {"round": 109, "sequence": 100, "digest": "7f25432eeda0cff55097..."} -2026-05-13T18:30:53.8665778Z [05-13|18:28:28.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8666122Z [05-13|18:28:28.420] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8666460Z [05-13|18:28:28.420] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8666611Z [05-13|18:28:28.421] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8666746Z [05-13|18:28:28.421] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8667084Z [05-13|18:28:28.421] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8667299Z [05-13|18:28:28.422] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8667778Z [05-13|18:28:28.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8667971Z [05-13|18:28:28.422] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8668427Z [05-13|18:28:28.422] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8668568Z [05-13|18:28:28.422] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8668910Z [05-13|18:28:28.422] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8669387Z [05-13|18:28:28.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8669675Z [05-13|18:28:28.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8669812Z [05-13|18:28:28.423] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8670210Z [05-13|18:28:28.423] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8670489Z [05-13|18:28:28.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8670835Z [05-13|18:28:28.423] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8671316Z [05-13|18:28:28.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8671661Z [05-13|18:28:28.423] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8671800Z [05-13|18:28:28.424] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8671945Z [05-13|18:28:28.424] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8672161Z [05-13|18:28:28.424] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8672638Z [05-13|18:28:28.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8673111Z [05-13|18:28:28.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8673246Z [05-13|18:28:28.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8673380Z [05-13|18:28:28.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8673519Z [05-13|18:28:28.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8673991Z [05-13|18:28:28.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8674463Z [05-13|18:28:28.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8674604Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8674738Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8674868Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8675005Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8675137Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8675267Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8675399Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8675607Z [05-13|18:28:28.426] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8675878Z [05-13|18:28:28.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 110, "votes": 7} -2026-05-13T18:30:53.8676011Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8676286Z [05-13|18:28:28.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8676418Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8676549Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8676894Z [05-13|18:28:28.427] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8677108Z [05-13|18:28:28.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8677240Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8677415Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8677549Z [05-13|18:28:28.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8678181Z [05-13|18:28:28.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 110, "next round": 111, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8678348Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8678494Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8678628Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8679120Z [05-13|18:28:28.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8679255Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8679390Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8679609Z [05-13|18:28:28.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8679746Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8679876Z [05-13|18:28:28.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8680007Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8680143Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8680274Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8680485Z [05-13|18:28:28.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8680837Z [05-13|18:28:28.429] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8680970Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8681183Z [05-13|18:28:28.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 111} -2026-05-13T18:30:53.8681321Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8681470Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8681603Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8681740Z [05-13|18:28:28.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8681872Z [05-13|18:28:28.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8682004Z [05-13|18:28:28.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8682486Z [05-13|18:28:28.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8682839Z [05-13|18:28:28.430] INFO Simplex/epoch.go:1369 Committed block {"round": 110, "sequence": 101, "digest": "298e609afe1c9e88e3bf..."} -2026-05-13T18:30:53.8683171Z [05-13|18:28:28.431] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8683649Z [05-13|18:28:28.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8683839Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8683971Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8684103Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8684238Z [05-13|18:28:28.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8684369Z [05-13|18:28:28.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8684499Z [05-13|18:28:28.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8684718Z [05-13|18:28:28.432] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8685045Z [05-13|18:28:28.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 111, "votes": 7} -2026-05-13T18:30:53.8685180Z [05-13|18:28:28.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8685711Z [05-13|18:28:28.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 111, "next round": 112, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8685850Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8685981Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8686119Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8686250Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8686380Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8686536Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8686686Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8686816Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8686945Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8687085Z [05-13|18:28:28.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8687216Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8687346Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8687482Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8687612Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8687742Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8687877Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8688009Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8688261Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8688395Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8688527Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8688657Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8688790Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8688925Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8689056Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8689187Z [05-13|18:28:28.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8689321Z [05-13|18:28:28.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8689667Z [05-13|18:28:28.436] INFO Simplex/epoch.go:1369 Committed block {"round": 111, "sequence": 102, "digest": "ea965cf319c7e7ec10d8..."} -2026-05-13T18:30:53.8689803Z [05-13|18:28:28.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8690007Z [05-13|18:28:28.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8690138Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8690612Z [05-13|18:28:28.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 112, "next round": 113, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8690801Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8690933Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8691065Z [05-13|18:28:28.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8691196Z [05-13|18:28:28.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8691330Z [05-13|18:28:28.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8691459Z [05-13|18:28:28.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8691778Z [05-13|18:28:28.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8692004Z [05-13|18:28:28.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 113} -2026-05-13T18:30:53.8692328Z [05-13|18:28:28.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8692597Z [05-13|18:28:28.439] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8693082Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8693550Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8694021Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8694293Z [05-13|18:28:28.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8694557Z [05-13|18:28:28.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8694771Z [05-13|18:28:28.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8695039Z [05-13|18:28:28.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8695508Z [05-13|18:28:28.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8695773Z [05-13|18:28:28.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8696246Z [05-13|18:28:28.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8696514Z [05-13|18:28:28.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8696984Z [05-13|18:28:28.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8697250Z [05-13|18:28:28.442] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8697463Z [05-13|18:28:28.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8697678Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8698266Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8698680Z [05-13|18:28:28.443] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8699155Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8699550Z [05-13|18:28:28.443] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8699888Z [05-13|18:28:28.443] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8700104Z [05-13|18:28:28.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8700316Z [05-13|18:28:28.444] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8700503Z [05-13|18:28:28.444] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8700723Z [05-13|18:28:28.444] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8701241Z [05-13|18:28:28.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8701380Z [05-13|18:28:28.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8701723Z [05-13|18:28:28.445] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8701935Z [05-13|18:28:28.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8702070Z [05-13|18:28:28.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8702406Z [05-13|18:28:28.445] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8702549Z [05-13|18:28:28.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8702816Z [05-13|18:28:28.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 113, "votes": 7} -2026-05-13T18:30:53.8702950Z [05-13|18:28:28.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8703166Z [05-13|18:28:28.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8703375Z [05-13|18:28:28.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8703509Z [05-13|18:28:28.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8703987Z [05-13|18:28:28.447] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 113, "next round": 114, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8704327Z [05-13|18:28:28.447] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8704668Z [05-13|18:28:28.447] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8704806Z [05-13|18:28:28.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8704940Z [05-13|18:28:28.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8705074Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8705211Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8705342Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8705472Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8705613Z [05-13|18:28:28.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8705826Z [05-13|18:28:28.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 114} -2026-05-13T18:30:53.8706164Z [05-13|18:28:28.448] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8706488Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8706754Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8707056Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8707398Z [05-13|18:28:28.449] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8707664Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8707926Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8708589Z [05-13|18:28:28.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8709178Z [05-13|18:28:28.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8709463Z [05-13|18:28:28.449] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8709615Z [05-13|18:28:28.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8709752Z [05-13|18:28:28.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8709973Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8710462Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8710599Z [05-13|18:28:28.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8711076Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8711431Z [05-13|18:28:28.451] INFO Simplex/epoch.go:1369 Committed block {"round": 113, "sequence": 103, "digest": "a08d88b37215ed132a64..."} -2026-05-13T18:30:53.8711703Z [05-13|18:28:28.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8711836Z [05-13|18:28:28.451] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8712323Z [05-13|18:28:28.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8712542Z [05-13|18:28:28.451] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8713011Z [05-13|18:28:28.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8713463Z [05-13|18:28:28.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 114, "epoch round": 114} -2026-05-13T18:30:53.8713900Z [05-13|18:28:28.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 114, "epoch round": 114} -2026-05-13T18:30:53.8714378Z [05-13|18:28:28.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8714517Z [05-13|18:28:28.451] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8714732Z [05-13|18:28:28.452] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8715208Z [05-13|18:28:28.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8715487Z [05-13|18:28:28.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8715701Z [05-13|18:28:28.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8715887Z [05-13|18:28:28.453] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8716101Z [05-13|18:28:28.453] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8716233Z [05-13|18:28:28.454] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8716579Z [05-13|18:28:28.454] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8716795Z [05-13|18:28:28.454] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8717105Z [05-13|18:28:28.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8717448Z [05-13|18:28:28.454] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8717619Z [05-13|18:28:28.454] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8717757Z [05-13|18:28:28.455] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8718209Z [05-13|18:28:28.455] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8718346Z [05-13|18:28:28.455] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8718830Z [05-13|18:28:28.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8719097Z [05-13|18:28:28.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 114, "votes": 7} -2026-05-13T18:30:53.8719436Z [05-13|18:28:28.455] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8719918Z [05-13|18:28:28.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 114, "next round": 115, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8720260Z [05-13|18:28:28.456] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8720394Z [05-13|18:28:28.456] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8720530Z [05-13|18:28:28.456] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8720863Z [05-13|18:28:28.457] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8720997Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8721133Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8721269Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8721401Z [05-13|18:28:28.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8721744Z [05-13|18:28:28.457] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8721959Z [05-13|18:28:28.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8722169Z [05-13|18:28:28.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8722510Z [05-13|18:28:28.458] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8722644Z [05-13|18:28:28.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8722977Z [05-13|18:28:28.458] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8723308Z [05-13|18:28:28.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 115} -2026-05-13T18:30:53.8723443Z [05-13|18:28:28.459] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8723576Z [05-13|18:28:28.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8723712Z [05-13|18:28:28.459] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8724101Z [05-13|18:28:28.460] INFO Simplex/epoch.go:1369 Committed block {"round": 114, "sequence": 104, "digest": "721fe1f3e55683b2b558..."} -2026-05-13T18:30:53.8724233Z [05-13|18:28:28.459] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8724503Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8724639Z [05-13|18:28:28.460] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8724904Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8725222Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8725492Z [05-13|18:28:28.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8725802Z [05-13|18:28:28.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8726287Z [05-13|18:28:28.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8726557Z [05-13|18:28:28.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8727031Z [05-13|18:28:28.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8727509Z [05-13|18:28:28.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8727984Z [05-13|18:28:28.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8728321Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8728798Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8729064Z [05-13|18:28:28.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8729532Z [05-13|18:28:28.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8730007Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8730227Z [05-13|18:28:28.463] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8730495Z [05-13|18:28:28.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8730712Z [05-13|18:28:28.464] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8731056Z [05-13|18:28:28.465] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8731393Z [05-13|18:28:28.465] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8731732Z [05-13|18:28:28.466] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8732280Z [05-13|18:28:28.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8732621Z [05-13|18:28:28.467] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8732945Z [05-13|18:28:28.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8733159Z [05-13|18:28:28.467] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8733370Z [05-13|18:28:28.467] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8733848Z [05-13|18:28:28.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8734039Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8734175Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8734312Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8734575Z [05-13|18:28:28.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8734792Z [05-13|18:28:28.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8734932Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8735062Z [05-13|18:28:28.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8735270Z [05-13|18:28:28.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8735411Z [05-13|18:28:28.469] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8735687Z [05-13|18:28:28.469] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 115, "votes": 7} -2026-05-13T18:30:53.8736033Z [05-13|18:28:28.470] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8736371Z [05-13|18:28:28.470] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8736510Z [05-13|18:28:28.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8736845Z [05-13|18:28:28.470] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8737326Z [05-13|18:28:28.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 115, "next round": 116, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8737668Z [05-13|18:28:28.471] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8737881Z [05-13|18:28:28.471] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8738266Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8738413Z [05-13|18:28:28.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8738547Z [05-13|18:28:28.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8738813Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8738950Z [05-13|18:28:28.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8739162Z [05-13|18:28:28.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 116} -2026-05-13T18:30:53.8739427Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8739690Z [05-13|18:28:28.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8739952Z [05-13|18:28:28.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8740360Z [05-13|18:28:28.473] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8740846Z [05-13|18:28:28.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8741380Z [05-13|18:28:28.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8741885Z [05-13|18:28:28.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8742413Z [05-13|18:28:28.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8742758Z [05-13|18:28:28.475] INFO Simplex/epoch.go:1369 Committed block {"round": 115, "sequence": 105, "digest": "1cd734471806f5a2c40e..."} -2026-05-13T18:30:53.8742943Z [05-13|18:28:28.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8743216Z [05-13|18:28:28.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8743483Z [05-13|18:28:28.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8743697Z [05-13|18:28:28.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8744207Z [05-13|18:28:28.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8744700Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8745191Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8745463Z [05-13|18:28:28.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8745681Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8746162Z [05-13|18:28:28.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8746515Z [05-13|18:28:28.477] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8746652Z [05-13|18:28:28.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8746793Z [05-13|18:28:28.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8746929Z [05-13|18:28:28.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8747147Z [05-13|18:28:28.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8747359Z [05-13|18:28:28.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8747711Z [05-13|18:28:28.477] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8747922Z [05-13|18:28:28.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8748172Z [05-13|18:28:28.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8748450Z [05-13|18:28:28.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8748663Z [05-13|18:28:28.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8749000Z [05-13|18:28:28.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 116, "votes": 7} -2026-05-13T18:30:53.8749215Z [05-13|18:28:28.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8749695Z [05-13|18:28:28.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8750092Z [05-13|18:28:28.478] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8750573Z [05-13|18:28:28.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 116, "next round": 117, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8750708Z [05-13|18:28:28.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8751103Z [05-13|18:28:28.479] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8751249Z [05-13|18:28:28.480] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8751636Z [05-13|18:28:28.480] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8751854Z [05-13|18:28:28.480] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8752208Z [05-13|18:28:28.480] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8752546Z [05-13|18:28:28.480] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8752679Z [05-13|18:28:28.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8752818Z [05-13|18:28:28.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8753032Z [05-13|18:28:28.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8753373Z [05-13|18:28:28.481] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8753513Z [05-13|18:28:28.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8753647Z [05-13|18:28:28.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8753983Z [05-13|18:28:28.482] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8754122Z [05-13|18:28:28.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8754333Z [05-13|18:28:28.482] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 117} -2026-05-13T18:30:53.8754467Z [05-13|18:28:28.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8754742Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8755014Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8755278Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8755548Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8755685Z [05-13|18:28:28.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8755946Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8756080Z [05-13|18:28:28.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8756427Z [05-13|18:28:28.483] INFO Simplex/epoch.go:1369 Committed block {"round": 116, "sequence": 106, "digest": "0a6bd2df7272aab1a080..."} -2026-05-13T18:30:53.8756694Z [05-13|18:28:28.483] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8756878Z [05-13|18:28:28.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8757017Z [05-13|18:28:28.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8757501Z [05-13|18:28:28.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8758020Z [05-13|18:28:28.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8758415Z [05-13|18:28:28.484] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8758897Z [05-13|18:28:28.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8759443Z [05-13|18:28:28.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8759582Z [05-13|18:28:28.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8760115Z [05-13|18:28:28.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8760597Z [05-13|18:28:28.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8760866Z [05-13|18:28:28.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8761343Z [05-13|18:28:28.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8761831Z [05-13|18:28:28.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8762103Z [05-13|18:28:28.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8762318Z [05-13|18:28:28.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8762537Z [05-13|18:28:28.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8762881Z [05-13|18:28:28.487] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8763093Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8763574Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8763790Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8764004Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8764225Z [05-13|18:28:28.488] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8764567Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8764911Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8765052Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8765386Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8765521Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8765798Z [05-13|18:28:28.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8766143Z [05-13|18:28:28.489] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8766277Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8766462Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8766598Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8766727Z [05-13|18:28:28.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8766864Z [05-13|18:28:28.490] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8767082Z [05-13|18:28:28.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8767421Z [05-13|18:28:28.490] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8767673Z [05-13|18:28:28.491] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8768169Z [05-13|18:28:28.490] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8768311Z [05-13|18:28:28.492] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8768586Z [05-13|18:28:28.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 117, "votes": 7} -2026-05-13T18:30:53.8768725Z [05-13|18:28:28.492] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8769213Z [05-13|18:28:28.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 117, "next round": 118, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8769347Z [05-13|18:28:28.493] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8769483Z [05-13|18:28:28.493] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8769618Z [05-13|18:28:28.493] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8769965Z [05-13|18:28:28.494] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8770306Z [05-13|18:28:28.494] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8770444Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8770575Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8770709Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8770841Z [05-13|18:28:28.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8770971Z [05-13|18:28:28.495] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8771239Z [05-13|18:28:28.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8771509Z [05-13|18:28:28.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8771775Z [05-13|18:28:28.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8772037Z [05-13|18:28:28.496] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8772310Z [05-13|18:28:28.496] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8772792Z [05-13|18:28:28.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8773269Z [05-13|18:28:28.496] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8773407Z [05-13|18:28:28.496] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8773738Z [05-13|18:28:28.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8774216Z [05-13|18:28:28.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8774537Z [05-13|18:28:28.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8775010Z [05-13|18:28:28.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8775278Z [05-13|18:28:28.498] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8775754Z [05-13|18:28:28.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8776288Z [05-13|18:28:28.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8776612Z [05-13|18:28:28.499] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8776830Z [05-13|18:28:28.499] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8777041Z [05-13|18:28:28.499] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8777518Z [05-13|18:28:28.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8777862Z [05-13|18:28:28.501] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8778199Z [05-13|18:28:28.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8778427Z [05-13|18:28:28.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8778912Z [05-13|18:28:28.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8779131Z [05-13|18:28:28.502] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8779610Z [05-13|18:28:28.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8779955Z [05-13|18:28:28.502] INFO Simplex/epoch.go:1369 Committed block {"round": 117, "sequence": 107, "digest": "1cd17d8f58b37c09df3d..."} -2026-05-13T18:30:53.8780296Z [05-13|18:28:28.502] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8780641Z [05-13|18:28:28.502] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8780778Z [05-13|18:28:28.502] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8780911Z [05-13|18:28:28.502] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8781254Z [05-13|18:28:28.503] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8781592Z [05-13|18:28:28.503] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8781806Z [05-13|18:28:28.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 118} -2026-05-13T18:30:53.8781942Z [05-13|18:28:28.504] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8782158Z [05-13|18:28:28.504] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8782565Z [05-13|18:28:28.506] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8782909Z [05-13|18:28:28.506] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8783298Z [05-13|18:28:28.506] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8783434Z [05-13|18:28:28.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8783567Z [05-13|18:28:28.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8783703Z [05-13|18:28:28.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8783973Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8784239Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8784562Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8784830Z [05-13|18:28:28.508] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 118, "votes": 7} -2026-05-13T18:30:53.8785051Z [05-13|18:28:28.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8785276Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8785758Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 118, "next round": 119, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8786025Z [05-13|18:28:28.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8786294Z [05-13|18:28:28.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8786773Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8787248Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8787729Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8788311Z [05-13|18:28:28.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8788590Z [05-13|18:28:28.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8788856Z [05-13|18:28:28.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8789075Z [05-13|18:28:28.510] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8789554Z [05-13|18:28:28.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8789692Z [05-13|18:28:28.511] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8789904Z [05-13|18:28:28.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8790379Z [05-13|18:28:28.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8790594Z [05-13|18:28:28.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8791063Z [05-13|18:28:28.512] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8791351Z [05-13|18:28:28.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 119} -2026-05-13T18:30:53.8791488Z [05-13|18:28:28.512] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8791829Z [05-13|18:28:28.512] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8792223Z [05-13|18:28:28.512] INFO Simplex/epoch.go:1369 Committed block {"round": 118, "sequence": 108, "digest": "46c81f4c1da50f586376..."} -2026-05-13T18:30:53.8792561Z [05-13|18:28:28.512] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8792697Z [05-13|18:28:28.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8792834Z [05-13|18:28:28.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8793102Z [05-13|18:28:28.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8793375Z [05-13|18:28:28.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8793898Z [05-13|18:28:28.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8794355Z [05-13|18:28:28.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} -2026-05-13T18:30:53.8794490Z [05-13|18:28:28.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8794924Z [05-13|18:28:28.514] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} -2026-05-13T18:30:53.8795063Z [05-13|18:28:28.514] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8795277Z [05-13|18:28:28.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8795489Z [05-13|18:28:28.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8795706Z [05-13|18:28:28.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8796136Z [05-13|18:28:28.514] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} -2026-05-13T18:30:53.8796271Z [05-13|18:28:28.514] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8796707Z [05-13|18:28:28.514] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} -2026-05-13T18:30:53.8796917Z [05-13|18:28:28.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8797347Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} -2026-05-13T18:30:53.8797781Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 119, "epoch round": 119} -2026-05-13T18:30:53.8797915Z [05-13|18:28:28.515] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8798617Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8798861Z [05-13|18:28:28.515] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8799338Z [05-13|18:28:28.515] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8799480Z [05-13|18:28:28.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8799973Z [05-13|18:28:28.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8800210Z [05-13|18:28:28.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8800345Z [05-13|18:28:28.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8800694Z [05-13|18:28:28.516] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8800886Z [05-13|18:28:28.517] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8801018Z [05-13|18:28:28.517] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8801362Z [05-13|18:28:28.517] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8801697Z [05-13|18:28:28.517] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8802035Z [05-13|18:28:28.518] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8802371Z [05-13|18:28:28.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 119, "votes": 7} -2026-05-13T18:30:53.8802507Z [05-13|18:28:28.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8802691Z [05-13|18:28:28.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8802830Z [05-13|18:28:28.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8802961Z [05-13|18:28:28.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8803177Z [05-13|18:28:28.519] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8803667Z [05-13|18:28:28.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 119, "next round": 120, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8803802Z [05-13|18:28:28.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8803935Z [05-13|18:28:28.520] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8804076Z [05-13|18:28:28.520] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8804296Z [05-13|18:28:28.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8804637Z [05-13|18:28:28.520] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8804974Z [05-13|18:28:28.521] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8805250Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8805515Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8805651Z [05-13|18:28:28.521] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8805787Z [05-13|18:28:28.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8806055Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8806271Z [05-13|18:28:28.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 120} -2026-05-13T18:30:53.8806544Z [05-13|18:28:28.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8807028Z [05-13|18:28:28.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8807295Z [05-13|18:28:28.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8807562Z [05-13|18:28:28.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8808189Z [05-13|18:28:28.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8808749Z [05-13|18:28:28.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8809028Z [05-13|18:28:28.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8809556Z [05-13|18:28:28.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8810029Z [05-13|18:28:28.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8810246Z [05-13|18:28:28.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8810765Z [05-13|18:28:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8810989Z [05-13|18:28:28.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8811250Z [05-13|18:28:28.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8811725Z [05-13|18:28:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8811946Z [05-13|18:28:28.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8812298Z [05-13|18:28:28.526] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8812569Z [05-13|18:28:28.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8812786Z [05-13|18:28:28.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8813127Z [05-13|18:28:28.526] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8813465Z [05-13|18:28:28.527] INFO Simplex/epoch.go:1369 Committed block {"round": 119, "sequence": 109, "digest": "96f4a87f227dda600154..."} -2026-05-13T18:30:53.8813813Z [05-13|18:28:28.527] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8814152Z [05-13|18:28:28.527] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8814485Z [05-13|18:28:28.526] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8814629Z [05-13|18:28:28.527] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8814844Z [05-13|18:28:28.527] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8815322Z [05-13|18:28:28.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8815600Z [05-13|18:28:28.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 7} -2026-05-13T18:30:53.8815816Z [05-13|18:28:28.529] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8815956Z [05-13|18:28:28.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8816091Z [05-13|18:28:28.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8816571Z [05-13|18:28:28.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8816706Z [05-13|18:28:28.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8817093Z [05-13|18:28:28.529] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8820460Z [05-13|18:28:28.530] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8820668Z [05-13|18:28:28.530] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8821025Z [05-13|18:28:28.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8821397Z [05-13|18:28:28.530] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8821684Z [05-13|18:28:28.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 120, "votes": 8} -2026-05-13T18:30:53.8821911Z [05-13|18:28:28.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8822066Z [05-13|18:28:28.530] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8822616Z [05-13|18:28:28.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 120, "next round": 121, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8823021Z [05-13|18:28:28.531] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8823173Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8823309Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8823442Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8823580Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8823710Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8823928Z [05-13|18:28:28.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 121} -2026-05-13T18:30:53.8824070Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8824208Z [05-13|18:28:28.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8824551Z [05-13|18:28:28.533] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8824839Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8825117Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8825388Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8825659Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8826147Z [05-13|18:28:28.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8826286Z [05-13|18:28:28.533] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8826558Z [05-13|18:28:28.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8826903Z [05-13|18:28:28.533] INFO Simplex/epoch.go:1369 Committed block {"round": 120, "sequence": 110, "digest": "599fb8546727e8dbb0ef..."} -2026-05-13T18:30:53.8827379Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8827851Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8828225Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8828706Z [05-13|18:28:28.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8828920Z [05-13|18:28:28.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8829134Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8829600Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8829791Z [05-13|18:28:28.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8830001Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8830210Z [05-13|18:28:28.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8830483Z [05-13|18:28:28.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8830617Z [05-13|18:28:28.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8830881Z [05-13|18:28:28.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8831017Z [05-13|18:28:28.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8831336Z [05-13|18:28:28.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8831604Z [05-13|18:28:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8832076Z [05-13|18:28:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8832221Z [05-13|18:28:28.537] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8832496Z [05-13|18:28:28.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8832989Z [05-13|18:28:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8833471Z [05-13|18:28:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8833824Z [05-13|18:28:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8834169Z [05-13|18:28:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8834311Z [05-13|18:28:28.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8834584Z [05-13|18:28:28.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 121, "votes": 7} -2026-05-13T18:30:53.8835063Z [05-13|18:28:28.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8835542Z [05-13|18:28:28.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 121, "next round": 122, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8835759Z [05-13|18:28:28.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8835899Z [05-13|18:28:28.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8836255Z [05-13|18:28:28.539] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8836593Z [05-13|18:28:28.539] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8836729Z [05-13|18:28:28.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8836957Z [05-13|18:28:28.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8837151Z [05-13|18:28:28.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8837502Z [05-13|18:28:28.539] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8837864Z [05-13|18:28:28.540] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8838240Z [05-13|18:28:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8838410Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8838549Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8838761Z [05-13|18:28:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8838972Z [05-13|18:28:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 122} -2026-05-13T18:30:53.8839111Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8839315Z [05-13|18:28:28.540] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8839452Z [05-13|18:28:28.541] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8839643Z [05-13|18:28:28.541] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8839778Z [05-13|18:28:28.541] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8839912Z [05-13|18:28:28.542] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8840262Z [05-13|18:28:28.542] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8840396Z [05-13|18:28:28.542] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8840667Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8840933Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8841207Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8841472Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8841736Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8842235Z [05-13|18:28:28.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8842712Z [05-13|18:28:28.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8842988Z [05-13|18:28:28.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8843465Z [05-13|18:28:28.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8843815Z [05-13|18:28:28.544] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8844273Z [05-13|18:28:28.544] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 122, "epoch round": 122} -2026-05-13T18:30:53.8844757Z [05-13|18:28:28.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8844895Z [05-13|18:28:28.544] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8845248Z [05-13|18:28:28.544] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8845727Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8846261Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8846455Z [05-13|18:28:28.545] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8846670Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8847009Z [05-13|18:28:28.545] INFO Simplex/epoch.go:1369 Committed block {"round": 121, "sequence": 111, "digest": "d831dc310b9ead09899a..."} -2026-05-13T18:30:53.8847487Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8847699Z [05-13|18:28:28.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8847873Z [05-13|18:28:28.546] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8848015Z [05-13|18:28:28.546] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8848587Z [05-13|18:28:28.546] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8848810Z [05-13|18:28:28.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8849086Z [05-13|18:28:28.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8849299Z [05-13|18:28:28.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8849638Z [05-13|18:28:28.547] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8849858Z [05-13|18:28:28.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8850074Z [05-13|18:28:28.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8850411Z [05-13|18:28:28.547] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8850553Z [05-13|18:28:28.547] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8850690Z [05-13|18:28:28.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8850823Z [05-13|18:28:28.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8851159Z [05-13|18:28:28.548] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8851436Z [05-13|18:28:28.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8851915Z [05-13|18:28:28.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8852257Z [05-13|18:28:28.549] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8852488Z [05-13|18:28:28.549] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8852627Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8852761Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8853242Z [05-13|18:28:28.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8853377Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8853511Z [05-13|18:28:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8853861Z [05-13|18:28:28.549] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8854263Z [05-13|18:28:28.550] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8854535Z [05-13|18:28:28.550] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 122, "votes": 7} -2026-05-13T18:30:53.8855065Z [05-13|18:28:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 122, "next round": 123, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.8855280Z [05-13|18:28:28.550] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8855413Z [05-13|18:28:28.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8855552Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8855683Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8855818Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8856053Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8856186Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8856434Z [05-13|18:28:28.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8856575Z [05-13|18:28:28.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8856706Z [05-13|18:28:28.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8856837Z [05-13|18:28:28.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8857180Z [05-13|18:28:28.552] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8857520Z [05-13|18:28:28.553] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8857654Z [05-13|18:28:28.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8857994Z [05-13|18:28:28.554] INFO Simplex/epoch.go:1369 Committed block {"round": 122, "sequence": 112, "digest": "bd402a60348ee9e370da..."} -2026-05-13T18:30:53.8858332Z [05-13|18:28:28.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 123} -2026-05-13T18:30:53.8858470Z [05-13|18:28:28.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8858742Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.8859012Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.8859145Z [05-13|18:28:28.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8859409Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.8859546Z [05-13|18:28:28.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8859812Z [05-13|18:28:28.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.8860077Z [05-13|18:28:28.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.8860345Z [05-13|18:28:28.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.8860825Z [05-13|18:28:28.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8861302Z [05-13|18:28:28.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8861574Z [05-13|18:28:28.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 8} -2026-05-13T18:30:53.8862050Z [05-13|18:28:28.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8862587Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8863062Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8863329Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8863466Z [05-13|18:28:28.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8863941Z [05-13|18:28:28.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8864077Z [05-13|18:28:28.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8864341Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8864616Z [05-13|18:28:28.557] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 7} -2026-05-13T18:30:53.8865136Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8865611Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8865829Z [05-13|18:28:28.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8866175Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8866389Z [05-13|18:28:28.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8866740Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8866879Z [05-13|18:28:28.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8867218Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8867565Z [05-13|18:28:28.558] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8867700Z [05-13|18:28:28.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8867833Z [05-13|18:28:28.559] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8868169Z [05-13|18:28:28.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8868618Z [05-13|18:28:28.559] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 123, "epoch round": 123} -2026-05-13T18:30:53.8868755Z [05-13|18:28:28.559] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8869032Z [05-13|18:28:28.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 123, "votes": 8} -2026-05-13T18:30:53.8869170Z [05-13|18:28:28.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8869648Z [05-13|18:28:28.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8869870Z [05-13|18:28:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8870004Z [05-13|18:28:28.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8870137Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8870616Z [05-13|18:28:28.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 123, "next round": 124, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.8870816Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8871160Z [05-13|18:28:28.561] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8871352Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8871487Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8871619Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8871836Z [05-13|18:28:28.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8871970Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8872180Z [05-13|18:28:28.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8872318Z [05-13|18:28:28.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8872722Z [05-13|18:28:28.562] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8872985Z [05-13|18:28:28.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8873332Z [05-13|18:28:28.562] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8873672Z [05-13|18:28:28.562] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8873806Z [05-13|18:28:28.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8873940Z [05-13|18:28:28.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8874157Z [05-13|18:28:28.563] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 124} -2026-05-13T18:30:53.8874499Z [05-13|18:28:28.563] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8874636Z [05-13|18:28:28.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8874775Z [05-13|18:28:28.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8875118Z [05-13|18:28:28.564] INFO Simplex/epoch.go:1369 Committed block {"round": 123, "sequence": 113, "digest": "2ba1ee5dde709d929b66..."} -2026-05-13T18:30:53.8875389Z [05-13|18:28:28.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8875661Z [05-13|18:28:28.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8875924Z [05-13|18:28:28.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8876188Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8876458Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8876722Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8876858Z [05-13|18:28:28.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8877130Z [05-13|18:28:28.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8877618Z [05-13|18:28:28.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8878261Z [05-13|18:28:28.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8878409Z [05-13|18:28:28.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8878890Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8879437Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8879716Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8880189Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8880660Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8881191Z [05-13|18:28:28.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8881465Z [05-13|18:28:28.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 8} -2026-05-13T18:30:53.8881787Z [05-13|18:28:28.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8882270Z [05-13|18:28:28.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8882487Z [05-13|18:28:28.567] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8882836Z [05-13|18:28:28.568] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8883049Z [05-13|18:28:28.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8883524Z [05-13|18:28:28.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8883668Z [05-13|18:28:28.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8883880Z [05-13|18:28:28.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8884015Z [05-13|18:28:28.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8884225Z [05-13|18:28:28.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8884440Z [05-13|18:28:28.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8884780Z [05-13|18:28:28.568] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8885119Z [05-13|18:28:28.569] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8885260Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8885598Z [05-13|18:28:28.570] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8885812Z [05-13|18:28:28.570] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8886156Z [05-13|18:28:28.570] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8886493Z [05-13|18:28:28.570] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8886627Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8886764Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8886895Z [05-13|18:28:28.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8887028Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8887293Z [05-13|18:28:28.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8887426Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8887695Z [05-13|18:28:28.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 124, "votes": 7} -2026-05-13T18:30:53.8887873Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8888005Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8888332Z [05-13|18:28:28.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8888469Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8888809Z [05-13|18:28:28.571] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8888944Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8889139Z [05-13|18:28:28.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8889484Z [05-13|18:28:28.572] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8890013Z [05-13|18:28:28.572] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 124, "next round": 125, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.8890151Z [05-13|18:28:28.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8890290Z [05-13|18:28:28.573] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8890422Z [05-13|18:28:28.573] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8890764Z [05-13|18:28:28.573] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8891038Z [05-13|18:28:28.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8891308Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8891443Z [05-13|18:28:28.574] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8891714Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8891981Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8892246Z [05-13|18:28:28.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8892736Z [05-13|18:28:28.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8893001Z [05-13|18:28:28.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8893486Z [05-13|18:28:28.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8893709Z [05-13|18:28:28.574] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 125} -2026-05-13T18:30:53.8894186Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8894661Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8894802Z [05-13|18:28:28.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8895069Z [05-13|18:28:28.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8895546Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8895825Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8896304Z [05-13|18:28:28.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8896834Z [05-13|18:28:28.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8897101Z [05-13|18:28:28.576] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8897316Z [05-13|18:28:28.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8897699Z [05-13|18:28:28.576] INFO Simplex/epoch.go:1369 Committed block {"round": 124, "sequence": 114, "digest": "241c39a76ab85acabc4f..."} -2026-05-13T18:30:53.8897839Z [05-13|18:28:28.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8897971Z [05-13|18:28:28.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8898482Z [05-13|18:28:28.577] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8898708Z [05-13|18:28:28.577] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8898920Z [05-13|18:28:28.577] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8899261Z [05-13|18:28:28.577] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8899538Z [05-13|18:28:28.577] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8899674Z [05-13|18:28:28.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8900169Z [05-13|18:28:28.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8900518Z [05-13|18:28:28.578] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8900735Z [05-13|18:28:28.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8900945Z [05-13|18:28:28.578] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8901291Z [05-13|18:28:28.578] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8901768Z [05-13|18:28:28.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8902109Z [05-13|18:28:28.579] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8902252Z [05-13|18:28:28.579] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8902388Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8902520Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8902867Z [05-13|18:28:28.580] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8903001Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8903214Z [05-13|18:28:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8903355Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8903488Z [05-13|18:28:28.580] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8903828Z [05-13|18:28:28.580] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8904032Z [05-13|18:28:28.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8904168Z [05-13|18:28:28.579] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8904303Z [05-13|18:28:28.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8904494Z [05-13|18:28:28.581] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8904831Z [05-13|18:28:28.581] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8905043Z [05-13|18:28:28.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8905184Z [05-13|18:28:28.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8905395Z [05-13|18:28:28.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8905585Z [05-13|18:28:28.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8905723Z [05-13|18:28:28.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8905861Z [05-13|18:28:28.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8906168Z [05-13|18:28:28.583] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 125, "votes": 7} -2026-05-13T18:30:53.8906649Z [05-13|18:28:28.583] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 125, "next round": 126, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.8906789Z [05-13|18:28:28.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8907054Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8907189Z [05-13|18:28:28.584] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8907459Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8907726Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8907989Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8908373Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8908861Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8909337Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8909609Z [05-13|18:28:28.584] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8909952Z [05-13|18:28:28.585] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8910435Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8910708Z [05-13|18:28:28.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8911187Z [05-13|18:28:28.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8911323Z [05-13|18:28:28.586] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8911541Z [05-13|18:28:28.586] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8912017Z [05-13|18:28:28.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8912351Z [05-13|18:28:28.586] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8912832Z [05-13|18:28:28.586] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8913358Z [05-13|18:28:28.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8913571Z [05-13|18:28:28.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 126} -2026-05-13T18:30:53.8913918Z [05-13|18:28:28.588] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8914255Z [05-13|18:28:28.588] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8914517Z [05-13|18:28:28.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8914736Z [05-13|18:28:28.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8915263Z [05-13|18:28:28.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8915613Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 125, "sequence": 115, "digest": "f0f9f6c9a6d8f1064353..."} -2026-05-13T18:30:53.8915826Z [05-13|18:28:28.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8916036Z [05-13|18:28:28.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8916371Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8916590Z [05-13|18:28:28.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8916927Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8917261Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8917717Z [05-13|18:28:28.589] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 126, "epoch round": 126} -2026-05-13T18:30:53.8918270Z [05-13|18:28:28.590] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 126, "epoch round": 126} -2026-05-13T18:30:53.8918419Z [05-13|18:28:28.590] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8918632Z [05-13|18:28:28.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8918974Z [05-13|18:28:28.590] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8919311Z [05-13|18:28:28.590] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8919455Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8919589Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8919801Z [05-13|18:28:28.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8919939Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8920272Z [05-13|18:28:28.591] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8920407Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8920548Z [05-13|18:28:28.591] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8921095Z [05-13|18:28:28.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8921235Z [05-13|18:28:28.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8921465Z [05-13|18:28:28.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8921597Z [05-13|18:28:28.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8921728Z [05-13|18:28:28.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8922002Z [05-13|18:28:28.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8922136Z [05-13|18:28:28.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8922268Z [05-13|18:28:28.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8922594Z [05-13|18:28:28.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8922865Z [05-13|18:28:28.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8923401Z [05-13|18:28:28.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8923890Z [05-13|18:28:28.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8924158Z [05-13|18:28:28.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8924295Z [05-13|18:28:28.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8924439Z [05-13|18:28:28.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8924575Z [05-13|18:28:28.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8924844Z [05-13|18:28:28.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8925114Z [05-13|18:28:28.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8925597Z [05-13|18:28:28.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8926071Z [05-13|18:28:28.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8926213Z [05-13|18:28:28.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8926689Z [05-13|18:28:28.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8926906Z [05-13|18:28:28.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8927184Z [05-13|18:28:28.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8927660Z [05-13|18:28:28.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8927928Z [05-13|18:28:28.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 126, "votes": 7} -2026-05-13T18:30:53.8928187Z [05-13|18:28:28.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8928455Z [05-13|18:28:28.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8928934Z [05-13|18:28:28.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8929351Z [05-13|18:28:28.597] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8929566Z [05-13|18:28:28.597] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8929904Z [05-13|18:28:28.597] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8930438Z [05-13|18:28:28.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8930778Z [05-13|18:28:28.598] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8930989Z [05-13|18:28:28.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8931130Z [05-13|18:28:28.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8931317Z [05-13|18:28:28.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8931532Z [05-13|18:28:28.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8931799Z [05-13|18:28:28.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8932141Z [05-13|18:28:28.599] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8932475Z [05-13|18:28:28.600] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8932815Z [05-13|18:28:28.600] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8933296Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 126, "next round": 127, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.8933514Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8933653Z [05-13|18:28:28.600] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8933865Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8934206Z [05-13|18:28:28.600] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8934414Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8934553Z [05-13|18:28:28.601] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8934683Z [05-13|18:28:28.601] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8934891Z [05-13|18:28:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 127} -2026-05-13T18:30:53.8935265Z [05-13|18:28:28.601] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8935478Z [05-13|18:28:28.600] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8935615Z [05-13|18:28:28.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8935754Z [05-13|18:28:28.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8935886Z [05-13|18:28:28.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8936153Z [05-13|18:28:28.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8936493Z [05-13|18:28:28.603] INFO Simplex/epoch.go:1369 Committed block {"round": 126, "sequence": 116, "digest": "4a2f85544da719109760..."} -2026-05-13T18:30:53.8936625Z [05-13|18:28:28.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8937106Z [05-13|18:28:28.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8937293Z [05-13|18:28:28.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8937426Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8937559Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8937694Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8937867Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8938199Z [05-13|18:28:28.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8938340Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8938473Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8938602Z [05-13|18:28:28.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8938938Z [05-13|18:28:28.604] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8939272Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8939591Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8939856Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8940124Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8940386Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8940866Z [05-13|18:28:28.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8941135Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8941402Z [05-13|18:28:28.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8941883Z [05-13|18:28:28.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8942365Z [05-13|18:28:28.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8942850Z [05-13|18:28:28.605] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8943325Z [05-13|18:28:28.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8943670Z [05-13|18:28:28.607] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8944150Z [05-13|18:28:28.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8944425Z [05-13|18:28:28.607] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 127, "votes": 7} -2026-05-13T18:30:53.8944637Z [05-13|18:28:28.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8945117Z [05-13|18:28:28.607] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 127, "next round": 128, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.8945387Z [05-13|18:28:28.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8945522Z [05-13|18:28:28.608] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8946059Z [05-13|18:28:28.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8946277Z [05-13|18:28:28.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8946807Z [05-13|18:28:28.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8947019Z [05-13|18:28:28.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8947157Z [05-13|18:28:28.609] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8947368Z [05-13|18:28:28.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8947578Z [05-13|18:28:28.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8947839Z [05-13|18:28:28.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8948305Z [05-13|18:28:28.610] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8948711Z [05-13|18:28:28.610] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8948855Z [05-13|18:28:28.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8949066Z [05-13|18:28:28.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8949276Z [05-13|18:28:28.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8949424Z [05-13|18:28:28.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8949764Z [05-13|18:28:28.611] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8949901Z [05-13|18:28:28.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8950112Z [05-13|18:28:28.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 128} -2026-05-13T18:30:53.8950451Z [05-13|18:28:28.612] INFO Simplex/epoch.go:1369 Committed block {"round": 127, "sequence": 117, "digest": "7c71f7f679555f692a51..."} -2026-05-13T18:30:53.8950586Z [05-13|18:28:28.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8950924Z [05-13|18:28:28.610] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8951064Z [05-13|18:28:28.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8951197Z [05-13|18:28:28.612] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8951533Z [05-13|18:28:28.612] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8951875Z [05-13|18:28:28.612] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8952011Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8952142Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8952281Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8952414Z [05-13|18:28:28.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8952751Z [05-13|18:28:28.613] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8952889Z [05-13|18:28:28.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8953160Z [05-13|18:28:28.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8953643Z [05-13|18:28:28.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8953850Z [05-13|18:28:28.614] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8954191Z [05-13|18:28:28.615] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8954402Z [05-13|18:28:28.615] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8954599Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8954731Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8954861Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8954989Z [05-13|18:28:28.616] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8955259Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8955522Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8955708Z [05-13|18:28:28.617] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8955978Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 128, "votes": 7} -2026-05-13T18:30:53.8956489Z [05-13|18:28:28.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8956757Z [05-13|18:28:28.617] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8957240Z [05-13|18:28:28.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 128, "next round": 129, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.8957712Z [05-13|18:28:28.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8957850Z [05-13|18:28:28.618] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8958236Z [05-13|18:28:28.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8958376Z [05-13|18:28:28.618] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8958845Z [05-13|18:28:28.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8959117Z [05-13|18:28:28.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8959585Z [05-13|18:28:28.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8959851Z [05-13|18:28:28.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8959987Z [05-13|18:28:28.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8960432Z [05-13|18:28:28.619] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 129, "epoch round": 129} -2026-05-13T18:30:53.8960699Z [05-13|18:28:28.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8961178Z [05-13|18:28:28.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8961647Z [05-13|18:28:28.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8961996Z [05-13|18:28:28.620] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8962469Z [05-13|18:28:28.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8962679Z [05-13|18:28:28.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8963156Z [05-13|18:28:28.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8963345Z [05-13|18:28:28.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8963557Z [05-13|18:28:28.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8963698Z [05-13|18:28:28.621] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8963908Z [05-13|18:28:28.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8964040Z [05-13|18:28:28.622] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8964299Z [05-13|18:28:28.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8964519Z [05-13|18:28:28.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 129} -2026-05-13T18:30:53.8964652Z [05-13|18:28:28.623] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8965047Z [05-13|18:28:28.623] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8965396Z [05-13|18:28:28.623] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8965608Z [05-13|18:28:28.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8965816Z [05-13|18:28:28.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8966089Z [05-13|18:28:28.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8966224Z [05-13|18:28:28.623] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8966435Z [05-13|18:28:28.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8966653Z [05-13|18:28:28.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8966861Z [05-13|18:28:28.624] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8967202Z [05-13|18:28:28.624] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8967678Z [05-13|18:28:28.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8968018Z [05-13|18:28:28.624] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8968267Z [05-13|18:28:28.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8968411Z [05-13|18:28:28.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8968747Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 128, "sequence": 118, "digest": "2964b23cfc6bb2992969..."} -2026-05-13T18:30:53.8969086Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8969224Z [05-13|18:28:28.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8969559Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8969896Z [05-13|18:28:28.625] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8970034Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8970371Z [05-13|18:28:28.626] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8970650Z [05-13|18:28:28.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8970790Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8970921Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8971108Z [05-13|18:28:28.626] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8971244Z [05-13|18:28:28.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8971375Z [05-13|18:28:28.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8971644Z [05-13|18:28:28.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8971776Z [05-13|18:28:28.627] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8972044Z [05-13|18:28:28.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8972362Z [05-13|18:28:28.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8972756Z [05-13|18:28:28.628] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8973027Z [05-13|18:28:28.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8973507Z [05-13|18:28:28.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8973642Z [05-13|18:28:28.628] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8973911Z [05-13|18:28:28.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8974173Z [05-13|18:28:28.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8974652Z [05-13|18:28:28.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8975131Z [05-13|18:28:28.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8975601Z [05-13|18:28:28.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8975741Z [05-13|18:28:28.629] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8976209Z [05-13|18:28:28.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8976677Z [05-13|18:28:28.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8977129Z [05-13|18:28:28.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 130, "epoch round": 130} -2026-05-13T18:30:53.8977399Z [05-13|18:28:28.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8977534Z [05-13|18:28:28.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8977754Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8977966Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8978290Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8978501Z [05-13|18:28:28.631] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8978640Z [05-13|18:28:28.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8978971Z [05-13|18:28:28.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 129, "votes": 7} -2026-05-13T18:30:53.8979104Z [05-13|18:28:28.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8979321Z [05-13|18:28:28.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8979586Z [05-13|18:28:28.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8980060Z [05-13|18:28:28.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8980413Z [05-13|18:28:28.632] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8980751Z [05-13|18:28:28.632] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8981140Z [05-13|18:28:28.632] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8981463Z [05-13|18:28:28.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8981804Z [05-13|18:28:28.633] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8982280Z [05-13|18:28:28.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 129, "next round": 130, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.8982420Z [05-13|18:28:28.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8982891Z [05-13|18:28:28.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8983029Z [05-13|18:28:28.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8983247Z [05-13|18:28:28.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8983589Z [05-13|18:28:28.634] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8983926Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8984269Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 129, "sequence": 119, "digest": "ef4049dd5f6c2e534d54..."} -2026-05-13T18:30:53.8984605Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8984941Z [05-13|18:28:28.635] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8985080Z [05-13|18:28:28.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8985291Z [05-13|18:28:28.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 130} -2026-05-13T18:30:53.8985764Z [05-13|18:28:28.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8985905Z [05-13|18:28:28.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8986038Z [05-13|18:28:28.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8986172Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8986309Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8986440Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8986709Z [05-13|18:28:28.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 130, "votes": 7} -2026-05-13T18:30:53.8987054Z [05-13|18:28:28.637] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8987274Z [05-13|18:28:28.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8987407Z [05-13|18:28:28.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8987582Z [05-13|18:28:28.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8987712Z [05-13|18:28:28.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8987842Z [05-13|18:28:28.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8988576Z [05-13|18:28:28.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 130, "next round": 131, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.8988720Z [05-13|18:28:28.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8988991Z [05-13|18:28:28.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8989571Z [05-13|18:28:28.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8989896Z [05-13|18:28:28.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8990167Z [05-13|18:28:28.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8990434Z [05-13|18:28:28.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8990649Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8991126Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8991399Z [05-13|18:28:28.640] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8991870Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8992086Z [05-13|18:28:28.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 131} -2026-05-13T18:30:53.8992357Z [05-13|18:28:28.641] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8992569Z [05-13|18:28:28.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.8993039Z [05-13|18:28:28.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8993526Z [05-13|18:28:28.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8993800Z [05-13|18:28:28.641] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 8} -2026-05-13T18:30:53.8993935Z [05-13|18:28:28.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8994202Z [05-13|18:28:28.641] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8994416Z [05-13|18:28:28.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.8994886Z [05-13|18:28:28.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8995363Z [05-13|18:28:28.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8995713Z [05-13|18:28:28.642] INFO Simplex/epoch.go:1369 Committed block {"round": 130, "sequence": 120, "digest": "412abb421c6e4539f73d..."} -2026-05-13T18:30:53.8996038Z [05-13|18:28:28.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.8996179Z [05-13|18:28:28.643] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8996522Z [05-13|18:28:28.643] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.8997047Z [05-13|18:28:28.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8997265Z [05-13|18:28:28.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.8997398Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8997741Z [05-13|18:28:28.644] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.8997917Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8998179Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8998456Z [05-13|18:28:28.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.8998677Z [05-13|18:28:28.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.8998809Z [05-13|18:28:28.644] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8998941Z [05-13|18:28:28.645] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.8999155Z [05-13|18:28:28.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.8999380Z [05-13|18:28:28.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.8999856Z [05-13|18:28:28.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.8999996Z [05-13|18:28:28.645] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9000343Z [05-13|18:28:28.646] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9000685Z [05-13|18:28:28.646] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9000896Z [05-13|18:28:28.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.9001238Z [05-13|18:28:28.646] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9001508Z [05-13|18:28:28.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 131, "votes": 7} -2026-05-13T18:30:53.9001722Z [05-13|18:28:28.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.9001867Z [05-13|18:28:28.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9002000Z [05-13|18:28:28.647] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9002340Z [05-13|18:28:28.647] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9002692Z [05-13|18:28:28.647] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9002825Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9003163Z [05-13|18:28:28.648] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9003301Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9003435Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9003912Z [05-13|18:28:28.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 131, "next round": 132, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9004115Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9004249Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9004379Z [05-13|18:28:28.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9004778Z [05-13|18:28:28.648] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9004912Z [05-13|18:28:28.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9005043Z [05-13|18:28:28.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9005177Z [05-13|18:28:28.649] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9005308Z [05-13|18:28:28.650] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9005628Z [05-13|18:28:28.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9005900Z [05-13|18:28:28.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9006206Z [05-13|18:28:28.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9006472Z [05-13|18:28:28.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9006733Z [05-13|18:28:28.653] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9007214Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9007560Z [05-13|18:28:28.653] INFO Simplex/epoch.go:1369 Committed block {"round": 131, "sequence": 121, "digest": "247e16ee687a0ba3bcd9..."} -2026-05-13T18:30:53.9008152Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9008298Z [05-13|18:28:28.653] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9008772Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9009044Z [05-13|18:28:28.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9009309Z [05-13|18:28:28.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9009782Z [05-13|18:28:28.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9010256Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9010472Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 132} -2026-05-13T18:30:53.9010941Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9011415Z [05-13|18:28:28.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9011682Z [05-13|18:28:28.655] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9012150Z [05-13|18:28:28.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9012290Z [05-13|18:28:28.656] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9012575Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9012787Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9013003Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9013266Z [05-13|18:28:28.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9013533Z [05-13|18:28:28.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9013877Z [05-13|18:28:28.656] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9014015Z [05-13|18:28:28.657] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9014227Z [05-13|18:28:28.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9014757Z [05-13|18:28:28.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9015151Z [05-13|18:28:28.657] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9015491Z [05-13|18:28:28.657] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9015828Z [05-13|18:28:28.657] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9015962Z [05-13|18:28:28.658] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9016230Z [05-13|18:28:28.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 132, "votes": 7} -2026-05-13T18:30:53.9016448Z [05-13|18:28:28.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9016787Z [05-13|18:28:28.658] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9016998Z [05-13|18:28:28.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9017483Z [05-13|18:28:28.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 132, "next round": 133, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9017822Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9018274Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9018415Z [05-13|18:28:28.659] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9018752Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9019085Z [05-13|18:28:28.659] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9019224Z [05-13|18:28:28.659] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9019435Z [05-13|18:28:28.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9019568Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9019777Z [05-13|18:28:28.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9019916Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9020048Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9020178Z [05-13|18:28:28.659] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9020314Z [05-13|18:28:28.660] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9020592Z [05-13|18:28:28.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 133} -2026-05-13T18:30:53.9020932Z [05-13|18:28:28.662] INFO Simplex/epoch.go:1369 Committed block {"round": 132, "sequence": 122, "digest": "c68e5767ad5995673ed5..."} -2026-05-13T18:30:53.9021068Z [05-13|18:28:28.662] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9021394Z [05-13|18:28:28.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9021659Z [05-13|18:28:28.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9021927Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9022189Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9022722Z [05-13|18:28:28.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9022996Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9023310Z [05-13|18:28:28.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9023785Z [05-13|18:28:28.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9024260Z [05-13|18:28:28.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9024525Z [05-13|18:28:28.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9024996Z [05-13|18:28:28.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9025270Z [05-13|18:28:28.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9025741Z [05-13|18:28:28.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9026207Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9026482Z [05-13|18:28:28.665] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 133, "votes": 7} -2026-05-13T18:30:53.9026695Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9026907Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9027126Z [05-13|18:28:28.665] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9027567Z [05-13|18:28:28.666] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 133, "epoch round": 133} -2026-05-13T18:30:53.9027704Z [05-13|18:28:28.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9028309Z [05-13|18:28:28.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9028783Z [05-13|18:28:28.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9029254Z [05-13|18:28:28.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9029792Z [05-13|18:28:28.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 133, "next round": 134, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9030138Z [05-13|18:28:28.667] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9030536Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9030750Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9030960Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9031298Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9031432Z [05-13|18:28:28.668] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9031819Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9032034Z [05-13|18:28:28.668] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9032374Z [05-13|18:28:28.668] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9032587Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9032803Z [05-13|18:28:28.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9032940Z [05-13|18:28:28.668] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9033278Z [05-13|18:28:28.669] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9033489Z [05-13|18:28:28.669] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9033705Z [05-13|18:28:28.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9034041Z [05-13|18:28:28.670] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9034252Z [05-13|18:28:28.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 134} -2026-05-13T18:30:53.9034592Z [05-13|18:28:28.670] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9034926Z [05-13|18:28:28.671] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9035060Z [05-13|18:28:28.671] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9035398Z [05-13|18:28:28.671] INFO Simplex/epoch.go:1369 Committed block {"round": 133, "sequence": 123, "digest": "9b9be2819685c30e73e4..."} -2026-05-13T18:30:53.9035533Z [05-13|18:28:28.672] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9035665Z [05-13|18:28:28.672] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9035939Z [05-13|18:28:28.672] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9036206Z [05-13|18:28:28.672] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9036468Z [05-13|18:28:28.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9036953Z [05-13|18:28:28.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9037215Z [05-13|18:28:28.674] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9037695Z [05-13|18:28:28.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9038008Z [05-13|18:28:28.674] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9038603Z [05-13|18:28:28.674] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9039143Z [05-13|18:28:28.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9039600Z [05-13|18:28:28.675] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 134, "epoch round": 134} -2026-05-13T18:30:53.9039735Z [05-13|18:28:28.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9040051Z [05-13|18:28:28.675] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9040324Z [05-13|18:28:28.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9040848Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9041327Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9041597Z [05-13|18:28:28.676] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9042068Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9042284Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9042552Z [05-13|18:28:28.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 134, "votes": 7} -2026-05-13T18:30:53.9043025Z [05-13|18:28:28.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9043240Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9043713Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9043925Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9044135Z [05-13|18:28:28.677] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9044609Z [05-13|18:28:28.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 134, "next round": 135, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9044822Z [05-13|18:28:28.678] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9045034Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9045381Z [05-13|18:28:28.679] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9045590Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9045797Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9046011Z [05-13|18:28:28.679] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9046354Z [05-13|18:28:28.680] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9046551Z [05-13|18:28:28.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9046895Z [05-13|18:28:28.680] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9047233Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9047613Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9047953Z [05-13|18:28:28.680] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9048406Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9048543Z [05-13|18:28:28.681] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9048945Z [05-13|18:28:28.681] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9049083Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9049319Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9049460Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9049796Z [05-13|18:28:28.682] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9049930Z [05-13|18:28:28.682] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9050200Z [05-13|18:28:28.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9050543Z [05-13|18:28:28.683] INFO Simplex/epoch.go:1369 Committed block {"round": 134, "sequence": 124, "digest": "ca8e1aa3ddc2a22430b2..."} -2026-05-13T18:30:53.9050679Z [05-13|18:28:28.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9050952Z [05-13|18:28:28.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9051219Z [05-13|18:28:28.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9051354Z [05-13|18:28:28.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9051841Z [05-13|18:28:28.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9052319Z [05-13|18:28:28.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9052453Z [05-13|18:28:28.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9052605Z [05-13|18:28:28.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9052821Z [05-13|18:28:28.684] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9053087Z [05-13|18:28:28.684] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9053307Z [05-13|18:28:28.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 135} -2026-05-13T18:30:53.9053783Z [05-13|18:28:28.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9054049Z [05-13|18:28:28.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9054317Z [05-13|18:28:28.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9054528Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9054796Z [05-13|18:28:28.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9055126Z [05-13|18:28:28.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9055600Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9056130Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9056399Z [05-13|18:28:28.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9056876Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9057385Z [05-13|18:28:28.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9057641Z [05-13|18:28:28.686] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9058252Z [05-13|18:28:28.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9058735Z [05-13|18:28:28.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9058954Z [05-13|18:28:28.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9059222Z [05-13|18:28:28.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 135, "votes": 7} -2026-05-13T18:30:53.9059695Z [05-13|18:28:28.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 135, "next round": 136, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9060050Z [05-13|18:28:28.688] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9060396Z [05-13|18:28:28.688] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9060532Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9060871Z [05-13|18:28:28.689] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9061006Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9061139Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9061275Z [05-13|18:28:28.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9061490Z [05-13|18:28:28.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9061701Z [05-13|18:28:28.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9061916Z [05-13|18:28:28.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9062128Z [05-13|18:28:28.690] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9062260Z [05-13|18:28:28.690] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9062473Z [05-13|18:28:28.690] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9062606Z [05-13|18:28:28.690] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9062742Z [05-13|18:28:28.690] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9063085Z [05-13|18:28:28.691] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9063493Z [05-13|18:28:28.691] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9063832Z [05-13|18:28:28.691] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9064026Z [05-13|18:28:28.691] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9064159Z [05-13|18:28:28.691] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9064290Z [05-13|18:28:28.691] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9064626Z [05-13|18:28:28.692] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9064763Z [05-13|18:28:28.692] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9064896Z [05-13|18:28:28.692] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9065029Z [05-13|18:28:28.692] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9065426Z [05-13|18:28:28.692] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9065817Z [05-13|18:28:28.692] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9065954Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9066293Z [05-13|18:28:28.693] INFO Simplex/epoch.go:1369 Committed block {"round": 135, "sequence": 125, "digest": "38f5cc3a061cecf9846e..."} -2026-05-13T18:30:53.9066427Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9066558Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9066692Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9066823Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9066954Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9067091Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9067221Z [05-13|18:28:28.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9067434Z [05-13|18:28:28.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 136} -2026-05-13T18:30:53.9067568Z [05-13|18:28:28.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9067839Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9068225Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9068491Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9068761Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9069246Z [05-13|18:28:28.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9069514Z [05-13|18:28:28.695] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9069780Z [05-13|18:28:28.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9070267Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9070749Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9071223Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9071735Z [05-13|18:28:28.696] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 136, "epoch round": 136} -2026-05-13T18:30:53.9071953Z [05-13|18:28:28.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9072481Z [05-13|18:28:28.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9072924Z [05-13|18:28:28.697] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 136, "epoch round": 136} -2026-05-13T18:30:53.9073141Z [05-13|18:28:28.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9073409Z [05-13|18:28:28.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9073891Z [05-13|18:28:28.697] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 136, "epoch round": 136} -2026-05-13T18:30:53.9074429Z [05-13|18:28:28.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9074570Z [05-13|18:28:28.698] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9074782Z [05-13|18:28:28.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9075051Z [05-13|18:28:28.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 8} -2026-05-13T18:30:53.9075315Z [05-13|18:28:28.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 136, "votes": 7} -2026-05-13T18:30:53.9075794Z [05-13|18:28:28.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9076277Z [05-13|18:28:28.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9076625Z [05-13|18:28:28.699] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9077107Z [05-13|18:28:28.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9077324Z [05-13|18:28:28.699] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9077796Z [05-13|18:28:28.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 136, "next round": 137, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9077932Z [05-13|18:28:28.698] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9078187Z [05-13|18:28:28.699] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9078402Z [05-13|18:28:28.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9078537Z [05-13|18:28:28.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9078887Z [05-13|18:28:28.701] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9079098Z [05-13|18:28:28.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9079308Z [05-13|18:28:28.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9079445Z [05-13|18:28:28.701] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9079780Z [05-13|18:28:28.701] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9079917Z [05-13|18:28:28.701] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9080120Z [05-13|18:28:28.701] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9080329Z [05-13|18:28:28.701] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9080466Z [05-13|18:28:28.702] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9080730Z [05-13|18:28:28.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9081070Z [05-13|18:28:28.702] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9081405Z [05-13|18:28:28.702] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9081614Z [05-13|18:28:28.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 137} -2026-05-13T18:30:53.9082006Z [05-13|18:28:28.703] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9082345Z [05-13|18:28:28.703] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9082528Z [05-13|18:28:28.703] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9082877Z [05-13|18:28:28.703] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9083013Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9083146Z [05-13|18:28:28.703] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9083281Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9083411Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9083540Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9083880Z [05-13|18:28:28.704] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9084014Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9084146Z [05-13|18:28:28.704] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9084283Z [05-13|18:28:28.705] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9084416Z [05-13|18:28:28.705] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9084547Z [05-13|18:28:28.705] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9084884Z [05-13|18:28:28.706] INFO Simplex/epoch.go:1369 Committed block {"round": 136, "sequence": 126, "digest": "b195b474f4c9102f564d..."} -2026-05-13T18:30:53.9085017Z [05-13|18:28:28.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9085147Z [05-13|18:28:28.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9085414Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9085684Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9085946Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9086211Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9086701Z [05-13|18:28:28.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9086968Z [05-13|18:28:28.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9087232Z [05-13|18:28:28.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9087718Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9088355Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9088629Z [05-13|18:28:28.708] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9089165Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9089431Z [05-13|18:28:28.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9089912Z [05-13|18:28:28.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9090436Z [05-13|18:28:28.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9090707Z [05-13|18:28:28.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9090892Z [05-13|18:28:28.709] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9091372Z [05-13|18:28:28.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9091850Z [05-13|18:28:28.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9092069Z [05-13|18:28:28.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9092411Z [05-13|18:28:28.710] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9092548Z [05-13|18:28:28.710] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9092770Z [05-13|18:28:28.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9093115Z [05-13|18:28:28.710] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9093328Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9093544Z [05-13|18:28:28.710] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9093678Z [05-13|18:28:28.711] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9094009Z [05-13|18:28:28.711] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9094224Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9094703Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9094918Z [05-13|18:28:28.711] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9095257Z [05-13|18:28:28.711] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9095395Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9095528Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9095737Z [05-13|18:28:28.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9095874Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9096005Z [05-13|18:28:28.712] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9096273Z [05-13|18:28:28.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 137, "votes": 7} -2026-05-13T18:30:53.9096551Z [05-13|18:28:28.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9096890Z [05-13|18:28:28.712] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9097265Z [05-13|18:28:28.713] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9097746Z [05-13|18:28:28.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 137, "next round": 138, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9098207Z [05-13|18:28:28.713] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9098345Z [05-13|18:28:28.713] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9098545Z [05-13|18:28:28.713] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9098879Z [05-13|18:28:28.714] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9099063Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9099301Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9099567Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9099896Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9100163Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9100424Z [05-13|18:28:28.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9100842Z [05-13|18:28:28.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9101265Z [05-13|18:28:28.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 138} -2026-05-13T18:30:53.9101537Z [05-13|18:28:28.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9102191Z [05-13|18:28:28.714] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9102460Z [05-13|18:28:28.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9102718Z [05-13|18:28:28.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9102986Z [05-13|18:28:28.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9103644Z [05-13|18:28:28.716] INFO Simplex/epoch.go:1369 Committed block {"round": 137, "sequence": 127, "digest": "024f11027b54d22f1497..."} -2026-05-13T18:30:53.9104061Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9104337Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9104721Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9104999Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9105139Z [05-13|18:28:28.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9105404Z [05-13|18:28:28.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9105918Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9106401Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9106880Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9107469Z [05-13|18:28:28.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9107745Z [05-13|18:28:28.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9108254Z [05-13|18:28:28.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9108549Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9108768Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9109252Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9109599Z [05-13|18:28:28.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 7} -2026-05-13T18:30:53.9110130Z [05-13|18:28:28.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9110612Z [05-13|18:28:28.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9111091Z [05-13|18:28:28.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9111229Z [05-13|18:28:28.719] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9111447Z [05-13|18:28:28.719] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9111795Z [05-13|18:28:28.720] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9112011Z [05-13|18:28:28.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9112152Z [05-13|18:28:28.720] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9112363Z [05-13|18:28:28.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9112711Z [05-13|18:28:28.720] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9112929Z [05-13|18:28:28.720] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9113200Z [05-13|18:28:28.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 8} -2026-05-13T18:30:53.9113333Z [05-13|18:28:28.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9113671Z [05-13|18:28:28.721] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9114015Z [05-13|18:28:28.721] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9114282Z [05-13|18:28:28.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 138, "votes": 8} -2026-05-13T18:30:53.9114621Z [05-13|18:28:28.721] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9114760Z [05-13|18:28:28.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9115240Z [05-13|18:28:28.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9115579Z [05-13|18:28:28.722] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9115718Z [05-13|18:28:28.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9115913Z [05-13|18:28:28.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9116044Z [05-13|18:28:28.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9116263Z [05-13|18:28:28.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9116531Z [05-13|18:28:28.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9117010Z [05-13|18:28:28.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 138, "next round": 139, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9117149Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9117484Z [05-13|18:28:28.722] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9117696Z [05-13|18:28:28.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9117918Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9118248Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9118485Z [05-13|18:28:28.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9118636Z [05-13|18:28:28.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9118861Z [05-13|18:28:28.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 139} -2026-05-13T18:30:53.9118997Z [05-13|18:28:28.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9119344Z [05-13|18:28:28.724] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9119618Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9119884Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9120156Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9120291Z [05-13|18:28:28.725] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9120635Z [05-13|18:28:28.725] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9120907Z [05-13|18:28:28.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9121042Z [05-13|18:28:28.725] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9121302Z [05-13|18:28:28.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9121438Z [05-13|18:28:28.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9121781Z [05-13|18:28:28.726] INFO Simplex/epoch.go:1369 Committed block {"round": 138, "sequence": 128, "digest": "3593042f34ffff1ce413..."} -2026-05-13T18:30:53.9122271Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9122408Z [05-13|18:28:28.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9122888Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9123023Z [05-13|18:28:28.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9123491Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9123971Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9124254Z [05-13|18:28:28.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9124713Z [05-13|18:28:28.727] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} -2026-05-13T18:30:53.9125187Z [05-13|18:28:28.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9125376Z [05-13|18:28:28.727] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9125817Z [05-13|18:28:28.727] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} -2026-05-13T18:30:53.9126084Z [05-13|18:28:28.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9126402Z [05-13|18:28:28.727] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9126545Z [05-13|18:28:28.727] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9126679Z [05-13|18:28:28.727] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9127190Z [05-13|18:28:28.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9127668Z [05-13|18:28:28.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9127803Z [05-13|18:28:28.728] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9128362Z [05-13|18:28:28.727] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 139, "epoch round": 139} -2026-05-13T18:30:53.9128868Z [05-13|18:28:28.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9129085Z [05-13|18:28:28.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9129431Z [05-13|18:28:28.730] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9129651Z [05-13|18:28:28.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9129787Z [05-13|18:28:28.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9129918Z [05-13|18:28:28.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9130133Z [05-13|18:28:28.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9130403Z [05-13|18:28:28.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9130616Z [05-13|18:28:28.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9130830Z [05-13|18:28:28.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9131308Z [05-13|18:28:28.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9131652Z [05-13|18:28:28.732] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9131785Z [05-13|18:28:28.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9131921Z [05-13|18:28:28.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9132187Z [05-13|18:28:28.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 139, "votes": 7} -2026-05-13T18:30:53.9132659Z [05-13|18:28:28.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 139, "next round": 140, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9132943Z [05-13|18:28:28.733] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9133285Z [05-13|18:28:28.733] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9133674Z [05-13|18:28:28.734] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9134014Z [05-13|18:28:28.734] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9134147Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9134278Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9134412Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9134798Z [05-13|18:28:28.734] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9135140Z [05-13|18:28:28.735] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9135411Z [05-13|18:28:28.735] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9135548Z [05-13|18:28:28.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9135684Z [05-13|18:28:28.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9135820Z [05-13|18:28:28.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9136155Z [05-13|18:28:28.736] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9136290Z [05-13|18:28:28.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9136507Z [05-13|18:28:28.737] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9136643Z [05-13|18:28:28.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9136777Z [05-13|18:28:28.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9137119Z [05-13|18:28:28.738] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9137331Z [05-13|18:28:28.738] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 140} -2026-05-13T18:30:53.9137600Z [05-13|18:28:28.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9137937Z [05-13|18:28:28.739] INFO Simplex/epoch.go:1369 Committed block {"round": 139, "sequence": 129, "digest": "3a230bd33e7a227e98c8..."} -2026-05-13T18:30:53.9138188Z [05-13|18:28:28.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9138460Z [05-13|18:28:28.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9138602Z [05-13|18:28:28.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9138869Z [05-13|18:28:28.739] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9139350Z [05-13|18:28:28.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9139828Z [05-13|18:28:28.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9140096Z [05-13|18:28:28.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9140229Z [05-13|18:28:28.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9140498Z [05-13|18:28:28.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9140715Z [05-13|18:28:28.741] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9141253Z [05-13|18:28:28.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9141525Z [05-13|18:28:28.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9141842Z [05-13|18:28:28.740] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9142312Z [05-13|18:28:28.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9142782Z [05-13|18:28:28.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9143302Z [05-13|18:28:28.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9143833Z [05-13|18:28:28.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9144109Z [05-13|18:28:28.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9144325Z [05-13|18:28:28.744] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9144538Z [05-13|18:28:28.744] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9145009Z [05-13|18:28:28.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9145276Z [05-13|18:28:28.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9145626Z [05-13|18:28:28.745] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9145846Z [05-13|18:28:28.745] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9146060Z [05-13|18:28:28.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9146273Z [05-13|18:28:28.746] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9146751Z [05-13|18:28:28.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9147096Z [05-13|18:28:28.746] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9147437Z [05-13|18:28:28.746] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9147657Z [05-13|18:28:28.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9147995Z [05-13|18:28:28.747] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9148451Z [05-13|18:28:28.747] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9148597Z [05-13|18:28:28.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9148731Z [05-13|18:28:28.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9149066Z [05-13|18:28:28.748] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9149338Z [05-13|18:28:28.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 140, "votes": 7} -2026-05-13T18:30:53.9149552Z [05-13|18:28:28.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9149965Z [05-13|18:28:28.749] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9150116Z [05-13|18:28:28.749] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9150690Z [05-13|18:28:28.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 140, "next round": 141, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9150826Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9151047Z [05-13|18:28:28.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9151181Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9151318Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9151451Z [05-13|18:28:28.750] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9151860Z [05-13|18:28:28.751] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9151998Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9152390Z [05-13|18:28:28.752] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9152735Z [05-13|18:28:28.752] INFO Simplex/epoch.go:1369 Committed block {"round": 140, "sequence": 130, "digest": "c23f1b77a6a1343dc4f2..."} -2026-05-13T18:30:53.9152871Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9153010Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9153146Z [05-13|18:28:28.752] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9153360Z [05-13|18:28:28.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 141} -2026-05-13T18:30:53.9153497Z [05-13|18:28:28.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9153771Z [05-13|18:28:28.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9154041Z [05-13|18:28:28.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9154527Z [05-13|18:28:28.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9155006Z [05-13|18:28:28.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9155275Z [05-13|18:28:28.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9155747Z [05-13|18:28:28.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9155972Z [05-13|18:28:28.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9156241Z [05-13|18:28:28.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9156509Z [05-13|18:28:28.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9156647Z [05-13|18:28:28.755] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9156910Z [05-13|18:28:28.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9157044Z [05-13|18:28:28.756] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9157313Z [05-13|18:28:28.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9157792Z [05-13|18:28:28.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9158221Z [05-13|18:28:28.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9158493Z [05-13|18:28:28.756] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9159027Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9159497Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9159716Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9159981Z [05-13|18:28:28.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 141, "votes": 7} -2026-05-13T18:30:53.9160510Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9161037Z [05-13|18:28:28.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9161256Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9161725Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9161943Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9162412Z [05-13|18:28:28.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 141, "next round": 142, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9162756Z [05-13|18:28:28.758] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9162973Z [05-13|18:28:28.759] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9163187Z [05-13|18:28:28.759] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9163527Z [05-13|18:28:28.759] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9163866Z [05-13|18:28:28.759] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9164002Z [05-13|18:28:28.760] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9164214Z [05-13|18:28:28.760] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9164355Z [05-13|18:28:28.760] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9164691Z [05-13|18:28:28.760] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9164826Z [05-13|18:28:28.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9164965Z [05-13|18:28:28.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9165299Z [05-13|18:28:28.760] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9165511Z [05-13|18:28:28.761] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9165851Z [05-13|18:28:28.761] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9165985Z [05-13|18:28:28.762] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9166317Z [05-13|18:28:28.762] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9166649Z [05-13|18:28:28.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9166917Z [05-13|18:28:28.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9167090Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9167579Z [05-13|18:28:28.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9167711Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9167925Z [05-13|18:28:28.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9168179Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9168374Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9168717Z [05-13|18:28:28.764] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9169037Z [05-13|18:28:28.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9169517Z [05-13|18:28:28.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9169652Z [05-13|18:28:28.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9169788Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9169919Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9170185Z [05-13|18:28:28.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9170317Z [05-13|18:28:28.764] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9170590Z [05-13|18:28:28.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9171067Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9171334Z [05-13|18:28:28.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9171676Z [05-13|18:28:28.765] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9172148Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9172367Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9172848Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9173068Z [05-13|18:28:28.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 142} -2026-05-13T18:30:53.9173541Z [05-13|18:28:28.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9173813Z [05-13|18:28:28.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9174151Z [05-13|18:28:28.766] INFO Simplex/epoch.go:1369 Committed block {"round": 141, "sequence": 131, "digest": "071d8a92280b0f7f0666..."} -2026-05-13T18:30:53.9174371Z [05-13|18:28:28.766] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9174845Z [05-13|18:28:28.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9175047Z [05-13|18:28:28.766] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9175267Z [05-13|18:28:28.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9175588Z [05-13|18:28:28.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9175852Z [05-13|18:28:28.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9176119Z [05-13|18:28:28.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 142, "votes": 7} -2026-05-13T18:30:53.9176591Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9177096Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9177314Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9177819Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 142, "next round": 143, "prev leader": "3d72ab96c1d17c69", "next leader": "492b627f4c387b11"} -2026-05-13T18:30:53.9178283Z [05-13|18:28:28.768] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9178510Z [05-13|18:28:28.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9178644Z [05-13|18:28:28.768] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9178779Z [05-13|18:28:28.769] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9179125Z [05-13|18:28:28.769] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9179260Z [05-13|18:28:28.769] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9179391Z [05-13|18:28:28.769] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9179729Z [05-13|18:28:28.770] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9179868Z [05-13|18:28:28.770] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9179999Z [05-13|18:28:28.770] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9180333Z [05-13|18:28:28.771] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9180677Z [05-13|18:28:28.771] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9180890Z [05-13|18:28:28.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9181230Z [05-13|18:28:28.772] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9181571Z [05-13|18:28:28.772] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9181908Z [05-13|18:28:28.772] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9182118Z [05-13|18:28:28.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9182255Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9182464Z [05-13|18:28:28.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9182597Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9182732Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9183145Z [05-13|18:28:28.773] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9183279Z [05-13|18:28:28.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9183415Z [05-13|18:28:28.774] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9183718Z [05-13|18:28:28.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9183852Z [05-13|18:28:28.774] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9184064Z [05-13|18:28:28.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 143} -2026-05-13T18:30:53.9184198Z [05-13|18:28:28.775] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9184328Z [05-13|18:28:28.775] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9184669Z [05-13|18:28:28.775] INFO Simplex/epoch.go:1369 Committed block {"round": 142, "sequence": 132, "digest": "a535588efb34a869feb1..."} -2026-05-13T18:30:53.9184857Z [05-13|18:28:28.775] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9184990Z [05-13|18:28:28.776] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9185120Z [05-13|18:28:28.776] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9185445Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9185714Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9185977Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9186244Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9186507Z [05-13|18:28:28.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9186772Z [05-13|18:28:28.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9186911Z [05-13|18:28:28.777] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9187395Z [05-13|18:28:28.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9187872Z [05-13|18:28:28.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9188262Z [05-13|18:28:28.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9188738Z [05-13|18:28:28.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9189210Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9189683Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9190161Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9190388Z [05-13|18:28:28.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9190598Z [05-13|18:28:28.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9190809Z [05-13|18:28:28.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9191079Z [05-13|18:28:28.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 8} -2026-05-13T18:30:53.9191553Z [05-13|18:28:28.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9192088Z [05-13|18:28:28.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9192362Z [05-13|18:28:28.780] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9192707Z [05-13|18:28:28.780] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9193056Z [05-13|18:28:28.780] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9193396Z [05-13|18:28:28.780] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9193663Z [05-13|18:28:28.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9193804Z [05-13|18:28:28.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9194069Z [05-13|18:28:28.781] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9194410Z [05-13|18:28:28.781] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9194546Z [05-13|18:28:28.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9194812Z [05-13|18:28:28.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9195081Z [05-13|18:28:28.782] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 143, "votes": 7} -2026-05-13T18:30:53.9195292Z [05-13|18:28:28.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9195767Z [05-13|18:28:28.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9195910Z [05-13|18:28:28.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9196251Z [05-13|18:28:28.783] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9196725Z [05-13|18:28:28.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 143, "next round": 144, "prev leader": "492b627f4c387b11", "next leader": "49b040bbc477b8dd"} -2026-05-13T18:30:53.9197066Z [05-13|18:28:28.783] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9197202Z [05-13|18:28:28.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9197537Z [05-13|18:28:28.784] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9197762Z [05-13|18:28:28.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9197897Z [05-13|18:28:28.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9198348Z [05-13|18:28:28.784] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9198491Z [05-13|18:28:28.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9198702Z [05-13|18:28:28.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9198834Z [05-13|18:28:28.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9199048Z [05-13|18:28:28.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 144} -2026-05-13T18:30:53.9199181Z [05-13|18:28:28.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9199313Z [05-13|18:28:28.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9199452Z [05-13|18:28:28.786] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9199856Z [05-13|18:28:28.786] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9200123Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.9200452Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.9200717Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.9200982Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.9201247Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.9201381Z [05-13|18:28:28.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9201918Z [05-13|18:28:28.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9202455Z [05-13|18:28:28.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9202728Z [05-13|18:28:28.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.9202863Z [05-13|18:28:28.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9203002Z [05-13|18:28:28.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9203476Z [05-13|18:28:28.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9203742Z [05-13|18:28:28.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 7} -2026-05-13T18:30:53.9203882Z [05-13|18:28:28.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9204359Z [05-13|18:28:28.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9204573Z [05-13|18:28:28.788] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9204712Z [05-13|18:28:28.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9205183Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9205398Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9205744Z [05-13|18:28:28.789] INFO Simplex/epoch.go:1369 Committed block {"round": 143, "sequence": 133, "digest": "21ff11cf983319c0a37c..."} -2026-05-13T18:30:53.9206226Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9206700Z [05-13|18:28:28.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9206919Z [05-13|18:28:28.790] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9207129Z [05-13|18:28:28.790] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9207397Z [05-13|18:28:28.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 144, "votes": 8} -2026-05-13T18:30:53.9207744Z [05-13|18:28:28.791] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9208208Z [05-13|18:28:28.791] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9208614Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9208832Z [05-13|18:28:28.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9209221Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9209668Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} -2026-05-13T18:30:53.9210106Z [05-13|18:28:28.790] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} -2026-05-13T18:30:53.9210588Z [05-13|18:28:28.792] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} -2026-05-13T18:30:53.9210729Z [05-13|18:28:28.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9211214Z [05-13|18:28:28.793] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} -2026-05-13T18:30:53.9211647Z [05-13|18:28:28.793] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 144, "epoch round": 144} -2026-05-13T18:30:53.9211782Z [05-13|18:28:28.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9211918Z [05-13|18:28:28.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9212128Z [05-13|18:28:28.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9212260Z [05-13|18:28:28.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9212605Z [05-13|18:28:28.793] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9213091Z [05-13|18:28:28.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9213566Z [05-13|18:28:28.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9213706Z [05-13|18:28:28.794] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9214179Z [05-13|18:28:28.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 144, "next round": 145, "prev leader": "49b040bbc477b8dd", "next leader": "8073dde6bd5abb6c"} -2026-05-13T18:30:53.9214393Z [05-13|18:28:28.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9214740Z [05-13|18:28:28.794] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9215079Z [05-13|18:28:28.794] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9215215Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9215350Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9215484Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9215615Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9215749Z [05-13|18:28:28.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9215961Z [05-13|18:28:28.796] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9216096Z [05-13|18:28:28.796] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9216227Z [05-13|18:28:28.796] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9216364Z [05-13|18:28:28.796] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9216543Z [05-13|18:28:28.797] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9216809Z [05-13|18:28:28.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9217081Z [05-13|18:28:28.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9217381Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9217596Z [05-13|18:28:28.798] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9217864Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9218192Z [05-13|18:28:28.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 145} -2026-05-13T18:30:53.9218518Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9218868Z [05-13|18:28:28.798] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9219402Z [05-13|18:28:28.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9219888Z [05-13|18:28:28.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9220027Z [05-13|18:28:28.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9220293Z [05-13|18:28:28.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9220633Z [05-13|18:28:28.798] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9220776Z [05-13|18:28:28.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9220908Z [05-13|18:28:28.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9221384Z [05-13|18:28:28.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9221868Z [05-13|18:28:28.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9222086Z [05-13|18:28:28.800] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9222222Z [05-13|18:28:28.800] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9222704Z [05-13|18:28:28.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9222977Z [05-13|18:28:28.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9223323Z [05-13|18:28:28.801] INFO Simplex/epoch.go:1369 Committed block {"round": 144, "sequence": 134, "digest": "eeec1d43d60f8974080c..."} -2026-05-13T18:30:53.9223807Z [05-13|18:28:28.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9224023Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9224238Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9224452Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9224929Z [05-13|18:28:28.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9225338Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9225716Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9226110Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9226321Z [05-13|18:28:28.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9226663Z [05-13|18:28:28.803] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9226878Z [05-13|18:28:28.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9227250Z [05-13|18:28:28.804] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9227594Z [05-13|18:28:28.804] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9227846Z [05-13|18:28:28.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9227984Z [05-13|18:28:28.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9228373Z [05-13|18:28:28.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9228852Z [05-13|18:28:28.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9229120Z [05-13|18:28:28.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9229341Z [05-13|18:28:28.805] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9229822Z [05-13|18:28:28.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9230090Z [05-13|18:28:28.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 145, "votes": 7} -2026-05-13T18:30:53.9230230Z [05-13|18:28:28.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9230363Z [05-13|18:28:28.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9230702Z [05-13|18:28:28.806] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9230840Z [05-13|18:28:28.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9230971Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9231446Z [05-13|18:28:28.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 145, "next round": 146, "prev leader": "8073dde6bd5abb6c", "next leader": "9de052d1cf74ef01"} -2026-05-13T18:30:53.9231588Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9231718Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9231932Z [05-13|18:28:28.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9232073Z [05-13|18:28:28.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9232204Z [05-13|18:28:28.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9232337Z [05-13|18:28:28.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9232472Z [05-13|18:28:28.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9232814Z [05-13|18:28:28.808] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9232948Z [05-13|18:28:28.809] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9233287Z [05-13|18:28:28.809] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9233495Z [05-13|18:28:28.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9233630Z [05-13|18:28:28.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9233948Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9234219Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9234485Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9234966Z [05-13|18:28:28.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9235103Z [05-13|18:28:28.811] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9235634Z [05-13|18:28:28.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9235952Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9236176Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 146} -2026-05-13T18:30:53.9236444Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9236708Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9236974Z [05-13|18:28:28.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9237236Z [05-13|18:28:28.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9237721Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9238323Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9238806Z [05-13|18:28:28.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9239281Z [05-13|18:28:28.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9239728Z [05-13|18:28:28.813] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 146, "epoch round": 146} -2026-05-13T18:30:53.9239945Z [05-13|18:28:28.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9240426Z [05-13|18:28:28.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9240773Z [05-13|18:28:28.813] INFO Simplex/epoch.go:1369 Committed block {"round": 145, "sequence": 135, "digest": "4c36a8221f64a7bbf385..."} -2026-05-13T18:30:53.9241254Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9241729Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9241945Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9242224Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9242441Z [05-13|18:28:28.814] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9242580Z [05-13|18:28:28.814] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9242978Z [05-13|18:28:28.815] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9243318Z [05-13|18:28:28.815] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9243656Z [05-13|18:28:28.815] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9243790Z [05-13|18:28:28.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9244129Z [05-13|18:28:28.816] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9244317Z [05-13|18:28:28.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9244531Z [05-13|18:28:28.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9244801Z [05-13|18:28:28.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9245015Z [05-13|18:28:28.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9245352Z [05-13|18:28:28.817] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9245565Z [05-13|18:28:28.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9245903Z [05-13|18:28:28.816] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9246038Z [05-13|18:28:28.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9246376Z [05-13|18:28:28.817] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9246514Z [05-13|18:28:28.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9246650Z [05-13|18:28:28.817] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9246861Z [05-13|18:28:28.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9247203Z [05-13|18:28:28.818] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9247341Z [05-13|18:28:28.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9247473Z [05-13|18:28:28.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9247748Z [05-13|18:28:28.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 146, "votes": 7} -2026-05-13T18:30:53.9248207Z [05-13|18:28:28.819] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9248482Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9248755Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9249021Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9249283Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9249550Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9249813Z [05-13|18:28:28.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9250300Z [05-13|18:28:28.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 146, "next round": 147, "prev leader": "9de052d1cf74ef01", "next leader": "d84dceb34b92ff61"} -2026-05-13T18:30:53.9250892Z [05-13|18:28:28.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9251375Z [05-13|18:28:28.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9251567Z [05-13|18:28:28.821] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9252049Z [05-13|18:28:28.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9252316Z [05-13|18:28:28.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9252707Z [05-13|18:28:28.822] INFO Simplex/epoch.go:1369 Committed block {"round": 146, "sequence": 136, "digest": "36771f38d50c57ccf304..."} -2026-05-13T18:30:53.9253194Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9253721Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9253940Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 147} -2026-05-13T18:30:53.9254422Z [05-13|18:28:28.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9254691Z [05-13|18:28:28.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9254826Z [05-13|18:28:28.823] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9255277Z [05-13|18:28:28.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9255414Z [05-13|18:28:28.823] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9255848Z [05-13|18:28:28.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9256285Z [05-13|18:28:28.823] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9256715Z [05-13|18:28:28.824] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9256931Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9257069Z [05-13|18:28:28.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9263302Z [05-13|18:28:28.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9263887Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9264136Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9264362Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9264817Z [05-13|18:28:28.824] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9265270Z [05-13|18:28:28.824] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9265776Z [05-13|18:28:28.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9266325Z [05-13|18:28:28.825] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9266539Z [05-13|18:28:28.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9266973Z [05-13|18:28:28.825] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 147, "epoch round": 147} -2026-05-13T18:30:53.9267113Z [05-13|18:28:28.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9267397Z [05-13|18:28:28.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 147, "votes": 7} -2026-05-13T18:30:53.9267617Z [05-13|18:28:28.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9268495Z [05-13|18:28:28.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9268745Z [05-13|18:28:28.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9268956Z [05-13|18:28:28.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9269343Z [05-13|18:28:28.826] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9269576Z [05-13|18:28:28.827] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9269715Z [05-13|18:28:28.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9269855Z [05-13|18:28:28.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9270219Z [05-13|18:28:28.827] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9270558Z [05-13|18:28:28.827] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9270695Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9270836Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9271055Z [05-13|18:28:28.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9271271Z [05-13|18:28:28.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9271410Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9271543Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9271672Z [05-13|18:28:28.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9272019Z [05-13|18:28:28.828] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9272153Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9272288Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9272627Z [05-13|18:28:28.829] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9272960Z [05-13|18:28:28.829] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9273179Z [05-13|18:28:28.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9273313Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9273449Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9273579Z [05-13|18:28:28.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9274085Z [05-13|18:28:28.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 147, "next round": 148, "prev leader": "d84dceb34b92ff61", "next leader": "d9ac4baa96db4ee3"} -2026-05-13T18:30:53.9274501Z [05-13|18:28:28.830] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9274638Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9274769Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9274961Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9275096Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9275225Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9275362Z [05-13|18:28:28.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9275492Z [05-13|18:28:28.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9275769Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9276086Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9276352Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9276648Z [05-13|18:28:28.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9276790Z [05-13|18:28:28.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9277271Z [05-13|18:28:28.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9277615Z [05-13|18:28:28.832] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9277883Z [05-13|18:28:28.832] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9278020Z [05-13|18:28:28.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9278662Z [05-13|18:28:28.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9279011Z [05-13|18:28:28.833] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9279145Z [05-13|18:28:28.833] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9279479Z [05-13|18:28:28.833] INFO Simplex/epoch.go:1369 Committed block {"round": 147, "sequence": 137, "digest": "5f0d5f20d63009c5ad46..."} -2026-05-13T18:30:53.9279751Z [05-13|18:28:28.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9280014Z [05-13|18:28:28.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9280491Z [05-13|18:28:28.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9280971Z [05-13|18:28:28.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9281444Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9281577Z [05-13|18:28:28.834] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9281799Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9281931Z [05-13|18:28:28.834] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9282406Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9282695Z [05-13|18:28:28.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9282904Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9283116Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9283311Z [05-13|18:28:28.835] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9283782Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9283995Z [05-13|18:28:28.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9284135Z [05-13|18:28:28.835] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9284341Z [05-13|18:28:28.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9284600Z [05-13|18:28:28.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9284736Z [05-13|18:28:28.836] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9284996Z [05-13|18:28:28.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 148} -2026-05-13T18:30:53.9285265Z [05-13|18:28:28.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9285610Z [05-13|18:28:28.837] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9285956Z [05-13|18:28:28.837] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9286223Z [05-13|18:28:28.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9286699Z [05-13|18:28:28.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9287045Z [05-13|18:28:28.838] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9287177Z [05-13|18:28:28.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9287310Z [05-13|18:28:28.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9287788Z [05-13|18:28:28.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9287922Z [05-13|18:28:28.839] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9288390Z [05-13|18:28:28.838] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9288737Z [05-13|18:28:28.839] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9289072Z [05-13|18:28:28.839] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9289209Z [05-13|18:28:28.839] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9289425Z [05-13|18:28:28.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9289690Z [05-13|18:28:28.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 148, "votes": 7} -2026-05-13T18:30:53.9290026Z [05-13|18:28:28.840] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9290169Z [05-13|18:28:28.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9290377Z [05-13|18:28:28.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9290854Z [05-13|18:28:28.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 148, "next round": 149, "prev leader": "d9ac4baa96db4ee3", "next leader": "da04606494fb2d64"} -2026-05-13T18:30:53.9291109Z [05-13|18:28:28.841] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9291242Z [05-13|18:28:28.841] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9291426Z [05-13|18:28:28.841] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9291563Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9291691Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9291821Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9291956Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9292293Z [05-13|18:28:28.842] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9292425Z [05-13|18:28:28.843] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9292613Z [05-13|18:28:28.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9292881Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9293191Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9293460Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9293720Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9293977Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9294235Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9294499Z [05-13|18:28:28.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9294976Z [05-13|18:28:28.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9295197Z [05-13|18:28:28.843] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 149} -2026-05-13T18:30:53.9295670Z [05-13|18:28:28.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9296137Z [05-13|18:28:28.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9296482Z [05-13|18:28:28.844] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9296951Z [05-13|18:28:28.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9297426Z [05-13|18:28:28.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9297568Z [05-13|18:28:28.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9298152Z [05-13|18:28:28.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9298294Z [05-13|18:28:28.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9298512Z [05-13|18:28:28.846] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9298990Z [05-13|18:28:28.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9299405Z [05-13|18:28:28.846] INFO Simplex/epoch.go:1369 Committed block {"round": 148, "sequence": 138, "digest": "d11e294e2f77caead1d9..."} -2026-05-13T18:30:53.9299625Z [05-13|18:28:28.847] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9299834Z [05-13|18:28:28.847] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9300228Z [05-13|18:28:28.847] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9300445Z [05-13|18:28:28.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9300651Z [05-13|18:28:28.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9300981Z [05-13|18:28:28.848] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9301307Z [05-13|18:28:28.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9301452Z [05-13|18:28:28.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9301832Z [05-13|18:28:28.848] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9302174Z [05-13|18:28:28.848] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9302383Z [05-13|18:28:28.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9302716Z [05-13|18:28:28.849] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9302929Z [05-13|18:28:28.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9303262Z [05-13|18:28:28.849] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9303534Z [05-13|18:28:28.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9303803Z [05-13|18:28:28.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 149, "votes": 7} -2026-05-13T18:30:53.9304139Z [05-13|18:28:28.850] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9304612Z [05-13|18:28:28.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9305086Z [05-13|18:28:28.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9305220Z [05-13|18:28:28.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9305686Z [05-13|18:28:28.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 149, "next round": 150, "prev leader": "da04606494fb2d64", "next leader": "1306c2b1a542d675"} -2026-05-13T18:30:53.9305827Z [05-13|18:28:28.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9305966Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9306106Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9306251Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9306462Z [05-13|18:28:28.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9306594Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9306725Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9306858Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9306987Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9307166Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9307300Z [05-13|18:28:28.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9307431Z [05-13|18:28:28.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9307643Z [05-13|18:28:28.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9307825Z [05-13|18:28:28.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9308207Z [05-13|18:28:28.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 150} -2026-05-13T18:30:53.9308471Z [05-13|18:28:28.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9308617Z [05-13|18:28:28.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9308884Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9309230Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9309502Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9309814Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9310076Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9310338Z [05-13|18:28:28.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9310817Z [05-13|18:28:28.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9311283Z [05-13|18:28:28.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9311426Z [05-13|18:28:28.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9311691Z [05-13|18:28:28.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9312157Z [05-13|18:28:28.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9312627Z [05-13|18:28:28.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9312969Z [05-13|18:28:28.856] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9313435Z [05-13|18:28:28.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9313781Z [05-13|18:28:28.856] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9314247Z [05-13|18:28:28.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9314714Z [05-13|18:28:28.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9314853Z [05-13|18:28:28.857] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9315067Z [05-13|18:28:28.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9315401Z [05-13|18:28:28.857] INFO Simplex/epoch.go:1369 Committed block {"round": 149, "sequence": 139, "digest": "481b20f1f84e039ee828..."} -2026-05-13T18:30:53.9315619Z [05-13|18:28:28.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9316012Z [05-13|18:28:28.858] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9316146Z [05-13|18:28:28.858] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9316360Z [05-13|18:28:28.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9316621Z [05-13|18:28:28.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9316955Z [05-13|18:28:28.859] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9317296Z [05-13|18:28:28.859] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9317627Z [05-13|18:28:28.859] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9317801Z [05-13|18:28:28.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9318017Z [05-13|18:28:28.860] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9318508Z [05-13|18:28:28.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9318727Z [05-13|18:28:28.859] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9318940Z [05-13|18:28:28.860] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9319273Z [05-13|18:28:28.861] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9319748Z [05-13|18:28:28.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9320022Z [05-13|18:28:28.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9320360Z [05-13|18:28:28.861] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9320497Z [05-13|18:28:28.861] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9320639Z [05-13|18:28:28.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9320767Z [05-13|18:28:28.861] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9321102Z [05-13|18:28:28.862] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9321571Z [05-13|18:28:28.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9321709Z [05-13|18:28:28.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9321842Z [05-13|18:28:28.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9321972Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9322320Z [05-13|18:28:28.863] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9322490Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9322708Z [05-13|18:28:28.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 151} -2026-05-13T18:30:53.9322852Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9322983Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9323112Z [05-13|18:28:28.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9323391Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 150, "votes": 7} -2026-05-13T18:30:53.9323521Z [05-13|18:28:28.864] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9323859Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9324129Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9324390Z [05-13|18:28:28.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9324704Z [05-13|18:28:28.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9324968Z [05-13|18:28:28.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9325227Z [05-13|18:28:28.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9325567Z [05-13|18:28:28.865] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9326103Z [05-13|18:28:28.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9326620Z [05-13|18:28:28.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9327109Z [05-13|18:28:28.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 150, "next round": 151, "prev leader": "1306c2b1a542d675", "next leader": "27a7c279472355f7"} -2026-05-13T18:30:53.9327589Z [05-13|18:28:28.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9327726Z [05-13|18:28:28.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9328318Z [05-13|18:28:28.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9328606Z [05-13|18:28:28.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9328875Z [05-13|18:28:28.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9329358Z [05-13|18:28:28.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9329502Z [05-13|18:28:28.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9329976Z [05-13|18:28:28.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9330444Z [05-13|18:28:28.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9330601Z [05-13|18:28:28.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9330950Z [05-13|18:28:28.867] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9331422Z [05-13|18:28:28.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9331562Z [05-13|18:28:28.868] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9331694Z [05-13|18:28:28.868] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9332035Z [05-13|18:28:28.868] INFO Simplex/epoch.go:1369 Committed block {"round": 150, "sequence": 140, "digest": "48a1f72e809f9b4bd039..."} -2026-05-13T18:30:53.9332309Z [05-13|18:28:28.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 151, "votes": 7} -2026-05-13T18:30:53.9332440Z [05-13|18:28:28.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9332638Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9332981Z [05-13|18:28:28.869] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9333451Z [05-13|18:28:28.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9333843Z [05-13|18:28:28.870] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9333982Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9334113Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9334556Z [05-13|18:28:28.870] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} -2026-05-13T18:30:53.9334745Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9334880Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9335010Z [05-13|18:28:28.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9335404Z [05-13|18:28:28.870] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9335845Z [05-13|18:28:28.871] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 151, "epoch round": 151} -2026-05-13T18:30:53.9335978Z [05-13|18:28:28.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9336117Z [05-13|18:28:28.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9336454Z [05-13|18:28:28.871] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9336790Z [05-13|18:28:28.871] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9336932Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9337405Z [05-13|18:28:28.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 151, "next round": 152, "prev leader": "27a7c279472355f7", "next leader": "3d72ab96c1d17c69"} -2026-05-13T18:30:53.9337541Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9337883Z [05-13|18:28:28.872] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9338016Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9338263Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9338397Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9338532Z [05-13|18:28:28.872] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9338665Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9338795Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9338932Z [05-13|18:28:28.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9339061Z [05-13|18:28:28.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9339397Z [05-13|18:28:28.874] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9339737Z [05-13|18:28:28.874] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9339870Z [05-13|18:28:28.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9340205Z [05-13|18:28:28.875] INFO Simplex/epoch.go:1369 Committed block {"round": 151, "sequence": 141, "digest": "e3d0de233cd7eff95037..."} -2026-05-13T18:30:53.9340346Z [05-13|18:28:28.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9340542Z [05-13|18:28:28.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9340688Z [05-13|18:28:29.370] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9340911Z [05-13|18:28:29.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9341104Z [05-13|18:28:29.377] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9341319Z [05-13|18:28:29.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9341463Z [05-13|18:28:29.385] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9341670Z [05-13|18:28:29.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9341809Z [05-13|18:28:29.390] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9341946Z [05-13|18:28:29.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9342209Z [05-13|18:28:29.398] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9342351Z [05-13|18:28:29.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9342558Z [05-13|18:28:29.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9342749Z [05-13|18:28:29.413] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9342961Z [05-13|18:28:29.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9343100Z [05-13|18:28:29.420] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9343320Z [05-13|18:28:29.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9343461Z [05-13|18:28:29.427] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9343669Z [05-13|18:28:29.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9343812Z [05-13|18:28:29.435] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9344025Z [05-13|18:28:29.435] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 152} -2026-05-13T18:30:53.9345253Z node.go:176: Node d9ac4baa96db4ee3 sent message types: map[BlockDigestRequest:9 BlockMessage:128 EmptyNotarization:111 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1580 ReplicationRequest:14 ReplicationResponse:8 VerifiedReplicationRequest:1226 VoteMessage:1104] -2026-05-13T18:30:53.9346455Z node.go:176: Node da04606494fb2d64 sent message types: map[BlockDigestRequest:17 BlockMessage:128 EmptyNotarization:89 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1434 ReplicationRequest:14 ReplicationResponse:4 VerifiedReplicationRequest:1226 VoteMessage:1105] -2026-05-13T18:30:53.9347646Z node.go:176: Node 49b040bbc477b8dd sent message types: map[BlockDigestRequest:13 BlockMessage:128 EmptyNotarization:95 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1544 ReplicationRequest:15 ReplicationResponse:6 VerifiedReplicationRequest:1226 VoteMessage:1104] -2026-05-13T18:30:53.9349040Z node.go:176: Node 3d72ab96c1d17c69 sent message types: map[BlockDigestRequest:2 BlockMessage:63 EmptyNotarization:72 EmptyVoteMessage:36 FinalizationMessage:604 NotarizationMessage:1026 ReplicationResponse:62 VerifiedReplicationRequest:613 VoteMessage:540] -2026-05-13T18:30:53.9350251Z node.go:176: Node d84dceb34b92ff61 sent message types: map[BlockDigestRequest:17 BlockMessage:128 EmptyNotarization:129 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1566 ReplicationRequest:11 ReplicationResponse:5 VerifiedReplicationRequest:1226 VoteMessage:1105] -2026-05-13T18:30:53.9351448Z node.go:176: Node 8073dde6bd5abb6c sent message types: map[BlockDigestRequest:16 BlockMessage:128 EmptyNotarization:109 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1541 ReplicationRequest:12 ReplicationResponse:9 VerifiedReplicationRequest:1226 VoteMessage:1105] -2026-05-13T18:30:53.9352642Z node.go:176: Node 492b627f4c387b11 sent message types: map[BlockDigestRequest:6 BlockMessage:128 EmptyNotarization:199 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1871 ReplicationRequest:11 ReplicationResponse:33 VerifiedReplicationRequest:1226 VoteMessage:1104] -2026-05-13T18:30:53.9353926Z node.go:176: Node 1306c2b1a542d675 sent message types: map[BlockDigestRequest:18 BlockMessage:127 EmptyNotarization:139 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1649 ReplicationRequest:15 ReplicationResponse:11 VerifiedReplicationRequest:1226 VoteMessage:1105] -2026-05-13T18:30:53.9355176Z node.go:176: Node 9de052d1cf74ef01 sent message types: map[BlockDigestRequest:18 BlockMessage:128 EmptyNotarization:88 EmptyVoteMessage:83 FinalizationMessage:1226 NotarizationMessage:1631 ReplicationRequest:15 ReplicationResponse:23 VerifiedReplicationRequest:1226 VoteMessage:1104] -2026-05-13T18:30:53.9356412Z node.go:176: Node 27a7c279472355f7 sent message types: map[BlockDigestRequest:16 BlockMessage:127 EmptyNotarization:105 EmptyVoteMessage:84 FinalizationMessage:1226 NotarizationMessage:1545 ReplicationRequest:12 ReplicationResponse:6 VerifiedReplicationRequest:1226 VoteMessage:1105] -2026-05-13T18:30:53.9356525Z --- PASS: TestLongRunningCrash (3.20s) -2026-05-13T18:30:53.9356675Z === RUN TestQuorumRoundMalformed -2026-05-13T18:30:53.9356813Z === RUN TestQuorumRoundMalformed/empty_notarization -2026-05-13T18:30:53.9356916Z === RUN TestQuorumRoundMalformed/all_nil -2026-05-13T18:30:53.9357061Z === RUN TestQuorumRoundMalformed/block_and_notarization -2026-05-13T18:30:53.9357198Z === RUN TestQuorumRoundMalformed/block_and_finalization -2026-05-13T18:30:53.9357355Z === RUN TestQuorumRoundMalformed/block_and_empty_notarization -2026-05-13T18:30:53.9357550Z === RUN TestQuorumRoundMalformed/block_and_notarization_and_finalization -2026-05-13T18:30:53.9357706Z === RUN TestQuorumRoundMalformed/notarization_and_no_block -2026-05-13T18:30:53.9357844Z === RUN TestQuorumRoundMalformed/finalization_and_no_block -2026-05-13T18:30:53.9357958Z === RUN TestQuorumRoundMalformed/just_block -2026-05-13T18:30:53.9358692Z === RUN TestQuorumRoundMalformed/block_and_notarization_and_empty_notarization -2026-05-13T18:30:53.9358980Z === RUN TestQuorumRoundMalformed/block_and_finalization_and_empty_notarization -2026-05-13T18:30:53.9359099Z --- PASS: TestQuorumRoundMalformed (0.00s) -2026-05-13T18:30:53.9359334Z --- PASS: TestQuorumRoundMalformed/empty_notarization (0.00s) -2026-05-13T18:30:53.9359512Z --- PASS: TestQuorumRoundMalformed/all_nil (0.00s) -2026-05-13T18:30:53.9359745Z --- PASS: TestQuorumRoundMalformed/block_and_notarization (0.00s) -2026-05-13T18:30:53.9359979Z --- PASS: TestQuorumRoundMalformed/block_and_finalization (0.00s) -2026-05-13T18:30:53.9360237Z --- PASS: TestQuorumRoundMalformed/block_and_empty_notarization (0.00s) -2026-05-13T18:30:53.9360541Z --- PASS: TestQuorumRoundMalformed/block_and_notarization_and_finalization (0.00s) -2026-05-13T18:30:53.9360789Z --- PASS: TestQuorumRoundMalformed/notarization_and_no_block (0.00s) -2026-05-13T18:30:53.9361042Z --- PASS: TestQuorumRoundMalformed/finalization_and_no_block (0.00s) -2026-05-13T18:30:53.9361239Z --- PASS: TestQuorumRoundMalformed/just_block (0.00s) -2026-05-13T18:30:53.9361574Z --- PASS: TestQuorumRoundMalformed/block_and_notarization_and_empty_notarization (0.00s) -2026-05-13T18:30:53.9361907Z --- PASS: TestQuorumRoundMalformed/block_and_finalization_and_empty_notarization (0.00s) -2026-05-13T18:30:53.9361999Z === RUN TestNewNotarization -2026-05-13T18:30:53.9362117Z === RUN TestNewNotarization/valid_notarization -2026-05-13T18:30:53.9362407Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} -2026-05-13T18:30:53.9362516Z === RUN TestNewNotarization/diverging_votes -2026-05-13T18:30:53.9362780Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} -2026-05-13T18:30:53.9362883Z === RUN TestNewNotarization/no_votes -2026-05-13T18:30:53.9363359Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 0} -2026-05-13T18:30:53.9363474Z === RUN TestNewNotarization/error_aggregating -2026-05-13T18:30:53.9363739Z [05-13|18:28:29.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} -2026-05-13T18:30:53.9363902Z --- PASS: TestNewNotarization (0.00s) -2026-05-13T18:30:53.9364101Z --- PASS: TestNewNotarization/valid_notarization (0.00s) -2026-05-13T18:30:53.9364281Z --- PASS: TestNewNotarization/diverging_votes (0.00s) -2026-05-13T18:30:53.9364449Z --- PASS: TestNewNotarization/no_votes (0.00s) -2026-05-13T18:30:53.9364636Z --- PASS: TestNewNotarization/error_aggregating (0.00s) -2026-05-13T18:30:53.9364722Z === RUN TestNewFinalization -2026-05-13T18:30:53.9364866Z === RUN TestNewFinalization/valid_finalizations_in_order -2026-05-13T18:30:53.9364992Z === RUN TestNewFinalization/unsorted_finalizations -2026-05-13T18:30:53.9365216Z === RUN TestNewFinalization/finalizations_with_different_digests -2026-05-13T18:30:53.9365359Z === RUN TestNewFinalization/signature_aggregator_errors -2026-05-13T18:30:53.9365453Z === RUN TestNewFinalization/no_votes -2026-05-13T18:30:53.9365547Z --- PASS: TestNewFinalization (0.00s) -2026-05-13T18:30:53.9365839Z --- PASS: TestNewFinalization/valid_finalizations_in_order (0.00s) -2026-05-13T18:30:53.9366059Z --- PASS: TestNewFinalization/unsorted_finalizations (0.00s) -2026-05-13T18:30:53.9366326Z --- PASS: TestNewFinalization/finalizations_with_different_digests (0.00s) -2026-05-13T18:30:53.9366551Z --- PASS: TestNewFinalization/signature_aggregator_errors (0.00s) -2026-05-13T18:30:53.9366713Z --- PASS: TestNewFinalization/no_votes (0.00s) -2026-05-13T18:30:53.9366787Z === RUN TestPoS -2026-05-13T18:30:53.9367280Z [05-13|18:28:29.439] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9367763Z [05-13|18:28:29.440] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9368464Z [05-13|18:28:29.441] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9368945Z [05-13|18:28:29.443] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9369219Z [05-13|18:28:29.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 2} -2026-05-13T18:30:53.9369480Z [05-13|18:28:29.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9369738Z [05-13|18:28:29.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9370216Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9370670Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9371121Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9371391Z [05-13|18:28:29.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 2} -2026-05-13T18:30:53.9371837Z [05-13|18:28:29.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9372179Z [05-13|18:28:29.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9372588Z [05-13|18:28:29.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9372913Z [05-13|18:28:29.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9373300Z [05-13|18:28:29.457] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9373568Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9373835Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.9374096Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.9374415Z [05-13|18:28:29.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:53.9374880Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9375382Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9375844Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9376290Z [05-13|18:28:29.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9376624Z [05-13|18:28:29.459] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9376952Z [05-13|18:28:29.459] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9377275Z [05-13|18:28:29.459] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9377604Z [05-13|18:28:29.460] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9377866Z [05-13|18:28:29.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 2} -2026-05-13T18:30:53.9378253Z [05-13|18:28:29.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 2} -2026-05-13T18:30:53.9378712Z [05-13|18:28:29.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9379162Z [05-13|18:28:29.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9379422Z [05-13|18:28:29.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 2} -2026-05-13T18:30:53.9379684Z [05-13|18:28:29.461] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9380135Z [05-13|18:28:29.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9380462Z [05-13|18:28:29.461] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9380789Z [05-13|18:28:29.461] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9380932Z [05-13|18:28:29.461] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9381380Z [05-13|18:28:29.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9381590Z [05-13|18:28:29.462] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9381916Z [05-13|18:28:29.462] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9382102Z [05-13|18:28:29.462] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9382428Z [05-13|18:28:29.463] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9382690Z [05-13|18:28:29.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.9383137Z [05-13|18:28:29.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9383638Z [05-13|18:28:29.464] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:53.9383776Z [05-13|18:28:29.464] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9384085Z [05-13|18:28:29.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.9384351Z [05-13|18:28:29.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.9384805Z [05-13|18:28:29.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9384938Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9385263Z [05-13|18:28:29.465] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9385713Z [05-13|18:28:29.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9386037Z [05-13|18:28:29.465] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9386489Z [05-13|18:28:29.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9386623Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9386754Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9386887Z [05-13|18:28:29.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9387210Z [05-13|18:28:29.466] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9387530Z [05-13|18:28:29.466] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9387669Z [05-13|18:28:29.466] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9387930Z [05-13|18:28:29.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 2} -2026-05-13T18:30:53.9388503Z [05-13|18:28:29.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9388767Z [05-13|18:28:29.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9389024Z [05-13|18:28:29.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 2} -2026-05-13T18:30:53.9389477Z [05-13|18:28:29.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9389997Z [05-13|18:28:29.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9390259Z [05-13|18:28:29.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9390644Z [05-13|18:28:29.468] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9390783Z [05-13|18:28:29.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9391108Z [05-13|18:28:29.468] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9391566Z [05-13|18:28:29.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9391701Z [05-13|18:28:29.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9392077Z [05-13|18:28:29.469] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9392454Z [05-13|18:28:29.469] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9392673Z [05-13|18:28:29.469] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.9392885Z [05-13|18:28:29.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.9393090Z [05-13|18:28:29.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.9393296Z [05-13|18:28:29.470] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.9393498Z [05-13|18:28:29.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.9393951Z [05-13|18:28:29.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9394408Z [05-13|18:28:29.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9394856Z [05-13|18:28:29.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9395121Z [05-13|18:28:29.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 2} -2026-05-13T18:30:53.9395383Z [05-13|18:28:29.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 2} -2026-05-13T18:30:53.9395830Z [05-13|18:28:29.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9396277Z [05-13|18:28:29.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9396421Z [05-13|18:28:29.595] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9396681Z [05-13|18:28:29.596] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.9397011Z [05-13|18:28:29.596] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} -2026-05-13T18:30:53.9397337Z [05-13|18:28:29.596] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} -2026-05-13T18:30:53.9397471Z [05-13|18:28:29.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9397916Z [05-13|18:28:29.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9398182Z [05-13|18:28:29.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9398578Z [05-13|18:28:29.597] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} -2026-05-13T18:30:53.9398712Z [05-13|18:28:29.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9398847Z [05-13|18:28:29.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9399223Z [05-13|18:28:29.597] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "209af93f0994f61915e6..."} -2026-05-13T18:30:53.9399669Z [05-13|18:28:29.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9400117Z [05-13|18:28:29.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9400375Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.9400638Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:53.9400948Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:53.9401208Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:53.9401655Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9402104Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9402548Z [05-13|18:28:29.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9402807Z [05-13|18:28:29.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:53.9403262Z [05-13|18:28:29.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9403593Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} -2026-05-13T18:30:53.9403909Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} -2026-05-13T18:30:53.9404231Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} -2026-05-13T18:30:53.9404547Z [05-13|18:28:29.599] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 6, "digest": "6c142409673f09838207..."} -2026-05-13T18:30:53.9404686Z [05-13|18:28:29.600] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9404952Z [05-13|18:28:29.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 2} -2026-05-13T18:30:53.9405209Z [05-13|18:28:29.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.9405464Z [05-13|18:28:29.601] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.9405922Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9406179Z [05-13|18:28:29.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:53.9406627Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9407123Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9407571Z [05-13|18:28:29.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9407933Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} -2026-05-13T18:30:53.9408378Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} -2026-05-13T18:30:53.9408698Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} -2026-05-13T18:30:53.9409016Z [05-13|18:28:29.602] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "7328153b683202f78528..."} -2026-05-13T18:30:53.9409287Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.9409489Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.9409740Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.9409945Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.9410141Z [05-13|18:28:29.602] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:53.9410612Z [05-13|18:28:29.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9411073Z [05-13|18:28:29.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9411348Z [05-13|18:28:29.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 2} -2026-05-13T18:30:53.9411804Z [05-13|18:28:29.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9412077Z [05-13|18:28:29.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 2} -2026-05-13T18:30:53.9412529Z [05-13|18:28:29.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9412869Z [05-13|18:28:29.614] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} -2026-05-13T18:30:53.9413213Z [05-13|18:28:29.614] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} -2026-05-13T18:30:53.9413431Z [05-13|18:28:29.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.9413641Z [05-13|18:28:29.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.9414101Z [05-13|18:28:30.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9414310Z [05-13|18:28:30.016] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.9414446Z [05-13|18:28:30.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9414900Z [05-13|18:28:30.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9415033Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9415166Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9415303Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9415498Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9415832Z [05-13|18:28:30.017] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} -2026-05-13T18:30:53.9416342Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9416475Z [05-13|18:28:30.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9416927Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9417143Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:53.9417636Z [05-13|18:28:30.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9418006Z [05-13|18:28:30.018] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "b0ab22feb28f200a0a99..."} -2026-05-13T18:30:53.9418589Z [05-13|18:28:30.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9419045Z [05-13|18:28:30.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9419524Z [05-13|18:28:30.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9419981Z [05-13|18:28:30.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9420435Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9420890Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9421343Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9421795Z [05-13|18:28:30.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9422252Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9422388Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9422519Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9422975Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9423112Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9423320Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.9423782Z [05-13|18:28:30.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9423913Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9424046Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9424249Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9424378Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9424509Z [05-13|18:28:30.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9424691Z [05-13|18:28:30.420] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9424903Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.9425167Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 2} -2026-05-13T18:30:53.9425428Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 2} -2026-05-13T18:30:53.9425690Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 2} -2026-05-13T18:30:53.9426196Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9426736Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9427199Z [05-13|18:28:30.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9427470Z [05-13|18:28:30.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:53.9427929Z [05-13|18:28:30.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9428386Z [05-13|18:28:30.519] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} -2026-05-13T18:30:53.9428714Z [05-13|18:28:30.519] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} -2026-05-13T18:30:53.9428860Z [05-13|18:28:30.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9429181Z [05-13|18:28:30.519] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} -2026-05-13T18:30:53.9429319Z [05-13|18:28:30.520] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9429451Z [05-13|18:28:30.520] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9429773Z [05-13|18:28:30.520] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 9, "digest": "795410050a3059802893..."} -2026-05-13T18:30:53.9429990Z [05-13|18:28:30.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.9430199Z [05-13|18:28:30.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.9430412Z [05-13|18:28:30.521] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.9430560Z [05-13|18:28:31.126] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9430700Z [05-13|18:28:31.126] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9430841Z [05-13|18:28:31.126] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9431050Z [05-13|18:28:31.126] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.9431186Z [05-13|18:28:31.127] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9431275Z --- PASS: TestPoS (1.69s) -2026-05-13T18:30:53.9431377Z === RUN TestRecoverFromWALProposed -2026-05-13T18:30:53.9431854Z [05-13|18:28:31.127] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9432092Z [05-13|18:28:31.127] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9432364Z [05-13|18:28:31.127] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 1} -2026-05-13T18:30:53.9433132Z [05-13|18:28:31.127] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 0, "relevant": "walRound{round: 0, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.9433460Z [05-13|18:28:31.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9433921Z [05-13|18:28:31.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9434256Z [05-13|18:28:31.128] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9434576Z [05-13|18:28:31.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9435035Z [05-13|18:28:31.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9435413Z [05-13|18:28:31.129] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9435683Z [05-13|18:28:31.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9436137Z [05-13|18:28:31.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9436467Z [05-13|18:28:31.130] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9436729Z [05-13|18:28:31.130] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.9437182Z [05-13|18:28:31.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9437508Z [05-13|18:28:31.131] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9437775Z [05-13|18:28:31.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9438443Z [05-13|18:28:31.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9438783Z [05-13|18:28:31.132] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9439053Z [05-13|18:28:31.132] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.9439507Z [05-13|18:28:31.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9439837Z [05-13|18:28:31.133] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9440102Z [05-13|18:28:31.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.9440555Z [05-13|18:28:31.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9440879Z [05-13|18:28:31.133] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9441141Z [05-13|18:28:31.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:53.9441592Z [05-13|18:28:31.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9441998Z [05-13|18:28:31.135] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9442261Z [05-13|18:28:31.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.9442765Z [05-13|18:28:31.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9443094Z [05-13|18:28:31.135] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9443358Z [05-13|18:28:31.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.9443863Z [05-13|18:28:31.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9444198Z [05-13|18:28:31.136] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9444519Z [05-13|18:28:31.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:53.9444979Z [05-13|18:28:31.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9445317Z [05-13|18:28:31.137] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9445580Z [05-13|18:28:31.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:53.9446038Z [05-13|18:28:31.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9446376Z [05-13|18:28:31.138] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9446640Z [05-13|18:28:31.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:53.9447093Z [05-13|18:28:31.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9447431Z [05-13|18:28:31.139] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9447692Z [05-13|18:28:31.139] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:53.9448282Z [05-13|18:28:31.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9448621Z [05-13|18:28:31.140] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9448884Z [05-13|18:28:31.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:53.9449338Z [05-13|18:28:31.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9449672Z [05-13|18:28:31.141] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9449935Z [05-13|18:28:31.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:53.9450386Z [05-13|18:28:31.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9450791Z [05-13|18:28:31.142] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:53.9451056Z [05-13|18:28:31.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:53.9451564Z [05-13|18:28:31.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9451900Z [05-13|18:28:31.143] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:53.9452159Z [05-13|18:28:31.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:53.9452614Z [05-13|18:28:31.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9453004Z [05-13|18:28:31.144] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:53.9453317Z [05-13|18:28:31.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:53.9453892Z [05-13|18:28:31.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9454232Z [05-13|18:28:31.145] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9454491Z [05-13|18:28:31.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:53.9455121Z [05-13|18:28:31.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9455472Z [05-13|18:28:31.146] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:53.9455733Z [05-13|18:28:31.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:53.9456188Z [05-13|18:28:31.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9456523Z [05-13|18:28:31.147] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:53.9456783Z [05-13|18:28:31.147] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:53.9457245Z [05-13|18:28:31.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9457583Z [05-13|18:28:31.147] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:53.9457845Z [05-13|18:28:31.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:53.9458439Z [05-13|18:28:31.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9458773Z [05-13|18:28:31.148] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:53.9459033Z [05-13|18:28:31.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} -2026-05-13T18:30:53.9459489Z [05-13|18:28:31.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9459819Z [05-13|18:28:31.149] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:53.9460163Z [05-13|18:28:31.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:53.9460623Z [05-13|18:28:31.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9461011Z [05-13|18:28:31.150] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9461273Z [05-13|18:28:31.151] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:53.9461732Z [05-13|18:28:31.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9462116Z [05-13|18:28:31.151] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9462380Z [05-13|18:28:31.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:53.9462897Z [05-13|18:28:31.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9463237Z [05-13|18:28:31.152] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:53.9463501Z [05-13|18:28:31.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} -2026-05-13T18:30:53.9463957Z [05-13|18:28:31.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9464293Z [05-13|18:28:31.153] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:53.9464557Z [05-13|18:28:31.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:53.9465016Z [05-13|18:28:31.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9465350Z [05-13|18:28:31.154] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:53.9465613Z [05-13|18:28:31.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:53.9466070Z [05-13|18:28:31.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9466400Z [05-13|18:28:31.155] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:53.9466665Z [05-13|18:28:31.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:53.9467122Z [05-13|18:28:31.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9467453Z [05-13|18:28:31.156] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:53.9467714Z [05-13|18:28:31.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 31, "votes": 4} -2026-05-13T18:30:53.9468290Z [05-13|18:28:31.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 31, "next round": 32, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9468628Z [05-13|18:28:31.157] INFO Simplex/epoch.go:1369 Committed block {"round": 31, "sequence": 31, "digest": "11befb3706aa72e2299f..."} -2026-05-13T18:30:53.9468960Z [05-13|18:28:31.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 32, "votes": 3} -2026-05-13T18:30:53.9469423Z [05-13|18:28:31.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 32, "next round": 33, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9469813Z [05-13|18:28:31.157] INFO Simplex/epoch.go:1369 Committed block {"round": 32, "sequence": 32, "digest": "fb00afee4f0becd4a828..."} -2026-05-13T18:30:53.9470076Z [05-13|18:28:31.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 33, "votes": 3} -2026-05-13T18:30:53.9470533Z [05-13|18:28:31.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 33, "next round": 34, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9470865Z [05-13|18:28:31.158] INFO Simplex/epoch.go:1369 Committed block {"round": 33, "sequence": 33, "digest": "e85b012f3bcd36f3c343..."} -2026-05-13T18:30:53.9471179Z [05-13|18:28:31.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 34, "votes": 3} -2026-05-13T18:30:53.9471691Z [05-13|18:28:31.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 34, "next round": 35, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9472030Z [05-13|18:28:31.159] INFO Simplex/epoch.go:1369 Committed block {"round": 34, "sequence": 34, "digest": "ac9698ecd13727ba11e1..."} -2026-05-13T18:30:53.9472295Z [05-13|18:28:31.160] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 35, "votes": 4} -2026-05-13T18:30:53.9472748Z [05-13|18:28:31.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 35, "next round": 36, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9473080Z [05-13|18:28:31.160] INFO Simplex/epoch.go:1369 Committed block {"round": 35, "sequence": 35, "digest": "84b68e01f9dc9461162d..."} -2026-05-13T18:30:53.9473349Z [05-13|18:28:31.161] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 36, "votes": 3} -2026-05-13T18:30:53.9473807Z [05-13|18:28:31.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 36, "next round": 37, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9474144Z [05-13|18:28:31.161] INFO Simplex/epoch.go:1369 Committed block {"round": 36, "sequence": 36, "digest": "e38f1edc84a2fe35b138..."} -2026-05-13T18:30:53.9474414Z [05-13|18:28:31.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 37, "votes": 3} -2026-05-13T18:30:53.9474863Z [05-13|18:28:31.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 37, "next round": 38, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9475196Z [05-13|18:28:31.162] INFO Simplex/epoch.go:1369 Committed block {"round": 37, "sequence": 37, "digest": "a59e2beb24f065e02d1b..."} -2026-05-13T18:30:53.9475463Z [05-13|18:28:31.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 38, "votes": 3} -2026-05-13T18:30:53.9475916Z [05-13|18:28:31.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 38, "next round": 39, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9476248Z [05-13|18:28:31.163] INFO Simplex/epoch.go:1369 Committed block {"round": 38, "sequence": 38, "digest": "92571e17f48058dab019..."} -2026-05-13T18:30:53.9476517Z [05-13|18:28:31.164] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 39, "votes": 3} -2026-05-13T18:30:53.9476970Z [05-13|18:28:31.164] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 39, "next round": 40, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9477300Z [05-13|18:28:31.164] INFO Simplex/epoch.go:1369 Committed block {"round": 39, "sequence": 39, "digest": "6786dbfac0051cd2a604..."} -2026-05-13T18:30:53.9477567Z [05-13|18:28:31.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 40, "votes": 3} -2026-05-13T18:30:53.9478185Z [05-13|18:28:31.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 40, "next round": 41, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9478525Z [05-13|18:28:31.165] INFO Simplex/epoch.go:1369 Committed block {"round": 40, "sequence": 40, "digest": "3b4d16d6154a193b1f07..."} -2026-05-13T18:30:53.9478857Z [05-13|18:28:31.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 41, "votes": 3} -2026-05-13T18:30:53.9479311Z [05-13|18:28:31.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 41, "next round": 42, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9479641Z [05-13|18:28:31.166] INFO Simplex/epoch.go:1369 Committed block {"round": 41, "sequence": 41, "digest": "d50e22629500cfe21fd8..."} -2026-05-13T18:30:53.9479908Z [05-13|18:28:31.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 42, "votes": 3} -2026-05-13T18:30:53.9480419Z [05-13|18:28:31.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 42, "next round": 43, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9480802Z [05-13|18:28:31.167] INFO Simplex/epoch.go:1369 Committed block {"round": 42, "sequence": 42, "digest": "3d6520398ff680816a9c..."} -2026-05-13T18:30:53.9481074Z [05-13|18:28:31.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 43, "votes": 4} -2026-05-13T18:30:53.9481527Z [05-13|18:28:31.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 43, "next round": 44, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9481855Z [05-13|18:28:31.168] INFO Simplex/epoch.go:1369 Committed block {"round": 43, "sequence": 43, "digest": "23952443c97b1e108786..."} -2026-05-13T18:30:53.9482119Z [05-13|18:28:31.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 44, "votes": 3} -2026-05-13T18:30:53.9482578Z [05-13|18:28:31.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 44, "next round": 45, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9482913Z [05-13|18:28:31.169] INFO Simplex/epoch.go:1369 Committed block {"round": 44, "sequence": 44, "digest": "162af4841facc21c97f7..."} -2026-05-13T18:30:53.9483181Z [05-13|18:28:31.170] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 45, "votes": 3} -2026-05-13T18:30:53.9483640Z [05-13|18:28:31.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 45, "next round": 46, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9483974Z [05-13|18:28:31.170] INFO Simplex/epoch.go:1369 Committed block {"round": 45, "sequence": 45, "digest": "0f5e74d8068df179f63d..."} -2026-05-13T18:30:53.9484257Z [05-13|18:28:31.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 46, "votes": 3} -2026-05-13T18:30:53.9484710Z [05-13|18:28:31.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 46, "next round": 47, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9485042Z [05-13|18:28:31.171] INFO Simplex/epoch.go:1369 Committed block {"round": 46, "sequence": 46, "digest": "e18204d5777fcfe3d891..."} -2026-05-13T18:30:53.9485310Z [05-13|18:28:31.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 47, "votes": 4} -2026-05-13T18:30:53.9485761Z [05-13|18:28:31.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 47, "next round": 48, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9486092Z [05-13|18:28:31.172] INFO Simplex/epoch.go:1369 Committed block {"round": 47, "sequence": 47, "digest": "026278a3d9d229840396..."} -2026-05-13T18:30:53.9486354Z [05-13|18:28:31.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 48, "votes": 3} -2026-05-13T18:30:53.9486816Z [05-13|18:28:31.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 48, "next round": 49, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9487215Z [05-13|18:28:31.173] INFO Simplex/epoch.go:1369 Committed block {"round": 48, "sequence": 48, "digest": "66e3044c730a0d2cfea4..."} -2026-05-13T18:30:53.9487476Z [05-13|18:28:31.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 49, "votes": 3} -2026-05-13T18:30:53.9487965Z [05-13|18:28:31.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 49, "next round": 50, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9488420Z [05-13|18:28:31.174] INFO Simplex/epoch.go:1369 Committed block {"round": 49, "sequence": 49, "digest": "3ab1d41ce90676caac66..."} -2026-05-13T18:30:53.9488684Z [05-13|18:28:31.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 50, "votes": 3} -2026-05-13T18:30:53.9489196Z [05-13|18:28:31.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 50, "next round": 51, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9489582Z [05-13|18:28:31.175] INFO Simplex/epoch.go:1369 Committed block {"round": 50, "sequence": 50, "digest": "37347958378e5c2260b8..."} -2026-05-13T18:30:53.9489844Z [05-13|18:28:31.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 51, "votes": 4} -2026-05-13T18:30:53.9490297Z [05-13|18:28:31.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 51, "next round": 52, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9490632Z [05-13|18:28:31.176] INFO Simplex/epoch.go:1369 Committed block {"round": 51, "sequence": 51, "digest": "9fca9da6f69249143dbc..."} -2026-05-13T18:30:53.9490894Z [05-13|18:28:31.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 52, "votes": 3} -2026-05-13T18:30:53.9491346Z [05-13|18:28:31.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 52, "next round": 53, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9491682Z [05-13|18:28:31.176] INFO Simplex/epoch.go:1369 Committed block {"round": 52, "sequence": 52, "digest": "4e935f7751d95ec50cfd..."} -2026-05-13T18:30:53.9491945Z [05-13|18:28:31.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 53, "votes": 3} -2026-05-13T18:30:53.9492399Z [05-13|18:28:31.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 53, "next round": 54, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9492734Z [05-13|18:28:31.177] INFO Simplex/epoch.go:1369 Committed block {"round": 53, "sequence": 53, "digest": "d5dd17434356be1307a7..."} -2026-05-13T18:30:53.9493001Z [05-13|18:28:31.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 54, "votes": 3} -2026-05-13T18:30:53.9493456Z [05-13|18:28:31.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 54, "next round": 55, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9493794Z [05-13|18:28:31.178] INFO Simplex/epoch.go:1369 Committed block {"round": 54, "sequence": 54, "digest": "880b251e723aafd0c4b7..."} -2026-05-13T18:30:53.9494062Z [05-13|18:28:31.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 55, "votes": 4} -2026-05-13T18:30:53.9494513Z [05-13|18:28:31.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 55, "next round": 56, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9494848Z [05-13|18:28:31.179] INFO Simplex/epoch.go:1369 Committed block {"round": 55, "sequence": 55, "digest": "65ecd53989636002bc19..."} -2026-05-13T18:30:53.9495109Z [05-13|18:28:31.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 56, "votes": 3} -2026-05-13T18:30:53.9495561Z [05-13|18:28:31.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 56, "next round": 57, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9495957Z [05-13|18:28:31.180] INFO Simplex/epoch.go:1369 Committed block {"round": 56, "sequence": 56, "digest": "e406ed854f1d3e7a0142..."} -2026-05-13T18:30:53.9496220Z [05-13|18:28:31.181] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 57, "votes": 3} -2026-05-13T18:30:53.9496725Z [05-13|18:28:31.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 57, "next round": 58, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9497059Z [05-13|18:28:31.181] INFO Simplex/epoch.go:1369 Committed block {"round": 57, "sequence": 57, "digest": "6b93c68a8ce502a7529f..."} -2026-05-13T18:30:53.9497321Z [05-13|18:28:31.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 58, "votes": 3} -2026-05-13T18:30:53.9497776Z [05-13|18:28:31.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 58, "next round": 59, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9498330Z [05-13|18:28:31.182] INFO Simplex/epoch.go:1369 Committed block {"round": 58, "sequence": 58, "digest": "ae5e91d858fa4695ec07..."} -2026-05-13T18:30:53.9498648Z [05-13|18:28:31.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 59, "votes": 4} -2026-05-13T18:30:53.9499103Z [05-13|18:28:31.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 59, "next round": 60, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9499444Z [05-13|18:28:31.183] INFO Simplex/epoch.go:1369 Committed block {"round": 59, "sequence": 59, "digest": "821cd72d98cea4fa4581..."} -2026-05-13T18:30:53.9499706Z [05-13|18:28:31.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 60, "votes": 3} -2026-05-13T18:30:53.9500165Z [05-13|18:28:31.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 60, "next round": 61, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9500493Z [05-13|18:28:31.184] INFO Simplex/epoch.go:1369 Committed block {"round": 60, "sequence": 60, "digest": "913617f434861093789d..."} -2026-05-13T18:30:53.9500757Z [05-13|18:28:31.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 61, "votes": 3} -2026-05-13T18:30:53.9501211Z [05-13|18:28:31.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 61, "next round": 62, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9501542Z [05-13|18:28:31.185] INFO Simplex/epoch.go:1369 Committed block {"round": 61, "sequence": 61, "digest": "e7b47a9e65859db2d0dd..."} -2026-05-13T18:30:53.9501807Z [05-13|18:28:31.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 62, "votes": 3} -2026-05-13T18:30:53.9502265Z [05-13|18:28:31.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 62, "next round": 63, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9502600Z [05-13|18:28:31.186] INFO Simplex/epoch.go:1369 Committed block {"round": 62, "sequence": 62, "digest": "ee4e93bf0c3af26ddbfe..."} -2026-05-13T18:30:53.9502862Z [05-13|18:28:31.186] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 63, "votes": 4} -2026-05-13T18:30:53.9503324Z [05-13|18:28:31.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 63, "next round": 64, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9503662Z [05-13|18:28:31.187] INFO Simplex/epoch.go:1369 Committed block {"round": 63, "sequence": 63, "digest": "cb8848914fb0b3ad6933..."} -2026-05-13T18:30:53.9503924Z [05-13|18:28:31.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 64, "votes": 3} -2026-05-13T18:30:53.9504380Z [05-13|18:28:31.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 64, "next round": 65, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9504708Z [05-13|18:28:31.188] INFO Simplex/epoch.go:1369 Committed block {"round": 64, "sequence": 64, "digest": "39801d0551482467adb5..."} -2026-05-13T18:30:53.9505034Z [05-13|18:28:31.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 65, "votes": 3} -2026-05-13T18:30:53.9505495Z [05-13|18:28:31.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 65, "next round": 66, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9505877Z [05-13|18:28:31.189] INFO Simplex/epoch.go:1369 Committed block {"round": 65, "sequence": 65, "digest": "5f0037bae63dd2d53777..."} -2026-05-13T18:30:53.9506142Z [05-13|18:28:31.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 66, "votes": 3} -2026-05-13T18:30:53.9506598Z [05-13|18:28:31.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 66, "next round": 67, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9506964Z [05-13|18:28:31.190] INFO Simplex/epoch.go:1369 Committed block {"round": 66, "sequence": 66, "digest": "d55fe49855dc96bc1162..."} -2026-05-13T18:30:53.9507230Z [05-13|18:28:31.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 67, "votes": 4} -2026-05-13T18:30:53.9507721Z [05-13|18:28:31.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 67, "next round": 68, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9508167Z [05-13|18:28:31.191] INFO Simplex/epoch.go:1369 Committed block {"round": 67, "sequence": 67, "digest": "e00dd270ce1605160abf..."} -2026-05-13T18:30:53.9508433Z [05-13|18:28:31.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 68, "votes": 3} -2026-05-13T18:30:53.9508897Z [05-13|18:28:31.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 68, "next round": 69, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9509232Z [05-13|18:28:31.192] INFO Simplex/epoch.go:1369 Committed block {"round": 68, "sequence": 68, "digest": "65da76de373a2f225c9f..."} -2026-05-13T18:30:53.9509495Z [05-13|18:28:31.192] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 69, "votes": 3} -2026-05-13T18:30:53.9509960Z [05-13|18:28:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 69, "next round": 70, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9510290Z [05-13|18:28:31.193] INFO Simplex/epoch.go:1369 Committed block {"round": 69, "sequence": 69, "digest": "228a2528612f89ad46ae..."} -2026-05-13T18:30:53.9510554Z [05-13|18:28:31.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 70, "votes": 3} -2026-05-13T18:30:53.9511013Z [05-13|18:28:31.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 70, "next round": 71, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9511348Z [05-13|18:28:31.194] INFO Simplex/epoch.go:1369 Committed block {"round": 70, "sequence": 70, "digest": "91f0a9c9ac38a2120b7b..."} -2026-05-13T18:30:53.9511612Z [05-13|18:28:31.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 71, "votes": 3} -2026-05-13T18:30:53.9512076Z [05-13|18:28:31.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 71, "next round": 72, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9512411Z [05-13|18:28:31.195] INFO Simplex/epoch.go:1369 Committed block {"round": 71, "sequence": 71, "digest": "6dabc5e7cb2ee03a91d8..."} -2026-05-13T18:30:53.9512671Z [05-13|18:28:31.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 72, "votes": 3} -2026-05-13T18:30:53.9513127Z [05-13|18:28:31.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 72, "next round": 73, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9513452Z [05-13|18:28:31.195] INFO Simplex/epoch.go:1369 Committed block {"round": 72, "sequence": 72, "digest": "31d1232067d3d9921243..."} -2026-05-13T18:30:53.9513785Z [05-13|18:28:31.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 73, "votes": 3} -2026-05-13T18:30:53.9514242Z [05-13|18:28:31.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 73, "next round": 74, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9514623Z [05-13|18:28:31.196] INFO Simplex/epoch.go:1369 Committed block {"round": 73, "sequence": 73, "digest": "e94b8e20bc596135108c..."} -2026-05-13T18:30:53.9514887Z [05-13|18:28:31.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 74, "votes": 3} -2026-05-13T18:30:53.9515339Z [05-13|18:28:31.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 74, "next round": 75, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9515669Z [05-13|18:28:31.197] INFO Simplex/epoch.go:1369 Committed block {"round": 74, "sequence": 74, "digest": "33b5f1a7cf5f158d537d..."} -2026-05-13T18:30:53.9515992Z [05-13|18:28:31.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 75, "votes": 4} -2026-05-13T18:30:53.9516528Z [05-13|18:28:31.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 75, "next round": 76, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9516866Z [05-13|18:28:31.198] INFO Simplex/epoch.go:1369 Committed block {"round": 75, "sequence": 75, "digest": "5aaf5ae76cef06a431ad..."} -2026-05-13T18:30:53.9517130Z [05-13|18:28:31.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 76, "votes": 3} -2026-05-13T18:30:53.9517583Z [05-13|18:28:31.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 76, "next round": 77, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9517913Z [05-13|18:28:31.199] INFO Simplex/epoch.go:1369 Committed block {"round": 76, "sequence": 76, "digest": "ca62b1c113efcf433b31..."} -2026-05-13T18:30:53.9518293Z [05-13|18:28:31.200] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 77, "votes": 3} -2026-05-13T18:30:53.9518751Z [05-13|18:28:31.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 77, "next round": 78, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9519084Z [05-13|18:28:31.200] INFO Simplex/epoch.go:1369 Committed block {"round": 77, "sequence": 77, "digest": "8ccc1591310a96b34b5f..."} -2026-05-13T18:30:53.9519351Z [05-13|18:28:31.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 78, "votes": 3} -2026-05-13T18:30:53.9519804Z [05-13|18:28:31.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 78, "next round": 79, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9520132Z [05-13|18:28:31.201] INFO Simplex/epoch.go:1369 Committed block {"round": 78, "sequence": 78, "digest": "43418c0fca9f9f476b07..."} -2026-05-13T18:30:53.9520402Z [05-13|18:28:31.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 79, "votes": 4} -2026-05-13T18:30:53.9520857Z [05-13|18:28:31.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 79, "next round": 80, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9521189Z [05-13|18:28:31.202] INFO Simplex/epoch.go:1369 Committed block {"round": 79, "sequence": 79, "digest": "9b64e6fe5eee694cc362..."} -2026-05-13T18:30:53.9521455Z [05-13|18:28:31.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 80, "votes": 3} -2026-05-13T18:30:53.9521908Z [05-13|18:28:31.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 80, "next round": 81, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9522236Z [05-13|18:28:31.203] INFO Simplex/epoch.go:1369 Committed block {"round": 80, "sequence": 80, "digest": "59d62689e44a61db91cc..."} -2026-05-13T18:30:53.9522505Z [05-13|18:28:31.204] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 81, "votes": 3} -2026-05-13T18:30:53.9523024Z [05-13|18:28:31.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 81, "next round": 82, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9523355Z [05-13|18:28:31.204] INFO Simplex/epoch.go:1369 Committed block {"round": 81, "sequence": 81, "digest": "9c626072e89607adb295..."} -2026-05-13T18:30:53.9523675Z [05-13|18:28:31.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 82, "votes": 3} -2026-05-13T18:30:53.9524127Z [05-13|18:28:31.205] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 82, "next round": 83, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9524455Z [05-13|18:28:31.205] INFO Simplex/epoch.go:1369 Committed block {"round": 82, "sequence": 82, "digest": "063f74da29512eb3d996..."} -2026-05-13T18:30:53.9524772Z [05-13|18:28:31.205] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 83, "votes": 4} -2026-05-13T18:30:53.9525227Z [05-13|18:28:31.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 83, "next round": 84, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9525608Z [05-13|18:28:31.206] INFO Simplex/epoch.go:1369 Committed block {"round": 83, "sequence": 83, "digest": "d4b26d85336500c55ef2..."} -2026-05-13T18:30:53.9525878Z [05-13|18:28:31.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 84, "votes": 3} -2026-05-13T18:30:53.9526329Z [05-13|18:28:31.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 84, "next round": 85, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9526657Z [05-13|18:28:31.207] INFO Simplex/epoch.go:1369 Committed block {"round": 84, "sequence": 84, "digest": "c8d0cfc533158055b3f2..."} -2026-05-13T18:30:53.9526922Z [05-13|18:28:31.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 85, "votes": 3} -2026-05-13T18:30:53.9527377Z [05-13|18:28:31.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 85, "next round": 86, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9527714Z [05-13|18:28:31.208] INFO Simplex/epoch.go:1369 Committed block {"round": 85, "sequence": 85, "digest": "6ea562a1d41cbeb0b32c..."} -2026-05-13T18:30:53.9527976Z [05-13|18:28:31.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 86, "votes": 3} -2026-05-13T18:30:53.9528556Z [05-13|18:28:31.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 86, "next round": 87, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9528897Z [05-13|18:28:31.209] INFO Simplex/epoch.go:1369 Committed block {"round": 86, "sequence": 86, "digest": "37dbd27f65f63a3e4fce..."} -2026-05-13T18:30:53.9529164Z [05-13|18:28:31.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 87, "votes": 4} -2026-05-13T18:30:53.9529623Z [05-13|18:28:31.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 87, "next round": 88, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9529956Z [05-13|18:28:31.210] INFO Simplex/epoch.go:1369 Committed block {"round": 87, "sequence": 87, "digest": "993f45920020b27935f7..."} -2026-05-13T18:30:53.9530220Z [05-13|18:28:31.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 88, "votes": 3} -2026-05-13T18:30:53.9530674Z [05-13|18:28:31.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 88, "next round": 89, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9531011Z [05-13|18:28:31.210] INFO Simplex/epoch.go:1369 Committed block {"round": 88, "sequence": 88, "digest": "14a83b8ea8f0f93ae6f3..."} -2026-05-13T18:30:53.9531271Z [05-13|18:28:31.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 89, "votes": 3} -2026-05-13T18:30:53.9531726Z [05-13|18:28:31.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 89, "next round": 90, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9532130Z [05-13|18:28:31.211] INFO Simplex/epoch.go:1369 Committed block {"round": 89, "sequence": 89, "digest": "867bd05597aa57bdff9c..."} -2026-05-13T18:30:53.9532444Z [05-13|18:28:31.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 90, "votes": 3} -2026-05-13T18:30:53.9532899Z [05-13|18:28:31.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 90, "next round": 91, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9533231Z [05-13|18:28:31.212] INFO Simplex/epoch.go:1369 Committed block {"round": 90, "sequence": 90, "digest": "3f26359601cef5328999..."} -2026-05-13T18:30:53.9533493Z [05-13|18:28:31.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 91, "votes": 4} -2026-05-13T18:30:53.9533999Z [05-13|18:28:31.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 91, "next round": 92, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9534388Z [05-13|18:28:31.213] INFO Simplex/epoch.go:1369 Committed block {"round": 91, "sequence": 91, "digest": "0277418e76cfdfd1b5c9..."} -2026-05-13T18:30:53.9534650Z [05-13|18:28:31.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 92, "votes": 3} -2026-05-13T18:30:53.9535104Z [05-13|18:28:31.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 92, "next round": 93, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9535443Z [05-13|18:28:31.214] INFO Simplex/epoch.go:1369 Committed block {"round": 92, "sequence": 92, "digest": "9edfcf12f4f2df8333c5..."} -2026-05-13T18:30:53.9535704Z [05-13|18:28:31.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 93, "votes": 3} -2026-05-13T18:30:53.9536156Z [05-13|18:28:31.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 93, "next round": 94, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9536492Z [05-13|18:28:31.215] INFO Simplex/epoch.go:1369 Committed block {"round": 93, "sequence": 93, "digest": "b332bf441a8a4c15ed55..."} -2026-05-13T18:30:53.9536757Z [05-13|18:28:31.216] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 94, "votes": 3} -2026-05-13T18:30:53.9537215Z [05-13|18:28:31.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 94, "next round": 95, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9537549Z [05-13|18:28:31.216] INFO Simplex/epoch.go:1369 Committed block {"round": 94, "sequence": 94, "digest": "d784a89d0b67dd785f10..."} -2026-05-13T18:30:53.9537810Z [05-13|18:28:31.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 95, "votes": 4} -2026-05-13T18:30:53.9538383Z [05-13|18:28:31.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 95, "next round": 96, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9538724Z [05-13|18:28:31.217] INFO Simplex/epoch.go:1369 Committed block {"round": 95, "sequence": 95, "digest": "d3bc8e5849c2e7ea303e..."} -2026-05-13T18:30:53.9538990Z [05-13|18:28:31.217] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 96, "votes": 3} -2026-05-13T18:30:53.9539443Z [05-13|18:28:31.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 96, "next round": 97, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9539786Z [05-13|18:28:31.218] INFO Simplex/epoch.go:1369 Committed block {"round": 96, "sequence": 96, "digest": "9a35ecc94aaa38ca1b5a..."} -2026-05-13T18:30:53.9540052Z [05-13|18:28:31.219] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 97, "votes": 3} -2026-05-13T18:30:53.9540511Z [05-13|18:28:31.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 97, "next round": 98, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9540910Z [05-13|18:28:31.219] INFO Simplex/epoch.go:1369 Committed block {"round": 97, "sequence": 97, "digest": "500202540540ae826719..."} -2026-05-13T18:30:53.9541174Z [05-13|18:28:31.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 98, "votes": 3} -2026-05-13T18:30:53.9541687Z [05-13|18:28:31.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 98, "next round": 99, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9542021Z [05-13|18:28:31.220] INFO Simplex/epoch.go:1369 Committed block {"round": 98, "sequence": 98, "digest": "8e6637a9c7e0d8e4c537..."} -2026-05-13T18:30:53.9542281Z [05-13|18:28:31.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 99, "votes": 3} -2026-05-13T18:30:53.9542798Z [05-13|18:28:31.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 99, "next round": 100, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9543136Z [05-13|18:28:31.221] INFO Simplex/epoch.go:1369 Committed block {"round": 99, "sequence": 99, "digest": "81e1c61c22aa1f6e10a9..."} -2026-05-13T18:30:53.9543343Z [05-13|18:28:31.221] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9543568Z [05-13|18:28:31.221] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 100} -2026-05-13T18:30:53.9543693Z --- PASS: TestRecoverFromWALProposed (0.09s) -2026-05-13T18:30:53.9543793Z === RUN TestRecoverFromNotarization -2026-05-13T18:30:53.9544269Z [05-13|18:28:31.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9544541Z [05-13|18:28:31.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9544771Z [05-13|18:28:31.222] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9544999Z [05-13|18:28:31.222] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9545202Z [05-13|18:28:31.222] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 2} -2026-05-13T18:30:53.9545963Z [05-13|18:28:31.222] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 0, "relevant": "walRound{round: 0, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.9546301Z [05-13|18:28:31.222] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9546452Z [05-13|18:28:31.222] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9547582Z [05-13|18:28:31.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9548246Z --- PASS: TestRecoverFromNotarization (0.00s) -2026-05-13T18:30:53.9548458Z === RUN TestRecoverFromWalWithStorage -2026-05-13T18:30:53.9549113Z [05-13|18:28:31.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9549396Z [05-13|18:28:31.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9549647Z [05-13|18:28:31.223] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9550189Z [05-13|18:28:31.223] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9550393Z [05-13|18:28:31.223] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 2} -2026-05-13T18:30:53.9551163Z [05-13|18:28:31.223] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.9551500Z [05-13|18:28:31.224] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9551754Z [05-13|18:28:31.224] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9552421Z [05-13|18:28:31.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.9552639Z --- PASS: TestRecoverFromWalWithStorage (0.00s) -2026-05-13T18:30:53.9552735Z === RUN TestWalCreatedProperly -2026-05-13T18:30:53.9553319Z [05-13|18:28:31.224] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9553675Z [05-13|18:28:31.225] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9554329Z [05-13|18:28:31.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9554895Z [05-13|18:28:31.225] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9555330Z [05-13|18:28:31.225] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9555543Z [05-13|18:28:31.226] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9555845Z [05-13|18:28:31.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9555958Z --- PASS: TestWalCreatedProperly (0.00s) -2026-05-13T18:30:53.9556055Z === RUN TestWalWritesBlockRecord -2026-05-13T18:30:53.9556555Z [05-13|18:28:31.226] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9556706Z [05-13|18:28:31.227] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9556919Z [05-13|18:28:31.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.9557039Z --- PASS: TestWalWritesBlockRecord (0.00s) -2026-05-13T18:30:53.9557134Z === RUN TestWalWritesFinalization -2026-05-13T18:30:53.9557613Z [05-13|18:28:31.227] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9557889Z [05-13|18:28:31.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9558595Z [05-13|18:28:31.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9558871Z [05-13|18:28:31.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9559132Z [05-13|18:28:31.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9559588Z [05-13|18:28:31.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9559853Z [05-13|18:28:31.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9560001Z [05-13|18:28:31.229] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9560213Z [05-13|18:28:31.229] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.9560323Z --- PASS: TestWalWritesFinalization (0.00s) -2026-05-13T18:30:53.9560443Z === RUN TestRecoverFromMultipleNotarizations -2026-05-13T18:30:53.9560923Z [05-13|18:28:31.230] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9561184Z [05-13|18:28:31.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9561442Z [05-13|18:28:31.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9561760Z [05-13|18:28:31.230] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9561983Z [05-13|18:28:31.230] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9562266Z [05-13|18:28:31.230] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9562490Z [05-13|18:28:31.231] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9562744Z [05-13|18:28:31.231] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 1, "Seq": 1} -2026-05-13T18:30:53.9562961Z [05-13|18:28:31.231] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9563163Z [05-13|18:28:31.231] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} -2026-05-13T18:30:53.9563999Z [05-13|18:28:31.231] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: true, hasBlock: true}"} -2026-05-13T18:30:53.9564388Z [05-13|18:28:31.231] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9564718Z [05-13|18:28:31.231] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "8642770fa63062858657..."} -2026-05-13T18:30:53.9564861Z [05-13|18:28:31.231] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9565066Z [05-13|18:28:31.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.9565220Z --- PASS: TestRecoverFromMultipleNotarizations (0.00s) -2026-05-13T18:30:53.9565315Z === RUN TestRecoveryBlocksIndexed -2026-05-13T18:30:53.9565575Z [05-13|18:28:31.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9566059Z [05-13|18:28:31.232] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9566313Z [05-13|18:28:31.233] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 0, "Seq": 0} -2026-05-13T18:30:53.9566507Z [05-13|18:28:31.233] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} -2026-05-13T18:30:53.9567276Z [05-13|18:28:31.233] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.9567418Z [05-13|18:28:31.233] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9567623Z [05-13|18:28:31.233] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.9567737Z --- PASS: TestRecoveryBlocksIndexed (0.00s) -2026-05-13T18:30:53.9567899Z === RUN TestEpochCorrectlyInitializesMetadataFromStorage -2026-05-13T18:30:53.9568582Z [05-13|18:28:31.233] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9568740Z [05-13|18:28:31.234] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9568949Z [05-13|18:28:31.234] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9569145Z --- PASS: TestEpochCorrectlyInitializesMetadataFromStorage (0.00s) -2026-05-13T18:30:53.9569241Z === RUN TestRecoveryAsLeader -2026-05-13T18:30:53.9569710Z [05-13|18:28:31.234] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9569850Z [05-13|18:28:31.285] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9570059Z [05-13|18:28:31.285] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.9570229Z --- PASS: TestRecoveryAsLeader (0.05s) -2026-05-13T18:30:53.9570325Z === RUN TestRecoveryReVerifiesBlocks -2026-05-13T18:30:53.9570791Z [05-13|18:28:31.286] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9571114Z [05-13|18:28:31.286] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 4} -2026-05-13T18:30:53.9571307Z [05-13|18:28:31.286] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 1} -2026-05-13T18:30:53.9572064Z [05-13|18:28:31.286] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 4, "relevant": "walRound{round: 4, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.9572210Z [05-13|18:28:31.286] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9572466Z [05-13|18:28:31.286] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:53.9572589Z --- PASS: TestRecoveryReVerifiesBlocks (0.00s) -2026-05-13T18:30:53.9572723Z === RUN TestWalRecoveryTriggersEmptyVoteTimeout -2026-05-13T18:30:53.9573247Z [05-13|18:28:31.287] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9573520Z [05-13|18:28:31.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9573764Z [05-13|18:28:31.287] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9573983Z [05-13|18:28:31.287] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9574173Z [05-13|18:28:31.287] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 3} -2026-05-13T18:30:53.9574936Z [05-13|18:28:31.287] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: true, hasNotarization: false, hasFinalization: false, hasBlock: false}"} -2026-05-13T18:30:53.9575174Z [05-13|18:28:31.287] INFO Simplex/epoch.go:562 Rebroadcasting empty vote from WAL {"round": 2} -2026-05-13T18:30:53.9575317Z [05-13|18:28:31.488] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9575481Z --- PASS: TestWalRecoveryTriggersEmptyVoteTimeout (0.20s) -2026-05-13T18:30:53.9575590Z === RUN TestWalRecoveryMonitorsProgress -2026-05-13T18:30:53.9576060Z [05-13|18:28:31.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9576289Z [05-13|18:28:31.489] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9576479Z [05-13|18:28:31.489] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 1} -2026-05-13T18:30:53.9577238Z [05-13|18:28:31.489] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.9577454Z [05-13|18:28:31.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9577595Z [05-13|18:28:31.790] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9577720Z --- PASS: TestWalRecoveryMonitorsProgress (0.30s) -2026-05-13T18:30:53.9577832Z === RUN TestWalRecoverySetsRoundCorrectly -2026-05-13T18:30:53.9578028Z === RUN TestWalRecoverySetsRoundCorrectly/single_notarization_round_0 -2026-05-13T18:30:53.9578629Z [05-13|18:28:31.790] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9578900Z [05-13|18:28:31.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9579192Z [05-13|18:28:31.791] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9579415Z [05-13|18:28:31.791] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9579612Z [05-13|18:28:31.791] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 2} -2026-05-13T18:30:53.9580423Z [05-13|18:28:31.791] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 0, "relevant": "walRound{round: 0, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:53.9580565Z [05-13|18:28:31.791] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9580774Z [05-13|18:28:31.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9581100Z === RUN TestWalRecoverySetsRoundCorrectly/finalization_round_1,_empty_notarization_round_0_(out_of_order) -2026-05-13T18:30:53.9581626Z [05-13|18:28:31.791] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9581908Z [05-13|18:28:31.792] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9582164Z [05-13|18:28:31.792] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 1, "Seq": 1} -2026-05-13T18:30:53.9582383Z [05-13|18:28:31.792] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9582577Z [05-13|18:28:31.792] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 3} -2026-05-13T18:30:53.9583325Z [05-13|18:28:31.792] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: true, hasBlock: true}"} -2026-05-13T18:30:53.9583466Z [05-13|18:28:31.792] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9583683Z [05-13|18:28:31.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.9584026Z === RUN TestWalRecoverySetsRoundCorrectly/notarization_rounds_0,1,2,_empty_notarization_round_3_(out_of_order) -2026-05-13T18:30:53.9584496Z [05-13|18:28:31.793] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9584771Z [05-13|18:28:31.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9585031Z [05-13|18:28:31.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9585288Z [05-13|18:28:31.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9585521Z [05-13|18:28:31.793] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9585744Z [05-13|18:28:31.793] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9585969Z [05-13|18:28:31.793] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9586191Z [05-13|18:28:31.794] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9586416Z [05-13|18:28:31.794] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 2} -2026-05-13T18:30:53.9586631Z [05-13|18:28:31.794] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 2} -2026-05-13T18:30:53.9586986Z [05-13|18:28:31.794] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 7} -2026-05-13T18:30:53.9587750Z [05-13|18:28:31.794] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: true, hasEmptyVote: false, hasNotarization: false, hasFinalization: false, hasBlock: false}"} -2026-05-13T18:30:53.9587945Z [05-13|18:28:31.794] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9588270Z === RUN TestWalRecoverySetsRoundCorrectly/mixed_types_in_reverse_order -2026-05-13T18:30:53.9588749Z [05-13|18:28:31.795] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9589078Z [05-13|18:28:31.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9589308Z [05-13|18:28:31.795] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 3} -2026-05-13T18:30:53.9589561Z [05-13|18:28:31.795] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 3, "Seq": 3} -2026-05-13T18:30:53.9589779Z [05-13|18:28:31.795] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 3} -2026-05-13T18:30:53.9590009Z [05-13|18:28:31.795] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9590285Z [05-13|18:28:31.795] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} -2026-05-13T18:30:53.9590480Z [05-13|18:28:31.796] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} -2026-05-13T18:30:53.9591291Z [05-13|18:28:31.796] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 3, "relevant": "walRound{round: 3, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: true, hasBlock: true}"} -2026-05-13T18:30:53.9591438Z [05-13|18:28:31.796] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9591648Z === RUN TestWalRecoverySetsRoundCorrectly/large_gap_with_highest_in_middle -2026-05-13T18:30:53.9592127Z [05-13|18:28:31.796] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9592389Z [05-13|18:28:31.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9592620Z [05-13|18:28:31.797] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9592838Z [05-13|18:28:31.797] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} -2026-05-13T18:30:53.9593073Z [05-13|18:28:31.797] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 10} -2026-05-13T18:30:53.9593334Z [05-13|18:28:31.797] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 10, "Seq": 10} -2026-05-13T18:30:53.9593559Z [05-13|18:28:31.797] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 10} -2026-05-13T18:30:53.9593755Z [05-13|18:28:31.797] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 5} -2026-05-13T18:30:53.9594521Z [05-13|18:28:31.797] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 10, "relevant": "walRound{round: 10, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: false, hasFinalization: true, hasBlock: true}"} -2026-05-13T18:30:53.9594668Z [05-13|18:28:31.797] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9594885Z [05-13|18:28:31.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.9595107Z === RUN TestWalRecoverySetsRoundCorrectly/all_same_round_with_different_types -2026-05-13T18:30:53.9595580Z [05-13|18:28:31.798] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9595846Z [05-13|18:28:31.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9596073Z [05-13|18:28:31.798] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 2} -2026-05-13T18:30:53.9596290Z [05-13|18:28:31.798] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 2} -2026-05-13T18:30:53.9596547Z [05-13|18:28:31.798] INFO Simplex/epoch.go:473 restoring finalization from wal {"Round": 2, "Seq": 2} -2026-05-13T18:30:53.9596823Z [05-13|18:28:31.798] INFO Simplex/epoch.go:483 Finalization Recovered From WAL {"Round": 2} -2026-05-13T18:30:53.9597019Z [05-13|18:28:31.798] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 3} -2026-05-13T18:30:53.9597770Z [05-13|18:28:31.798] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 2, "relevant": "walRound{round: 2, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: true, hasBlock: true}"} -2026-05-13T18:30:53.9597948Z [05-13|18:28:31.798] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9598277Z [05-13|18:28:31.798] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.9598421Z --- PASS: TestWalRecoverySetsRoundCorrectly (0.01s) -2026-05-13T18:30:53.9598721Z --- PASS: TestWalRecoverySetsRoundCorrectly/single_notarization_round_0 (0.00s) -2026-05-13T18:30:53.9599246Z --- PASS: TestWalRecoverySetsRoundCorrectly/finalization_round_1,_empty_notarization_round_0_(out_of_order) (0.00s) -2026-05-13T18:30:53.9599729Z --- PASS: TestWalRecoverySetsRoundCorrectly/notarization_rounds_0,1,2,_empty_notarization_round_3_(out_of_order) (0.00s) -2026-05-13T18:30:53.9600077Z --- PASS: TestWalRecoverySetsRoundCorrectly/mixed_types_in_reverse_order (0.00s) -2026-05-13T18:30:53.9600390Z --- PASS: TestWalRecoverySetsRoundCorrectly/large_gap_with_highest_in_middle (0.00s) -2026-05-13T18:30:53.9600716Z --- PASS: TestWalRecoverySetsRoundCorrectly/all_same_round_with_different_types (0.00s) -2026-05-13T18:30:53.9600813Z === RUN TestRecoveryAndBroadcast -2026-05-13T18:30:53.9601297Z [05-13|18:28:31.799] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} -2026-05-13T18:30:53.9601775Z [05-13|18:28:31.800] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} -2026-05-13T18:30:53.9602243Z [05-13|18:28:31.801] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} -2026-05-13T18:30:53.9602714Z [05-13|18:28:31.801] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "7265636f76657269", "nodes": "[0100000000000000 0200000000000000 0300000000000000 7265636f76657269]"} -2026-05-13T18:30:53.9602867Z [05-13|18:28:31.802] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9603005Z [05-13|18:28:31.802] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9603138Z [05-13|18:28:31.802] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9603273Z [05-13|18:28:31.803] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9603402Z [05-13|18:28:31.803] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9603530Z [05-13|18:28:31.803] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9603892Z [05-13|18:28:31.803] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9604357Z [05-13|18:28:31.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "7265636f76657269"} -2026-05-13T18:30:53.9604692Z [05-13|18:28:31.803] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9605156Z [05-13|18:28:31.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "7265636f76657269", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9605486Z [05-13|18:28:31.803] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9605940Z [05-13|18:28:31.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9606329Z [05-13|18:28:31.804] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9606784Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9606982Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9607193Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.9607331Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9607534Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.9607676Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9607813Z [05-13|18:28:31.804] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9608178Z [05-13|18:28:31.804] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.9608305Z --- PASS: TestRecoveryAndBroadcast (0.01s) -2026-05-13T18:30:53.9608422Z === RUN TestReplicationRequestIndexedBlocks -2026-05-13T18:30:53.9608966Z [05-13|18:28:31.806] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9609119Z [05-13|18:28:36.807] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9609334Z [05-13|18:28:36.807] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.9609476Z --- PASS: TestReplicationRequestIndexedBlocks (5.00s) -2026-05-13T18:30:53.9609590Z === RUN TestReplicationRequestNotarizations -2026-05-13T18:30:53.9610071Z [05-13|18:28:36.807] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9610340Z [05-13|18:28:36.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9610799Z [05-13|18:28:36.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9611071Z [05-13|18:28:36.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9611521Z [05-13|18:28:36.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9611782Z [05-13|18:28:36.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9612238Z [05-13|18:28:36.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9612501Z [05-13|18:28:36.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:53.9612978Z [05-13|18:28:36.810] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:53.9613432Z [05-13|18:28:36.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9613692Z [05-13|18:28:36.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9614128Z [05-13|18:28:36.811] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:53.9614578Z [05-13|18:28:36.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9614785Z [05-13|18:28:36.812] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9614996Z [05-13|18:28:36.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.9615137Z --- PASS: TestReplicationRequestNotarizations (0.00s) -2026-05-13T18:30:53.9615290Z === RUN TestReplicationRequestMixed -2026-05-13T18:30:53.9615766Z [05-13|18:28:36.812] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9616032Z [05-13|18:28:36.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9616485Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9616986Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9617485Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9617939Z [05-13|18:28:36.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9618345Z [05-13|18:28:36.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9618821Z [05-13|18:28:36.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9619270Z [05-13|18:28:36.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9619721Z [05-13|18:28:36.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9620168Z [05-13|18:28:36.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9620312Z [05-13|18:28:36.815] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9620522Z [05-13|18:28:36.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.9620637Z --- PASS: TestReplicationRequestMixed (0.00s) -2026-05-13T18:30:53.9620793Z === RUN TestReplicationRequestTailingEmptyNotarizations -2026-05-13T18:30:53.9621275Z [05-13|18:28:36.816] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9621730Z [05-13|18:28:36.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9622180Z [05-13|18:28:36.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9622631Z [05-13|18:28:36.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9623077Z [05-13|18:28:36.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9623523Z [05-13|18:28:36.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9624049Z [05-13|18:28:36.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9624502Z [05-13|18:28:36.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:53.9625008Z [05-13|18:28:36.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9625148Z [05-13|18:28:36.819] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9625353Z [05-13|18:28:36.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:53.9625536Z --- PASS: TestReplicationRequestTailingEmptyNotarizations (0.00s) -2026-05-13T18:30:53.9625677Z === RUN TestReplicationRequestUnknownSeqsAndRounds -2026-05-13T18:30:53.9626202Z [05-13|18:28:36.819] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9626395Z [05-13|18:28:41.821] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9626606Z [05-13|18:28:41.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:53.9626775Z --- PASS: TestReplicationRequestUnknownSeqsAndRounds (5.00s) -2026-05-13T18:30:53.9626873Z === RUN TestNilReplicationResponse -2026-05-13T18:30:53.9627344Z [05-13|18:28:41.821] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9627485Z [05-13|18:28:41.822] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9627599Z --- PASS: TestNilReplicationResponse (0.00s) -2026-05-13T18:30:53.9627711Z === RUN TestMalformedReplicationResponse -2026-05-13T18:30:53.9628298Z [05-13|18:28:41.822] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:53.9628443Z [05-13|18:28:41.822] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9628577Z --- PASS: TestMalformedReplicationResponse (0.00s) -2026-05-13T18:30:53.9628667Z === RUN TestBasicReplication -2026-05-13T18:30:53.9628812Z === RUN TestBasicReplication/Basic_replication_of_0_blocks -2026-05-13T18:30:53.9628969Z === PAUSE TestBasicReplication/Basic_replication_of_0_blocks -2026-05-13T18:30:53.9629106Z === RUN TestBasicReplication/Basic_replication_of_1_blocks -2026-05-13T18:30:53.9629249Z === PAUSE TestBasicReplication/Basic_replication_of_1_blocks -2026-05-13T18:30:53.9629384Z === RUN TestBasicReplication/Basic_replication_of_2_blocks -2026-05-13T18:30:53.9629534Z === PAUSE TestBasicReplication/Basic_replication_of_2_blocks -2026-05-13T18:30:53.9629674Z === RUN TestBasicReplication/Basic_replication_of_4_blocks -2026-05-13T18:30:53.9629820Z === PAUSE TestBasicReplication/Basic_replication_of_4_blocks -2026-05-13T18:30:53.9629960Z === RUN TestBasicReplication/Basic_replication_of_5_blocks -2026-05-13T18:30:53.9630102Z === PAUSE TestBasicReplication/Basic_replication_of_5_blocks -2026-05-13T18:30:53.9630242Z === RUN TestBasicReplication/Basic_replication_of_6_blocks -2026-05-13T18:30:53.9630386Z === PAUSE TestBasicReplication/Basic_replication_of_6_blocks -2026-05-13T18:30:53.9630525Z === RUN TestBasicReplication/Basic_replication_of_8_blocks -2026-05-13T18:30:53.9630665Z === PAUSE TestBasicReplication/Basic_replication_of_8_blocks -2026-05-13T18:30:53.9630801Z === RUN TestBasicReplication/Basic_replication_of_9_blocks -2026-05-13T18:30:53.9630951Z === PAUSE TestBasicReplication/Basic_replication_of_9_blocks -2026-05-13T18:30:53.9631094Z === RUN TestBasicReplication/Basic_replication_of_10_blocks -2026-05-13T18:30:53.9631239Z === PAUSE TestBasicReplication/Basic_replication_of_10_blocks -2026-05-13T18:30:53.9631452Z === RUN TestBasicReplication/Basic_replication_of_12_blocks -2026-05-13T18:30:53.9631599Z === PAUSE TestBasicReplication/Basic_replication_of_12_blocks -2026-05-13T18:30:53.9631737Z === RUN TestBasicReplication/Basic_replication_of_13_blocks -2026-05-13T18:30:53.9631888Z === PAUSE TestBasicReplication/Basic_replication_of_13_blocks -2026-05-13T18:30:53.9632082Z === RUN TestBasicReplication/Basic_replication_of_14_blocks -2026-05-13T18:30:53.9632225Z === PAUSE TestBasicReplication/Basic_replication_of_14_blocks -2026-05-13T18:30:53.9632366Z === RUN TestBasicReplication/Basic_replication_of_16_blocks -2026-05-13T18:30:53.9632509Z === PAUSE TestBasicReplication/Basic_replication_of_16_blocks -2026-05-13T18:30:53.9632647Z === RUN TestBasicReplication/Basic_replication_of_17_blocks -2026-05-13T18:30:53.9632790Z === PAUSE TestBasicReplication/Basic_replication_of_17_blocks -2026-05-13T18:30:53.9632931Z === RUN TestBasicReplication/Basic_replication_of_18_blocks -2026-05-13T18:30:53.9633128Z === PAUSE TestBasicReplication/Basic_replication_of_18_blocks -2026-05-13T18:30:53.9633268Z === RUN TestBasicReplication/Basic_replication_of_20_blocks -2026-05-13T18:30:53.9633416Z === PAUSE TestBasicReplication/Basic_replication_of_20_blocks -2026-05-13T18:30:53.9633600Z === RUN TestBasicReplication/Basic_replication_of_21_blocks -2026-05-13T18:30:53.9633748Z === PAUSE TestBasicReplication/Basic_replication_of_21_blocks -2026-05-13T18:30:53.9633890Z === RUN TestBasicReplication/Basic_replication_of_22_blocks -2026-05-13T18:30:53.9634033Z === PAUSE TestBasicReplication/Basic_replication_of_22_blocks -2026-05-13T18:30:53.9634170Z === RUN TestBasicReplication/Basic_replication_of_24_blocks -2026-05-13T18:30:53.9634315Z === PAUSE TestBasicReplication/Basic_replication_of_24_blocks -2026-05-13T18:30:53.9634451Z === RUN TestBasicReplication/Basic_replication_of_25_blocks -2026-05-13T18:30:53.9634593Z === PAUSE TestBasicReplication/Basic_replication_of_25_blocks -2026-05-13T18:30:53.9634732Z === RUN TestBasicReplication/Basic_replication_of_26_blocks -2026-05-13T18:30:53.9634883Z === PAUSE TestBasicReplication/Basic_replication_of_26_blocks -2026-05-13T18:30:53.9635022Z === RUN TestBasicReplication/Basic_replication_of_28_blocks -2026-05-13T18:30:53.9635165Z === PAUSE TestBasicReplication/Basic_replication_of_28_blocks -2026-05-13T18:30:53.9635309Z === RUN TestBasicReplication/Basic_replication_of_29_blocks -2026-05-13T18:30:53.9635455Z === PAUSE TestBasicReplication/Basic_replication_of_29_blocks -2026-05-13T18:30:53.9635593Z === CONT TestBasicReplication/Basic_replication_of_0_blocks -2026-05-13T18:30:53.9635738Z === CONT TestBasicReplication/Basic_replication_of_14_blocks -2026-05-13T18:30:53.9635876Z === CONT TestBasicReplication/Basic_replication_of_6_blocks -2026-05-13T18:30:53.9636015Z === CONT TestBasicReplication/Basic_replication_of_4_blocks -2026-05-13T18:30:53.9636497Z [05-13|18:28:41.824] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9636969Z [05-13|18:28:41.825] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9637437Z [05-13|18:28:41.825] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9637909Z [05-13|18:28:41.826] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9638496Z [05-13|18:28:41.827] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9638966Z [05-13|18:28:41.828] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9639540Z [05-13|18:28:41.833] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9640006Z [05-13|18:28:41.833] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9640524Z [05-13|18:28:41.834] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9640994Z [05-13|18:28:41.835] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9641513Z [05-13|18:28:41.836] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9642033Z [05-13|18:28:41.837] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9642507Z [05-13|18:28:41.837] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9642977Z [05-13|18:28:41.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9643448Z [05-13|18:28:41.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9643916Z [05-13|18:28:41.840] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9644187Z [05-13|18:28:41.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.9644454Z [05-13|18:28:41.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.9644711Z [05-13|18:28:41.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:53.9645172Z [05-13|18:28:41.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9645433Z [05-13|18:28:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9645686Z [05-13|18:28:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9646144Z [05-13|18:28:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9646414Z [05-13|18:28:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9646866Z [05-13|18:28:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9647316Z [05-13|18:28:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9647772Z [05-13|18:28:41.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9647914Z [05-13|18:28:41.846] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9648369Z [05-13|18:28:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9648898Z [05-13|18:28:41.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9649215Z [05-13|18:28:41.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:53.9649545Z [05-13|18:28:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9649872Z [05-13|18:28:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9650322Z [05-13|18:28:41.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9650697Z [05-13|18:28:41.848] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9651027Z [05-13|18:28:41.848] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9651216Z [05-13|18:28:41.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9651542Z [05-13|18:28:41.846] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9651683Z [05-13|18:28:41.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9651815Z [05-13|18:28:41.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9651945Z [05-13|18:28:41.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9652078Z [05-13|18:28:41.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9652345Z [05-13|18:28:41.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:53.9652611Z [05-13|18:28:41.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:53.9652942Z [05-13|18:28:41.849] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9653086Z [05-13|18:28:41.849] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9653348Z [05-13|18:28:41.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:53.9653560Z [05-13|18:28:41.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9653710Z [05-13|18:28:41.849] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9654171Z [05-13|18:28:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9654553Z [05-13|18:28:41.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0300000000000000", "to": "0100000000000000"} -2026-05-13T18:30:53.9655013Z [05-13|18:28:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9655468Z [05-13|18:28:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9655620Z [05-13|18:28:41.850] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9655958Z [05-13|18:28:41.850] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9656165Z [05-13|18:28:41.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9656532Z [05-13|18:28:41.850] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0300000000000000", "to": "0200000000000000"} -2026-05-13T18:30:53.9656718Z [05-13|18:28:41.850] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9657044Z [05-13|18:28:41.850] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9657256Z [05-13|18:28:41.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:53.9657751Z [05-13|18:28:41.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9658014Z [05-13|18:28:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9658461Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9658974Z [05-13|18:28:41.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9659134Z === CONT TestBasicReplication/Basic_replication_of_5_blocks -2026-05-13T18:30:53.9659530Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9659806Z [05-13|18:28:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9660266Z [05-13|18:28:41.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9660536Z [05-13|18:28:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:53.9660875Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9661212Z [05-13|18:28:41.851] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9661680Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9662134Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9662586Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9662735Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9662872Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9663004Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9663342Z [05-13|18:28:41.852] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9663824Z [05-13|18:28:41.852] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9664153Z [05-13|18:28:41.852] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9664612Z [05-13|18:28:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9664746Z [05-13|18:28:41.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9664877Z [05-13|18:28:41.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9665206Z [05-13|18:28:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9665401Z [05-13|18:28:41.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9665880Z [05-13|18:28:41.853] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9666017Z [05-13|18:28:41.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9666396Z [05-13|18:28:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9666718Z [05-13|18:28:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9667174Z [05-13|18:28:41.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9667686Z [05-13|18:28:41.853] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9668016Z [05-13|18:28:41.854] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9668678Z [05-13|18:28:41.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9669120Z [05-13|18:28:41.854] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:53.9669254Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9669389Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9669523Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9669949Z [05-13|18:28:41.854] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:53.9670087Z [05-13|18:28:41.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9670565Z [05-13|18:28:41.854] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9670990Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:53.9671129Z [05-13|18:28:41.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9671457Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9671908Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9672244Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9672694Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9673021Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9673477Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9673800Z [05-13|18:28:41.855] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9674253Z [05-13|18:28:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9674645Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9675098Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9675477Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9675928Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9676251Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9676756Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9677122Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9677573Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9677905Z [05-13|18:28:41.856] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9678474Z [05-13|18:28:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9678611Z [05-13|18:28:41.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9678945Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9679405Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9679543Z [05-13|18:28:41.857] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9679683Z [05-13|18:28:41.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9679814Z [05-13|18:28:41.857] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9680140Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9680292Z [05-13|18:28:41.857] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9680742Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9680962Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.9681289Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9681615Z [05-13|18:28:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9682065Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9682518Z [05-13|18:28:41.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9682660Z [05-13|18:28:41.857] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9682866Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.9683077Z [05-13|18:28:41.858] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9683281Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:53.9683610Z [05-13|18:28:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9684116Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9684258Z [05-13|18:28:41.858] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9684590Z [05-13|18:28:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9684864Z [05-13|18:28:41.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.9685240Z [05-13|18:28:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9685507Z [05-13|18:28:41.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.9685819Z [05-13|18:28:41.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:53.9686282Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9686733Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9687184Z [05-13|18:28:41.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9687342Z === CONT TestBasicReplication/Basic_replication_of_8_blocks -2026-05-13T18:30:53.9687770Z [05-13|18:28:41.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:53.9687914Z [05-13|18:28:41.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9688480Z [05-13|18:28:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9688908Z [05-13|18:28:41.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:53.9689366Z [05-13|18:28:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9689789Z [05-13|18:28:41.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:53.9690125Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9690454Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9690591Z [05-13|18:28:41.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9691049Z [05-13|18:28:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9691186Z [05-13|18:28:41.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9691327Z [05-13|18:28:41.860] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9691776Z [05-13|18:28:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9692171Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9692494Z [05-13|18:28:41.860] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9692754Z [05-13|18:28:41.860] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.9692893Z [05-13|18:28:41.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9693032Z [05-13|18:28:41.860] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9693353Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9693495Z [05-13|18:28:41.861] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9693759Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:53.9693899Z [05-13|18:28:41.861] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9694292Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9694751Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9694888Z [05-13|18:28:41.861] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9695028Z [05-13|18:28:41.861] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9695354Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9695682Z [05-13|18:28:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9696141Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9696597Z [05-13|18:28:41.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9697079Z [05-13|18:28:41.861] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9697410Z [05-13|18:28:41.862] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9697859Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9697994Z [05-13|18:28:41.862] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9698551Z [05-13|18:28:41.862] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9699006Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9699483Z [05-13|18:28:41.862] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9699635Z === CONT TestBasicReplication/Basic_replication_of_1_blocks -2026-05-13T18:30:53.9699967Z [05-13|18:28:41.862] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9700426Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9700639Z [05-13|18:28:41.862] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9700851Z [05-13|18:28:41.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.9701325Z [05-13|18:28:41.863] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9701710Z [05-13|18:28:41.863] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9702163Z [05-13|18:28:41.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9702638Z [05-13|18:28:41.863] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9703165Z [05-13|18:28:41.863] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9703396Z [05-13|18:28:41.863] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9703611Z [05-13|18:28:41.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.9703754Z [05-13|18:28:41.864] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9703960Z [05-13|18:28:41.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:53.9704428Z [05-13|18:28:41.864] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9704761Z [05-13|18:28:41.864] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9704904Z [05-13|18:28:41.864] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9705358Z [05-13|18:28:41.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9705835Z [05-13|18:28:41.864] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9705982Z === CONT TestBasicReplication/Basic_replication_of_2_blocks -2026-05-13T18:30:53.9706412Z [05-13|18:28:41.865] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:53.9706552Z [05-13|18:28:41.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9707023Z [05-13|18:28:41.865] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9707492Z [05-13|18:28:41.865] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9707922Z [05-13|18:28:41.865] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:53.9708468Z [05-13|18:28:41.866] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:53.9708796Z [05-13|18:28:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9709256Z [05-13|18:28:41.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9709393Z [05-13|18:28:41.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9709594Z [05-13|18:28:41.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9709894Z [05-13|18:28:41.867] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.9710033Z [05-13|18:28:41.867] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9710541Z [05-13|18:28:41.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9710753Z [05-13|18:28:41.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.9710892Z [05-13|18:28:41.868] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9711098Z [05-13|18:28:41.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.9711366Z [05-13|18:28:41.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.9711680Z [05-13|18:28:41.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:53.9711824Z [05-13|18:28:41.868] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9712327Z [05-13|18:28:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9712780Z [05-13|18:28:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9712920Z [05-13|18:28:41.869] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9713129Z [05-13|18:28:41.869] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:53.9713262Z [05-13|18:28:41.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9713415Z === CONT TestBasicReplication/Basic_replication_of_12_blocks -2026-05-13T18:30:53.9713893Z [05-13|18:28:41.869] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9714231Z [05-13|18:28:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9714557Z [05-13|18:28:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9715036Z [05-13|18:28:41.871] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9715361Z [05-13|18:28:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9715498Z [05-13|18:28:41.872] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9715642Z [05-13|18:28:41.872] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9715775Z [05-13|18:28:41.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9716036Z [05-13|18:28:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9716299Z [05-13|18:28:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9716557Z [05-13|18:28:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:53.9717031Z [05-13|18:28:41.873] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9717489Z [05-13|18:28:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9717939Z [05-13|18:28:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9718552Z [05-13|18:28:41.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9719093Z [05-13|18:28:41.874] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9719418Z [05-13|18:28:41.874] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9719554Z [05-13|18:28:41.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9720025Z [05-13|18:28:41.875] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9720212Z [05-13|18:28:41.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9720538Z [05-13|18:28:41.876] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9720914Z [05-13|18:28:41.876] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9721371Z [05-13|18:28:41.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9721846Z [05-13|18:28:41.876] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9722275Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:53.9722414Z [05-13|18:28:41.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9722886Z [05-13|18:28:41.877] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9723217Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9723643Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:53.9724071Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:53.9724205Z [05-13|18:28:41.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9724530Z [05-13|18:28:41.877] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9724856Z [05-13|18:28:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9725309Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9725759Z [05-13|18:28:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9725897Z [05-13|18:28:41.878] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9726036Z [05-13|18:28:41.878] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9726242Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.9726380Z [05-13|18:28:41.878] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9726767Z [05-13|18:28:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9726978Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.9727238Z [05-13|18:28:41.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9727541Z [05-13|18:28:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9727992Z [05-13|18:28:41.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9728579Z [05-13|18:28:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9728729Z [05-13|18:28:41.879] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9728937Z [05-13|18:28:41.879] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9729201Z [05-13|18:28:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:53.9729584Z [05-13|18:28:41.879] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9730044Z [05-13|18:28:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9730251Z [05-13|18:28:41.879] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:53.9730577Z [05-13|18:28:41.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9731032Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9731186Z === CONT TestBasicReplication/Basic_replication_of_13_blocks -2026-05-13T18:30:53.9731643Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9731973Z [05-13|18:28:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9732426Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9732876Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9733145Z [05-13|18:28:41.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:53.9733288Z [05-13|18:28:41.880] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9733552Z [05-13|18:28:41.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:53.9734015Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9734350Z [05-13|18:28:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9734806Z [05-13|18:28:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9735132Z [05-13|18:28:41.881] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9735273Z [05-13|18:28:41.881] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9735468Z [05-13|18:28:41.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9735730Z [05-13|18:28:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:53.9736059Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9736562Z [05-13|18:28:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9737013Z [05-13|18:28:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9737357Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9737720Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9738214Z [05-13|18:28:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9738689Z [05-13|18:28:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9739019Z [05-13|18:28:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9739155Z [05-13|18:28:41.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9739616Z [05-13|18:28:41.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9739957Z [05-13|18:28:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9740094Z [05-13|18:28:41.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9740230Z [05-13|18:28:41.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9740554Z [05-13|18:28:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9741037Z [05-13|18:28:41.883] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9741495Z [05-13|18:28:41.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9741820Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9742256Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:53.9742714Z [05-13|18:28:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9743141Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:53.9743273Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9743693Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:53.9743827Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9743964Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9744447Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:53.9744580Z [05-13|18:28:41.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9744725Z [05-13|18:28:41.884] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9745122Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9745333Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.9745473Z [05-13|18:28:41.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9745613Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9745752Z [05-13|18:28:41.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9746009Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:53.9746147Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9749881Z [05-13|18:28:41.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9750371Z [05-13|18:28:41.885] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9750733Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9751215Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9751671Z [05-13|18:28:41.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9752118Z [05-13|18:28:41.884] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:53.9752277Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9752708Z [05-13|18:28:41.885] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:53.9752868Z === CONT TestBasicReplication/Basic_replication_of_18_blocks -2026-05-13T18:30:53.9753014Z [05-13|18:28:41.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9753158Z [05-13|18:28:41.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9753656Z [05-13|18:28:41.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9754022Z [05-13|18:28:41.886] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9754496Z [05-13|18:28:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9754848Z [05-13|18:28:41.886] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9755337Z [05-13|18:28:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9755668Z [05-13|18:28:41.886] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9756145Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9756480Z [05-13|18:28:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9757001Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9757496Z [05-13|18:28:41.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9757886Z [05-13|18:28:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9758379Z [05-13|18:28:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9758847Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9759367Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9759522Z [05-13|18:28:41.887] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9759790Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.9760272Z [05-13|18:28:41.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9760417Z [05-13|18:28:41.887] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9760630Z [05-13|18:28:41.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.9760960Z [05-13|18:28:41.888] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9761105Z [05-13|18:28:41.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9761252Z [05-13|18:28:41.888] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9761713Z [05-13|18:28:41.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9761922Z [05-13|18:28:41.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:53.9762063Z [05-13|18:28:41.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9762204Z [05-13|18:28:41.888] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9762358Z === CONT TestBasicReplication/Basic_replication_of_9_blocks -2026-05-13T18:30:53.9762690Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9763152Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9763479Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9763936Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9764277Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9764738Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9765083Z [05-13|18:28:41.889] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9765545Z [05-13|18:28:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9765941Z [05-13|18:28:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9766407Z [05-13|18:28:41.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9766937Z [05-13|18:28:41.890] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9767079Z [05-13|18:28:41.890] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9767298Z [05-13|18:28:41.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.9767671Z [05-13|18:28:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9767815Z [05-13|18:28:41.891] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9768464Z [05-13|18:28:41.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9768956Z [05-13|18:28:41.891] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9769098Z [05-13|18:28:41.891] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9769311Z [05-13|18:28:41.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:53.9769592Z [05-13|18:28:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:53.9769733Z [05-13|18:28:41.892] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9770205Z [05-13|18:28:41.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9770686Z [05-13|18:28:41.892] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9770958Z [05-13|18:28:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:53.9771119Z === CONT TestBasicReplication/Basic_replication_of_10_blocks -2026-05-13T18:30:53.9771593Z [05-13|18:28:41.892] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9772052Z [05-13|18:28:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9772328Z [05-13|18:28:41.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:53.9772800Z [05-13|18:28:41.895] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9773257Z [05-13|18:28:41.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9773603Z [05-13|18:28:41.895] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9773935Z [05-13|18:28:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9774261Z [05-13|18:28:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9774470Z [05-13|18:28:41.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9774952Z [05-13|18:28:41.897] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9775159Z [05-13|18:28:41.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9775298Z [05-13|18:28:41.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9775430Z [05-13|18:28:41.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9775562Z [05-13|18:28:41.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9776041Z [05-13|18:28:41.898] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9776597Z [05-13|18:28:41.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9776936Z [05-13|18:28:41.900] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9777435Z [05-13|18:28:41.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9777767Z [05-13|18:28:41.900] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9778367Z [05-13|18:28:41.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9778644Z [05-13|18:28:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:53.9779120Z [05-13|18:28:41.901] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9779384Z [05-13|18:28:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:53.9779858Z [05-13|18:28:41.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9780327Z [05-13|18:28:41.902] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9780593Z [05-13|18:28:41.902] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:53.9781052Z [05-13|18:28:41.900] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9781390Z [05-13|18:28:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9781850Z [05-13|18:28:41.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9782312Z [05-13|18:28:41.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9782636Z [05-13|18:28:41.903] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9783115Z [05-13|18:28:41.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9783569Z [05-13|18:28:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9784102Z [05-13|18:28:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9784493Z [05-13|18:28:41.903] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9784838Z [05-13|18:28:41.903] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9785304Z [05-13|18:28:41.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9785645Z [05-13|18:28:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9786032Z [05-13|18:28:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9786413Z [05-13|18:28:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9786879Z [05-13|18:28:41.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9787027Z [05-13|18:28:41.904] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9787163Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9787301Z [05-13|18:28:41.904] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9787435Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9787574Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9787715Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9787852Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9787984Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9788301Z [05-13|18:28:41.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9788585Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:53.9788851Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:53.9789118Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:53.9789589Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9790051Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9790399Z [05-13|18:28:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9790671Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.9790933Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.9791395Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9791728Z [05-13|18:28:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9792190Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9792721Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9793177Z [05-13|18:28:41.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9793552Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9794014Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9794353Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9794740Z [05-13|18:28:41.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:53.9795085Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9795592Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9796050Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9796385Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9796715Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9797172Z [05-13|18:28:41.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9797508Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9797651Z [05-13|18:28:41.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9798232Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9798569Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9798894Z [05-13|18:28:41.907] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9799348Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9799686Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9800137Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9800599Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9800924Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9801374Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9801582Z [05-13|18:28:41.908] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9801912Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9802368Z [05-13|18:28:41.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9802756Z [05-13|18:28:41.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9803081Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9803540Z [05-13|18:28:41.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9803926Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9804064Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9804252Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9804393Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9804526Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9804854Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9804993Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9805139Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9805270Z [05-13|18:28:41.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9805604Z [05-13|18:28:41.909] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9806104Z [05-13|18:28:41.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9806240Z [05-13|18:28:41.910] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9806576Z [05-13|18:28:41.910] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9807037Z [05-13|18:28:41.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9807172Z [05-13|18:28:41.910] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9807498Z [05-13|18:28:41.910] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9807960Z [05-13|18:28:41.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9808407Z [05-13|18:28:41.910] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9808869Z [05-13|18:28:41.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9809197Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9809526Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9809681Z [05-13|18:28:41.911] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9810138Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9810429Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.9810889Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9811272Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9811724Z [05-13|18:28:41.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9811872Z [05-13|18:28:41.911] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9812083Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.9812465Z [05-13|18:28:41.911] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9812974Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9813119Z [05-13|18:28:41.912] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9813449Z [05-13|18:28:41.912] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9813908Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9814240Z [05-13|18:28:41.912] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9814698Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9815038Z [05-13|18:28:41.912] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9815497Z [05-13|18:28:41.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9815831Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9816292Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9816625Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9817081Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9817419Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9817876Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9818322Z [05-13|18:28:41.913] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:53.9818794Z [05-13|18:28:41.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9818934Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9819138Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9819277Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9819408Z [05-13|18:28:41.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9819602Z [05-13|18:28:41.914] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9819818Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:53.9819976Z === CONT TestBasicReplication/Basic_replication_of_25_blocks -2026-05-13T18:30:53.9820307Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9820765Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9821149Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:53.9821658Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9821999Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9822324Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9822778Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9823235Z [05-13|18:28:41.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9823564Z [05-13|18:28:41.914] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9823891Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9824350Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9824800Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9825124Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9825464Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:53.9825791Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9826246Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9826698Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9827025Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9827480Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9827938Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9828487Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9828887Z [05-13|18:28:41.915] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9829347Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9829816Z [05-13|18:28:41.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9830151Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9830353Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9830859Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9831083Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.9831409Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9831863Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9832010Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9832218Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.9832547Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9833008Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9833151Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9833359Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:53.9833698Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9834026Z [05-13|18:28:41.916] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9834490Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9834952Z [05-13|18:28:41.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9835093Z [05-13|18:28:41.916] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9835420Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9835579Z === CONT TestBasicReplication/Basic_replication_of_29_blocks -2026-05-13T18:30:53.9836035Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9836369Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9836518Z [05-13|18:28:41.917] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9836790Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.9837253Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9837626Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9838217Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9838372Z [05-13|18:28:41.917] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9838593Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.9838798Z [05-13|18:28:41.917] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9839135Z [05-13|18:28:41.917] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9839402Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:53.9839866Z [05-13|18:28:41.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9840010Z [05-13|18:28:41.918] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9840463Z [05-13|18:28:41.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:53.9840607Z [05-13|18:28:41.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9841034Z [05-13|18:28:41.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:53.9841199Z === CONT TestBasicReplication/Basic_replication_of_26_blocks -2026-05-13T18:30:53.9841624Z [05-13|18:28:41.918] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:53.9841763Z [05-13|18:28:41.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9841902Z [05-13|18:28:41.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9842236Z [05-13|18:28:41.919] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9842697Z [05-13|18:28:41.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9842844Z [05-13|18:28:41.919] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9843058Z [05-13|18:28:41.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.9843202Z [05-13|18:28:41.919] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9843415Z [05-13|18:28:41.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.9843556Z [05-13|18:28:41.920] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9843696Z [05-13|18:28:41.920] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9843908Z [05-13|18:28:41.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:53.9844059Z === CONT TestBasicReplication/Basic_replication_of_28_blocks -2026-05-13T18:30:53.9844553Z [05-13|18:28:41.920] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9845037Z [05-13|18:28:41.921] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9845574Z [05-13|18:28:41.922] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9846045Z [05-13|18:28:41.923] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9846604Z [05-13|18:28:41.926] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9847075Z [05-13|18:28:41.929] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9847582Z [05-13|18:28:41.929] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9848231Z [05-13|18:28:41.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9848710Z [05-13|18:28:41.932] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9849181Z [05-13|18:28:41.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9849659Z [05-13|18:28:41.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9850132Z [05-13|18:28:41.936] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9850609Z [05-13|18:28:41.936] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9851080Z [05-13|18:28:41.937] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9851554Z [05-13|18:28:41.937] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9852035Z [05-13|18:28:41.937] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9852315Z [05-13|18:28:41.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:53.9852580Z [05-13|18:28:41.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:53.9852849Z [05-13|18:28:41.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:53.9853315Z [05-13|18:28:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9853774Z [05-13|18:28:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9854243Z [05-13|18:28:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9854506Z [05-13|18:28:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:53.9854830Z [05-13|18:28:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:53.9855298Z [05-13|18:28:41.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9855614Z [05-13|18:28:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:53.9856069Z [05-13|18:28:41.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9856421Z [05-13|18:28:41.940] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9856933Z [05-13|18:28:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9857202Z [05-13|18:28:41.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:53.9857503Z [05-13|18:28:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:53.9857766Z [05-13|18:28:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:53.9858215Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:53.9858554Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:53.9858694Z [05-13|18:28:41.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9859155Z [05-13|18:28:41.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9859494Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9859952Z [05-13|18:28:41.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9860092Z [05-13|18:28:41.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9860548Z [05-13|18:28:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9860811Z [05-13|18:28:41.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:53.9861068Z [05-13|18:28:41.942] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:53.9861407Z [05-13|18:28:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9861543Z [05-13|18:28:41.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9862000Z [05-13|18:28:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9862343Z [05-13|18:28:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:53.9862478Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9862807Z [05-13|18:28:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:53.9862949Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9863080Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9863478Z [05-13|18:28:41.943] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:53.9863616Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9863748Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9864129Z [05-13|18:28:41.943] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:53.9864402Z [05-13|18:28:41.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:53.9864536Z [05-13|18:28:41.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9864996Z [05-13|18:28:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9865508Z [05-13|18:28:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9865847Z [05-13|18:28:41.943] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9866353Z [05-13|18:28:41.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9866697Z [05-13|18:28:41.944] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:53.9867028Z [05-13|18:28:41.944] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:53.9867161Z [05-13|18:28:41.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9867299Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9867629Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9867764Z [05-13|18:28:41.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9868214Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9868672Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9869125Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9869459Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9869791Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:53.9870249Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9870588Z [05-13|18:28:41.945] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9871041Z [05-13|18:28:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9871178Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9871317Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9871447Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9871577Z [05-13|18:28:41.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9871975Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9872434Z [05-13|18:28:41.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9872622Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9872955Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9873407Z [05-13|18:28:41.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9873732Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9874242Z [05-13|18:28:41.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9874381Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9874751Z [05-13|18:28:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9874895Z [05-13|18:28:41.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9875029Z [05-13|18:28:41.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9875482Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9875820Z [05-13|18:28:41.947] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9876277Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9876608Z [05-13|18:28:41.947] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9876748Z [05-13|18:28:41.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9877202Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9877336Z [05-13|18:28:41.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9877666Z [05-13|18:28:41.947] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9878233Z [05-13|18:28:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9878571Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9879043Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9879374Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9879837Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9880171Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9880632Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9880830Z [05-13|18:28:41.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9881163Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9881671Z [05-13|18:28:41.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9881803Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9882135Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9882267Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9882765Z [05-13|18:28:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9882905Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9883279Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9883733Z [05-13|18:28:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9883870Z [05-13|18:28:41.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9884197Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9884646Z [05-13|18:28:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9884980Z [05-13|18:28:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9885313Z [05-13|18:28:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9885775Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9885910Z [05-13|18:28:41.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9886234Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9886688Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9886821Z [05-13|18:28:41.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9887276Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9887609Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9888268Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9888641Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9888973Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9889433Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9889957Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9890290Z [05-13|18:28:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9890672Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9891123Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9891574Z [05-13|18:28:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9891950Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9892449Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9892792Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9893249Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9893577Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9894034Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9894384Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9894711Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9895171Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9895622Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9895948Z [05-13|18:28:41.951] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9896397Z [05-13|18:28:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9896722Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9897180Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9897507Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9897956Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9898419Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9898742Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9899138Z [05-13|18:28:41.952] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:53.9899285Z [05-13|18:28:41.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9899796Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9900244Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9900383Z [05-13|18:28:41.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9900891Z [05-13|18:28:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9901223Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9901600Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9902084Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9902539Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9902678Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9902812Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9903147Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:53.9903613Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9903949Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:53.9904085Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9904411Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9904544Z [05-13|18:28:41.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9904995Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9905335Z [05-13|18:28:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9905793Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9906248Z [05-13|18:28:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9906387Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9906519Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9906650Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9906983Z [05-13|18:28:41.954] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9907116Z [05-13|18:28:41.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9907489Z [05-13|18:28:41.954] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9907950Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9908562Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9908888Z [05-13|18:28:41.954] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9909344Z [05-13|18:28:41.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9909736Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:53.9910247Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9910586Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9911037Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9911365Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9911693Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9912155Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9912490Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:53.9912944Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9913398Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9913733Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9914188Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9914527Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:53.9914992Z [05-13|18:28:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9915322Z [05-13|18:28:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9915776Z [05-13|18:28:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9916108Z [05-13|18:28:41.956] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9916243Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9916472Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9916804Z [05-13|18:28:41.956] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:53.9917315Z [05-13|18:28:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9917768Z [05-13|18:28:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9917907Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9918150Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9918299Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9918501Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9918637Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9918768Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9918949Z [05-13|18:28:41.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9919300Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:53.9919762Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9920099Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:53.9920567Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9920914Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9921380Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9921716Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9922174Z [05-13|18:28:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9922509Z [05-13|18:28:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9922968Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9923300Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9923634Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:53.9923959Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:53.9924414Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9924746Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9925205Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9925729Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9926236Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9926568Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9927022Z [05-13|18:28:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9927392Z [05-13|18:28:41.959] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9927885Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9928339Z [05-13|18:28:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:53.9928801Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9929132Z [05-13|18:28:41.959] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:53.9929590Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9929926Z [05-13|18:28:41.959] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:53.9930382Z [05-13|18:28:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9930716Z [05-13|18:28:41.960] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9931171Z [05-13|18:28:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9931503Z [05-13|18:28:41.960] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:53.9931963Z [05-13|18:28:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9932293Z [05-13|18:28:41.960] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:53.9932750Z [05-13|18:28:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9933092Z [05-13|18:28:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:53.9933546Z [05-13|18:28:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9933874Z [05-13|18:28:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:53.9934344Z [05-13|18:28:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9934743Z [05-13|18:28:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:53.9935199Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9935588Z [05-13|18:28:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:53.9935722Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9935856Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9936367Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9936506Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9936887Z [05-13|18:28:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:53.9937221Z [05-13|18:28:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9937681Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9938248Z [05-13|18:28:41.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9938588Z [05-13|18:28:41.963] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:53.9938739Z [05-13|18:28:41.963] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9939200Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9939416Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.9939552Z [05-13|18:28:41.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9939694Z [05-13|18:28:41.963] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9940030Z [05-13|18:28:41.963] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:53.9940243Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.9940704Z [05-13|18:28:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9940850Z [05-13|18:28:41.964] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9941183Z [05-13|18:28:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:53.9941643Z [05-13|18:28:41.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9941787Z [05-13|18:28:41.964] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9942117Z [05-13|18:28:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:53.9942327Z [05-13|18:28:41.964] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:53.9942789Z [05-13|18:28:41.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9943010Z === CONT TestBasicReplication/Basic_replication_of_24_blocks -2026-05-13T18:30:53.9943145Z [05-13|18:28:41.964] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9943482Z [05-13|18:28:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:53.9943990Z [05-13|18:28:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9944123Z [05-13|18:28:41.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9944466Z [05-13|18:28:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9944972Z [05-13|18:28:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9945111Z [05-13|18:28:41.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9945495Z [05-13|18:28:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9945952Z [05-13|18:28:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9946283Z [05-13|18:28:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:53.9946743Z [05-13|18:28:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9947070Z [05-13|18:28:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9947532Z [05-13|18:28:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9947863Z [05-13|18:28:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:53.9948436Z [05-13|18:28:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9948769Z [05-13|18:28:41.967] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:53.9949225Z [05-13|18:28:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9949557Z [05-13|18:28:41.967] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:53.9950016Z [05-13|18:28:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9950347Z [05-13|18:28:41.967] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:53.9950801Z [05-13|18:28:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9951136Z [05-13|18:28:41.968] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:53.9951277Z [05-13|18:28:41.968] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9951488Z [05-13|18:28:41.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.9952011Z [05-13|18:28:41.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9952146Z [05-13|18:28:41.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9952335Z [05-13|18:28:41.969] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9952665Z [05-13|18:28:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:53.9952806Z [05-13|18:28:41.969] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9952937Z [05-13|18:28:41.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9953397Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9953660Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.9953999Z [05-13|18:28:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9954509Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9954843Z [05-13|18:28:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:53.9954984Z [05-13|18:28:41.969] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9955193Z [05-13|18:28:41.969] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:53.9955649Z [05-13|18:28:41.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9955786Z [05-13|18:28:41.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9955941Z [05-13|18:28:41.970] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9956275Z [05-13|18:28:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9956735Z [05-13|18:28:41.970] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9956891Z === CONT TestBasicReplication/Basic_replication_of_22_blocks -2026-05-13T18:30:53.9957220Z [05-13|18:28:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:53.9957676Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9958012Z [05-13|18:28:41.971] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:53.9958621Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9958964Z [05-13|18:28:41.971] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:53.9959112Z [05-13|18:28:41.971] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9959322Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.9959893Z [05-13|18:28:41.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9960038Z [05-13|18:28:41.971] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9960447Z [05-13|18:28:41.971] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:53.9960907Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9961104Z [05-13|18:28:41.972] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9961311Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.9961448Z [05-13|18:28:41.972] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9961657Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:53.9961985Z [05-13|18:28:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:53.9962136Z === CONT TestBasicReplication/Basic_replication_of_21_blocks -2026-05-13T18:30:53.9962651Z [05-13|18:28:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9963044Z [05-13|18:28:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:53.9963502Z [05-13|18:28:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9963840Z [05-13|18:28:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:53.9964296Z [05-13|18:28:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9964775Z [05-13|18:28:41.973] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9965111Z [05-13|18:28:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:53.9965569Z [05-13|18:28:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9966045Z [05-13|18:28:41.974] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9966389Z [05-13|18:28:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9966847Z [05-13|18:28:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9967324Z [05-13|18:28:41.974] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9967661Z [05-13|18:28:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:53.9968237Z [05-13|18:28:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9968377Z [05-13|18:28:41.974] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9968514Z [05-13|18:28:41.974] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9968989Z [05-13|18:28:41.975] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9969389Z [05-13|18:28:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:53.9969851Z [05-13|18:28:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9970376Z [05-13|18:28:41.975] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9970713Z [05-13|18:28:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:53.9971172Z [05-13|18:28:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9971697Z [05-13|18:28:41.975] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9972084Z [05-13|18:28:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:53.9972544Z [05-13|18:28:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9973019Z [05-13|18:28:41.976] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9973355Z [05-13|18:28:41.977] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:53.9973812Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9974088Z [05-13|18:28:41.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:53.9974366Z [05-13|18:28:41.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:53.9974508Z [05-13|18:28:41.977] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9974986Z [05-13|18:28:41.977] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9975449Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9975902Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9976120Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.9976389Z [05-13|18:28:41.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:53.9976530Z [05-13|18:28:41.977] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9976739Z [05-13|18:28:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.9976883Z [05-13|18:28:41.977] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9977022Z [05-13|18:28:41.978] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:53.9977228Z [05-13|18:28:41.978] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:53.9977382Z === CONT TestBasicReplication/Basic_replication_of_20_blocks -2026-05-13T18:30:53.9977837Z [05-13|18:28:41.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9978473Z [05-13|18:28:41.978] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9978826Z [05-13|18:28:41.978] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9979225Z [05-13|18:28:41.979] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9979556Z [05-13|18:28:41.979] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:53.9979698Z [05-13|18:28:41.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9979830Z [05-13|18:28:41.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9979962Z [05-13|18:28:41.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9980283Z [05-13|18:28:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:53.9980548Z [05-13|18:28:41.980] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:53.9981097Z [05-13|18:28:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9981568Z [05-13|18:28:41.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9981702Z [05-13|18:28:41.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9982179Z [05-13|18:28:41.981] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9982317Z [05-13|18:28:41.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9982579Z [05-13|18:28:41.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:53.9983041Z [05-13|18:28:41.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9983517Z [05-13|18:28:41.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9983987Z [05-13|18:28:41.983] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9984453Z [05-13|18:28:41.983] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9984793Z [05-13|18:28:41.983] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:53.9984927Z [05-13|18:28:41.984] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9985259Z [05-13|18:28:41.984] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9985718Z [05-13|18:28:41.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9986048Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:53.9986500Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9986833Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:53.9987349Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9987674Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:53.9988285Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9988618Z [05-13|18:28:41.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:53.9989071Z [05-13|18:28:41.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9989462Z [05-13|18:28:41.986] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:53.9989964Z [05-13|18:28:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:53.9990447Z [05-13|18:28:41.986] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9990780Z [05-13|18:28:41.986] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:53.9990915Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9991054Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9991185Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9991665Z [05-13|18:28:41.987] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9991802Z [05-13|18:28:41.987] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:53.9992126Z [05-13|18:28:41.987] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:53.9992584Z [05-13|18:28:41.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:53.9992915Z [05-13|18:28:41.988] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:53.9993904Z [05-13|18:28:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:53.9994318Z [05-13|18:28:41.988] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:53.9995175Z [05-13|18:28:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9996407Z [05-13|18:28:41.988] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:53.9997014Z [05-13|18:28:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:53.9997368Z [05-13|18:28:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:53.9997842Z [05-13|18:28:41.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:53.9999188Z [05-13|18:28:41.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0000174Z [05-13|18:28:41.990] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.0000770Z [05-13|18:28:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0001728Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.0002075Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0002612Z [05-13|18:28:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0002952Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0003469Z [05-13|18:28:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0003620Z [05-13|18:28:41.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0003972Z [05-13|18:28:41.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0005023Z [05-13|18:28:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.0005622Z [05-13|18:28:41.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0005767Z [05-13|18:28:41.992] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0006045Z [05-13|18:28:41.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.0006331Z [05-13|18:28:41.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.0006481Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0006621Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0006881Z [05-13|18:28:41.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.0007015Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0007475Z [05-13|18:28:41.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0007933Z [05-13|18:28:41.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0008458Z [05-13|18:28:41.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.0008609Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0008745Z [05-13|18:28:41.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0009077Z [05-13|18:28:41.994] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.0009348Z [05-13|18:28:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.0009687Z [05-13|18:28:41.994] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.0010148Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0010511Z [05-13|18:28:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.0010964Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0011471Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0011923Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0012424Z [05-13|18:28:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0012762Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.0013267Z [05-13|18:28:41.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0013722Z [05-13|18:28:41.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0014064Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.0014403Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.0014728Z [05-13|18:28:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.0015057Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.0015380Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.0015707Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.0015847Z [05-13|18:28:41.996] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0016301Z [05-13|18:28:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0016625Z [05-13|18:28:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.0017081Z [05-13|18:28:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0017216Z [05-13|18:28:41.996] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0017536Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.0017874Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.0018333Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.0018790Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0019248Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0019644Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.0019973Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.0020480Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0020933Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0021067Z [05-13|18:28:41.997] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0021450Z [05-13|18:28:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.0021949Z [05-13|18:28:41.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0022281Z [05-13|18:28:41.998] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0022738Z [05-13|18:28:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0022871Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0023002Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0023139Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0023470Z [05-13|18:28:41.998] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0023604Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0024060Z [05-13|18:28:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0024194Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0024527Z [05-13|18:28:41.998] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.0024984Z [05-13|18:28:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0025117Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0025248Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0025385Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0025514Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0025645Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0025778Z [05-13|18:28:41.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0025910Z [05-13|18:28:41.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0026240Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.0026695Z [05-13|18:28:41.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0026835Z [05-13|18:28:41.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0026964Z [05-13|18:28:41.999] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0027343Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.0027803Z [05-13|18:28:41.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0028303Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0028775Z [05-13|18:28:41.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0029112Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.0029638Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0029982Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0030485Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0030817Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.0031280Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0031606Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0032057Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0032388Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0032714Z [05-13|18:28:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.0033165Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0033621Z [05-13|18:28:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0033951Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.0034090Z [05-13|18:28:42.001] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0034421Z [05-13|18:28:42.000] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0034749Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.0035070Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.0035523Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0035985Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0036445Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0036963Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0037346Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.0037807Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0038255Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.0038592Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.0039118Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0039505Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.0039839Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0040297Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0040749Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0041075Z [05-13|18:28:42.001] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.0041533Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0041989Z [05-13|18:28:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0042318Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.0042775Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0043102Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.0043438Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.0043895Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0044351Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0044677Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.0045128Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0045275Z [05-13|18:28:42.002] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0045472Z [05-13|18:28:42.002] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0045610Z [05-13|18:28:42.002] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0045829Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:54.0046158Z [05-13|18:28:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.0046361Z [05-13|18:28:42.003] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0046818Z [05-13|18:28:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0046953Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0047086Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0047216Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0047385Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0047520Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0047685Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0047825Z [05-13|18:28:42.003] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0047962Z [05-13|18:28:42.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0048290Z [05-13|18:28:42.003] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:54.0048619Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.0049078Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0049417Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.0049751Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.0050231Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0050693Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0051031Z [05-13|18:28:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0051495Z [05-13|18:28:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0051824Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.0052280Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0052622Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0053077Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0053404Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.0053864Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0054076Z [05-13|18:28:42.004] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0054289Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:54.0054620Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.0055125Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0055281Z === CONT TestBasicReplication/Basic_replication_of_17_blocks -2026-05-13T18:30:54.0055618Z [05-13|18:28:42.005] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.0056169Z [05-13|18:28:42.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0056531Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.0056913Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.0057374Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0057831Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0058280Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.0058742Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0058883Z [05-13|18:28:42.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0059020Z [05-13|18:28:42.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0059353Z [05-13|18:28:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.0059486Z [05-13|18:28:42.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0059951Z [05-13|18:28:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0060083Z [05-13|18:28:42.007] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0060410Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.0060872Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0061203Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.0061534Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.0061991Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0062444Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0062781Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.0063306Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0063693Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.0064150Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0064486Z [05-13|18:28:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.0064940Z [05-13|18:28:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0065325Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.0065831Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0066164Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.0066619Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0066759Z [05-13|18:28:42.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0066890Z [05-13|18:28:42.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0067225Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.0067680Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0067815Z [05-13|18:28:42.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0068270Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.0068732Z [05-13|18:28:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0069063Z [05-13|18:28:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.0069524Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0069857Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0070005Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0070146Z [05-13|18:28:42.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0070359Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:54.0070811Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0070959Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0071168Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:54.0071501Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.0072051Z [05-13|18:28:42.009] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0072384Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0072579Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0073039Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0073250Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:54.0073752Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0074093Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.0074283Z [05-13|18:28:42.009] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0074760Z [05-13|18:28:42.009] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0075093Z [05-13|18:28:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.0075247Z === CONT TestBasicReplication/Basic_replication_of_16_blocks -2026-05-13T18:30:54.0075705Z [05-13|18:28:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0076164Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0076502Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.0076956Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0077290Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.0077613Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.0078215Z [05-13|18:28:42.010] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0078686Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0079145Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0079485Z [05-13|18:28:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.0079942Z [05-13|18:28:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0080421Z [05-13|18:28:42.011] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0080834Z [05-13|18:28:42.011] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0081294Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0081492Z [05-13|18:28:42.011] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0081707Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:54.0082043Z [05-13|18:28:42.011] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.0082500Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0082643Z [05-13|18:28:42.011] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0082909Z [05-13|18:28:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:54.0083049Z [05-13|18:28:42.011] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0083238Z [05-13|18:28:42.012] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0083574Z [05-13|18:28:42.012] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0083783Z [05-13|18:28:42.012] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:54.0084245Z [05-13|18:28:42.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0084522Z [05-13|18:28:42.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.0084786Z [05-13|18:28:42.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.0085125Z [05-13|18:28:42.012] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.0085597Z [05-13|18:28:42.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0086058Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0086518Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0087000Z [05-13|18:28:42.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0087348Z [05-13|18:28:42.013] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.0087629Z [05-13|18:28:42.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.0088206Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0088664Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0089003Z [05-13|18:28:42.013] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.0089150Z [05-13|18:28:42.013] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0089368Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.0089893Z [05-13|18:28:42.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0090035Z [05-13|18:28:42.014] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0090233Z [05-13|18:28:42.014] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0090448Z [05-13|18:28:42.014] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.0090924Z [05-13|18:28:42.014] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0091264Z [05-13|18:28:42.014] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0091653Z [05-13|18:28:42.014] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0091798Z [05-13|18:28:42.014] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0092322Z [05-13|18:28:42.015] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0092664Z [05-13|18:28:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0092804Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0092937Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0093073Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0093551Z [05-13|18:28:42.016] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0093687Z [05-13|18:28:42.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0093822Z [05-13|18:28:42.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0094186Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0094647Z [05-13|18:28:42.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0094987Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0095444Z [05-13|18:28:42.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0095774Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0096232Z [05-13|18:28:42.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0096559Z [05-13|18:28:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.0097026Z [05-13|18:28:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0097354Z [05-13|18:28:42.019] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.0097805Z [05-13|18:28:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0098244Z [05-13|18:28:42.019] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.0098766Z [05-13|18:28:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0098953Z [05-13|18:28:42.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0099084Z [05-13|18:28:42.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0099216Z [05-13|18:28:42.019] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0099540Z [05-13|18:28:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.0099992Z [05-13|18:28:42.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0100375Z [05-13|18:28:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.0100881Z [05-13|18:28:42.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0101210Z [05-13|18:28:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.0101663Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0101995Z [05-13|18:28:42.022] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.0102451Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0102732Z [05-13|18:28:42.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.0103065Z [05-13|18:28:42.022] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.0103334Z [05-13|18:28:42.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.0103796Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0104129Z [05-13|18:28:42.022] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.0104589Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0105046Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0105499Z [05-13|18:28:42.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0105770Z [05-13|18:28:42.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.0106227Z [05-13|18:28:42.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0106362Z [05-13|18:28:42.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0106698Z [05-13|18:28:42.023] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0106833Z [05-13|18:28:42.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0107216Z [05-13|18:28:42.023] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.0107676Z [05-13|18:28:42.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0107847Z [05-13|18:28:42.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0108293Z [05-13|18:28:42.024] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0108628Z [05-13|18:28:42.024] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0108956Z [05-13|18:28:42.024] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.0109474Z [05-13|18:28:42.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0109617Z [05-13|18:28:42.024] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0109995Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.0110454Z [05-13|18:28:42.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0110594Z [05-13|18:28:42.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0110922Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.0111380Z [05-13|18:28:42.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0111520Z [05-13|18:28:42.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0111651Z [05-13|18:28:42.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0111983Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0112445Z [05-13|18:28:42.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0112773Z [05-13|18:28:42.025] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0113224Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0113376Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0113589Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.0113922Z [05-13|18:28:42.026] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.0114073Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0114281Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.0114735Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0114879Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0115015Z [05-13|18:28:42.026] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0115227Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.0115623Z [05-13|18:28:42.026] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0116076Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0116459Z [05-13|18:28:42.026] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0116918Z [05-13|18:28:42.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0117247Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.0117736Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0118186Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.0118703Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0119035Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.0119493Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0119628Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0119760Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0119900Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0120221Z [05-13|18:28:42.027] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.0120673Z [05-13|18:28:42.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0120810Z [05-13|18:28:42.027] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0121133Z [05-13|18:28:42.028] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.0121584Z [05-13|18:28:42.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0121912Z [05-13|18:28:42.028] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.0122363Z [05-13|18:28:42.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0122692Z [05-13|18:28:42.028] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.0123155Z [05-13|18:28:42.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0123486Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.0123943Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0124276Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.0124807Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0125232Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.0125689Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0126018Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.0126475Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0126862Z [05-13|18:28:42.029] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.0127355Z [05-13|18:28:42.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.0127693Z [05-13|18:28:42.030] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.0128268Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0128620Z [05-13|18:28:42.030] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.0129095Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0129246Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0129462Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.0129607Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0129748Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0129956Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.0130097Z [05-13|18:28:42.030] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0130301Z [05-13|18:28:42.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.0130410Z --- PASS: TestBasicReplication (0.00s) -2026-05-13T18:30:54.0130664Z --- PASS: TestBasicReplication/Basic_replication_of_0_blocks (0.03s) -2026-05-13T18:30:54.0130907Z --- PASS: TestBasicReplication/Basic_replication_of_6_blocks (0.03s) -2026-05-13T18:30:54.0131143Z --- PASS: TestBasicReplication/Basic_replication_of_4_blocks (0.04s) -2026-05-13T18:30:54.0131383Z --- PASS: TestBasicReplication/Basic_replication_of_14_blocks (0.04s) -2026-05-13T18:30:54.0131621Z --- PASS: TestBasicReplication/Basic_replication_of_5_blocks (0.02s) -2026-05-13T18:30:54.0131851Z --- PASS: TestBasicReplication/Basic_replication_of_1_blocks (0.02s) -2026-05-13T18:30:54.0132082Z --- PASS: TestBasicReplication/Basic_replication_of_8_blocks (0.03s) -2026-05-13T18:30:54.0132318Z --- PASS: TestBasicReplication/Basic_replication_of_2_blocks (0.02s) -2026-05-13T18:30:54.0132555Z --- PASS: TestBasicReplication/Basic_replication_of_12_blocks (0.02s) -2026-05-13T18:30:54.0132791Z --- PASS: TestBasicReplication/Basic_replication_of_13_blocks (0.03s) -2026-05-13T18:30:54.0133034Z --- PASS: TestBasicReplication/Basic_replication_of_18_blocks (0.03s) -2026-05-13T18:30:54.0133269Z --- PASS: TestBasicReplication/Basic_replication_of_10_blocks (0.03s) -2026-05-13T18:30:54.0133569Z --- PASS: TestBasicReplication/Basic_replication_of_9_blocks (0.03s) -2026-05-13T18:30:54.0133803Z --- PASS: TestBasicReplication/Basic_replication_of_25_blocks (0.05s) -2026-05-13T18:30:54.0134041Z --- PASS: TestBasicReplication/Basic_replication_of_26_blocks (0.05s) -2026-05-13T18:30:54.0134328Z --- PASS: TestBasicReplication/Basic_replication_of_28_blocks (0.05s) -2026-05-13T18:30:54.0134563Z --- PASS: TestBasicReplication/Basic_replication_of_29_blocks (0.06s) -2026-05-13T18:30:54.0134805Z --- PASS: TestBasicReplication/Basic_replication_of_24_blocks (0.04s) -2026-05-13T18:30:54.0135037Z --- PASS: TestBasicReplication/Basic_replication_of_22_blocks (0.04s) -2026-05-13T18:30:54.0135272Z --- PASS: TestBasicReplication/Basic_replication_of_21_blocks (0.04s) -2026-05-13T18:30:54.0135509Z --- PASS: TestBasicReplication/Basic_replication_of_20_blocks (0.04s) -2026-05-13T18:30:54.0135797Z --- PASS: TestBasicReplication/Basic_replication_of_17_blocks (0.02s) -2026-05-13T18:30:54.0136035Z --- PASS: TestBasicReplication/Basic_replication_of_16_blocks (0.02s) -2026-05-13T18:30:54.0136144Z === RUN TestReplicationAdversarialNode -2026-05-13T18:30:54.0136678Z [05-13|18:28:42.031] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0137153Z [05-13|18:28:42.031] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0137629Z [05-13|18:28:42.032] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0138215Z [05-13|18:28:42.032] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.0138490Z [05-13|18:28:42.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.0138758Z [05-13|18:28:42.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.0139217Z [05-13|18:28:42.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0139477Z [05-13|18:28:42.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.0139936Z [05-13|18:28:42.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0140390Z [05-13|18:28:42.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0140728Z [05-13|18:28:42.035] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0141062Z [05-13|18:28:42.035] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0141386Z [05-13|18:28:42.035] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0141650Z [05-13|18:28:42.036] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.0141912Z [05-13|18:28:42.036] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.0142170Z [05-13|18:28:42.036] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.0142626Z [05-13|18:28:42.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0143146Z [05-13|18:28:42.036] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0143645Z [05-13|18:28:42.037] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0143980Z [05-13|18:28:42.037] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0144304Z [05-13|18:28:42.037] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0144634Z [05-13|18:28:42.037] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0144832Z [05-13|18:28:42.038] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0145159Z [05-13|18:28:42.038] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0145666Z [05-13|18:28:42.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0145998Z [05-13|18:28:42.038] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0146449Z [05-13|18:28:42.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0146592Z [05-13|18:28:42.038] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0146810Z [05-13|18:28:42.038] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0146952Z [05-13|18:28:42.038] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0147159Z [05-13|18:28:42.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0147296Z [05-13|18:28:42.039] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0147438Z [05-13|18:28:42.039] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0147644Z [05-13|18:28:42.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0147774Z --- PASS: TestReplicationAdversarialNode (0.01s) -2026-05-13T18:30:54.0147891Z === RUN TestRebroadcastingWithReplication -2026-05-13T18:30:54.0148484Z [05-13|18:28:42.039] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.0148957Z [05-13|18:28:42.040] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.0149435Z [05-13|18:28:42.040] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.0149905Z [05-13|18:28:42.043] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.0150172Z [05-13|18:28:42.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.0150436Z [05-13|18:28:42.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.0150691Z [05-13|18:28:42.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.0151144Z [05-13|18:28:42.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0151672Z [05-13|18:28:42.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0152121Z [05-13|18:28:42.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0152509Z [05-13|18:28:42.049] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0152831Z [05-13|18:28:42.049] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0153157Z [05-13|18:28:42.050] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0153418Z [05-13|18:28:42.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.0153730Z [05-13|18:28:42.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.0154233Z [05-13|18:28:42.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0154690Z [05-13|18:28:42.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0154950Z [05-13|18:28:42.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.0155401Z [05-13|18:28:42.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0155663Z [05-13|18:28:42.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.0155922Z [05-13|18:28:42.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.0156176Z [05-13|18:28:42.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.0156632Z [05-13|18:28:42.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0157093Z [05-13|18:28:42.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0157537Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0157748Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0157956Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0158271Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0158482Z [05-13|18:28:42.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0158934Z [05-13|18:28:42.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0159381Z [05-13|18:28:42.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0159830Z [05-13|18:28:42.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0160095Z [05-13|18:28:42.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.0160422Z [05-13|18:28:42.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.0160681Z [05-13|18:28:42.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.0161182Z [05-13|18:28:42.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0161630Z [05-13|18:28:42.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0162083Z [05-13|18:28:42.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0162389Z [05-13|18:28:42.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.0162649Z [05-13|18:28:42.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.0163151Z [05-13|18:28:42.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0163413Z [05-13|18:28:42.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.0163859Z [05-13|18:28:42.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0164310Z [05-13|18:28:42.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0164569Z [05-13|18:28:42.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.0165019Z [05-13|18:28:42.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0165281Z [05-13|18:28:42.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.0165730Z [05-13|18:28:42.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0165989Z [05-13|18:28:42.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.0166439Z [05-13|18:28:42.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0166647Z [05-13|18:28:42.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0166855Z [05-13|18:28:42.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0167062Z [05-13|18:28:42.246] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0167511Z [05-13|18:28:42.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0167963Z [05-13|18:28:42.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0168531Z [05-13|18:28:42.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0168791Z [05-13|18:28:42.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.0169052Z [05-13|18:28:42.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.0169372Z [05-13|18:28:42.593] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.0169825Z [05-13|18:28:42.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0170332Z [05-13|18:28:42.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0170779Z [05-13|18:28:42.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0171036Z [05-13|18:28:42.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.0171349Z [05-13|18:28:42.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.0171855Z [05-13|18:28:42.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0172116Z [05-13|18:28:42.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.0172572Z [05-13|18:28:42.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0173020Z [05-13|18:28:42.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0173159Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0173299Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0173437Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0173567Z [05-13|18:28:42.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0173701Z [05-13|18:28:42.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0173832Z [05-13|18:28:42.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0173963Z [05-13|18:28:42.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0174092Z [05-13|18:28:42.598] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0174426Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0174762Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0175087Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0175418Z [05-13|18:28:42.598] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0175742Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.0176064Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.0176391Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.0176716Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.0177173Z [05-13|18:28:42.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0177309Z [05-13|18:28:42.599] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0177681Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.0178011Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.0178391Z [05-13|18:28:42.599] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0178723Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.0179049Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.0179374Z [05-13|18:28:42.599] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.0179567Z [05-13|18:28:42.600] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0179894Z [05-13|18:28:42.600] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.0180272Z [05-13|18:28:42.600] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.0180412Z [05-13|18:28:42.600] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0180735Z [05-13|18:28:42.600] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0181068Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0181390Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.0181715Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.0182044Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.0182368Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.0182692Z [05-13|18:28:42.601] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.0183017Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.0183476Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0183807Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.0184262Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0184587Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.0185053Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0185505Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0185830Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.0186283Z [05-13|18:28:42.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0186675Z [05-13|18:28:42.602] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.0187127Z [05-13|18:28:42.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0187317Z [05-13|18:28:42.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0187644Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.0188206Z [05-13|18:28:42.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0188725Z [05-13|18:28:42.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0189219Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.0189649Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.0190075Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.0190210Z [05-13|18:28:42.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0190371Z [05-13|18:28:42.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0190706Z [05-13|18:28:42.603] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.0190844Z [05-13|18:28:42.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0191304Z [05-13|18:28:42.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0191453Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0191670Z [05-13|18:28:42.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0191811Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0192021Z [05-13|18:28:42.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0192160Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0192297Z [05-13|18:28:42.605] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0192510Z [05-13|18:28:42.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0192650Z --- PASS: TestRebroadcastingWithReplication (0.57s) -2026-05-13T18:30:54.0192760Z === RUN TestReplicationEmptyNotarizations -2026-05-13T18:30:54.0192967Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 -2026-05-13T18:30:54.0193184Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 -2026-05-13T18:30:54.0193381Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 -2026-05-13T18:30:54.0193580Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 -2026-05-13T18:30:54.0193777Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 -2026-05-13T18:30:54.0193976Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 -2026-05-13T18:30:54.0194170Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 -2026-05-13T18:30:54.0194373Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 -2026-05-13T18:30:54.0194569Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 -2026-05-13T18:30:54.0194872Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 -2026-05-13T18:30:54.0195080Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 -2026-05-13T18:30:54.0195280Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 -2026-05-13T18:30:54.0195528Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 -2026-05-13T18:30:54.0195736Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 -2026-05-13T18:30:54.0195940Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 -2026-05-13T18:30:54.0196145Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 -2026-05-13T18:30:54.0196344Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 -2026-05-13T18:30:54.0196551Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 -2026-05-13T18:30:54.0196790Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 -2026-05-13T18:30:54.0196997Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 -2026-05-13T18:30:54.0197266Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 -2026-05-13T18:30:54.0197484Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 -2026-05-13T18:30:54.0197681Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 -2026-05-13T18:30:54.0197888Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 -2026-05-13T18:30:54.0198200Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 -2026-05-13T18:30:54.0198409Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 -2026-05-13T18:30:54.0198609Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 -2026-05-13T18:30:54.0198810Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 -2026-05-13T18:30:54.0199011Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 -2026-05-13T18:30:54.0199219Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 -2026-05-13T18:30:54.0199416Z === RUN TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 -2026-05-13T18:30:54.0199621Z === PAUSE TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 -2026-05-13T18:30:54.0199820Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 -2026-05-13T18:30:54.0200025Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 -2026-05-13T18:30:54.0200223Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 -2026-05-13T18:30:54.0200421Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 -2026-05-13T18:30:54.0201023Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0201614Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0202201Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0202783Z [05-13|18:28:42.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0203360Z [05-13|18:28:42.610] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0204006Z [05-13|18:28:42.610] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0204585Z [05-13|18:28:42.611] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0205214Z [05-13|18:28:42.612] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0205794Z [05-13|18:28:42.613] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0206424Z [05-13|18:28:42.614] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0207058Z [05-13|18:28:42.614] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0207638Z [05-13|18:28:42.614] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0208344Z [05-13|18:28:42.615] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0208933Z [05-13|18:28:42.616] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0209513Z [05-13|18:28:42.616] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0210090Z [05-13|18:28:42.618] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0210674Z [05-13|18:28:42.619] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0211252Z [05-13|18:28:42.619] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0211837Z [05-13|18:28:42.620] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0212417Z [05-13|18:28:42.619] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0212996Z [05-13|18:28:42.620] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0213581Z [05-13|18:28:42.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0214225Z [05-13|18:28:42.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0214490Z [05-13|18:28:42.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0214808Z [05-13|18:28:42.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0215272Z [05-13|18:28:42.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0215706Z [05-13|18:28:42.625] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.0215850Z [05-13|18:28:42.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0216165Z [05-13|18:28:42.624] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0216424Z [05-13|18:28:42.625] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0217062Z [05-13|18:28:42.625] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0217525Z [05-13|18:28:42.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0217787Z [05-13|18:28:42.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0218149Z [05-13|18:28:42.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0218608Z [05-13|18:28:42.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0219067Z [05-13|18:28:42.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0219517Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0219775Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0220035Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0220289Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0220745Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0221009Z [05-13|18:28:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0221460Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0221911Z [05-13|18:28:42.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0222171Z [05-13|18:28:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0222427Z [05-13|18:28:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0222682Z [05-13|18:28:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0223203Z [05-13|18:28:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0223540Z [05-13|18:28:42.627] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0224044Z [05-13|18:28:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0224498Z [05-13|18:28:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0224948Z [05-13|18:28:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0225330Z [05-13|18:28:42.629] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0225835Z [05-13|18:28:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0226165Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0226486Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0226921Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.0227376Z [05-13|18:28:42.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0227803Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.0228251Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0228578Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0228717Z [05-13|18:28:42.630] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0229038Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0229358Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0229493Z [05-13|18:28:42.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0229819Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0230140Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0230565Z [05-13|18:28:42.630] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.0230992Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.0231314Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0231447Z [05-13|18:28:42.631] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0231584Z [05-13|18:28:42.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0231967Z [05-13|18:28:42.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0232291Z [05-13|18:28:42.631] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0232482Z [05-13|18:28:42.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0232614Z [05-13|18:28:42.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0232933Z [05-13|18:28:42.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0233392Z [05-13|18:28:42.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0233602Z [05-13|18:28:42.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0233863Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0234078Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0234336Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0234471Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0234677Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0234809Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0235010Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0235147Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0235279Z [05-13|18:28:42.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0235484Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0235695Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0235898Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0236099Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0236306Z [05-13|18:28:42.633] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0236508Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0236771Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0237031Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0237170Z [05-13|18:28:42.634] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0237431Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0237685Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0238267Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0238527Z [05-13|18:28:42.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0238980Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0239438Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0239766Z [05-13|18:28:42.634] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0240291Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0240792Z [05-13|18:28:42.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0241115Z [05-13|18:28:42.635] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0241443Z [05-13|18:28:42.635] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0241649Z [05-13|18:28:42.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0241904Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0242116Z [05-13|18:28:42.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0242371Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0242505Z [05-13|18:28:42.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0242710Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0242847Z [05-13|18:28:42.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0243048Z [05-13|18:28:42.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0243371Z [05-13|18:28:42.636] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0243514Z [05-13|18:28:42.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0243843Z [05-13|18:28:42.636] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0244165Z [05-13|18:28:42.637] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0244375Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0244591Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0244808Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0245014Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0245226Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0245430Z [05-13|18:28:42.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0245892Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0246343Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0246792Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0247245Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0247692Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0248417Z [05-13|18:28:42.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0248971Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0249476Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0249929Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0250378Z [05-13|18:28:42.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0250872Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0251378Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0251832Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0252277Z [05-13|18:28:42.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0252729Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0253179Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0253629Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0254079Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0254571Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0255021Z [05-13|18:28:42.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0255231Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0255438Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0255642Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0255850Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0256054Z [05-13|18:28:42.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0256324Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.0256588Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.0256845Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.0257101Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.0257609Z [05-13|18:28:42.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0258185Z [05-13|18:28:42.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0258712Z [05-13|18:28:42.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0258980Z [05-13|18:28:42.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.0259429Z [05-13|18:28:42.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0259623Z [05-13|18:28:42.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0260085Z [05-13|18:28:42.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0260508Z [05-13|18:28:42.886] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} -2026-05-13T18:30:54.0260838Z [05-13|18:28:42.886] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} -2026-05-13T18:30:54.0261047Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0261253Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0261459Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0261664Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0261997Z [05-13|18:28:42.887] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} -2026-05-13T18:30:54.0262132Z [05-13|18:28:42.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0262268Z [05-13|18:28:42.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0262402Z [05-13|18:28:42.887] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0262604Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0262811Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0263014Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0263215Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0263421Z [05-13|18:28:42.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0263557Z [05-13|18:28:42.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0263880Z [05-13|18:28:42.888] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} -2026-05-13T18:30:54.0264019Z [05-13|18:28:42.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0264225Z [05-13|18:28:42.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0264356Z [05-13|18:28:42.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0264683Z [05-13|18:28:42.888] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} -2026-05-13T18:30:54.0265008Z [05-13|18:28:42.889] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0265465Z [05-13|18:28:42.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0265858Z [05-13|18:28:42.889] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 1, "digest": "801758aa13088e590e56..."} -2026-05-13T18:30:54.0266310Z [05-13|18:28:42.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0266799Z [05-13|18:28:42.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0266949Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0267154Z [05-13|18:28:42.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0267294Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0267537Z [05-13|18:28:42.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0267680Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0267883Z [05-13|18:28:42.899] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0268209Z [05-13|18:28:42.899] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0268360Z [05-13|18:28:42.900] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0268563Z [05-13|18:28:42.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0268701Z [05-13|18:28:42.900] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0268906Z [05-13|18:28:42.900] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0272249Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 -2026-05-13T18:30:54.0272905Z [05-13|18:28:42.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0273519Z [05-13|18:28:42.901] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0274107Z [05-13|18:28:42.902] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0274693Z [05-13|18:28:42.902] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0275284Z [05-13|18:28:42.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0275860Z [05-13|18:28:42.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0276139Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0276410Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0276671Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0276932Z [05-13|18:28:42.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0277399Z [05-13|18:28:42.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0277959Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0278624Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0278968Z [05-13|18:28:42.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0279418Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0279873Z [05-13|18:28:42.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0280260Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0280590Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0280795Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0281121Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0281260Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0281398Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0281718Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0282038Z [05-13|18:28:42.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0282179Z [05-13|18:28:42.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0282395Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0282601Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0282810Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0283015Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0283215Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0283422Z [05-13|18:28:42.908] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0283874Z [05-13|18:28:43.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0284321Z [05-13|18:28:43.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0284773Z [05-13|18:28:43.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0285225Z [05-13|18:28:43.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0285667Z [05-13|18:28:43.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0285877Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0286081Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0286285Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0286591Z [05-13|18:28:43.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0286796Z [05-13|18:28:43.158] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0287288Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0287737Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0288453Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0288987Z [05-13|18:28:43.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0289495Z [05-13|18:28:43.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0289941Z [05-13|18:28:43.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0290383Z [05-13|18:28:43.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0290832Z [05-13|18:28:43.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0291277Z [05-13|18:28:43.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0291729Z [05-13|18:28:43.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0291935Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0292138Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0292344Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0292547Z [05-13|18:28:43.237] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0292747Z [05-13|18:28:43.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0292948Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0293156Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0293356Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0293559Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0293767Z [05-13|18:28:43.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0294212Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0294654Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0295113Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0295617Z [05-13|18:28:43.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0296066Z [05-13|18:28:43.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0296324Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0296530Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0296736Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0296938Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0297179Z [05-13|18:28:43.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0297634Z [05-13|18:28:43.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0298351Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0298826Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0299294Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0299741Z [05-13|18:28:43.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0299948Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0300156Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0300358Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0300562Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0300768Z [05-13|18:28:43.512] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0301218Z [05-13|18:28:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0301670Z [05-13|18:28:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0302126Z [05-13|18:28:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0302575Z [05-13|18:28:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0303023Z [05-13|18:28:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0303477Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0303927Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0304437Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0304888Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0305401Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0305869Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0306325Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0306833Z [05-13|18:28:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0307323Z [05-13|18:28:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0307773Z [05-13|18:28:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0307982Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0308339Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0308565Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0308778Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0308988Z [05-13|18:28:43.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0309194Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0309398Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0309609Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0309819Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0310023Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0310226Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0310434Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0310639Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0310839Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0311047Z [05-13|18:28:43.751] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0311507Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0311959Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0312414Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0312867Z [05-13|18:28:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0313391Z [05-13|18:28:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0313644Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0313848Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0314054Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0314254Z [05-13|18:28:44.020] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0314454Z [05-13|18:28:44.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0314954Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0315462Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0315911Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0316364Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0316811Z [05-13|18:28:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0317015Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0317226Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0317426Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0317629Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0317836Z [05-13|18:28:44.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0318412Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0318862Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0319317Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0319765Z [05-13|18:28:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0320214Z [05-13|18:28:44.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0320425Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0320627Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0320829Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0321034Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0321238Z [05-13|18:28:44.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0321753Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0322210Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0322714Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0323160Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0323660Z [05-13|18:28:44.404] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0323868Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0324072Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0324332Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0324536Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0324738Z [05-13|18:28:44.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0325199Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0325648Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0326099Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0326554Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0327003Z [05-13|18:28:44.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0327207Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0327415Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0327617Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0327820Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0328027Z [05-13|18:28:44.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0328721Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0329174Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0329627Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0330075Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0330604Z [05-13|18:28:45.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0330812Z [05-13|18:28:45.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0331015Z [05-13|18:28:45.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0331271Z [05-13|18:28:45.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0331479Z [05-13|18:28:45.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0331679Z [05-13|18:28:45.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0332153Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0332704Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0333207Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0333663Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0334111Z [05-13|18:28:45.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0334314Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0334523Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0334729Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0334931Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0335142Z [05-13|18:28:45.206] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0335593Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0336039Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0336491Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0336941Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0337390Z [05-13|18:28:45.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0337602Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0337803Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0338003Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0338384Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0338589Z [05-13|18:28:45.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0339040Z [05-13|18:28:45.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0339564Z [05-13|18:28:45.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0340065Z [05-13|18:28:45.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0340512Z [05-13|18:28:45.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0340968Z [05-13|18:28:45.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0341171Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0341428Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0341640Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0341893Z [05-13|18:28:45.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0342098Z [05-13|18:28:45.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0342575Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0343022Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0343473Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0343930Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0344377Z [05-13|18:28:46.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0344825Z [05-13|18:28:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0345289Z [05-13|18:28:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0345738Z [05-13|18:28:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0346192Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0346643Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0346849Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0347058Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0347260Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0347460Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0347669Z [05-13|18:28:46.137] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0347916Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0348250Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0348453Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0348732Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0348938Z [05-13|18:28:46.147] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0349390Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0349846Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0350353Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0350857Z [05-13|18:28:46.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0351307Z [05-13|18:28:46.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0351512Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0351720Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0351921Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0352122Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0352323Z [05-13|18:28:46.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0352778Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0353230Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0353685Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0354133Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0354583Z [05-13|18:28:46.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0354796Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0355005Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0355213Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0355419Z [05-13|18:28:46.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0355621Z [05-13|18:28:46.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0356072Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0356534Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0357045Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0357535Z [05-13|18:28:47.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0357986Z [05-13|18:28:47.243] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0358322Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0358531Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0358817Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0359020Z [05-13|18:28:47.253] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0359272Z [05-13|18:28:47.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0359737Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0360184Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0360635Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0361093Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0361545Z [05-13|18:28:47.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0361749Z [05-13|18:28:47.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0361956Z [05-13|18:28:47.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0362159Z [05-13|18:28:47.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0362359Z [05-13|18:28:47.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0362563Z [05-13|18:28:47.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0363014Z [05-13|18:28:47.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0363465Z [05-13|18:28:47.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0363919Z [05-13|18:28:47.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0364365Z [05-13|18:28:47.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0364815Z [05-13|18:28:47.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0365029Z [05-13|18:28:47.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0365293Z [05-13|18:28:47.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0365500Z [05-13|18:28:47.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0365712Z [05-13|18:28:47.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0365966Z [05-13|18:28:47.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0366410Z [05-13|18:28:47.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0366865Z [05-13|18:28:47.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0367349Z [05-13|18:28:47.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0367837Z [05-13|18:28:47.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0368538Z [05-13|18:28:47.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0368759Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0368968Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0369172Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0369374Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0369578Z [05-13|18:28:47.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0370040Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0370492Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0370949Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0371402Z [05-13|18:28:48.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0371851Z [05-13|18:28:48.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0372307Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0372758Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0373207Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0373661Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0373867Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0374074Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0374606Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0374812Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0375074Z [05-13|18:28:48.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0375282Z [05-13|18:28:48.515] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0375484Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0375684Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0375892Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0376142Z [05-13|18:28:48.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0376347Z [05-13|18:28:48.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0376858Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0377312Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0377762Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0378346Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0378803Z [05-13|18:28:48.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0379250Z [05-13|18:28:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0379707Z [05-13|18:28:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0380155Z [05-13|18:28:48.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0380601Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0380814Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0381017Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0381221Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0381427Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0381879Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0382084Z [05-13|18:28:48.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0382362Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.0382651Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.0382978Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.0383242Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.0383704Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0384215Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0384699Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0384962Z [05-13|18:28:48.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.0385477Z [05-13|18:28:48.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0385982Z [05-13|18:28:48.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0386322Z [05-13|18:28:48.752] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} -2026-05-13T18:30:54.0386652Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} -2026-05-13T18:30:54.0386796Z [05-13|18:28:48.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0387118Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} -2026-05-13T18:30:54.0387445Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} -2026-05-13T18:30:54.0387585Z [05-13|18:28:48.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0387906Z [05-13|18:28:48.753] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} -2026-05-13T18:30:54.0388241Z [05-13|18:28:48.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0388402Z [05-13|18:28:48.754] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0388745Z [05-13|18:28:48.754] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0389208Z [05-13|18:28:48.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0389436Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0389773Z [05-13|18:28:48.755] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 1, "digest": "95f51e2086e30a4a7681..."} -2026-05-13T18:30:54.0390236Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0390698Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0391147Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0391600Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0392048Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0392565Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0393069Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0393514Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0393969Z [05-13|18:28:48.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0394174Z [05-13|18:28:48.764] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0394394Z [05-13|18:28:48.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0394539Z [05-13|18:28:48.764] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0394805Z [05-13|18:28:48.764] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0394949Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0395158Z [05-13|18:28:48.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0395312Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0395519Z [05-13|18:28:48.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0395658Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0395800Z [05-13|18:28:48.765] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0396008Z [05-13|18:28:48.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0396226Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 -2026-05-13T18:30:54.0396830Z [05-13|18:28:48.766] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0397411Z [05-13|18:28:48.766] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0397992Z [05-13|18:28:48.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0398704Z [05-13|18:28:48.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0399289Z [05-13|18:28:48.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0399889Z [05-13|18:28:48.768] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0400199Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0400458Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0400725Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0401057Z [05-13|18:28:48.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0401547Z [05-13|18:28:48.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0402125Z [05-13|18:28:48.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0402580Z [05-13|18:28:48.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0403029Z [05-13|18:28:48.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0403420Z [05-13|18:28:48.771] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0403684Z [05-13|18:28:48.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} -2026-05-13T18:30:54.0404057Z [05-13|18:28:48.772] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0404390Z [05-13|18:28:48.772] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0404848Z [05-13|18:28:48.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0405179Z [05-13|18:28:48.772] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0405328Z [05-13|18:28:48.772] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0405667Z [05-13|18:28:48.773] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0405884Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0406098Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0406304Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0406506Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0406709Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0406916Z [05-13|18:28:48.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0407376Z [05-13|18:28:49.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0407831Z [05-13|18:28:49.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0408532Z [05-13|18:28:49.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0409025Z [05-13|18:28:49.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0409495Z [05-13|18:28:49.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0409701Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0409906Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0410191Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0410396Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0410597Z [05-13|18:28:49.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0411111Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0411562Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0412009Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0412516Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0413028Z [05-13|18:28:49.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0413242Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0413451Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0413654Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0413857Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0414061Z [05-13|18:28:49.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0414519Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0414978Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0415441Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0415893Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0416344Z [05-13|18:28:49.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0416562Z [05-13|18:28:49.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0416771Z [05-13|18:28:49.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0416979Z [05-13|18:28:49.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0417190Z [05-13|18:28:49.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0417393Z [05-13|18:28:49.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0417843Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0418427Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0418882Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0419405Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0419913Z [05-13|18:28:49.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0420121Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0420325Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0420531Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0420735Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0420990Z [05-13|18:28:49.892] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0421499Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0421956Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0422407Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0422859Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0423312Z [05-13|18:28:49.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0423522Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0423733Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0423943Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0424148Z [05-13|18:28:49.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0424354Z [05-13|18:28:49.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0424807Z [05-13|18:28:50.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0425274Z [05-13|18:28:50.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0425733Z [05-13|18:28:50.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0426209Z [05-13|18:28:50.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0426661Z [05-13|18:28:50.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0426868Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0427075Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0427284Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0427532Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0427741Z [05-13|18:28:50.211] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0428355Z [05-13|18:28:50.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0428877Z [05-13|18:28:50.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0429326Z [05-13|18:28:50.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0429831Z [05-13|18:28:50.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0430331Z [05-13|18:28:50.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0430537Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0430749Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0430952Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0431152Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0431357Z [05-13|18:28:50.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0431811Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0432261Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0432716Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0433168Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0433616Z [05-13|18:28:51.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0433830Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0434035Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0434238Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0434444Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0434646Z [05-13|18:28:51.239] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0435116Z [05-13|18:28:51.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0435573Z [05-13|18:28:51.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0436030Z [05-13|18:28:51.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0436546Z [05-13|18:28:51.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0437004Z [05-13|18:28:51.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0437250Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0437457Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0437666Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0437872Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0438291Z [05-13|18:28:51.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0438841Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0439347Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0440613Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0441755Z [05-13|18:28:51.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0442519Z [05-13|18:28:51.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0442857Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0443082Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0443461Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0443672Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0444130Z [05-13|18:28:51.576] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0444668Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0445125Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0445604Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0446058Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0446510Z [05-13|18:28:51.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0446720Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0446923Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0447131Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0447537Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0447946Z [05-13|18:28:51.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0448832Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0449384Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0449833Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0450280Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0450786Z [05-13|18:28:52.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0451053Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0451267Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0451471Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0451674Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0452143Z [05-13|18:28:52.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0452739Z [05-13|18:28:53.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0453256Z [05-13|18:28:53.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0453716Z [05-13|18:28:53.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0454164Z [05-13|18:28:53.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0454609Z [05-13|18:28:53.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0454834Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0455048Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0455282Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0455500Z [05-13|18:28:53.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0455838Z [05-13|18:28:53.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0456460Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0456917Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0457494Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0457944Z [05-13|18:28:53.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0458716Z [05-13|18:28:53.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0459003Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0459217Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0459431Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0459634Z [05-13|18:28:53.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0459833Z [05-13|18:28:53.414] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0460346Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0461151Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0461679Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0462203Z [05-13|18:28:53.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0462652Z [05-13|18:28:53.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0462863Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0463075Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0463282Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0463588Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0463800Z [05-13|18:28:53.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0464331Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0464930Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0465393Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0465848Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0466305Z [05-13|18:28:53.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0466583Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.0466847Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.0467112Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.0467371Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.0467902Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0468502Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0468833Z [05-13|18:28:53.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 5} -2026-05-13T18:30:54.0469292Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0469747Z [05-13|18:28:53.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0470248Z [05-13|18:28:53.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0470643Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} -2026-05-13T18:30:54.0470995Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} -2026-05-13T18:30:54.0471321Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} -2026-05-13T18:30:54.0471644Z [05-13|18:28:53.865] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} -2026-05-13T18:30:54.0471796Z [05-13|18:28:53.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0472121Z [05-13|18:28:53.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} -2026-05-13T18:30:54.0472260Z [05-13|18:28:53.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0472396Z [05-13|18:28:53.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0472722Z [05-13|18:28:53.867] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0473179Z [05-13|18:28:53.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0473395Z [05-13|18:28:53.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0473530Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0473661Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0473796Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0473930Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0474059Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0474186Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0474320Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0474449Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0474580Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0474713Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0474841Z [05-13|18:28:53.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0475167Z [05-13|18:28:53.878] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 1, "digest": "c62580ec47af8ad7b528..."} -2026-05-13T18:30:54.0475626Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0476177Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0476627Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0477118Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0477564Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0478216Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0478739Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0479263Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0479725Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0480179Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0480628Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0481083Z [05-13|18:28:53.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0481235Z [05-13|18:28:53.887] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0481455Z [05-13|18:28:53.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0481600Z [05-13|18:28:53.887] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0481737Z [05-13|18:28:53.887] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0481945Z [05-13|18:28:53.887] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0482086Z [05-13|18:28:53.888] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0482292Z [05-13|18:28:53.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0482430Z [05-13|18:28:53.888] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0482639Z [05-13|18:28:53.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0482777Z [05-13|18:28:53.888] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0482982Z [05-13|18:28:53.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0483198Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 -2026-05-13T18:30:54.0483796Z [05-13|18:28:53.888] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0484378Z [05-13|18:28:53.889] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0484965Z [05-13|18:28:53.889] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0485617Z [05-13|18:28:53.889] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0486247Z [05-13|18:28:53.890] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0486826Z [05-13|18:28:53.890] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0487144Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0487409Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0487706Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0487960Z [05-13|18:28:53.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0488667Z [05-13|18:28:53.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0489130Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0489575Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0490044Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0490313Z [05-13|18:28:53.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0490767Z [05-13|18:28:53.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0491102Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0491428Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0491567Z [05-13|18:28:53.894] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0491886Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0492026Z [05-13|18:28:53.894] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0492343Z [05-13|18:28:53.894] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0492665Z [05-13|18:28:53.895] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0492803Z [05-13|18:28:53.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0492933Z [05-13|18:28:53.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0493141Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0493351Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0493554Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0493835Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0494040Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0494241Z [05-13|18:28:53.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0494753Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0495204Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0495651Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0496151Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0496653Z [05-13|18:28:54.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0496861Z [05-13|18:28:54.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0497064Z [05-13|18:28:54.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0497270Z [05-13|18:28:54.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0497470Z [05-13|18:28:54.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0497670Z [05-13|18:28:54.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0498255Z [05-13|18:28:54.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0498710Z [05-13|18:28:54.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0499158Z [05-13|18:28:54.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0499607Z [05-13|18:28:54.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0500052Z [05-13|18:28:54.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0500258Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0500468Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0500671Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0500873Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0501079Z [05-13|18:28:54.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0501526Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0501968Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0502421Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0502934Z [05-13|18:28:54.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0503434Z [05-13|18:28:54.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0503639Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0503844Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0504051Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0504250Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0504505Z [05-13|18:28:54.688] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0505011Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0505470Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0505927Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0506379Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0506831Z [05-13|18:28:54.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0507040Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0507250Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0507455Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0507656Z [05-13|18:28:54.958] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0507861Z [05-13|18:28:54.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0508441Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0508897Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0509355Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0509811Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0510262Z [05-13|18:28:55.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0510478Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0510686Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0510888Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0511171Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0511374Z [05-13|18:28:55.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0511825Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0512333Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0512783Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0513280Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0513737Z [05-13|18:28:55.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0513995Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0514203Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0514410Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0514609Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0514808Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0515266Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0515723Z [05-13|18:28:55.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0516176Z [05-13|18:28:55.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0516631Z [05-13|18:28:55.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0517078Z [05-13|18:28:55.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0517283Z [05-13|18:28:55.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0517494Z [05-13|18:28:55.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0517698Z [05-13|18:28:55.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0517902Z [05-13|18:28:55.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0518289Z [05-13|18:28:55.591] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0518750Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0519201Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0519655Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0520175Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0520628Z [05-13|18:28:56.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0520957Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.0521220Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.0521483Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.0521938Z [05-13|18:28:56.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0522440Z [05-13|18:28:56.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0522756Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.0523016Z [05-13|18:28:56.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.0523470Z [05-13|18:28:56.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0523924Z [05-13|18:28:56.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0524374Z [05-13|18:28:56.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0524717Z [05-13|18:28:56.119] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} -2026-05-13T18:30:54.0525055Z [05-13|18:28:56.120] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} -2026-05-13T18:30:54.0525196Z [05-13|18:28:56.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0525328Z [05-13|18:28:56.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0525658Z [05-13|18:28:56.120] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} -2026-05-13T18:30:54.0525983Z [05-13|18:28:56.120] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} -2026-05-13T18:30:54.0526118Z [05-13|18:28:56.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0526255Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0526579Z [05-13|18:28:56.121] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} -2026-05-13T18:30:54.0526717Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0526853Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0527175Z [05-13|18:28:56.121] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0527307Z [05-13|18:28:56.121] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0527763Z [05-13|18:28:56.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0528332Z [05-13|18:28:56.122] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 1, "digest": "c8e7eda4cfc0201115e7..."} -2026-05-13T18:30:54.0528897Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0529363Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0529869Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0530321Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0530771Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0531272Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0531769Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0532223Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0532678Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0533129Z [05-13|18:28:56.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0533285Z [05-13|18:28:56.131] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0533500Z [05-13|18:28:56.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0533643Z [05-13|18:28:56.131] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0533857Z [05-13|18:28:56.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0533998Z [05-13|18:28:56.131] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0534204Z [05-13|18:28:56.131] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0534347Z [05-13|18:28:56.132] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0534552Z [05-13|18:28:56.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0534691Z [05-13|18:28:56.132] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0534904Z [05-13|18:28:56.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0535047Z [05-13|18:28:56.132] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0535259Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 -2026-05-13T18:30:54.0535855Z [05-13|18:28:56.132] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0536438Z [05-13|18:28:56.133] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0537019Z [05-13|18:28:56.134] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0537606Z [05-13|18:28:56.134] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0538369Z [05-13|18:28:56.135] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0539023Z [05-13|18:28:56.140] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0539295Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0539555Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0539873Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0540133Z [05-13|18:28:56.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0540693Z [05-13|18:28:56.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0541178Z [05-13|18:28:56.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0541628Z [05-13|18:28:56.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0541888Z [05-13|18:28:56.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0542345Z [05-13|18:28:56.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0542795Z [05-13|18:28:56.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0543129Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0543458Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0543778Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0543920Z [05-13|18:28:56.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0544059Z [05-13|18:28:56.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0544190Z [05-13|18:28:56.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0544513Z [05-13|18:28:56.147] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0544839Z [05-13|18:28:56.148] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0545052Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0545257Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0545466Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0545668Z [05-13|18:28:56.148] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0545870Z [05-13|18:28:56.149] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0546070Z [05-13|18:28:56.149] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0546595Z [05-13|18:28:56.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0547044Z [05-13|18:28:56.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0547534Z [05-13|18:28:56.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0547980Z [05-13|18:28:56.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0548548Z [05-13|18:28:56.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0548822Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0549028Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0549280Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0549491Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0549692Z [05-13|18:28:56.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0550139Z [05-13|18:28:56.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0550589Z [05-13|18:28:56.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0551040Z [05-13|18:28:56.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0551489Z [05-13|18:28:56.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0551939Z [05-13|18:28:56.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0552144Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0552347Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0552555Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0552755Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0552957Z [05-13|18:28:56.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0553411Z [05-13|18:28:56.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0553859Z [05-13|18:28:56.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0554308Z [05-13|18:28:56.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0554759Z [05-13|18:28:56.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0555206Z [05-13|18:28:56.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0555473Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0555684Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0555939Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0556141Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0556348Z [05-13|18:28:56.758] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0556794Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0557279Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0557774Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0558402Z [05-13|18:28:57.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0558862Z [05-13|18:28:57.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0559073Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0559277Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0559481Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0559690Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0559892Z [05-13|18:28:57.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0560350Z [05-13|18:28:57.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0560806Z [05-13|18:28:57.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0561258Z [05-13|18:28:57.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0561709Z [05-13|18:28:57.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0562169Z [05-13|18:28:57.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0562385Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0562599Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0562807Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0563013Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0563215Z [05-13|18:28:57.277] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0563672Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0564193Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0564700Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0565144Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0565589Z [05-13|18:28:57.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0565859Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.0566178Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.0566490Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 5} -2026-05-13T18:30:54.0566764Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.0567020Z [05-13|18:28:57.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.0567470Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0567950Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0568641Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0569102Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0569564Z [05-13|18:28:57.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0569899Z [05-13|18:28:57.457] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} -2026-05-13T18:30:54.0570227Z [05-13|18:28:57.457] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} -2026-05-13T18:30:54.0570369Z [05-13|18:28:57.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0570691Z [05-13|18:28:57.457] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} -2026-05-13T18:30:54.0570828Z [05-13|18:28:57.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0570968Z [05-13|18:28:57.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0571289Z [05-13|18:28:57.458] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} -2026-05-13T18:30:54.0571425Z [05-13|18:28:57.458] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0571752Z [05-13|18:28:57.458] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} -2026-05-13T18:30:54.0572074Z [05-13|18:28:57.458] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0572527Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0572821Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0573145Z [05-13|18:28:57.459] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 1, "digest": "bcc49f1853e437be3668..."} -2026-05-13T18:30:54.0573653Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0574108Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0574555Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0575083Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0575589Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0576035Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0576482Z [05-13|18:28:57.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0576633Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0576840Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0576980Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0577194Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0577333Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0577471Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0577680Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0577820Z [05-13|18:28:57.469] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0578022Z [05-13|18:28:57.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0578296Z [05-13|18:28:57.470] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0578501Z [05-13|18:28:57.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0578720Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 -2026-05-13T18:30:54.0579323Z [05-13|18:28:57.470] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0579910Z [05-13|18:28:57.470] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0580491Z [05-13|18:28:57.471] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0581073Z [05-13|18:28:57.471] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0581651Z [05-13|18:28:57.472] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0582292Z [05-13|18:28:57.472] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0582616Z [05-13|18:28:57.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0582876Z [05-13|18:28:57.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0583133Z [05-13|18:28:57.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0583597Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0583907Z [05-13|18:28:57.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0584368Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0584868Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0585320Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0585585Z [05-13|18:28:57.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0586056Z [05-13|18:28:57.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0586391Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0586537Z [05-13|18:28:57.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0586857Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0587176Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0587508Z [05-13|18:28:57.476] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0587826Z [05-13|18:28:57.477] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0588150Z [05-13|18:28:57.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0588366Z [05-13|18:28:57.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0588570Z [05-13|18:28:57.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0588774Z [05-13|18:28:57.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0588983Z [05-13|18:28:57.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0589186Z [05-13|18:28:57.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0589649Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0590112Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0590568Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0591088Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0591595Z [05-13|18:28:57.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0591869Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.0592131Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.0592400Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.0592710Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.0592976Z [05-13|18:28:57.703] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.0593485Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0593943Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0594410Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0594877Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0595335Z [05-13|18:28:57.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0595673Z [05-13|18:28:57.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} -2026-05-13T18:30:54.0595819Z [05-13|18:28:57.705] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0596145Z [05-13|18:28:57.705] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} -2026-05-13T18:30:54.0596468Z [05-13|18:28:57.706] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} -2026-05-13T18:30:54.0596795Z [05-13|18:28:57.706] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} -2026-05-13T18:30:54.0596929Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0597065Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0597391Z [05-13|18:28:57.706] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} -2026-05-13T18:30:54.0597525Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0597658Z [05-13|18:28:57.706] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0597983Z [05-13|18:28:57.707] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0598601Z [05-13|18:28:57.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0598811Z [05-13|18:28:57.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0598948Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0599149Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0599279Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0599418Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0599549Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0599736Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0599866Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0600001Z [05-13|18:28:57.716] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0600131Z [05-13|18:28:57.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0600259Z [05-13|18:28:57.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0600393Z [05-13|18:28:57.717] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0600773Z [05-13|18:28:57.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 1, "digest": "06a273647c79b7ab6539..."} -2026-05-13T18:30:54.0601233Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0601736Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0602194Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0602641Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0603100Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0603550Z [05-13|18:28:57.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0604004Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0604451Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0604906Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0605367Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0605822Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0606275Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0606737Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0607189Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0607639Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0608385Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0608846Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0609373Z [05-13|18:28:57.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0609820Z [05-13|18:28:57.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0609965Z [05-13|18:28:57.727] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0610279Z [05-13|18:28:57.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.0610427Z [05-13|18:28:57.727] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0610686Z [05-13|18:28:57.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.0610829Z [05-13|18:28:57.727] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0611043Z [05-13|18:28:57.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.0611182Z [05-13|18:28:57.728] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0611318Z [05-13|18:28:57.728] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0611528Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.0611665Z [05-13|18:28:57.728] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0611871Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.0612089Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 -2026-05-13T18:30:54.0612294Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0612499Z [05-13|18:28:57.728] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0612705Z [05-13|18:28:57.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0613295Z [05-13|18:28:57.729] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0613501Z [05-13|18:28:57.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0613710Z [05-13|18:28:57.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0614295Z [05-13|18:28:57.729] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0614877Z [05-13|18:28:57.729] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0615461Z [05-13|18:28:57.730] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0616039Z [05-13|18:28:57.730] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0616625Z [05-13|18:28:57.731] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0616960Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0617221Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0617522Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0617777Z [05-13|18:28:57.733] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0618376Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0618835Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0619347Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0619860Z [05-13|18:28:57.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0620133Z [05-13|18:28:57.734] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0620580Z [05-13|18:28:57.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0620912Z [05-13|18:28:57.734] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0621239Z [05-13|18:28:57.734] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0621557Z [05-13|18:28:57.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0621696Z [05-13|18:28:57.735] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0622019Z [05-13|18:28:57.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0622339Z [05-13|18:28:57.735] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0622546Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0622759Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0622963Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0623167Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0623378Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0623581Z [05-13|18:28:57.736] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0624033Z [05-13|18:28:57.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0624495Z [05-13|18:28:57.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0624945Z [05-13|18:28:57.829] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0625394Z [05-13|18:28:57.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0625910Z [05-13|18:28:57.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0626119Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0626373Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0626580Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0626782Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0626983Z [05-13|18:28:57.840] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0627474Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0627928Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0628578Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0629037Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0629486Z [05-13|18:28:57.980] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0629690Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0629903Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0630105Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0630306Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0630514Z [05-13|18:28:57.990] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0630962Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0631411Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0631864Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0632312Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0632759Z [05-13|18:28:58.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0632971Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0633173Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0633374Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0633579Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0633782Z [05-13|18:28:58.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0634292Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0634746Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0635243Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0635689Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0636140Z [05-13|18:28:58.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0636399Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0636604Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0636856Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0637066Z [05-13|18:28:58.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0637269Z [05-13|18:28:58.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0637728Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0638339Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0638800Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0639247Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0639696Z [05-13|18:28:58.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0639912Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0640119Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0640320Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0640549Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0640751Z [05-13|18:28:58.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0641203Z [05-13|18:28:58.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0641656Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0642103Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0642546Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0642996Z [05-13|18:28:58.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0643272Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0643476Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0643735Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0643938Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0644137Z [05-13|18:28:58.676] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0644590Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0645090Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0645592Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0646047Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0646493Z [05-13|18:28:58.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0646760Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:54.0647022Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:54.0647285Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:54.0647539Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:54.0648020Z [05-13|18:28:58.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0648526Z [05-13|18:28:58.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:54.0648980Z [05-13|18:28:58.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0649432Z [05-13|18:28:58.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0649886Z [05-13|18:28:58.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0650337Z [05-13|18:28:58.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0650484Z [05-13|18:28:58.872] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0650822Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} -2026-05-13T18:30:54.0650960Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0651098Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0651424Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} -2026-05-13T18:30:54.0651750Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} -2026-05-13T18:30:54.0651964Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0652097Z [05-13|18:28:58.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0652417Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} -2026-05-13T18:30:54.0652800Z [05-13|18:28:58.873] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} -2026-05-13T18:30:54.0652932Z [05-13|18:28:58.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0653063Z [05-13|18:28:58.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0653200Z [05-13|18:28:58.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0653521Z [05-13|18:28:58.875] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0654028Z [05-13|18:28:58.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0654413Z [05-13|18:28:58.875] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 1, "digest": "deed3559e63eb218d79b..."} -2026-05-13T18:30:54.0654868Z [05-13|18:28:58.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0655315Z [05-13|18:28:58.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0655766Z [05-13|18:28:58.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0656214Z [05-13|18:28:58.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0656362Z [05-13|18:28:58.884] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0656579Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0656721Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0656926Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0657069Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0657270Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0657407Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0657614Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0657757Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0657960Z [05-13|18:28:58.885] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0658232Z [05-13|18:28:58.885] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0658447Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 -2026-05-13T18:30:54.0659039Z [05-13|18:28:58.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0659629Z [05-13|18:28:58.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0660207Z [05-13|18:28:58.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0660850Z [05-13|18:28:58.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0661483Z [05-13|18:28:58.887] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0662058Z [05-13|18:28:58.888] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0662323Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0662637Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0662896Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0663405Z [05-13|18:28:58.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0663671Z [05-13|18:28:58.890] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} -2026-05-13T18:30:54.0663929Z [05-13|18:28:58.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0664381Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0664841Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0665289Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0665741Z [05-13|18:28:58.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0666071Z [05-13|18:28:58.891] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0666208Z [05-13|18:28:58.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0666534Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0666852Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0667176Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0667317Z [05-13|18:28:58.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0667635Z [05-13|18:28:58.892] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0667848Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0668170Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0668383Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0668584Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0668783Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0669061Z [05-13|18:28:58.893] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0669519Z [05-13|18:28:59.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0670022Z [05-13|18:28:59.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0670474Z [05-13|18:28:59.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0670949Z [05-13|18:28:59.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0671452Z [05-13|18:28:59.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0671665Z [05-13|18:28:59.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0671920Z [05-13|18:28:59.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0672133Z [05-13|18:28:59.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0672337Z [05-13|18:28:59.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0672539Z [05-13|18:28:59.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0672996Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0673446Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0673897Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0674352Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0674800Z [05-13|18:28:59.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0675005Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0675215Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0675418Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0675622Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0675829Z [05-13|18:28:59.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0676286Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0676738Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0677198Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0677649Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0678312Z [05-13|18:28:59.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0678590Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:54.0678957Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:54.0679216Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:54.0679483Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:54.0679741Z [05-13|18:28:59.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 4} -2026-05-13T18:30:54.0680249Z [05-13|18:28:59.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0680760Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0681218Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0681668Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0682125Z [05-13|18:28:59.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0682462Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} -2026-05-13T18:30:54.0682793Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} -2026-05-13T18:30:54.0683124Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} -2026-05-13T18:30:54.0683447Z [05-13|18:28:59.439] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} -2026-05-13T18:30:54.0683769Z [05-13|18:28:59.440] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} -2026-05-13T18:30:54.0683911Z [05-13|18:28:59.440] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0684046Z [05-13|18:28:59.440] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0684369Z [05-13|18:28:59.440] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0684829Z [05-13|18:28:59.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0685040Z [05-13|18:28:59.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0685174Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0685311Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0685445Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0685576Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0685713Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0685843Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0685973Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0686170Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0686303Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0686431Z [05-13|18:28:59.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0686570Z [05-13|18:28:59.451] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0686937Z [05-13|18:28:59.451] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 1, "digest": "21a5624abc3e2373dadc..."} -2026-05-13T18:30:54.0687394Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0687848Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0688602Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0689121Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0689578Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0690032Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0690478Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0690933Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0691391Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0691843Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0692301Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0692748Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0693213Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0693668Z [05-13|18:28:59.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0694120Z [05-13|18:28:59.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0694274Z [05-13|18:28:59.460] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0694490Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.0694632Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0694846Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.0694988Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0695266Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.0695411Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0695629Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.0695825Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0695964Z [05-13|18:28:59.461] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0696179Z [05-13|18:28:59.461] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.0696396Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 -2026-05-13T18:30:54.0696988Z [05-13|18:28:59.462] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0697620Z [05-13|18:28:59.462] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0698400Z [05-13|18:28:59.463] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0698985Z [05-13|18:28:59.463] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0699580Z [05-13|18:28:59.463] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0700177Z [05-13|18:28:59.464] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0700468Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0700734Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0700999Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0701260Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0701726Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0702185Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0702641Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0703089Z [05-13|18:28:59.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0703352Z [05-13|18:28:59.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0703694Z [05-13|18:28:59.467] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0704141Z [05-13|18:28:59.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0704290Z [05-13|18:28:59.467] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0704682Z [05-13|18:28:59.467] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0705004Z [05-13|18:28:59.467] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0705193Z [05-13|18:28:59.467] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0705332Z [05-13|18:28:59.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0705655Z [05-13|18:28:59.468] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0705790Z [05-13|18:28:59.468] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0706112Z [05-13|18:28:59.468] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0706385Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0706599Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0706845Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0707051Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0707254Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0707458Z [05-13|18:28:59.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0707914Z [05-13|18:28:59.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0708488Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0708946Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0709393Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0709842Z [05-13|18:28:59.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0710297Z [05-13|18:28:59.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0710746Z [05-13|18:28:59.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0711190Z [05-13|18:28:59.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0711667Z [05-13|18:28:59.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0712116Z [05-13|18:28:59.503] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0712398Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.0712670Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.0712928Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.0713264Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.0713524Z [05-13|18:28:59.504] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.0713973Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0714477Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0714930Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0715427Z [05-13|18:28:59.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0715953Z [05-13|18:28:59.504] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0716288Z [05-13|18:28:59.505] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} -2026-05-13T18:30:54.0716638Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} -2026-05-13T18:30:54.0716784Z [05-13|18:28:59.506] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0717105Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} -2026-05-13T18:30:54.0717425Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} -2026-05-13T18:30:54.0717756Z [05-13|18:28:59.506] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} -2026-05-13T18:30:54.0717891Z [05-13|18:28:59.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0718026Z [05-13|18:28:59.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0718329Z [05-13|18:28:59.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0718650Z [05-13|18:28:59.507] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0719101Z [05-13|18:28:59.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0719315Z [05-13|18:28:59.507] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0719638Z [05-13|18:28:59.508] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 1, "digest": "69a808517dc6bc9d3874..."} -2026-05-13T18:30:54.0720090Z [05-13|18:28:59.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0720542Z [05-13|18:28:59.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0720994Z [05-13|18:28:59.508] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0721200Z [05-13|18:28:59.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0721410Z [05-13|18:28:59.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0721616Z [05-13|18:28:59.513] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0721899Z [05-13|18:28:59.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0722103Z [05-13|18:28:59.514] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0722250Z [05-13|18:28:59.517] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0722510Z [05-13|18:28:59.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0722654Z [05-13|18:28:59.517] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0722862Z [05-13|18:28:59.517] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0723001Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0723201Z [05-13|18:28:59.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0723344Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0723598Z [05-13|18:28:59.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0723745Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0723888Z [05-13|18:28:59.518] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0724141Z [05-13|18:28:59.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0724361Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 -2026-05-13T18:30:54.0724955Z [05-13|18:28:59.519] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0725536Z [05-13|18:28:59.519] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0726118Z [05-13|18:28:59.520] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0726704Z [05-13|18:28:59.526] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0727284Z [05-13|18:28:59.527] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0727863Z [05-13|18:28:59.528] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0728356Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0728631Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0728898Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0729360Z [05-13|18:28:59.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0729618Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0730079Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0730382Z [05-13|18:28:59.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 5} -2026-05-13T18:30:54.0731169Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0731838Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0732583Z [05-13|18:28:59.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0733099Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0733623Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0734056Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0734704Z [05-13|18:28:59.534] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0735441Z [05-13|18:28:59.535] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0735737Z [05-13|18:28:59.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0736113Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0736335Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0736543Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0736859Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0737145Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0737352Z [05-13|18:28:59.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0737821Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0738432Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0738894Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0739349Z [05-13|18:28:59.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0739811Z [05-13|18:28:59.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0740020Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0740227Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0740442Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0740647Z [05-13|18:28:59.726] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0740855Z [05-13|18:28:59.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0741313Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0741768Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0742318Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0742778Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0743288Z [05-13|18:28:59.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0743492Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0743702Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0743903Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0744158Z [05-13|18:28:59.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0744371Z [05-13|18:28:59.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0744871Z [05-13|18:28:59.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0745325Z [05-13|18:28:59.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0745779Z [05-13|18:28:59.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0746227Z [05-13|18:28:59.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0746680Z [05-13|18:28:59.997] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0746960Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.0747223Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.0747674Z [05-13|18:29:00.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0748255Z [05-13|18:29:00.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0748521Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.0748787Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.0749046Z [05-13|18:29:00.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.0749505Z [05-13|18:29:00.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0749963Z [05-13|18:29:00.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0750411Z [05-13|18:29:00.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0750551Z [05-13|18:29:00.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0750688Z [05-13|18:29:00.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0751138Z [05-13|18:29:00.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} -2026-05-13T18:30:54.0751275Z [05-13|18:29:00.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0751603Z [05-13|18:29:00.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} -2026-05-13T18:30:54.0751796Z [05-13|18:29:00.010] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0752118Z [05-13|18:29:00.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} -2026-05-13T18:30:54.0752251Z [05-13|18:29:00.010] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0752577Z [05-13|18:29:00.011] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} -2026-05-13T18:30:54.0752953Z [05-13|18:29:00.011] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} -2026-05-13T18:30:54.0753279Z [05-13|18:29:00.011] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0753832Z [05-13|18:29:00.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0753970Z [05-13|18:29:00.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0754102Z [05-13|18:29:00.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0754319Z [05-13|18:29:00.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0754452Z [05-13|18:29:00.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0754776Z [05-13|18:29:00.012] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 1, "digest": "bf7987f446dfd962f90c..."} -2026-05-13T18:30:54.0755239Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0755692Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0756144Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0756597Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0757042Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0757496Z [05-13|18:29:00.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0757647Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0757855Z [05-13|18:29:00.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0758004Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0758313Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0758523Z [05-13|18:29:00.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0758662Z [05-13|18:29:00.022] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0758872Z [05-13|18:29:00.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0759009Z [05-13|18:29:00.023] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0759215Z [05-13|18:29:00.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0759426Z [05-13|18:29:00.023] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0759633Z [05-13|18:29:00.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0759852Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 -2026-05-13T18:30:54.0760511Z [05-13|18:29:00.023] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0761098Z [05-13|18:29:00.024] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0761730Z [05-13|18:29:00.024] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0762368Z [05-13|18:29:00.024] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0762947Z [05-13|18:29:00.025] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0763530Z [05-13|18:29:00.025] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0763796Z [05-13|18:29:00.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0764055Z [05-13|18:29:00.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0764317Z [05-13|18:29:00.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0764572Z [05-13|18:29:00.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0765036Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0765494Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0765758Z [05-13|18:29:00.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0766209Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0766668Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0767148Z [05-13|18:29:00.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0767485Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0767629Z [05-13|18:29:00.029] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0767954Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0768537Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0768773Z [05-13|18:29:00.029] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0769098Z [05-13|18:29:00.029] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0769423Z [05-13|18:29:00.030] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0769706Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0769915Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0770119Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0770324Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0770526Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0770781Z [05-13|18:29:00.030] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0771295Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0771751Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0772204Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0772661Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0773115Z [05-13|18:29:00.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0773326Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0773539Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0773744Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0773950Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0774160Z [05-13|18:29:00.080] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0774613Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0775062Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0775519Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0775973Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0776423Z [05-13|18:29:00.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0776636Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0776839Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0777041Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0777297Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0777500Z [05-13|18:29:00.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0777950Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0778582Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0779033Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0779544Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0780002Z [05-13|18:29:00.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0780260Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0780469Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0780678Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0780881Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0781082Z [05-13|18:29:00.283] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0781536Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0781988Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0782436Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0782891Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0783337Z [05-13|18:29:00.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0783545Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0783749Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0783953Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0784161Z [05-13|18:29:00.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0784363Z [05-13|18:29:00.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0784812Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0785267Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0785715Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0786233Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0786688Z [05-13|18:29:00.630] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0786950Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0787154Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0787362Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0787562Z [05-13|18:29:00.640] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0787764Z [05-13|18:29:00.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0788403Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0788912Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0789368Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0789821Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0790270Z [05-13|18:29:00.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0790719Z [05-13|18:29:00.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0791176Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0791626Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0792072Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0792526Z [05-13|18:29:00.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0792734Z [05-13|18:29:00.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0792941Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0793151Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0793357Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0793559Z [05-13|18:29:00.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0793837Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.0794101Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.0794358Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.0794621Z [05-13|18:29:00.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.0795140Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0795593Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0796100Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0796548Z [05-13|18:29:00.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0796811Z [05-13|18:29:00.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.0797186Z [05-13|18:29:00.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} -2026-05-13T18:30:54.0797545Z [05-13|18:29:00.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} -2026-05-13T18:30:54.0797687Z [05-13|18:29:00.661] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0798315Z [05-13|18:29:00.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0798640Z [05-13|18:29:00.661] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} -2026-05-13T18:30:54.0798777Z [05-13|18:29:00.661] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0802811Z [05-13|18:29:00.662] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0803204Z [05-13|18:29:00.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} -2026-05-13T18:30:54.0803365Z [05-13|18:29:00.662] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0803715Z [05-13|18:29:00.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} -2026-05-13T18:30:54.0803858Z [05-13|18:29:00.663] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0803990Z [05-13|18:29:00.663] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0804324Z [05-13|18:29:00.663] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0804793Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0805118Z [05-13|18:29:00.663] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 1, "digest": "6930750a07c810686b73..."} -2026-05-13T18:30:54.0805587Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0806041Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0806496Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0806956Z [05-13|18:29:00.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0807409Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0807979Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0808787Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0809685Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0810078Z [05-13|18:29:00.664] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0810267Z [05-13|18:29:00.672] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0810491Z [05-13|18:29:00.672] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0810644Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0811101Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.0811372Z [05-13|18:29:00.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0811530Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0811744Z [05-13|18:29:00.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0812122Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.0812263Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0812629Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.0812767Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0812980Z [05-13|18:29:00.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0813346Z [05-13|18:29:00.673] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0400000000000000"} -2026-05-13T18:30:54.0813488Z [05-13|18:29:00.673] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0813846Z [05-13|18:29:00.674] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0600000000000000", "to": "0500000000000000"} -2026-05-13T18:30:54.0814073Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 -2026-05-13T18:30:54.0814673Z [05-13|18:29:00.674] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0815263Z [05-13|18:29:00.674] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0815855Z [05-13|18:29:00.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0816440Z [05-13|18:29:00.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0817024Z [05-13|18:29:00.675] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0817604Z [05-13|18:29:00.676] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0817938Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0818408Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0818860Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0819134Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0819403Z [05-13|18:29:00.678] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0819873Z [05-13|18:29:00.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0820394Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0820941Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0821396Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0821842Z [05-13|18:29:00.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0822183Z [05-13|18:29:00.679] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0822511Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0822833Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0822984Z [05-13|18:29:00.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0823120Z [05-13|18:29:00.680] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0823443Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0823769Z [05-13|18:29:00.680] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0823983Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0824191Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0824399Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0824604Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0824806Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0825014Z [05-13|18:29:00.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0825470Z [05-13|18:29:00.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0825928Z [05-13|18:29:00.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0826382Z [05-13|18:29:00.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0826830Z [05-13|18:29:00.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0827341Z [05-13|18:29:00.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0827591Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0827795Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0827998Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0828457Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0828674Z [05-13|18:29:00.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0829208Z [05-13|18:29:01.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0829727Z [05-13|18:29:01.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0830182Z [05-13|18:29:01.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0830630Z [05-13|18:29:01.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0831083Z [05-13|18:29:01.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0831531Z [05-13|18:29:01.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0831988Z [05-13|18:29:01.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0832442Z [05-13|18:29:01.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0832889Z [05-13|18:29:01.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0833341Z [05-13|18:29:01.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0833550Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0833757Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0833967Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0834170Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0834372Z [05-13|18:29:01.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0834582Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0834784Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0834984Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0835189Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0835392Z [05-13|18:29:01.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0835917Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0836370Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0836879Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0837326Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0837817Z [05-13|18:29:01.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0838027Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0838553Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0838781Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0838986Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0839189Z [05-13|18:29:01.226] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0839649Z [05-13|18:29:01.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0840100Z [05-13|18:29:01.332] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0840549Z [05-13|18:29:01.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0841000Z [05-13|18:29:01.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0841447Z [05-13|18:29:01.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0841654Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0841867Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0842070Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0842275Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0842482Z [05-13|18:29:01.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0842936Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0843389Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0843840Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0844290Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0844797Z [05-13|18:29:01.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0845017Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0845275Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0845476Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0845684Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0845887Z [05-13|18:29:01.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0846332Z [05-13|18:29:01.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0846838Z [05-13|18:29:01.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0847323Z [05-13|18:29:01.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0847768Z [05-13|18:29:01.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0848475Z [05-13|18:29:01.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0848689Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0848896Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0849106Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0849307Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0849511Z [05-13|18:29:01.907] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.0849969Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0850414Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0850862Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0851318Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0851767Z [05-13|18:29:01.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0851981Z [05-13|18:29:01.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0852187Z [05-13|18:29:01.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0852387Z [05-13|18:29:01.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0852588Z [05-13|18:29:01.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0852794Z [05-13|18:29:01.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0853241Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0853773Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0854270Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0854715Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0855169Z [05-13|18:29:01.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0855423Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0855632Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0855889Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0856092Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0856296Z [05-13|18:29:02.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0856750Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0857199Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0857649Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0858339Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0858883Z [05-13|18:29:02.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0859098Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0859317Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0859529Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0859733Z [05-13|18:29:02.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0859945Z [05-13|18:29:02.499] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0860436Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0860887Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0861350Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0861802Z [05-13|18:29:02.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0862249Z [05-13|18:29:02.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0862544Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0862750Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0863007Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0863215Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0863417Z [05-13|18:29:02.630] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.0863867Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0864373Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0864827Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0865321Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0865780Z [05-13|18:29:02.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0865986Z [05-13|18:29:02.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0866189Z [05-13|18:29:02.974] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0866397Z [05-13|18:29:02.975] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0866601Z [05-13|18:29:02.975] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0866804Z [05-13|18:29:02.975] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0867263Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0867713Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0868312Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0868770Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0869218Z [05-13|18:29:03.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0869431Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0869637Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0869839Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0870041Z [05-13|18:29:03.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0870250Z [05-13|18:29:03.040] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0870700Z [05-13|18:29:03.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0871224Z [05-13|18:29:03.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0871680Z [05-13|18:29:03.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0872181Z [05-13|18:29:03.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0872635Z [05-13|18:29:03.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0872843Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0873098Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0873311Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0873514Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0873767Z [05-13|18:29:03.535] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0874234Z [05-13|18:29:03.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0874683Z [05-13|18:29:03.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0875141Z [05-13|18:29:03.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0875607Z [05-13|18:29:03.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0876057Z [05-13|18:29:03.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0876268Z [05-13|18:29:03.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0876476Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0876679Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0876880Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0877085Z [05-13|18:29:03.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.0877538Z [05-13|18:29:04.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0877985Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0878940Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0879514Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0879966Z [05-13|18:29:04.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0880190Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0880493Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0880699Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0880907Z [05-13|18:29:04.075] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0881166Z [05-13|18:29:04.076] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0881619Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0882075Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0882575Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0883082Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0883539Z [05-13|18:29:04.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0883744Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0883947Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0884155Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0884355Z [05-13|18:29:04.139] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0884558Z [05-13|18:29:04.140] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0885013Z [05-13|18:29:04.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0885461Z [05-13|18:29:04.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0885909Z [05-13|18:29:04.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0886359Z [05-13|18:29:04.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0886806Z [05-13|18:29:04.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0887015Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0887226Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0887429Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0887634Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0888364Z [05-13|18:29:04.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.0888989Z [05-13|18:29:04.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0889445Z [05-13|18:29:04.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0890081Z [05-13|18:29:04.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0890532Z [05-13|18:29:04.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0891048Z [05-13|18:29:04.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0891260Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0891605Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0891816Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0892197Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0892497Z [05-13|18:29:04.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0893028Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0893489Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0893937Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0894392Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0894842Z [05-13|18:29:05.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0895052Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0895262Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0895464Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0895667Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0895874Z [05-13|18:29:05.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0896323Z [05-13|18:29:05.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0896979Z [05-13|18:29:05.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0897638Z [05-13|18:29:05.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0898444Z [05-13|18:29:05.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0898924Z [05-13|18:29:05.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0899141Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0899349Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0899639Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0899847Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0900050Z [05-13|18:29:05.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0900555Z [05-13|18:29:05.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0901009Z [05-13|18:29:05.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0901456Z [05-13|18:29:05.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0901958Z [05-13|18:29:05.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0902460Z [05-13|18:29:05.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0902670Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0902874Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0903084Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0903287Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0903488Z [05-13|18:29:05.628] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.0903944Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0904395Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0904844Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0905297Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0905743Z [05-13|18:29:05.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0905951Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0906163Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0906367Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0906570Z [05-13|18:29:05.918] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0906786Z [05-13|18:29:05.919] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0907248Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0907701Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0908296Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0908821Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0909329Z [05-13|18:29:06.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0909776Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0910224Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0910727Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0911226Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0911448Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0911901Z [05-13|18:29:06.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0912111Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0912319Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0912531Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0912739Z [05-13|18:29:06.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0912942Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0913152Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0913356Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0913555Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0913760Z [05-13|18:29:06.803] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.0914212Z [05-13|18:29:06.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0914663Z [05-13|18:29:06.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0915123Z [05-13|18:29:06.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0915571Z [05-13|18:29:06.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0916020Z [05-13|18:29:06.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0916235Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0916441Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0916648Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0916909Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0917115Z [05-13|18:29:06.857] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0917566Z [05-13|18:29:07.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0918265Z [05-13|18:29:07.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0918734Z [05-13|18:29:07.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0919256Z [05-13|18:29:07.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0919766Z [05-13|18:29:07.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0919977Z [05-13|18:29:07.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0920187Z [05-13|18:29:07.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0920402Z [05-13|18:29:07.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0920607Z [05-13|18:29:07.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0920810Z [05-13|18:29:07.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0921271Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0921722Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0922171Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0922625Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0923073Z [05-13|18:29:08.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0923280Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0923493Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0923701Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0923905Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0924118Z [05-13|18:29:08.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.0924570Z [05-13|18:29:08.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0925019Z [05-13|18:29:08.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0925480Z [05-13|18:29:08.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0925990Z [05-13|18:29:08.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0926445Z [05-13|18:29:08.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0926719Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0926926Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0927138Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0927342Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0927546Z [05-13|18:29:08.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0928190Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0928721Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0929186Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0929645Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0930097Z [05-13|18:29:08.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0930310Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0930524Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0930731Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0930937Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0931148Z [05-13|18:29:08.526] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0931601Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0932054Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0932518Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0932972Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0933425Z [05-13|18:29:09.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0933645Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0933850Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0934055Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0934267Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0934532Z [05-13|18:29:09.034] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0934985Z [05-13|18:29:09.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0935492Z [05-13|18:29:09.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0935944Z [05-13|18:29:09.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0936395Z [05-13|18:29:09.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0936906Z [05-13|18:29:09.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0937156Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0937366Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0937579Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0937793Z [05-13|18:29:09.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0937997Z [05-13|18:29:09.707] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.0938583Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0939040Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0939492Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0939951Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0940403Z [05-13|18:29:10.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0940616Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0940824Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0941030Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0941236Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0941449Z [05-13|18:29:10.351] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0941902Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0942351Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0942812Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0943266Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0943794Z [05-13|18:29:10.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0944054Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0944262Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0944474Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0944680Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0944883Z [05-13|18:29:10.417] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0945392Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0945898Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0946359Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0946818Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0947267Z [05-13|18:29:10.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0947478Z [05-13|18:29:10.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0947691Z [05-13|18:29:10.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0947896Z [05-13|18:29:10.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0948222Z [05-13|18:29:10.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0948433Z [05-13|18:29:10.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0948885Z [05-13|18:29:11.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0949336Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0949792Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0950248Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0950700Z [05-13|18:29:11.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0950915Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0951120Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0951326Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0951535Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0951807Z [05-13|18:29:11.500] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.0952262Z [05-13|18:29:12.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0952771Z [05-13|18:29:12.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0953221Z [05-13|18:29:12.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0953704Z [05-13|18:29:12.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0954214Z [05-13|18:29:12.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0954429Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0954689Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0954904Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0955109Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0955317Z [05-13|18:29:12.472] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0955774Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0956229Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0956683Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0957141Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0957589Z [05-13|18:29:12.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0957802Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0958008Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0958335Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0958543Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0958755Z [05-13|18:29:12.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0959211Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0959668Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0960120Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0960575Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0961098Z [05-13|18:29:13.042] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0961404Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0961610Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0961826Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0962033Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0962239Z [05-13|18:29:13.053] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.0962748Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0963255Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0963710Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0964170Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0964619Z [05-13|18:29:13.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0964894Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:54.0965168Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:54.0965627Z [05-13|18:29:13.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0965891Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:54.0966156Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:54.0966412Z [05-13|18:29:13.622] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 4} -2026-05-13T18:30:54.0966866Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0967326Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0967779Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0968347Z [05-13|18:29:13.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0968501Z [05-13|18:29:13.623] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0968845Z [05-13|18:29:13.624] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} -2026-05-13T18:30:54.0969177Z [05-13|18:29:13.624] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} -2026-05-13T18:30:54.0969321Z [05-13|18:29:13.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0969520Z [05-13|18:29:13.624] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0969851Z [05-13|18:29:13.624] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} -2026-05-13T18:30:54.0970182Z [05-13|18:29:13.625] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} -2026-05-13T18:30:54.0970370Z [05-13|18:29:13.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0970501Z [05-13|18:29:13.625] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0970828Z [05-13|18:29:13.625] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} -2026-05-13T18:30:54.0971152Z [05-13|18:29:13.625] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0971660Z [05-13|18:29:13.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0971881Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0972257Z [05-13|18:29:13.626] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 1, "digest": "8e364e5fd9efeab76126..."} -2026-05-13T18:30:54.0972713Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0973165Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0973610Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0974063Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0974517Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0974962Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0975416Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0975861Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0976325Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.0976784Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.0977237Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.0977687Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0978263Z [05-13|18:29:13.626] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0978479Z [05-13|18:29:13.636] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0978695Z [05-13|18:29:13.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0978843Z [05-13|18:29:13.636] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0979107Z [05-13|18:29:13.636] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0979248Z [05-13|18:29:13.636] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0979388Z [05-13|18:29:13.637] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0979592Z [05-13|18:29:13.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0979731Z [05-13|18:29:13.637] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0979943Z [05-13|18:29:13.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0980132Z [05-13|18:29:13.637] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.0980342Z [05-13|18:29:13.637] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.0980563Z === CONT TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 -2026-05-13T18:30:54.0981208Z [05-13|18:29:13.637] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0981796Z [05-13|18:29:13.639] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0982381Z [05-13|18:29:13.639] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0982959Z [05-13|18:29:13.640] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0983537Z [05-13|18:29:13.640] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0984120Z [05-13|18:29:13.641] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.0984387Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0984645Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0984908Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0985370Z [05-13|18:29:13.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0985824Z [05-13|18:29:13.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0986289Z [05-13|18:29:13.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0986551Z [05-13|18:29:13.643] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0986998Z [05-13|18:29:13.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0987309Z [05-13|18:29:13.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.0987761Z [05-13|18:29:13.644] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.0988252Z [05-13|18:29:13.644] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0988394Z [05-13|18:29:13.645] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0988717Z [05-13|18:29:13.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0989044Z [05-13|18:29:13.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0989362Z [05-13|18:29:13.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0989742Z [05-13|18:29:13.646] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.0989883Z [05-13|18:29:13.646] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.0990142Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0990348Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0990551Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0990758Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0990959Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.0991159Z [05-13|18:29:13.646] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.0991619Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0992071Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0992526Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0992980Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0993427Z [05-13|18:29:13.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0993640Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0993845Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0994048Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0994262Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0994471Z [05-13|18:29:13.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.0994925Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0995377Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0995824Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0996347Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0996853Z [05-13|18:29:14.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.0997059Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0997262Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0997471Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0997674Z [05-13|18:29:14.300] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0997916Z [05-13|18:29:14.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.0998557Z [05-13|18:29:14.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0999016Z [05-13|18:29:14.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0999468Z [05-13|18:29:14.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.0999924Z [05-13|18:29:14.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1000373Z [05-13|18:29:14.672] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1000586Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1000803Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1001012Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1001217Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1001428Z [05-13|18:29:14.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1001879Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1002328Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1002786Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1003236Z [05-13|18:29:14.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1003685Z [05-13|18:29:14.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1004137Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1004584Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1005089Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1005545Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1006041Z [05-13|18:29:14.746] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1006253Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1006462Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1006721Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1006931Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1007179Z [05-13|18:29:14.750] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1007384Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.1007588Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.1007795Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.1007997Z [05-13|18:29:14.756] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.1008317Z [05-13|18:29:14.757] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.1008784Z [05-13|18:29:15.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1009238Z [05-13|18:29:15.267] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1009691Z [05-13|18:29:15.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1010152Z [05-13|18:29:15.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1010600Z [05-13|18:29:15.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1010817Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1011029Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1011240Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1011444Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1011656Z [05-13|18:29:15.279] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1012105Z [05-13|18:29:15.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1012556Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1013005Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1013518Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1013967Z [05-13|18:29:15.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1014225Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.1014430Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.1014638Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.1014838Z [05-13|18:29:15.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.1015039Z [05-13|18:29:15.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.1015548Z [05-13|18:29:16.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1016047Z [05-13|18:29:16.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1016495Z [05-13|18:29:16.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1016947Z [05-13|18:29:16.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1017392Z [05-13|18:29:16.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1017599Z [05-13|18:29:16.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.1017809Z [05-13|18:29:16.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.1018010Z [05-13|18:29:16.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.1018326Z [05-13|18:29:16.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.1018536Z [05-13|18:29:16.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.1018990Z [05-13|18:29:17.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1019442Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1019901Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1020353Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1020802Z [05-13|18:29:17.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1021020Z [05-13|18:29:17.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1021229Z [05-13|18:29:17.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1021435Z [05-13|18:29:17.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1021648Z [05-13|18:29:17.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1021922Z [05-13|18:29:17.067] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1022376Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1022889Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1023340Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1023789Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1024293Z [05-13|18:29:17.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1024560Z [05-13|18:29:17.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1024779Z [05-13|18:29:17.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1024993Z [05-13|18:29:17.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1025198Z [05-13|18:29:17.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1025402Z [05-13|18:29:17.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1025854Z [05-13|18:29:17.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1026309Z [05-13|18:29:17.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1026755Z [05-13|18:29:17.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1027210Z [05-13|18:29:17.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1027655Z [05-13|18:29:17.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1027869Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1028201Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1028413Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1028618Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1028827Z [05-13|18:29:17.161] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1029285Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1029743Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1030199Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1030654Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1031214Z [05-13|18:29:17.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1031479Z [05-13|18:29:17.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1031688Z [05-13|18:29:17.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1031901Z [05-13|18:29:17.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1032106Z [05-13|18:29:17.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1032309Z [05-13|18:29:17.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1032814Z [05-13|18:29:18.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1033315Z [05-13|18:29:18.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1033764Z [05-13|18:29:18.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1034216Z [05-13|18:29:18.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1034661Z [05-13|18:29:18.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1034870Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1035084Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1035284Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1035487Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1035699Z [05-13|18:29:18.282] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1036148Z [05-13|18:29:19.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1036602Z [05-13|18:29:19.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1037056Z [05-13|18:29:19.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1037504Z [05-13|18:29:19.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1037951Z [05-13|18:29:19.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1038276Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.1038483Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.1038685Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.1038893Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.1039096Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.1039615Z [05-13|18:29:19.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1040076Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1040580Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1041032Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1041542Z [05-13|18:29:19.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1041753Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1042009Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1042224Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1042432Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1042637Z [05-13|18:29:19.592] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1043095Z [05-13|18:29:19.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1043546Z [05-13|18:29:19.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1043996Z [05-13|18:29:19.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1044454Z [05-13|18:29:19.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1044904Z [05-13|18:29:19.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1045116Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1045320Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1045524Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1045732Z [05-13|18:29:19.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1045939Z [05-13|18:29:19.659] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1046401Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1046889Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1047338Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1047998Z [05-13|18:29:19.670] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1048974Z [05-13|18:29:19.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1049412Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:54.1049941Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:54.1050382Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:54.1051291Z [05-13|18:29:19.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1052304Z [05-13|18:29:19.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1052837Z [05-13|18:29:19.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:54.1053808Z [05-13|18:29:19.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1054344Z [05-13|18:29:19.682] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:54.1055272Z [05-13|18:29:19.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1055560Z [05-13|18:29:19.682] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1056403Z [05-13|18:29:19.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1057064Z [05-13|18:29:19.682] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} -2026-05-13T18:30:54.1057330Z [05-13|18:29:19.682] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1057587Z [05-13|18:29:19.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1058483Z [05-13|18:29:19.683] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} -2026-05-13T18:30:54.1059132Z [05-13|18:29:19.683] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} -2026-05-13T18:30:54.1059410Z [05-13|18:29:19.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1059665Z [05-13|18:29:19.683] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1060285Z [05-13|18:29:19.683] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} -2026-05-13T18:30:54.1060916Z [05-13|18:29:19.684] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} -2026-05-13T18:30:54.1061189Z [05-13|18:29:19.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1061441Z [05-13|18:29:19.684] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1062041Z [05-13|18:29:19.685] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.1062924Z [05-13|18:29:19.685] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1063323Z [05-13|18:29:19.685] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.1063589Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1063862Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1064124Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1064560Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1064821Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1065079Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1065511Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1065775Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1066047Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1066309Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1066580Z [05-13|18:29:19.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1067207Z [05-13|18:29:19.696] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 1, "digest": "d76ad86b36efa737a0f9..."} -2026-05-13T18:30:54.1068458Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1069476Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1070430Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1071296Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1072161Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1073044Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1073932Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1074801Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1075673Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1076544Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1077427Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1078568Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1079443Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1080266Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1081142Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1082015Z [05-13|18:29:19.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1082477Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1082852Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1083197Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1083569Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1083811Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1084179Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1084429Z [05-13|18:29:19.705] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1084787Z [05-13|18:29:19.705] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1085110Z [05-13|18:29:19.706] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1085473Z [05-13|18:29:19.706] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1085779Z [05-13|18:29:19.706] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1086567Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1087340Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1088343Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1089125Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1089909Z [05-13|18:29:21.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1090320Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.1090737Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.1091134Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.1091522Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.1091924Z [05-13|18:29:21.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.1092779Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1093615Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1094381Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1095101Z [05-13|18:29:22.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1095937Z [05-13|18:29:22.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1096296Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1096786Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1097114Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1097457Z [05-13|18:29:22.369] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1097926Z [05-13|18:29:22.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1099014Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1099905Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1100929Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1101892Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1102919Z [05-13|18:29:22.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1103368Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1103780Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1104165Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1104527Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1104882Z [05-13|18:29:22.436] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1105378Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1105857Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1106327Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1106788Z [05-13|18:29:22.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1107246Z [05-13|18:29:22.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1107464Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.1107682Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.1107894Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.1108395Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.1108622Z [05-13|18:29:22.716] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.1109085Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1109553Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1110138Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1110599Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1111121Z [05-13|18:29:24.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1111342Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1111555Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1111762Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1112025Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1112239Z [05-13|18:29:24.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1112747Z [05-13|18:29:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1113213Z [05-13|18:29:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1113669Z [05-13|18:29:25.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1114122Z [05-13|18:29:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1114582Z [05-13|18:29:25.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1114796Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1115006Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1115218Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1115423Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1115778Z [05-13|18:29:25.376] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1116628Z [05-13|18:29:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1117799Z [05-13|18:29:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1119011Z [05-13|18:29:25.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1119993Z [05-13|18:29:25.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1120963Z [05-13|18:29:25.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1121702Z [05-13|18:29:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1122221Z [05-13|18:29:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1122820Z [05-13|18:29:25.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1123321Z [05-13|18:29:25.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1123817Z [05-13|18:29:25.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1124632Z [05-13|18:29:26.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1125606Z [05-13|18:29:26.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1126584Z [05-13|18:29:26.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1127617Z [05-13|18:29:26.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1129028Z [05-13|18:29:26.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1129816Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.1130336Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.1130836Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.1131327Z [05-13|18:29:26.732] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.1131834Z [05-13|18:29:26.733] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.1132589Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1133571Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1134554Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1135524Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1136501Z [05-13|18:29:28.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1137301Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:54.1137912Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:54.1138798Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:54.1139407Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:54.1140041Z [05-13|18:29:28.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:54.1140847Z [05-13|18:29:28.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1141822Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1142875Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1143843Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1144862Z [05-13|18:29:28.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1145719Z [05-13|18:29:28.537] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} -2026-05-13T18:30:54.1146272Z [05-13|18:29:28.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1146634Z [05-13|18:29:28.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1147236Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} -2026-05-13T18:30:54.1148011Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} -2026-05-13T18:30:54.1148983Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} -2026-05-13T18:30:54.1149714Z [05-13|18:29:28.538] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} -2026-05-13T18:30:54.1150254Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1150613Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1150955Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1151299Z [05-13|18:29:28.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1151847Z [05-13|18:29:28.540] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.1152712Z [05-13|18:29:28.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1153464Z [05-13|18:29:28.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.1153895Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1154242Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1154581Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1154927Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1155266Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1155605Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1155950Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1156288Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1156628Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1156965Z [05-13|18:29:28.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1157309Z [05-13|18:29:28.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1157853Z [05-13|18:29:28.550] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 1, "digest": "ca520933f0640e377040..."} -2026-05-13T18:30:54.1158903Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1159878Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1160846Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1161883Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1162907Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1163869Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1164829Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1165845Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1166865Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1167847Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1169063Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1170041Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1171013Z [05-13|18:29:28.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1171997Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1172982Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1173956Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1174922Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1175892Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1176869Z [05-13|18:29:28.551] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1177537Z [05-13|18:29:28.559] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1177980Z [05-13|18:29:28.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1178710Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1179142Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1179578Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1179936Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1180456Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1180891Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1181324Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1181812Z [05-13|18:29:28.560] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1182237Z [05-13|18:29:28.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1183005Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1183981Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1184997Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1186021Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1186995Z [05-13|18:29:28.590] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1187719Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1188450Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1188962Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1189456Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1189961Z [05-13|18:29:28.601] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1190702Z [05-13|18:29:28.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1191683Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1192650Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1193616Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1194585Z [05-13|18:29:28.891] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1195316Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1195818Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1196318Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1196807Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1197305Z [05-13|18:29:28.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1198161Z [05-13|18:29:31.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1199138Z [05-13|18:29:31.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1200193Z [05-13|18:29:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1201163Z [05-13|18:29:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1202185Z [05-13|18:29:31.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1202915Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1203412Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1203961Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1204463Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1205005Z [05-13|18:29:31.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.1205752Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1206718Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1207687Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1208774Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1209743Z [05-13|18:29:31.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1210540Z [05-13|18:29:31.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:54.1211156Z [05-13|18:29:31.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:54.1211751Z [05-13|18:29:31.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:54.1212351Z [05-13|18:29:31.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:54.1213142Z [05-13|18:29:31.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1214121Z [05-13|18:29:31.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1215091Z [05-13|18:29:31.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1215748Z [05-13|18:29:31.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1216233Z [05-13|18:29:31.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:54.1216720Z [05-13|18:29:31.762] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1217386Z [05-13|18:29:31.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1218480Z [05-13|18:29:31.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1219401Z [05-13|18:29:31.762] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} -2026-05-13T18:30:54.1219964Z [05-13|18:29:31.762] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1220575Z [05-13|18:29:31.762] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} -2026-05-13T18:30:54.1221107Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1221458Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1221995Z [05-13|18:29:31.763] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} -2026-05-13T18:30:54.1222535Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1223127Z [05-13|18:29:31.763] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} -2026-05-13T18:30:54.1223668Z [05-13|18:29:31.763] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1224262Z [05-13|18:29:31.763] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} -2026-05-13T18:30:54.1224795Z [05-13|18:29:31.764] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1225141Z [05-13|18:29:31.764] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1225678Z [05-13|18:29:31.764] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.1226538Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1227285Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.1227912Z [05-13|18:29:31.765] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 1, "digest": "201281eb001098a22e02..."} -2026-05-13T18:30:54.1228885Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1229856Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1230817Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1231781Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1232744Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1233734Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1234695Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1235656Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1236641Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1237614Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1238772Z [05-13|18:29:31.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1239800Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1240769Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1241737Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1242758Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1243786Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1244765Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1245736Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1246711Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1247676Z [05-13|18:29:31.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1248461Z [05-13|18:29:31.774] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1248910Z [05-13|18:29:31.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1249354Z [05-13|18:29:31.774] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1249792Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1250223Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1250658Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1251090Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1251445Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1251879Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1252302Z [05-13|18:29:31.775] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1252729Z [05-13|18:29:31.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1253480Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1254458Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1255430Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1256396Z [05-13|18:29:33.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1257440Z [05-13|18:29:33.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1258340Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1258840Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1259339Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1259830Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1260329Z [05-13|18:29:33.632] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1261141Z [05-13|18:29:36.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1262166Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1263138Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1264110Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1265070Z [05-13|18:29:36.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1265798Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1266300Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1266796Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1267295Z [05-13|18:29:36.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1267788Z [05-13|18:29:36.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.1268648Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1269616Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1270583Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1271550Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1272516Z [05-13|18:29:39.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1273311Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.1273927Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.1274523Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.1275123Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.1275992Z [05-13|18:29:39.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1276773Z [05-13|18:29:39.241] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.1277638Z [05-13|18:29:39.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1278729Z [05-13|18:29:39.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1279694Z [05-13|18:29:39.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1280765Z [05-13|18:29:39.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1281421Z [05-13|18:29:39.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1282036Z [05-13|18:29:39.242] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} -2026-05-13T18:30:54.1282595Z [05-13|18:29:39.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1283142Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} -2026-05-13T18:30:54.1283880Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} -2026-05-13T18:30:54.1284416Z [05-13|18:29:39.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1284764Z [05-13|18:29:39.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1285307Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} -2026-05-13T18:30:54.1286035Z [05-13|18:29:39.243] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} -2026-05-13T18:30:54.1286572Z [05-13|18:29:39.244] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1286925Z [05-13|18:29:39.244] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1287467Z [05-13|18:29:39.245] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.1288436Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1289167Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.1289799Z [05-13|18:29:39.245] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 1, "digest": "d37b8ba24c0b87b230ba..."} -2026-05-13T18:30:54.1290661Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1291635Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1292603Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1293564Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1294529Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1295573Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1296537Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1297570Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1298677Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1299712Z [05-13|18:29:39.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1300740Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1301719Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1302685Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1303658Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.1304632Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.1305598Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.1306570Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1307551Z [05-13|18:29:39.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1308329Z [05-13|18:29:39.254] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1308769Z [05-13|18:29:39.254] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1309201Z [05-13|18:29:39.254] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1309567Z [05-13|18:29:39.254] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1309995Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1310423Z [05-13|18:29:39.255] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1310845Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1311276Z [05-13|18:29:39.255] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1311703Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1312133Z [05-13|18:29:39.255] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1312557Z [05-13|18:29:39.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.1312985Z --- PASS: TestReplicationEmptyNotarizations (0.00s) -2026-05-13T18:30:54.1313526Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round2 (0.29s) -2026-05-13T18:30:54.1314236Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round9 (5.87s) -2026-05-13T18:30:54.1314877Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round12 (11.28s) -2026-05-13T18:30:54.1315521Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round10 (7.37s) -2026-05-13T18:30:54.1316220Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round7 (3.58s) -2026-05-13T18:30:54.1316852Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round14 (15.12s) -2026-05-13T18:30:54.1317489Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round4 (1.16s) -2026-05-13T18:30:54.1318228Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round15 (16.86s) -2026-05-13T18:30:54.1318862Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round3 (0.63s) -2026-05-13T18:30:54.1319547Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round6 (2.55s) -2026-05-13T18:30:54.1320170Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round8 (4.54s) -2026-05-13T18:30:54.1320856Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round13 (12.96s) -2026-05-13T18:30:54.1321493Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round16 (19.68s) -2026-05-13T18:30:54.1322132Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round19 (29.10s) -2026-05-13T18:30:54.1322771Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round20 (32.26s) -2026-05-13T18:30:54.1323400Z --- PASS: TestReplicationEmptyNotarizations/Empty_notarizations_end_round18 (25.62s) -2026-05-13T18:30:54.1323854Z === RUN TestReplicationStartsBeforeCurrentRound -2026-05-13T18:30:54.1324550Z [05-13|18:29:39.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1325568Z [05-13|18:29:39.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1326608Z [05-13|18:29:39.258] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1327611Z [05-13|18:29:39.261] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1328545Z [05-13|18:29:39.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1329167Z [05-13|18:29:39.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1329748Z [05-13|18:29:39.265] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 0} -2026-05-13T18:30:54.1330299Z [05-13|18:29:39.265] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 0} -2026-05-13T18:30:54.1330829Z [05-13|18:29:39.266] INFO Simplex/epoch.go:330 Block Proposal Recovered From WAL {"Round": 1} -2026-05-13T18:30:54.1331362Z [05-13|18:29:39.266] INFO Simplex/epoch.go:369 Notarization Recovered From WAL {"Round": 1} -2026-05-13T18:30:54.1331861Z [05-13|18:29:39.266] INFO Simplex/epoch.go:707 Recovered from WAL {"numRecords": 4} -2026-05-13T18:30:54.1332909Z [05-13|18:29:39.266] INFO Simplex/epoch.go:517 Most relevant record recovered from WAL {"round": 1, "relevant": "walRound{round: 1, hasEmptyNotarization: false, hasEmptyVote: false, hasNotarization: true, hasFinalization: false, hasBlock: true}"} -2026-05-13T18:30:54.1333998Z [05-13|18:29:39.268] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1334607Z [05-13|18:29:39.268] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1335287Z [05-13|18:29:39.268] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1336104Z [05-13|18:29:39.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1337139Z [05-13|18:29:39.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1338226Z [05-13|18:29:39.269] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1339095Z [05-13|18:29:39.269] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.1339910Z [05-13|18:29:39.269] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.1340680Z [05-13|18:29:39.270] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.1341274Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1341639Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1341988Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1342327Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1342676Z [05-13|18:29:39.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1343218Z [05-13|18:29:39.271] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1343947Z [05-13|18:29:39.271] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1344694Z [05-13|18:29:39.272] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1345568Z [05-13|18:29:39.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1346424Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.1347287Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1348255Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.1349116Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1349958Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.1350811Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1351652Z [05-13|18:29:39.273] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.1352180Z [05-13|18:29:39.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1352853Z [05-13|18:29:39.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1353503Z [05-13|18:29:39.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1353854Z [05-13|18:29:39.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1354468Z [05-13|18:29:39.274] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.1355321Z [05-13|18:29:39.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1356218Z [05-13|18:29:39.274] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.1356751Z [05-13|18:29:39.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1357421Z [05-13|18:29:39.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1358387Z [05-13|18:29:39.274] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.1359310Z [05-13|18:29:39.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1360226Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.1361097Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1361948Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.1362813Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1369231Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.1370181Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1371077Z [05-13|18:29:39.275] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.1371949Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1372628Z [05-13|18:29:39.275] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1373084Z [05-13|18:29:39.275] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1373534Z [05-13|18:29:39.276] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1373991Z [05-13|18:29:39.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1374448Z [05-13|18:29:39.276] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1374819Z [05-13|18:29:39.276] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1375262Z [05-13|18:29:39.276] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.1375718Z --- PASS: TestReplicationStartsBeforeCurrentRound (0.02s) -2026-05-13T18:30:54.1376069Z === RUN TestReplicationFutureFinalization -2026-05-13T18:30:54.1376748Z [05-13|18:29:39.276] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.1377639Z [05-13|18:29:39.277] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1378328Z [05-13|18:29:39.277] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1379016Z [05-13|18:29:39.277] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1379796Z --- PASS: TestReplicationFutureFinalization (0.00s) -2026-05-13T18:30:54.1380131Z === RUN TestReplicationAfterNodeDisconnects -2026-05-13T18:30:54.1380506Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 -2026-05-13T18:30:54.1380992Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 -2026-05-13T18:30:54.1381405Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 -2026-05-13T18:30:54.1381816Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 -2026-05-13T18:30:54.1382218Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 -2026-05-13T18:30:54.1382626Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 -2026-05-13T18:30:54.1383028Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 -2026-05-13T18:30:54.1383433Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 -2026-05-13T18:30:54.1383897Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 -2026-05-13T18:30:54.1384307Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 -2026-05-13T18:30:54.1384768Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 -2026-05-13T18:30:54.1385214Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 -2026-05-13T18:30:54.1385639Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 -2026-05-13T18:30:54.1386047Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 -2026-05-13T18:30:54.1386464Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 -2026-05-13T18:30:54.1386867Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 -2026-05-13T18:30:54.1387278Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 -2026-05-13T18:30:54.1387688Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 -2026-05-13T18:30:54.1388217Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 -2026-05-13T18:30:54.1388633Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 -2026-05-13T18:30:54.1389037Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 -2026-05-13T18:30:54.1389448Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 -2026-05-13T18:30:54.1389851Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 -2026-05-13T18:30:54.1390265Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 -2026-05-13T18:30:54.1390678Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 -2026-05-13T18:30:54.1391080Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 -2026-05-13T18:30:54.1391489Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 -2026-05-13T18:30:54.1391891Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 -2026-05-13T18:30:54.1392301Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 -2026-05-13T18:30:54.1392708Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 -2026-05-13T18:30:54.1393123Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 -2026-05-13T18:30:54.1393536Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 -2026-05-13T18:30:54.1393942Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 -2026-05-13T18:30:54.1394355Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 -2026-05-13T18:30:54.1394762Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 -2026-05-13T18:30:54.1395173Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 -2026-05-13T18:30:54.1395578Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 -2026-05-13T18:30:54.1395988Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 -2026-05-13T18:30:54.1396401Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 -2026-05-13T18:30:54.1396806Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 -2026-05-13T18:30:54.1397225Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 -2026-05-13T18:30:54.1397701Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 -2026-05-13T18:30:54.1398233Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 -2026-05-13T18:30:54.1398645Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 -2026-05-13T18:30:54.1399116Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 -2026-05-13T18:30:54.1399526Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 -2026-05-13T18:30:54.1399927Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 -2026-05-13T18:30:54.1400339Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 -2026-05-13T18:30:54.1400741Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 -2026-05-13T18:30:54.1401147Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 -2026-05-13T18:30:54.1401555Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 -2026-05-13T18:30:54.1402013Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 -2026-05-13T18:30:54.1402429Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 -2026-05-13T18:30:54.1402829Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 -2026-05-13T18:30:54.1403287Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 -2026-05-13T18:30:54.1403694Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 -2026-05-13T18:30:54.1404104Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 -2026-05-13T18:30:54.1404509Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 -2026-05-13T18:30:54.1404913Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 -2026-05-13T18:30:54.1405324Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 -2026-05-13T18:30:54.1405725Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 -2026-05-13T18:30:54.1406131Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 -2026-05-13T18:30:54.1406535Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 -2026-05-13T18:30:54.1406946Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 -2026-05-13T18:30:54.1407354Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 -2026-05-13T18:30:54.1407762Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 -2026-05-13T18:30:54.1408301Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 -2026-05-13T18:30:54.1408710Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 -2026-05-13T18:30:54.1409118Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 -2026-05-13T18:30:54.1409523Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 -2026-05-13T18:30:54.1409932Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 -2026-05-13T18:30:54.1410342Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 -2026-05-13T18:30:54.1410754Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 -2026-05-13T18:30:54.1411165Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 -2026-05-13T18:30:54.1411572Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 -2026-05-13T18:30:54.1411978Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 -2026-05-13T18:30:54.1412385Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 -2026-05-13T18:30:54.1412802Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 -2026-05-13T18:30:54.1413211Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 -2026-05-13T18:30:54.1413617Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 -2026-05-13T18:30:54.1414030Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 -2026-05-13T18:30:54.1414434Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 -2026-05-13T18:30:54.1414845Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 -2026-05-13T18:30:54.1415250Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 -2026-05-13T18:30:54.1415740Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 -2026-05-13T18:30:54.1416151Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 -2026-05-13T18:30:54.1416556Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 -2026-05-13T18:30:54.1416968Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 -2026-05-13T18:30:54.1417436Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 -2026-05-13T18:30:54.1417849Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 -2026-05-13T18:30:54.1418371Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 -2026-05-13T18:30:54.1418778Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 -2026-05-13T18:30:54.1419190Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 -2026-05-13T18:30:54.1419624Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 -2026-05-13T18:30:54.1420035Z === RUN TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 -2026-05-13T18:30:54.1420504Z === PAUSE TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 -2026-05-13T18:30:54.1420925Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 -2026-05-13T18:30:54.1421379Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 -2026-05-13T18:30:54.1421789Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 -2026-05-13T18:30:54.1422199Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 -2026-05-13T18:30:54.1422941Z [05-13|18:29:39.281] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1423972Z [05-13|18:29:39.282] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1424978Z [05-13|18:29:39.282] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1425980Z [05-13|18:29:39.281] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1426980Z [05-13|18:29:39.286] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1427974Z [05-13|18:29:39.286] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1429095Z [05-13|18:29:39.287] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1430127Z [05-13|18:29:39.287] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1431137Z [05-13|18:29:39.288] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1432144Z [05-13|18:29:39.288] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1433151Z [05-13|18:29:39.291] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1434149Z [05-13|18:29:39.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1435159Z [05-13|18:29:39.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1436239Z [05-13|18:29:39.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1437238Z [05-13|18:29:39.294] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1438466Z [05-13|18:29:39.296] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1439282Z [05-13|18:29:39.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1439896Z [05-13|18:29:39.298] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1440768Z [05-13|18:29:39.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1441629Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1442231Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1442828Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.1443620Z [05-13|18:29:39.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1444401Z [05-13|18:29:39.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1445201Z [05-13|18:29:39.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1446173Z [05-13|18:29:39.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1446951Z [05-13|18:29:39.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1447750Z [05-13|18:29:39.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1449021Z [05-13|18:29:39.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1449886Z [05-13|18:29:39.301] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1450749Z [05-13|18:29:39.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1451607Z [05-13|18:29:39.301] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1452282Z [05-13|18:29:39.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1452884Z [05-13|18:29:39.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1453683Z [05-13|18:29:39.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1454531Z [05-13|18:29:39.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1455385Z [05-13|18:29:39.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1456246Z [05-13|18:29:39.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1456914Z [05-13|18:29:39.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1457636Z [05-13|18:29:39.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1458365Z [05-13|18:29:39.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1459027Z [05-13|18:29:39.303] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1459877Z [05-13|18:29:39.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1460912Z [05-13|18:29:39.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1461622Z [05-13|18:29:39.303] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1462299Z [05-13|18:29:39.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1463246Z [05-13|18:29:39.303] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.1463892Z [05-13|18:29:39.301] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1464443Z [05-13|18:29:39.303] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1464707Z [05-13|18:29:39.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1465170Z [05-13|18:29:39.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1465508Z [05-13|18:29:39.304] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1465968Z [05-13|18:29:39.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1466231Z [05-13|18:29:39.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1466569Z [05-13|18:29:39.305] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1466707Z [05-13|18:29:39.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1467040Z [05-13|18:29:39.305] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1467506Z [05-13|18:29:39.305] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1467643Z [05-13|18:29:39.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1467777Z [05-13|18:29:39.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1468224Z [05-13|18:29:39.306] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1468551Z [05-13|18:29:39.306] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1468685Z [05-13|18:29:39.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1469019Z [05-13|18:29:39.307] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1469227Z [05-13|18:29:39.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1469554Z [05-13|18:29:39.307] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1469873Z [05-13|18:29:39.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1470325Z [05-13|18:29:39.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1470656Z [05-13|18:29:39.309] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1470922Z [05-13|18:29:39.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1471235Z [05-13|18:29:39.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1471740Z [05-13|18:29:39.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1472199Z [05-13|18:29:39.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1472531Z [05-13|18:29:39.310] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1472671Z [05-13|18:29:39.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1472939Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1473197Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1473462Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1473727Z [05-13|18:29:39.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1474182Z [05-13|18:29:39.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1474515Z [05-13|18:29:39.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1474975Z [05-13|18:29:39.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1475234Z [05-13|18:29:39.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1475561Z [05-13|18:29:39.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1475831Z [05-13|18:29:39.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1476287Z [05-13|18:29:39.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1476619Z [05-13|18:29:39.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1476884Z [05-13|18:29:39.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1477345Z [05-13|18:29:39.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1477482Z [05-13|18:29:39.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1477985Z [05-13|18:29:39.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1478240Z [05-13|18:29:39.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1478378Z [05-13|18:29:39.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1478776Z [05-13|18:29:39.314] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1479037Z [05-13|18:29:39.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1479487Z [05-13|18:29:39.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1479999Z [05-13|18:29:39.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1480335Z [05-13|18:29:39.314] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1480837Z [05-13|18:29:39.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1481180Z [05-13|18:29:39.315] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1481445Z [05-13|18:29:39.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1481774Z [05-13|18:29:39.315] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1482043Z [05-13|18:29:39.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1482369Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1482634Z [05-13|18:29:39.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1483101Z [05-13|18:29:39.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1483555Z [05-13|18:29:39.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1483884Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1484343Z [05-13|18:29:39.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1484676Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1485009Z [05-13|18:29:39.316] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1485153Z [05-13|18:29:39.317] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1485477Z [05-13|18:29:39.317] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1485740Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1486007Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1486460Z [05-13|18:29:39.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1486783Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1487253Z [05-13|18:29:39.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1487553Z [05-13|18:29:39.317] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1488010Z [05-13|18:29:39.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1488584Z [05-13|18:29:39.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1488847Z [05-13|18:29:39.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1489246Z [05-13|18:29:39.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1489561Z [05-13|18:29:39.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1490016Z [05-13|18:29:39.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1490353Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1490682Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1490946Z [05-13|18:29:39.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1491278Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1491607Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1492063Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1492526Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1492787Z [05-13|18:29:39.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1493046Z [05-13|18:29:39.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1493381Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1493838Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1494294Z [05-13|18:29:39.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1494629Z [05-13|18:29:39.319] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1494891Z [05-13|18:29:39.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1495029Z [05-13|18:29:39.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1495485Z [05-13|18:29:39.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1495883Z [05-13|18:29:39.320] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1496213Z [05-13|18:29:39.320] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1496601Z [05-13|18:29:39.321] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1496928Z [05-13|18:29:39.321] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1497257Z [05-13|18:29:39.321] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1497481Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1497692Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1497943Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1498334Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1498653Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1498919Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1499180Z [05-13|18:29:39.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.1499641Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1499849Z [05-13|18:29:39.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.1500308Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1500763Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1501217Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1501485Z [05-13|18:29:39.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.1501744Z [05-13|18:29:39.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.1502076Z [05-13|18:29:39.322] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1502414Z [05-13|18:29:39.322] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1502871Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1503325Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1503541Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.1503803Z [05-13|18:29:39.322] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.1504010Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1504220Z [05-13|18:29:39.322] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1504488Z [05-13|18:29:39.323] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1504939Z [05-13|18:29:39.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1505330Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1505661Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.1505989Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.1506319Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.1506692Z [05-13|18:29:39.323] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.1506838Z [05-13|18:29:39.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1507088Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1507296Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1507500Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.1507641Z [05-13|18:29:39.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1507844Z [05-13|18:29:39.324] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1508350Z [05-13|18:29:39.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1508658Z [05-13|18:29:39.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1509128Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1509396Z [05-13|18:29:39.324] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1509661Z [05-13|18:29:39.325] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1510113Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1510564Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1511018Z [05-13|18:29:39.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1511357Z [05-13|18:29:39.325] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.1511495Z [05-13|18:29:39.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1511830Z [05-13|18:29:39.326] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.1512159Z [05-13|18:29:39.326] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.1512295Z [05-13|18:29:39.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1512435Z [05-13|18:29:39.326] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1512793Z [05-13|18:29:39.326] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.1513057Z [05-13|18:29:39.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1513601Z [05-13|18:29:39.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1513891Z [05-13|18:29:39.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1514231Z [05-13|18:29:39.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1514691Z [05-13|18:29:39.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1515144Z [05-13|18:29:39.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1515523Z [05-13|18:29:39.328] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.1515863Z [05-13|18:29:39.328] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.1516237Z [05-13|18:29:39.329] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.1516506Z [05-13|18:29:39.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1516770Z [05-13|18:29:39.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1517026Z [05-13|18:29:39.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1517480Z [05-13|18:29:39.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1517945Z [05-13|18:29:39.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1518533Z [05-13|18:29:39.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1518870Z [05-13|18:29:39.330] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.1519205Z [05-13|18:29:39.330] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.1519530Z [05-13|18:29:39.330] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.1519738Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1519955Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1520161Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.1520367Z [05-13|18:29:39.331] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.1520831Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1521285Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1521735Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1522193Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1522752Z [05-13|18:29:39.499] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1523264Z [05-13|18:29:39.500] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1523712Z [05-13|18:29:39.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1524161Z [05-13|18:29:39.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1524666Z [05-13|18:29:39.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1525170Z [05-13|18:29:39.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1525620Z [05-13|18:29:39.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1526080Z [05-13|18:29:39.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1526343Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1526603Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1526867Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1527128Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1527385Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1527648Z [05-13|18:29:39.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1528219Z [05-13|18:29:39.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1528675Z [05-13|18:29:39.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1529135Z [05-13|18:29:39.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1529588Z [05-13|18:29:39.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1530039Z [05-13|18:29:39.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1530495Z [05-13|18:29:39.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1530831Z [05-13|18:29:39.511] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1531168Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1531562Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1531888Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1532219Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1532537Z [05-13|18:29:39.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1532797Z [05-13|18:29:39.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1533126Z [05-13|18:29:39.512] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1533397Z [05-13|18:29:39.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1533920Z [05-13|18:29:39.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1534429Z [05-13|18:29:39.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1535042Z [05-13|18:29:39.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1535310Z [05-13|18:29:39.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1535575Z [05-13|18:29:39.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1535909Z [05-13|18:29:39.514] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1536242Z [05-13|18:29:39.514] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1536512Z [05-13|18:29:39.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1536968Z [05-13|18:29:39.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1537430Z [05-13|18:29:39.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1537889Z [05-13|18:29:39.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1538345Z [05-13|18:29:39.514] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1538612Z [05-13|18:29:39.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1538879Z [05-13|18:29:39.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1539136Z [05-13|18:29:39.515] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1539592Z [05-13|18:29:39.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1540047Z [05-13|18:29:39.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1540383Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1540710Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1541246Z [05-13|18:29:39.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1541630Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1541958Z [05-13|18:29:39.515] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1542292Z [05-13|18:29:39.516] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1542554Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1542867Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1543137Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1543449Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1543787Z [05-13|18:29:39.516] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1544054Z [05-13|18:29:39.516] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1544510Z [05-13|18:29:39.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1544962Z [05-13|18:29:39.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1545424Z [05-13|18:29:39.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1545875Z [05-13|18:29:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1546143Z [05-13|18:29:39.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1546595Z [05-13|18:29:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1547043Z [05-13|18:29:39.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1547382Z [05-13|18:29:39.517] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1547713Z [05-13|18:29:39.518] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1548155Z [05-13|18:29:39.518] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1548429Z [05-13|18:29:39.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1548690Z [05-13|18:29:39.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1548950Z [05-13|18:29:39.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1549282Z [05-13|18:29:39.518] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1549738Z [05-13|18:29:39.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1550261Z [05-13|18:29:39.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1550775Z [05-13|18:29:39.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1551108Z [05-13|18:29:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1551432Z [05-13|18:29:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1551762Z [05-13|18:29:39.519] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1552140Z [05-13|18:29:39.520] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1552456Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1552728Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1553055Z [05-13|18:29:39.520] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1553314Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1553776Z [05-13|18:29:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1554229Z [05-13|18:29:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1554683Z [05-13|18:29:39.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1554950Z [05-13|18:29:39.520] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1555211Z [05-13|18:29:39.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1555667Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1555930Z [05-13|18:29:39.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1556257Z [05-13|18:29:39.521] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1556713Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1557049Z [05-13|18:29:39.521] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1557515Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1557963Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1558560Z [05-13|18:29:39.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1559084Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1559430Z [05-13|18:29:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1559710Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1560043Z [05-13|18:29:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.1560514Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1560726Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1561106Z [05-13|18:29:39.522] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.1561324Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1561830Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1562292Z [05-13|18:29:39.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1562626Z [05-13|18:29:39.523] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.1563080Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1563535Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1563749Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1564200Z [05-13|18:29:39.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1564467Z [05-13|18:29:39.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1564931Z [05-13|18:29:39.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1565137Z [05-13|18:29:39.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1565401Z [05-13|18:29:39.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1565670Z [05-13|18:29:39.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1566129Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1566339Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1566795Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1567001Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1567213Z [05-13|18:29:39.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1567547Z [05-13|18:29:39.525] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.1567855Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1568233Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1568561Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1568819Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1569076Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1569537Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1570046Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1570309Z [05-13|18:29:39.526] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1570820Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1571275Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1571727Z [05-13|18:29:39.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1572067Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.1572522Z [05-13|18:29:39.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1572851Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1573185Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1573509Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1573830Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1574160Z [05-13|18:29:39.527] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1574484Z [05-13|18:29:39.528] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.1574809Z [05-13|18:29:39.528] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1575083Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1575346Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1575608Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1576078Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1576535Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1576863Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1577126Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1577433Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1577689Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1577952Z [05-13|18:29:39.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1578527Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1579053Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1579571Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1580033Z [05-13|18:29:39.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1580301Z [05-13|18:29:39.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1580755Z [05-13|18:29:39.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1581209Z [05-13|18:29:39.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1581552Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1581887Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.1582215Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1582547Z [05-13|18:29:39.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.1582883Z [05-13|18:29:39.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1583342Z [05-13|18:29:39.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1583563Z [05-13|18:29:39.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1583891Z [05-13|18:29:39.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1584220Z [05-13|18:29:39.532] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.1584493Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1584816Z [05-13|18:29:39.532] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1585077Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1585347Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1585668Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1585993Z [05-13|18:29:39.532] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1586465Z [05-13|18:29:39.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1586783Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1587046Z [05-13|18:29:39.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1587518Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1588020Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1588693Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1589164Z [05-13|18:29:39.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1589622Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1589843Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1590308Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1590765Z [05-13|18:29:39.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1590984Z [05-13|18:29:39.534] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1591437Z [05-13|18:29:39.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1591704Z [05-13|18:29:39.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1591973Z [05-13|18:29:39.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1592315Z [05-13|18:29:39.534] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1592645Z [05-13|18:29:39.534] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1592977Z [05-13|18:29:39.534] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1593242Z [05-13|18:29:39.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1593572Z [05-13|18:29:39.535] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1593898Z [05-13|18:29:39.535] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1594358Z [05-13|18:29:39.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1594816Z [05-13|18:29:39.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1595216Z [05-13|18:29:39.535] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1595674Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1596187Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1596523Z [05-13|18:29:39.536] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1596733Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1597243Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1597748Z [05-13|18:29:39.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1598194Z [05-13|18:29:39.537] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1598464Z [05-13|18:29:39.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1598731Z [05-13|18:29:39.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1598990Z [05-13|18:29:39.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1599453Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1600122Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1600938Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1601315Z [05-13|18:29:39.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1601619Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1602089Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1602553Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1602837Z [05-13|18:29:39.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1603181Z [05-13|18:29:39.538] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.1603450Z [05-13|18:29:39.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1603714Z [05-13|18:29:39.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1603928Z [05-13|18:29:39.538] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1604266Z [05-13|18:29:39.538] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.1604739Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1605172Z [05-13|18:29:39.539] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1605562Z [05-13|18:29:39.538] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.1605778Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1606271Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1606729Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1607240Z [05-13|18:29:39.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1607635Z [05-13|18:29:39.540] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1607971Z [05-13|18:29:39.540] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1608506Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1608781Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1609113Z [05-13|18:29:39.540] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1609382Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1609645Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1610109Z [05-13|18:29:39.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1610567Z [05-13|18:29:39.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1611022Z [05-13|18:29:39.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1611293Z [05-13|18:29:39.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1611748Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1611961Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1612421Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1612687Z [05-13|18:29:39.541] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1612898Z [05-13|18:29:39.541] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1613236Z [05-13|18:29:39.541] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1613692Z [05-13|18:29:39.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1614096Z [05-13|18:29:39.542] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1614465Z [05-13|18:29:39.542] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.1614787Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1615120Z [05-13|18:29:39.542] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.1615392Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1615654Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1615967Z [05-13|18:29:39.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1616437Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1616941Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1617208Z [05-13|18:29:39.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1617543Z [05-13|18:29:39.543] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1618023Z [05-13|18:29:39.543] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.1618579Z [05-13|18:29:39.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1619066Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1619528Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1619989Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1620452Z [05-13|18:29:39.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1620795Z [05-13|18:29:39.544] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1621068Z [05-13|18:29:39.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1621411Z [05-13|18:29:39.544] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1621743Z [05-13|18:29:39.544] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1622214Z [05-13|18:29:39.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1622541Z [05-13|18:29:39.545] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1622808Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1623076Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1623621Z [05-13|18:29:39.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1624077Z [05-13|18:29:39.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1624401Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1624731Z [05-13|18:29:39.545] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1624994Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1625260Z [05-13|18:29:39.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1625769Z [05-13|18:29:39.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1626541Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.1627382Z [05-13|18:29:39.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1628378Z [05-13|18:29:39.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1629017Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1629637Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.1630180Z [05-13|18:29:39.547] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1630729Z [05-13|18:29:39.546] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.1631322Z [05-13|18:29:39.547] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1632108Z [05-13|18:29:39.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1632941Z [05-13|18:29:39.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1633708Z [05-13|18:29:39.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1634204Z [05-13|18:29:39.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1634606Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1634999Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1635840Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1636689Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1637512Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1638334Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1638907Z [05-13|18:29:39.548] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1639492Z [05-13|18:29:39.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1639964Z [05-13|18:29:39.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1640791Z [05-13|18:29:39.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1641614Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1642056Z [05-13|18:29:39.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1642402Z [05-13|18:29:39.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1642628Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1643106Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1643379Z [05-13|18:29:39.549] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1643842Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1644197Z [05-13|18:29:39.550] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1644654Z [05-13|18:29:39.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1644996Z [05-13|18:29:39.550] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1645153Z [05-13|18:29:39.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1645607Z [05-13|18:29:39.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1645941Z [05-13|18:29:39.550] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1646084Z [05-13|18:29:39.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1646305Z [05-13|18:29:39.551] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1646630Z [05-13|18:29:39.551] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1646959Z [05-13|18:29:39.551] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1647095Z [05-13|18:29:39.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1647362Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1647630Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1647887Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1648456Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1648811Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1649072Z [05-13|18:29:39.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1649531Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1649734Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1650189Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1650323Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1650763Z [05-13|18:29:39.552] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1650902Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1651407Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1651550Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1651997Z [05-13|18:29:39.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1652448Z [05-13|18:29:39.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1652905Z [05-13|18:29:39.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1653245Z [05-13|18:29:39.553] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.1653380Z [05-13|18:29:39.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1653518Z [05-13|18:29:39.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1653842Z [05-13|18:29:39.553] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1654296Z [05-13|18:29:39.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1654628Z [05-13|18:29:39.554] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.1655080Z [05-13|18:29:39.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1655216Z [05-13|18:29:39.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1655550Z [05-13|18:29:39.554] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.1655684Z [05-13|18:29:39.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1656008Z [05-13|18:29:39.554] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1656337Z [05-13|18:29:39.555] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1656665Z [05-13|18:29:39.555] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1657122Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1657505Z [05-13|18:29:39.555] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1657773Z [05-13|18:29:39.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1658603Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1659071Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1659343Z [05-13|18:29:39.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1659873Z [05-13|18:29:39.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1660031Z [05-13|18:29:39.555] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1660348Z [05-13|18:29:39.555] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1660705Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1660856Z [05-13|18:29:39.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1661328Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1661791Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1661935Z [05-13|18:29:39.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1662391Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1662846Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1663196Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.1663526Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1663856Z [05-13|18:29:39.556] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.1664316Z [05-13|18:29:39.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1664652Z [05-13|18:29:39.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1665108Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1665577Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1665904Z [05-13|18:29:39.557] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1666371Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1666888Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1667342Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1667855Z [05-13|18:29:39.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1667993Z [05-13|18:29:39.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1668278Z [05-13|18:29:39.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1668507Z [05-13|18:29:39.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1668955Z [05-13|18:29:39.558] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1669175Z [05-13|18:29:39.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1669694Z [05-13|18:29:39.558] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1669834Z [05-13|18:29:39.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1670167Z [05-13|18:29:39.558] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.1670380Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1670652Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1670916Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1671185Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1671522Z [05-13|18:29:39.559] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1671982Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1672443Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1672708Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1672967Z [05-13|18:29:39.559] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1673426Z [05-13|18:29:39.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1673890Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1674345Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1674802Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1675066Z [05-13|18:29:39.560] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1675399Z [05-13|18:29:39.560] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1675921Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1676251Z [05-13|18:29:39.560] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1676760Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1677222Z [05-13|18:29:39.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1677551Z [05-13|18:29:39.560] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1677927Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.1678561Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.1678917Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1679380Z [05-13|18:29:39.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1679721Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.1680045Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1680506Z [05-13|18:29:39.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1680696Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 -2026-05-13T18:30:54.1681025Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.1681180Z [05-13|18:29:39.561] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1681655Z [05-13|18:29:39.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1681991Z [05-13|18:29:39.561] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1682458Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1682613Z [05-13|18:29:39.562] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1682831Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1683295Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1683757Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1683969Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1684176Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1684324Z [05-13|18:29:39.562] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1684530Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1684732Z [05-13|18:29:39.562] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1684944Z [05-13|18:29:39.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1685217Z [05-13|18:29:39.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1685535Z [05-13|18:29:39.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1685714Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 -2026-05-13T18:30:54.1685976Z [05-13|18:29:39.562] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1686436Z [05-13|18:29:39.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1686948Z [05-13|18:29:39.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1687443Z [05-13|18:29:39.563] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1687930Z [05-13|18:29:39.563] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1688413Z [05-13|18:29:39.563] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1688760Z [05-13|18:29:39.563] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1689102Z [05-13|18:29:39.564] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1689385Z [05-13|18:29:39.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1689652Z [05-13|18:29:39.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1690122Z [05-13|18:29:39.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1690593Z [05-13|18:29:39.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1690860Z [05-13|18:29:39.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1691011Z [05-13|18:29:39.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1691230Z [05-13|18:29:39.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1691692Z [05-13|18:29:39.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1691834Z [05-13|18:29:39.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1692113Z [05-13|18:29:39.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.1692377Z [05-13|18:29:39.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.1692638Z [05-13|18:29:39.566] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.1693124Z [05-13|18:29:39.566] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1693586Z [05-13|18:29:39.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1693995Z [05-13|18:29:39.567] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1694132Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1694517Z [05-13|18:29:39.567] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1694652Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1694791Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1694923Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1695381Z [05-13|18:29:39.567] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1695578Z [05-13|18:29:39.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1695919Z [05-13|18:29:39.568] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1696430Z [05-13|18:29:39.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1696573Z [05-13|18:29:39.568] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1697053Z [05-13|18:29:39.569] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1697401Z [05-13|18:29:39.569] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.1697755Z [05-13|18:29:39.568] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.1697892Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1698024Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1698478Z [05-13|18:29:39.569] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.1698694Z [05-13|18:29:39.569] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1698828Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1698966Z [05-13|18:29:39.569] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1699480Z [05-13|18:29:39.569] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1699759Z [05-13|18:29:39.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1699904Z [05-13|18:29:39.570] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1700166Z [05-13|18:29:39.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1700631Z [05-13|18:29:39.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1700903Z [05-13|18:29:39.570] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1701354Z [05-13|18:29:39.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1701504Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1701655Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1702109Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1702633Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1703142Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1703276Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1703728Z [05-13|18:29:39.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1703866Z [05-13|18:29:39.571] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1704255Z [05-13|18:29:39.571] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1704396Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1704781Z [05-13|18:29:39.572] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1704921Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1705054Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1705190Z [05-13|18:29:39.572] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1705519Z [05-13|18:29:39.572] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1705850Z [05-13|18:29:39.573] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1706313Z [05-13|18:29:39.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1706665Z [05-13|18:29:39.573] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1707125Z [05-13|18:29:39.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1707401Z [05-13|18:29:39.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1707669Z [05-13|18:29:39.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1708242Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1708515Z [05-13|18:29:39.574] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1708848Z [05-13|18:29:39.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.1709304Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1709763Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1709899Z [05-13|18:29:39.574] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1710222Z [05-13|18:29:39.574] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.1710682Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1711202Z [05-13|18:29:39.574] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1711538Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1711865Z [05-13|18:29:39.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1712000Z [05-13|18:29:39.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1712262Z [05-13|18:29:39.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1712596Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1712967Z [05-13|18:29:39.574] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.1713473Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1713929Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1714373Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.1714641Z [05-13|18:29:39.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1714776Z [05-13|18:29:39.575] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1715231Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1715689Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1716144Z [05-13|18:29:39.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1716473Z [05-13|18:29:39.575] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.1716936Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1717264Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1717733Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1718184Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1718642Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1719092Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1719233Z [05-13|18:29:39.576] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1719367Z [05-13|18:29:39.576] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1719706Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.1720106Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1720573Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1721090Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1721428Z [05-13|18:29:39.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1721884Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1722391Z [05-13|18:29:39.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1722584Z [05-13|18:29:39.576] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1722917Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1723254Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1723588Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1724044Z [05-13|18:29:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1724182Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1724640Z [05-13|18:29:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1724778Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1724910Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1725049Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1725180Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1725508Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1725646Z [05-13|18:29:39.577] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1725980Z [05-13|18:29:39.577] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.1726442Z [05-13|18:29:39.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1726903Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1727039Z [05-13|18:29:39.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1727370Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1727711Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1727846Z [05-13|18:29:39.578] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1728289Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1728821Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1729155Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1729669Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1730011Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.1730468Z [05-13|18:29:39.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1730850Z [05-13|18:29:39.578] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1731233Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.1731695Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1732031Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.1732493Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1732947Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1733221Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1733483Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1733942Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1734399Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1734664Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1735001Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1735466Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1735921Z [05-13|18:29:39.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1736250Z [05-13|18:29:39.579] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1736433Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 -2026-05-13T18:30:54.1736747Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.1737014Z [05-13|18:29:39.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1737167Z [05-13|18:29:39.580] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1737477Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1737944Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1738620Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1739078Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1739529Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1739867Z [05-13|18:29:39.579] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1740343Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1740541Z [05-13|18:29:39.580] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1740819Z [05-13|18:29:39.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.1741036Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1741495Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1741955Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1742104Z [05-13|18:29:39.580] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1742442Z [05-13|18:29:39.580] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.1742666Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1743121Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1743576Z [05-13|18:29:39.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1743725Z [05-13|18:29:39.581] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1743936Z [05-13|18:29:39.581] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1744276Z [05-13|18:29:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1744621Z [05-13|18:29:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.1745082Z [05-13|18:29:39.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1745419Z [05-13|18:29:39.581] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1745755Z [05-13|18:29:39.582] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1745896Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1746071Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 -2026-05-13T18:30:54.1746219Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1746764Z [05-13|18:29:39.582] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1747101Z [05-13|18:29:39.582] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.1747619Z [05-13|18:29:39.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1748193Z [05-13|18:29:39.582] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1748532Z [05-13|18:29:39.582] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1748774Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 -2026-05-13T18:30:54.1749086Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.1749288Z [05-13|18:29:39.582] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1749510Z [05-13|18:29:39.582] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1749650Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1749786Z [05-13|18:29:39.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1749933Z [05-13|18:29:39.583] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1750065Z [05-13|18:29:39.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1750196Z [05-13|18:29:39.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1750339Z [05-13|18:29:39.583] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1750554Z [05-13|18:29:39.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1750890Z [05-13|18:29:39.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1751101Z [05-13|18:29:39.583] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1751243Z [05-13|18:29:39.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1751582Z [05-13|18:29:39.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1751906Z [05-13|18:29:39.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1752054Z [05-13|18:29:39.583] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1752225Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 -2026-05-13T18:30:54.1752688Z [05-13|18:29:39.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1753157Z [05-13|18:29:39.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1753617Z [05-13|18:29:39.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1754101Z [05-13|18:29:39.584] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1754574Z [05-13|18:29:39.584] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1755049Z [05-13|18:29:39.585] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1755587Z [05-13|18:29:39.586] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1755912Z [05-13|18:29:39.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1756369Z [05-13|18:29:39.587] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1756588Z [05-13|18:29:39.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1756854Z [05-13|18:29:39.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1757153Z [05-13|18:29:39.587] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1757374Z [05-13|18:29:39.587] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1757864Z [05-13|18:29:39.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1758196Z [05-13|18:29:39.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1758689Z [05-13|18:29:39.588] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1759035Z [05-13|18:29:39.588] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1759365Z [05-13|18:29:39.589] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1759647Z [05-13|18:29:39.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.1759916Z [05-13|18:29:39.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.1760178Z [05-13|18:29:39.589] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.1760514Z [05-13|18:29:39.589] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1760976Z [05-13|18:29:39.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1761432Z [05-13|18:29:39.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1761896Z [05-13|18:29:39.589] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1762111Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1762319Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1762538Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.1762740Z [05-13|18:29:39.590] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1763079Z [05-13|18:29:39.590] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.1763560Z [05-13|18:29:39.591] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1763899Z [05-13|18:29:39.591] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.1764443Z [05-13|18:29:39.591] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1764639Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1764774Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1764906Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1765041Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1765377Z [05-13|18:29:39.592] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.1765513Z [05-13|18:29:39.592] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1765649Z [05-13|18:29:39.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1765835Z [05-13|18:29:39.593] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1765970Z [05-13|18:29:39.594] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1766359Z [05-13|18:29:39.594] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1766842Z [05-13|18:29:39.594] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1767305Z [05-13|18:29:39.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1767643Z [05-13|18:29:39.594] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1768223Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1768680Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1769010Z [05-13|18:29:39.595] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1769467Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1769800Z [05-13|18:29:39.595] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1770260Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1770592Z [05-13|18:29:39.595] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1771048Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1771504Z [05-13|18:29:39.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1771641Z [05-13|18:29:39.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1771775Z [05-13|18:29:39.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1771914Z [05-13|18:29:39.596] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1772242Z [05-13|18:29:39.597] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1772768Z [05-13|18:29:39.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1773110Z [05-13|18:29:39.597] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1773435Z [05-13|18:29:39.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1773568Z [05-13|18:29:39.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1773706Z [05-13|18:29:39.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1773968Z [05-13|18:29:39.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1774102Z [05-13|18:29:39.597] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1774619Z [05-13|18:29:39.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1775076Z [05-13|18:29:39.597] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1775572Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1775843Z [05-13|18:29:39.597] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1776290Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1776623Z [05-13|18:29:39.598] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1776891Z [05-13|18:29:39.598] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1777355Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1777818Z [05-13|18:29:39.598] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1778277Z [05-13|18:29:39.599] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1778626Z [05-13|18:29:39.599] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1778899Z [05-13|18:29:39.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1779254Z [05-13|18:29:39.599] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1779728Z [05-13|18:29:39.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1779997Z [05-13|18:29:39.599] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1780340Z [05-13|18:29:39.600] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1780800Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1781064Z [05-13|18:29:39.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.1781403Z [05-13|18:29:39.600] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1781935Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1782395Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1782897Z [05-13|18:29:39.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1783235Z [05-13|18:29:39.601] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1783502Z [05-13|18:29:39.600] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1784010Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1784517Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1784984Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1785323Z [05-13|18:29:39.601] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1785778Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1786236Z [05-13|18:29:39.601] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1786384Z [05-13|18:29:39.601] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1786721Z [05-13|18:29:39.601] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1786867Z [05-13|18:29:39.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1787199Z [05-13|18:29:39.602] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1787545Z [05-13|18:29:39.602] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1788011Z [05-13|18:29:39.602] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1788460Z [05-13|18:29:39.602] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1788599Z [05-13|18:29:39.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1788740Z [05-13|18:29:39.602] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1789000Z [05-13|18:29:39.602] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1789262Z [05-13|18:29:39.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1789406Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1789540Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1789801Z [05-13|18:29:39.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1790264Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1790470Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1790923Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1791119Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1791253Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1791700Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1791839Z [05-13|18:29:39.603] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1792100Z [05-13|18:29:39.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1792635Z [05-13|18:29:39.603] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1793036Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.1793370Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1793834Z [05-13|18:29:39.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1794291Z [05-13|18:29:39.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1794469Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 -2026-05-13T18:30:54.1794780Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.1794936Z [05-13|18:29:39.604] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1795071Z [05-13|18:29:39.604] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1795288Z [05-13|18:29:39.604] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1795630Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1795957Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1796285Z [05-13|18:29:39.604] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1796434Z [05-13|18:29:39.604] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1796761Z [05-13|18:29:39.605] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1796907Z [05-13|18:29:39.605] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1797122Z [05-13|18:29:39.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1797342Z [05-13|18:29:39.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.1797668Z [05-13|18:29:39.605] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1797817Z [05-13|18:29:39.605] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1798206Z [05-13|18:29:39.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1798473Z [05-13|18:29:39.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1798731Z [05-13|18:29:39.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1799264Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1799527Z [05-13|18:29:39.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1799719Z [05-13|18:29:39.606] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1799897Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 -2026-05-13T18:30:54.1800380Z [05-13|18:29:39.606] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1800837Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1801341Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1801841Z [05-13|18:29:39.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1802329Z [05-13|18:29:39.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1802801Z [05-13|18:29:39.607] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1803134Z [05-13|18:29:39.607] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1803469Z [05-13|18:29:39.607] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1803797Z [05-13|18:29:39.607] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1803938Z [05-13|18:29:39.608] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1804206Z [05-13|18:29:39.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1804468Z [05-13|18:29:39.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1804795Z [05-13|18:29:39.608] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1805062Z [05-13|18:29:39.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1805519Z [05-13|18:29:39.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1806002Z [05-13|18:29:39.608] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1806468Z [05-13|18:29:39.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1806921Z [05-13|18:29:39.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1807132Z [05-13|18:29:39.608] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.1807468Z [05-13|18:29:39.609] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1807798Z [05-13|18:29:39.609] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1808271Z [05-13|18:29:39.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1808609Z [05-13|18:29:39.610] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1808933Z [05-13|18:29:39.610] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1809386Z [05-13|18:29:39.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1809846Z [05-13|18:29:39.610] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1810108Z [05-13|18:29:39.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1810374Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.1810592Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1810843Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1811054Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1811511Z [05-13|18:29:39.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1811789Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1812050Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1812387Z [05-13|18:29:39.612] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1812649Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1813105Z [05-13|18:29:39.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1813441Z [05-13|18:29:39.612] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1813892Z [05-13|18:29:39.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1814341Z [05-13|18:29:39.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1814610Z [05-13|18:29:39.612] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1815062Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1815392Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1815608Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1815814Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1816019Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.1816226Z [05-13|18:29:39.613] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1816558Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1816947Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1817277Z [05-13|18:29:39.613] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1817456Z [05-13|18:29:39.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1817591Z [05-13|18:29:39.613] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1817921Z [05-13|18:29:39.614] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1818300Z [05-13|18:29:39.614] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1818565Z [05-13|18:29:39.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1819090Z [05-13|18:29:39.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1819408Z [05-13|18:29:39.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1819862Z [05-13|18:29:39.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1820321Z [05-13|18:29:39.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1820650Z [05-13|18:29:39.616] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1820913Z [05-13|18:29:39.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1821376Z [05-13|18:29:39.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1821709Z [05-13|18:29:39.617] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1822038Z [05-13|18:29:39.617] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1822180Z [05-13|18:29:39.617] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1822503Z [05-13|18:29:39.617] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1822763Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1823028Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1823291Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1823549Z [05-13|18:29:39.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.1824013Z [05-13|18:29:39.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1824470Z [05-13|18:29:39.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1824923Z [05-13|18:29:39.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1825261Z [05-13|18:29:39.619] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1825776Z [05-13|18:29:39.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1826108Z [05-13|18:29:39.619] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1826494Z [05-13|18:29:39.619] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1826630Z [05-13|18:29:39.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1826956Z [05-13|18:29:39.620] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1827315Z [05-13|18:29:39.620] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.1827526Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1827774Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1827987Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1828363Z [05-13|18:29:39.620] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.1828828Z [05-13|18:29:39.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1829286Z [05-13|18:29:39.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1829737Z [05-13|18:29:39.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1830004Z [05-13|18:29:39.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1830272Z [05-13|18:29:39.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1830535Z [05-13|18:29:39.779] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1830988Z [05-13|18:29:39.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1831447Z [05-13|18:29:39.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1831896Z [05-13|18:29:39.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1832234Z [05-13|18:29:39.779] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1832560Z [05-13|18:29:39.780] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1832886Z [05-13|18:29:39.780] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1833153Z [05-13|18:29:39.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1833414Z [05-13|18:29:39.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1833676Z [05-13|18:29:39.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1834134Z [05-13|18:29:39.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1834651Z [05-13|18:29:39.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1835105Z [05-13|18:29:39.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1835494Z [05-13|18:29:39.781] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1835824Z [05-13|18:29:39.782] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1836151Z [05-13|18:29:39.782] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1836417Z [05-13|18:29:39.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1836730Z [05-13|18:29:39.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1836995Z [05-13|18:29:39.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1837502Z [05-13|18:29:39.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1837968Z [05-13|18:29:39.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1838554Z [05-13|18:29:39.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1838892Z [05-13|18:29:39.784] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1839221Z [05-13|18:29:39.784] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1839548Z [05-13|18:29:39.784] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1840010Z [05-13|18:29:39.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1840461Z [05-13|18:29:39.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1840911Z [05-13|18:29:39.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1841130Z [05-13|18:29:39.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1841340Z [05-13|18:29:39.785] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1841547Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1841818Z [05-13|18:29:39.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1842081Z [05-13|18:29:39.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1842344Z [05-13|18:29:39.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1842803Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1843255Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1843770Z [05-13|18:29:39.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1844108Z [05-13|18:29:39.787] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1844486Z [05-13|18:29:39.787] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1844809Z [05-13|18:29:39.787] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1845076Z [05-13|18:29:39.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1845338Z [05-13|18:29:39.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1845650Z [05-13|18:29:39.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1846166Z [05-13|18:29:39.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1846625Z [05-13|18:29:39.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1847085Z [05-13|18:29:39.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1847535Z [05-13|18:29:39.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1847996Z [05-13|18:29:39.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1848577Z [05-13|18:29:39.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1848912Z [05-13|18:29:39.789] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1849237Z [05-13|18:29:39.789] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1849567Z [05-13|18:29:39.789] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1849834Z [05-13|18:29:39.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1850100Z [05-13|18:29:39.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1850372Z [05-13|18:29:39.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1850834Z [05-13|18:29:39.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1851296Z [05-13|18:29:39.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1851761Z [05-13|18:29:39.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1852102Z [05-13|18:29:39.791] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1852433Z [05-13|18:29:39.791] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1852833Z [05-13|18:29:39.791] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1853291Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1853797Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1854257Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1854716Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1855227Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1855737Z [05-13|18:29:39.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1855959Z [05-13|18:29:39.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1856176Z [05-13|18:29:39.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1856383Z [05-13|18:29:39.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1856649Z [05-13|18:29:39.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1856919Z [05-13|18:29:39.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1857189Z [05-13|18:29:39.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1857647Z [05-13|18:29:39.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1858230Z [05-13|18:29:39.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1858687Z [05-13|18:29:39.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1859019Z [05-13|18:29:39.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1859355Z [05-13|18:29:39.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1859682Z [05-13|18:29:39.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1859947Z [05-13|18:29:39.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1860215Z [05-13|18:29:39.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1860477Z [05-13|18:29:39.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1860934Z [05-13|18:29:39.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1861398Z [05-13|18:29:39.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1861919Z [05-13|18:29:39.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1862265Z [05-13|18:29:39.797] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1862659Z [05-13|18:29:39.797] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1862993Z [05-13|18:29:39.797] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1863451Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1863963Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1864234Z [05-13|18:29:39.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1864546Z [05-13|18:29:39.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1864816Z [05-13|18:29:39.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1865276Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1865732Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1866197Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1866531Z [05-13|18:29:39.799] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1866989Z [05-13|18:29:39.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1867323Z [05-13|18:29:39.799] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1867648Z [05-13|18:29:39.799] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1867920Z [05-13|18:29:39.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1868304Z [05-13|18:29:39.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1868769Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1869227Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1869491Z [05-13|18:29:39.800] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1869941Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1870402Z [05-13|18:29:39.800] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1870860Z [05-13|18:29:39.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1871138Z [05-13|18:29:39.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1871476Z [05-13|18:29:39.801] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1871856Z [05-13|18:29:39.801] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1872180Z [05-13|18:29:39.801] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1872644Z [05-13|18:29:39.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1872907Z [05-13|18:29:39.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1873176Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1873533Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1873801Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1874265Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1874536Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1874997Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1875263Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1875529Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1875987Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1876249Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1876709Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1877161Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1877424Z [05-13|18:29:39.804] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1877893Z [05-13|18:29:39.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1878268Z [05-13|18:29:39.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1878725Z [05-13|18:29:39.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1879188Z [05-13|18:29:39.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1879528Z [05-13|18:29:39.804] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1879934Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1880274Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1880609Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1881118Z [05-13|18:29:39.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1881456Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1881782Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1882157Z [05-13|18:29:39.805] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1882490Z [05-13|18:29:39.806] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1882862Z [05-13|18:29:39.806] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1883138Z [05-13|18:29:39.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1883400Z [05-13|18:29:39.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1888736Z [05-13|18:29:39.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.1889298Z [05-13|18:29:39.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1889828Z [05-13|18:29:39.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1890292Z [05-13|18:29:39.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1890652Z [05-13|18:29:39.808] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1891005Z [05-13|18:29:39.808] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1891328Z [05-13|18:29:39.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1891603Z [05-13|18:29:39.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1892071Z [05-13|18:29:39.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1892339Z [05-13|18:29:39.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1892687Z [05-13|18:29:39.809] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1893145Z [05-13|18:29:39.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1893408Z [05-13|18:29:39.809] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1893869Z [05-13|18:29:39.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1894252Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1894705Z [05-13|18:29:39.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1895220Z [05-13|18:29:39.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1895484Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1895745Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1896010Z [05-13|18:29:39.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.1896286Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.1896549Z [05-13|18:29:39.811] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1896941Z [05-13|18:29:39.811] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1897407Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1897861Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1898483Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1898821Z [05-13|18:29:39.812] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1899099Z [05-13|18:29:39.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1899370Z [05-13|18:29:39.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1899632Z [05-13|18:29:39.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.1899961Z [05-13|18:29:39.812] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1900428Z [05-13|18:29:39.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1900875Z [05-13|18:29:39.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1901205Z [05-13|18:29:39.813] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1901537Z [05-13|18:29:39.814] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1901995Z [05-13|18:29:39.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1902318Z [05-13|18:29:39.814] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1902774Z [05-13|18:29:39.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1903095Z [05-13|18:29:39.815] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1903621Z [05-13|18:29:39.815] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1904080Z [05-13|18:29:39.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1904471Z [05-13|18:29:39.816] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1904797Z [05-13|18:29:39.816] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1905244Z [05-13|18:29:39.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1905633Z [05-13|18:29:39.817] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1905970Z [05-13|18:29:39.817] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1906282Z [05-13|18:29:39.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1906732Z [05-13|18:29:39.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1906950Z [05-13|18:29:39.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1907157Z [05-13|18:29:39.818] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1907303Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1907443Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1907710Z [05-13|18:29:39.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1907916Z [05-13|18:29:39.819] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1908180Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1908327Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1908657Z [05-13|18:29:39.819] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1908790Z [05-13|18:29:39.819] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1908928Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1909383Z [05-13|18:29:39.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1909519Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1909658Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1909789Z [05-13|18:29:39.820] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1910052Z [05-13|18:29:39.820] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1910509Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1910962Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1911223Z [05-13|18:29:39.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1911677Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1912005Z [05-13|18:29:39.821] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.1912453Z [05-13|18:29:39.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1912772Z [05-13|18:29:39.822] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1912904Z [05-13|18:29:39.822] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1913347Z [05-13|18:29:39.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1913610Z [05-13|18:29:39.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1913988Z [05-13|18:29:39.823] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1914256Z [05-13|18:29:39.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1914760Z [05-13|18:29:39.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1915025Z [05-13|18:29:39.823] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1915470Z [05-13|18:29:39.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1915918Z [05-13|18:29:39.823] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1916362Z [05-13|18:29:39.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1916697Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1917019Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1917337Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1917663Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1918241Z [05-13|18:29:39.824] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1918569Z [05-13|18:29:39.824] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1918901Z [05-13|18:29:39.825] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.1919352Z [05-13|18:29:39.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1919674Z [05-13|18:29:39.825] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.1920132Z [05-13|18:29:39.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1920576Z [05-13|18:29:39.825] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1920785Z [05-13|18:29:39.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1921114Z [05-13|18:29:39.826] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.1921615Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1921936Z [05-13|18:29:39.826] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1922204Z [05-13|18:29:39.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1922462Z [05-13|18:29:39.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1922837Z [05-13|18:29:39.826] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1923108Z [05-13|18:29:39.826] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1923611Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1924068Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1924520Z [05-13|18:29:39.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1924844Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1925296Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1925751Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1926075Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1926525Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1926977Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1927300Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1927631Z [05-13|18:29:39.827] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1928203Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1928477Z [05-13|18:29:39.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1928931Z [05-13|18:29:39.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1929194Z [05-13|18:29:39.827] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1929329Z [05-13|18:29:39.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1929472Z [05-13|18:29:39.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1929670Z [05-13|18:29:39.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1930123Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1930395Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1930655Z [05-13|18:29:39.828] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.1931103Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1931551Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1931813Z [05-13|18:29:39.828] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1932142Z [05-13|18:29:39.828] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1932518Z [05-13|18:29:39.828] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1932843Z [05-13|18:29:39.829] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1933053Z [05-13|18:29:39.829] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1933377Z [05-13|18:29:39.829] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1933637Z [05-13|18:29:39.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1933956Z [05-13|18:29:39.830] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.1934413Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1934675Z [05-13|18:29:39.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1934931Z [05-13|18:29:39.829] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1935258Z [05-13|18:29:39.830] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1935709Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1936155Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1936427Z [05-13|18:29:39.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1936691Z [05-13|18:29:39.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1937024Z [05-13|18:29:39.830] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1937483Z [05-13|18:29:39.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1937746Z [05-13|18:29:39.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1938190Z [05-13|18:29:39.831] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1938407Z [05-13|18:29:39.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1938868Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1939058Z [05-13|18:29:39.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1939516Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1939651Z [05-13|18:29:39.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1940099Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1940493Z [05-13|18:29:39.831] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1940997Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1941449Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1941903Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1942229Z [05-13|18:29:39.831] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1942681Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1943133Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1943581Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1943792Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1944246Z [05-13|18:29:39.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1944574Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.1945024Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1945480Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1945927Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1946264Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1946588Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1946910Z [05-13|18:29:39.832] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1947126Z [05-13|18:29:39.832] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1947490Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1947808Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1948296Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1948628Z [05-13|18:29:39.833] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.1949081Z [05-13|18:29:39.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1949634Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1949818Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 -2026-05-13T18:30:54.1950180Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.1950652Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1950799Z [05-13|18:29:39.834] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1951068Z [05-13|18:29:39.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1951409Z [05-13|18:29:39.834] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.1951553Z [05-13|18:29:39.834] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1952009Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1952232Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1952687Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1953136Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1953351Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1953615Z [05-13|18:29:39.834] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1953760Z [05-13|18:29:39.834] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1953974Z [05-13|18:29:39.834] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.1954183Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1954442Z [05-13|18:29:39.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1954901Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1955045Z [05-13|18:29:39.835] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.1955491Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1955950Z [05-13|18:29:39.835] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1956344Z [05-13|18:29:39.835] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1956669Z [05-13|18:29:39.835] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1956902Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 -2026-05-13T18:30:54.1957224Z [05-13|18:29:39.836] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.1957705Z [05-13|18:29:39.836] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1957920Z [05-13|18:29:39.836] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1958570Z [05-13|18:29:39.836] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1958900Z [05-13|18:29:39.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1959175Z [05-13|18:29:39.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1959639Z [05-13|18:29:39.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1959903Z [05-13|18:29:39.836] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1960380Z [05-13|18:29:39.837] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1960837Z [05-13|18:29:39.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1961288Z [05-13|18:29:39.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1961628Z [05-13|18:29:39.837] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1961892Z [05-13|18:29:39.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1962155Z [05-13|18:29:39.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1962485Z [05-13|18:29:39.838] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1962946Z [05-13|18:29:39.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1963212Z [05-13|18:29:39.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.1963670Z [05-13|18:29:39.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1963994Z [05-13|18:29:39.838] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1964465Z [05-13|18:29:39.838] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.1964927Z [05-13|18:29:39.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1965313Z [05-13|18:29:39.839] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1965645Z [05-13|18:29:39.839] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1965963Z [05-13|18:29:39.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1966223Z [05-13|18:29:39.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1966551Z [05-13|18:29:39.840] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.1967001Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1967486Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1967792Z [05-13|18:29:39.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1968368Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1968825Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1969279Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1969727Z [05-13|18:29:39.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1969942Z [05-13|18:29:39.841] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1970287Z [05-13|18:29:39.841] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1970623Z [05-13|18:29:39.841] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1970952Z [05-13|18:29:39.842] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1971169Z [05-13|18:29:39.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1971377Z [05-13|18:29:39.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.1971587Z [05-13|18:29:39.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.1971857Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1972121Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1972381Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1972651Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1972908Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1973165Z [05-13|18:29:39.843] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.1973626Z [05-13|18:29:39.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1973951Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.1974206Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1974471Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1974977Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1975423Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1975875Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1976379Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1976870Z [05-13|18:29:39.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1977329Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1977593Z [05-13|18:29:39.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1977851Z [05-13|18:29:39.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.1978374Z [05-13|18:29:39.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1978664Z [05-13|18:29:39.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.1979123Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1979578Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1980031Z [05-13|18:29:39.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1980361Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1980696Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1981021Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1981482Z [05-13|18:29:39.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.1981930Z [05-13|18:29:39.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1982254Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1982587Z [05-13|18:29:39.846] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1982911Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1983314Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1983644Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.1984148Z [05-13|18:29:39.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1984472Z [05-13|18:29:39.847] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.1984796Z [05-13|18:29:39.848] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1985305Z [05-13|18:29:39.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1985455Z [05-13|18:29:39.848] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1985831Z [05-13|18:29:39.848] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1986155Z [05-13|18:29:39.848] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.1986457Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1986942Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1987549Z [05-13|18:29:39.849] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.1988470Z [05-13|18:29:39.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1988763Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1989027Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1989294Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.1989755Z [05-13|18:29:39.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1990235Z [05-13|18:29:39.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1990499Z [05-13|18:29:39.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.1990765Z [05-13|18:29:39.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.1991221Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1991669Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1992126Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.1992573Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1992791Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1993342Z [05-13|18:29:39.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1993790Z [05-13|18:29:39.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1994192Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1994415Z [05-13|18:29:39.851] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1994750Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1995129Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1995463Z [05-13|18:29:39.851] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1995835Z [05-13|18:29:39.852] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1996167Z [05-13|18:29:39.852] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.1996379Z [05-13|18:29:39.852] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.1996645Z [05-13|18:29:39.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1996907Z [05-13|18:29:39.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.1997170Z [05-13|18:29:39.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1997319Z [05-13|18:29:39.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.1997529Z [05-13|18:29:39.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.1997993Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.1998675Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.1998939Z [05-13|18:29:39.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.1999283Z [05-13|18:29:39.853] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.1999743Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2000011Z [05-13|18:29:39.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2000464Z [05-13|18:29:39.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2000728Z [05-13|18:29:39.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2000876Z [05-13|18:29:39.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2001138Z [05-13|18:29:39.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2001396Z [05-13|18:29:39.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2001850Z [05-13|18:29:39.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2002384Z [05-13|18:29:39.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2002698Z [05-13|18:29:39.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2003153Z [05-13|18:29:39.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2003483Z [05-13|18:29:39.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2003804Z [05-13|18:29:39.855] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2004314Z [05-13|18:29:39.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2004456Z [05-13|18:29:39.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2004644Z [05-13|18:29:39.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2004985Z [05-13|18:29:39.855] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2005118Z [05-13|18:29:39.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2005249Z [05-13|18:29:39.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2005703Z [05-13|18:29:39.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2006041Z [05-13|18:29:39.856] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2006367Z [05-13|18:29:39.856] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2006696Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2006834Z [05-13|18:29:39.865] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2007152Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2007477Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2007804Z [05-13|18:29:39.865] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2008205Z [05-13|18:29:39.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2008480Z [05-13|18:29:39.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2008944Z [05-13|18:29:39.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2009159Z [05-13|18:29:39.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2009298Z [05-13|18:29:39.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2009504Z [05-13|18:29:39.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.2009767Z [05-13|18:29:39.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2009971Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2010180Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2010706Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2011159Z [05-13|18:29:39.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2011482Z [05-13|18:29:39.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2011743Z [05-13|18:29:39.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2011878Z [05-13|18:29:39.868] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2012143Z [05-13|18:29:39.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2012527Z [05-13|18:29:39.869] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2013033Z [05-13|18:29:39.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2013174Z [05-13|18:29:39.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2013627Z [05-13|18:29:39.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2013952Z [05-13|18:29:39.869] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2014280Z [05-13|18:29:39.869] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2014414Z [05-13|18:29:39.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2014871Z [05-13|18:29:39.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2015011Z [05-13|18:29:39.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2015339Z [05-13|18:29:39.870] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2015665Z [05-13|18:29:39.870] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2016124Z [05-13|18:29:39.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2016580Z [05-13|18:29:39.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2017038Z [05-13|18:29:39.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2017488Z [05-13|18:29:39.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2017817Z [05-13|18:29:39.871] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2018269Z [05-13|18:29:39.871] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2018495Z [05-13|18:29:39.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2018950Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2019473Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2019683Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2020225Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2020438Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2020643Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2020972Z [05-13|18:29:39.872] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2021478Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2021984Z [05-13|18:29:39.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2022311Z [05-13|18:29:39.873] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2022762Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2023086Z [05-13|18:29:39.873] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2023534Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2023862Z [05-13|18:29:39.873] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2024311Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2024759Z [05-13|18:29:39.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2024901Z [05-13|18:29:39.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2025167Z [05-13|18:29:39.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2025375Z [05-13|18:29:39.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2025646Z [05-13|18:29:39.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2025782Z [05-13|18:29:39.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2026042Z [05-13|18:29:39.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2026506Z [05-13|18:29:39.874] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2026958Z [05-13|18:29:39.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2027282Z [05-13|18:29:39.875] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2027424Z [05-13|18:29:39.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2027877Z [05-13|18:29:39.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2028522Z [05-13|18:29:39.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2028930Z [05-13|18:29:39.875] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2029199Z [05-13|18:29:39.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2029536Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2029818Z [05-13|18:29:39.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2030207Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2030479Z [05-13|18:29:39.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2030995Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2031334Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2031796Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2032248Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2032698Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2032918Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.2033245Z [05-13|18:29:39.876] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2033700Z [05-13|18:29:39.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2034152Z [05-13|18:29:39.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2034289Z [05-13|18:29:39.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2034422Z [05-13|18:29:39.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2034753Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2035093Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2035418Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2035878Z [05-13|18:29:39.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2036012Z [05-13|18:29:39.877] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2036335Z [05-13|18:29:39.877] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2036794Z [05-13|18:29:39.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2037119Z [05-13|18:29:39.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2037380Z [05-13|18:29:39.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2037877Z [05-13|18:29:39.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2038263Z [05-13|18:29:39.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2038597Z [05-13|18:29:39.878] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2039119Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2039258Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2039636Z [05-13|18:29:39.879] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2040098Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2040232Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2040407Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 -2026-05-13T18:30:54.2040720Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2040857Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2041002Z [05-13|18:29:39.879] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2041143Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2041471Z [05-13|18:29:39.879] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2041688Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.2042151Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2042603Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2042738Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2042886Z [05-13|18:29:39.879] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2043020Z [05-13|18:29:39.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2043469Z [05-13|18:29:39.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2043809Z [05-13|18:29:39.880] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2043951Z [05-13|18:29:39.880] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2044278Z [05-13|18:29:39.880] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2044494Z [05-13|18:29:39.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.2044638Z [05-13|18:29:39.880] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2044845Z [05-13|18:29:39.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.2045174Z [05-13|18:29:39.880] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2045509Z [05-13|18:29:39.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2045687Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 -2026-05-13T18:30:54.2046001Z [05-13|18:29:39.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2046267Z [05-13|18:29:39.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2046726Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2047179Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2047676Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2048339Z [05-13|18:29:39.881] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2048708Z [05-13|18:29:39.881] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2049176Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2049631Z [05-13|18:29:39.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2049977Z [05-13|18:29:39.882] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2050121Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2050257Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2050593Z [05-13|18:29:39.882] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2050726Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2050858Z [05-13|18:29:39.882] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2051317Z [05-13|18:29:39.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2051659Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2051994Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2052132Z [05-13|18:29:39.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2052614Z [05-13|18:29:39.883] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2052749Z [05-13|18:29:39.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2053082Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2053219Z [05-13|18:29:39.883] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2053673Z [05-13|18:29:39.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2054072Z [05-13|18:29:39.883] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2054527Z [05-13|18:29:39.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2055057Z [05-13|18:29:39.884] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2055199Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2055649Z [05-13|18:29:39.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2055782Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2056282Z [05-13|18:29:39.884] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2056769Z [05-13|18:29:39.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2057146Z [05-13|18:29:39.884] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2057619Z [05-13|18:29:39.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2057756Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2057888Z [05-13|18:29:39.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2058024Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2058278Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2058415Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2058546Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2058683Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2058817Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2058948Z [05-13|18:29:39.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2059281Z [05-13|18:29:39.885] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2059744Z [05-13|18:29:39.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2060198Z [05-13|18:29:39.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2060688Z [05-13|18:29:39.886] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2060907Z [05-13|18:29:39.886] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.2061238Z [05-13|18:29:39.887] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2061699Z [05-13|18:29:39.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2062147Z [05-13|18:29:39.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2062480Z [05-13|18:29:39.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2063011Z [05-13|18:29:39.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2063354Z [05-13|18:29:39.888] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2063684Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2064011Z [05-13|18:29:39.888] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2064275Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2064737Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2065240Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2065739Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2066074Z [05-13|18:29:39.888] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2066528Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2066974Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2067242Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2067693Z [05-13|18:29:39.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2068020Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2068603Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2069057Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2069388Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2069853Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2070115Z [05-13|18:29:39.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2070450Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2070909Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2071356Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2071691Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2072214Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2072543Z [05-13|18:29:39.889] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2073051Z [05-13|18:29:39.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2073377Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2073514Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2073730Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.2074111Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2074253Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2074764Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2075220Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2075557Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2076013Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2076345Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2076523Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 -2026-05-13T18:30:54.2076846Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2076995Z [05-13|18:29:39.890] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2077209Z [05-13|18:29:39.890] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2077656Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.2078200Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.2078340Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2078485Z [05-13|18:29:39.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2078814Z [05-13|18:29:39.890] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2078949Z [05-13|18:29:39.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2079091Z [05-13|18:29:39.891] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2079305Z [05-13|18:29:39.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2079733Z [05-13|18:29:39.891] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.2079873Z [05-13|18:29:39.891] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2080011Z [05-13|18:29:39.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2080149Z [05-13|18:29:39.891] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2080427Z [05-13|18:29:39.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2080606Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 -2026-05-13T18:30:54.2080873Z [05-13|18:29:39.891] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2081192Z [05-13|18:29:39.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2081455Z [05-13|18:29:39.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2081914Z [05-13|18:29:39.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2082368Z [05-13|18:29:39.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2082691Z [05-13|18:29:39.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2083195Z [05-13|18:29:39.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2083676Z [05-13|18:29:39.892] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2084135Z [05-13|18:29:39.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2084611Z [05-13|18:29:39.893] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2084783Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 -2026-05-13T18:30:54.2085103Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2085248Z [05-13|18:29:39.893] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2085582Z [05-13|18:29:39.894] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2085916Z [05-13|18:29:39.894] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2086130Z [05-13|18:29:39.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.2086271Z [05-13|18:29:39.894] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2086414Z [05-13|18:29:39.894] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2086624Z [05-13|18:29:39.894] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.2086764Z [05-13|18:29:39.894] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2087100Z [05-13|18:29:39.895] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2087442Z [05-13|18:29:39.893] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2087585Z [05-13|18:29:39.895] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2088171Z [05-13|18:29:39.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2088501Z [05-13|18:29:39.895] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2088675Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 -2026-05-13T18:30:54.2089192Z [05-13|18:29:39.896] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2089561Z [05-13|18:29:39.896] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2090024Z [05-13|18:29:39.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2090349Z [05-13|18:29:39.897] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2090800Z [05-13|18:29:39.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2091063Z [05-13|18:29:39.898] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2091598Z [05-13|18:29:39.898] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2092103Z [05-13|18:29:39.898] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2092438Z [05-13|18:29:39.899] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2092770Z [05-13|18:29:39.899] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2093248Z [05-13|18:29:39.900] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2093572Z [05-13|18:29:39.900] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2094053Z [05-13|18:29:39.901] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2094263Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2094472Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2094683Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.2094885Z [05-13|18:29:39.901] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2095357Z [05-13|18:29:39.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2095833Z [05-13|18:29:39.903] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2096099Z [05-13|18:29:39.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2096562Z [05-13|18:29:39.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2096825Z [05-13|18:29:39.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.2097082Z [05-13|18:29:39.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2097347Z [05-13|18:29:39.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2097797Z [05-13|18:29:39.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2098366Z [05-13|18:29:39.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2098893Z [05-13|18:29:39.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2099279Z [05-13|18:29:39.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2099602Z [05-13|18:29:39.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2099931Z [05-13|18:29:39.906] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2100073Z [05-13|18:29:39.906] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2100444Z [05-13|18:29:39.907] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2100717Z [05-13|18:29:39.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2101025Z [05-13|18:29:39.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2101479Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2101933Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2102192Z [05-13|18:29:39.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2102448Z [05-13|18:29:39.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2102907Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2103359Z [05-13|18:29:39.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2103687Z [05-13|18:29:39.909] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2104015Z [05-13|18:29:39.909] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2104337Z [05-13|18:29:39.909] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2104474Z [05-13|18:29:39.910] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2104804Z [05-13|18:29:39.910] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2105066Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2105327Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2105590Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2105846Z [05-13|18:29:39.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2106301Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2106756Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2107208Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2107702Z [05-13|18:29:39.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2108191Z [05-13|18:29:39.912] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2108458Z [05-13|18:29:39.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2108715Z [05-13|18:29:39.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2108975Z [05-13|18:29:39.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2109111Z [05-13|18:29:39.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2109625Z [05-13|18:29:39.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2110130Z [05-13|18:29:39.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2110581Z [05-13|18:29:39.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2110911Z [05-13|18:29:39.912] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2111050Z [05-13|18:29:39.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2111374Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2111517Z [05-13|18:29:39.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2111843Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2112166Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2112491Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2112818Z [05-13|18:29:39.913] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2113027Z [05-13|18:29:39.914] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.2113287Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2113550Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2113809Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2114067Z [05-13|18:29:39.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2114530Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2114983Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2115246Z [05-13|18:29:39.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2115707Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2116221Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2116673Z [05-13|18:29:39.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2117063Z [05-13|18:29:39.915] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2117324Z [05-13|18:29:39.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2117656Z [05-13|18:29:39.916] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2118018Z [05-13|18:29:39.916] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2118400Z [05-13|18:29:39.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2118960Z [05-13|18:29:39.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2119172Z [05-13|18:29:39.916] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2119378Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.2119581Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2119914Z [05-13|18:29:39.917] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2120241Z [05-13|18:29:39.917] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2120567Z [05-13|18:29:39.917] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2120781Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2120987Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2121189Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2121396Z [05-13|18:29:39.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.2121852Z [05-13|18:29:40.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2122307Z [05-13|18:29:40.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2122764Z [05-13|18:29:40.047] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2123028Z [05-13|18:29:40.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2123290Z [05-13|18:29:40.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2123554Z [05-13|18:29:40.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2124007Z [05-13|18:29:40.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2124461Z [05-13|18:29:40.058] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2124973Z [05-13|18:29:40.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2125302Z [05-13|18:29:40.059] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2125683Z [05-13|18:29:40.059] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2126005Z [05-13|18:29:40.059] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2126266Z [05-13|18:29:40.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2126531Z [05-13|18:29:40.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2126848Z [05-13|18:29:40.060] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2127350Z [05-13|18:29:40.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2127811Z [05-13|18:29:40.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2128375Z [05-13|18:29:40.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2128716Z [05-13|18:29:40.061] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2129046Z [05-13|18:29:40.061] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2129375Z [05-13|18:29:40.061] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2129642Z [05-13|18:29:40.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2129906Z [05-13|18:29:40.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2130362Z [05-13|18:29:40.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2130621Z [05-13|18:29:40.062] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2131081Z [05-13|18:29:40.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2131530Z [05-13|18:29:40.063] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2131861Z [05-13|18:29:40.064] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2132189Z [05-13|18:29:40.064] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2132514Z [05-13|18:29:40.064] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2132967Z [05-13|18:29:40.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2133420Z [05-13|18:29:40.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2133937Z [05-13|18:29:40.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2134152Z [05-13|18:29:40.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2134419Z [05-13|18:29:40.065] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2134623Z [05-13|18:29:40.066] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2134882Z [05-13|18:29:40.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2135145Z [05-13|18:29:40.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2135402Z [05-13|18:29:40.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2135905Z [05-13|18:29:40.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2136417Z [05-13|18:29:40.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2136868Z [05-13|18:29:40.067] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2137197Z [05-13|18:29:40.067] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2137525Z [05-13|18:29:40.067] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2137845Z [05-13|18:29:40.068] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2138225Z [05-13|18:29:40.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2138486Z [05-13|18:29:40.068] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2138946Z [05-13|18:29:40.068] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2139212Z [05-13|18:29:40.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2139667Z [05-13|18:29:40.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2140117Z [05-13|18:29:40.069] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2140455Z [05-13|18:29:40.069] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2140781Z [05-13|18:29:40.070] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2141102Z [05-13|18:29:40.070] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2141380Z [05-13|18:29:40.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2141643Z [05-13|18:29:40.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2141902Z [05-13|18:29:40.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2142366Z [05-13|18:29:40.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2142890Z [05-13|18:29:40.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2143344Z [05-13|18:29:40.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2143741Z [05-13|18:29:40.071] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2144071Z [05-13|18:29:40.071] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2144397Z [05-13|18:29:40.071] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2144911Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2145416Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2145873Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2146095Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2146307Z [05-13|18:29:40.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2146513Z [05-13|18:29:40.073] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2146784Z [05-13|18:29:40.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2147049Z [05-13|18:29:40.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2147308Z [05-13|18:29:40.074] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2147771Z [05-13|18:29:40.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2148343Z [05-13|18:29:40.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2148798Z [05-13|18:29:40.075] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2149131Z [05-13|18:29:40.075] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2149462Z [05-13|18:29:40.075] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2149787Z [05-13|18:29:40.075] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2150057Z [05-13|18:29:40.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2150317Z [05-13|18:29:40.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2150579Z [05-13|18:29:40.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2151041Z [05-13|18:29:40.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2151496Z [05-13|18:29:40.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2152017Z [05-13|18:29:40.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2152420Z [05-13|18:29:40.077] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2152759Z [05-13|18:29:40.077] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2153219Z [05-13|18:29:40.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2153668Z [05-13|18:29:40.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2154064Z [05-13|18:29:40.078] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2155086Z [05-13|18:29:40.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2155376Z [05-13|18:29:40.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2155611Z [05-13|18:29:40.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2155833Z [05-13|18:29:40.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2156258Z [05-13|18:29:40.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2156679Z [05-13|18:29:40.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2157111Z [05-13|18:29:40.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2157874Z [05-13|18:29:40.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2158920Z [05-13|18:29:40.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2159736Z [05-13|18:29:40.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2160315Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2161075Z [05-13|18:29:40.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2161679Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2162509Z [05-13|18:29:40.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2163305Z [05-13|18:29:40.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2163929Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2164535Z [05-13|18:29:40.080] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2165133Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2165916Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2166746Z [05-13|18:29:40.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2167477Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2168468Z [05-13|18:29:40.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2169265Z [05-13|18:29:40.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2169962Z [05-13|18:29:40.081] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2170869Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2171470Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2171958Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2172640Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2173230Z [05-13|18:29:40.082] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2173854Z [05-13|18:29:40.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2174111Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2174355Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2174930Z [05-13|18:29:40.083] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2175515Z [05-13|18:29:40.083] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2175755Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2175994Z [05-13|18:29:40.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2176233Z [05-13|18:29:40.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2176632Z [05-13|18:29:40.084] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2177411Z [05-13|18:29:40.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2178389Z [05-13|18:29:40.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2178965Z [05-13|18:29:40.085] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2179579Z [05-13|18:29:40.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2180171Z [05-13|18:29:40.085] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2181098Z [05-13|18:29:40.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2181865Z [05-13|18:29:40.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2182182Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 -2026-05-13T18:30:54.2182737Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2182940Z [05-13|18:29:40.085] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2183174Z [05-13|18:29:40.085] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2183654Z [05-13|18:29:40.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2184043Z [05-13|18:29:40.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2184201Z [05-13|18:29:40.086] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2184663Z [05-13|18:29:40.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2184927Z [05-13|18:29:40.086] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2185231Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 -2026-05-13T18:30:54.2186002Z [05-13|18:29:40.086] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2186801Z [05-13|18:29:40.087] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2187688Z [05-13|18:29:40.087] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2188694Z [05-13|18:29:40.087] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2189072Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2189541Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2189978Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2190736Z [05-13|18:29:40.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2191452Z [05-13|18:29:40.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2191930Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2192374Z [05-13|18:29:40.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2192639Z [05-13|18:29:40.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2192896Z [05-13|18:29:40.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2193355Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2193804Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2194347Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2194803Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2195306Z [05-13|18:29:40.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2195649Z [05-13|18:29:40.090] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2195986Z [05-13|18:29:40.090] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2196186Z [05-13|18:29:40.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2196519Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2196895Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2197224Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2197547Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2197882Z [05-13|18:29:40.091] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2198024Z [05-13|18:29:40.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2198560Z [05-13|18:29:40.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2198839Z [05-13|18:29:40.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2199101Z [05-13|18:29:40.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2199578Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2200037Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2200484Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2200747Z [05-13|18:29:40.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2201012Z [05-13|18:29:40.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2201274Z [05-13|18:29:40.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2201726Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2202180Z [05-13|18:29:40.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2202511Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2202963Z [05-13|18:29:40.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2203305Z [05-13|18:29:40.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2203637Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2204022Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2204474Z [05-13|18:29:40.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2204799Z [05-13|18:29:40.094] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2205128Z [05-13|18:29:40.095] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2205504Z [05-13|18:29:40.095] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2205651Z [05-13|18:29:40.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2206161Z [05-13|18:29:40.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2206490Z [05-13|18:29:40.095] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2206939Z [05-13|18:29:40.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2207391Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2207842Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2208429Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2208722Z [05-13|18:29:40.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2208987Z [05-13|18:29:40.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2209453Z [05-13|18:29:40.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2209917Z [05-13|18:29:40.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2210060Z [05-13|18:29:40.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2210328Z [05-13|18:29:40.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2210788Z [05-13|18:29:40.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2211251Z [05-13|18:29:40.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2211588Z [05-13|18:29:40.097] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2211924Z [05-13|18:29:40.098] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2212260Z [05-13|18:29:40.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2212587Z [05-13|18:29:40.098] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2212857Z [05-13|18:29:40.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2213172Z [05-13|18:29:40.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2213635Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2214091Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2214593Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2215106Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2215561Z [05-13|18:29:40.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2215780Z [05-13|18:29:40.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2215996Z [05-13|18:29:40.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2216451Z [05-13|18:29:40.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2216787Z [05-13|18:29:40.099] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2217120Z [05-13|18:29:40.099] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2217446Z [05-13|18:29:40.099] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2217658Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2217868Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2218190Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2218397Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.2218612Z [05-13|18:29:40.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2218883Z [05-13|18:29:40.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2219341Z [05-13|18:29:40.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2219610Z [05-13|18:29:40.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2220062Z [05-13|18:29:40.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2220324Z [05-13|18:29:40.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2220782Z [05-13|18:29:40.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2221115Z [05-13|18:29:40.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2221510Z [05-13|18:29:40.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2221837Z [05-13|18:29:40.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2222159Z [05-13|18:29:40.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2222420Z [05-13|18:29:40.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2222891Z [05-13|18:29:40.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2223401Z [05-13|18:29:40.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2223669Z [05-13|18:29:40.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2224183Z [05-13|18:29:40.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2224517Z [05-13|18:29:40.104] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2224843Z [05-13|18:29:40.104] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2225170Z [05-13|18:29:40.104] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2225439Z [05-13|18:29:40.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2225708Z [05-13|18:29:40.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2225976Z [05-13|18:29:40.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2226440Z [05-13|18:29:40.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2226902Z [05-13|18:29:40.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2227364Z [05-13|18:29:40.106] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2227707Z [05-13|18:29:40.107] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2227973Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2228439Z [05-13|18:29:40.107] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2228908Z [05-13|18:29:40.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2229177Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2229515Z [05-13|18:29:40.107] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2229988Z [05-13|18:29:40.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2230335Z [05-13|18:29:40.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2230606Z [05-13|18:29:40.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2231079Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2231399Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2231873Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2232325Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2232642Z [05-13|18:29:40.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2233152Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2233612Z [05-13|18:29:40.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2233955Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2234418Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2234871Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2235212Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2235543Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2235868Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2236201Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2236521Z [05-13|18:29:40.109] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2236741Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2236957Z [05-13|18:29:40.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2237223Z [05-13|18:29:40.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2237484Z [05-13|18:29:40.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2237749Z [05-13|18:29:40.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2238327Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2238782Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2239241Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2239521Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2239790Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2240109Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2240370Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2240830Z [05-13|18:29:40.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2241097Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2241442Z [05-13|18:29:40.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2241704Z [05-13|18:29:40.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2242219Z [05-13|18:29:40.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2242677Z [05-13|18:29:40.112] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2243014Z [05-13|18:29:40.112] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2243348Z [05-13|18:29:40.113] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2243801Z [05-13|18:29:40.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2244133Z [05-13|18:29:40.113] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2244597Z [05-13|18:29:40.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2245053Z [05-13|18:29:40.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2245386Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2245723Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2246054Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2246383Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2246715Z [05-13|18:29:40.114] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2246980Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2247308Z [05-13|18:29:40.115] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2247571Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2248027Z [05-13|18:29:40.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2248490Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2248966Z [05-13|18:29:40.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2249290Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2249556Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2250027Z [05-13|18:29:40.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2250292Z [05-13|18:29:40.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2250806Z [05-13|18:29:40.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2251315Z [05-13|18:29:40.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2251777Z [05-13|18:29:40.116] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2251929Z [05-13|18:29:40.116] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2252195Z [05-13|18:29:40.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2252536Z [05-13|18:29:40.116] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2252808Z [05-13|18:29:40.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2252950Z [05-13|18:29:40.117] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2253210Z [05-13|18:29:40.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2253352Z [05-13|18:29:40.117] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2253811Z [05-13|18:29:40.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2254144Z [05-13|18:29:40.117] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2254606Z [05-13|18:29:40.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2255060Z [05-13|18:29:40.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2255410Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2255746Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2256085Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2256412Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2256749Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2256888Z [05-13|18:29:40.118] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2257262Z [05-13|18:29:40.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2257406Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2257733Z [05-13|18:29:40.119] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2257906Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2258164Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2258304Z [05-13|18:29:40.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2258772Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2259293Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2259514Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2259774Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2260239Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2260695Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2261146Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2261289Z [05-13|18:29:40.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2261497Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2261952Z [05-13|18:29:40.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2262167Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2262507Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2262961Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2263297Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2263754Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2264205Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2264547Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2264997Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2265324Z [05-13|18:29:40.121] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2265536Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2265988Z [05-13|18:29:40.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2266315Z [05-13|18:29:40.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2266647Z [05-13|18:29:40.122] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2266964Z [05-13|18:29:40.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2267420Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2267876Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2268314Z [05-13|18:29:40.122] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2268832Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2269309Z [05-13|18:29:40.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2269454Z [05-13|18:29:40.123] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2269794Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2270268Z [05-13|18:29:40.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2270723Z [05-13|18:29:40.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2271068Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2271537Z [05-13|18:29:40.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2271869Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2272203Z [05-13|18:29:40.123] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2272532Z [05-13|18:29:40.124] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2272996Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2273459Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2273788Z [05-13|18:29:40.124] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2273969Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 -2026-05-13T18:30:54.2274285Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2274437Z [05-13|18:29:40.124] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2274658Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2275020Z [05-13|18:29:40.124] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2275559Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2275706Z [05-13|18:29:40.124] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2275975Z [05-13|18:29:40.124] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2276245Z [05-13|18:29:40.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2276454Z [05-13|18:29:40.125] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2276596Z [05-13|18:29:40.125] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2277060Z [05-13|18:29:40.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2277245Z [05-13|18:29:40.125] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2277420Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 -2026-05-13T18:30:54.2277725Z [05-13|18:29:40.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2278331Z [05-13|18:29:40.125] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2278804Z [05-13|18:29:40.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2279072Z [05-13|18:29:40.126] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2279552Z [05-13|18:29:40.126] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2280021Z [05-13|18:29:40.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2280357Z [05-13|18:29:40.127] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2280836Z [05-13|18:29:40.127] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2281172Z [05-13|18:29:40.127] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2281496Z [05-13|18:29:40.127] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2281767Z [05-13|18:29:40.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2282039Z [05-13|18:29:40.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2282504Z [05-13|18:29:40.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2282770Z [05-13|18:29:40.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2283235Z [05-13|18:29:40.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2283692Z [05-13|18:29:40.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2284034Z [05-13|18:29:40.130] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2284436Z [05-13|18:29:40.130] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2284766Z [05-13|18:29:40.130] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2285302Z [05-13|18:29:40.130] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2285769Z [05-13|18:29:40.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2286226Z [05-13|18:29:40.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2286770Z [05-13|18:29:40.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2287096Z [05-13|18:29:40.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2287316Z [05-13|18:29:40.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2287527Z [05-13|18:29:40.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2287793Z [05-13|18:29:40.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2288364Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2288577Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2289040Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2289254Z [05-13|18:29:40.135] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2289519Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2289790Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2290248Z [05-13|18:29:40.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2290514Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2290973Z [05-13|18:29:40.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2291243Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2291505Z [05-13|18:29:40.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2291775Z [05-13|18:29:40.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2292229Z [05-13|18:29:40.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2292688Z [05-13|18:29:40.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2292963Z [05-13|18:29:40.138] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.2293291Z [05-13|18:29:40.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2293752Z [05-13|18:29:40.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2294261Z [05-13|18:29:40.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2294594Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2294930Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2295254Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2295771Z [05-13|18:29:40.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2296158Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2296492Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2296817Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2297149Z [05-13|18:29:40.140] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2297477Z [05-13|18:29:40.141] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2297938Z [05-13|18:29:40.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2298396Z [05-13|18:29:40.141] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2298725Z [05-13|18:29:40.139] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2298937Z [05-13|18:29:40.141] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.2299149Z [05-13|18:29:40.142] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.2299350Z [05-13|18:29:40.142] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.2299619Z [05-13|18:29:40.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2300093Z [05-13|18:29:40.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2300365Z [05-13|18:29:40.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2300628Z [05-13|18:29:40.142] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2301092Z [05-13|18:29:40.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2301355Z [05-13|18:29:40.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2301616Z [05-13|18:29:40.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2301884Z [05-13|18:29:40.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2302413Z [05-13|18:29:40.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2302874Z [05-13|18:29:40.142] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2303279Z [05-13|18:29:40.144] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2303738Z [05-13|18:29:40.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2304078Z [05-13|18:29:40.144] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2304595Z [05-13|18:29:40.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2304992Z [05-13|18:29:40.144] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2305326Z [05-13|18:29:40.145] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2305597Z [05-13|18:29:40.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2305856Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2306316Z [05-13|18:29:40.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2306775Z [05-13|18:29:40.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2307037Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2307366Z [05-13|18:29:40.146] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2307638Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2307900Z [05-13|18:29:40.146] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2308472Z [05-13|18:29:40.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2308939Z [05-13|18:29:40.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2309392Z [05-13|18:29:40.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2309729Z [05-13|18:29:40.147] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2310056Z [05-13|18:29:40.147] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2310382Z [05-13|18:29:40.147] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2310657Z [05-13|18:29:40.148] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2311119Z [05-13|18:29:40.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2311514Z [05-13|18:29:40.148] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2311853Z [05-13|18:29:40.148] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2312276Z [05-13|18:29:40.148] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2312543Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2312819Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2313152Z [05-13|18:29:40.149] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2313670Z [05-13|18:29:40.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2314186Z [05-13|18:29:40.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2314461Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2314723Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2314988Z [05-13|18:29:40.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2315448Z [05-13|18:29:40.149] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2315905Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2316369Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2316828Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2317090Z [05-13|18:29:40.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2317553Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2318011Z [05-13|18:29:40.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2318352Z [05-13|18:29:40.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2318826Z [05-13|18:29:40.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2319040Z [05-13|18:29:40.151] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2319377Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2319710Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2320037Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2320365Z [05-13|18:29:40.152] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2320766Z [05-13|18:29:40.151] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2321097Z [05-13|18:29:40.152] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2321363Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2321577Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2321781Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2321984Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.2322501Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2322718Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2323224Z [05-13|18:29:40.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2323690Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2323957Z [05-13|18:29:40.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2324220Z [05-13|18:29:40.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2324486Z [05-13|18:29:40.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2324700Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2325157Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2325618Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2326072Z [05-13|18:29:40.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2326288Z [05-13|18:29:40.154] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2326625Z [05-13|18:29:40.154] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2326962Z [05-13|18:29:40.154] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2327304Z [05-13|18:29:40.154] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2327518Z [05-13|18:29:40.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2327784Z [05-13|18:29:40.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2328162Z [05-13|18:29:40.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2328627Z [05-13|18:29:40.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2328893Z [05-13|18:29:40.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2329423Z [05-13|18:29:40.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2329882Z [05-13|18:29:40.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2330268Z [05-13|18:29:40.156] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2330539Z [05-13|18:29:40.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2330683Z [05-13|18:29:40.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2331015Z [05-13|18:29:40.156] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2331341Z [05-13|18:29:40.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2331850Z [05-13|18:29:40.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2332121Z [05-13|18:29:40.156] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2332462Z [05-13|18:29:40.156] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2332919Z [05-13|18:29:40.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2333377Z [05-13|18:29:40.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2333523Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2333661Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2333796Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2333937Z [05-13|18:29:40.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2334278Z [05-13|18:29:40.158] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2334611Z [05-13|18:29:40.158] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2334751Z [05-13|18:29:40.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2335083Z [05-13|18:29:40.158] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2335348Z [05-13|18:29:40.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2335617Z [05-13|18:29:40.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2335950Z [05-13|18:29:40.159] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2336409Z [05-13|18:29:40.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2336681Z [05-13|18:29:40.159] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2337137Z [05-13|18:29:40.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2337466Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2337970Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2338540Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2339072Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2339531Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2339864Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2340370Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2340761Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2341103Z [05-13|18:29:40.160] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2341557Z [05-13|18:29:40.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2341897Z [05-13|18:29:40.161] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2342223Z [05-13|18:29:40.161] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2342680Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2343139Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2343600Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2343929Z [05-13|18:29:40.161] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2344390Z [05-13|18:29:40.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2344727Z [05-13|18:29:40.162] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2345064Z [05-13|18:29:40.162] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2345523Z [05-13|18:29:40.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2345979Z [05-13|18:29:40.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2346440Z [05-13|18:29:40.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2346769Z [05-13|18:29:40.162] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2347289Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2347752Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2348005Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.2348259Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2348401Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2348535Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2348664Z [05-13|18:29:40.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2348880Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2349131Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 -2026-05-13T18:30:54.2349442Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2349641Z [05-13|18:29:40.163] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2349861Z [05-13|18:29:40.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2350074Z [05-13|18:29:40.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.2350210Z [05-13|18:29:40.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2350348Z [05-13|18:29:40.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2350490Z [05-13|18:29:40.164] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2350630Z [05-13|18:29:40.164] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2350845Z [05-13|18:29:40.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.2350989Z [05-13|18:29:40.164] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2351162Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 -2026-05-13T18:30:54.2351380Z [05-13|18:29:40.164] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2351865Z [05-13|18:29:40.164] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2352340Z [05-13|18:29:40.165] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2352619Z [05-13|18:29:40.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.2352884Z [05-13|18:29:40.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.2353150Z [05-13|18:29:40.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.2353621Z [05-13|18:29:40.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2354081Z [05-13|18:29:40.165] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2354537Z [05-13|18:29:40.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2355017Z [05-13|18:29:40.166] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2355362Z [05-13|18:29:40.166] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.2355762Z [05-13|18:29:40.167] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.2356103Z [05-13|18:29:40.167] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.2356642Z [05-13|18:29:40.167] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2356783Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2356926Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2357062Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2357195Z [05-13|18:29:40.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2357375Z [05-13|18:29:40.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2357511Z [05-13|18:29:40.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2357778Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2358221Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2358500Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2358772Z [05-13|18:29:40.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2359120Z [05-13|18:29:40.169] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2359583Z [05-13|18:29:40.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2360044Z [05-13|18:29:40.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2360507Z [05-13|18:29:40.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2360848Z [05-13|18:29:40.169] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2361304Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2361642Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2362100Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2362554Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2362896Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2363348Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2363679Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2364138Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2364528Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2364994Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2365499Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2365828Z [05-13|18:29:40.170] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2366292Z [05-13|18:29:40.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2366678Z [05-13|18:29:40.171] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2367180Z [05-13|18:29:40.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2367641Z [05-13|18:29:40.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2368211Z [05-13|18:29:40.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2368355Z [05-13|18:29:40.171] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2368496Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2368629Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2368764Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2368904Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2369241Z [05-13|18:29:40.172] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2369572Z [05-13|18:29:40.172] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2369714Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2369846Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2369979Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2370110Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2370246Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2370378Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2370512Z [05-13|18:29:40.173] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2370647Z [05-13|18:29:40.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2370975Z [05-13|18:29:40.173] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2371301Z [05-13|18:29:40.173] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2371439Z [05-13|18:29:40.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2371766Z [05-13|18:29:40.174] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2372228Z [05-13|18:29:40.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2372692Z [05-13|18:29:40.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2372894Z [05-13|18:29:40.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2373029Z [05-13|18:29:40.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2373356Z [05-13|18:29:40.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2373621Z [05-13|18:29:40.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2373878Z [05-13|18:29:40.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2374229Z [05-13|18:29:40.175] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2374744Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2375207Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2375720Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2376062Z [05-13|18:29:40.175] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2376525Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2376985Z [05-13|18:29:40.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2377327Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2377787Z [05-13|18:29:40.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2378372Z [05-13|18:29:40.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2378708Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2379039Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2379377Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2379716Z [05-13|18:29:40.176] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2380182Z [05-13|18:29:40.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2380522Z [05-13|18:29:40.177] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2380983Z [05-13|18:29:40.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2381252Z [05-13|18:29:40.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2381512Z [05-13|18:29:40.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2382073Z [05-13|18:29:40.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2382222Z [05-13|18:29:40.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2382360Z [05-13|18:29:40.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2382872Z [05-13|18:29:40.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2383217Z [05-13|18:29:40.178] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.2383676Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2383865Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2384336Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2384524Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2384707Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 -2026-05-13T18:30:54.2384981Z [05-13|18:29:40.177] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2385321Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2385471Z [05-13|18:29:40.178] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2385693Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.2386156Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2386302Z [05-13|18:29:40.178] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2386523Z [05-13|18:29:40.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.2386661Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2386801Z [05-13|18:29:40.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2387136Z [05-13|18:29:40.179] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2387285Z [05-13|18:29:40.179] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2387613Z [05-13|18:29:40.179] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2387825Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.2387975Z [05-13|18:29:40.179] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2388422Z [05-13|18:29:40.179] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2388599Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 -2026-05-13T18:30:54.2388820Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2389028Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2389234Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.2389724Z [05-13|18:29:40.179] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2389931Z [05-13|18:29:40.179] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.2390480Z [05-13|18:29:40.180] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2390966Z [05-13|18:29:40.180] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2391496Z [05-13|18:29:40.180] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2391763Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2392032Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2392292Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2392808Z [05-13|18:29:40.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2393322Z [05-13|18:29:40.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2393589Z [05-13|18:29:40.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2394041Z [05-13|18:29:40.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2394382Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2394712Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2395176Z [05-13|18:29:40.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2395319Z [05-13|18:29:40.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2395458Z [05-13|18:29:40.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2395785Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2396117Z [05-13|18:29:40.183] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2396252Z [05-13|18:29:40.184] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2396513Z [05-13|18:29:40.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2396778Z [05-13|18:29:40.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2397236Z [05-13|18:29:40.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2397689Z [05-13|18:29:40.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2397956Z [05-13|18:29:40.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2398348Z [05-13|18:29:40.185] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.2398819Z [05-13|18:29:40.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2399285Z [05-13|18:29:40.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2399688Z [05-13|18:29:40.186] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2400025Z [05-13|18:29:40.186] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2400408Z [05-13|18:29:40.187] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2400549Z [05-13|18:29:40.187] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2400879Z [05-13|18:29:40.187] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2401015Z [05-13|18:29:40.187] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2401333Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2401598Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2401911Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2402170Z [05-13|18:29:40.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2402635Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2403098Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2405284Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2405751Z [05-13|18:29:40.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2406100Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2406435Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2406767Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2407100Z [05-13|18:29:40.189] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2407275Z [05-13|18:29:40.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2407550Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2407814Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2408235Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2408709Z [05-13|18:29:40.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2409174Z [05-13|18:29:40.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2409436Z [05-13|18:29:40.190] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2409895Z [05-13|18:29:40.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2410233Z [05-13|18:29:40.191] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2410692Z [05-13|18:29:40.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2410920Z [05-13|18:29:40.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2411259Z [05-13|18:29:40.191] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2411585Z [05-13|18:29:40.192] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2411725Z [05-13|18:29:40.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2412117Z [05-13|18:29:40.192] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2412388Z [05-13|18:29:40.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2412703Z [05-13|18:29:40.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2412971Z [05-13|18:29:40.193] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2413431Z [05-13|18:29:40.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2413886Z [05-13|18:29:40.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2414494Z [05-13|18:29:40.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2414843Z [05-13|18:29:40.193] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2415176Z [05-13|18:29:40.193] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2415510Z [05-13|18:29:40.194] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2415778Z [05-13|18:29:40.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2416038Z [05-13|18:29:40.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2416505Z [05-13|18:29:40.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2416774Z [05-13|18:29:40.194] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2417232Z [05-13|18:29:40.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2417690Z [05-13|18:29:40.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2418024Z [05-13|18:29:40.195] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2418477Z [05-13|18:29:40.195] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2418807Z [05-13|18:29:40.195] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2419078Z [05-13|18:29:40.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2419338Z [05-13|18:29:40.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2419601Z [05-13|18:29:40.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2420127Z [05-13|18:29:40.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2420584Z [05-13|18:29:40.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2421041Z [05-13|18:29:40.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2421432Z [05-13|18:29:40.197] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2421769Z [05-13|18:29:40.197] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2422149Z [05-13|18:29:40.197] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2422372Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2426577Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2426864Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.2427098Z [05-13|18:29:40.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2427696Z [05-13|18:29:40.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2428357Z [05-13|18:29:40.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2428812Z [05-13|18:29:40.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2429091Z [05-13|18:29:40.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2429362Z [05-13|18:29:40.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2429621Z [05-13|18:29:40.293] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2430074Z [05-13|18:29:40.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2430527Z [05-13|18:29:40.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2430981Z [05-13|18:29:40.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2431326Z [05-13|18:29:40.293] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2431678Z [05-13|18:29:40.294] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2432006Z [05-13|18:29:40.294] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2432279Z [05-13|18:29:40.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2432546Z [05-13|18:29:40.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2432804Z [05-13|18:29:40.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2433259Z [05-13|18:29:40.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2433811Z [05-13|18:29:40.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2434276Z [05-13|18:29:40.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2434679Z [05-13|18:29:40.295] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2435015Z [05-13|18:29:40.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2435392Z [05-13|18:29:40.296] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2435668Z [05-13|18:29:40.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2435930Z [05-13|18:29:40.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2436187Z [05-13|18:29:40.297] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2436657Z [05-13|18:29:40.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2437175Z [05-13|18:29:40.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2437636Z [05-13|18:29:40.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2437978Z [05-13|18:29:40.298] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2438443Z [05-13|18:29:40.298] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2440255Z [05-13|18:29:40.298] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2440770Z [05-13|18:29:40.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2441004Z [05-13|18:29:40.298] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2441465Z [05-13|18:29:40.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2441921Z [05-13|18:29:40.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2442141Z [05-13|18:29:40.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2442347Z [05-13|18:29:40.299] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2442647Z [05-13|18:29:40.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2442913Z [05-13|18:29:40.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2443195Z [05-13|18:29:40.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2443662Z [05-13|18:29:40.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2444195Z [05-13|18:29:40.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2444664Z [05-13|18:29:40.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2445033Z [05-13|18:29:40.300] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2445371Z [05-13|18:29:40.301] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2445699Z [05-13|18:29:40.301] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2446023Z [05-13|18:29:40.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2446290Z [05-13|18:29:40.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2446556Z [05-13|18:29:40.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2447026Z [05-13|18:29:40.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2447492Z [05-13|18:29:40.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2448004Z [05-13|18:29:40.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2448519Z [05-13|18:29:40.303] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2448853Z [05-13|18:29:40.303] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2449186Z [05-13|18:29:40.303] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2449454Z [05-13|18:29:40.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2449812Z [05-13|18:29:40.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2450111Z [05-13|18:29:40.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2450581Z [05-13|18:29:40.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2451051Z [05-13|18:29:40.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2451520Z [05-13|18:29:40.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2451867Z [05-13|18:29:40.305] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2452212Z [05-13|18:29:40.305] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2452573Z [05-13|18:29:40.305] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2452727Z [05-13|18:29:40.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2452866Z [05-13|18:29:40.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2453008Z [05-13|18:29:40.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2453201Z [05-13|18:29:40.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2453334Z [05-13|18:29:40.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2453816Z [05-13|18:29:40.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2454278Z [05-13|18:29:40.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2454416Z [05-13|18:29:40.306] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2454878Z [05-13|18:29:40.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2455102Z [05-13|18:29:40.307] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2455444Z [05-13|18:29:40.307] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2455905Z [05-13|18:29:40.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2456242Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2456754Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2457214Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2457548Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2458002Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2458468Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2458987Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2459323Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2459783Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2460234Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2460574Z [05-13|18:29:40.308] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2461031Z [05-13|18:29:40.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2461366Z [05-13|18:29:40.309] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2461552Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 -2026-05-13T18:30:54.2461870Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2462342Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2462559Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2463021Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2463168Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2463395Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2463609Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2463749Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2463956Z [05-13|18:29:40.309] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2464160Z [05-13|18:29:40.309] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2464337Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 -2026-05-13T18:30:54.2464823Z [05-13|18:29:40.310] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2465306Z [05-13|18:29:40.311] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2465832Z [05-13|18:29:40.315] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2466308Z [05-13|18:29:40.316] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2466582Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2466848Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2467114Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2467373Z [05-13|18:29:40.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2467870Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2468457Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2468912Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2469364Z [05-13|18:29:40.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2469708Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2470046Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2470192Z [05-13|18:29:40.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2470523Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2470850Z [05-13|18:29:40.319] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2470988Z [05-13|18:29:40.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2471323Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2471588Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2471846Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2472109Z [05-13|18:29:40.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2472570Z [05-13|18:29:40.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2473077Z [05-13|18:29:40.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2473537Z [05-13|18:29:40.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2473989Z [05-13|18:29:40.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2474325Z [05-13|18:29:40.321] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2474714Z [05-13|18:29:40.321] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2475040Z [05-13|18:29:40.322] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2475177Z [05-13|18:29:40.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2475509Z [05-13|18:29:40.322] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2475776Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2476037Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2476299Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2476810Z [05-13|18:29:40.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2477270Z [05-13|18:29:40.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2477727Z [05-13|18:29:40.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2477990Z [05-13|18:29:40.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2479041Z [05-13|18:29:40.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2479404Z [05-13|18:29:40.324] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2479738Z [05-13|18:29:40.324] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2480065Z [05-13|18:29:40.324] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2480212Z [05-13|18:29:40.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2480540Z [05-13|18:29:40.325] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2480773Z [05-13|18:29:40.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2481040Z [05-13|18:29:40.325] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2481304Z [05-13|18:29:40.325] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2481565Z [05-13|18:29:40.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2482034Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2482543Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2482808Z [05-13|18:29:40.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2483266Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2483721Z [05-13|18:29:40.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2484142Z [05-13|18:29:40.326] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2484285Z [05-13|18:29:40.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2484609Z [05-13|18:29:40.327] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2484933Z [05-13|18:29:40.327] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2485261Z [05-13|18:29:40.327] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2485397Z [05-13|18:29:40.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2485655Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2485978Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2486241Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2486695Z [05-13|18:29:40.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2486962Z [05-13|18:29:40.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2487414Z [05-13|18:29:40.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2487867Z [05-13|18:29:40.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2488351Z [05-13|18:29:40.329] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2488684Z [05-13|18:29:40.329] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2489137Z [05-13|18:29:40.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2489470Z [05-13|18:29:40.329] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2489919Z [05-13|18:29:40.330] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2490062Z [05-13|18:29:40.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2490322Z [05-13|18:29:40.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2490585Z [05-13|18:29:40.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2490846Z [05-13|18:29:40.331] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2491305Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2491810Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2492274Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2492728Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2493232Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2493685Z [05-13|18:29:40.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2494016Z [05-13|18:29:40.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2494342Z [05-13|18:29:40.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2494670Z [05-13|18:29:40.332] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2494983Z [05-13|18:29:40.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2495251Z [05-13|18:29:40.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2495711Z [05-13|18:29:40.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2496167Z [05-13|18:29:40.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2496431Z [05-13|18:29:40.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2496886Z [05-13|18:29:40.333] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2497213Z [05-13|18:29:40.334] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2497540Z [05-13|18:29:40.334] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2497870Z [05-13|18:29:40.334] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2498199Z [05-13|18:29:40.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2498416Z [05-13|18:29:40.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.2498694Z [05-13|18:29:40.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2498898Z [05-13|18:29:40.335] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2499160Z [05-13|18:29:40.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2499428Z [05-13|18:29:40.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2499695Z [05-13|18:29:40.342] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2500151Z [05-13|18:29:40.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2500662Z [05-13|18:29:40.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2501119Z [05-13|18:29:40.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2501450Z [05-13|18:29:40.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2501787Z [05-13|18:29:40.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2502163Z [05-13|18:29:40.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2502427Z [05-13|18:29:40.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2502693Z [05-13|18:29:40.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2502955Z [05-13|18:29:40.344] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2503408Z [05-13|18:29:40.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2503919Z [05-13|18:29:40.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2504375Z [05-13|18:29:40.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2504710Z [05-13|18:29:40.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2505043Z [05-13|18:29:40.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2505369Z [05-13|18:29:40.345] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2505632Z [05-13|18:29:40.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2506098Z [05-13|18:29:40.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2506362Z [05-13|18:29:40.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2506618Z [05-13|18:29:40.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2507081Z [05-13|18:29:40.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2507575Z [05-13|18:29:40.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2507914Z [05-13|18:29:40.348] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2508364Z [05-13|18:29:40.348] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2508689Z [05-13|18:29:40.348] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2509155Z [05-13|18:29:40.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2509669Z [05-13|18:29:40.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2510123Z [05-13|18:29:40.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2510340Z [05-13|18:29:40.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2510546Z [05-13|18:29:40.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2510755Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2511075Z [05-13|18:29:40.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2511335Z [05-13|18:29:40.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2511595Z [05-13|18:29:40.350] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2512056Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2512508Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2513006Z [05-13|18:29:40.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2513344Z [05-13|18:29:40.351] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2513668Z [05-13|18:29:40.351] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2513993Z [05-13|18:29:40.351] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2514260Z [05-13|18:29:40.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2514520Z [05-13|18:29:40.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2514778Z [05-13|18:29:40.352] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2515240Z [05-13|18:29:40.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2515695Z [05-13|18:29:40.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2516147Z [05-13|18:29:40.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2516542Z [05-13|18:29:40.353] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2516869Z [05-13|18:29:40.353] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2517197Z [05-13|18:29:40.353] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2517472Z [05-13|18:29:40.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2517738Z [05-13|18:29:40.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2517998Z [05-13|18:29:40.354] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2518648Z [05-13|18:29:40.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2519122Z [05-13|18:29:40.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2519590Z [05-13|18:29:40.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2519933Z [05-13|18:29:40.355] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2520324Z [05-13|18:29:40.355] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2520654Z [05-13|18:29:40.355] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2521119Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2521576Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2521799Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2522305Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2522523Z [05-13|18:29:40.356] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2522736Z [05-13|18:29:40.357] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2523005Z [05-13|18:29:40.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2523462Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2523919Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2524190Z [05-13|18:29:40.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2524645Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2525110Z [05-13|18:29:40.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2525377Z [05-13|18:29:40.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2525930Z [05-13|18:29:40.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2526398Z [05-13|18:29:40.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2526733Z [05-13|18:29:40.359] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2527063Z [05-13|18:29:40.359] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2527435Z [05-13|18:29:40.359] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2527701Z [05-13|18:29:40.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2527965Z [05-13|18:29:40.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2528547Z [05-13|18:29:40.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2529006Z [05-13|18:29:40.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2529337Z [05-13|18:29:40.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2529800Z [05-13|18:29:40.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2530146Z [05-13|18:29:40.361] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2530487Z [05-13|18:29:40.361] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2530842Z [05-13|18:29:40.361] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2531166Z [05-13|18:29:40.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2531437Z [05-13|18:29:40.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2531705Z [05-13|18:29:40.362] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2532170Z [05-13|18:29:40.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2532631Z [05-13|18:29:40.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2533094Z [05-13|18:29:40.362] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2533437Z [05-13|18:29:40.363] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2533768Z [05-13|18:29:40.363] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2534101Z [05-13|18:29:40.363] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2534563Z [05-13|18:29:40.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2535083Z [05-13|18:29:40.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2535540Z [05-13|18:29:40.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2535754Z [05-13|18:29:40.364] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2535975Z [05-13|18:29:40.364] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2536182Z [05-13|18:29:40.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2536504Z [05-13|18:29:40.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2536971Z [05-13|18:29:40.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2537241Z [05-13|18:29:40.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2537506Z [05-13|18:29:40.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2537970Z [05-13|18:29:40.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2538588Z [05-13|18:29:40.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2538929Z [05-13|18:29:40.366] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2539270Z [05-13|18:29:40.366] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2539601Z [05-13|18:29:40.367] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2539863Z [05-13|18:29:40.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2540205Z [05-13|18:29:40.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2540474Z [05-13|18:29:40.367] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2540936Z [05-13|18:29:40.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2541400Z [05-13|18:29:40.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2541861Z [05-13|18:29:40.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2542201Z [05-13|18:29:40.368] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2542543Z [05-13|18:29:40.368] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2542876Z [05-13|18:29:40.369] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2543142Z [05-13|18:29:40.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2543410Z [05-13|18:29:40.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2543926Z [05-13|18:29:40.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2544188Z [05-13|18:29:40.369] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2544650Z [05-13|18:29:40.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2545104Z [05-13|18:29:40.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2545370Z [05-13|18:29:40.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2545691Z [05-13|18:29:40.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2545957Z [05-13|18:29:40.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2546419Z [05-13|18:29:40.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2546761Z [05-13|18:29:40.370] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2547280Z [05-13|18:29:40.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2547609Z [05-13|18:29:40.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2548194Z [05-13|18:29:40.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2548348Z [05-13|18:29:40.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2548679Z [05-13|18:29:40.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2549023Z [05-13|18:29:40.372] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2549419Z [05-13|18:29:40.372] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2549565Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2549705Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2549837Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2549970Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2550111Z [05-13|18:29:40.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2550446Z [05-13|18:29:40.372] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2550580Z [05-13|18:29:40.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2551049Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2551513Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2551781Z [05-13|18:29:40.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2551928Z [05-13|18:29:40.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2552191Z [05-13|18:29:40.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2552509Z [05-13|18:29:40.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2552848Z [05-13|18:29:40.373] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2553307Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2553768Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2554278Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2554730Z [05-13|18:29:40.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2555183Z [05-13|18:29:40.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2555525Z [05-13|18:29:40.373] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2555716Z [05-13|18:29:40.374] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2556168Z [05-13|18:29:40.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2556506Z [05-13|18:29:40.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2556832Z [05-13|18:29:40.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2557159Z [05-13|18:29:40.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2557431Z [05-13|18:29:40.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2557608Z [05-13|18:29:40.375] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2558178Z [05-13|18:29:40.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2558455Z [05-13|18:29:40.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2558715Z [05-13|18:29:40.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2558851Z [05-13|18:29:40.376] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2559322Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2559651Z [05-13|18:29:40.376] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2559785Z [05-13|18:29:40.376] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2560245Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2560700Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2561159Z [05-13|18:29:40.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2561360Z [05-13|18:29:40.376] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2561691Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2561832Z [05-13|18:29:40.377] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2562159Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2562496Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2562949Z [05-13|18:29:40.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2563331Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2563665Z [05-13|18:29:40.377] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2564121Z [05-13|18:29:40.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2564451Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2564971Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2565424Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2565754Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2566217Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2566604Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2567066Z [05-13|18:29:40.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2567210Z [05-13|18:29:40.378] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2567343Z [05-13|18:29:40.378] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2567476Z [05-13|18:29:40.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2567942Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2568518Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2568859Z [05-13|18:29:40.378] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2569334Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2569788Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2570241Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2570452Z [05-13|18:29:40.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2570668Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2570876Z [05-13|18:29:40.379] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.2571229Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2571688Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2572075Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2572541Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2572878Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2573342Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2573847Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2574185Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.2574648Z [05-13|18:29:40.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2574988Z [05-13|18:29:40.380] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.2575449Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2575963Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2576428Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2576605Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 -2026-05-13T18:30:54.2576929Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2577082Z [05-13|18:29:40.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2577539Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2578002Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2578276Z [05-13|18:29:40.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2578500Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2578718Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2578862Z [05-13|18:29:40.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2579074Z [05-13|18:29:40.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2579283Z [05-13|18:29:40.382] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2579459Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 -2026-05-13T18:30:54.2579945Z [05-13|18:29:40.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2580431Z [05-13|18:29:40.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2580906Z [05-13|18:29:40.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2581432Z [05-13|18:29:40.383] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2581714Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2581977Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2582240Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2582508Z [05-13|18:29:40.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2583056Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2583516Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2583976Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2584429Z [05-13|18:29:40.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2584822Z [05-13|18:29:40.385] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2585162Z [05-13|18:29:40.385] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2585304Z [05-13|18:29:40.386] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2585636Z [05-13|18:29:40.386] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2585969Z [05-13|18:29:40.386] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2586236Z [05-13|18:29:40.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2586496Z [05-13|18:29:40.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2586758Z [05-13|18:29:40.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2587216Z [05-13|18:29:40.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2587681Z [05-13|18:29:40.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2588252Z [05-13|18:29:40.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2588585Z [05-13|18:29:40.388] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.2588921Z [05-13|18:29:40.388] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2589385Z [05-13|18:29:40.388] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2589716Z [05-13|18:29:40.389] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2590041Z [05-13|18:29:40.389] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2590426Z [05-13|18:29:40.389] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2590572Z [05-13|18:29:40.389] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2590834Z [05-13|18:29:40.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2591098Z [05-13|18:29:40.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2591553Z [05-13|18:29:40.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2592057Z [05-13|18:29:40.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2592325Z [05-13|18:29:40.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.2592584Z [05-13|18:29:40.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2593047Z [05-13|18:29:40.391] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2593306Z [05-13|18:29:40.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2593840Z [05-13|18:29:40.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2594112Z [05-13|18:29:40.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2594564Z [05-13|18:29:40.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2594824Z [05-13|18:29:40.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2595164Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2595618Z [05-13|18:29:40.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2595949Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2596407Z [05-13|18:29:40.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2596543Z [05-13|18:29:40.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2596872Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2597012Z [05-13|18:29:40.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2597381Z [05-13|18:29:40.393] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2597515Z [05-13|18:29:40.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2597786Z [05-13|18:29:40.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2598162Z [05-13|18:29:40.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2598426Z [05-13|18:29:40.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2598888Z [05-13|18:29:40.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2599407Z [05-13|18:29:40.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2599861Z [05-13|18:29:40.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2600199Z [05-13|18:29:40.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2600526Z [05-13|18:29:40.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2600905Z [05-13|18:29:40.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2601231Z [05-13|18:29:40.395] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2601562Z [05-13|18:29:40.395] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2601778Z [05-13|18:29:40.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.2602104Z [05-13|18:29:40.395] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2602366Z [05-13|18:29:40.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2602883Z [05-13|18:29:40.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2603156Z [05-13|18:29:40.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2603412Z [05-13|18:29:40.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2603868Z [05-13|18:29:40.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2604327Z [05-13|18:29:40.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2604585Z [05-13|18:29:40.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2604842Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2605105Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2605361Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2605820Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2606336Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2606669Z [05-13|18:29:40.397] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2607123Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2607458Z [05-13|18:29:40.397] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2607716Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2608206Z [05-13|18:29:40.397] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2608690Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2609021Z [05-13|18:29:40.398] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2609288Z [05-13|18:29:40.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2609806Z [05-13|18:29:40.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2610265Z [05-13|18:29:40.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2610406Z [05-13|18:29:40.398] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2610740Z [05-13|18:29:40.398] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2611004Z [05-13|18:29:40.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2611510Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2611790Z [05-13|18:29:40.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2612058Z [05-13|18:29:40.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2612317Z [05-13|18:29:40.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2612651Z [05-13|18:29:40.399] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2613114Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2613578Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2614036Z [05-13|18:29:40.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2614367Z [05-13|18:29:40.399] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2614511Z [05-13|18:29:40.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2614648Z [05-13|18:29:40.399] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2614969Z [05-13|18:29:40.399] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2615350Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2615685Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2616010Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2616346Z [05-13|18:29:40.400] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2616609Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2616907Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2617375Z [05-13|18:29:40.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2617636Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2618611Z [05-13|18:29:40.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2619161Z [05-13|18:29:40.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2619524Z [05-13|18:29:40.401] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2619808Z [05-13|18:29:40.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2620384Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2620732Z [05-13|18:29:40.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2621191Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2621612Z [05-13|18:29:40.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2622090Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2622432Z [05-13|18:29:40.402] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2623001Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2623457Z [05-13|18:29:40.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2623788Z [05-13|18:29:40.402] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2624247Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2624697Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2625027Z [05-13|18:29:40.403] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2625319Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2625891Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2626109Z [05-13|18:29:40.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2626265Z [05-13|18:29:40.403] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2626599Z [05-13|18:29:40.403] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2626922Z [05-13|18:29:40.404] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2627314Z [05-13|18:29:40.404] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2627457Z [05-13|18:29:40.404] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2627778Z [05-13|18:29:40.404] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2628400Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2628693Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2628963Z [05-13|18:29:40.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2629438Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2629704Z [05-13|18:29:40.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2630157Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2630663Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2630878Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2631143Z [05-13|18:29:40.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2631740Z [05-13|18:29:40.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2632195Z [05-13|18:29:40.406] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2632538Z [05-13|18:29:40.406] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2632881Z [05-13|18:29:40.406] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2633213Z [05-13|18:29:40.407] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2633562Z [05-13|18:29:40.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2633832Z [05-13|18:29:40.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2634164Z [05-13|18:29:40.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2634452Z [05-13|18:29:40.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2634996Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2635522Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2635984Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2636253Z [05-13|18:29:40.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2636753Z [05-13|18:29:40.408] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2637035Z [05-13|18:29:40.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2637415Z [05-13|18:29:40.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2637744Z [05-13|18:29:40.409] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2638487Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2639100Z [05-13|18:29:40.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2639634Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2640035Z [05-13|18:29:40.409] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2640658Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2640883Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2641395Z [05-13|18:29:40.409] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2641699Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.2642041Z [05-13|18:29:40.410] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2642253Z [05-13|18:29:40.409] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2642584Z [05-13|18:29:40.410] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2642858Z [05-13|18:29:40.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2643130Z [05-13|18:29:40.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2643398Z [05-13|18:29:40.411] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2643872Z [05-13|18:29:40.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2644654Z [05-13|18:29:40.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2645179Z [05-13|18:29:40.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2645671Z [05-13|18:29:40.412] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2645821Z [05-13|18:29:40.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2646158Z [05-13|18:29:40.412] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2646298Z [05-13|18:29:40.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2646437Z [05-13|18:29:40.412] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2646767Z [05-13|18:29:40.412] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2646900Z [05-13|18:29:40.413] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2647093Z [05-13|18:29:40.413] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2647231Z [05-13|18:29:40.413] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2647447Z [05-13|18:29:40.413] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2647716Z [05-13|18:29:40.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2647982Z [05-13|18:29:40.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2648595Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2648928Z [05-13|18:29:40.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2649399Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2649854Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2650335Z [05-13|18:29:40.414] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2650872Z [05-13|18:29:40.414] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2651510Z [05-13|18:29:40.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2651850Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2652175Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2652501Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2652958Z [05-13|18:29:40.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2653284Z [05-13|18:29:40.415] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2653739Z [05-13|18:29:40.415] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2654069Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2654338Z [05-13|18:29:40.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2654667Z [05-13|18:29:40.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2655124Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2655576Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2655841Z [05-13|18:29:40.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2656301Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2656903Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2657448Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2658035Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2658729Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2659275Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2659745Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2660085Z [05-13|18:29:40.416] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2660548Z [05-13|18:29:40.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2661058Z [05-13|18:29:40.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2661506Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.2661851Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2661997Z [05-13|18:29:40.417] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2662338Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2662775Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.2663109Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2663705Z [05-13|18:29:40.417] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.2663859Z [05-13|18:29:40.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2664190Z [05-13|18:29:40.418] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2664400Z [05-13|18:29:40.418] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2665010Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2665190Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 -2026-05-13T18:30:54.2665579Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2665737Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2665959Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2666103Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2666314Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.2666459Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2666794Z [05-13|18:29:40.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2667065Z [05-13|18:29:40.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2667216Z [05-13|18:29:40.418] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2667686Z [05-13|18:29:40.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2668293Z [05-13|18:29:40.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2668738Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 -2026-05-13T18:30:54.2669013Z [05-13|18:29:40.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2669594Z [05-13|18:29:40.419] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2670145Z [05-13|18:29:40.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2670691Z [05-13|18:29:40.420] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2671116Z [05-13|18:29:40.420] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2671521Z [05-13|18:29:40.420] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2671850Z [05-13|18:29:40.420] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2672334Z [05-13|18:29:40.420] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2672794Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2673251Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2673670Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2673886Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2674344Z [05-13|18:29:40.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2674976Z [05-13|18:29:40.421] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2675248Z [05-13|18:29:40.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2675855Z [05-13|18:29:40.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2676128Z [05-13|18:29:40.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2676577Z [05-13|18:29:40.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2676854Z [05-13|18:29:40.425] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2677125Z [05-13|18:29:40.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2677575Z [05-13|18:29:40.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2677834Z [05-13|18:29:40.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2678330Z [05-13|18:29:40.426] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2679171Z [05-13|18:29:40.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2679553Z [05-13|18:29:40.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2680096Z [05-13|18:29:40.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2680566Z [05-13|18:29:40.427] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2680835Z [05-13|18:29:40.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2681062Z [05-13|18:29:40.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2681530Z [05-13|18:29:40.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2681832Z [05-13|18:29:40.427] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2682298Z [05-13|18:29:40.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2682633Z [05-13|18:29:40.427] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2682971Z [05-13|18:29:40.428] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2683127Z [05-13|18:29:40.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2683478Z [05-13|18:29:40.428] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2683812Z [05-13|18:29:40.429] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2683956Z [05-13|18:29:40.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2684093Z [05-13|18:29:40.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2684226Z [05-13|18:29:40.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2684624Z [05-13|18:29:40.431] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2684759Z [05-13|18:29:40.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2684891Z [05-13|18:29:40.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2685024Z [05-13|18:29:40.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2685293Z [05-13|18:29:40.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2685711Z [05-13|18:29:40.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2686253Z [05-13|18:29:40.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2686841Z [05-13|18:29:40.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2687423Z [05-13|18:29:40.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.2687567Z [05-13|18:29:40.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2687896Z [05-13|18:29:40.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2688515Z [05-13|18:29:40.433] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.2688979Z [05-13|18:29:40.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2689518Z [05-13|18:29:40.434] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.2689917Z [05-13|18:29:40.434] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2690444Z [05-13|18:29:40.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2690844Z [05-13|18:29:40.434] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2691302Z [05-13|18:29:40.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2691633Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2691771Z [05-13|18:29:40.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2691907Z [05-13|18:29:40.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2692238Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2692692Z [05-13|18:29:40.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2692825Z [05-13|18:29:40.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2693163Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2693484Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2693809Z [05-13|18:29:40.435] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.2694331Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2694780Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2694918Z [05-13|18:29:40.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2695249Z [05-13|18:29:40.436] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.2695698Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2696075Z [05-13|18:29:40.436] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.2696536Z [05-13|18:29:40.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2696671Z [05-13|18:29:40.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2696803Z [05-13|18:29:40.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2696943Z [05-13|18:29:40.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2697207Z [05-13|18:29:40.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2697520Z [05-13|18:29:40.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2697782Z [05-13|18:29:40.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2698231Z [05-13|18:29:40.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2698755Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2699212Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2699739Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2700080Z [05-13|18:29:40.438] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2700415Z [05-13|18:29:40.438] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.2700870Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2701322Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2701652Z [05-13|18:29:40.438] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2701789Z [05-13|18:29:40.438] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2702247Z [05-13|18:29:40.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2702573Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2702899Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.2703429Z [05-13|18:29:40.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2703761Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.2704089Z [05-13|18:29:40.439] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2704553Z [05-13|18:29:40.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2704688Z [05-13|18:29:40.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2705068Z [05-13|18:29:40.440] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.2705534Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2705984Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2706252Z [05-13|18:29:40.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2706649Z [05-13|18:29:40.440] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.2707105Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2707556Z [05-13|18:29:40.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2707824Z [05-13|18:29:40.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2708215Z [05-13|18:29:40.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2708750Z [05-13|18:29:40.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2709216Z [05-13|18:29:40.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2709549Z [05-13|18:29:40.441] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2709893Z [05-13|18:29:40.441] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.2710358Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2710793Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.2710933Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2711360Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.2711780Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.2712107Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2712305Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2712438Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2712567Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2712904Z [05-13|18:29:40.442] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.2713083Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 -2026-05-13T18:30:54.2713395Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2713872Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2714072Z [05-13|18:29:40.442] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2714533Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2714675Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2714888Z [05-13|18:29:40.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.2715024Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2715216Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2715348Z [05-13|18:29:40.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2715555Z [05-13|18:29:40.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.2715889Z [05-13|18:29:40.443] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2716031Z [05-13|18:29:40.443] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2716163Z [05-13|18:29:40.443] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2716307Z [05-13|18:29:40.443] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2716517Z [05-13|18:29:40.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.2716651Z [05-13|18:29:40.443] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2716835Z [05-13|18:29:40.443] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2717015Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 -2026-05-13T18:30:54.2717496Z [05-13|18:29:40.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2717970Z [05-13|18:29:40.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2718767Z [05-13|18:29:40.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2719116Z [05-13|18:29:40.444] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2719595Z [05-13|18:29:40.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2719741Z [05-13|18:29:40.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2720216Z [05-13|18:29:40.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2720493Z [05-13|18:29:40.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2720835Z [05-13|18:29:40.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2721292Z [05-13|18:29:40.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2721748Z [05-13|18:29:40.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2722010Z [05-13|18:29:40.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2722446Z [05-13|18:29:40.446] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.2722927Z [05-13|18:29:40.446] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.2723385Z [05-13|18:29:40.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2723524Z [05-13|18:29:40.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2723663Z [05-13|18:29:40.446] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2723997Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2724381Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2724810Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.2725137Z [05-13|18:29:40.447] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2725272Z [05-13|18:29:40.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2725408Z [05-13|18:29:40.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2725669Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2725982Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2726248Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2726706Z [05-13|18:29:40.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2727155Z [05-13|18:29:40.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2727420Z [05-13|18:29:40.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2727559Z [05-13|18:29:40.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2728006Z [05-13|18:29:40.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2728603Z [05-13|18:29:40.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2728937Z [05-13|18:29:40.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2729263Z [05-13|18:29:40.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2729589Z [05-13|18:29:40.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2730114Z [05-13|18:29:40.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2730438Z [05-13|18:29:40.450] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2730580Z [05-13|18:29:40.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2730716Z [05-13|18:29:40.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2730848Z [05-13|18:29:40.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2731176Z [05-13|18:29:40.450] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2731488Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2731748Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2732008Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2732261Z [05-13|18:29:40.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2732715Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2733223Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2733672Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2734119Z [05-13|18:29:40.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2734456Z [05-13|18:29:40.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2734833Z [05-13|18:29:40.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2735098Z [05-13|18:29:40.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2735361Z [05-13|18:29:40.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2735497Z [05-13|18:29:40.452] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2735948Z [05-13|18:29:40.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2736282Z [05-13|18:29:40.453] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2736730Z [05-13|18:29:40.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2736990Z [05-13|18:29:40.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2737320Z [05-13|18:29:40.453] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2737767Z [05-13|18:29:40.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2737902Z [05-13|18:29:40.453] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2738294Z [05-13|18:29:40.452] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2738647Z [05-13|18:29:40.454] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2738970Z [05-13|18:29:40.454] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2739238Z [05-13|18:29:40.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2739502Z [05-13|18:29:40.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2739766Z [05-13|18:29:40.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2740093Z [05-13|18:29:40.454] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2740654Z [05-13|18:29:40.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2740918Z [05-13|18:29:40.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2741374Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2741633Z [05-13|18:29:40.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2741944Z [05-13|18:29:40.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2742399Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2742850Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2743303Z [05-13|18:29:40.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2743808Z [05-13|18:29:40.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2744173Z [05-13|18:29:40.456] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2744505Z [05-13|18:29:40.456] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2744781Z [05-13|18:29:40.456] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2745106Z [05-13|18:29:40.456] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2745560Z [05-13|18:29:40.456] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2745907Z [05-13|18:29:40.457] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2746228Z [05-13|18:29:40.457] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2746364Z [05-13|18:29:40.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2746502Z [05-13|18:29:40.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2746819Z [05-13|18:29:40.457] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2747078Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2747403Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2747856Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2748252Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2748520Z [05-13|18:29:40.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2748972Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2749483Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2749947Z [05-13|18:29:40.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2750272Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2750494Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2750757Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2750963Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.2751292Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2751620Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2751828Z [05-13|18:29:40.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2752149Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2752531Z [05-13|18:29:40.459] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2752672Z [05-13|18:29:40.460] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2752933Z [05-13|18:29:40.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2753198Z [05-13|18:29:40.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2753455Z [05-13|18:29:40.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2753912Z [05-13|18:29:40.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2754366Z [05-13|18:29:40.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2754812Z [05-13|18:29:40.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2755148Z [05-13|18:29:40.461] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2755471Z [05-13|18:29:40.461] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2755802Z [05-13|18:29:40.462] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2756123Z [05-13|18:29:40.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2756384Z [05-13|18:29:40.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2756642Z [05-13|18:29:40.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2757100Z [05-13|18:29:40.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2757551Z [05-13|18:29:40.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2758209Z [05-13|18:29:40.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2758686Z [05-13|18:29:40.463] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2759013Z [05-13|18:29:40.463] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2759338Z [05-13|18:29:40.463] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2759602Z [05-13|18:29:40.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2759938Z [05-13|18:29:40.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2760193Z [05-13|18:29:40.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2760652Z [05-13|18:29:40.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2761103Z [05-13|18:29:40.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2761610Z [05-13|18:29:40.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2761944Z [05-13|18:29:40.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2762266Z [05-13|18:29:40.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2762588Z [05-13|18:29:40.465] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2762803Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2763010Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2763215Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2763422Z [05-13|18:29:40.466] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.2763877Z [05-13|18:29:40.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2764326Z [05-13|18:29:40.516] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2764782Z [05-13|18:29:40.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2765103Z [05-13|18:29:40.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2765363Z [05-13|18:29:40.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2765631Z [05-13|18:29:40.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2766088Z [05-13|18:29:40.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2766536Z [05-13|18:29:40.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2767044Z [05-13|18:29:40.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2767382Z [05-13|18:29:40.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2767706Z [05-13|18:29:40.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2768173Z [05-13|18:29:40.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2768449Z [05-13|18:29:40.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2768778Z [05-13|18:29:40.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2769042Z [05-13|18:29:40.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2769505Z [05-13|18:29:40.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2769963Z [05-13|18:29:40.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2770418Z [05-13|18:29:40.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2770806Z [05-13|18:29:40.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2771142Z [05-13|18:29:40.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2771464Z [05-13|18:29:40.531] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2771606Z [05-13|18:29:40.531] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2771742Z [05-13|18:29:40.531] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2771878Z [05-13|18:29:40.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2772144Z [05-13|18:29:40.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2772406Z [05-13|18:29:40.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2772674Z [05-13|18:29:40.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2773137Z [05-13|18:29:40.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2773600Z [05-13|18:29:40.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2774122Z [05-13|18:29:40.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2774258Z [05-13|18:29:40.533] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2774391Z [05-13|18:29:40.533] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2774730Z [05-13|18:29:40.533] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2775063Z [05-13|18:29:40.533] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2775385Z [05-13|18:29:40.534] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2775524Z [05-13|18:29:40.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2775901Z [05-13|18:29:40.534] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2776361Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2776691Z [05-13|18:29:40.534] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2777154Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2777654Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2778305Z [05-13|18:29:40.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2778771Z [05-13|18:29:40.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2778914Z [05-13|18:29:40.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2779048Z [05-13|18:29:40.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2779441Z [05-13|18:29:40.536] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2779907Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2780356Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2780711Z [05-13|18:29:40.536] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2781173Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2781500Z [05-13|18:29:40.536] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2781960Z [05-13|18:29:40.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2782140Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 -2026-05-13T18:30:54.2782453Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2782602Z [05-13|18:29:40.536] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2783070Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2783275Z [05-13|18:29:40.537] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2783488Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2783638Z [05-13|18:29:40.537] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2783848Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2783990Z [05-13|18:29:40.537] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2784204Z [05-13|18:29:40.537] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2784376Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 -2026-05-13T18:30:54.2784908Z [05-13|18:29:40.537] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2785389Z [05-13|18:29:40.538] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2785862Z [05-13|18:29:40.538] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2786331Z [05-13|18:29:40.539] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2786655Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2786919Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2787176Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2787643Z [05-13|18:29:40.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2788272Z [05-13|18:29:40.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2788747Z [05-13|18:29:40.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2789024Z [05-13|18:29:40.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2789482Z [05-13|18:29:40.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2789831Z [05-13|18:29:40.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2790165Z [05-13|18:29:40.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2790489Z [05-13|18:29:40.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2790631Z [05-13|18:29:40.541] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2790772Z [05-13|18:29:40.541] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2791093Z [05-13|18:29:40.542] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2791226Z [05-13|18:29:40.542] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2791493Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2791811Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2792066Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2792529Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2792786Z [05-13|18:29:40.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2793238Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2793742Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2794195Z [05-13|18:29:40.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2794526Z [05-13|18:29:40.543] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2794858Z [05-13|18:29:40.544] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2795233Z [05-13|18:29:40.544] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2795554Z [05-13|18:29:40.544] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2795693Z [05-13|18:29:40.545] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2795954Z [05-13|18:29:40.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2796214Z [05-13|18:29:40.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2796476Z [05-13|18:29:40.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2796971Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2797431Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2797698Z [05-13|18:29:40.546] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.2798272Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2798890Z [05-13|18:29:40.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2799270Z [05-13|18:29:40.546] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2799614Z [05-13|18:29:40.546] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2799942Z [05-13|18:29:40.547] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2800271Z [05-13|18:29:40.547] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2800411Z [05-13|18:29:40.547] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2800676Z [05-13|18:29:40.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2801022Z [05-13|18:29:40.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2801280Z [05-13|18:29:40.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2801747Z [05-13|18:29:40.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2802192Z [05-13|18:29:40.548] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.2802329Z [05-13|18:29:40.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2802834Z [05-13|18:29:40.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2803292Z [05-13|18:29:40.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2803428Z [05-13|18:29:40.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2803761Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2804198Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.2804390Z [05-13|18:29:40.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2804810Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.2804951Z [05-13|18:29:40.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2805279Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2805602Z [05-13|18:29:40.549] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2806114Z [05-13|18:29:40.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2806444Z [05-13|18:29:40.550] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2806706Z [05-13|18:29:40.551] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2807165Z [05-13|18:29:40.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2807425Z [05-13|18:29:40.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2807871Z [05-13|18:29:40.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2808275Z [05-13|18:29:40.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2808751Z [05-13|18:29:40.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2809110Z [05-13|18:29:40.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2809445Z [05-13|18:29:40.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2809772Z [05-13|18:29:40.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2810145Z [05-13|18:29:40.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2810406Z [05-13|18:29:40.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2810665Z [05-13|18:29:40.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2811131Z [05-13|18:29:40.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2811583Z [05-13|18:29:40.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2812085Z [05-13|18:29:40.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2812425Z [05-13|18:29:40.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2812750Z [05-13|18:29:40.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2813073Z [05-13|18:29:40.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2813391Z [05-13|18:29:40.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2813650Z [05-13|18:29:40.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2813911Z [05-13|18:29:40.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2814373Z [05-13|18:29:40.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2814826Z [05-13|18:29:40.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2815327Z [05-13|18:29:40.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2815662Z [05-13|18:29:40.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2815983Z [05-13|18:29:40.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2816304Z [05-13|18:29:40.557] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2816524Z [05-13|18:29:40.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2816733Z [05-13|18:29:40.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2816937Z [05-13|18:29:40.557] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2817144Z [05-13|18:29:40.558] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.2817602Z [05-13|18:29:40.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2818198Z [05-13|18:29:40.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2818661Z [05-13|18:29:40.593] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2818991Z [05-13|18:29:40.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2819249Z [05-13|18:29:40.604] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2819511Z [05-13|18:29:40.603] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2819961Z [05-13|18:29:40.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2820410Z [05-13|18:29:40.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2820916Z [05-13|18:29:40.604] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2821255Z [05-13|18:29:40.604] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2821582Z [05-13|18:29:40.605] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2821912Z [05-13|18:29:40.605] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2822227Z [05-13|18:29:40.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2822485Z [05-13|18:29:40.605] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2822958Z [05-13|18:29:40.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2823218Z [05-13|18:29:40.606] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2823672Z [05-13|18:29:40.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2824184Z [05-13|18:29:40.606] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2824518Z [05-13|18:29:40.606] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2824847Z [05-13|18:29:40.607] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2825172Z [05-13|18:29:40.607] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2825443Z [05-13|18:29:40.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2825927Z [05-13|18:29:40.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2826422Z [05-13|18:29:40.608] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2827207Z [05-13|18:29:40.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2827975Z [05-13|18:29:40.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2829015Z [05-13|18:29:40.608] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2829592Z [05-13|18:29:40.609] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2830266Z [05-13|18:29:40.609] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2830817Z [05-13|18:29:40.609] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2831603Z [05-13|18:29:40.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2832383Z [05-13|18:29:40.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2833231Z [05-13|18:29:40.609] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2833602Z [05-13|18:29:40.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2833965Z [05-13|18:29:40.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2834317Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2834772Z [05-13|18:29:40.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2835329Z [05-13|18:29:40.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2835794Z [05-13|18:29:40.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2836569Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2837041Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2837497Z [05-13|18:29:40.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2837927Z [05-13|18:29:40.612] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2838603Z [05-13|18:29:40.612] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2838953Z [05-13|18:29:40.612] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2839232Z [05-13|18:29:40.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2839507Z [05-13|18:29:40.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2839983Z [05-13|18:29:40.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2840256Z [05-13|18:29:40.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2840723Z [05-13|18:29:40.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2841182Z [05-13|18:29:40.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2841524Z [05-13|18:29:40.614] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2841946Z [05-13|18:29:40.614] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2842278Z [05-13|18:29:40.614] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2842545Z [05-13|18:29:40.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2843012Z [05-13|18:29:40.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2843162Z [05-13|18:29:40.616] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2843431Z [05-13|18:29:40.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2843951Z [05-13|18:29:40.616] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2844221Z [05-13|18:29:40.616] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2844677Z [05-13|18:29:40.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2845021Z [05-13|18:29:40.617] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2845212Z [05-13|18:29:40.617] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2845347Z [05-13|18:29:40.617] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2845487Z [05-13|18:29:40.617] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2845817Z [05-13|18:29:40.618] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2845955Z [05-13|18:29:40.618] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2846286Z [05-13|18:29:40.618] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2846419Z [05-13|18:29:40.618] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2846929Z [05-13|18:29:40.618] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2847074Z [05-13|18:29:40.618] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2847209Z [05-13|18:29:40.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2847342Z [05-13|18:29:40.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2847805Z [05-13|18:29:40.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2848471Z [05-13|18:29:40.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2848612Z [05-13|18:29:40.619] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2848957Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2849421Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2849756Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2850223Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2850627Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2851081Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2851536Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2851866Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2852332Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2852718Z [05-13|18:29:40.620] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2853189Z [05-13|18:29:40.620] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2853561Z [05-13|18:29:40.621] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2854038Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2854548Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2854892Z [05-13|18:29:40.621] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2855346Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2855677Z [05-13|18:29:40.621] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2855863Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 -2026-05-13T18:30:54.2856233Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2856391Z [05-13|18:29:40.621] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2856856Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2857001Z [05-13|18:29:40.621] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2857459Z [05-13|18:29:40.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2857685Z [05-13|18:29:40.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2857827Z [05-13|18:29:40.622] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2858037Z [05-13|18:29:40.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2858461Z [05-13|18:29:40.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2858605Z [05-13|18:29:40.622] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2858780Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 -2026-05-13T18:30:54.2859269Z [05-13|18:29:40.622] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2859743Z [05-13|18:29:40.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2860288Z [05-13|18:29:40.628] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2860766Z [05-13|18:29:40.629] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2861042Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2861308Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2861829Z [05-13|18:29:40.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2862287Z [05-13|18:29:40.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2862546Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2862812Z [05-13|18:29:40.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2863264Z [05-13|18:29:40.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2863767Z [05-13|18:29:40.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2864114Z [05-13|18:29:40.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2864256Z [05-13|18:29:40.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2864587Z [05-13|18:29:40.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2864919Z [05-13|18:29:40.632] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2865296Z [05-13|18:29:40.633] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2865439Z [05-13|18:29:40.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2865712Z [05-13|18:29:40.633] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2865974Z [05-13|18:29:40.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2866430Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2866700Z [05-13|18:29:40.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2867152Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2867412Z [05-13|18:29:40.634] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2867869Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2868423Z [05-13|18:29:40.635] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2868890Z [05-13|18:29:40.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2869303Z [05-13|18:29:40.635] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2869633Z [05-13|18:29:40.635] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2869791Z [05-13|18:29:40.635] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2870126Z [05-13|18:29:40.636] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2870264Z [05-13|18:29:40.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2870534Z [05-13|18:29:40.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2870859Z [05-13|18:29:40.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2871122Z [05-13|18:29:40.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2871581Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2871849Z [05-13|18:29:40.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.2872358Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2872810Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2873267Z [05-13|18:29:40.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2873602Z [05-13|18:29:40.637] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2873932Z [05-13|18:29:40.638] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2874315Z [05-13|18:29:40.638] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2874457Z [05-13|18:29:40.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2874784Z [05-13|18:29:40.638] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2875057Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2875347Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2875609Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2875869Z [05-13|18:29:40.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2876328Z [05-13|18:29:40.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2876781Z [05-13|18:29:40.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2877233Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2877683Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2878434Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2878909Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2879365Z [05-13|18:29:40.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2879709Z [05-13|18:29:40.640] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2880115Z [05-13|18:29:40.641] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2880444Z [05-13|18:29:40.641] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2880772Z [05-13|18:29:40.641] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.2880985Z [05-13|18:29:40.641] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.2881258Z [05-13|18:29:40.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2881581Z [05-13|18:29:40.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2881840Z [05-13|18:29:40.642] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.2882299Z [05-13|18:29:40.642] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2882759Z [05-13|18:29:40.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2883209Z [05-13|18:29:40.643] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2883630Z [05-13|18:29:40.643] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2883969Z [05-13|18:29:40.643] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2884295Z [05-13|18:29:40.644] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2884556Z [05-13|18:29:40.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2884821Z [05-13|18:29:40.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2885077Z [05-13|18:29:40.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.2885532Z [05-13|18:29:40.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2885990Z [05-13|18:29:40.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2886438Z [05-13|18:29:40.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2886768Z [05-13|18:29:40.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2887158Z [05-13|18:29:40.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2887481Z [05-13|18:29:40.645] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2887743Z [05-13|18:29:40.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2888004Z [05-13|18:29:40.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2888739Z [05-13|18:29:40.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2889075Z [05-13|18:29:40.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.2889535Z [05-13|18:29:40.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2889990Z [05-13|18:29:40.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2890319Z [05-13|18:29:40.647] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2890702Z [05-13|18:29:40.648] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2891023Z [05-13|18:29:40.648] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2891240Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2891454Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2891660Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.2891862Z [05-13|18:29:40.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.2892324Z [05-13|18:29:40.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2892867Z [05-13|18:29:40.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2893330Z [05-13|18:29:40.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2893596Z [05-13|18:29:40.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2893859Z [05-13|18:29:40.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2894118Z [05-13|18:29:40.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2894573Z [05-13|18:29:40.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2895025Z [05-13|18:29:40.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2895479Z [05-13|18:29:40.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2895824Z [05-13|18:29:40.651] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2896206Z [05-13|18:29:40.651] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2896535Z [05-13|18:29:40.652] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2896799Z [05-13|18:29:40.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2897059Z [05-13|18:29:40.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2897324Z [05-13|18:29:40.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2897786Z [05-13|18:29:40.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2898530Z [05-13|18:29:40.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2899014Z [05-13|18:29:40.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2899350Z [05-13|18:29:40.653] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2899686Z [05-13|18:29:40.653] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2900070Z [05-13|18:29:40.653] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2900343Z [05-13|18:29:40.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2900621Z [05-13|18:29:40.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2900896Z [05-13|18:29:40.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2901360Z [05-13|18:29:40.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2901870Z [05-13|18:29:40.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2902336Z [05-13|18:29:40.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2902677Z [05-13|18:29:40.655] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2903008Z [05-13|18:29:40.655] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2903343Z [05-13|18:29:40.656] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2903803Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2904261Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2904727Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2904948Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2905161Z [05-13|18:29:40.656] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2905437Z [05-13|18:29:40.657] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2905704Z [05-13|18:29:40.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2905969Z [05-13|18:29:40.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2906240Z [05-13|18:29:40.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2906699Z [05-13|18:29:40.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2907190Z [05-13|18:29:40.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2907652Z [05-13|18:29:40.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2907997Z [05-13|18:29:40.659] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2908466Z [05-13|18:29:40.659] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2908864Z [05-13|18:29:40.659] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2909129Z [05-13|18:29:40.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2909393Z [05-13|18:29:40.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2909654Z [05-13|18:29:40.660] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.2909916Z [05-13|18:29:40.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2910176Z [05-13|18:29:40.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2910696Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2910965Z [05-13|18:29:40.661] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2911427Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2911881Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2912334Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2912789Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2913241Z [05-13|18:29:40.661] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2913583Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2913923Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2914252Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2914639Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2914970Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2915297Z [05-13|18:29:40.662] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2915566Z [05-13|18:29:40.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2915835Z [05-13|18:29:40.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2916145Z [05-13|18:29:40.663] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2916611Z [05-13|18:29:40.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2917071Z [05-13|18:29:40.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2917528Z [05-13|18:29:40.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2917829Z [05-13|18:29:40.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2918210Z [05-13|18:29:40.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2918473Z [05-13|18:29:40.664] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.2918927Z [05-13|18:29:40.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2919386Z [05-13|18:29:40.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2919779Z [05-13|18:29:40.664] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2920114Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2920574Z [05-13|18:29:40.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2920904Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2921234Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2921563Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2922027Z [05-13|18:29:40.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2922360Z [05-13|18:29:40.665] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2922574Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2923035Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2923549Z [05-13|18:29:40.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2923762Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2924030Z [05-13|18:29:40.666] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2924298Z [05-13|18:29:40.666] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2924759Z [05-13|18:29:40.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2925024Z [05-13|18:29:40.667] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.2925536Z [05-13|18:29:40.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2925995Z [05-13|18:29:40.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2926330Z [05-13|18:29:40.667] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2926666Z [05-13|18:29:40.668] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2927045Z [05-13|18:29:40.668] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2927256Z [05-13|18:29:40.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2927529Z [05-13|18:29:40.668] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2927797Z [05-13|18:29:40.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2928171Z [05-13|18:29:40.669] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2928708Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2929171Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2929626Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2930086Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2930540Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2930996Z [05-13|18:29:40.669] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2931217Z [05-13|18:29:40.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2931426Z [05-13|18:29:40.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2931765Z [05-13|18:29:40.670] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.2932108Z [05-13|18:29:40.670] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.2932500Z [05-13|18:29:40.670] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.2932766Z [05-13|18:29:40.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2933035Z [05-13|18:29:40.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2933297Z [05-13|18:29:40.671] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.2933756Z [05-13|18:29:40.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2934274Z [05-13|18:29:40.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2934734Z [05-13|18:29:40.671] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2935069Z [05-13|18:29:40.672] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.2935407Z [05-13|18:29:40.672] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.2935791Z [05-13|18:29:40.672] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.2936062Z [05-13|18:29:40.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2936324Z [05-13|18:29:40.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2936585Z [05-13|18:29:40.673] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.2937048Z [05-13|18:29:40.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2937511Z [05-13|18:29:40.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2938005Z [05-13|18:29:40.673] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2938468Z [05-13|18:29:40.674] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.2938809Z [05-13|18:29:40.674] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.2939144Z [05-13|18:29:40.674] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.2939295Z [05-13|18:29:40.674] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2939431Z [05-13|18:29:40.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2939565Z [05-13|18:29:40.675] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2940032Z [05-13|18:29:40.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2940493Z [05-13|18:29:40.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2940628Z [05-13|18:29:40.676] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2941091Z [05-13|18:29:40.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2941293Z [05-13|18:29:40.676] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2941426Z [05-13|18:29:40.676] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2941762Z [05-13|18:29:40.677] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2942219Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2942551Z [05-13|18:29:40.677] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2943062Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2943396Z [05-13|18:29:40.677] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2943850Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2944306Z [05-13|18:29:40.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2944689Z [05-13|18:29:40.678] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2945145Z [05-13|18:29:40.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2945487Z [05-13|18:29:40.678] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.2945946Z [05-13|18:29:40.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2946085Z [05-13|18:29:40.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2946224Z [05-13|18:29:40.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2946411Z [05-13|18:29:40.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2946751Z [05-13|18:29:40.678] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2947212Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2947668Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2948006Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2948582Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2948917Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2949376Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2949719Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.2950177Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2950693Z [05-13|18:29:40.679] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2951033Z [05-13|18:29:40.679] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.2951489Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2951829Z [05-13|18:29:40.680] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.2952059Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 -2026-05-13T18:30:54.2952374Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.2952837Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2952989Z [05-13|18:29:40.680] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2953129Z [05-13|18:29:40.680] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2953588Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2953900Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2954113Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2954260Z [05-13|18:29:40.680] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2954477Z [05-13|18:29:40.681] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.2954683Z [05-13|18:29:40.680] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.2954823Z [05-13|18:29:40.681] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.2955100Z [05-13|18:29:40.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2955609Z [05-13|18:29:40.681] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2955884Z [05-13|18:29:40.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2956150Z [05-13|18:29:40.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.2956324Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 -2026-05-13T18:30:54.2956784Z [05-13|18:29:40.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2957269Z [05-13|18:29:40.682] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2957732Z [05-13|18:29:40.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2958245Z [05-13|18:29:40.682] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2958589Z [05-13|18:29:40.682] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2958921Z [05-13|18:29:40.683] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.2959470Z [05-13|18:29:40.683] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2959742Z [05-13|18:29:40.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2960005Z [05-13|18:29:40.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2960466Z [05-13|18:29:40.683] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2960735Z [05-13|18:29:40.683] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.2961246Z [05-13|18:29:40.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2961710Z [05-13|18:29:40.684] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2962048Z [05-13|18:29:40.684] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2962529Z [05-13|18:29:40.683] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2962918Z [05-13|18:29:40.684] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2963251Z [05-13|18:29:40.685] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.2963725Z [05-13|18:29:40.685] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.2963997Z [05-13|18:29:40.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2964257Z [05-13|18:29:40.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2964566Z [05-13|18:29:40.685] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.2965038Z [05-13|18:29:40.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2965493Z [05-13|18:29:40.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2965946Z [05-13|18:29:40.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2966285Z [05-13|18:29:40.687] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2966612Z [05-13|18:29:40.687] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2966945Z [05-13|18:29:40.687] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.2967222Z [05-13|18:29:40.687] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2967484Z [05-13|18:29:40.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2967943Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2968377Z [05-13|18:29:40.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2968835Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2969095Z [05-13|18:29:40.687] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.2969561Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2970042Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2970553Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2971014Z [05-13|18:29:40.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2971472Z [05-13|18:29:40.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2971865Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2975596Z [05-13|18:29:40.689] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2975794Z [05-13|18:29:40.689] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2976164Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2976515Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2976844Z [05-13|18:29:40.689] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.2977073Z [05-13|18:29:40.690] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2977326Z [05-13|18:29:40.690] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2977607Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2977871Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2978337Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2978559Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.2979044Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2979523Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2979985Z [05-13|18:29:40.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2980255Z [05-13|18:29:40.691] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.2980599Z [05-13|18:29:40.692] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2980871Z [05-13|18:29:40.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2981273Z [05-13|18:29:40.692] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2981743Z [05-13|18:29:40.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2982014Z [05-13|18:29:40.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2982278Z [05-13|18:29:40.692] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.2982746Z [05-13|18:29:40.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2983133Z [05-13|18:29:40.692] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2983606Z [05-13|18:29:40.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2983747Z [05-13|18:29:40.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2984208Z [05-13|18:29:40.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2984594Z [05-13|18:29:40.693] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.2984931Z [05-13|18:29:40.693] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.2985071Z [05-13|18:29:40.693] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2985209Z [05-13|18:29:40.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2985541Z [05-13|18:29:40.694] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.2985805Z [05-13|18:29:40.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2986065Z [05-13|18:29:40.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2986579Z [05-13|18:29:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2986842Z [05-13|18:29:40.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.2987181Z [05-13|18:29:40.694] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.2987618Z [05-13|18:29:40.694] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.2988204Z [05-13|18:29:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2988354Z [05-13|18:29:40.694] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2988811Z [05-13|18:29:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2989249Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.2989392Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2989528Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2989727Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2989860Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2989998Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2990334Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2990468Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2990799Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2990933Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2991361Z [05-13|18:29:40.695] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.2991555Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2991690Z [05-13|18:29:40.695] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2992148Z [05-13|18:29:40.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2992482Z [05-13|18:29:40.696] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2992810Z [05-13|18:29:40.697] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.2992996Z [05-13|18:29:40.697] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.2993326Z [05-13|18:29:40.698] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.2993784Z [05-13|18:29:40.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2994110Z [05-13|18:29:40.698] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.2994567Z [05-13|18:29:40.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.2994885Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2995211Z [05-13|18:29:40.698] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.2995479Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2995934Z [05-13|18:29:40.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2996197Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2996461Z [05-13|18:29:40.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.2996921Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2997373Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.2997713Z [05-13|18:29:40.699] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.2998295Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.2998816Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.2999143Z [05-13|18:29:40.699] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.2999598Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3000054Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3000563Z [05-13|18:29:40.699] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3000894Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3001038Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3001367Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3001501Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3001970Z [05-13|18:29:40.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3002347Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3002673Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3002816Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3003150Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3003471Z [05-13|18:29:40.700] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3003987Z [05-13|18:29:40.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3004450Z [05-13|18:29:40.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3004584Z [05-13|18:29:40.700] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3004925Z [05-13|18:29:40.701] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3005379Z [05-13|18:29:40.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3005708Z [05-13|18:29:40.701] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3006174Z [05-13|18:29:40.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3006441Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3006701Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3006966Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3007264Z [05-13|18:29:40.701] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3007397Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3007538Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3007668Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3007799Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3008268Z [05-13|18:29:40.702] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3008730Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3008909Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 -2026-05-13T18:30:54.3009290Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3009758Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3009906Z [05-13|18:29:40.702] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3010370Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3010654Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.3011108Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3011258Z [05-13|18:29:40.702] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3011711Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3011850Z [05-13|18:29:40.701] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3012070Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.3012203Z [05-13|18:29:40.702] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3012707Z [05-13|18:29:40.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3013056Z [05-13|18:29:40.702] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3013203Z [05-13|18:29:40.703] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3013533Z [05-13|18:29:40.703] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3013751Z [05-13|18:29:40.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.3013890Z [05-13|18:29:40.703] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3014064Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 -2026-05-13T18:30:54.3014399Z [05-13|18:29:40.703] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3014543Z [05-13|18:29:40.703] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3015028Z [05-13|18:29:40.703] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3015355Z [05-13|18:29:40.704] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3015838Z [05-13|18:29:40.704] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3016367Z [05-13|18:29:40.705] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3016642Z [05-13|18:29:40.705] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3017101Z [05-13|18:29:40.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3017366Z [05-13|18:29:40.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3017863Z [05-13|18:29:40.706] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3018250Z [05-13|18:29:40.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3018702Z [05-13|18:29:40.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3019036Z [05-13|18:29:40.708] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3019363Z [05-13|18:29:40.708] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3019747Z [05-13|18:29:40.708] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3020023Z [05-13|18:29:40.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3020280Z [05-13|18:29:40.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3020737Z [05-13|18:29:40.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3021001Z [05-13|18:29:40.710] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3021509Z [05-13|18:29:40.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3021993Z [05-13|18:29:40.711] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3022451Z [05-13|18:29:40.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3022778Z [05-13|18:29:40.711] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3023099Z [05-13|18:29:40.711] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3023424Z [05-13|18:29:40.712] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3023640Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3023847Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3024114Z [05-13|18:29:40.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3024375Z [05-13|18:29:40.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3024829Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3025155Z [05-13|18:29:40.713] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3025360Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3025812Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3026252Z [05-13|18:29:40.714] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.3026789Z [05-13|18:29:40.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3027220Z [05-13|18:29:40.714] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.3027434Z [05-13|18:29:40.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.3027570Z [05-13|18:29:40.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3028024Z [05-13|18:29:40.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3028571Z [05-13|18:29:40.714] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3028902Z [05-13|18:29:40.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3029041Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3029179Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3029508Z [05-13|18:29:40.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3029643Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3029972Z [05-13|18:29:40.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3030160Z [05-13|18:29:40.715] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3030429Z [05-13|18:29:40.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3030696Z [05-13|18:29:40.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3031154Z [05-13|18:29:40.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3031416Z [05-13|18:29:40.717] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.3031874Z [05-13|18:29:40.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3032326Z [05-13|18:29:40.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3032586Z [05-13|18:29:40.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3032922Z [05-13|18:29:40.718] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3033374Z [05-13|18:29:40.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3033762Z [05-13|18:29:40.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3034090Z [05-13|18:29:40.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3034411Z [05-13|18:29:40.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3034548Z [05-13|18:29:40.719] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3034695Z [05-13|18:29:40.719] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3034957Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3035216Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3035533Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3035995Z [05-13|18:29:40.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3036255Z [05-13|18:29:40.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3036714Z [05-13|18:29:40.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3037275Z [05-13|18:29:40.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3037725Z [05-13|18:29:40.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3038181Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3038325Z [05-13|18:29:40.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3038650Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3039064Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3039395Z [05-13|18:29:40.721] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3039530Z [05-13|18:29:40.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3039795Z [05-13|18:29:40.722] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3040059Z [05-13|18:29:40.722] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3040532Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3040991Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3041254Z [05-13|18:29:40.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3041518Z [05-13|18:29:40.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3041976Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3042307Z [05-13|18:29:40.723] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3042828Z [05-13|18:29:40.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3043154Z [05-13|18:29:40.724] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3043478Z [05-13|18:29:40.724] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3043621Z [05-13|18:29:40.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3043942Z [05-13|18:29:40.724] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3044076Z [05-13|18:29:40.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3044388Z [05-13|18:29:40.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3044656Z [05-13|18:29:40.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3045111Z [05-13|18:29:40.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3045369Z [05-13|18:29:40.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3045634Z [05-13|18:29:40.726] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3046146Z [05-13|18:29:40.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3046603Z [05-13|18:29:40.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3047052Z [05-13|18:29:40.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3047380Z [05-13|18:29:40.726] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3047755Z [05-13|18:29:40.726] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3048203Z [05-13|18:29:40.727] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3048531Z [05-13|18:29:40.727] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3048670Z [05-13|18:29:40.727] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3048931Z [05-13|18:29:40.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3049191Z [05-13|18:29:40.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3049649Z [05-13|18:29:40.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3050100Z [05-13|18:29:40.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3050361Z [05-13|18:29:40.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3050815Z [05-13|18:29:40.728] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3051143Z [05-13|18:29:40.728] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3051532Z [05-13|18:29:40.728] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3051861Z [05-13|18:29:40.729] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3052119Z [05-13|18:29:40.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3052377Z [05-13|18:29:40.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3052640Z [05-13|18:29:40.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3053093Z [05-13|18:29:40.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3053597Z [05-13|18:29:40.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3054055Z [05-13|18:29:40.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3054381Z [05-13|18:29:40.730] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3054706Z [05-13|18:29:40.730] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3055085Z [05-13|18:29:40.731] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3055295Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3055504Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3055715Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3055918Z [05-13|18:29:40.731] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.3056371Z [05-13|18:29:40.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3056880Z [05-13|18:29:40.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3057352Z [05-13|18:29:40.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3057625Z [05-13|18:29:40.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3057902Z [05-13|18:29:40.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3058478Z [05-13|18:29:40.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3058746Z [05-13|18:29:40.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3059207Z [05-13|18:29:40.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3059657Z [05-13|18:29:40.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3059990Z [05-13|18:29:40.754] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3060391Z [05-13|18:29:40.754] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3060713Z [05-13|18:29:40.754] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3060974Z [05-13|18:29:40.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3061245Z [05-13|18:29:40.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3061503Z [05-13|18:29:40.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3061964Z [05-13|18:29:40.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3062477Z [05-13|18:29:40.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3062931Z [05-13|18:29:40.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3063267Z [05-13|18:29:40.756] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3063597Z [05-13|18:29:40.756] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3063976Z [05-13|18:29:40.756] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3064250Z [05-13|18:29:40.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3064546Z [05-13|18:29:40.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3064809Z [05-13|18:29:40.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3065277Z [05-13|18:29:40.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3065788Z [05-13|18:29:40.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3066251Z [05-13|18:29:40.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3066593Z [05-13|18:29:40.758] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3066926Z [05-13|18:29:40.758] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3067251Z [05-13|18:29:40.758] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3067717Z [05-13|18:29:40.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3068296Z [05-13|18:29:40.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3068757Z [05-13|18:29:40.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3068982Z [05-13|18:29:40.760] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3069190Z [05-13|18:29:40.760] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3069466Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3069738Z [05-13|18:29:40.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3069998Z [05-13|18:29:40.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3070462Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3070735Z [05-13|18:29:40.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3071240Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3071698Z [05-13|18:29:40.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3072047Z [05-13|18:29:40.762] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3072385Z [05-13|18:29:40.762] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3072716Z [05-13|18:29:40.762] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3073035Z [05-13|18:29:40.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3073296Z [05-13|18:29:40.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3073557Z [05-13|18:29:40.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3074020Z [05-13|18:29:40.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3074476Z [05-13|18:29:40.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3074976Z [05-13|18:29:40.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3075325Z [05-13|18:29:40.764] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3075660Z [05-13|18:29:40.764] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3075992Z [05-13|18:29:40.764] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3076264Z [05-13|18:29:40.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3076525Z [05-13|18:29:40.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3076786Z [05-13|18:29:40.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3077250Z [05-13|18:29:40.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3077716Z [05-13|18:29:40.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3078297Z [05-13|18:29:40.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3078704Z [05-13|18:29:40.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3079036Z [05-13|18:29:40.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3079370Z [05-13|18:29:40.766] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3079834Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3080350Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3080813Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3081026Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3081236Z [05-13|18:29:40.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3081449Z [05-13|18:29:40.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3081768Z [05-13|18:29:40.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3082029Z [05-13|18:29:40.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3082492Z [05-13|18:29:40.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3082755Z [05-13|18:29:40.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3083206Z [05-13|18:29:40.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3083715Z [05-13|18:29:40.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3084055Z [05-13|18:29:40.770] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3084385Z [05-13|18:29:40.770] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3084719Z [05-13|18:29:40.770] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3084983Z [05-13|18:29:40.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3085243Z [05-13|18:29:40.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3085702Z [05-13|18:29:40.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3085964Z [05-13|18:29:40.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3086417Z [05-13|18:29:40.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3086875Z [05-13|18:29:40.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3087056Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3087390Z [05-13|18:29:40.772] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3087725Z [05-13|18:29:40.772] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3087861Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3088306Z [05-13|18:29:40.772] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3088451Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3088584Z [05-13|18:29:40.772] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3088714Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3088918Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3089054Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3089184Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3089320Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3089450Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3089581Z [05-13|18:29:40.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3089914Z [05-13|18:29:40.774] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3090426Z [05-13|18:29:40.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3090760Z [05-13|18:29:40.774] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3091218Z [05-13|18:29:40.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3091546Z [05-13|18:29:40.775] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3092049Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3092391Z [05-13|18:29:40.775] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3092843Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3093293Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3093630Z [05-13|18:29:40.775] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3094084Z [05-13|18:29:40.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3094218Z [05-13|18:29:40.775] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3094363Z [05-13|18:29:40.775] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3094495Z [05-13|18:29:40.775] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3094827Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3095292Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3095722Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3096177Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3096639Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3096976Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3097465Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3097802Z [05-13|18:29:40.776] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3098374Z [05-13|18:29:40.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3098711Z [05-13|18:29:40.777] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3099176Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3099689Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3099904Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.3100244Z [05-13|18:29:40.777] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3100698Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3100875Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 -2026-05-13T18:30:54.3101246Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3101400Z [05-13|18:29:40.777] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3101619Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3101780Z [05-13|18:29:40.777] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3101995Z [05-13|18:29:40.777] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3102141Z [05-13|18:29:40.778] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3102288Z [05-13|18:29:40.778] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3102496Z [05-13|18:29:40.778] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3102675Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 -2026-05-13T18:30:54.3103168Z [05-13|18:29:40.778] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3103647Z [05-13|18:29:40.778] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3104122Z [05-13|18:29:40.779] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3104658Z [05-13|18:29:40.779] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3104929Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3105193Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3105457Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3105716Z [05-13|18:29:40.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3106181Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3106692Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3107149Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3107600Z [05-13|18:29:40.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3107943Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3108439Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3108772Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3108916Z [05-13|18:29:40.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3109242Z [05-13|18:29:40.782] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3109377Z [05-13|18:29:40.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3109643Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3109963Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3110226Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3110697Z [05-13|18:29:40.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3111149Z [05-13|18:29:40.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3111410Z [05-13|18:29:40.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3111864Z [05-13|18:29:40.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3112324Z [05-13|18:29:40.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3112661Z [05-13|18:29:40.784] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3112987Z [05-13|18:29:40.784] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3113310Z [05-13|18:29:40.784] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3113506Z [05-13|18:29:40.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3113828Z [05-13|18:29:40.785] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3113962Z [05-13|18:29:40.785] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3114223Z [05-13|18:29:40.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3114488Z [05-13|18:29:40.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3114744Z [05-13|18:29:40.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3114998Z [05-13|18:29:40.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3115508Z [05-13|18:29:40.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3115964Z [05-13|18:29:40.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3116420Z [05-13|18:29:40.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3116802Z [05-13|18:29:40.786] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3117131Z [05-13|18:29:40.786] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3117591Z [05-13|18:29:40.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3117727Z [05-13|18:29:40.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3118170Z [05-13|18:29:40.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3118526Z [05-13|18:29:40.787] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3118725Z [05-13|18:29:40.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3118997Z [05-13|18:29:40.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3119262Z [05-13|18:29:40.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3119728Z [05-13|18:29:40.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3120181Z [05-13|18:29:40.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3120446Z [05-13|18:29:40.788] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.3120701Z [05-13|18:29:40.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3121155Z [05-13|18:29:40.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3121613Z [05-13|18:29:40.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3121944Z [05-13|18:29:40.789] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3122319Z [05-13|18:29:40.789] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3122646Z [05-13|18:29:40.790] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3122966Z [05-13|18:29:40.790] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3123103Z [05-13|18:29:40.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3123369Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3123626Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3123882Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3124198Z [05-13|18:29:40.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3124658Z [05-13|18:29:40.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3125110Z [05-13|18:29:40.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3125563Z [05-13|18:29:40.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3126058Z [05-13|18:29:40.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3126391Z [05-13|18:29:40.792] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3126727Z [05-13|18:29:40.792] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3126864Z [05-13|18:29:40.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3126995Z [05-13|18:29:40.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3127366Z [05-13|18:29:40.793] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3127695Z [05-13|18:29:40.793] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3127907Z [05-13|18:29:40.793] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.3128291Z [05-13|18:29:40.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3128552Z [05-13|18:29:40.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3128808Z [05-13|18:29:40.794] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3129267Z [05-13|18:29:40.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3129719Z [05-13|18:29:40.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3130166Z [05-13|18:29:40.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3130505Z [05-13|18:29:40.794] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3130832Z [05-13|18:29:40.795] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3131219Z [05-13|18:29:40.795] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3131485Z [05-13|18:29:40.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3131744Z [05-13|18:29:40.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3132001Z [05-13|18:29:40.795] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3132462Z [05-13|18:29:40.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3132969Z [05-13|18:29:40.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3133425Z [05-13|18:29:40.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3133756Z [05-13|18:29:40.796] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3134079Z [05-13|18:29:40.796] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3134450Z [05-13|18:29:40.797] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3134666Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3134871Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3135076Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3135287Z [05-13|18:29:40.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.3135741Z [05-13|18:29:40.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3136243Z [05-13|18:29:40.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3136701Z [05-13|18:29:40.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3136964Z [05-13|18:29:40.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3137223Z [05-13|18:29:40.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3137485Z [05-13|18:29:40.838] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3137933Z [05-13|18:29:40.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3138502Z [05-13|18:29:40.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3138959Z [05-13|18:29:40.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3139288Z [05-13|18:29:40.839] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3139617Z [05-13|18:29:40.839] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3140003Z [05-13|18:29:40.839] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3140268Z [05-13|18:29:40.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3140532Z [05-13|18:29:40.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3140791Z [05-13|18:29:40.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3141253Z [05-13|18:29:40.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3141762Z [05-13|18:29:40.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3142218Z [05-13|18:29:40.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3142549Z [05-13|18:29:40.841] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3142881Z [05-13|18:29:40.841] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3143203Z [05-13|18:29:40.841] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3143524Z [05-13|18:29:40.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3143788Z [05-13|18:29:40.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3144047Z [05-13|18:29:40.842] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3144508Z [05-13|18:29:40.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3144969Z [05-13|18:29:40.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3145473Z [05-13|18:29:40.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3145813Z [05-13|18:29:40.843] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3146146Z [05-13|18:29:40.843] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3146471Z [05-13|18:29:40.843] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3146930Z [05-13|18:29:40.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3147389Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3147844Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3148171Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3148398Z [05-13|18:29:40.844] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3148608Z [05-13|18:29:40.845] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3148935Z [05-13|18:29:40.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3149201Z [05-13|18:29:40.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3149460Z [05-13|18:29:40.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3149914Z [05-13|18:29:40.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3150382Z [05-13|18:29:40.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3150886Z [05-13|18:29:40.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3151234Z [05-13|18:29:40.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3151573Z [05-13|18:29:40.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3151904Z [05-13|18:29:40.846] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3152220Z [05-13|18:29:40.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3152485Z [05-13|18:29:40.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3152941Z [05-13|18:29:40.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3153395Z [05-13|18:29:40.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3153662Z [05-13|18:29:40.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3154159Z [05-13|18:29:40.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3154502Z [05-13|18:29:40.848] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3154834Z [05-13|18:29:40.848] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3155164Z [05-13|18:29:40.848] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3155433Z [05-13|18:29:40.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3155692Z [05-13|18:29:40.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3155947Z [05-13|18:29:40.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3156408Z [05-13|18:29:40.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3156862Z [05-13|18:29:40.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3157316Z [05-13|18:29:40.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3157690Z [05-13|18:29:40.850] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3158015Z [05-13|18:29:40.850] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3158454Z [05-13|18:29:40.851] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3158922Z [05-13|18:29:40.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3159401Z [05-13|18:29:40.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3159914Z [05-13|18:29:40.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3160135Z [05-13|18:29:40.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3160343Z [05-13|18:29:40.852] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3160555Z [05-13|18:29:40.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3160827Z [05-13|18:29:40.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3161335Z [05-13|18:29:40.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3161598Z [05-13|18:29:40.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3161869Z [05-13|18:29:40.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3162327Z [05-13|18:29:40.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3162780Z [05-13|18:29:40.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3163207Z [05-13|18:29:40.854] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3163543Z [05-13|18:29:40.854] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3163870Z [05-13|18:29:40.855] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3164140Z [05-13|18:29:40.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3164401Z [05-13|18:29:40.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3164659Z [05-13|18:29:40.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3165122Z [05-13|18:29:40.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3165580Z [05-13|18:29:40.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3166035Z [05-13|18:29:40.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3166373Z [05-13|18:29:40.856] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3166759Z [05-13|18:29:40.857] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3167086Z [05-13|18:29:40.857] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3167354Z [05-13|18:29:40.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3167614Z [05-13|18:29:40.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3167875Z [05-13|18:29:40.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3168474Z [05-13|18:29:40.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3168994Z [05-13|18:29:40.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3169458Z [05-13|18:29:40.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3169797Z [05-13|18:29:40.859] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3170128Z [05-13|18:29:40.859] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3170326Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3170656Z [05-13|18:29:40.859] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3170793Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3170933Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3171067Z [05-13|18:29:40.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3171198Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3171327Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3171465Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3171648Z [05-13|18:29:40.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3172112Z [05-13|18:29:40.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3172572Z [05-13|18:29:40.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3173025Z [05-13|18:29:40.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3173160Z [05-13|18:29:40.861] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3173496Z [05-13|18:29:40.861] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3173947Z [05-13|18:29:40.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3174278Z [05-13|18:29:40.861] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3174732Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3175055Z [05-13|18:29:40.862] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3175564Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3175896Z [05-13|18:29:40.862] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3176350Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3176805Z [05-13|18:29:40.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3176940Z [05-13|18:29:40.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3177306Z [05-13|18:29:40.863] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3177449Z [05-13|18:29:40.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3177899Z [05-13|18:29:40.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3178148Z [05-13|18:29:40.863] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3178486Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3179016Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3179151Z [05-13|18:29:40.864] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3179488Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3179946Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3180404Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3180794Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3181256Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3181588Z [05-13|18:29:40.864] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3182050Z [05-13|18:29:40.864] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3182379Z [05-13|18:29:40.865] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3182838Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3183297Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3183627Z [05-13|18:29:40.865] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3184080Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3184477Z [05-13|18:29:40.865] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3184929Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3185105Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 -2026-05-13T18:30:54.3185422Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3185570Z [05-13|18:29:40.865] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3186082Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3186236Z [05-13|18:29:40.865] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3186455Z [05-13|18:29:40.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3186593Z [05-13|18:29:40.866] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3186807Z [05-13|18:29:40.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3186944Z [05-13|18:29:40.866] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3187150Z [05-13|18:29:40.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3187367Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 -2026-05-13T18:30:54.3187847Z [05-13|18:29:40.866] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3188446Z [05-13|18:29:40.867] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3188926Z [05-13|18:29:40.867] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3189455Z [05-13|18:29:40.867] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3189728Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3189998Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3190454Z [05-13|18:29:40.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3190907Z [05-13|18:29:40.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3191176Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3191431Z [05-13|18:29:40.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.3191884Z [05-13|18:29:40.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3192336Z [05-13|18:29:40.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3192672Z [05-13|18:29:40.870] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3192997Z [05-13|18:29:40.870] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3193386Z [05-13|18:29:40.871] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3193709Z [05-13|18:29:40.871] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3193850Z [05-13|18:29:40.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3194116Z [05-13|18:29:40.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3194376Z [05-13|18:29:40.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3194881Z [05-13|18:29:40.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3195339Z [05-13|18:29:40.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3195600Z [05-13|18:29:40.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3196053Z [05-13|18:29:40.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3196315Z [05-13|18:29:40.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3196818Z [05-13|18:29:40.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3197160Z [05-13|18:29:40.873] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3197490Z [05-13|18:29:40.873] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3197814Z [05-13|18:29:40.873] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3197958Z [05-13|18:29:40.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3198329Z [05-13|18:29:40.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3198759Z [05-13|18:29:40.874] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3198904Z [05-13|18:29:40.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3199180Z [05-13|18:29:40.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3199443Z [05-13|18:29:40.874] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3199702Z [05-13|18:29:40.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3199966Z [05-13|18:29:40.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3200427Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3200894Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3201353Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3201804Z [05-13|18:29:40.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3202203Z [05-13|18:29:40.875] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3202530Z [05-13|18:29:40.875] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3202856Z [05-13|18:29:40.876] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3203184Z [05-13|18:29:40.876] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3203320Z [05-13|18:29:40.876] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3203580Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3203900Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3204163Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3204619Z [05-13|18:29:40.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3205084Z [05-13|18:29:40.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3205594Z [05-13|18:29:40.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3205860Z [05-13|18:29:40.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.3206194Z [05-13|18:29:40.878] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3206644Z [05-13|18:29:40.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3206782Z [05-13|18:29:40.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3207112Z [05-13|18:29:40.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3207474Z [05-13|18:29:40.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3207614Z [05-13|18:29:40.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3207940Z [05-13|18:29:40.879] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3208335Z [05-13|18:29:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3208791Z [05-13|18:29:40.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3209056Z [05-13|18:29:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3209315Z [05-13|18:29:40.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3209766Z [05-13|18:29:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3210220Z [05-13|18:29:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3210481Z [05-13|18:29:40.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3210925Z [05-13|18:29:40.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3211326Z [05-13|18:29:40.883] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3211651Z [05-13|18:29:40.883] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3211788Z [05-13|18:29:40.884] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3212120Z [05-13|18:29:40.884] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3212444Z [05-13|18:29:40.884] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3212758Z [05-13|18:29:40.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3213030Z [05-13|18:29:40.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3213483Z [05-13|18:29:40.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3213933Z [05-13|18:29:40.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3214249Z [05-13|18:29:40.885] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3214697Z [05-13|18:29:40.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3215025Z [05-13|18:29:40.886] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3215358Z [05-13|18:29:40.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3215678Z [05-13|18:29:40.887] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3215936Z [05-13|18:29:40.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3216250Z [05-13|18:29:40.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3216708Z [05-13|18:29:40.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3216968Z [05-13|18:29:40.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3217424Z [05-13|18:29:40.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3217874Z [05-13|18:29:40.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3218323Z [05-13|18:29:40.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3218668Z [05-13|18:29:40.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3218995Z [05-13|18:29:40.890] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3219210Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3219427Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3219696Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.3219897Z [05-13|18:29:40.891] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3220366Z [05-13|18:29:40.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3220828Z [05-13|18:29:40.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3221282Z [05-13|18:29:40.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3221609Z [05-13|18:29:40.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3221873Z [05-13|18:29:40.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3222325Z [05-13|18:29:40.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3222589Z [05-13|18:29:40.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3223039Z [05-13|18:29:40.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3223542Z [05-13|18:29:40.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3223874Z [05-13|18:29:40.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3224200Z [05-13|18:29:40.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3224533Z [05-13|18:29:40.907] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3224791Z [05-13|18:29:40.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3225105Z [05-13|18:29:40.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3225374Z [05-13|18:29:40.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3225835Z [05-13|18:29:40.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3226291Z [05-13|18:29:40.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3226748Z [05-13|18:29:40.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3227077Z [05-13|18:29:40.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3227402Z [05-13|18:29:40.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3227732Z [05-13|18:29:40.909] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3227999Z [05-13|18:29:40.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3228560Z [05-13|18:29:40.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3228905Z [05-13|18:29:40.910] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3229369Z [05-13|18:29:40.910] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3229825Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3230289Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3230742Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3231132Z [05-13|18:29:40.911] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3231472Z [05-13|18:29:40.911] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3231927Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3232376Z [05-13|18:29:40.911] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3232806Z [05-13|18:29:40.911] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3233270Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3233488Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3233948Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3234450Z [05-13|18:29:40.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3234667Z [05-13|18:29:40.913] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3234875Z [05-13|18:29:40.913] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3235141Z [05-13|18:29:40.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3235413Z [05-13|18:29:40.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3235675Z [05-13|18:29:40.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3236135Z [05-13|18:29:40.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3236594Z [05-13|18:29:40.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3237047Z [05-13|18:29:40.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3237385Z [05-13|18:29:40.914] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3237726Z [05-13|18:29:40.914] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3238224Z [05-13|18:29:40.915] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3238491Z [05-13|18:29:40.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3238756Z [05-13|18:29:40.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3239018Z [05-13|18:29:40.915] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3239478Z [05-13|18:29:40.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3240005Z [05-13|18:29:40.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3240459Z [05-13|18:29:40.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3240804Z [05-13|18:29:40.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3241142Z [05-13|18:29:40.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3241523Z [05-13|18:29:40.917] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3241784Z [05-13|18:29:40.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3242059Z [05-13|18:29:40.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3242517Z [05-13|18:29:40.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3242968Z [05-13|18:29:40.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3243233Z [05-13|18:29:40.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3243737Z [05-13|18:29:40.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3244072Z [05-13|18:29:40.919] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3244400Z [05-13|18:29:40.919] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3244724Z [05-13|18:29:40.919] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3245180Z [05-13|18:29:40.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3245637Z [05-13|18:29:40.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3246092Z [05-13|18:29:40.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3246302Z [05-13|18:29:40.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3246514Z [05-13|18:29:40.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3246775Z [05-13|18:29:40.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3247039Z [05-13|18:29:40.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3247301Z [05-13|18:29:40.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3247560Z [05-13|18:29:40.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3248016Z [05-13|18:29:40.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3248589Z [05-13|18:29:40.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3249099Z [05-13|18:29:40.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3249442Z [05-13|18:29:40.922] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3249773Z [05-13|18:29:40.922] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3250103Z [05-13|18:29:40.922] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3250423Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3250682Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3250939Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3251395Z [05-13|18:29:40.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3251846Z [05-13|18:29:40.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3251985Z [05-13|18:29:40.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3252171Z [05-13|18:29:40.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3252306Z [05-13|18:29:40.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3252568Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3252835Z [05-13|18:29:40.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3253291Z [05-13|18:29:40.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3253780Z [05-13|18:29:40.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3254047Z [05-13|18:29:40.924] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3254384Z [05-13|18:29:40.924] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3254709Z [05-13|18:29:40.924] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3255167Z [05-13|18:29:40.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3255620Z [05-13|18:29:40.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3256003Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3256339Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3256666Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3256803Z [05-13|18:29:40.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3257135Z [05-13|18:29:40.925] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3257268Z [05-13|18:29:40.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3257627Z [05-13|18:29:40.926] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3258204Z [05-13|18:29:40.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3258341Z [05-13|18:29:40.926] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3258665Z [05-13|18:29:40.926] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3259182Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3259506Z [05-13|18:29:40.926] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3259774Z [05-13|18:29:40.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3260039Z [05-13|18:29:40.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3260491Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3260996Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3261453Z [05-13|18:29:40.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3261903Z [05-13|18:29:40.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3262163Z [05-13|18:29:40.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3262303Z [05-13|18:29:40.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3262753Z [05-13|18:29:40.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3262888Z [05-13|18:29:40.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3263031Z [05-13|18:29:40.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3263361Z [05-13|18:29:40.927] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3263685Z [05-13|18:29:40.928] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3264009Z [05-13|18:29:40.928] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3264389Z [05-13|18:29:40.928] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3264841Z [05-13|18:29:40.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3265114Z [05-13|18:29:40.928] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3265376Z [05-13|18:29:40.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3265708Z [05-13|18:29:40.929] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3266221Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3266680Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3266941Z [05-13|18:29:40.929] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3267276Z [05-13|18:29:40.929] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3267731Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3268341Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3268802Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3269254Z [05-13|18:29:40.929] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3269594Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3270105Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3270446Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3270780Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3271237Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3271567Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3271896Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3272226Z [05-13|18:29:40.930] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3272682Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3273141Z [05-13|18:29:40.930] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3273641Z [05-13|18:29:40.931] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.3274101Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3274241Z [05-13|18:29:40.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3274673Z [05-13|18:29:40.931] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.3275130Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3275319Z [05-13|18:29:40.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3275773Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3276105Z [05-13|18:29:40.931] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3276564Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3276829Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3277006Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 -2026-05-13T18:30:54.3277321Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3277466Z [05-13|18:29:40.931] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3277681Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3277897Z [05-13|18:29:40.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3278163Z [05-13|18:29:40.932] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3278375Z [05-13|18:29:40.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3278647Z [05-13|18:29:40.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3278790Z [05-13|18:29:40.932] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3278933Z [05-13|18:29:40.932] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3279109Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 -2026-05-13T18:30:54.3279593Z [05-13|18:29:40.932] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3280066Z [05-13|18:29:40.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3280540Z [05-13|18:29:40.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3280822Z [05-13|18:29:40.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3281088Z [05-13|18:29:40.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3281552Z [05-13|18:29:40.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3281822Z [05-13|18:29:40.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3282279Z [05-13|18:29:40.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3282821Z [05-13|18:29:40.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3283278Z [05-13|18:29:40.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3283622Z [05-13|18:29:40.934] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3283960Z [05-13|18:29:40.935] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3284339Z [05-13|18:29:40.935] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3284554Z [05-13|18:29:40.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.3284823Z [05-13|18:29:40.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3285083Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3285341Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3285858Z [05-13|18:29:40.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3286312Z [05-13|18:29:40.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3286758Z [05-13|18:29:40.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3287028Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3287287Z [05-13|18:29:40.936] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3287654Z [05-13|18:29:40.937] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3287921Z [05-13|18:29:40.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.3288493Z [05-13|18:29:40.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3288947Z [05-13|18:29:40.937] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3289217Z [05-13|18:29:40.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3289544Z [05-13|18:29:40.937] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3289873Z [05-13|18:29:40.937] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3290335Z [05-13|18:29:40.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3290789Z [05-13|18:29:40.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3291130Z [05-13|18:29:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3291339Z [05-13|18:29:40.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3291671Z [05-13|18:29:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3292008Z [05-13|18:29:40.938] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3292339Z [05-13|18:29:40.939] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3292603Z [05-13|18:29:40.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3292865Z [05-13|18:29:40.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3293178Z [05-13|18:29:40.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3293636Z [05-13|18:29:40.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3294091Z [05-13|18:29:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3294541Z [05-13|18:29:40.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3295029Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.3295464Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.3295729Z [05-13|18:29:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3295991Z [05-13|18:29:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3296419Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.3296932Z [05-13|18:29:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3297201Z [05-13|18:29:40.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3297535Z [05-13|18:29:40.940] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3298000Z [05-13|18:29:40.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3298256Z [05-13|18:29:40.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3298589Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3299042Z [05-13|18:29:40.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3299180Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3299641Z [05-13|18:29:40.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3299777Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3300106Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3300308Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3300440Z [05-13|18:29:40.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3300768Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3301097Z [05-13|18:29:40.941] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3301233Z [05-13|18:29:40.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3301559Z [05-13|18:29:40.942] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3302110Z [05-13|18:29:40.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3302377Z [05-13|18:29:40.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3302636Z [05-13|18:29:40.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3302897Z [05-13|18:29:40.943] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3303351Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3303735Z [05-13|18:29:40.943] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3304203Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3304655Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3305104Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3305620Z [05-13|18:29:40.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3305958Z [05-13|18:29:40.944] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3306286Z [05-13|18:29:40.944] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3306552Z [05-13|18:29:40.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.3306767Z [05-13|18:29:40.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3307224Z [05-13|18:29:40.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3307364Z [05-13|18:29:40.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3307695Z [05-13|18:29:40.944] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3307830Z [05-13|18:29:40.944] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3308161Z [05-13|18:29:40.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3308297Z [05-13|18:29:40.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3308628Z [05-13|18:29:40.945] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3308913Z [05-13|18:29:40.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3309172Z [05-13|18:29:40.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3309431Z [05-13|18:29:40.946] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3309895Z [05-13|18:29:40.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3310164Z [05-13|18:29:40.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3310421Z [05-13|18:29:40.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3310934Z [05-13|18:29:40.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3311200Z [05-13|18:29:40.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3311654Z [05-13|18:29:40.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3311796Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3312301Z [05-13|18:29:40.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3312436Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3312874Z [05-13|18:29:40.948] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.3313009Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3313460Z [05-13|18:29:40.948] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3313599Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3313729Z [05-13|18:29:40.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3314040Z [05-13|18:29:40.948] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3314507Z [05-13|18:29:40.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3314838Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3315160Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3315620Z [05-13|18:29:40.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3315956Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3316278Z [05-13|18:29:40.949] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3316420Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3316551Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3316882Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3317212Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3317530Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3317852Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3318429Z [05-13|18:29:40.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3318567Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3318899Z [05-13|18:29:40.950] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3319040Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3319234Z [05-13|18:29:40.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3319369Z [05-13|18:29:40.951] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3319698Z [05-13|18:29:40.951] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3320150Z [05-13|18:29:40.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3320480Z [05-13|18:29:40.951] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3320796Z [05-13|18:29:40.951] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3320930Z [05-13|18:29:40.951] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3321384Z [05-13|18:29:40.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3321842Z [05-13|18:29:40.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3322101Z [05-13|18:29:40.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3322357Z [05-13|18:29:40.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3322859Z [05-13|18:29:40.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3323309Z [05-13|18:29:40.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3323757Z [05-13|18:29:40.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3323898Z [05-13|18:29:40.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3324227Z [05-13|18:29:40.952] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3324553Z [05-13|18:29:40.953] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3324884Z [05-13|18:29:40.953] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3325208Z [05-13|18:29:40.953] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3325670Z [05-13|18:29:40.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3326006Z [05-13|18:29:40.954] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3326526Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3326857Z [05-13|18:29:40.954] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3327321Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3327776Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3328288Z [05-13|18:29:40.954] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3328564Z [05-13|18:29:40.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3328823Z [05-13|18:29:40.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3329078Z [05-13|18:29:40.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3329538Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3330043Z [05-13|18:29:40.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3330498Z [05-13|18:29:40.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3330828Z [05-13|18:29:40.955] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3331283Z [05-13|18:29:40.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3331665Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3332000Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3332321Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3332783Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3332920Z [05-13|18:29:40.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3333092Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 -2026-05-13T18:30:54.3333403Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3333550Z [05-13|18:29:40.956] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3333764Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.3333902Z [05-13|18:29:40.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3334041Z [05-13|18:29:40.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3334376Z [05-13|18:29:40.956] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3334522Z [05-13|18:29:40.956] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3334984Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3335499Z [05-13|18:29:40.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3335633Z [05-13|18:29:40.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3335774Z [05-13|18:29:40.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3335909Z [05-13|18:29:40.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3336047Z [05-13|18:29:40.957] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3336263Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.3336402Z [05-13|18:29:40.957] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3336646Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.3336917Z [05-13|18:29:40.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3337175Z [05-13|18:29:40.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3337344Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 -2026-05-13T18:30:54.3337606Z [05-13|18:29:40.957] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3338213Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3338699Z [05-13|18:29:40.957] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3339162Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3339613Z [05-13|18:29:40.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3340000Z [05-13|18:29:40.958] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3340333Z [05-13|18:29:40.958] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3340820Z [05-13|18:29:40.958] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3341144Z [05-13|18:29:40.958] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3341626Z [05-13|18:29:40.959] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3341835Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3342042Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3342253Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3342456Z [05-13|18:29:40.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.3342928Z [05-13|18:29:40.959] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3343196Z [05-13|18:29:40.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3343512Z [05-13|18:29:40.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3343769Z [05-13|18:29:40.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3344028Z [05-13|18:29:40.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3344485Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3344936Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3345441Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3345893Z [05-13|18:29:40.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3346230Z [05-13|18:29:40.961] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3346557Z [05-13|18:29:40.962] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3346879Z [05-13|18:29:40.962] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3347257Z [05-13|18:29:40.962] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3347395Z [05-13|18:29:40.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3347654Z [05-13|18:29:40.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3348227Z [05-13|18:29:40.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3348514Z [05-13|18:29:40.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3348832Z [05-13|18:29:40.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3349275Z [05-13|18:29:40.963] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.3349413Z [05-13|18:29:40.964] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3349867Z [05-13|18:29:40.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3350319Z [05-13|18:29:40.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3350652Z [05-13|18:29:40.964] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3351103Z [05-13|18:29:40.964] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3351437Z [05-13|18:29:40.964] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3351759Z [05-13|18:29:40.965] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3352084Z [05-13|18:29:40.965] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3352280Z [05-13|18:29:40.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3352538Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3352795Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3353054Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3353309Z [05-13|18:29:40.966] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3353766Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3354270Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3354720Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3355169Z [05-13|18:29:40.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3355504Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3355883Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3356208Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3356538Z [05-13|18:29:40.967] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3356674Z [05-13|18:29:40.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3356934Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3357197Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3357453Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3357744Z [05-13|18:29:40.968] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3358321Z [05-13|18:29:40.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3358776Z [05-13|18:29:40.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3359226Z [05-13|18:29:40.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3359679Z [05-13|18:29:40.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3360006Z [05-13|18:29:40.969] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3360144Z [05-13|18:29:40.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3360473Z [05-13|18:29:40.970] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3360795Z [05-13|18:29:40.970] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3360937Z [05-13|18:29:40.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3361323Z [05-13|18:29:40.970] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3361529Z [05-13|18:29:40.970] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.3361788Z [05-13|18:29:40.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3362050Z [05-13|18:29:40.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3362307Z [05-13|18:29:40.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3362760Z [05-13|18:29:40.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3363264Z [05-13|18:29:40.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3363721Z [05-13|18:29:40.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3364055Z [05-13|18:29:40.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3364388Z [05-13|18:29:40.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3364768Z [05-13|18:29:40.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3365028Z [05-13|18:29:40.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3365294Z [05-13|18:29:40.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3365554Z [05-13|18:29:40.973] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3366005Z [05-13|18:29:40.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3366511Z [05-13|18:29:40.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3366965Z [05-13|18:29:40.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3367294Z [05-13|18:29:40.974] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3367625Z [05-13|18:29:40.974] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3367950Z [05-13|18:29:40.974] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3368331Z [05-13|18:29:40.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3368598Z [05-13|18:29:40.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3368866Z [05-13|18:29:40.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3369333Z [05-13|18:29:40.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3369794Z [05-13|18:29:40.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3370353Z [05-13|18:29:40.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3370686Z [05-13|18:29:40.976] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3371012Z [05-13|18:29:40.976] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3371333Z [05-13|18:29:40.976] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3371549Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3371754Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3372010Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3372218Z [05-13|18:29:40.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.3372684Z [05-13|18:29:40.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3373135Z [05-13|18:29:40.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3373641Z [05-13|18:29:40.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3373903Z [05-13|18:29:40.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3374162Z [05-13|18:29:40.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3374423Z [05-13|18:29:40.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3374873Z [05-13|18:29:40.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3375369Z [05-13|18:29:40.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3375828Z [05-13|18:29:40.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3376155Z [05-13|18:29:40.995] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3376479Z [05-13|18:29:40.995] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3376810Z [05-13|18:29:40.995] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3377071Z [05-13|18:29:40.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3377326Z [05-13|18:29:40.995] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3377587Z [05-13|18:29:40.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3378165Z [05-13|18:29:40.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3378626Z [05-13|18:29:40.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3379086Z [05-13|18:29:40.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3379477Z [05-13|18:29:40.996] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3379803Z [05-13|18:29:40.997] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3380132Z [05-13|18:29:40.997] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3380402Z [05-13|18:29:40.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3380663Z [05-13|18:29:40.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3380980Z [05-13|18:29:40.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3381443Z [05-13|18:29:40.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3381900Z [05-13|18:29:40.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3382359Z [05-13|18:29:40.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3382745Z [05-13|18:29:40.999] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3383072Z [05-13|18:29:40.999] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3383403Z [05-13|18:29:40.999] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3383864Z [05-13|18:29:40.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3384372Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3384587Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3385045Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3385261Z [05-13|18:29:41.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3385470Z [05-13|18:29:41.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3385734Z [05-13|18:29:41.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3385994Z [05-13|18:29:41.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3386453Z [05-13|18:29:41.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3386715Z [05-13|18:29:41.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3387171Z [05-13|18:29:41.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3387623Z [05-13|18:29:41.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3388004Z [05-13|18:29:41.003] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3388459Z [05-13|18:29:41.003] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3388600Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3388739Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3389077Z [05-13|18:29:41.003] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3389211Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3389345Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3389537Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3389675Z [05-13|18:29:41.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3390007Z [05-13|18:29:41.004] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3390460Z [05-13|18:29:41.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3390790Z [05-13|18:29:41.004] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3391301Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3391630Z [05-13|18:29:41.005] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3392089Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3392536Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3392864Z [05-13|18:29:41.005] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3393373Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3393709Z [05-13|18:29:41.005] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3394171Z [05-13|18:29:41.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3394308Z [05-13|18:29:41.005] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3394441Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3394576Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3394705Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3395039Z [05-13|18:29:41.006] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3395214Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 -2026-05-13T18:30:54.3395527Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3395664Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3395809Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3396276Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3396468Z [05-13|18:29:41.006] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3396922Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3397143Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.3397286Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3397424Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3397637Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.3397881Z [05-13|18:29:41.006] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.3398022Z [05-13|18:29:41.006] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3398318Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 -2026-05-13T18:30:54.3398798Z [05-13|18:29:41.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3399270Z [05-13|18:29:41.007] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3399805Z [05-13|18:29:41.009] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3400276Z [05-13|18:29:41.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3400544Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3400815Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3401073Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3401580Z [05-13|18:29:41.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3401849Z [05-13|18:29:41.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3402303Z [05-13|18:29:41.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3402756Z [05-13|18:29:41.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3403208Z [05-13|18:29:41.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3403540Z [05-13|18:29:41.016] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3403874Z [05-13|18:29:41.016] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3404014Z [05-13|18:29:41.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3404338Z [05-13|18:29:41.017] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3404663Z [05-13|18:29:41.017] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3404861Z [05-13|18:29:41.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3405121Z [05-13|18:29:41.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3405571Z [05-13|18:29:41.018] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3405840Z [05-13|18:29:41.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3406097Z [05-13|18:29:41.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3406547Z [05-13|18:29:41.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3406859Z [05-13|18:29:41.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3407312Z [05-13|18:29:41.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3407764Z [05-13|18:29:41.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3408208Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3408603Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3408936Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3409073Z [05-13|18:29:41.020] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3409398Z [05-13|18:29:41.020] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3409667Z [05-13|18:29:41.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3409927Z [05-13|18:29:41.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3410237Z [05-13|18:29:41.021] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3410704Z [05-13|18:29:41.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3411165Z [05-13|18:29:41.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3411638Z [05-13|18:29:41.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3412087Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.3412227Z [05-13|18:29:41.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3412656Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.3412799Z [05-13|18:29:41.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3413130Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3413557Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.3413890Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3414273Z [05-13|18:29:41.022] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3414407Z [05-13|18:29:41.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3414544Z [05-13|18:29:41.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3414869Z [05-13|18:29:41.023] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3415331Z [05-13|18:29:41.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3415471Z [05-13|18:29:41.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3415784Z [05-13|18:29:41.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3416240Z [05-13|18:29:41.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3416509Z [05-13|18:29:41.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3416955Z [05-13|18:29:41.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3417253Z [05-13|18:29:41.024] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3417711Z [05-13|18:29:41.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3418258Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.3418398Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3418825Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.3419211Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3419638Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.3419779Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3419911Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3420235Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3420376Z [05-13|18:29:41.025] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3420696Z [05-13|18:29:41.025] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3421021Z [05-13|18:29:41.026] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3421481Z [05-13|18:29:41.026] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3421695Z [05-13|18:29:41.026] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.3421957Z [05-13|18:29:41.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3422225Z [05-13|18:29:41.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3422539Z [05-13|18:29:41.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3422991Z [05-13|18:29:41.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3423448Z [05-13|18:29:41.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3423899Z [05-13|18:29:41.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3424229Z [05-13|18:29:41.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3424610Z [05-13|18:29:41.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3424939Z [05-13|18:29:41.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3425200Z [05-13|18:29:41.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3425464Z [05-13|18:29:41.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3425724Z [05-13|18:29:41.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3426231Z [05-13|18:29:41.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3426687Z [05-13|18:29:41.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3427135Z [05-13|18:29:41.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3427467Z [05-13|18:29:41.030] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3427797Z [05-13|18:29:41.030] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3428289Z [05-13|18:29:41.030] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3428559Z [05-13|18:29:41.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3428822Z [05-13|18:29:41.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3429081Z [05-13|18:29:41.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3429540Z [05-13|18:29:41.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3429999Z [05-13|18:29:41.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3430448Z [05-13|18:29:41.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3430776Z [05-13|18:29:41.032] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3431099Z [05-13|18:29:41.032] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3431422Z [05-13|18:29:41.032] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3431690Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3431902Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3432103Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3432306Z [05-13|18:29:41.033] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.3432766Z [05-13|18:29:41.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3433214Z [05-13|18:29:41.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3433716Z [05-13|18:29:41.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3433994Z [05-13|18:29:41.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3434253Z [05-13|18:29:41.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3434511Z [05-13|18:29:41.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3435017Z [05-13|18:29:41.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3435464Z [05-13|18:29:41.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3435918Z [05-13|18:29:41.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3436250Z [05-13|18:29:41.084] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3436574Z [05-13|18:29:41.085] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3436971Z [05-13|18:29:41.085] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3437235Z [05-13|18:29:41.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3437491Z [05-13|18:29:41.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3437752Z [05-13|18:29:41.086] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3438329Z [05-13|18:29:41.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3438791Z [05-13|18:29:41.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3439247Z [05-13|18:29:41.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3439578Z [05-13|18:29:41.087] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3439903Z [05-13|18:29:41.087] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3440232Z [05-13|18:29:41.087] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3440564Z [05-13|18:29:41.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3440826Z [05-13|18:29:41.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3441098Z [05-13|18:29:41.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3441559Z [05-13|18:29:41.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3442014Z [05-13|18:29:41.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3442527Z [05-13|18:29:41.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3442893Z [05-13|18:29:41.089] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3443222Z [05-13|18:29:41.089] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3443553Z [05-13|18:29:41.089] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3444009Z [05-13|18:29:41.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3444516Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3444739Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3445195Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3445404Z [05-13|18:29:41.090] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3445617Z [05-13|18:29:41.091] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3445934Z [05-13|18:29:41.091] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3446201Z [05-13|18:29:41.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3446465Z [05-13|18:29:41.092] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3446920Z [05-13|18:29:41.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3447374Z [05-13|18:29:41.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3447831Z [05-13|18:29:41.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3448308Z [05-13|18:29:41.092] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3448652Z [05-13|18:29:41.092] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3448983Z [05-13|18:29:41.093] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3449247Z [05-13|18:29:41.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3449578Z [05-13|18:29:41.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3449838Z [05-13|18:29:41.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3450294Z [05-13|18:29:41.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3450764Z [05-13|18:29:41.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3451217Z [05-13|18:29:41.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3451412Z [05-13|18:29:41.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3451755Z [05-13|18:29:41.094] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3451891Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3452023Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3452361Z [05-13|18:29:41.095] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3452689Z [05-13|18:29:41.095] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3452879Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3453011Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3453150Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3453283Z [05-13|18:29:41.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3453611Z [05-13|18:29:41.096] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3454073Z [05-13|18:29:41.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3454457Z [05-13|18:29:41.096] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3454914Z [05-13|18:29:41.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3455243Z [05-13|18:29:41.096] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3455694Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3456149Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3456474Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3456932Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3457267Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3457728Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3458219Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3458682Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3459136Z [05-13|18:29:41.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3459579Z [05-13|18:29:41.097] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.3459721Z [05-13|18:29:41.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3460213Z [05-13|18:29:41.098] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.3460354Z [05-13|18:29:41.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3460785Z [05-13|18:29:41.098] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.3461119Z [05-13|18:29:41.098] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3461578Z [05-13|18:29:41.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3461773Z [05-13|18:29:41.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3461947Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 -2026-05-13T18:30:54.3462253Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3462407Z [05-13|18:29:41.098] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3462622Z [05-13|18:29:41.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.3462765Z [05-13|18:29:41.098] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3462978Z [05-13|18:29:41.098] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.3463119Z [05-13|18:29:41.099] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3463311Z [05-13|18:29:41.099] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3463484Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 -2026-05-13T18:30:54.3463974Z [05-13|18:29:41.099] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3464447Z [05-13|18:29:41.099] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3464923Z [05-13|18:29:41.100] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3465393Z [05-13|18:29:41.100] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3465661Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3465930Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3466186Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3466649Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3466970Z [05-13|18:29:41.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3467421Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3467871Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3468446Z [05-13|18:29:41.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3468782Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3469169Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3469316Z [05-13|18:29:41.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3469635Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3469956Z [05-13|18:29:41.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3470098Z [05-13|18:29:41.104] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3470409Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3470665Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3471128Z [05-13|18:29:41.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3471390Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3471649Z [05-13|18:29:41.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3472106Z [05-13|18:29:41.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3472602Z [05-13|18:29:41.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3473053Z [05-13|18:29:41.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3473391Z [05-13|18:29:41.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3473716Z [05-13|18:29:41.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3474037Z [05-13|18:29:41.106] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3474178Z [05-13|18:29:41.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3474312Z [05-13|18:29:41.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3474636Z [05-13|18:29:41.106] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3474902Z [05-13|18:29:41.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3475355Z [05-13|18:29:41.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3475675Z [05-13|18:29:41.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3475937Z [05-13|18:29:41.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3476190Z [05-13|18:29:41.108] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3476646Z [05-13|18:29:41.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3477100Z [05-13|18:29:41.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3477429Z [05-13|18:29:41.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3477791Z [05-13|18:29:41.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3478369Z [05-13|18:29:41.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3478699Z [05-13|18:29:41.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3478836Z [05-13|18:29:41.109] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3479231Z [05-13|18:29:41.109] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3479365Z [05-13|18:29:41.109] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3479622Z [05-13|18:29:41.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3480091Z [05-13|18:29:41.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3480360Z [05-13|18:29:41.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3480618Z [05-13|18:29:41.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3481131Z [05-13|18:29:41.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3481586Z [05-13|18:29:41.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3481848Z [05-13|18:29:41.111] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.3482303Z [05-13|18:29:41.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3482638Z [05-13|18:29:41.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3482961Z [05-13|18:29:41.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3483296Z [05-13|18:29:41.111] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3483443Z [05-13|18:29:41.111] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3483762Z [05-13|18:29:41.112] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.3483974Z [05-13|18:29:41.112] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.3484238Z [05-13|18:29:41.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3484550Z [05-13|18:29:41.112] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3484811Z [05-13|18:29:41.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3485269Z [05-13|18:29:41.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3485724Z [05-13|18:29:41.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3486175Z [05-13|18:29:41.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3486556Z [05-13|18:29:41.113] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3486891Z [05-13|18:29:41.113] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3487217Z [05-13|18:29:41.114] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3487478Z [05-13|18:29:41.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3487741Z [05-13|18:29:41.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3488150Z [05-13|18:29:41.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3488612Z [05-13|18:29:41.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3489067Z [05-13|18:29:41.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3489518Z [05-13|18:29:41.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3489903Z [05-13|18:29:41.116] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3490237Z [05-13|18:29:41.116] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3490559Z [05-13|18:29:41.116] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3490817Z [05-13|18:29:41.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3491082Z [05-13|18:29:41.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3491342Z [05-13|18:29:41.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3491795Z [05-13|18:29:41.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3495134Z [05-13|18:29:41.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3495663Z [05-13|18:29:41.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3496020Z [05-13|18:29:41.117] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3496361Z [05-13|18:29:41.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3496788Z [05-13|18:29:41.118] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3497008Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.3497226Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3497430Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3497635Z [05-13|18:29:41.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.3498303Z [05-13|18:29:41.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3498833Z [05-13|18:29:41.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3499290Z [05-13|18:29:41.139] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3499573Z [05-13|18:29:41.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3499841Z [05-13|18:29:41.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3500701Z [05-13|18:29:41.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3501193Z [05-13|18:29:41.150] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3501882Z [05-13|18:29:41.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3502346Z [05-13|18:29:41.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3502694Z [05-13|18:29:41.151] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3503110Z [05-13|18:29:41.151] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3503441Z [05-13|18:29:41.151] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3503713Z [05-13|18:29:41.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3503976Z [05-13|18:29:41.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3504238Z [05-13|18:29:41.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3504711Z [05-13|18:29:41.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3505170Z [05-13|18:29:41.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3505624Z [05-13|18:29:41.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3505964Z [05-13|18:29:41.153] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3506292Z [05-13|18:29:41.153] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3506679Z [05-13|18:29:41.153] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3506954Z [05-13|18:29:41.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3507219Z [05-13|18:29:41.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3507479Z [05-13|18:29:41.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3507944Z [05-13|18:29:41.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3508624Z [05-13|18:29:41.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3509097Z [05-13|18:29:41.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3509432Z [05-13|18:29:41.155] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3509766Z [05-13|18:29:41.155] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3510194Z [05-13|18:29:41.155] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3510652Z [05-13|18:29:41.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3511116Z [05-13|18:29:41.155] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3511573Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3511793Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3512056Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3512520Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3512970Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3513421Z [05-13|18:29:41.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3513636Z [05-13|18:29:41.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3513901Z [05-13|18:29:41.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3514165Z [05-13|18:29:41.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3514433Z [05-13|18:29:41.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3514894Z [05-13|18:29:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3515348Z [05-13|18:29:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3515859Z [05-13|18:29:41.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3516200Z [05-13|18:29:41.158] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3516536Z [05-13|18:29:41.159] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3516690Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3516826Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3517157Z [05-13|18:29:41.159] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3517338Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3517474Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3517606Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3517745Z [05-13|18:29:41.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3518193Z [05-13|18:29:41.160] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3518660Z [05-13|18:29:41.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3519064Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3519524Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3519858Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3520328Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3520659Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3521167Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3521625Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3521960Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3522423Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3522765Z [05-13|18:29:41.161] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3523224Z [05-13|18:29:41.161] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3523372Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3523517Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3523649Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3523781Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3523923Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3524113Z [05-13|18:29:41.162] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3524456Z [05-13|18:29:41.162] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3524931Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3525392Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3525575Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 -2026-05-13T18:30:54.3525896Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3526172Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.3526332Z [05-13|18:29:41.162] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3526556Z [05-13|18:29:41.162] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.3526698Z [05-13|18:29:41.162] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3526837Z [05-13|18:29:41.163] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3527055Z [05-13|18:29:41.163] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.3527232Z [05-13|18:29:41.163] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3527405Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 -2026-05-13T18:30:54.3527903Z [05-13|18:29:41.163] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3528633Z [05-13|18:29:41.163] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3529116Z [05-13|18:29:41.164] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3529669Z [05-13|18:29:41.164] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3529957Z [05-13|18:29:41.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3530219Z [05-13|18:29:41.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3530486Z [05-13|18:29:41.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3530956Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3531412Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3531681Z [05-13|18:29:41.166] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3532131Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3532577Z [05-13|18:29:41.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3532922Z [05-13|18:29:41.166] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3533252Z [05-13|18:29:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3533636Z [05-13|18:29:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3533786Z [05-13|18:29:41.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3534113Z [05-13|18:29:41.167] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3534377Z [05-13|18:29:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3534643Z [05-13|18:29:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3534900Z [05-13|18:29:41.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3535408Z [05-13|18:29:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3535870Z [05-13|18:29:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3536130Z [05-13|18:29:41.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3536581Z [05-13|18:29:41.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3536900Z [05-13|18:29:41.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3537159Z [05-13|18:29:41.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.3537643Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3537915Z [05-13|18:29:41.169] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3538493Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3539009Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3539355Z [05-13|18:29:41.169] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3539807Z [05-13|18:29:41.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3540143Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3540467Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3540791Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3541125Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3541447Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3541769Z [05-13|18:29:41.170] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3541914Z [05-13|18:29:41.171] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3542235Z [05-13|18:29:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3542493Z [05-13|18:29:41.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3542957Z [05-13|18:29:41.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3543409Z [05-13|18:29:41.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3543672Z [05-13|18:29:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3544179Z [05-13|18:29:41.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3544514Z [05-13|18:29:41.172] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3544778Z [05-13|18:29:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3545107Z [05-13|18:29:41.172] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3545368Z [05-13|18:29:41.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3545678Z [05-13|18:29:41.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3546144Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3546403Z [05-13|18:29:41.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3546730Z [05-13|18:29:41.173] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3547190Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3547677Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3548255Z [05-13|18:29:41.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3548597Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3548928Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3549255Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3549587Z [05-13|18:29:41.174] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3549937Z [05-13|18:29:41.174] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.3550074Z [05-13|18:29:41.174] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3550294Z [05-13|18:29:41.174] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3550502Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3550707Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3550988Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3551258Z [05-13|18:29:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3551520Z [05-13|18:29:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3551989Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3552255Z [05-13|18:29:41.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3552713Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3553226Z [05-13|18:29:41.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3553569Z [05-13|18:29:41.176] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3553900Z [05-13|18:29:41.176] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3554235Z [05-13|18:29:41.176] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3554747Z [05-13|18:29:41.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3555203Z [05-13|18:29:41.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3555664Z [05-13|18:29:41.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3555886Z [05-13|18:29:41.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3556095Z [05-13|18:29:41.177] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3556416Z [05-13|18:29:41.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3556686Z [05-13|18:29:41.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3556948Z [05-13|18:29:41.178] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3557164Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3557626Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3558197Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3558660Z [05-13|18:29:41.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3559005Z [05-13|18:29:41.179] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3559342Z [05-13|18:29:41.179] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3559681Z [05-13|18:29:41.179] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3559945Z [05-13|18:29:41.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3560270Z [05-13|18:29:41.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3560535Z [05-13|18:29:41.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3560992Z [05-13|18:29:41.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3561450Z [05-13|18:29:41.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3561960Z [05-13|18:29:41.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3562299Z [05-13|18:29:41.181] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3562640Z [05-13|18:29:41.181] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3562966Z [05-13|18:29:41.181] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3563107Z [05-13|18:29:41.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3563293Z [05-13|18:29:41.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3563565Z [05-13|18:29:41.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3563702Z [05-13|18:29:41.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3563965Z [05-13|18:29:41.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3564429Z [05-13|18:29:41.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3564692Z [05-13|18:29:41.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3565202Z [05-13|18:29:41.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3565669Z [05-13|18:29:41.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3566000Z [05-13|18:29:41.183] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3566463Z [05-13|18:29:41.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3566793Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3567123Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3567587Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3567917Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3568363Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3568828Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3569220Z [05-13|18:29:41.184] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3569679Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3570142Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3570598Z [05-13|18:29:41.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3570733Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3570926Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3571071Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3571400Z [05-13|18:29:41.185] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3571862Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3572000Z [05-13|18:29:41.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3572499Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3572832Z [05-13|18:29:41.186] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3573289Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3573620Z [05-13|18:29:41.186] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3574082Z [05-13|18:29:41.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3574465Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3574923Z [05-13|18:29:41.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3575384Z [05-13|18:29:41.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3575719Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3576172Z [05-13|18:29:41.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3576626Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:54.3577062Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:54.3577497Z [05-13|18:29:41.187] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:54.3577635Z [05-13|18:29:41.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3578008Z [05-13|18:29:41.189] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3578593Z [05-13|18:29:41.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3579052Z [05-13|18:29:41.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3579229Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 -2026-05-13T18:30:54.3579542Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3579690Z [05-13|18:29:41.190] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3579921Z [05-13|18:29:41.190] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3580141Z [05-13|18:29:41.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3580286Z [05-13|18:29:41.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3580431Z [05-13|18:29:41.191] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3580640Z [05-13|18:29:41.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3580784Z [05-13|18:29:41.191] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3581002Z [05-13|18:29:41.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3581201Z [05-13|18:29:41.192] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3581383Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 -2026-05-13T18:30:54.3581863Z [05-13|18:29:41.192] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3582337Z [05-13|18:29:41.193] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3582812Z [05-13|18:29:41.193] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3583332Z [05-13|18:29:41.193] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3583608Z [05-13|18:29:41.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3583876Z [05-13|18:29:41.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3584135Z [05-13|18:29:41.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3584597Z [05-13|18:29:41.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3585053Z [05-13|18:29:41.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3585506Z [05-13|18:29:41.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3585776Z [05-13|18:29:41.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3586227Z [05-13|18:29:41.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3586564Z [05-13|18:29:41.197] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3586955Z [05-13|18:29:41.197] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3587278Z [05-13|18:29:41.197] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3587415Z [05-13|18:29:41.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3587553Z [05-13|18:29:41.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3587884Z [05-13|18:29:41.198] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3588019Z [05-13|18:29:41.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3588400Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3588729Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3588992Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3589249Z [05-13|18:29:41.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3589714Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3590225Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3590682Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3591133Z [05-13|18:29:41.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3591473Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3591806Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3592183Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3592512Z [05-13|18:29:41.200] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3592654Z [05-13|18:29:41.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3592789Z [05-13|18:29:41.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3593049Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3593307Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3593571Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3594028Z [05-13|18:29:41.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3594295Z [05-13|18:29:41.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3594751Z [05-13|18:29:41.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3595201Z [05-13|18:29:41.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3595710Z [05-13|18:29:41.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3596041Z [05-13|18:29:41.202] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3596176Z [05-13|18:29:41.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3596511Z [05-13|18:29:41.203] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3596838Z [05-13|18:29:41.203] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3596974Z [05-13|18:29:41.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3597341Z [05-13|18:29:41.203] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3597482Z [05-13|18:29:41.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3597831Z [05-13|18:29:41.203] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.3598165Z [05-13|18:29:41.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3598379Z [05-13|18:29:41.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3598647Z [05-13|18:29:41.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3598850Z [05-13|18:29:41.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3599313Z [05-13|18:29:41.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3599776Z [05-13|18:29:41.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3600235Z [05-13|18:29:41.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3600504Z [05-13|18:29:41.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3600823Z [05-13|18:29:41.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3601102Z [05-13|18:29:41.224] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3601557Z [05-13|18:29:41.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3602006Z [05-13|18:29:41.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3602462Z [05-13|18:29:41.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3602797Z [05-13|18:29:41.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3603126Z [05-13|18:29:41.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3603454Z [05-13|18:29:41.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3603716Z [05-13|18:29:41.226] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3603978Z [05-13|18:29:41.226] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3604294Z [05-13|18:29:41.226] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3604754Z [05-13|18:29:41.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3605212Z [05-13|18:29:41.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3605671Z [05-13|18:29:41.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3606003Z [05-13|18:29:41.227] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3606379Z [05-13|18:29:41.227] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3606712Z [05-13|18:29:41.227] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3606982Z [05-13|18:29:41.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3607247Z [05-13|18:29:41.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3607511Z [05-13|18:29:41.228] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3608014Z [05-13|18:29:41.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3608591Z [05-13|18:29:41.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3609055Z [05-13|18:29:41.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3609393Z [05-13|18:29:41.229] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3609786Z [05-13|18:29:41.229] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3610131Z [05-13|18:29:41.230] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3610589Z [05-13|18:29:41.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3611045Z [05-13|18:29:41.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3611506Z [05-13|18:29:41.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3611724Z [05-13|18:29:41.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3611942Z [05-13|18:29:41.231] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3612150Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3612416Z [05-13|18:29:41.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3612676Z [05-13|18:29:41.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3612945Z [05-13|18:29:41.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3613462Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3613921Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3614374Z [05-13|18:29:41.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3614716Z [05-13|18:29:41.233] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3615108Z [05-13|18:29:41.233] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3615439Z [05-13|18:29:41.233] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3615702Z [05-13|18:29:41.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3615969Z [05-13|18:29:41.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3616232Z [05-13|18:29:41.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3616743Z [05-13|18:29:41.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3617205Z [05-13|18:29:41.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3617657Z [05-13|18:29:41.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3617993Z [05-13|18:29:41.235] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3618446Z [05-13|18:29:41.235] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3618839Z [05-13|18:29:41.235] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3619108Z [05-13|18:29:41.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3619375Z [05-13|18:29:41.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3619837Z [05-13|18:29:41.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3620101Z [05-13|18:29:41.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3620562Z [05-13|18:29:41.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3621018Z [05-13|18:29:41.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3621351Z [05-13|18:29:41.237] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3621684Z [05-13|18:29:41.237] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3622012Z [05-13|18:29:41.237] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3622530Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3622994Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3623453Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3623667Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3623884Z [05-13|18:29:41.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3624144Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3624417Z [05-13|18:29:41.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3624684Z [05-13|18:29:41.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3624945Z [05-13|18:29:41.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3625406Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3625921Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3626375Z [05-13|18:29:41.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3626715Z [05-13|18:29:41.241] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3627052Z [05-13|18:29:41.241] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3627389Z [05-13|18:29:41.241] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3627696Z [05-13|18:29:41.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3627961Z [05-13|18:29:41.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3628337Z [05-13|18:29:41.242] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3628797Z [05-13|18:29:41.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3629259Z [05-13|18:29:41.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3629712Z [05-13|18:29:41.242] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3630053Z [05-13|18:29:41.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3630381Z [05-13|18:29:41.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3630707Z [05-13|18:29:41.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3630978Z [05-13|18:29:41.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3631302Z [05-13|18:29:41.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3631561Z [05-13|18:29:41.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3632025Z [05-13|18:29:41.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3632512Z [05-13|18:29:41.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3632968Z [05-13|18:29:41.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3633371Z [05-13|18:29:41.245] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3633708Z [05-13|18:29:41.245] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3634041Z [05-13|18:29:41.246] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3634504Z [05-13|18:29:41.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3635011Z [05-13|18:29:41.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3635465Z [05-13|18:29:41.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3635683Z [05-13|18:29:41.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3635889Z [05-13|18:29:41.247] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3636096Z [05-13|18:29:41.248] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3636365Z [05-13|18:29:41.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.3636678Z [05-13|18:29:41.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.3636944Z [05-13|18:29:41.248] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.3637411Z [05-13|18:29:41.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3637867Z [05-13|18:29:41.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3638438Z [05-13|18:29:41.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3638784Z [05-13|18:29:41.250] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.3639115Z [05-13|18:29:41.250] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.3639264Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3639403Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3639535Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3639869Z [05-13|18:29:41.250] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.3640071Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3640207Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3640338Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3640472Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3640603Z [05-13|18:29:41.250] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3640735Z [05-13|18:29:41.251] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3641070Z [05-13|18:29:41.251] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3641585Z [05-13|18:29:41.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3641918Z [05-13|18:29:41.251] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3642378Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3642704Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3643158Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3643543Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3643996Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3644444Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3644778Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3645291Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3645627Z [05-13|18:29:41.252] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3646090Z [05-13|18:29:41.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3646225Z [05-13|18:29:41.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3646361Z [05-13|18:29:41.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3646496Z [05-13|18:29:41.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3646626Z [05-13|18:29:41.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3646757Z [05-13|18:29:41.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3646894Z [05-13|18:29:41.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3647229Z [05-13|18:29:41.253] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.3647694Z [05-13|18:29:41.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3648274Z [05-13|18:29:41.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3648710Z [05-13|18:29:41.253] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.3649167Z [05-13|18:29:41.253] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3649503Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.3649959Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3650290Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 13, "digest": "b24a94419d2a501bccf8..."} -2026-05-13T18:30:54.3650802Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3651257Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3651589Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 14, "digest": "3488ef04a7f0895e8319..."} -2026-05-13T18:30:54.3652051Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3652439Z [05-13|18:29:41.254] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 15, "digest": "b3df078f57f02ec5eba5..."} -2026-05-13T18:30:54.3652903Z [05-13|18:29:41.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3653041Z [05-13|18:29:41.254] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3653173Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3653506Z [05-13|18:29:41.255] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 16, "digest": "f2763cbfec21416f5a5d..."} -2026-05-13T18:30:54.3653645Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3653875Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 -2026-05-13T18:30:54.3654188Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3654328Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3654474Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3654937Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3655161Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.3655613Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3655750Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3655888Z [05-13|18:29:41.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3656032Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3656244Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.3656389Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3656599Z [05-13|18:29:41.255] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.3656739Z [05-13|18:29:41.255] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3656956Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 -2026-05-13T18:30:54.3657435Z [05-13|18:29:41.256] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3657911Z [05-13|18:29:41.256] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3658504Z [05-13|18:29:41.256] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3659038Z [05-13|18:29:41.257] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3659311Z [05-13|18:29:41.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3659581Z [05-13|18:29:41.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3659838Z [05-13|18:29:41.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3660298Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3660807Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3661256Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3661524Z [05-13|18:29:41.259] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3661865Z [05-13|18:29:41.259] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3662320Z [05-13|18:29:41.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3662508Z [05-13|18:29:41.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3662850Z [05-13|18:29:41.260] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3663174Z [05-13|18:29:41.260] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3663310Z [05-13|18:29:41.260] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3663642Z [05-13|18:29:41.260] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3663909Z [05-13|18:29:41.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3664167Z [05-13|18:29:41.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3664427Z [05-13|18:29:41.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3664880Z [05-13|18:29:41.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3665334Z [05-13|18:29:41.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3665792Z [05-13|18:29:41.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3666109Z [05-13|18:29:41.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.3666437Z [05-13|18:29:41.262] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3666769Z [05-13|18:29:41.262] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3667095Z [05-13|18:29:41.262] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3667544Z [05-13|18:29:41.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3667723Z [05-13|18:29:41.262] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3667859Z [05-13|18:29:41.262] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3668297Z [05-13|18:29:41.263] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3668438Z [05-13|18:29:41.263] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3668698Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3668956Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3669277Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3669535Z [05-13|18:29:41.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3669991Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3670449Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3670898Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3671396Z [05-13|18:29:41.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3671739Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3671873Z [05-13|18:29:41.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3672200Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3672530Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3672662Z [05-13|18:29:41.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3672986Z [05-13|18:29:41.265] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3673340Z [05-13|18:29:41.265] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.3673550Z [05-13|18:29:41.265] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.3673761Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3673971Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3674177Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3674436Z [05-13|18:29:41.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3674894Z [05-13|18:29:41.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3675346Z [05-13|18:29:41.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3675792Z [05-13|18:29:41.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3676059Z [05-13|18:29:41.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3676369Z [05-13|18:29:41.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3676630Z [05-13|18:29:41.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3677087Z [05-13|18:29:41.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3677534Z [05-13|18:29:41.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3678019Z [05-13|18:29:41.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3678482Z [05-13|18:29:41.310] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3678808Z [05-13|18:29:41.310] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3679136Z [05-13|18:29:41.310] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3679395Z [05-13|18:29:41.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3679651Z [05-13|18:29:41.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3679972Z [05-13|18:29:41.311] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3680435Z [05-13|18:29:41.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3680901Z [05-13|18:29:41.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3681373Z [05-13|18:29:41.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3681718Z [05-13|18:29:41.311] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3682040Z [05-13|18:29:41.312] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3682371Z [05-13|18:29:41.312] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3682637Z [05-13|18:29:41.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3682897Z [05-13|18:29:41.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3683166Z [05-13|18:29:41.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3683685Z [05-13|18:29:41.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3684143Z [05-13|18:29:41.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3684599Z [05-13|18:29:41.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3684739Z [05-13|18:29:41.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3684872Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3685261Z [05-13|18:29:41.314] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3685591Z [05-13|18:29:41.314] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3685918Z [05-13|18:29:41.314] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3686058Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3686191Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3686325Z [05-13|18:29:41.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3686838Z [05-13|18:29:41.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3687294Z [05-13|18:29:41.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3687748Z [05-13|18:29:41.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3687888Z [05-13|18:29:41.315] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3688020Z [05-13|18:29:41.315] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3688269Z [05-13|18:29:41.316] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3688667Z [05-13|18:29:41.316] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.3689126Z [05-13|18:29:41.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3689455Z [05-13|18:29:41.316] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.3689915Z [05-13|18:29:41.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3690239Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.3690690Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3691018Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.3691468Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3691918Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3692306Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.3692760Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3693091Z [05-13|18:29:41.317] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.3693557Z [05-13|18:29:41.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3693728Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 -2026-05-13T18:30:54.3694083Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3694236Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3694694Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3694834Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3695052Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3695192Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3695454Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3695601Z [05-13|18:29:41.318] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3695807Z [05-13|18:29:41.318] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3695978Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 -2026-05-13T18:30:54.3696459Z [05-13|18:29:41.319] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3696930Z [05-13|18:29:41.319] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3697436Z [05-13|18:29:41.319] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3697912Z [05-13|18:29:41.320] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3698291Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3698557Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3698821Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3699077Z [05-13|18:29:41.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3699534Z [05-13|18:29:41.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3699990Z [05-13|18:29:41.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3700437Z [05-13|18:29:41.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3700886Z [05-13|18:29:41.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3701290Z [05-13|18:29:41.322] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3701427Z [05-13|18:29:41.322] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3701759Z [05-13|18:29:41.322] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3702085Z [05-13|18:29:41.322] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3702221Z [05-13|18:29:41.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3702352Z [05-13|18:29:41.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3702733Z [05-13|18:29:41.323] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3702995Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3703252Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3703511Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3703766Z [05-13|18:29:41.323] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3704268Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3704722Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3705170Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3705619Z [05-13|18:29:41.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3705952Z [05-13|18:29:41.324] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3706327Z [05-13|18:29:41.325] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3706467Z [05-13|18:29:41.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3706794Z [05-13|18:29:41.325] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3707120Z [05-13|18:29:41.325] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3707256Z [05-13|18:29:41.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3707392Z [05-13|18:29:41.325] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3707649Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3707904Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3708289Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3708750Z [05-13|18:29:41.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3709203Z [05-13|18:29:41.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3709720Z [05-13|18:29:41.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3709979Z [05-13|18:29:41.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3710307Z [05-13|18:29:41.327] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3710764Z [05-13|18:29:41.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3711093Z [05-13|18:29:41.327] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3711479Z [05-13|18:29:41.327] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3711622Z [05-13|18:29:41.327] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3711947Z [05-13|18:29:41.328] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3712294Z [05-13|18:29:41.328] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.3712513Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3712723Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3712980Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3713189Z [05-13|18:29:41.328] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3713643Z [05-13|18:29:41.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3714094Z [05-13|18:29:41.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3714547Z [05-13|18:29:41.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3714895Z [05-13|18:29:41.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3715162Z [05-13|18:29:41.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3715425Z [05-13|18:29:41.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3715883Z [05-13|18:29:41.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3716332Z [05-13|18:29:41.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3716780Z [05-13|18:29:41.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3717112Z [05-13|18:29:41.364] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3717444Z [05-13|18:29:41.364] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3717766Z [05-13|18:29:41.365] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3718139Z [05-13|18:29:41.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3718484Z [05-13|18:29:41.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3718747Z [05-13|18:29:41.366] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3719202Z [05-13|18:29:41.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3719658Z [05-13|18:29:41.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3720109Z [05-13|18:29:41.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3720496Z [05-13|18:29:41.366] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3720833Z [05-13|18:29:41.366] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3721156Z [05-13|18:29:41.367] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3721416Z [05-13|18:29:41.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3721688Z [05-13|18:29:41.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3721998Z [05-13|18:29:41.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3722452Z [05-13|18:29:41.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3722909Z [05-13|18:29:41.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3723367Z [05-13|18:29:41.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3723697Z [05-13|18:29:41.368] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3724084Z [05-13|18:29:41.368] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3724414Z [05-13|18:29:41.369] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3724873Z [05-13|18:29:41.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3725331Z [05-13|18:29:41.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3725781Z [05-13|18:29:41.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3725993Z [05-13|18:29:41.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3726206Z [05-13|18:29:41.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3726414Z [05-13|18:29:41.370] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3726672Z [05-13|18:29:41.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3726968Z [05-13|18:29:41.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3727464Z [05-13|18:29:41.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3727724Z [05-13|18:29:41.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3728297Z [05-13|18:29:41.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3728749Z [05-13|18:29:41.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3729076Z [05-13|18:29:41.372] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3729467Z [05-13|18:29:41.372] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3729795Z [05-13|18:29:41.372] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3730056Z [05-13|18:29:41.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3730319Z [05-13|18:29:41.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3730775Z [05-13|18:29:41.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3731288Z [05-13|18:29:41.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3731550Z [05-13|18:29:41.373] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3732001Z [05-13|18:29:41.374] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3732337Z [05-13|18:29:41.374] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3732659Z [05-13|18:29:41.374] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3733038Z [05-13|18:29:41.374] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3733313Z [05-13|18:29:41.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3733576Z [05-13|18:29:41.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3733835Z [05-13|18:29:41.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3734302Z [05-13|18:29:41.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3734757Z [05-13|18:29:41.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3735212Z [05-13|18:29:41.375] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3735556Z [05-13|18:29:41.376] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3735887Z [05-13|18:29:41.376] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3736215Z [05-13|18:29:41.376] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3736732Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3737190Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3737643Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3737860Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3738190Z [05-13|18:29:41.377] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3738463Z [05-13|18:29:41.378] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3738736Z [05-13|18:29:41.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3738994Z [05-13|18:29:41.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3739252Z [05-13|18:29:41.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3739721Z [05-13|18:29:41.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3740226Z [05-13|18:29:41.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3740681Z [05-13|18:29:41.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3741017Z [05-13|18:29:41.379] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3741341Z [05-13|18:29:41.380] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3741712Z [05-13|18:29:41.380] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3741983Z [05-13|18:29:41.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3742248Z [05-13|18:29:41.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3742509Z [05-13|18:29:41.381] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3742982Z [05-13|18:29:41.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3743439Z [05-13|18:29:41.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3743892Z [05-13|18:29:41.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3744242Z [05-13|18:29:41.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3744697Z [05-13|18:29:41.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3745048Z [05-13|18:29:41.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3745557Z [05-13|18:29:41.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3745898Z [05-13|18:29:41.382] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3746369Z [05-13|18:29:41.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3746632Z [05-13|18:29:41.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3746892Z [05-13|18:29:41.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3747192Z [05-13|18:29:41.383] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3747651Z [05-13|18:29:41.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3748224Z [05-13|18:29:41.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3748689Z [05-13|18:29:41.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3749081Z [05-13|18:29:41.384] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3749408Z [05-13|18:29:41.384] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3749751Z [05-13|18:29:41.384] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3750209Z [05-13|18:29:41.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3750663Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3751175Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3751392Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3751600Z [05-13|18:29:41.385] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3751812Z [05-13|18:29:41.386] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3752076Z [05-13|18:29:41.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3752336Z [05-13|18:29:41.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3752600Z [05-13|18:29:41.387] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3753056Z [05-13|18:29:41.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3753512Z [05-13|18:29:41.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3753973Z [05-13|18:29:41.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3754364Z [05-13|18:29:41.388] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3754695Z [05-13|18:29:41.388] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3755026Z [05-13|18:29:41.388] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3755288Z [05-13|18:29:41.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3755549Z [05-13|18:29:41.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3755811Z [05-13|18:29:41.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3756323Z [05-13|18:29:41.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3756780Z [05-13|18:29:41.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3757244Z [05-13|18:29:41.389] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3757387Z [05-13|18:29:41.389] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3757556Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3757692Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3758156Z [05-13|18:29:41.390] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3758496Z [05-13|18:29:41.390] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3758636Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3758768Z [05-13|18:29:41.390] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3759098Z [05-13|18:29:41.390] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3759236Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3759426Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3759562Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3759697Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3759826Z [05-13|18:29:41.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3760153Z [05-13|18:29:41.392] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3760616Z [05-13|18:29:41.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3761065Z [05-13|18:29:41.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3761395Z [05-13|18:29:41.392] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3761851Z [05-13|18:29:41.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3762179Z [05-13|18:29:41.393] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3762629Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3762957Z [05-13|18:29:41.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3763215Z [05-13|18:29:41.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3763471Z [05-13|18:29:41.393] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3763924Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3764252Z [05-13|18:29:41.393] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3764748Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3765203Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3765650Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3765783Z [05-13|18:29:41.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3765968Z [05-13|18:29:41.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3766098Z [05-13|18:29:41.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3766544Z [05-13|18:29:41.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3766876Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3767200Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3767656Z [05-13|18:29:41.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3768022Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3768492Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3768832Z [05-13|18:29:41.394] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3769306Z [05-13|18:29:41.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3769642Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3770103Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3770554Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3770895Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3771359Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3771758Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3772211Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3772544Z [05-13|18:29:41.395] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3772998Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3773451Z [05-13|18:29:41.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3773841Z [05-13|18:29:41.396] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3774300Z [05-13|18:29:41.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3774517Z [05-13|18:29:41.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3774697Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 -2026-05-13T18:30:54.3774964Z [05-13|18:29:41.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3775276Z [05-13|18:29:41.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3775537Z [05-13|18:29:41.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3775992Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3776304Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3776457Z [05-13|18:29:41.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3776919Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3777184Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3777646Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3777788Z [05-13|18:29:41.397] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3778000Z [05-13|18:29:41.397] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.3778454Z [05-13|18:29:41.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3778595Z [05-13|18:29:41.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3778732Z [05-13|18:29:41.398] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3779062Z [05-13|18:29:41.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3779236Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 -2026-05-13T18:30:54.3779721Z [05-13|18:29:41.398] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3780051Z [05-13|18:29:41.398] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3780316Z [05-13|18:29:41.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3780860Z [05-13|18:29:41.399] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3781126Z [05-13|18:29:41.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3781384Z [05-13|18:29:41.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3781851Z [05-13|18:29:41.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3782309Z [05-13|18:29:41.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3782811Z [05-13|18:29:41.400] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3783292Z [05-13|18:29:41.400] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3783625Z [05-13|18:29:41.401] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3783949Z [05-13|18:29:41.401] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3784365Z [05-13|18:29:41.401] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3784825Z [05-13|18:29:41.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3785305Z [05-13|18:29:41.402] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3785520Z [05-13|18:29:41.403] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3786030Z [05-13|18:29:41.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3786484Z [05-13|18:29:41.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3786698Z [05-13|18:29:41.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3786904Z [05-13|18:29:41.406] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3787169Z [05-13|18:29:41.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3787429Z [05-13|18:29:41.406] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3787884Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3788453Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3788723Z [05-13|18:29:41.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3789172Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3789433Z [05-13|18:29:41.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3789947Z [05-13|18:29:41.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3790279Z [05-13|18:29:41.408] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3790541Z [05-13|18:29:41.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3790803Z [05-13|18:29:41.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3791255Z [05-13|18:29:41.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3791762Z [05-13|18:29:41.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3792098Z [05-13|18:29:41.409] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3792236Z [05-13|18:29:41.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3792494Z [05-13|18:29:41.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3792826Z [05-13|18:29:41.409] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3793328Z [05-13|18:29:41.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3793463Z [05-13|18:29:41.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3793791Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3794114Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3794435Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3794574Z [05-13|18:29:41.410] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3794940Z [05-13|18:29:41.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3795203Z [05-13|18:29:41.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3795467Z [05-13|18:29:41.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3795729Z [05-13|18:29:41.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3796188Z [05-13|18:29:41.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3796645Z [05-13|18:29:41.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3797099Z [05-13|18:29:41.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3797361Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3797620Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3797950Z [05-13|18:29:41.413] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3798363Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3798693Z [05-13|18:29:41.413] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3799148Z [05-13|18:29:41.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3799603Z [05-13|18:29:41.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3799868Z [05-13|18:29:41.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3800378Z [05-13|18:29:41.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3800829Z [05-13|18:29:41.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3801159Z [05-13|18:29:41.414] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3801483Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3801868Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3802194Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3802515Z [05-13|18:29:41.415] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3802650Z [05-13|18:29:41.415] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3802925Z [05-13|18:29:41.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3803185Z [05-13|18:29:41.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3803698Z [05-13|18:29:41.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3804162Z [05-13|18:29:41.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3804429Z [05-13|18:29:41.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3804881Z [05-13|18:29:41.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3805222Z [05-13|18:29:41.417] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3805482Z [05-13|18:29:41.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3805740Z [05-13|18:29:41.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3806075Z [05-13|18:29:41.417] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3806336Z [05-13|18:29:41.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3806663Z [05-13|18:29:41.417] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3807125Z [05-13|18:29:41.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3807631Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3807893Z [05-13|18:29:41.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.3808467Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3808928Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3809321Z [05-13|18:29:41.418] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3809781Z [05-13|18:29:41.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3810233Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3810693Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3811075Z [05-13|18:29:41.419] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3811400Z [05-13|18:29:41.419] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3811628Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3811838Z [05-13|18:29:41.419] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3812162Z [05-13|18:29:41.420] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3812303Z [05-13|18:29:41.420] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3812703Z [05-13|18:29:41.420] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.3812916Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3813126Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3813328Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3813530Z [05-13|18:29:41.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3813744Z [05-13|18:29:41.421] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3814010Z [05-13|18:29:41.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3814271Z [05-13|18:29:41.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3814537Z [05-13|18:29:41.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3814997Z [05-13|18:29:41.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3815449Z [05-13|18:29:41.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3815907Z [05-13|18:29:41.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3816300Z [05-13|18:29:41.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3816624Z [05-13|18:29:41.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3816953Z [05-13|18:29:41.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3817216Z [05-13|18:29:41.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3817476Z [05-13|18:29:41.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3817782Z [05-13|18:29:41.423] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3818353Z [05-13|18:29:41.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3818813Z [05-13|18:29:41.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3819330Z [05-13|18:29:41.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3819753Z [05-13|18:29:41.424] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3820088Z [05-13|18:29:41.424] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3820424Z [05-13|18:29:41.424] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3820690Z [05-13|18:29:41.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3820950Z [05-13|18:29:41.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3821216Z [05-13|18:29:41.425] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3821761Z [05-13|18:29:41.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3822221Z [05-13|18:29:41.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3822680Z [05-13|18:29:41.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3823012Z [05-13|18:29:41.426] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3823335Z [05-13|18:29:41.426] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3823665Z [05-13|18:29:41.426] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3824122Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3824579Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3825039Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3825306Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3825518Z [05-13|18:29:41.427] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3825724Z [05-13|18:29:41.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3825988Z [05-13|18:29:41.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3826252Z [05-13|18:29:41.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3826515Z [05-13|18:29:41.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3827021Z [05-13|18:29:41.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3827484Z [05-13|18:29:41.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3827936Z [05-13|18:29:41.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3828400Z [05-13|18:29:41.430] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3828799Z [05-13|18:29:41.431] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3829127Z [05-13|18:29:41.431] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3829393Z [05-13|18:29:41.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3829663Z [05-13|18:29:41.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3829922Z [05-13|18:29:41.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3830435Z [05-13|18:29:41.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3830900Z [05-13|18:29:41.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3831351Z [05-13|18:29:41.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3831687Z [05-13|18:29:41.433] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3832021Z [05-13|18:29:41.433] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3832349Z [05-13|18:29:41.433] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3832486Z [05-13|18:29:41.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3832622Z [05-13|18:29:41.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3832950Z [05-13|18:29:41.434] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3833405Z [05-13|18:29:41.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3833862Z [05-13|18:29:41.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3834248Z [05-13|18:29:41.434] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3834510Z [05-13|18:29:41.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3834649Z [05-13|18:29:41.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3835099Z [05-13|18:29:41.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3835369Z [05-13|18:29:41.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3835879Z [05-13|18:29:41.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3836146Z [05-13|18:29:41.435] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3836600Z [05-13|18:29:41.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3836934Z [05-13|18:29:41.435] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3837429Z [05-13|18:29:41.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3837884Z [05-13|18:29:41.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3838249Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3838389Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3838521Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3838654Z [05-13|18:29:41.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3839008Z [05-13|18:29:41.436] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3839401Z [05-13|18:29:41.436] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3839748Z [05-13|18:29:41.437] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3839885Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3840017Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3840154Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3840291Z [05-13|18:29:41.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3840618Z [05-13|18:29:41.437] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3841076Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3841530Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3841664Z [05-13|18:29:41.438] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3842135Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3842586Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3842781Z [05-13|18:29:41.438] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3843236Z [05-13|18:29:41.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3843566Z [05-13|18:29:41.438] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3844022Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3844411Z [05-13|18:29:41.439] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3844546Z [05-13|18:29:41.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3845015Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3845349Z [05-13|18:29:41.439] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3845805Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3846310Z [05-13|18:29:41.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3846448Z [05-13|18:29:41.440] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3846581Z [05-13|18:29:41.440] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3846920Z [05-13|18:29:41.440] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3847378Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3847742Z [05-13|18:29:41.441] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3848318Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3848657Z [05-13|18:29:41.441] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3849116Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3849569Z [05-13|18:29:41.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3849906Z [05-13|18:29:41.442] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3850357Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3850696Z [05-13|18:29:41.442] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3850869Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 -2026-05-13T18:30:54.3851177Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3851387Z [05-13|18:29:41.442] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3851851Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3852306Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3852450Z [05-13|18:29:41.442] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3852669Z [05-13|18:29:41.442] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3852810Z [05-13|18:29:41.443] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3853016Z [05-13|18:29:41.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3853316Z [05-13|18:29:41.443] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3853463Z [05-13|18:29:41.443] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3853635Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 -2026-05-13T18:30:54.3854119Z [05-13|18:29:41.443] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3854595Z [05-13|18:29:41.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3855118Z [05-13|18:29:41.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3855595Z [05-13|18:29:41.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3855864Z [05-13|18:29:41.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3856125Z [05-13|18:29:41.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3856389Z [05-13|18:29:41.447] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3856899Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3857165Z [05-13|18:29:41.448] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3857624Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3858291Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3858798Z [05-13|18:29:41.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3859142Z [05-13|18:29:41.448] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3859474Z [05-13|18:29:41.448] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3859806Z [05-13|18:29:41.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3859955Z [05-13|18:29:41.449] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3860296Z [05-13|18:29:41.449] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3860640Z [05-13|18:29:41.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3860901Z [05-13|18:29:41.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3861361Z [05-13|18:29:41.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3861828Z [05-13|18:29:41.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3862091Z [05-13|18:29:41.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3862402Z [05-13|18:29:41.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3862859Z [05-13|18:29:41.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3863310Z [05-13|18:29:41.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3863643Z [05-13|18:29:41.451] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3864028Z [05-13|18:29:41.451] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3864354Z [05-13|18:29:41.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3864492Z [05-13|18:29:41.452] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3864822Z [05-13|18:29:41.452] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3865279Z [05-13|18:29:41.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3865728Z [05-13|18:29:41.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3866231Z [05-13|18:29:41.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3866497Z [05-13|18:29:41.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3866754Z [05-13|18:29:41.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3867014Z [05-13|18:29:41.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3867466Z [05-13|18:29:41.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3867917Z [05-13|18:29:41.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3868507Z [05-13|18:29:41.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3868771Z [05-13|18:29:41.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3869102Z [05-13|18:29:41.454] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3869433Z [05-13|18:29:41.454] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3869947Z [05-13|18:29:41.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3870273Z [05-13|18:29:41.455] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3870608Z [05-13|18:29:41.455] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3870960Z [05-13|18:29:41.455] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.3871170Z [05-13|18:29:41.455] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.3871436Z [05-13|18:29:41.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3871655Z [05-13|18:29:41.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3871860Z [05-13|18:29:41.455] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3872067Z [05-13|18:29:41.456] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3872331Z [05-13|18:29:41.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3872588Z [05-13|18:29:41.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3872901Z [05-13|18:29:41.463] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3873353Z [05-13|18:29:41.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3873803Z [05-13|18:29:41.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3874260Z [05-13|18:29:41.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3874589Z [05-13|18:29:41.464] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3874962Z [05-13|18:29:41.465] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3875297Z [05-13|18:29:41.465] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3875556Z [05-13|18:29:41.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3875814Z [05-13|18:29:41.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3876078Z [05-13|18:29:41.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3876528Z [05-13|18:29:41.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3876982Z [05-13|18:29:41.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3877437Z [05-13|18:29:41.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3877766Z [05-13|18:29:41.466] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3878217Z [05-13|18:29:41.466] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3878868Z [05-13|18:29:41.466] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3879128Z [05-13|18:29:41.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3879389Z [05-13|18:29:41.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3879646Z [05-13|18:29:41.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3880100Z [05-13|18:29:41.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3880611Z [05-13|18:29:41.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3881065Z [05-13|18:29:41.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3881391Z [05-13|18:29:41.468] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3881734Z [05-13|18:29:41.468] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3882110Z [05-13|18:29:41.468] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3882560Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3883016Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3883466Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3883672Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3883934Z [05-13|18:29:41.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3884142Z [05-13|18:29:41.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3884405Z [05-13|18:29:41.470] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3884670Z [05-13|18:29:41.470] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3884928Z [05-13|18:29:41.470] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3885383Z [05-13|18:29:41.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3885839Z [05-13|18:29:41.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3886288Z [05-13|18:29:41.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3886618Z [05-13|18:29:41.471] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3886948Z [05-13|18:29:41.471] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3887278Z [05-13|18:29:41.471] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3887580Z [05-13|18:29:41.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3887843Z [05-13|18:29:41.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3888215Z [05-13|18:29:41.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3888681Z [05-13|18:29:41.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3889145Z [05-13|18:29:41.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3889657Z [05-13|18:29:41.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3889989Z [05-13|18:29:41.473] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3890322Z [05-13|18:29:41.473] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3890643Z [05-13|18:29:41.474] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3890963Z [05-13|18:29:41.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3891231Z [05-13|18:29:41.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3891493Z [05-13|18:29:41.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3891955Z [05-13|18:29:41.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3892419Z [05-13|18:29:41.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3892925Z [05-13|18:29:41.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3893271Z [05-13|18:29:41.475] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3893602Z [05-13|18:29:41.475] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3894062Z [05-13|18:29:41.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3894524Z [05-13|18:29:41.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3894854Z [05-13|18:29:41.476] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3895069Z [05-13|18:29:41.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3895535Z [05-13|18:29:41.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3895747Z [05-13|18:29:41.477] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3895955Z [05-13|18:29:41.478] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3896225Z [05-13|18:29:41.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3896544Z [05-13|18:29:41.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3896801Z [05-13|18:29:41.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3897260Z [05-13|18:29:41.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3897714Z [05-13|18:29:41.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3898282Z [05-13|18:29:41.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3898677Z [05-13|18:29:41.479] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3899010Z [05-13|18:29:41.479] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3899334Z [05-13|18:29:41.479] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3899604Z [05-13|18:29:41.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3899916Z [05-13|18:29:41.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3900370Z [05-13|18:29:41.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3900827Z [05-13|18:29:41.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3901090Z [05-13|18:29:41.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3901544Z [05-13|18:29:41.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3901950Z [05-13|18:29:41.481] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3902291Z [05-13|18:29:41.481] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3902622Z [05-13|18:29:41.481] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3902891Z [05-13|18:29:41.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3903151Z [05-13|18:29:41.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3903407Z [05-13|18:29:41.482] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3903865Z [05-13|18:29:41.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3904324Z [05-13|18:29:41.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3904464Z [05-13|18:29:41.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3904921Z [05-13|18:29:41.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3905252Z [05-13|18:29:41.483] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3905637Z [05-13|18:29:41.483] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3905963Z [05-13|18:29:41.483] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3906102Z [05-13|18:29:41.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3906237Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3906377Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3906508Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3906642Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3906814Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3906946Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3907406Z [05-13|18:29:41.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3907543Z [05-13|18:29:41.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3907998Z [05-13|18:29:41.484] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3908640Z [05-13|18:29:41.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3908785Z [05-13|18:29:41.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3908917Z [05-13|18:29:41.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3909253Z [05-13|18:29:41.485] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3909719Z [05-13|18:29:41.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3910171Z [05-13|18:29:41.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3910366Z [05-13|18:29:41.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3910508Z [05-13|18:29:41.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3910640Z [05-13|18:29:41.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3910967Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3911425Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3911763Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3912215Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3912546Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3913000Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3913451Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3913837Z [05-13|18:29:41.487] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3914291Z [05-13|18:29:41.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3914624Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3915087Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3915415Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3915921Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3916386Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3916725Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3917186Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3917570Z [05-13|18:29:41.488] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3918027Z [05-13|18:29:41.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3918335Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 -2026-05-13T18:30:54.3918647Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.3918795Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3919322Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3919468Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3919689Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3919828Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3920043Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3920185Z [05-13|18:29:41.489] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.3920394Z [05-13|18:29:41.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3920568Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 -2026-05-13T18:30:54.3921050Z [05-13|18:29:41.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3921556Z [05-13|18:29:41.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3922037Z [05-13|18:29:41.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3922508Z [05-13|18:29:41.491] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.3922877Z [05-13|18:29:41.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3923137Z [05-13|18:29:41.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3923593Z [05-13|18:29:41.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3924050Z [05-13|18:29:41.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3924311Z [05-13|18:29:41.493] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.3924812Z [05-13|18:29:41.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3925156Z [05-13|18:29:41.494] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3925485Z [05-13|18:29:41.494] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3925809Z [05-13|18:29:41.494] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.3926076Z [05-13|18:29:41.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3926386Z [05-13|18:29:41.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3926840Z [05-13|18:29:41.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3927296Z [05-13|18:29:41.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3927555Z [05-13|18:29:41.495] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.3928001Z [05-13|18:29:41.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3928512Z [05-13|18:29:41.496] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3928845Z [05-13|18:29:41.496] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3929171Z [05-13|18:29:41.496] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.3929438Z [05-13|18:29:41.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3929698Z [05-13|18:29:41.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3929954Z [05-13|18:29:41.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.3930414Z [05-13|18:29:41.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3930866Z [05-13|18:29:41.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3931316Z [05-13|18:29:41.497] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3931652Z [05-13|18:29:41.498] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3932044Z [05-13|18:29:41.498] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3932367Z [05-13|18:29:41.498] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.3932590Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3932795Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.3933001Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3933210Z [05-13|18:29:41.498] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.3933715Z [05-13|18:29:41.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3934173Z [05-13|18:29:41.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3934628Z [05-13|18:29:41.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3934891Z [05-13|18:29:41.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3935200Z [05-13|18:29:41.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3935463Z [05-13|18:29:41.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.3935916Z [05-13|18:29:41.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3936364Z [05-13|18:29:41.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3936817Z [05-13|18:29:41.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3937187Z [05-13|18:29:41.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3937516Z [05-13|18:29:41.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3937845Z [05-13|18:29:41.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3938225Z [05-13|18:29:41.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3938487Z [05-13|18:29:41.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3938748Z [05-13|18:29:41.519] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.3939200Z [05-13|18:29:41.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3939654Z [05-13|18:29:41.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3940106Z [05-13|18:29:41.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3940436Z [05-13|18:29:41.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3940833Z [05-13|18:29:41.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3941158Z [05-13|18:29:41.520] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3941417Z [05-13|18:29:41.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3941681Z [05-13|18:29:41.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3942142Z [05-13|18:29:41.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3942400Z [05-13|18:29:41.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.3942906Z [05-13|18:29:41.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3943360Z [05-13|18:29:41.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3943689Z [05-13|18:29:41.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3944019Z [05-13|18:29:41.522] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3944398Z [05-13|18:29:41.523] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3944852Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3945309Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3945760Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3946018Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3946232Z [05-13|18:29:41.523] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3946438Z [05-13|18:29:41.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.3946697Z [05-13|18:29:41.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3946963Z [05-13|18:29:41.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3947418Z [05-13|18:29:41.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3947866Z [05-13|18:29:41.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3948250Z [05-13|18:29:41.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.3948700Z [05-13|18:29:41.525] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3949030Z [05-13|18:29:41.525] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3949359Z [05-13|18:29:41.526] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3949747Z [05-13|18:29:41.526] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3950006Z [05-13|18:29:41.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3950269Z [05-13|18:29:41.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3950732Z [05-13|18:29:41.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3951187Z [05-13|18:29:41.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3951502Z [05-13|18:29:41.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.3951965Z [05-13|18:29:41.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3952295Z [05-13|18:29:41.527] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3952623Z [05-13|18:29:41.528] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3952947Z [05-13|18:29:41.528] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3953265Z [05-13|18:29:41.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3953533Z [05-13|18:29:41.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3953995Z [05-13|18:29:41.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3954459Z [05-13|18:29:41.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3954724Z [05-13|18:29:41.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.3955231Z [05-13|18:29:41.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3955577Z [05-13|18:29:41.529] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3955907Z [05-13|18:29:41.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3956233Z [05-13|18:29:41.530] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3956706Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3956920Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3957378Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3957838Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3958164Z [05-13|18:29:41.531] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3958379Z [05-13|18:29:41.532] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.3958716Z [05-13|18:29:41.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3958977Z [05-13|18:29:41.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3959237Z [05-13|18:29:41.533] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.3959701Z [05-13|18:29:41.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3960155Z [05-13|18:29:41.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3960661Z [05-13|18:29:41.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3961002Z [05-13|18:29:41.533] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3961329Z [05-13|18:29:41.534] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3961654Z [05-13|18:29:41.534] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3961979Z [05-13|18:29:41.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3962239Z [05-13|18:29:41.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3962498Z [05-13|18:29:41.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.3962960Z [05-13|18:29:41.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3963413Z [05-13|18:29:41.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3963918Z [05-13|18:29:41.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3964273Z [05-13|18:29:41.535] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3964613Z [05-13|18:29:41.536] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3964945Z [05-13|18:29:41.536] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3965214Z [05-13|18:29:41.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3965475Z [05-13|18:29:41.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3965733Z [05-13|18:29:41.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.3966199Z [05-13|18:29:41.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3966655Z [05-13|18:29:41.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3967110Z [05-13|18:29:41.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3967445Z [05-13|18:29:41.538] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3967813Z [05-13|18:29:41.538] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3968258Z [05-13|18:29:41.538] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3968721Z [05-13|18:29:41.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3969182Z [05-13|18:29:41.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3969701Z [05-13|18:29:41.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3969916Z [05-13|18:29:41.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3970125Z [05-13|18:29:41.539] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3970337Z [05-13|18:29:41.540] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.3970600Z [05-13|18:29:41.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3970912Z [05-13|18:29:41.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3971176Z [05-13|18:29:41.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.3971633Z [05-13|18:29:41.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3972094Z [05-13|18:29:41.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3972551Z [05-13|18:29:41.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3972931Z [05-13|18:29:41.541] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3973265Z [05-13|18:29:41.541] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3973598Z [05-13|18:29:41.541] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3973859Z [05-13|18:29:41.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3974120Z [05-13|18:29:41.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3974384Z [05-13|18:29:41.542] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.3974840Z [05-13|18:29:41.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3975295Z [05-13|18:29:41.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3975754Z [05-13|18:29:41.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3976088Z [05-13|18:29:41.543] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3976477Z [05-13|18:29:41.543] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3976810Z [05-13|18:29:41.543] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3977071Z [05-13|18:29:41.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3977335Z [05-13|18:29:41.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3977603Z [05-13|18:29:41.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.3978175Z [05-13|18:29:41.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3978694Z [05-13|18:29:41.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3979159Z [05-13|18:29:41.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3979496Z [05-13|18:29:41.545] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3979829Z [05-13|18:29:41.545] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3980221Z [05-13|18:29:41.545] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3980680Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3981140Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3981595Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3981857Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3982081Z [05-13|18:29:41.546] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3982294Z [05-13|18:29:41.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.3982555Z [05-13|18:29:41.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.3982816Z [05-13|18:29:41.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.3983084Z [05-13|18:29:41.548] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.3983542Z [05-13|18:29:41.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3984006Z [05-13|18:29:41.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3984459Z [05-13|18:29:41.549] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3984796Z [05-13|18:29:41.549] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.3985132Z [05-13|18:29:41.549] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.3985332Z [05-13|18:29:41.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3985661Z [05-13|18:29:41.550] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.3985802Z [05-13|18:29:41.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3985935Z [05-13|18:29:41.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3986069Z [05-13|18:29:41.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3986202Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3986341Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3986471Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3986601Z [05-13|18:29:41.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3986775Z [05-13|18:29:41.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3987108Z [05-13|18:29:41.553] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.3987564Z [05-13|18:29:41.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3988139Z [05-13|18:29:41.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3988545Z [05-13|18:29:41.553] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.3989002Z [05-13|18:29:41.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3989341Z [05-13|18:29:41.553] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.3989797Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3990123Z [05-13|18:29:41.554] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.3990667Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3991123Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3991457Z [05-13|18:29:41.554] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.3991916Z [05-13|18:29:41.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3992256Z [05-13|18:29:41.554] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.3992723Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3993054Z [05-13|18:29:41.555] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.3993515Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3993977Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3994380Z [05-13|18:29:41.555] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.3994833Z [05-13|18:29:41.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3995074Z [05-13|18:29:41.556] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.3995419Z [05-13|18:29:41.556] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.3995874Z [05-13|18:29:41.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.3996265Z [05-13|18:29:41.557] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.3996727Z [05-13|18:29:41.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.3997181Z [05-13|18:29:41.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.3997519Z [05-13|18:29:41.557] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.3998008Z [05-13|18:29:41.557] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.3998267Z [05-13|18:29:41.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3998413Z [05-13|18:29:41.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3998547Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3998678Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3998815Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3998945Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3999075Z [05-13|18:29:41.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.3999478Z [05-13|18:29:41.559] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.3999947Z [05-13|18:29:41.559] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4000083Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4000219Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4000353Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4000490Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4000629Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4000759Z [05-13|18:29:41.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4001099Z [05-13|18:29:41.560] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.4001277Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 -2026-05-13T18:30:54.4001594Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4001746Z [05-13|18:29:41.560] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4002210Z [05-13|18:29:41.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4002492Z [05-13|18:29:41.560] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.4002950Z [05-13|18:29:41.560] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4003093Z [05-13|18:29:41.561] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4003238Z [05-13|18:29:41.561] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4003450Z [05-13|18:29:41.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.4003589Z [05-13|18:29:41.561] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4003801Z [05-13|18:29:41.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.4004021Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 -2026-05-13T18:30:54.4004503Z [05-13|18:29:41.561] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4004982Z [05-13|18:29:41.562] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4005452Z [05-13|18:29:41.562] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4005973Z [05-13|18:29:41.563] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4006248Z [05-13|18:29:41.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4006512Z [05-13|18:29:41.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4006773Z [05-13|18:29:41.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4007236Z [05-13|18:29:41.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4007728Z [05-13|18:29:41.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4008300Z [05-13|18:29:41.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4008571Z [05-13|18:29:41.565] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.4008910Z [05-13|18:29:41.565] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4009243Z [05-13|18:29:41.565] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4009696Z [05-13|18:29:41.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4010025Z [05-13|18:29:41.566] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4010171Z [05-13|18:29:41.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4010306Z [05-13|18:29:41.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4010438Z [05-13|18:29:41.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4010765Z [05-13|18:29:41.566] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4011034Z [05-13|18:29:41.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4011357Z [05-13|18:29:41.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4011616Z [05-13|18:29:41.567] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4012076Z [05-13|18:29:41.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4012529Z [05-13|18:29:41.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4013036Z [05-13|18:29:41.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4013370Z [05-13|18:29:41.568] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4013698Z [05-13|18:29:41.568] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4014025Z [05-13|18:29:41.569] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4014287Z [05-13|18:29:41.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4014599Z [05-13|18:29:41.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4014862Z [05-13|18:29:41.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4015319Z [05-13|18:29:41.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4015773Z [05-13|18:29:41.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4016230Z [05-13|18:29:41.570] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4016612Z [05-13|18:29:41.570] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4016943Z [05-13|18:29:41.570] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4017276Z [05-13|18:29:41.570] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4020586Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4020878Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4021114Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4021374Z [05-13|18:29:41.571] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.4021869Z [05-13|18:29:41.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4022369Z [05-13|18:29:41.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4022833Z [05-13|18:29:41.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4023115Z [05-13|18:29:41.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4023494Z [05-13|18:29:41.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4023753Z [05-13|18:29:41.611] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4024222Z [05-13|18:29:41.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4024685Z [05-13|18:29:41.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4025139Z [05-13|18:29:41.611] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4025538Z [05-13|18:29:41.612] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4025878Z [05-13|18:29:41.612] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4026211Z [05-13|18:29:41.612] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4026490Z [05-13|18:29:41.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4026816Z [05-13|18:29:41.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4027074Z [05-13|18:29:41.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4027537Z [05-13|18:29:41.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4027996Z [05-13|18:29:41.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4028622Z [05-13|18:29:41.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4029023Z [05-13|18:29:41.614] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4029362Z [05-13|18:29:41.614] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4029684Z [05-13|18:29:41.614] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4029950Z [05-13|18:29:41.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4030218Z [05-13|18:29:41.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4030674Z [05-13|18:29:41.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4030933Z [05-13|18:29:41.615] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4031402Z [05-13|18:29:41.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4031852Z [05-13|18:29:41.615] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4032191Z [05-13|18:29:41.616] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4032582Z [05-13|18:29:41.616] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4032908Z [05-13|18:29:41.616] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4033370Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4033822Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4034274Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4034549Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4034761Z [05-13|18:29:41.617] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4035022Z [05-13|18:29:41.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4035285Z [05-13|18:29:41.618] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4035739Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4036051Z [05-13|18:29:41.619] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4036506Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4036955Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4037283Z [05-13|18:29:41.619] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4037495Z [05-13|18:29:41.619] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.4037855Z [05-13|18:29:41.619] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4038304Z [05-13|18:29:41.620] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4038576Z [05-13|18:29:41.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4038835Z [05-13|18:29:41.620] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4039093Z [05-13|18:29:41.621] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4039561Z [05-13|18:29:41.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4040015Z [05-13|18:29:41.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4040468Z [05-13|18:29:41.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4040806Z [05-13|18:29:41.621] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4041131Z [05-13|18:29:41.622] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4041516Z [05-13|18:29:41.622] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4041791Z [05-13|18:29:41.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4042054Z [05-13|18:29:41.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4042317Z [05-13|18:29:41.623] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4042786Z [05-13|18:29:41.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4043246Z [05-13|18:29:41.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4043751Z [05-13|18:29:41.623] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4044096Z [05-13|18:29:41.624] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4044424Z [05-13|18:29:41.624] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4044757Z [05-13|18:29:41.624] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4045276Z [05-13|18:29:41.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4045734Z [05-13|18:29:41.624] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4045953Z [05-13|18:29:41.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4046415Z [05-13|18:29:41.625] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4046626Z [05-13|18:29:41.625] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4046888Z [05-13|18:29:41.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4047161Z [05-13|18:29:41.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4047424Z [05-13|18:29:41.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4047882Z [05-13|18:29:41.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4048267Z [05-13|18:29:41.626] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4048726Z [05-13|18:29:41.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4049185Z [05-13|18:29:41.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4049515Z [05-13|18:29:41.627] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4049842Z [05-13|18:29:41.628] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4050172Z [05-13|18:29:41.628] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4050509Z [05-13|18:29:41.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4050770Z [05-13|18:29:41.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4051038Z [05-13|18:29:41.629] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4051499Z [05-13|18:29:41.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4051959Z [05-13|18:29:41.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4052477Z [05-13|18:29:41.629] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4052829Z [05-13|18:29:41.629] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4053169Z [05-13|18:29:41.630] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4053507Z [05-13|18:29:41.630] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4053776Z [05-13|18:29:41.630] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4054091Z [05-13|18:29:41.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4054558Z [05-13|18:29:41.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4054823Z [05-13|18:29:41.631] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4055281Z [05-13|18:29:41.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4055742Z [05-13|18:29:41.631] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4056126Z [05-13|18:29:41.632] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4056586Z [05-13|18:29:41.632] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4056928Z [05-13|18:29:41.632] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4057255Z [05-13|18:29:41.632] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4057712Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4058378Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4058901Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4059390Z [05-13|18:29:41.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4059853Z [05-13|18:29:41.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4060154Z [05-13|18:29:41.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4060371Z [05-13|18:29:41.634] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4060585Z [05-13|18:29:41.635] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4060854Z [05-13|18:29:41.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4061121Z [05-13|18:29:41.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4061389Z [05-13|18:29:41.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4061907Z [05-13|18:29:41.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4062381Z [05-13|18:29:41.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4062834Z [05-13|18:29:41.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4063173Z [05-13|18:29:41.637] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4063603Z [05-13|18:29:41.637] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4063936Z [05-13|18:29:41.637] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4064086Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4064230Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4064362Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4064495Z [05-13|18:29:41.637] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4064627Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4064817Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4064951Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4065084Z [05-13|18:29:41.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4065423Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4065882Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4066338Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4066673Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4067124Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4067454Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4067915Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4068465Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4069118Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4069585Z [05-13|18:29:41.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4069740Z [05-13|18:29:41.639] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4070086Z [05-13|18:29:41.639] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4070546Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4070746Z [05-13|18:29:41.640] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4071095Z [05-13|18:29:41.640] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4071555Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4071890Z [05-13|18:29:41.640] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4072409Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4072863Z [05-13|18:29:41.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4073206Z [05-13|18:29:41.640] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4073666Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4073998Z [05-13|18:29:41.641] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4074504Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4074650Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4074982Z [05-13|18:29:41.641] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4075120Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4075580Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4076032Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4076212Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 -2026-05-13T18:30:54.4076533Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4076689Z [05-13|18:29:41.641] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4076924Z [05-13|18:29:41.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.4077069Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4077203Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4077374Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4077508Z [05-13|18:29:41.641] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4077653Z [05-13|18:29:41.642] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4077864Z [05-13|18:29:41.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.4078006Z [05-13|18:29:41.642] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4078395Z [05-13|18:29:41.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.4078543Z [05-13|18:29:41.642] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4078715Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 -2026-05-13T18:30:54.4079276Z [05-13|18:29:41.642] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4079758Z [05-13|18:29:41.643] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4080228Z [05-13|18:29:41.643] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4080706Z [05-13|18:29:41.643] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4081034Z [05-13|18:29:41.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4081296Z [05-13|18:29:41.645] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4081562Z [05-13|18:29:41.644] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4082034Z [05-13|18:29:41.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4082499Z [05-13|18:29:41.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4083010Z [05-13|18:29:41.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4083358Z [05-13|18:29:41.645] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4083698Z [05-13|18:29:41.646] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4084025Z [05-13|18:29:41.646] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4084296Z [05-13|18:29:41.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4084566Z [05-13|18:29:41.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4084822Z [05-13|18:29:41.646] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4085279Z [05-13|18:29:41.646] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4085739Z [05-13|18:29:41.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4086186Z [05-13|18:29:41.647] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4086502Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4086764Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4087095Z [05-13|18:29:41.647] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4087354Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4087690Z [05-13|18:29:41.647] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4087949Z [05-13|18:29:41.647] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4088461Z [05-13|18:29:41.647] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4088930Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4089377Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4089521Z [05-13|18:29:41.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4089980Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4090169Z [05-13|18:29:41.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4090618Z [05-13|18:29:41.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4090763Z [05-13|18:29:41.648] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4091095Z [05-13|18:29:41.648] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4091422Z [05-13|18:29:41.648] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4091689Z [05-13|18:29:41.648] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.4092019Z [05-13|18:29:41.649] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4092347Z [05-13|18:29:41.649] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4092616Z [05-13|18:29:41.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4092875Z [05-13|18:29:41.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4093134Z [05-13|18:29:41.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4093593Z [05-13|18:29:41.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4094044Z [05-13|18:29:41.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4094495Z [05-13|18:29:41.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4094833Z [05-13|18:29:41.650] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4095091Z [05-13|18:29:41.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4095429Z [05-13|18:29:41.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4095691Z [05-13|18:29:41.650] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4096019Z [05-13|18:29:41.650] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4096473Z [05-13|18:29:41.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4096930Z [05-13|18:29:41.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4097302Z [05-13|18:29:41.651] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4097757Z [05-13|18:29:41.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4098339Z [05-13|18:29:41.651] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4098699Z [05-13|18:29:41.651] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4099099Z [05-13|18:29:41.652] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4099370Z [05-13|18:29:41.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4099633Z [05-13|18:29:41.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4100092Z [05-13|18:29:41.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4100549Z [05-13|18:29:41.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4100868Z [05-13|18:29:41.652] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4101322Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4101772Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4102220Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4102674Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4102889Z [05-13|18:29:41.653] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4103221Z [05-13|18:29:41.653] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4103556Z [05-13|18:29:41.653] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4103879Z [05-13|18:29:41.653] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4104088Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4104358Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4104560Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4104760Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4104966Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.4105169Z [05-13|18:29:41.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4105434Z [05-13|18:29:41.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4105691Z [05-13|18:29:41.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4106009Z [05-13|18:29:41.654] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4106464Z [05-13|18:29:41.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4106921Z [05-13|18:29:41.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4107370Z [05-13|18:29:41.655] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4107740Z [05-13|18:29:41.655] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4108283Z [05-13|18:29:41.656] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4108709Z [05-13|18:29:41.656] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4108982Z [05-13|18:29:41.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4109248Z [05-13|18:29:41.656] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4109508Z [05-13|18:29:41.657] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4110047Z [05-13|18:29:41.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4110515Z [05-13|18:29:41.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4110969Z [05-13|18:29:41.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4111300Z [05-13|18:29:41.657] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4111632Z [05-13|18:29:41.657] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4111957Z [05-13|18:29:41.658] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4112235Z [05-13|18:29:41.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4112505Z [05-13|18:29:41.658] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4112763Z [05-13|18:29:41.659] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4113226Z [05-13|18:29:41.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4113747Z [05-13|18:29:41.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4114200Z [05-13|18:29:41.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4114539Z [05-13|18:29:41.659] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4114877Z [05-13|18:29:41.660] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4115204Z [05-13|18:29:41.660] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4115714Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4116178Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4116629Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4116898Z [05-13|18:29:41.660] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4117112Z [05-13|18:29:41.661] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4117319Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4117588Z [05-13|18:29:41.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4117855Z [05-13|18:29:41.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4118255Z [05-13|18:29:41.662] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4118852Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4119393Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4119861Z [05-13|18:29:41.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4120208Z [05-13|18:29:41.663] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4120354Z [05-13|18:29:41.663] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4120680Z [05-13|18:29:41.663] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4120818Z [05-13|18:29:41.663] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4121179Z [05-13|18:29:41.663] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4121319Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4121452Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4121588Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4121718Z [05-13|18:29:41.664] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4122045Z [05-13|18:29:41.665] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4122572Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4123022Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4123356Z [05-13|18:29:41.665] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4123811Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4124190Z [05-13|18:29:41.665] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4124647Z [05-13|18:29:41.665] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4124981Z [05-13|18:29:41.666] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4125457Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4125912Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4126296Z [05-13|18:29:41.666] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4126754Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4127102Z [05-13|18:29:41.666] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4127566Z [05-13|18:29:41.666] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4127743Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4127883Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4128017Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4128289Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4128420Z [05-13|18:29:41.666] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4128558Z [05-13|18:29:41.667] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4128890Z [05-13|18:29:41.667] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4129353Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4129819Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4129998Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 -2026-05-13T18:30:54.4130310Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4130464Z [05-13|18:29:41.667] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4130681Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4130899Z [05-13|18:29:41.667] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4131111Z [05-13|18:29:41.667] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4131251Z [05-13|18:29:41.668] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4131460Z [05-13|18:29:41.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4131603Z [05-13|18:29:41.668] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4131776Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 -2026-05-13T18:30:54.4132258Z [05-13|18:29:41.668] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4132745Z [05-13|18:29:41.668] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4133307Z [05-13|18:29:41.669] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4133788Z [05-13|18:29:41.674] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4134260Z [05-13|18:29:41.675] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4134768Z [05-13|18:29:41.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4135218Z [05-13|18:29:41.676] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4135497Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4135760Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4136016Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4136524Z [05-13|18:29:41.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4136789Z [05-13|18:29:41.677] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.4137244Z [05-13|18:29:41.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4137693Z [05-13|18:29:41.677] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4138400Z [05-13|18:29:41.678] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4138761Z [05-13|18:29:41.678] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4138906Z [05-13|18:29:41.678] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4139237Z [05-13|18:29:41.678] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4139570Z [05-13|18:29:41.678] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4139898Z [05-13|18:29:41.679] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4140037Z [05-13|18:29:41.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4140252Z [05-13|18:29:41.679] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4140517Z [05-13|18:29:41.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4140782Z [05-13|18:29:41.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4141045Z [05-13|18:29:41.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4141510Z [05-13|18:29:41.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4141959Z [05-13|18:29:41.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4142474Z [05-13|18:29:41.680] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4142808Z [05-13|18:29:41.680] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4143134Z [05-13|18:29:41.681] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4143464Z [05-13|18:29:41.681] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4143779Z [05-13|18:29:41.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4144039Z [05-13|18:29:41.681] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4144304Z [05-13|18:29:41.682] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4144760Z [05-13|18:29:41.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4145209Z [05-13|18:29:41.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4145721Z [05-13|18:29:41.682] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4146056Z [05-13|18:29:41.682] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4146383Z [05-13|18:29:41.682] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4146719Z [05-13|18:29:41.682] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4146936Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4147149Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.4147359Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4147564Z [05-13|18:29:41.683] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4147829Z [05-13|18:29:41.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4148302Z [05-13|18:29:41.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4148567Z [05-13|18:29:41.686] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4149023Z [05-13|18:29:41.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4149569Z [05-13|18:29:41.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4150022Z [05-13|18:29:41.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4150350Z [05-13|18:29:41.687] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4150681Z [05-13|18:29:41.687] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4151149Z [05-13|18:29:41.687] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4151421Z [05-13|18:29:41.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4151687Z [05-13|18:29:41.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4151948Z [05-13|18:29:41.688] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4152403Z [05-13|18:29:41.688] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4152921Z [05-13|18:29:41.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4153366Z [05-13|18:29:41.689] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4153697Z [05-13|18:29:41.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4154042Z [05-13|18:29:41.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4154367Z [05-13|18:29:41.689] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4154681Z [05-13|18:29:41.690] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4154948Z [05-13|18:29:41.690] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4155399Z [05-13|18:29:41.690] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4155660Z [05-13|18:29:41.690] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4156118Z [05-13|18:29:41.691] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4156596Z [05-13|18:29:41.690] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4156929Z [05-13|18:29:41.691] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4157261Z [05-13|18:29:41.692] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4157585Z [05-13|18:29:41.692] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4158239Z [05-13|18:29:41.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4158903Z [05-13|18:29:41.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4159367Z [05-13|18:29:41.692] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4159591Z [05-13|18:29:41.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4159801Z [05-13|18:29:41.693] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4160005Z [05-13|18:29:41.694] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4160283Z [05-13|18:29:41.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4160607Z [05-13|18:29:41.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4160868Z [05-13|18:29:41.694] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4161327Z [05-13|18:29:41.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4161800Z [05-13|18:29:41.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4162338Z [05-13|18:29:41.695] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4162682Z [05-13|18:29:41.695] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4163005Z [05-13|18:29:41.695] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4163330Z [05-13|18:29:41.695] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4163597Z [05-13|18:29:41.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4163909Z [05-13|18:29:41.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4164381Z [05-13|18:29:41.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4164647Z [05-13|18:29:41.696] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4165108Z [05-13|18:29:41.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4165564Z [05-13|18:29:41.696] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4165900Z [05-13|18:29:41.697] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4166225Z [05-13|18:29:41.697] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4166547Z [05-13|18:29:41.697] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4166822Z [05-13|18:29:41.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4167086Z [05-13|18:29:41.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4167343Z [05-13|18:29:41.698] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4167856Z [05-13|18:29:41.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4168488Z [05-13|18:29:41.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4168950Z [05-13|18:29:41.698] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4169299Z [05-13|18:29:41.699] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4169785Z [05-13|18:29:41.699] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4170119Z [05-13|18:29:41.699] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4170585Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4171042Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4171312Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4171772Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4171984Z [05-13|18:29:41.700] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4172192Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4172461Z [05-13|18:29:41.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4172915Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4173226Z [05-13|18:29:41.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4173496Z [05-13|18:29:41.712] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4173949Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4174415Z [05-13|18:29:41.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4174746Z [05-13|18:29:41.713] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4175073Z [05-13|18:29:41.713] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4175401Z [05-13|18:29:41.713] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4175665Z [05-13|18:29:41.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4175923Z [05-13|18:29:41.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4176188Z [05-13|18:29:41.714] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4176644Z [05-13|18:29:41.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4177154Z [05-13|18:29:41.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4177610Z [05-13|18:29:41.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4177953Z [05-13|18:29:41.715] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4178530Z [05-13|18:29:41.715] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4178944Z [05-13|18:29:41.715] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4179215Z [05-13|18:29:41.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4179474Z [05-13|18:29:41.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4179736Z [05-13|18:29:41.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4180198Z [05-13|18:29:41.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4180711Z [05-13|18:29:41.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4181172Z [05-13|18:29:41.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4181503Z [05-13|18:29:41.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4181827Z [05-13|18:29:41.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4182212Z [05-13|18:29:41.717] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4182678Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4183135Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4183353Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4183564Z [05-13|18:29:41.718] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4184017Z [05-13|18:29:41.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4184228Z [05-13|18:29:41.729] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4184494Z [05-13|18:29:41.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4184756Z [05-13|18:29:41.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4185023Z [05-13|18:29:41.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4185479Z [05-13|18:29:41.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4185988Z [05-13|18:29:41.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4186446Z [05-13|18:29:41.730] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4186783Z [05-13|18:29:41.731] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4187115Z [05-13|18:29:41.731] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4187448Z [05-13|18:29:41.731] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4187634Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4187773Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4187910Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4188041Z [05-13|18:29:41.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4188446Z [05-13|18:29:41.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4188912Z [05-13|18:29:41.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4189239Z [05-13|18:29:41.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4189695Z [05-13|18:29:41.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4189961Z [05-13|18:29:41.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4190417Z [05-13|18:29:41.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4190754Z [05-13|18:29:41.733] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4191143Z [05-13|18:29:41.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4191481Z [05-13|18:29:41.733] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4191937Z [05-13|18:29:41.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4192077Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4192213Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4192545Z [05-13|18:29:41.734] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4192683Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4192816Z [05-13|18:29:41.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4192947Z [05-13|18:29:41.735] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4193282Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4193736Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4194067Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4194586Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4194919Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4195384Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4195843Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4195977Z [05-13|18:29:41.735] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4196357Z [05-13|18:29:41.735] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4196817Z [05-13|18:29:41.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4197143Z [05-13|18:29:41.736] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4197598Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4197780Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4197913Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4198572Z [05-13|18:29:41.736] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4198743Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4199215Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4199670Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4200094Z [05-13|18:29:41.736] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4200563Z [05-13|18:29:41.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4200707Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4200842Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4200975Z [05-13|18:29:41.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4201191Z [05-13|18:29:41.737] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.4201532Z [05-13|18:29:41.737] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4201994Z [05-13|18:29:41.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4202131Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4202269Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4202403Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4202534Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4202669Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4202918Z [05-13|18:29:41.737] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4203247Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4203712Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4204163Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4204299Z [05-13|18:29:41.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4204648Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4205158Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4205493Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4205956Z [05-13|18:29:41.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4206293Z [05-13|18:29:41.738] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4206812Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4207268Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4207605Z [05-13|18:29:41.739] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4208198Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4208387Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 -2026-05-13T18:30:54.4208762Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4208916Z [05-13|18:29:41.739] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4209137Z [05-13|18:29:41.739] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.4209276Z [05-13|18:29:41.739] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4209488Z [05-13|18:29:41.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.4209633Z [05-13|18:29:41.740] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4209770Z [05-13|18:29:41.740] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4209975Z [05-13|18:29:41.740] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.4210151Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 -2026-05-13T18:30:54.4210632Z [05-13|18:29:41.740] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4211104Z [05-13|18:29:41.741] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4211582Z [05-13|18:29:41.741] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4212111Z [05-13|18:29:41.741] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4212381Z [05-13|18:29:41.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4212648Z [05-13|18:29:41.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4212906Z [05-13|18:29:41.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4213371Z [05-13|18:29:41.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4213883Z [05-13|18:29:41.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4214335Z [05-13|18:29:41.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4214675Z [05-13|18:29:41.744] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4215008Z [05-13|18:29:41.744] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4215330Z [05-13|18:29:41.744] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4215642Z [05-13|18:29:41.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4215903Z [05-13|18:29:41.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4216360Z [05-13|18:29:41.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4216620Z [05-13|18:29:41.745] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4217075Z [05-13|18:29:41.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4217556Z [05-13|18:29:41.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4217895Z [05-13|18:29:41.746] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4218499Z [05-13|18:29:41.746] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4218831Z [05-13|18:29:41.746] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4219100Z [05-13|18:29:41.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4219359Z [05-13|18:29:41.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4219815Z [05-13|18:29:41.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4220081Z [05-13|18:29:41.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4220533Z [05-13|18:29:41.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4220983Z [05-13|18:29:41.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4221421Z [05-13|18:29:41.748] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4221750Z [05-13|18:29:41.748] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4222078Z [05-13|18:29:41.748] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4222307Z [05-13|18:29:41.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4222517Z [05-13|18:29:41.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4222719Z [05-13|18:29:41.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.4222981Z [05-13|18:29:41.749] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4223441Z [05-13|18:29:41.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4223890Z [05-13|18:29:41.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4224346Z [05-13|18:29:41.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4224662Z [05-13|18:29:41.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4224919Z [05-13|18:29:41.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4225185Z [05-13|18:29:41.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4225636Z [05-13|18:29:41.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4226085Z [05-13|18:29:41.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4226602Z [05-13|18:29:41.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4226960Z [05-13|18:29:41.762] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4227283Z [05-13|18:29:41.762] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4227612Z [05-13|18:29:41.762] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4227874Z [05-13|18:29:41.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4228301Z [05-13|18:29:41.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4228566Z [05-13|18:29:41.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4229021Z [05-13|18:29:41.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4229472Z [05-13|18:29:41.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4229927Z [05-13|18:29:41.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4230318Z [05-13|18:29:41.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4230643Z [05-13|18:29:41.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4230974Z [05-13|18:29:41.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4231237Z [05-13|18:29:41.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4231492Z [05-13|18:29:41.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4231756Z [05-13|18:29:41.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4232260Z [05-13|18:29:41.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4232713Z [05-13|18:29:41.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4233168Z [05-13|18:29:41.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4233498Z [05-13|18:29:41.766] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4233883Z [05-13|18:29:41.766] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4234208Z [05-13|18:29:41.766] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4234658Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4235115Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4235622Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4235840Z [05-13|18:29:41.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4236049Z [05-13|18:29:41.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4236254Z [05-13|18:29:41.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4236513Z [05-13|18:29:41.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4236796Z [05-13|18:29:41.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4237058Z [05-13|18:29:41.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4237509Z [05-13|18:29:41.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4237962Z [05-13|18:29:41.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4238806Z [05-13|18:29:41.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4239153Z [05-13|18:29:41.769] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4239597Z [05-13|18:29:41.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4239919Z [05-13|18:29:41.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4240179Z [05-13|18:29:41.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4240449Z [05-13|18:29:41.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4240710Z [05-13|18:29:41.771] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4241172Z [05-13|18:29:41.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4241686Z [05-13|18:29:41.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4242144Z [05-13|18:29:41.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4242484Z [05-13|18:29:41.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4242813Z [05-13|18:29:41.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4243187Z [05-13|18:29:41.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4243453Z [05-13|18:29:41.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4243725Z [05-13|18:29:41.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4243983Z [05-13|18:29:41.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4244445Z [05-13|18:29:41.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4244954Z [05-13|18:29:41.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4245412Z [05-13|18:29:41.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4245751Z [05-13|18:29:41.774] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4246084Z [05-13|18:29:41.774] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4246412Z [05-13|18:29:41.774] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4246868Z [05-13|18:29:41.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4247330Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4247783Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4248007Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4248442Z [05-13|18:29:41.775] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4248653Z [05-13|18:29:41.776] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4248926Z [05-13|18:29:41.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4249190Z [05-13|18:29:41.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4249450Z [05-13|18:29:41.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4249922Z [05-13|18:29:41.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4250446Z [05-13|18:29:41.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4250906Z [05-13|18:29:41.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4251243Z [05-13|18:29:41.777] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4251572Z [05-13|18:29:41.777] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4251951Z [05-13|18:29:41.778] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4252223Z [05-13|18:29:41.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4252493Z [05-13|18:29:41.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4252752Z [05-13|18:29:41.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4253216Z [05-13|18:29:41.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4253673Z [05-13|18:29:41.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4254189Z [05-13|18:29:41.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4254549Z [05-13|18:29:41.779] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4254898Z [05-13|18:29:41.779] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4255232Z [05-13|18:29:41.779] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4255507Z [05-13|18:29:41.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4255967Z [05-13|18:29:41.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4256232Z [05-13|18:29:41.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4256498Z [05-13|18:29:41.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4256953Z [05-13|18:29:41.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4257414Z [05-13|18:29:41.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4257809Z [05-13|18:29:41.782] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4258398Z [05-13|18:29:41.782] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4258753Z [05-13|18:29:41.782] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4259229Z [05-13|18:29:41.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4259442Z [05-13|18:29:41.782] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4259973Z [05-13|18:29:41.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4260439Z [05-13|18:29:41.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4260651Z [05-13|18:29:41.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4260860Z [05-13|18:29:41.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4261198Z [05-13|18:29:41.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4261461Z [05-13|18:29:41.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4261728Z [05-13|18:29:41.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4262195Z [05-13|18:29:41.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4262661Z [05-13|18:29:41.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4263169Z [05-13|18:29:41.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4263507Z [05-13|18:29:41.785] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4263838Z [05-13|18:29:41.785] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4264171Z [05-13|18:29:41.786] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4264433Z [05-13|18:29:41.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4264694Z [05-13|18:29:41.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4264958Z [05-13|18:29:41.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4265418Z [05-13|18:29:41.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4265876Z [05-13|18:29:41.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4266336Z [05-13|18:29:41.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4266729Z [05-13|18:29:41.787] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4266870Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4267204Z [05-13|18:29:41.788] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4267533Z [05-13|18:29:41.788] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4267673Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4267810Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4267939Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4268222Z [05-13|18:29:41.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4268429Z [05-13|18:29:41.789] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4268573Z [05-13|18:29:41.789] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4268912Z [05-13|18:29:41.789] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4269372Z [05-13|18:29:41.789] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4269718Z [05-13|18:29:41.789] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4270230Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4270569Z [05-13|18:29:41.790] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4271052Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4271506Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4271939Z [05-13|18:29:41.790] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4272398Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4272738Z [05-13|18:29:41.790] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4273201Z [05-13|18:29:41.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4273340Z [05-13|18:29:41.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4273472Z [05-13|18:29:41.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4273608Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4273941Z [05-13|18:29:41.791] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4274397Z [05-13|18:29:41.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4274850Z [05-13|18:29:41.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4274987Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4275173Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4275310Z [05-13|18:29:41.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4275641Z [05-13|18:29:41.791] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4276100Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4276441Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4276904Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4277276Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4277748Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4278514Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4278879Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4279427Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4279765Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4280226Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4280571Z [05-13|18:29:41.792] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4281084Z [05-13|18:29:41.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4281544Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4281776Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.4282113Z [05-13|18:29:41.793] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4282573Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4282758Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 -2026-05-13T18:30:54.4283071Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4283224Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4283448Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.4283592Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4283801Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.4283948Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4284090Z [05-13|18:29:41.793] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4284379Z [05-13|18:29:41.793] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.4284565Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 -2026-05-13T18:30:54.4285053Z [05-13|18:29:41.794] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4285533Z [05-13|18:29:41.794] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4286017Z [05-13|18:29:41.795] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4286541Z [05-13|18:29:41.795] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4286821Z [05-13|18:29:41.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4287093Z [05-13|18:29:41.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4287353Z [05-13|18:29:41.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4287613Z [05-13|18:29:41.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4288270Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4288885Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4289342Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4289806Z [05-13|18:29:41.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4290217Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4290556Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4290705Z [05-13|18:29:41.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4291033Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4291361Z [05-13|18:29:41.798] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4291508Z [05-13|18:29:41.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4291717Z [05-13|18:29:41.798] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.4291980Z [05-13|18:29:41.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4292245Z [05-13|18:29:41.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4292712Z [05-13|18:29:41.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4292975Z [05-13|18:29:41.799] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4293433Z [05-13|18:29:41.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4293942Z [05-13|18:29:41.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4294276Z [05-13|18:29:41.800] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4294609Z [05-13|18:29:41.800] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4294933Z [05-13|18:29:41.800] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4295195Z [05-13|18:29:41.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4295705Z [05-13|18:29:41.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4295969Z [05-13|18:29:41.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4296226Z [05-13|18:29:41.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4296687Z [05-13|18:29:41.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4297136Z [05-13|18:29:41.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4297538Z [05-13|18:29:41.802] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4297867Z [05-13|18:29:41.802] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4298532Z [05-13|18:29:41.802] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4298764Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4298972Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4299250Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4299465Z [05-13|18:29:41.802] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.4299925Z [05-13|18:29:41.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4300382Z [05-13|18:29:41.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4300841Z [05-13|18:29:41.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4301103Z [05-13|18:29:41.844] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4301360Z [05-13|18:29:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4301626Z [05-13|18:29:41.845] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4302081Z [05-13|18:29:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4302540Z [05-13|18:29:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4303054Z [05-13|18:29:41.845] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4303394Z [05-13|18:29:41.845] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4303722Z [05-13|18:29:41.845] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4304053Z [05-13|18:29:41.846] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4304314Z [05-13|18:29:41.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4304572Z [05-13|18:29:41.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4305091Z [05-13|18:29:41.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4305357Z [05-13|18:29:41.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4305807Z [05-13|18:29:41.846] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4306263Z [05-13|18:29:41.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4306646Z [05-13|18:29:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4306973Z [05-13|18:29:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4307305Z [05-13|18:29:41.847] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4307566Z [05-13|18:29:41.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4307823Z [05-13|18:29:41.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4308273Z [05-13|18:29:41.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4308753Z [05-13|18:29:41.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4309209Z [05-13|18:29:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4309670Z [05-13|18:29:41.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4310006Z [05-13|18:29:41.849] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4310334Z [05-13|18:29:41.849] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4310666Z [05-13|18:29:41.850] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4311123Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4311578Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4312035Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4312303Z [05-13|18:29:41.850] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4312514Z [05-13|18:29:41.851] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4312784Z [05-13|18:29:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4313049Z [05-13|18:29:41.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4313334Z [05-13|18:29:41.852] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4313846Z [05-13|18:29:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4314304Z [05-13|18:29:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4314759Z [05-13|18:29:41.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4315091Z [05-13|18:29:41.852] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4315468Z [05-13|18:29:41.853] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4315681Z [05-13|18:29:41.853] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.4316004Z [05-13|18:29:41.854] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4316264Z [05-13|18:29:41.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4316733Z [05-13|18:29:41.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4316995Z [05-13|18:29:41.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4317489Z [05-13|18:29:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4317760Z [05-13|18:29:41.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4318335Z [05-13|18:29:41.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4318668Z [05-13|18:29:41.857] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4318999Z [05-13|18:29:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4319344Z [05-13|18:29:41.858] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4319802Z [05-13|18:29:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4320263Z [05-13|18:29:41.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4320534Z [05-13|18:29:41.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4320796Z [05-13|18:29:41.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4321362Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4321820Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4322088Z [05-13|18:29:41.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4322552Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4322943Z [05-13|18:29:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4323400Z [05-13|18:29:41.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4323740Z [05-13|18:29:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4324066Z [05-13|18:29:41.861] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4324524Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4324798Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4325272Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4325742Z [05-13|18:29:41.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4325952Z [05-13|18:29:41.863] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4326159Z [05-13|18:29:41.864] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4326485Z [05-13|18:29:41.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4326754Z [05-13|18:29:41.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4327016Z [05-13|18:29:41.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4327476Z [05-13|18:29:41.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4327943Z [05-13|18:29:41.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4328729Z [05-13|18:29:41.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4329084Z [05-13|18:29:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4329415Z [05-13|18:29:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4329738Z [05-13|18:29:41.866] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4329887Z [05-13|18:29:41.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4330102Z [05-13|18:29:41.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4330236Z [05-13|18:29:41.866] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4330366Z [05-13|18:29:41.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4330502Z [05-13|18:29:41.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4330634Z [05-13|18:29:41.867] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4330964Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4331430Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4331762Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4332270Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4332613Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4333069Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4333523Z [05-13|18:29:41.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4333905Z [05-13|18:29:41.868] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4334357Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4334691Z [05-13|18:29:41.869] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4335143Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4335328Z [05-13|18:29:41.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4335662Z [05-13|18:29:41.869] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4336117Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4336566Z [05-13|18:29:41.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4336898Z [05-13|18:29:41.870] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4337163Z [05-13|18:29:41.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4337623Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4337893Z [05-13|18:29:41.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4338405Z [05-13|18:29:41.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4338867Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4339395Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4339844Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4340180Z [05-13|18:29:41.870] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4340648Z [05-13|18:29:41.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4340784Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4340921Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4341125Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4341468Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4341608Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4342078Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4342216Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4342762Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4342902Z [05-13|18:29:41.871] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4343078Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 -2026-05-13T18:30:54.4343391Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4343548Z [05-13|18:29:41.871] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4343766Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4344104Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4344308Z [05-13|18:29:41.871] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4344640Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4344781Z [05-13|18:29:41.871] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4345000Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4345212Z [05-13|18:29:41.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4345540Z [05-13|18:29:41.871] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4345689Z [05-13|18:29:41.872] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4345861Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 -2026-05-13T18:30:54.4346349Z [05-13|18:29:41.872] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4346623Z [05-13|18:29:41.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4346892Z [05-13|18:29:41.873] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4347151Z [05-13|18:29:41.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4347630Z [05-13|18:29:41.873] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4348274Z [05-13|18:29:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4348752Z [05-13|18:29:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4349244Z [05-13|18:29:41.873] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4349705Z [05-13|18:29:41.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4350102Z [05-13|18:29:41.873] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4350599Z [05-13|18:29:41.874] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4350941Z [05-13|18:29:41.874] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4351273Z [05-13|18:29:41.874] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4351597Z [05-13|18:29:41.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4351860Z [05-13|18:29:41.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4352322Z [05-13|18:29:41.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4352588Z [05-13|18:29:41.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4353051Z [05-13|18:29:41.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4353551Z [05-13|18:29:41.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4353822Z [05-13|18:29:41.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4354080Z [05-13|18:29:41.876] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4354414Z [05-13|18:29:41.877] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4354872Z [05-13|18:29:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4355131Z [05-13|18:29:41.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4355583Z [05-13|18:29:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4356039Z [05-13|18:29:41.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4356371Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4356699Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4357092Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4357419Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4357877Z [05-13|18:29:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4358455Z [05-13|18:29:41.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4358788Z [05-13|18:29:41.878] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4359309Z [05-13|18:29:41.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4359577Z [05-13|18:29:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4359842Z [05-13|18:29:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4360104Z [05-13|18:29:41.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4360557Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4360826Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4361282Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4361731Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4361943Z [05-13|18:29:41.880] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4362301Z [05-13|18:29:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4362683Z [05-13|18:29:41.880] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4363014Z [05-13|18:29:41.881] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4363228Z [05-13|18:29:41.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4363490Z [05-13|18:29:41.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4363772Z [05-13|18:29:41.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4364229Z [05-13|18:29:41.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4364489Z [05-13|18:29:41.881] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4364941Z [05-13|18:29:41.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4365398Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4365660Z [05-13|18:29:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4365978Z [05-13|18:29:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4366240Z [05-13|18:29:41.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4366565Z [05-13|18:29:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4367019Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4367475Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4367960Z [05-13|18:29:41.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4368605Z [05-13|18:29:41.882] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4368950Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4369280Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4369610Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4370023Z [05-13|18:29:41.883] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4370233Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4370501Z [05-13|18:29:41.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4370712Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4370971Z [05-13|18:29:41.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4371178Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.4371496Z [05-13|18:29:41.884] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4371968Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4372175Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4372646Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4373102Z [05-13|18:29:41.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4373432Z [05-13|18:29:41.884] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4373766Z [05-13|18:29:41.885] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4374091Z [05-13|18:29:41.885] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4374361Z [05-13|18:29:41.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4374633Z [05-13|18:29:41.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4374892Z [05-13|18:29:41.886] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4375413Z [05-13|18:29:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4375880Z [05-13|18:29:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4376336Z [05-13|18:29:41.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4376677Z [05-13|18:29:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4377063Z [05-13|18:29:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4377393Z [05-13|18:29:41.887] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4377867Z [05-13|18:29:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4378654Z [05-13|18:29:41.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4379209Z [05-13|18:29:41.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4379432Z [05-13|18:29:41.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4379644Z [05-13|18:29:41.888] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4379854Z [05-13|18:29:41.889] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4380128Z [05-13|18:29:41.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4380392Z [05-13|18:29:41.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4380710Z [05-13|18:29:41.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4381184Z [05-13|18:29:41.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4381641Z [05-13|18:29:41.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4382096Z [05-13|18:29:41.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4382438Z [05-13|18:29:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4382766Z [05-13|18:29:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4383090Z [05-13|18:29:41.890] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4383241Z [05-13|18:29:41.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4383380Z [05-13|18:29:41.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4383517Z [05-13|18:29:41.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4383790Z [05-13|18:29:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4384111Z [05-13|18:29:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4384569Z [05-13|18:29:41.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4385031Z [05-13|18:29:41.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4385295Z [05-13|18:29:41.892] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4385431Z [05-13|18:29:41.893] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4385769Z [05-13|18:29:41.893] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4385960Z [05-13|18:29:41.893] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4386421Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4386760Z [05-13|18:29:41.893] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4387217Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4387581Z [05-13|18:29:41.893] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4388183Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4388644Z [05-13|18:29:41.893] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4389106Z [05-13|18:29:41.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4389442Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4389956Z [05-13|18:29:41.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4390306Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4390646Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4391104Z [05-13|18:29:41.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4391448Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4391792Z [05-13|18:29:41.894] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4391930Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4392067Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4392208Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4392339Z [05-13|18:29:41.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4392665Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4393192Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4393643Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4393977Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4394440Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4394774Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4395284Z [05-13|18:29:41.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4395623Z [05-13|18:29:41.896] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4396081Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4396537Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4397038Z [05-13|18:29:41.897] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.4397175Z [05-13|18:29:41.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4397394Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4397739Z [05-13|18:29:41.897] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4398567Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4398755Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 -2026-05-13T18:30:54.4399157Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4399311Z [05-13|18:29:41.897] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4399526Z [05-13|18:29:41.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.4399673Z [05-13|18:29:41.898] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4399883Z [05-13|18:29:41.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.4400025Z [05-13|18:29:41.898] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4400168Z [05-13|18:29:41.898] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4400375Z [05-13|18:29:41.898] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.4400548Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 -2026-05-13T18:30:54.4401041Z [05-13|18:29:41.898] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4401516Z [05-13|18:29:41.899] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4401986Z [05-13|18:29:41.899] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4402522Z [05-13|18:29:41.899] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4402791Z [05-13|18:29:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4403052Z [05-13|18:29:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4403324Z [05-13|18:29:41.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4403797Z [05-13|18:29:41.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4404308Z [05-13|18:29:41.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4404767Z [05-13|18:29:41.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4405107Z [05-13|18:29:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4405468Z [05-13|18:29:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4405854Z [05-13|18:29:41.902] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4406118Z [05-13|18:29:41.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4406379Z [05-13|18:29:41.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4406645Z [05-13|18:29:41.903] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4407102Z [05-13|18:29:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4407560Z [05-13|18:29:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4408191Z [05-13|18:29:41.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4408560Z [05-13|18:29:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4408915Z [05-13|18:29:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4409247Z [05-13|18:29:41.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4409518Z [05-13|18:29:41.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4409786Z [05-13|18:29:41.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4410044Z [05-13|18:29:41.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4410507Z [05-13|18:29:41.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4410969Z [05-13|18:29:41.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4411424Z [05-13|18:29:41.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4411829Z [05-13|18:29:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4412164Z [05-13|18:29:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4412492Z [05-13|18:29:41.906] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4412709Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4412933Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4413137Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4413435Z [05-13|18:29:41.906] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.4413904Z [05-13|18:29:41.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4414356Z [05-13|18:29:41.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4414808Z [05-13|18:29:41.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4415130Z [05-13|18:29:41.937] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4415391Z [05-13|18:29:41.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4415652Z [05-13|18:29:41.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4416111Z [05-13|18:29:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4416561Z [05-13|18:29:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4417062Z [05-13|18:29:41.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4417403Z [05-13|18:29:41.939] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4417729Z [05-13|18:29:41.939] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4418300Z [05-13|18:29:41.939] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4418679Z [05-13|18:29:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4418945Z [05-13|18:29:41.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4419202Z [05-13|18:29:41.940] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4419683Z [05-13|18:29:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4420145Z [05-13|18:29:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4420599Z [05-13|18:29:41.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4421064Z [05-13|18:29:41.940] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4421399Z [05-13|18:29:41.940] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4421725Z [05-13|18:29:41.941] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4422000Z [05-13|18:29:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4422262Z [05-13|18:29:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4422519Z [05-13|18:29:41.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4423055Z [05-13|18:29:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4423514Z [05-13|18:29:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4423972Z [05-13|18:29:41.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4424352Z [05-13|18:29:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4424679Z [05-13|18:29:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4425017Z [05-13|18:29:41.942] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4425473Z [05-13|18:29:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4425924Z [05-13|18:29:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4426432Z [05-13|18:29:41.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4426677Z [05-13|18:29:41.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4426882Z [05-13|18:29:41.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4427151Z [05-13|18:29:41.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4427417Z [05-13|18:29:41.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4427694Z [05-13|18:29:41.945] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4428286Z [05-13|18:29:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4428741Z [05-13|18:29:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4429194Z [05-13|18:29:41.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4429536Z [05-13|18:29:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4429862Z [05-13|18:29:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4430133Z [05-13|18:29:41.946] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.4430464Z [05-13|18:29:41.946] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4430727Z [05-13|18:29:41.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4430987Z [05-13|18:29:41.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4431455Z [05-13|18:29:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4431767Z [05-13|18:29:41.947] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4432227Z [05-13|18:29:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4432687Z [05-13|18:29:41.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4433027Z [05-13|18:29:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4433404Z [05-13|18:29:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4433737Z [05-13|18:29:41.948] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4434010Z [05-13|18:29:41.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4434274Z [05-13|18:29:41.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4434541Z [05-13|18:29:41.949] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4435002Z [05-13|18:29:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4435511Z [05-13|18:29:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4435978Z [05-13|18:29:41.949] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4436315Z [05-13|18:29:41.949] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4436644Z [05-13|18:29:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4436977Z [05-13|18:29:41.950] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4437440Z [05-13|18:29:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4437902Z [05-13|18:29:41.950] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4438523Z [05-13|18:29:41.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4438743Z [05-13|18:29:41.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4439021Z [05-13|18:29:41.951] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4439229Z [05-13|18:29:41.952] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4439493Z [05-13|18:29:41.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4439764Z [05-13|18:29:41.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4440223Z [05-13|18:29:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4440677Z [05-13|18:29:41.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4440999Z [05-13|18:29:41.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4441455Z [05-13|18:29:41.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4441787Z [05-13|18:29:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4442120Z [05-13|18:29:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4442497Z [05-13|18:29:41.953] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4442760Z [05-13|18:29:41.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4443028Z [05-13|18:29:41.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4443289Z [05-13|18:29:41.954] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4443750Z [05-13|18:29:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4444262Z [05-13|18:29:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4444719Z [05-13|18:29:41.955] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4445066Z [05-13|18:29:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4445412Z [05-13|18:29:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4445748Z [05-13|18:29:41.955] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4446010Z [05-13|18:29:41.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4446278Z [05-13|18:29:41.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4446541Z [05-13|18:29:41.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4447003Z [05-13|18:29:41.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4447464Z [05-13|18:29:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4447919Z [05-13|18:29:41.957] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4448425Z [05-13|18:29:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4448761Z [05-13|18:29:41.957] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4449091Z [05-13|18:29:41.958] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4449555Z [05-13|18:29:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4450076Z [05-13|18:29:41.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4450537Z [05-13|18:29:41.959] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4450752Z [05-13|18:29:41.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4450967Z [05-13|18:29:41.959] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4451176Z [05-13|18:29:41.960] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4451491Z [05-13|18:29:41.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4451758Z [05-13|18:29:41.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4452214Z [05-13|18:29:41.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4452669Z [05-13|18:29:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4452944Z [05-13|18:29:41.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4453449Z [05-13|18:29:41.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4453790Z [05-13|18:29:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4454119Z [05-13|18:29:41.961] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4454454Z [05-13|18:29:41.962] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4454727Z [05-13|18:29:41.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4454993Z [05-13|18:29:41.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4455253Z [05-13|18:29:41.963] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4455723Z [05-13|18:29:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4456180Z [05-13|18:29:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4456633Z [05-13|18:29:41.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4457032Z [05-13|18:29:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4457367Z [05-13|18:29:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4457700Z [05-13|18:29:41.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4457970Z [05-13|18:29:41.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.4458592Z [05-13|18:29:41.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.4458875Z [05-13|18:29:41.965] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.4459429Z [05-13|18:29:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4459893Z [05-13|18:29:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4460352Z [05-13|18:29:41.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4460752Z [05-13|18:29:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4461085Z [05-13|18:29:41.965] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4461421Z [05-13|18:29:41.966] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4461886Z [05-13|18:29:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4462345Z [05-13|18:29:41.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4462913Z [05-13|18:29:41.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4463138Z [05-13|18:29:41.967] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.4463347Z [05-13|18:29:41.967] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.4463553Z [05-13|18:29:41.968] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.4463837Z [05-13|18:29:41.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.4464102Z [05-13|18:29:41.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.4464364Z [05-13|18:29:41.969] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.4464835Z [05-13|18:29:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4465295Z [05-13|18:29:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4465752Z [05-13|18:29:41.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4466099Z [05-13|18:29:41.969] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.4466492Z [05-13|18:29:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.4466824Z [05-13|18:29:41.970] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.4466978Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4467116Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4467252Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4467389Z [05-13|18:29:41.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4467519Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4467650Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4467824Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4467957Z [05-13|18:29:41.971] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4468559Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4469031Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4469365Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4469890Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4470247Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4470704Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4471027Z [05-13|18:29:41.972] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4471541Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4471996Z [05-13|18:29:41.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4472323Z [05-13|18:29:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4472779Z [05-13|18:29:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4472918Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4473052Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4473190Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4473519Z [05-13|18:29:41.973] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4473971Z [05-13|18:29:41.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4474111Z [05-13|18:29:41.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4474243Z [05-13|18:29:41.974] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4474376Z [05-13|18:29:41.974] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4474764Z [05-13|18:29:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4475214Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4475665Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4475997Z [05-13|18:29:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4476461Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4476846Z [05-13|18:29:41.974] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4477316Z [05-13|18:29:41.974] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4477645Z [05-13|18:29:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4478240Z [05-13|18:29:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4478771Z [05-13|18:29:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4479116Z [05-13|18:29:41.975] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4479261Z [05-13|18:29:41.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4479399Z [05-13|18:29:41.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4479531Z [05-13|18:29:41.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4479985Z [05-13|18:29:41.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4480381Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4480844Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4481187Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4481645Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4482099Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4482442Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4482897Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4483239Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4483705Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4483942Z [05-13|18:29:41.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4484282Z [05-13|18:29:41.976] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 15, "digest": "e2333adadafa1e1a3243..."} -2026-05-13T18:30:54.4484421Z [05-13|18:29:41.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4484555Z [05-13|18:29:41.977] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4484687Z [05-13|18:29:41.977] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4485154Z [05-13|18:29:41.976] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4485289Z [05-13|18:29:41.977] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4485795Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4485984Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 -2026-05-13T18:30:54.4486295Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4486433Z [05-13|18:29:41.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4486580Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4486804Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.4486984Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4487124Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4487343Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.4487553Z [05-13|18:29:41.977] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.4487694Z [05-13|18:29:41.977] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4487870Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 -2026-05-13T18:30:54.4488489Z [05-13|18:29:41.978] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4489027Z [05-13|18:29:41.978] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4489513Z [05-13|18:29:41.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4489986Z [05-13|18:29:41.982] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4490445Z [05-13|18:29:41.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4490905Z [05-13|18:29:41.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4491358Z [05-13|18:29:41.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4491639Z [05-13|18:29:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4491902Z [05-13|18:29:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4492162Z [05-13|18:29:41.985] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4492678Z [05-13|18:29:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4493127Z [05-13|18:29:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4493577Z [05-13|18:29:41.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4493921Z [05-13|18:29:41.986] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4494250Z [05-13|18:29:41.987] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4494625Z [05-13|18:29:41.987] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4494925Z [05-13|18:29:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4495185Z [05-13|18:29:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4495642Z [05-13|18:29:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4496150Z [05-13|18:29:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4496408Z [05-13|18:29:41.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4496857Z [05-13|18:29:41.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4497193Z [05-13|18:29:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4497518Z [05-13|18:29:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4497880Z [05-13|18:29:41.989] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4498415Z [05-13|18:29:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4498881Z [05-13|18:29:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4499149Z [05-13|18:29:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4499607Z [05-13|18:29:41.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4499869Z [05-13|18:29:41.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4500319Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4500656Z [05-13|18:29:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4500985Z [05-13|18:29:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4501315Z [05-13|18:29:41.991] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4501535Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4501818Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4502021Z [05-13|18:29:41.991] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4502230Z [05-13|18:29:41.992] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.4502490Z [05-13|18:29:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4502753Z [05-13|18:29:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4503214Z [05-13|18:29:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4503524Z [05-13|18:29:41.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4503979Z [05-13|18:29:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4504432Z [05-13|18:29:41.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4504758Z [05-13|18:29:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4505133Z [05-13|18:29:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4505461Z [05-13|18:29:41.995] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4505721Z [05-13|18:29:41.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4505980Z [05-13|18:29:41.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4506436Z [05-13|18:29:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4506694Z [05-13|18:29:41.996] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4507194Z [05-13|18:29:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4507654Z [05-13|18:29:41.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4507984Z [05-13|18:29:41.996] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4508633Z [05-13|18:29:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4508980Z [05-13|18:29:41.997] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4509245Z [05-13|18:29:41.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4509511Z [05-13|18:29:41.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4509777Z [05-13|18:29:41.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4510233Z [05-13|18:29:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4510693Z [05-13|18:29:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4511227Z [05-13|18:29:41.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4511561Z [05-13|18:29:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4511899Z [05-13|18:29:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4512225Z [05-13|18:29:41.999] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4512738Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4513200Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4513651Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4513862Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4514076Z [05-13|18:29:42.000] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4514334Z [05-13|18:29:42.001] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4514594Z [05-13|18:29:42.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4514861Z [05-13|18:29:42.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4515123Z [05-13|18:29:42.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4515579Z [05-13|18:29:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4516092Z [05-13|18:29:42.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4516554Z [05-13|18:29:42.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4516884Z [05-13|18:29:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4517216Z [05-13|18:29:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4517540Z [05-13|18:29:42.002] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4517801Z [05-13|18:29:42.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4518203Z [05-13|18:29:42.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4518466Z [05-13|18:29:42.003] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4518927Z [05-13|18:29:42.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4519387Z [05-13|18:29:42.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4519841Z [05-13|18:29:42.004] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4520240Z [05-13|18:29:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4520571Z [05-13|18:29:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4520926Z [05-13|18:29:42.004] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4521072Z [05-13|18:29:42.005] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4521216Z [05-13|18:29:42.005] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4521350Z [05-13|18:29:42.005] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4521677Z [05-13|18:29:42.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4521953Z [05-13|18:29:42.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4522214Z [05-13|18:29:42.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4522676Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4523143Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4523655Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4523993Z [05-13|18:29:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4524329Z [05-13|18:29:42.006] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4524781Z [05-13|18:29:42.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4525161Z [05-13|18:29:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4525627Z [05-13|18:29:42.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4525958Z [05-13|18:29:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4526097Z [05-13|18:29:42.007] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4526260Z [05-13|18:29:42.007] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4526586Z [05-13|18:29:42.007] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4526912Z [05-13|18:29:42.008] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4527053Z [05-13|18:29:42.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4527512Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4527962Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4528565Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4529092Z [05-13|18:29:42.008] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4529228Z [05-13|18:29:42.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4529701Z [05-13|18:29:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4530033Z [05-13|18:29:42.009] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4530173Z [05-13|18:29:42.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4530680Z [05-13|18:29:42.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4531034Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4531495Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4531820Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4532332Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4532789Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4533115Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4533572Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4533908Z [05-13|18:29:42.010] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4534413Z [05-13|18:29:42.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4534592Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 -2026-05-13T18:30:54.4534906Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4535053Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4535515Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4535666Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4535880Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4536090Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4536235Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4536444Z [05-13|18:29:42.011] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4536584Z [05-13|18:29:42.011] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4536761Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 -2026-05-13T18:30:54.4537238Z [05-13|18:29:42.012] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4537752Z [05-13|18:29:42.012] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4538481Z [05-13|18:29:42.012] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4538964Z [05-13|18:29:42.013] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4539232Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4539500Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4539833Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4540095Z [05-13|18:29:42.014] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4540555Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4541007Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4541511Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4541969Z [05-13|18:29:42.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4542304Z [05-13|18:29:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4542631Z [05-13|18:29:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4542776Z [05-13|18:29:42.016] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4543152Z [05-13|18:29:42.016] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4543482Z [05-13|18:29:42.015] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4543749Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4544010Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4544269Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4544730Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4545181Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4545443Z [05-13|18:29:42.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4545903Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4546355Z [05-13|18:29:42.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4546739Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4547070Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4547206Z [05-13|18:29:42.018] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4547531Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4547863Z [05-13|18:29:42.018] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4547999Z [05-13|18:29:42.018] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4548397Z [05-13|18:29:42.018] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4548767Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4549035Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4549293Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4549554Z [05-13|18:29:42.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4550012Z [05-13|18:29:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4550522Z [05-13|18:29:42.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4550981Z [05-13|18:29:42.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4551434Z [05-13|18:29:42.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4551766Z [05-13|18:29:42.020] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4552193Z [05-13|18:29:42.020] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4552530Z [05-13|18:29:42.020] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4552862Z [05-13|18:29:42.021] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4553222Z [05-13|18:29:42.021] INFO testutil/controlled.go:39 triggering block build on disconnected leader {"leader": "6c616767696e6700"} -2026-05-13T18:30:54.4553358Z [05-13|18:29:42.021] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4553569Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4558024Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4558507Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4558745Z [05-13|18:29:42.021] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4559240Z [05-13|18:29:42.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4559706Z [05-13|18:29:42.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4560167Z [05-13|18:29:42.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4560563Z [05-13|18:29:42.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4560836Z [05-13|18:29:42.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4561112Z [05-13|18:29:42.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4561588Z [05-13|18:29:42.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4562042Z [05-13|18:29:42.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4562547Z [05-13|18:29:42.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4562895Z [05-13|18:29:42.072] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4563229Z [05-13|18:29:42.072] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4563562Z [05-13|18:29:42.073] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4563883Z [05-13|18:29:42.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4564146Z [05-13|18:29:42.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4564405Z [05-13|18:29:42.073] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4564866Z [05-13|18:29:42.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4565317Z [05-13|18:29:42.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4565820Z [05-13|18:29:42.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4566164Z [05-13|18:29:42.074] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4566496Z [05-13|18:29:42.075] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4566846Z [05-13|18:29:42.075] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4567118Z [05-13|18:29:42.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4567384Z [05-13|18:29:42.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4567650Z [05-13|18:29:42.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4568243Z [05-13|18:29:42.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4568706Z [05-13|18:29:42.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4569164Z [05-13|18:29:42.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4569562Z [05-13|18:29:42.077] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4569888Z [05-13|18:29:42.077] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4570216Z [05-13|18:29:42.077] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4570672Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4571122Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4571624Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4571841Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4572049Z [05-13|18:29:42.078] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4572261Z [05-13|18:29:42.079] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4572524Z [05-13|18:29:42.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4572840Z [05-13|18:29:42.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4573109Z [05-13|18:29:42.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4573562Z [05-13|18:29:42.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4574014Z [05-13|18:29:42.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4574465Z [05-13|18:29:42.080] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4574844Z [05-13|18:29:42.080] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4575173Z [05-13|18:29:42.081] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4575503Z [05-13|18:29:42.081] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4575766Z [05-13|18:29:42.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4576031Z [05-13|18:29:42.081] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4576491Z [05-13|18:29:42.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4576944Z [05-13|18:29:42.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4577209Z [05-13|18:29:42.082] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4577662Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4577989Z [05-13|18:29:42.082] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4578792Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4579248Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4579699Z [05-13|18:29:42.082] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4580037Z [05-13|18:29:42.083] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4580362Z [05-13|18:29:42.083] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4580780Z [05-13|18:29:42.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4581053Z [05-13|18:29:42.083] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4581312Z [05-13|18:29:42.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4581773Z [05-13|18:29:42.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4582286Z [05-13|18:29:42.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4582740Z [05-13|18:29:42.084] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4583077Z [05-13|18:29:42.085] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4583415Z [05-13|18:29:42.085] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4583739Z [05-13|18:29:42.085] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4584247Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4584709Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4585161Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4585381Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4585596Z [05-13|18:29:42.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4585803Z [05-13|18:29:42.087] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4586071Z [05-13|18:29:42.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4586340Z [05-13|18:29:42.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4586600Z [05-13|18:29:42.087] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4587054Z [05-13|18:29:42.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4587513Z [05-13|18:29:42.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4588020Z [05-13|18:29:42.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4588659Z [05-13|18:29:42.088] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4588996Z [05-13|18:29:42.088] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4589320Z [05-13|18:29:42.089] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4589585Z [05-13|18:29:42.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4589927Z [05-13|18:29:42.089] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4590391Z [05-13|18:29:42.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4590651Z [05-13|18:29:42.090] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4591109Z [05-13|18:29:42.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4591617Z [05-13|18:29:42.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4591968Z [05-13|18:29:42.090] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4592302Z [05-13|18:29:42.090] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4592636Z [05-13|18:29:42.091] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4592787Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4592923Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4593111Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4593256Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4593394Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4593529Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4593660Z [05-13|18:29:42.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4593997Z [05-13|18:29:42.092] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4594451Z [05-13|18:29:42.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4594775Z [05-13|18:29:42.092] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4595246Z [05-13|18:29:42.092] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4595591Z [05-13|18:29:42.093] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4596052Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4596389Z [05-13|18:29:42.093] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4596905Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4597357Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4597697Z [05-13|18:29:42.093] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4598282Z [05-13|18:29:42.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4598491Z [05-13|18:29:42.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4598628Z [05-13|18:29:42.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4598761Z [05-13|18:29:42.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4599029Z [05-13|18:29:42.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4599301Z [05-13|18:29:42.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4599758Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4600072Z [05-13|18:29:42.094] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4600527Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4600859Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4601312Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4601642Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4602143Z [05-13|18:29:42.094] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4602478Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4602800Z [05-13|18:29:42.094] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4603264Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4603721Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4604046Z [05-13|18:29:42.095] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4604371Z [05-13|18:29:42.095] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4604832Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4605166Z [05-13|18:29:42.095] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4605685Z [05-13|18:29:42.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4606017Z [05-13|18:29:42.096] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4606476Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4606933Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4607203Z [05-13|18:29:42.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4607502Z [05-13|18:29:42.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4607764Z [05-13|18:29:42.096] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4608444Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4608904Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4609425Z [05-13|18:29:42.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4609778Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4609963Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 -2026-05-13T18:30:54.4610288Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4610768Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4610918Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4611192Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.4611345Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4611554Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.4611888Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4612222Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4612366Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4612690Z [05-13|18:29:42.097] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4612843Z [05-13|18:29:42.097] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4613061Z [05-13|18:29:42.097] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.4613237Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 -2026-05-13T18:30:54.4613735Z [05-13|18:29:42.098] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4614210Z [05-13|18:29:42.098] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4614534Z [05-13|18:29:42.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4615010Z [05-13|18:29:42.098] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4615272Z [05-13|18:29:42.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4615736Z [05-13|18:29:42.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4616218Z [05-13|18:29:42.099] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4616529Z [05-13|18:29:42.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4616990Z [05-13|18:29:42.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4617446Z [05-13|18:29:42.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4617779Z [05-13|18:29:42.100] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4618277Z [05-13|18:29:42.100] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4618612Z [05-13|18:29:42.101] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4619073Z [05-13|18:29:42.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4619344Z [05-13|18:29:42.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4619601Z [05-13|18:29:42.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4619860Z [05-13|18:29:42.101] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4620384Z [05-13|18:29:42.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4620881Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4621333Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4621557Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4622004Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4622213Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4622682Z [05-13|18:29:42.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4623018Z [05-13|18:29:42.102] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4623354Z [05-13|18:29:42.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4623686Z [05-13|18:29:42.103] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4623980Z [05-13|18:29:42.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4624243Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4624509Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4624768Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4625024Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4625547Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4625811Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4626265Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4626729Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4627177Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4627717Z [05-13|18:29:42.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4627988Z [05-13|18:29:42.104] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4628439Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4628893Z [05-13|18:29:42.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4629287Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4629617Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4629940Z [05-13|18:29:42.105] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4630270Z [05-13|18:29:42.106] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4630594Z [05-13|18:29:42.106] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4630857Z [05-13|18:29:42.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4631119Z [05-13|18:29:42.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4631377Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4631834Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4632295Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4632558Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4633085Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4633363Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4633624Z [05-13|18:29:42.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4634076Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4634538Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4635043Z [05-13|18:29:42.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4635386Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4635712Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4636040Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4636424Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4636745Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4637069Z [05-13|18:29:42.108] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4637350Z [05-13|18:29:42.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4637611Z [05-13|18:29:42.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4637820Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4638282Z [05-13|18:29:42.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4638507Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.4638713Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4638917Z [05-13|18:29:42.109] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4639387Z [05-13|18:29:42.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4639845Z [05-13|18:29:42.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4640307Z [05-13|18:29:42.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4640643Z [05-13|18:29:42.110] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4640971Z [05-13|18:29:42.110] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4641305Z [05-13|18:29:42.110] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4641763Z [05-13|18:29:42.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4642275Z [05-13|18:29:42.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4642735Z [05-13|18:29:42.111] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4642950Z [05-13|18:29:42.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4643160Z [05-13|18:29:42.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4643371Z [05-13|18:29:42.112] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4643687Z [05-13|18:29:42.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4643953Z [05-13|18:29:42.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4644218Z [05-13|18:29:42.113] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4644678Z [05-13|18:29:42.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4645185Z [05-13|18:29:42.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4645643Z [05-13|18:29:42.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4645976Z [05-13|18:29:42.113] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4646304Z [05-13|18:29:42.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4646631Z [05-13|18:29:42.114] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4646933Z [05-13|18:29:42.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4647200Z [05-13|18:29:42.115] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4647663Z [05-13|18:29:42.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4647930Z [05-13|18:29:42.114] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4648508Z [05-13|18:29:42.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4648968Z [05-13|18:29:42.115] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4649313Z [05-13|18:29:42.116] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4649654Z [05-13|18:29:42.116] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4649997Z [05-13|18:29:42.116] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4650263Z [05-13|18:29:42.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4650590Z [05-13|18:29:42.116] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4651055Z [05-13|18:29:42.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4651319Z [05-13|18:29:42.117] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4651777Z [05-13|18:29:42.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4652236Z [05-13|18:29:42.117] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4652620Z [05-13|18:29:42.118] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4652960Z [05-13|18:29:42.118] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4653285Z [05-13|18:29:42.118] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4653745Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4654256Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4654711Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4654926Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4655141Z [05-13|18:29:42.119] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4655347Z [05-13|18:29:42.120] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4655611Z [05-13|18:29:42.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4655932Z [05-13|18:29:42.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4656200Z [05-13|18:29:42.121] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4656654Z [05-13|18:29:42.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4657115Z [05-13|18:29:42.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4657569Z [05-13|18:29:42.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4657903Z [05-13|18:29:42.121] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4658354Z [05-13|18:29:42.122] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4658687Z [05-13|18:29:42.122] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4658950Z [05-13|18:29:42.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4659218Z [05-13|18:29:42.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4659540Z [05-13|18:29:42.123] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.4659997Z [05-13|18:29:42.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4660457Z [05-13|18:29:42.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4660910Z [05-13|18:29:42.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4661246Z [05-13|18:29:42.124] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4661641Z [05-13|18:29:42.124] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4661979Z [05-13|18:29:42.124] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4662247Z [05-13|18:29:42.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.4662513Z [05-13|18:29:42.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.4662974Z [05-13|18:29:42.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4663484Z [05-13|18:29:42.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4663756Z [05-13|18:29:42.125] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.4664212Z [05-13|18:29:42.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4664548Z [05-13|18:29:42.126] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4664937Z [05-13|18:29:42.126] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4665087Z [05-13|18:29:42.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4665421Z [05-13|18:29:42.126] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4665567Z [05-13|18:29:42.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4665701Z [05-13|18:29:42.126] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4665834Z [05-13|18:29:42.127] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4665973Z [05-13|18:29:42.127] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4666433Z [05-13|18:29:42.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4666888Z [05-13|18:29:42.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4667033Z [05-13|18:29:42.127] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4667166Z [05-13|18:29:42.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4667299Z [05-13|18:29:42.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4667762Z [05-13|18:29:42.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4667941Z [05-13|18:29:42.128] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4668191Z [05-13|18:29:42.129] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4668333Z [05-13|18:29:42.129] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4668664Z [05-13|18:29:42.129] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4669118Z [05-13|18:29:42.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4669456Z [05-13|18:29:42.129] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4669971Z [05-13|18:29:42.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4670304Z [05-13|18:29:42.129] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4670762Z [05-13|18:29:42.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4671087Z [05-13|18:29:42.130] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4671540Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4672054Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4672383Z [05-13|18:29:42.130] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4672831Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4673173Z [05-13|18:29:42.130] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4673675Z [05-13|18:29:42.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4673813Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4673949Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4674081Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4674212Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4674350Z [05-13|18:29:42.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4674483Z [05-13|18:29:42.131] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4674809Z [05-13|18:29:42.131] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4675268Z [05-13|18:29:42.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4675718Z [05-13|18:29:42.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4676046Z [05-13|18:29:42.132] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4676510Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4676899Z [05-13|18:29:42.132] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4677355Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4677691Z [05-13|18:29:42.132] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4678269Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4678785Z [05-13|18:29:42.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4679132Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4679588Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4679922Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4680381Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4680767Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4681242Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4681710Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4682054Z [05-13|18:29:42.133] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 13, "digest": "a5af87ea50344ac56c1f..."} -2026-05-13T18:30:54.4682569Z [05-13|18:29:42.133] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4682790Z [05-13|18:29:42.134] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.4682929Z [05-13|18:29:42.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4683078Z [05-13|18:29:42.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4683211Z [05-13|18:29:42.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4683546Z [05-13|18:29:42.135] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 14, "digest": "a24f1c7ae61efcae4714..."} -2026-05-13T18:30:54.4684009Z [05-13|18:29:42.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4684465Z [05-13|18:29:42.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4684643Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 -2026-05-13T18:30:54.4684963Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4685113Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4685255Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4685478Z [05-13|18:29:42.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.4685673Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4685881Z [05-13|18:29:42.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.4686020Z [05-13|18:29:42.136] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4686235Z [05-13|18:29:42.136] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.4686407Z === CONT TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 -2026-05-13T18:30:54.4686893Z [05-13|18:29:42.137] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4687411Z [05-13|18:29:42.137] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4687884Z [05-13|18:29:42.138] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4688489Z [05-13|18:29:42.138] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:54.4688777Z [05-13|18:29:42.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4689045Z [05-13|18:29:42.140] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4689577Z [05-13|18:29:42.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4690034Z [05-13|18:29:42.140] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4690298Z [05-13|18:29:42.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4690755Z [05-13|18:29:42.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4691145Z [05-13|18:29:42.141] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4691476Z [05-13|18:29:42.142] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4691808Z [05-13|18:29:42.142] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4692073Z [05-13|18:29:42.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4692333Z [05-13|18:29:42.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4692599Z [05-13|18:29:42.143] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.4693053Z [05-13|18:29:42.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4693513Z [05-13|18:29:42.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4693972Z [05-13|18:29:42.143] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4694305Z [05-13|18:29:42.143] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4694633Z [05-13|18:29:42.144] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4695018Z [05-13|18:29:42.144] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4695280Z [05-13|18:29:42.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4695540Z [05-13|18:29:42.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4695807Z [05-13|18:29:42.145] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.4696264Z [05-13|18:29:42.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4696804Z [05-13|18:29:42.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4697273Z [05-13|18:29:42.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4697607Z [05-13|18:29:42.146] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4697935Z [05-13|18:29:42.146] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4698422Z [05-13|18:29:42.146] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4698637Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4698845Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4699056Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.4699260Z [05-13|18:29:42.146] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.4699719Z [05-13|18:29:42.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4700241Z [05-13|18:29:42.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4700696Z [05-13|18:29:42.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4700959Z [05-13|18:29:42.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4701230Z [05-13|18:29:42.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4701684Z [05-13|18:29:42.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4702132Z [05-13|18:29:42.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4702402Z [05-13|18:29:42.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4702852Z [05-13|18:29:42.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4703186Z [05-13|18:29:42.181] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4703511Z [05-13|18:29:42.181] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4703894Z [05-13|18:29:42.181] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4704163Z [05-13|18:29:42.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4704425Z [05-13|18:29:42.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4704685Z [05-13|18:29:42.182] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4705146Z [05-13|18:29:42.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4705651Z [05-13|18:29:42.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4706104Z [05-13|18:29:42.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4706438Z [05-13|18:29:42.183] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4706767Z [05-13|18:29:42.183] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4707141Z [05-13|18:29:42.183] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4707408Z [05-13|18:29:42.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4707668Z [05-13|18:29:42.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4708264Z [05-13|18:29:42.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4708533Z [05-13|18:29:42.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4708985Z [05-13|18:29:42.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4709493Z [05-13|18:29:42.185] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4709833Z [05-13|18:29:42.185] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4710160Z [05-13|18:29:42.185] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4710482Z [05-13|18:29:42.185] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4710943Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4711395Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4711847Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4712061Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4712266Z [05-13|18:29:42.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4712471Z [05-13|18:29:42.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4712793Z [05-13|18:29:42.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4713054Z [05-13|18:29:42.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4713514Z [05-13|18:29:42.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4713782Z [05-13|18:29:42.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4714232Z [05-13|18:29:42.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4714732Z [05-13|18:29:42.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4715070Z [05-13|18:29:42.188] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4715395Z [05-13|18:29:42.189] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4715721Z [05-13|18:29:42.189] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4716041Z [05-13|18:29:42.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4716299Z [05-13|18:29:42.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4716564Z [05-13|18:29:42.189] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4717035Z [05-13|18:29:42.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4717492Z [05-13|18:29:42.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4717984Z [05-13|18:29:42.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4718432Z [05-13|18:29:42.190] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4718763Z [05-13|18:29:42.190] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4719095Z [05-13|18:29:42.191] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4719362Z [05-13|18:29:42.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4719626Z [05-13|18:29:42.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4719891Z [05-13|18:29:42.191] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4720352Z [05-13|18:29:42.191] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4720840Z [05-13|18:29:42.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4721303Z [05-13|18:29:42.192] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4721640Z [05-13|18:29:42.192] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4722038Z [05-13|18:29:42.192] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4722372Z [05-13|18:29:42.193] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4722832Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4723294Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4723809Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4724031Z [05-13|18:29:42.193] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4724241Z [05-13|18:29:42.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4724454Z [05-13|18:29:42.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4724721Z [05-13|18:29:42.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4725033Z [05-13|18:29:42.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4725298Z [05-13|18:29:42.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4725757Z [05-13|18:29:42.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4726214Z [05-13|18:29:42.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4726675Z [05-13|18:29:42.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4727055Z [05-13|18:29:42.196] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4727389Z [05-13|18:29:42.196] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4727720Z [05-13|18:29:42.196] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4727985Z [05-13|18:29:42.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4728367Z [05-13|18:29:42.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4728636Z [05-13|18:29:42.197] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.4729094Z [05-13|18:29:42.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4729551Z [05-13|18:29:42.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4730011Z [05-13|18:29:42.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4730357Z [05-13|18:29:42.198] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4730758Z [05-13|18:29:42.198] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4731097Z [05-13|18:29:42.198] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4731358Z [05-13|18:29:42.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4731622Z [05-13|18:29:42.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4732089Z [05-13|18:29:42.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4732596Z [05-13|18:29:42.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4732867Z [05-13|18:29:42.199] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.4733325Z [05-13|18:29:42.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4733656Z [05-13|18:29:42.200] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4733988Z [05-13|18:29:42.200] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4734504Z [05-13|18:29:42.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4734959Z [05-13|18:29:42.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4735416Z [05-13|18:29:42.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4735743Z [05-13|18:29:42.200] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4736253Z [05-13|18:29:42.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4736718Z [05-13|18:29:42.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4737175Z [05-13|18:29:42.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4737387Z [05-13|18:29:42.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4737602Z [05-13|18:29:42.202] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4737807Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.4738180Z [05-13|18:29:42.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4738450Z [05-13|18:29:42.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4738712Z [05-13|18:29:42.203] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.4739168Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4739627Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4740149Z [05-13|18:29:42.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4740483Z [05-13|18:29:42.204] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4740822Z [05-13|18:29:42.204] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4741151Z [05-13|18:29:42.204] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4741293Z [05-13|18:29:42.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4741483Z [05-13|18:29:42.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4741622Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4741755Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4741890Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4742019Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4742148Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4742283Z [05-13|18:29:42.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4742467Z [05-13|18:29:42.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4742796Z [05-13|18:29:42.206] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4743259Z [05-13|18:29:42.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4743587Z [05-13|18:29:42.206] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4744040Z [05-13|18:29:42.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4744375Z [05-13|18:29:42.206] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4744885Z [05-13|18:29:42.206] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4745215Z [05-13|18:29:42.207] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4745671Z [05-13|18:29:42.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4746122Z [05-13|18:29:42.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4746450Z [05-13|18:29:42.207] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4746908Z [05-13|18:29:42.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4747046Z [05-13|18:29:42.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4747179Z [05-13|18:29:42.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4747319Z [05-13|18:29:42.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4747649Z [05-13|18:29:42.208] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4748258Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4748592Z [05-13|18:29:42.208] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4748727Z [05-13|18:29:42.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4748862Z [05-13|18:29:42.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4749325Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4749770Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4749967Z [05-13|18:29:42.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4750304Z [05-13|18:29:42.208] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4750763Z [05-13|18:29:42.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4751095Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4751611Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4751940Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4752400Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4752861Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4753203Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 10, "digest": "5abb5c67cfd9c9cfefd6..."} -2026-05-13T18:30:54.4753722Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4754061Z [05-13|18:29:42.209] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 11, "digest": "68a61c4038000383404a..."} -2026-05-13T18:30:54.4754517Z [05-13|18:29:42.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4754654Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4754794Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4754924Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4755054Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4755188Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4755320Z [05-13|18:29:42.210] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4755653Z [05-13|18:29:42.210] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 12, "digest": "95fc96e850436ff2e16b..."} -2026-05-13T18:30:54.4755834Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 -2026-05-13T18:30:54.4756297Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4756811Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4757135Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4757283Z [05-13|18:29:42.210] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4757499Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.4757718Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.4757863Z [05-13|18:29:42.210] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4758004Z [05-13|18:29:42.210] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4758332Z [05-13|18:29:42.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.4758531Z [05-13|18:29:42.211] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4758805Z [05-13|18:29:42.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4759073Z [05-13|18:29:42.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4759331Z [05-13|18:29:42.211] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4759792Z [05-13|18:29:42.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4760304Z [05-13|18:29:42.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4760758Z [05-13|18:29:42.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4761095Z [05-13|18:29:42.211] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4761426Z [05-13|18:29:42.212] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4761749Z [05-13|18:29:42.212] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4762069Z [05-13|18:29:42.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4762340Z [05-13|18:29:42.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4762794Z [05-13|18:29:42.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4763059Z [05-13|18:29:42.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4763528Z [05-13|18:29:42.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4763977Z [05-13|18:29:42.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4764309Z [05-13|18:29:42.214] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4764640Z [05-13|18:29:42.214] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4764964Z [05-13|18:29:42.214] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4765237Z [05-13|18:29:42.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4765593Z [05-13|18:29:42.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4765851Z [05-13|18:29:42.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4766310Z [05-13|18:29:42.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4766773Z [05-13|18:29:42.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4767223Z [05-13|18:29:42.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4767594Z [05-13|18:29:42.215] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4767928Z [05-13|18:29:42.216] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4768371Z [05-13|18:29:42.216] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4768835Z [05-13|18:29:42.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4769348Z [05-13|18:29:42.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4769798Z [05-13|18:29:42.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4770017Z [05-13|18:29:42.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4770224Z [05-13|18:29:42.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4770428Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4770689Z [05-13|18:29:42.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4771008Z [05-13|18:29:42.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4771270Z [05-13|18:29:42.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4771725Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4772183Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4772631Z [05-13|18:29:42.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4772963Z [05-13|18:29:42.219] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4773288Z [05-13|18:29:42.219] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4773618Z [05-13|18:29:42.219] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4773886Z [05-13|18:29:42.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4774145Z [05-13|18:29:42.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4774460Z [05-13|18:29:42.220] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4774923Z [05-13|18:29:42.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4775377Z [05-13|18:29:42.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4775853Z [05-13|18:29:42.220] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4776195Z [05-13|18:29:42.221] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4776571Z [05-13|18:29:42.221] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4776899Z [05-13|18:29:42.221] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4777172Z [05-13|18:29:42.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4777433Z [05-13|18:29:42.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4777692Z [05-13|18:29:42.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4778310Z [05-13|18:29:42.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4778771Z [05-13|18:29:42.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4779225Z [05-13|18:29:42.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4779567Z [05-13|18:29:42.223] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4779956Z [05-13|18:29:42.223] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4780288Z [05-13|18:29:42.223] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4780432Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4780565Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4780700Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4780837Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4780969Z [05-13|18:29:42.223] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4781430Z [05-13|18:29:42.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4781893Z [05-13|18:29:42.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4782031Z [05-13|18:29:42.224] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4782486Z [05-13|18:29:42.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4782625Z [05-13|18:29:42.225] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4782955Z [05-13|18:29:42.225] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4783470Z [05-13|18:29:42.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4783932Z [05-13|18:29:42.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4784262Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4784713Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4785099Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4785553Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4785878Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4786336Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4786838Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4787167Z [05-13|18:29:42.226] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4787630Z [05-13|18:29:42.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4787974Z [05-13|18:29:42.227] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4788549Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4788792Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 -2026-05-13T18:30:54.4789100Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4789245Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4789711Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4789853Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4790068Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4790211Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4790419Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4790626Z [05-13|18:29:42.227] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4790776Z [05-13|18:29:42.227] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4791231Z [05-13|18:29:42.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4791681Z [05-13|18:29:42.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4792135Z [05-13|18:29:42.288] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4792463Z [05-13|18:29:42.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4792723Z [05-13|18:29:42.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4792988Z [05-13|18:29:42.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4793445Z [05-13|18:29:42.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4793942Z [05-13|18:29:42.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4794400Z [05-13|18:29:42.299] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4794735Z [05-13|18:29:42.300] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4795059Z [05-13|18:29:42.300] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4795392Z [05-13|18:29:42.300] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4795704Z [05-13|18:29:42.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4795961Z [05-13|18:29:42.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4796226Z [05-13|18:29:42.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4796681Z [05-13|18:29:42.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4797136Z [05-13|18:29:42.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4797621Z [05-13|18:29:42.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4797955Z [05-13|18:29:42.301] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4798402Z [05-13|18:29:42.301] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4798730Z [05-13|18:29:42.301] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4798991Z [05-13|18:29:42.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4799252Z [05-13|18:29:42.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4799508Z [05-13|18:29:42.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4799966Z [05-13|18:29:42.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4800423Z [05-13|18:29:42.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4800873Z [05-13|18:29:42.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4801263Z [05-13|18:29:42.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4801594Z [05-13|18:29:42.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4801931Z [05-13|18:29:42.303] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4802386Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4802604Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4803116Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4803569Z [05-13|18:29:42.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4803783Z [05-13|18:29:42.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4803985Z [05-13|18:29:42.305] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4804248Z [05-13|18:29:42.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4804564Z [05-13|18:29:42.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4804822Z [05-13|18:29:42.306] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4805273Z [05-13|18:29:42.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4805726Z [05-13|18:29:42.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4806174Z [05-13|18:29:42.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4806558Z [05-13|18:29:42.307] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4806896Z [05-13|18:29:42.307] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4807217Z [05-13|18:29:42.307] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4807476Z [05-13|18:29:42.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4807740Z [05-13|18:29:42.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4807995Z [05-13|18:29:42.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4808570Z [05-13|18:29:42.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4809033Z [05-13|18:29:42.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4809484Z [05-13|18:29:42.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4809818Z [05-13|18:29:42.309] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4810237Z [05-13|18:29:42.309] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4810564Z [05-13|18:29:42.309] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4810704Z [05-13|18:29:42.310] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4810847Z [05-13|18:29:42.310] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4810983Z [05-13|18:29:42.310] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4811251Z [05-13|18:29:42.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4811521Z [05-13|18:29:42.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4811836Z [05-13|18:29:42.310] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4812306Z [05-13|18:29:42.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4812768Z [05-13|18:29:42.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4813225Z [05-13|18:29:42.311] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4813610Z [05-13|18:29:42.311] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4813752Z [05-13|18:29:42.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4814080Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4814535Z [05-13|18:29:42.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4814871Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4815248Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4815709Z [05-13|18:29:42.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4815844Z [05-13|18:29:42.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4816178Z [05-13|18:29:42.312] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4816315Z [05-13|18:29:42.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4816455Z [05-13|18:29:42.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4816915Z [05-13|18:29:42.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4817374Z [05-13|18:29:42.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4817833Z [05-13|18:29:42.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4818274Z [05-13|18:29:42.314] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4818419Z [05-13|18:29:42.314] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4818935Z [05-13|18:29:42.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4819261Z [05-13|18:29:42.314] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4819722Z [05-13|18:29:42.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4820173Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4820502Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4821047Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4821379Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4821832Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4822170Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4822679Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4823128Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4823461Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4823929Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4824314Z [05-13|18:29:42.315] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4824507Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 -2026-05-13T18:30:54.4824812Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4825281Z [05-13|18:29:42.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4825435Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4825577Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4826036Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4826252Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4826393Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4826603Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4826748Z [05-13|18:29:42.316] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4826954Z [05-13|18:29:42.316] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4827408Z [05-13|18:29:42.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4827907Z [05-13|18:29:42.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4828475Z [05-13|18:29:42.325] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4828750Z [05-13|18:29:42.336] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4829021Z [05-13|18:29:42.336] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4829280Z [05-13|18:29:42.336] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.4829794Z [05-13|18:29:42.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4830257Z [05-13|18:29:42.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4830706Z [05-13|18:29:42.336] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4831038Z [05-13|18:29:42.337] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4831423Z [05-13|18:29:42.337] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4831746Z [05-13|18:29:42.337] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4832007Z [05-13|18:29:42.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4832271Z [05-13|18:29:42.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4832528Z [05-13|18:29:42.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.4833066Z [05-13|18:29:42.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4833542Z [05-13|18:29:42.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4833994Z [05-13|18:29:42.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4834330Z [05-13|18:29:42.339] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4834658Z [05-13|18:29:42.339] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4834980Z [05-13|18:29:42.339] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4835247Z [05-13|18:29:42.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4835507Z [05-13|18:29:42.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4835764Z [05-13|18:29:42.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.4836232Z [05-13|18:29:42.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4836685Z [05-13|18:29:42.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4837196Z [05-13|18:29:42.340] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4837540Z [05-13|18:29:42.341] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4837867Z [05-13|18:29:42.341] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4838304Z [05-13|18:29:42.341] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4838824Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4839280Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4839730Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4839948Z [05-13|18:29:42.342] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4840208Z [05-13|18:29:42.343] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4840411Z [05-13|18:29:42.353] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.4840675Z [05-13|18:29:42.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4840936Z [05-13|18:29:42.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4841195Z [05-13|18:29:42.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.4841651Z [05-13|18:29:42.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4842151Z [05-13|18:29:42.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4842603Z [05-13|18:29:42.354] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4842939Z [05-13|18:29:42.354] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4843264Z [05-13|18:29:42.354] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4843589Z [05-13|18:29:42.354] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4843859Z [05-13|18:29:42.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4844116Z [05-13|18:29:42.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4844373Z [05-13|18:29:42.355] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.4844840Z [05-13|18:29:42.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4845300Z [05-13|18:29:42.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4845813Z [05-13|18:29:42.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4846147Z [05-13|18:29:42.356] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4846473Z [05-13|18:29:42.356] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4846799Z [05-13|18:29:42.356] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4847072Z [05-13|18:29:42.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4847334Z [05-13|18:29:42.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4847828Z [05-13|18:29:42.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4848227Z [05-13|18:29:42.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.4848689Z [05-13|18:29:42.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4849152Z [05-13|18:29:42.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4849547Z [05-13|18:29:42.358] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4849878Z [05-13|18:29:42.358] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4850210Z [05-13|18:29:42.359] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4850668Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4850881Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4851392Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4851607Z [05-13|18:29:42.359] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4852063Z [05-13|18:29:42.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4852277Z [05-13|18:29:42.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.4852545Z [05-13|18:29:42.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4852806Z [05-13|18:29:42.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4853071Z [05-13|18:29:42.361] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.4853537Z [05-13|18:29:42.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4853995Z [05-13|18:29:42.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4854458Z [05-13|18:29:42.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4854847Z [05-13|18:29:42.362] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4855174Z [05-13|18:29:42.362] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4855506Z [05-13|18:29:42.362] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4855647Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4855783Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4855921Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4856052Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4856241Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4856383Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4856515Z [05-13|18:29:42.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4856647Z [05-13|18:29:42.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4856980Z [05-13|18:29:42.363] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4857446Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4857817Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4858389Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4858729Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4859184Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4859521Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.4860035Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4860491Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4860831Z [05-13|18:29:42.364] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.4861285Z [05-13|18:29:42.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4861611Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.4862070Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4862207Z [05-13|18:29:42.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4862340Z [05-13|18:29:42.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4862671Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:54.4863122Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4863629Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4863962Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:54.4864420Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4864751Z [05-13|18:29:42.365] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:54.4865271Z [05-13|18:29:42.365] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:54.4865409Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4865542Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4865679Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4865811Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4865943Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4866082Z [05-13|18:29:42.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.4866466Z [05-13|18:29:42.366] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 9, "digest": "caf55495206c63161192..."} -2026-05-13T18:30:54.4866923Z [05-13|18:29:42.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4867384Z [05-13|18:29:42.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4867561Z === NAME TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 -2026-05-13T18:30:54.4867867Z replication_test.go:561: lagging node is blacklisted, cannot continue replication -2026-05-13T18:30:54.4868016Z [05-13|18:29:42.366] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4868404Z [05-13|18:29:42.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4868551Z [05-13|18:29:42.367] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4868767Z [05-13|18:29:42.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4868907Z [05-13|18:29:42.367] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4869115Z [05-13|18:29:42.367] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.4869252Z [05-13|18:29:42.367] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4869405Z --- PASS: TestReplicationAfterNodeDisconnects (0.00s) -2026-05-13T18:30:54.4869678Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_14 (0.28s) -2026-05-13T18:30:54.4869941Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_14 (0.30s) -2026-05-13T18:30:54.4870205Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_20 (0.30s) -2026-05-13T18:30:54.4870463Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_20 (0.32s) -2026-05-13T18:30:54.4870721Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_18 (0.27s) -2026-05-13T18:30:54.4870984Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_16 (0.30s) -2026-05-13T18:30:54.4871242Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_13 (0.29s) -2026-05-13T18:30:54.4871502Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_17 (0.31s) -2026-05-13T18:30:54.4871766Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_14 (0.25s) -2026-05-13T18:30:54.4872083Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_13 (0.24s) -2026-05-13T18:30:54.4872341Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_12 (0.27s) -2026-05-13T18:30:54.4872602Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_20 (0.28s) -2026-05-13T18:30:54.4872861Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_2_to_10 (0.22s) -2026-05-13T18:30:54.4873117Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_18 (0.26s) -2026-05-13T18:30:54.4873377Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_13 (0.24s) -2026-05-13T18:30:54.4873642Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_16 (0.28s) -2026-05-13T18:30:54.4873902Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_10 (0.23s) -2026-05-13T18:30:54.4874213Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_14 (0.24s) -2026-05-13T18:30:54.4874481Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_18 (0.26s) -2026-05-13T18:30:54.4874739Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_16 (0.26s) -2026-05-13T18:30:54.4874997Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_17 (0.24s) -2026-05-13T18:30:54.4875261Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_18 (0.24s) -2026-05-13T18:30:54.4875520Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_17 (0.25s) -2026-05-13T18:30:54.4875833Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_16 (0.25s) -2026-05-13T18:30:54.4876094Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_12 (0.23s) -2026-05-13T18:30:54.4876351Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_5_to_13 (0.23s) -2026-05-13T18:30:54.4876610Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_12 (0.23s) -2026-05-13T18:30:54.4876876Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_14 (0.23s) -2026-05-13T18:30:54.4877135Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_20 (0.25s) -2026-05-13T18:30:54.4877393Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_4_to_10 (0.22s) -2026-05-13T18:30:54.4877649Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_17 (0.23s) -2026-05-13T18:30:54.4877912Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_18 (0.25s) -2026-05-13T18:30:54.4878344Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_14 (0.23s) -2026-05-13T18:30:54.4878612Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_20 (0.24s) -2026-05-13T18:30:54.4878876Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_16 (0.24s) -2026-05-13T18:30:54.4879134Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_12 (0.22s) -2026-05-13T18:30:54.4879390Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_17 (0.25s) -2026-05-13T18:30:54.4879652Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_17 (0.23s) -2026-05-13T18:30:54.4879911Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_12 (0.23s) -2026-05-13T18:30:54.4880169Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_13 (0.23s) -2026-05-13T18:30:54.4880432Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_20 (0.24s) -2026-05-13T18:30:54.4880691Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_1_to_10 (0.22s) -2026-05-13T18:30:54.4880948Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_13 (0.23s) -2026-05-13T18:30:54.4881206Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_18 (0.24s) -2026-05-13T18:30:54.4881467Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_16 (0.23s) -2026-05-13T18:30:54.4881725Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_3_to_10 (0.22s) -2026-05-13T18:30:54.4881984Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_10 (0.22s) -2026-05-13T18:30:54.4882306Z --- PASS: TestReplicationAfterNodeDisconnects/Disconnect_0_to_12 (0.23s) -2026-05-13T18:30:54.4882430Z === RUN TestReplicationStuckInProposingBlock -2026-05-13T18:30:54.4882916Z [05-13|18:29:42.368] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.4883198Z [05-13|18:29:42.368] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.4883663Z [05-13|18:29:42.369] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4884000Z [05-13|18:29:42.369] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.4884384Z [05-13|18:29:42.369] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.4884843Z [05-13|18:29:42.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.4885173Z [05-13|18:29:42.370] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.4885634Z [05-13|18:29:42.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.4886012Z [05-13|18:29:42.370] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.4886471Z [05-13|18:29:42.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.4886802Z [05-13|18:29:42.371] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.4887262Z [05-13|18:29:42.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4887414Z [05-13|18:29:42.371] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.4887564Z --- PASS: TestReplicationStuckInProposingBlock (0.00s) -2026-05-13T18:30:54.4887707Z === RUN TestReplicationNodeDiverges -2026-05-13T18:30:54.4888215Z [05-13|18:29:42.371] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "maxTasks": 500} -2026-05-13T18:30:54.4888719Z [05-13|18:29:42.371] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "maxDeps": 500} -2026-05-13T18:30:54.4889096Z [05-13|18:29:42.371] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "maxTasks": 1} -2026-05-13T18:30:54.4889889Z [05-13|18:29:42.371] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.4890269Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "maxTasks": 500} -2026-05-13T18:30:54.4890763Z [05-13|18:29:42.372] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "maxDeps": 500} -2026-05-13T18:30:54.4891139Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "maxTasks": 1} -2026-05-13T18:30:54.4891914Z [05-13|18:29:42.372] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.4892357Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "maxTasks": 500} -2026-05-13T18:30:54.4892845Z [05-13|18:29:42.372] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "maxDeps": 500} -2026-05-13T18:30:54.4893216Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "maxTasks": 1} -2026-05-13T18:30:54.4893988Z [05-13|18:29:42.372] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.4894420Z [05-13|18:29:42.372] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "maxTasks": 500} -2026-05-13T18:30:54.4894909Z [05-13|18:29:42.373] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "maxDeps": 500} -2026-05-13T18:30:54.4895274Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "maxTasks": 1} -2026-05-13T18:30:54.4896052Z [05-13|18:29:42.373] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.4896480Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "maxTasks": 500} -2026-05-13T18:30:54.4896969Z [05-13|18:29:42.373] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "maxDeps": 500} -2026-05-13T18:30:54.4897340Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "maxTasks": 1} -2026-05-13T18:30:54.4898278Z [05-13|18:29:42.373] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.4898677Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "maxTasks": 500} -2026-05-13T18:30:54.4899163Z [05-13|18:29:42.373] DEBUG Simplex/block_scheduler.go:60 Created BlockVerificationScheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "maxDeps": 500} -2026-05-13T18:30:54.4899531Z [05-13|18:29:42.373] DEBUG Simplex/sched.go:27 Created Scheduler {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "maxTasks": 1} -2026-05-13T18:30:54.4900309Z [05-13|18:29:42.373] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.4900859Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4901402Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4901936Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4902467Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4903057Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4903589Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4904046Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "currentRound": 0} -2026-05-13T18:30:54.4904437Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.4904839Z [05-13|18:29:42.374] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 0} -2026-05-13T18:30:54.4905381Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4905920Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4906451Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4907070Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4907608Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4908381Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4908919Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "currentRound": 0} -2026-05-13T18:30:54.4909309Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.4909659Z [05-13|18:29:42.374] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 0} -2026-05-13T18:30:54.4910206Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4910745Z [05-13|18:29:42.374] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4911274Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4911816Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4912354Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4912896Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4913419Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "currentRound": 0} -2026-05-13T18:30:54.4913806Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.4914154Z [05-13|18:29:42.375] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 0} -2026-05-13T18:30:54.4914699Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4915284Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4915828Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4916363Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4916897Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4917483Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4917932Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "currentRound": 0} -2026-05-13T18:30:54.4918446Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.4918799Z [05-13|18:29:42.375] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 0} -2026-05-13T18:30:54.4919398Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4919935Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4920473Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4921032Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4921570Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4922103Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4922549Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "currentRound": 0} -2026-05-13T18:30:54.4922934Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.4923526Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4923881Z [05-13|18:29:42.375] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 0} -2026-05-13T18:30:54.4924420Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4924951Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4925535Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4926076Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4926610Z [05-13|18:29:42.375] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4927171Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timedOutRounds": "map[]", "redeemedRounds": "map[]"} -2026-05-13T18:30:54.4928165Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[], updates=[])"} -2026-05-13T18:30:54.4928576Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.4928965Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:285 Epoch is ready to receive messages {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.4929362Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} -2026-05-13T18:30:54.4929968Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4930493Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "size": 67, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4931024Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "size": 67, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4931612Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4932245Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "voteForOurBlock": 1, "total votes": 1} -2026-05-13T18:30:54.4932783Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4933323Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4933867Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4934455Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4934996Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4935530Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4935979Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "currentRound": 0} -2026-05-13T18:30:54.4936498Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4937090Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4937644Z [05-13|18:29:42.376] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 0} -2026-05-13T18:30:54.4938235Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} -2026-05-13T18:30:54.4939046Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.4939475Z [05-13|18:29:42.376] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} -2026-05-13T18:30:54.4940069Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4940718Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4941314Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4941870Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 0} -2026-05-13T18:30:54.4942426Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 0} -2026-05-13T18:30:54.4942976Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 0} -2026-05-13T18:30:54.4943384Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} -2026-05-13T18:30:54.4943789Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} -2026-05-13T18:30:54.4944199Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} -2026-05-13T18:30:54.4945038Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.4945631Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4946405Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.4947223Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.4947632Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} -2026-05-13T18:30:54.4948295Z [05-13|18:29:42.377] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 0} -2026-05-13T18:30:54.4948696Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} -2026-05-13T18:30:54.4949169Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} -2026-05-13T18:30:54.4949570Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.4949920Z [05-13|18:29:42.377] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 0} -2026-05-13T18:30:54.4950698Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.4951156Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.4951706Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4952104Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} -2026-05-13T18:30:54.4952638Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4953045Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.4953551Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4954084Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4954627Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4955024Z [05-13|18:29:42.377] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} -2026-05-13T18:30:54.4955576Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4956118Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4956654Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4957239Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4957772Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4958416Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4958922Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4959383Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0} -2026-05-13T18:30:54.4959783Z [05-13|18:29:42.376] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.4960322Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4960855Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4961397Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4961941Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4962439Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4962977Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4963510Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4964040Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4964544Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4965080Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4965666Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4966200Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4966733Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4967263Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4967850Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4968507Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4969044Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4969577Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4970168Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 0} -2026-05-13T18:30:54.4970664Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4971201Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4971737Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4972277Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4972857Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4973432Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4973981Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4974465Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4975007Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4975624Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.4976211Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 0} -2026-05-13T18:30:54.4977003Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "elapsed": "499.163µs"} -2026-05-13T18:30:54.4977595Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4978185Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4978748Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4979331Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4979961Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.4980578Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.4981238Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "elapsed": "624.298µs"} -2026-05-13T18:30:54.4981823Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4982297Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4982968Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.4983556Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4984021Z [05-13|18:29:42.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "votes": 4} -2026-05-13T18:30:54.4984503Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "elapsed": "1.198702ms"} -2026-05-13T18:30:54.4985127Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.4985781Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0100000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} -2026-05-13T18:30:54.4986251Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4986728Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "elapsed": "1.241431ms"} -2026-05-13T18:30:54.4987244Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4987827Z [05-13|18:29:42.377] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4988566Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.4989221Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0400000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} -2026-05-13T18:30:54.4989802Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "elapsed": "1.287275ms"} -2026-05-13T18:30:54.4990272Z [05-13|18:29:42.378] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4990926Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0500000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} -2026-05-13T18:30:54.4991623Z [05-13|18:29:42.378] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0300000000000000", "Digest": "20922b5461e2b791fc45...", "round": 0, "seq": 0} -2026-05-13T18:30:54.4992192Z [05-13|18:29:42.378] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "size": 137, "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4992701Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0100000000000000", "round": 0} -2026-05-13T18:30:54.4993193Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0300000000000000", "round": 0} -2026-05-13T18:30:54.4993732Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0400000000000000", "round": 0} -2026-05-13T18:30:54.4994140Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.4994632Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0500000000000000", "round": 0} -2026-05-13T18:30:54.4995020Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.4995409Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0} -2026-05-13T18:30:54.4995904Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:42.371]"} -2026-05-13T18:30:54.4996564Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.4996950Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 0} -2026-05-13T18:30:54.4997338Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.4997890Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:42.373]"} -2026-05-13T18:30:54.4998539Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.4998926Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.4999294Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 0} -2026-05-13T18:30:54.4999844Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:43.372]"} -2026-05-13T18:30:54.5000335Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:42.373]"} -2026-05-13T18:30:54.5000695Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 0} -2026-05-13T18:30:54.5001132Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 1, "time": "[05-13|18:29:43.372]"} -2026-05-13T18:30:54.5001537Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 0} -2026-05-13T18:30:54.5002030Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} -2026-05-13T18:30:54.5002381Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 0} -2026-05-13T18:30:54.5002766Z [05-13|18:29:42.379] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5003257Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} -2026-05-13T18:30:54.5003854Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "seq": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.5004221Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 0} -2026-05-13T18:30:54.5004767Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5005301Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5005837Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5006370Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5006902Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5007440Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5007947Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "currentRound": 1} -2026-05-13T18:30:54.5008531Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 0} -2026-05-13T18:30:54.5008898Z [05-13|18:29:42.379] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 1} -2026-05-13T18:30:54.5009372Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.5010013Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.5010488Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "my round": 1} -2026-05-13T18:30:54.5011066Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 0, "digest": "20922b5461e2b791fc45..."} -2026-05-13T18:30:54.5011537Z [05-13|18:29:42.379] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 0, "my round": 1} -2026-05-13T18:30:54.5012028Z [05-13|18:29:42.389] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 2, "time": "[05-13|18:29:44.372]"} -2026-05-13T18:30:54.5012455Z [05-13|18:29:42.399] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 3, "time": "[05-13|18:29:45.372]"} -2026-05-13T18:30:54.5012888Z [05-13|18:29:42.410] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 4, "time": "[05-13|18:29:46.372]"} -2026-05-13T18:30:54.5013315Z [05-13|18:29:42.420] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 5, "time": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.5013836Z [05-13|18:29:42.430] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 6, "deadline": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5014496Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5014940Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "size": 19} -2026-05-13T18:30:54.5015526Z [05-13|18:29:42.430] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5016064Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5016594Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5017119Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5017663Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "from": "0200000000000000"} -2026-05-13T18:30:54.5018365Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0200000000000000"} -2026-05-13T18:30:54.5018908Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "from": "0200000000000000"} -2026-05-13T18:30:54.5019392Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5019872Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5020412Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5020979Z [05-13|18:29:42.431] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 6, "time": "[05-13|18:29:48.372]", "deadline": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5021411Z [05-13|18:29:42.431] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 6, "time": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5021946Z [05-13|18:29:42.430] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5022539Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "from": "0200000000000000"} -2026-05-13T18:30:54.5023017Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5023497Z [05-13|18:29:42.431] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5023931Z [05-13|18:29:42.440] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 1, "time": "[05-13|18:29:43.372]"} -2026-05-13T18:30:54.5024416Z [05-13|18:29:42.451] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 2, "time": "[05-13|18:29:44.372]"} -2026-05-13T18:30:54.5024845Z [05-13|18:29:42.461] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 3, "time": "[05-13|18:29:45.372]"} -2026-05-13T18:30:54.5025266Z [05-13|18:29:42.471] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 4, "time": "[05-13|18:29:46.372]"} -2026-05-13T18:30:54.5025700Z [05-13|18:29:42.481] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 5, "time": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.5026164Z [05-13|18:29:42.492] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 6, "deadline": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.5026820Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5027265Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "size": 19} -2026-05-13T18:30:54.5027851Z [05-13|18:29:42.492] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5028525Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5029128Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5029661Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5030197Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5030787Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0300000000000000"} -2026-05-13T18:30:54.5031328Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "from": "0300000000000000"} -2026-05-13T18:30:54.5031871Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "from": "0300000000000000"} -2026-05-13T18:30:54.5032407Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "from": "0300000000000000"} -2026-05-13T18:30:54.5032939Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5033423Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5033904Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5034376Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5034901Z [05-13|18:29:42.492] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5035440Z [05-13|18:29:42.492] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 6, "time": "[05-13|18:29:48.372]", "deadline": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.5035874Z [05-13|18:29:42.492] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 6, "time": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5036304Z [05-13|18:29:42.502] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 1, "time": "[05-13|18:29:43.373]"} -2026-05-13T18:30:54.5036729Z [05-13|18:29:42.512] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 2, "time": "[05-13|18:29:44.373]"} -2026-05-13T18:30:54.5037163Z [05-13|18:29:42.522] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 3, "time": "[05-13|18:29:45.373]"} -2026-05-13T18:30:54.5037593Z [05-13|18:29:42.533] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 4, "time": "[05-13|18:29:46.373]"} -2026-05-13T18:30:54.5038014Z [05-13|18:29:42.543] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 5, "time": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.5038679Z [05-13|18:29:42.553] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 6, "deadline": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.5039943Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5040384Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "size": 19} -2026-05-13T18:30:54.5040974Z [05-13|18:29:42.553] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5041562Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5042094Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5042641Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0500000000000000"} -2026-05-13T18:30:54.5043167Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5043764Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "from": "0500000000000000"} -2026-05-13T18:30:54.5044245Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5044779Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "from": "0500000000000000"} -2026-05-13T18:30:54.5045260Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5045783Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5046261Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5046799Z [05-13|18:29:42.553] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5047330Z [05-13|18:29:42.554] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 6, "time": "[05-13|18:29:48.373]", "deadline": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.5047760Z [05-13|18:29:42.554] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 6, "time": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.5048423Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "from": "0500000000000000"} -2026-05-13T18:30:54.5048903Z [05-13|18:29:42.554] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5049339Z [05-13|18:29:42.563] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 1, "time": "[05-13|18:29:43.373]"} -2026-05-13T18:30:54.5049828Z [05-13|18:29:42.574] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 2, "time": "[05-13|18:29:44.373]"} -2026-05-13T18:30:54.5050252Z [05-13|18:29:42.584] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 3, "time": "[05-13|18:29:45.373]"} -2026-05-13T18:30:54.5050681Z [05-13|18:29:42.594] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 4, "time": "[05-13|18:29:46.373]"} -2026-05-13T18:30:54.5051112Z [05-13|18:29:42.604] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 5, "time": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.5051569Z [05-13|18:29:42.615] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 6, "deadline": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.5052275Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "reason": "Timed out on block agreement", "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5052717Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "size": 19} -2026-05-13T18:30:54.5053301Z [05-13|18:29:42.615] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5053889Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5054416Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5054953Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "from": "0600000000000000"} -2026-05-13T18:30:54.5055485Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5056070Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "from": "0600000000000000"} -2026-05-13T18:30:54.5056613Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "from": "0600000000000000"} -2026-05-13T18:30:54.5057091Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 65, "round": 0} -2026-05-13T18:30:54.5057563Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 65, "round": 0} -2026-05-13T18:30:54.5058149Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 65, "round": 0} -2026-05-13T18:30:54.5058572Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5059042Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 65, "round": 0} -2026-05-13T18:30:54.5059456Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5059864Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5060460Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 0, "our round": 0} -2026-05-13T18:30:54.5060937Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5061401Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5061809Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5062372Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5062877Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5063345Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5063944Z [05-13|18:29:42.615] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5064497Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5065042Z [05-13|18:29:42.615] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "from": "0600000000000000"} -2026-05-13T18:30:54.5065506Z [05-13|18:29:42.615] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5066157Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.5066755Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5067234Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 65, "round": 0} -2026-05-13T18:30:54.5067769Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5068529Z [05-13|18:29:42.615] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.5069076Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5069497Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5070036Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5070569Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5071148Z [05-13|18:29:42.616] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5071682Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5072188Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5072838Z [05-13|18:29:42.616] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5073377Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5073882Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0, "leader": "0100000000000000"} -2026-05-13T18:30:54.5074338Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "currentRound": 1} -2026-05-13T18:30:54.5074979Z [05-13|18:29:42.616] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5075427Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5076071Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.5076609Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5077158Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5077697Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5078345Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5078713Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 1} -2026-05-13T18:30:54.5079299Z [05-13|18:29:42.615] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5079835Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5080373Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5080908Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5081622Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.5082074Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "currentRound": 1} -2026-05-13T18:30:54.5082609Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5083147Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5083733Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 6, "time": "[05-13|18:29:48.373]", "deadline": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.5084280Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5084723Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 6, "time": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.5085420Z [05-13|18:29:42.616] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.5085961Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5086492Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5087021Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5087707Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5088455Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5088991Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5089534Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5090063Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5090594Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5091134Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5091694Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timedOutRounds": "map[0:0]", "redeemedRounds": "map[]"} -2026-05-13T18:30:54.5093126Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "Update": "{type=NodeSuspected, NodeIndex=0}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=0}])"} -2026-05-13T18:30:54.5093538Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1} -2026-05-13T18:30:54.5093973Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5094483Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "currentRound": 1} -2026-05-13T18:30:54.5095023Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5095514Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5095952Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5096537Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5096893Z [05-13|18:29:42.617] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 7} -2026-05-13T18:30:54.5097330Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5097761Z [05-13|18:29:42.616] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5098476Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5098973Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5099513Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5100006Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5100492Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5100924Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5101360Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5101799Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "currentRound": 1} -2026-05-13T18:30:54.5102232Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5102787Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5103272Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5103701Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5104189Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5104669Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5105109Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5105591Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5106018Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5106560Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 0} -2026-05-13T18:30:54.5106909Z [05-13|18:29:42.616] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 7} -2026-05-13T18:30:54.5107394Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5107831Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5108426Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5109037Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5109402Z [05-13|18:29:42.617] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 7} -2026-05-13T18:30:54.5109890Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5110322Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5110813Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 0} -2026-05-13T18:30:54.5111244Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5111675Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5112163Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 0} -2026-05-13T18:30:54.5112567Z [05-13|18:29:42.617] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} -2026-05-13T18:30:54.5113110Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5113591Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5114022Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5114468Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5115003Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5115490Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 0} -2026-05-13T18:30:54.5115925Z [05-13|18:29:42.617] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5116410Z [05-13|18:29:42.618] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 0} -2026-05-13T18:30:54.5117004Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5117533Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "size": 85, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5118176Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "size": 85, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5118791Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5119452Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5120082Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "voteForOurBlock": 1, "total votes": 1} -2026-05-13T18:30:54.5120703Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5121295Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5121837Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5122379Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5122934Z [05-13|18:29:42.626] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 0} -2026-05-13T18:30:54.5123467Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5123945Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} -2026-05-13T18:30:54.5124486Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5124891Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} -2026-05-13T18:30:54.5125535Z [05-13|18:29:42.625] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5125940Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1} -2026-05-13T18:30:54.5126497Z [05-13|18:29:42.626] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 0} -2026-05-13T18:30:54.5127046Z [05-13|18:29:42.626] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 0} -2026-05-13T18:30:54.5127505Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} -2026-05-13T18:30:54.5127915Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} -2026-05-13T18:30:54.5128824Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5129227Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} -2026-05-13T18:30:54.5130070Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5130614Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5131013Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} -2026-05-13T18:30:54.5131417Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1} -2026-05-13T18:30:54.5131815Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1} -2026-05-13T18:30:54.5132371Z [05-13|18:29:42.625] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 0} -2026-05-13T18:30:54.5132778Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} -2026-05-13T18:30:54.5133321Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5133720Z [05-13|18:29:42.626] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} -2026-05-13T18:30:54.5134290Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5134700Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1} -2026-05-13T18:30:54.5135480Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5136067Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5136602Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5137148Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5137681Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5138379Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5138892Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5139427Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5139960Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5140790Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5141329Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5141831Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5142362Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5142899Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5143480Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5144013Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5144552Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5145221Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5145762Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5146265Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5146954Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "elapsed": "553.996µs"} -2026-05-13T18:30:54.5147430Z [05-13|18:29:42.627] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5147973Z [05-13|18:29:42.626] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5148597Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5149247Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5149787Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5150237Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "currentRound": 1} -2026-05-13T18:30:54.5150855Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5151478Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5151953Z [05-13|18:29:42.627] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5152492Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5153078Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5153611Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5154238Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5154590Z [05-13|18:29:42.627] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 7} -2026-05-13T18:30:54.5155130Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5155759Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5156250Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5156869Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5157496Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5158190Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5158661Z [05-13|18:29:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "votes": 4} -2026-05-13T18:30:54.5159277Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5160000Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5160482Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "elapsed": "1.135227ms"} -2026-05-13T18:30:54.5161131Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5161769Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5162277Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5162742Z [05-13|18:29:42.627] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5163409Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5163950Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5164573Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5165157Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5165808Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5166410Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 1} -2026-05-13T18:30:54.5166988Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5167522Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5168312Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5168854Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5169307Z [05-13|18:29:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "votes": 4} -2026-05-13T18:30:54.5169879Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5170465Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5171049Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5171699Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5172196Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5172741Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5173198Z [05-13|18:29:42.627] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "votes": 4} -2026-05-13T18:30:54.5173694Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5174193Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5174844Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5175426Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5176083Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5176703Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5177253Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5177901Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5178496Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "elapsed": "1.815008ms"} -2026-05-13T18:30:54.5179211Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5179864Z [05-13|18:29:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.5180339Z [05-13|18:29:42.628] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5180979Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5181594Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5185403Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5186068Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5186836Z [05-13|18:29:42.627] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "elapsed": "551.091µs"} -2026-05-13T18:30:54.5187365Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5187846Z [05-13|18:29:42.628] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5188545Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5189187Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5189687Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5190180Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5190775Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5191496Z [05-13|18:29:42.628] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.5191966Z [05-13|18:29:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "votes": 4} -2026-05-13T18:30:54.5192509Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5193166Z [05-13|18:29:42.627] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5193814Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5194476Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5195012Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5195722Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5196509Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 1, "monitored round": 1} -2026-05-13T18:30:54.5196882Z [05-13|18:29:42.628] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 1} -2026-05-13T18:30:54.5197341Z [05-13|18:29:42.628] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "votes": 4} -2026-05-13T18:30:54.5197945Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5198649Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5199304Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5199803Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5200454Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5200995Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5201646Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5202352Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5202894Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5203542Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5204249Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5204893Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5205447Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5206095Z [05-13|18:29:42.628] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "1ef2d9b17aaa7070f06d...", "round": 1, "seq": 0} -2026-05-13T18:30:54.5206653Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5207191Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5207684Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5208402Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5208992Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5209501Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5210051Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5210552Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5211088Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5211629Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5212291Z [05-13|18:29:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.5212847Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5213382Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5213876Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5214427Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5215012Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5215508Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5216049Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5216696Z [05-13|18:29:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.5217206Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "currentRound": 2} -2026-05-13T18:30:54.5217756Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5218407Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5218952Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5219495Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5220061Z [05-13|18:29:42.628] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5220635Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5221111Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5221647Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5222149Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5222693Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5223233Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5223783Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5224380Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5224921Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5225467Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5225944Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "my round": 2} -2026-05-13T18:30:54.5226484Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5226981Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5227569Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5228192Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5228735Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5229247Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5230086Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 1, "monitored round": 1} -2026-05-13T18:30:54.5230758Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2658 Aborting monitoring progress for round because we advanced to a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "monitored round": 1, "new round": 2} -2026-05-13T18:30:54.5231131Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 7} -2026-05-13T18:30:54.5231669Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5232144Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5232508Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 7} -2026-05-13T18:30:54.5232861Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 8} -2026-05-13T18:30:54.5233510Z [05-13|18:29:42.629] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.5234107Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5234577Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5235364Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 1, "monitored round": 1} -2026-05-13T18:30:54.5235815Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "currentRound": 2} -2026-05-13T18:30:54.5236367Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5236911Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5237382Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5238013Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5238785Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5239263Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5239715Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "currentRound": 2} -2026-05-13T18:30:54.5240190Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5240726Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5241091Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 7} -2026-05-13T18:30:54.5241636Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5241990Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 8} -2026-05-13T18:30:54.5242780Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 1, "monitored round": 1} -2026-05-13T18:30:54.5243264Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5243728Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5244271Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5244683Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 7} -2026-05-13T18:30:54.5245183Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5245775Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5246127Z [05-13|18:29:42.629] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 8} -2026-05-13T18:30:54.5246725Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5247249Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5247787Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5248459Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5249054Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5249529Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5250005Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "my round": 2} -2026-05-13T18:30:54.5250540Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5251181Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5251727Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5252269Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5252775Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5253245Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "my round": 2} -2026-05-13T18:30:54.5253780Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5254326Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5254831Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5255425Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5256035Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timedOutRounds": "map[0:0]", "redeemedRounds": "map[0:1 1:1 2:1 4:1]"} -2026-05-13T18:30:54.5256536Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5257074Z [05-13|18:29:42.630] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5257612Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1} -2026-05-13T18:30:54.5259154Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])"} -2026-05-13T18:30:54.5259765Z [05-13|18:29:42.629] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5260302Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} -2026-05-13T18:30:54.5260752Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "currentRound": 2} -2026-05-13T18:30:54.5261279Z [05-13|18:29:42.630] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5261805Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5262303Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "current round": 2} -2026-05-13T18:30:54.5262660Z [05-13|18:29:42.630] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 2} -2026-05-13T18:30:54.5263168Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5263635Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5264108Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5264630Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5265220Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5265686Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "my round": 2} -2026-05-13T18:30:54.5266253Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5266761Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5267227Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5267729Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5268404Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5268921Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5269389Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5269896Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5270453Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5270930Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5271405Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5271914Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5272441Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5272913Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5273401Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 1} -2026-05-13T18:30:54.5273874Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5274376Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5274861Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5275368Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5275836Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5276300Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5276829Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5277237Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2} -2026-05-13T18:30:54.5277707Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5278147Z [05-13|18:29:42.630] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5278715Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5279225Z [05-13|18:29:42.630] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5279722Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5280222Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5280684Z [05-13|18:29:42.631] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} -2026-05-13T18:30:54.5281186Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5281690Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5282164Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5282681Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5283150Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5283707Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5284247Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5284786Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5285329Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5285866Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5286356Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1} -2026-05-13T18:30:54.5286950Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5287484Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} -2026-05-13T18:30:54.5288144Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5288671Z [05-13|18:29:42.631] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5289269Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5289778Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "current round": 2} -2026-05-13T18:30:54.5290256Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1} -2026-05-13T18:30:54.5290785Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} -2026-05-13T18:30:54.5291386Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5291903Z [05-13|18:29:42.631] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5292435Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5292926Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "current round": 2} -2026-05-13T18:30:54.5293486Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5294007Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5294478Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5295002Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5295480Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5296019Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5296520Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5297066Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5297706Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5298383Z [05-13|18:29:42.631] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5298858Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "my round": 2} -2026-05-13T18:30:54.5299361Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5299913Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1} -2026-05-13T18:30:54.5300421Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5300919Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5301459Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} -2026-05-13T18:30:54.5302016Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5302517Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5303042Z [05-13|18:29:42.631] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5303511Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5304065Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5304564Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 1} -2026-05-13T18:30:54.5305053Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "current round": 2} -2026-05-13T18:30:54.5305383Z [05-13|18:29:42.632] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5305882Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5306405Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5306922Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5307385Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5307962Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5308600Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5309106Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5309572Z [05-13|18:29:42.631] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5310103Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5310592Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 1} -2026-05-13T18:30:54.5311096Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5311563Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5312137Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5312665Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5313131Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5313649Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5314165Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5314699Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5315185Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 1} -2026-05-13T18:30:54.5315712Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5316233Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5316752Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5317259Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5317760Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5318396Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5318943Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 1} -2026-05-13T18:30:54.5319485Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "round": 1} -2026-05-13T18:30:54.5320030Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "round": 1} -2026-05-13T18:30:54.5320690Z [05-13|18:29:42.632] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 1} -2026-05-13T18:30:54.5321178Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1} -2026-05-13T18:30:54.5321713Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 1, "maxRound": 1, "nextSeqToCommit": 0} -2026-05-13T18:30:54.5322228Z [05-13|18:29:42.632] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5322787Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "current round": 2} -2026-05-13T18:30:54.5323304Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.5323803Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5324332Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5324903Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5325429Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5325937Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5326457Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5326920Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1} -2026-05-13T18:30:54.5327417Z [05-13|18:29:42.632] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 1} -2026-05-13T18:30:54.5327740Z [05-13|18:29:42.633] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5328382Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5328910Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5329490Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5330018Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5330538Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5331109Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5331637Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5332155Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5332680Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 1, "seq": 0} -2026-05-13T18:30:54.5333279Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5333801Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "size": 82, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5334336Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "size": 82, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5334927Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5335598Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "voteForOurBlock": 1, "total votes": 1} -2026-05-13T18:30:54.5336147Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5336682Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5337214Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5337811Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5338520Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5339060Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5339682Z [05-13|18:29:42.633] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 1} -2026-05-13T18:30:54.5340216Z [05-13|18:29:42.633] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5340669Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "currentRound": 2} -2026-05-13T18:30:54.5341269Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5341794Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5342353Z [05-13|18:29:42.634] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 1} -2026-05-13T18:30:54.5342708Z [05-13|18:29:42.634] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 8} -2026-05-13T18:30:54.5343120Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} -2026-05-13T18:30:54.5343771Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5344174Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} -2026-05-13T18:30:54.5344730Z [05-13|18:29:42.634] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 1} -2026-05-13T18:30:54.5345144Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2} -2026-05-13T18:30:54.5345601Z [05-13|18:29:42.633] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} -2026-05-13T18:30:54.5346009Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} -2026-05-13T18:30:54.5346807Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5347587Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5348482Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5349077Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5349477Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} -2026-05-13T18:30:54.5349884Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2} -2026-05-13T18:30:54.5350503Z [05-13|18:29:42.634] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 1} -2026-05-13T18:30:54.5350909Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} -2026-05-13T18:30:54.5351461Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5352288Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5352801Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5353203Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} -2026-05-13T18:30:54.5353743Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5354200Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2} -2026-05-13T18:30:54.5354735Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5355266Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5355807Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5356388Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5356924Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5357433Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5357926Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5358444Z [05-13|18:29:42.634] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} -2026-05-13T18:30:54.5358855Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2} -2026-05-13T18:30:54.5359396Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5359985Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5360491Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5361171Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5361713Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5362247Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5362828Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5363369Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5363898Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5364434Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5365014Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5365595Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5366134Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5366798Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5367296Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5367885Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5368619Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5369257Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "elapsed": "788.184µs"} -2026-05-13T18:30:54.5369740Z [05-13|18:29:42.635] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5370279Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5370819Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5371312Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5371962Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5372582Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5373177Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "elapsed": "732.861µs"} -2026-05-13T18:30:54.5373703Z [05-13|18:29:42.635] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5374294Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5374915Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5375495Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5376015Z [05-13|18:29:42.635] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "votes": 4} -2026-05-13T18:30:54.5376675Z [05-13|18:29:42.635] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5377331Z [05-13|18:29:42.635] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5378145Z [05-13|18:29:42.635] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5378801Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5379381Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5379881Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5380374Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5380873Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5381364Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5382020Z [05-13|18:29:42.636] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.5382625Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5383175Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5383719Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 3} -2026-05-13T18:30:54.5384304Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 3} -2026-05-13T18:30:54.5384839Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 3} -2026-05-13T18:30:54.5385378Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 3} -2026-05-13T18:30:54.5385912Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 3} -2026-05-13T18:30:54.5386511Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 3} -2026-05-13T18:30:54.5386962Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "currentRound": 3} -2026-05-13T18:30:54.5387431Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5387908Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5388697Z [05-13|18:29:42.635] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "elapsed": "843.838µs"} -2026-05-13T18:30:54.5389173Z [05-13|18:29:42.636] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5389770Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5390387Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5390969Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5391433Z [05-13|18:29:42.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "votes": 4} -2026-05-13T18:30:54.5392016Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5392674Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5393380Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5393971Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5394766Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 2, "monitored round": 2} -2026-05-13T18:30:54.5395430Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5395797Z [05-13|18:29:42.637] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 8} -2026-05-13T18:30:54.5396383Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5396734Z [05-13|18:29:42.637] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 9} -2026-05-13T18:30:54.5397435Z [05-13|18:29:42.636] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5397902Z [05-13|18:29:42.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "votes": 4} -2026-05-13T18:30:54.5398667Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5399505Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5400156Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5400728Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5401386Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5401886Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5402376Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5402878Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5403371Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5404119Z [05-13|18:29:42.637] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.5404658Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5405206Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5405749Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 3} -2026-05-13T18:30:54.5406332Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 3} -2026-05-13T18:30:54.5406870Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 3} -2026-05-13T18:30:54.5407405Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 3} -2026-05-13T18:30:54.5407984Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 3} -2026-05-13T18:30:54.5408632Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 3} -2026-05-13T18:30:54.5409082Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "currentRound": 3} -2026-05-13T18:30:54.5409555Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5410083Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5410590Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5411092Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5411565Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5412031Z [05-13|18:29:42.637] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5412807Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 2, "monitored round": 2} -2026-05-13T18:30:54.5413178Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 8} -2026-05-13T18:30:54.5413525Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 9} -2026-05-13T18:30:54.5414179Z [05-13|18:29:42.637] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5414812Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5415307Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5415806Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5416292Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5416833Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5417487Z [05-13|18:29:42.638] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.5418139Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5418750Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5419291Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 3} -2026-05-13T18:30:54.5419828Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 3} -2026-05-13T18:30:54.5420363Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 3} -2026-05-13T18:30:54.5420992Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 3} -2026-05-13T18:30:54.5421529Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 3} -2026-05-13T18:30:54.5422068Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 3} -2026-05-13T18:30:54.5422519Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "currentRound": 3} -2026-05-13T18:30:54.5422988Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5423458Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5423965Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5424469Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5425001Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5425466Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5425965Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5426470Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5427019Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5427809Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 2, "monitored round": 2} -2026-05-13T18:30:54.5428427Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5428951Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5429378Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 8} -2026-05-13T18:30:54.5429878Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5430347Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5430818Z [05-13|18:29:42.638] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5431221Z [05-13|18:29:42.638] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 9} -2026-05-13T18:30:54.5431846Z [05-13|18:29:42.636] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5432319Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5432788Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5433338Z [05-13|18:29:42.634] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5433923Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5434426Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5434898Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5435400Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5435911Z [05-13|18:29:42.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "votes": 4} -2026-05-13T18:30:54.5436459Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5437116Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5437704Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 2} -2026-05-13T18:30:54.5438478Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5439018Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5439557Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5440267Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5440803Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5441313Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5442015Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5442512Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5442987Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5443456Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5443917Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5444511Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5445096Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5445682Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5446354Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5446824Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "my round": 3} -2026-05-13T18:30:54.5447401Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5447866Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "my round": 3} -2026-05-13T18:30:54.5448515Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "elapsed": "5.20191ms"} -2026-05-13T18:30:54.5449046Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5449516Z [05-13|18:29:42.639] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5450097Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5450657Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5451242Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5451742Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5452409Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5452881Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "my round": 3} -2026-05-13T18:30:54.5453376Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5453958Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5454605Z [05-13|18:29:42.639] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.5455069Z [05-13|18:29:42.639] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "votes": 4} -2026-05-13T18:30:54.5455575Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5456116Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5456769Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5457326Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5457981Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5458605Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5459215Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5459873Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5460654Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 2, "monitored round": 2} -2026-05-13T18:30:54.5461182Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5461721Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 3} -2026-05-13T18:30:54.5462081Z [05-13|18:29:42.639] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 8} -2026-05-13T18:30:54.5462739Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "a45dc3d79fa15defb66a...", "round": 2, "seq": 1} -2026-05-13T18:30:54.5463327Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 3} -2026-05-13T18:30:54.5463873Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5464410Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 3} -2026-05-13T18:30:54.5464948Z [05-13|18:29:42.639] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5465479Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 3} -2026-05-13T18:30:54.5466022Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5466592Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5467130Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 3} -2026-05-13T18:30:54.5467720Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5468329Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5468817Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2} -2026-05-13T18:30:54.5469348Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} -2026-05-13T18:30:54.5469922Z [05-13|18:29:42.640] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5470427Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "current round": 3} -2026-05-13T18:30:54.5470942Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5471432Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5471978Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5472469Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5473010Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 3} -2026-05-13T18:30:54.5473557Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5474060Z [05-13|18:29:42.639] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5474515Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "currentRound": 3} -2026-05-13T18:30:54.5474986Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5475491Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5475962Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5476430Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5476932Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5477716Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 2, "monitored round": 2} -2026-05-13T18:30:54.5478431Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5478798Z [05-13|18:29:42.640] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 2} -2026-05-13T18:30:54.5479300Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5479844Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5480380Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5480736Z [05-13|18:29:42.640] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 9} -2026-05-13T18:30:54.5481281Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5481949Z [05-13|18:29:42.640] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.5482479Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5483025Z [05-13|18:29:42.640] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5483537Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5484017Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2} -2026-05-13T18:30:54.5484600Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5485113Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5485647Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} -2026-05-13T18:30:54.5486192Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5486693Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5487208Z [05-13|18:29:42.640] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5487682Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5488265Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5488795Z [05-13|18:29:42.640] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5489267Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5489816Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5490306Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 2} -2026-05-13T18:30:54.5490906Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5491449Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 3} -2026-05-13T18:30:54.5491996Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5492532Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 3} -2026-05-13T18:30:54.5493119Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5493629Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5494164Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 3} -2026-05-13T18:30:54.5494750Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5495295Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 3} -2026-05-13T18:30:54.5495775Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2} -2026-05-13T18:30:54.5496280Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5496817Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} -2026-05-13T18:30:54.5497353Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 3} -2026-05-13T18:30:54.5497824Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5498486Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 3} -2026-05-13T18:30:54.5498993Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "current round": 3} -2026-05-13T18:30:54.5499609Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "currentRound": 3} -2026-05-13T18:30:54.5500157Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5500631Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5501181Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5501747Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5502289Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5502821Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5503344Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5503892Z [05-13|18:29:42.641] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5504397Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5504985Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5505516Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2} -2026-05-13T18:30:54.5506024Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5506489Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "my round": 3} -2026-05-13T18:30:54.5506962Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5507494Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} -2026-05-13T18:30:54.5507986Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 2} -2026-05-13T18:30:54.5508609Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5509129Z [05-13|18:29:42.641] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5509651Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5510208Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "current round": 3} -2026-05-13T18:30:54.5510713Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5511241Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5511706Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5512112Z [05-13|18:29:42.641] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 3} -2026-05-13T18:30:54.5512634Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5513158Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5513627Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5514197Z [05-13|18:29:42.641] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5514785Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5515276Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "current round": 3} -2026-05-13T18:30:54.5515830Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5516298Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2, "my round": 3} -2026-05-13T18:30:54.5516814Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5517317Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5517841Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5518482Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5519007Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5519506Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5519980Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5520553Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5521049Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5521526Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5522051Z [05-13|18:29:42.641] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5522601Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5523098Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 2} -2026-05-13T18:30:54.5523599Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5524071Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5524614Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 2} -2026-05-13T18:30:54.5525114Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5525644Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5526167Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5526726Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5527254Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5527778Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5528363Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5528919Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 2} -2026-05-13T18:30:54.5529458Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "round": 2} -2026-05-13T18:30:54.5530001Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 2} -2026-05-13T18:30:54.5530538Z [05-13|18:29:42.642] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 2} -2026-05-13T18:30:54.5531086Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2} -2026-05-13T18:30:54.5531621Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 2, "maxRound": 2, "nextSeqToCommit": 1} -2026-05-13T18:30:54.5532140Z [05-13|18:29:42.642] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5532633Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "current round": 3} -2026-05-13T18:30:54.5533200Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.5533728Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5534250Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5534828Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5535328Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5535861Z [05-13|18:29:42.642] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5536370Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5536891Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2} -2026-05-13T18:30:54.5537386Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 2} -2026-05-13T18:30:54.5537711Z [05-13|18:29:42.643] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5538353Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5538887Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5539407Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5539925Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5540453Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5540970Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5541555Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5542073Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5542592Z [05-13|18:29:42.643] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 2, "seq": 1} -2026-05-13T18:30:54.5542984Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} -2026-05-13T18:30:54.5543416Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5543917Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} -2026-05-13T18:30:54.5544410Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5544795Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5545206Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 1} -2026-05-13T18:30:54.5545594Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5545950Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 9} -2026-05-13T18:30:54.5546334Z [05-13|18:29:42.643] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5546827Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.5547364Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timeout": "5s", "deadline": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5547723Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 9} -2026-05-13T18:30:54.5548330Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:42.371]"} -2026-05-13T18:30:54.5548688Z [05-13|18:29:42.643] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 9} -2026-05-13T18:30:54.5549073Z [05-13|18:29:42.644] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5549433Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 3} -2026-05-13T18:30:54.5549870Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 4, "time": "[05-13|18:29:43.371]"} -2026-05-13T18:30:54.5550365Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.5550718Z [05-13|18:29:42.644] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 9} -2026-05-13T18:30:54.5551215Z [05-13|18:29:42.654] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 5, "time": "[05-13|18:29:44.371]"} -2026-05-13T18:30:54.5551646Z [05-13|18:29:42.664] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 6, "time": "[05-13|18:29:45.371]"} -2026-05-13T18:30:54.5552079Z [05-13|18:29:42.675] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 7, "time": "[05-13|18:29:46.371]"} -2026-05-13T18:30:54.5552504Z [05-13|18:29:42.685] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 8, "time": "[05-13|18:29:47.371]"} -2026-05-13T18:30:54.5553025Z [05-13|18:29:42.695] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 9, "deadline": "[05-13|18:29:47.371]"} -2026-05-13T18:30:54.5553683Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5554128Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "size": 19} -2026-05-13T18:30:54.5554721Z [05-13|18:29:42.695] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5555255Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5555801Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5556350Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5556886Z [05-13|18:29:42.695] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 9, "time": "[05-13|18:29:48.371]", "deadline": "[05-13|18:29:47.371]"} -2026-05-13T18:30:54.5557468Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5557999Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5558545Z [05-13|18:29:42.696] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 9, "time": "[05-13|18:29:48.371]"} -2026-05-13T18:30:54.5559090Z [05-13|18:29:42.695] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0100000000000000"} -2026-05-13T18:30:54.5559625Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "from": "0100000000000000"} -2026-05-13T18:30:54.5560161Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "from": "0100000000000000"} -2026-05-13T18:30:54.5560699Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "from": "0100000000000000"} -2026-05-13T18:30:54.5561179Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5561718Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5562197Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5562668Z [05-13|18:29:42.696] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5563110Z [05-13|18:29:42.706] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 10, "time": "[05-13|18:29:43.372]"} -2026-05-13T18:30:54.5563591Z [05-13|18:29:42.716] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 11, "time": "[05-13|18:29:44.372]"} -2026-05-13T18:30:54.5564024Z [05-13|18:29:42.726] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 12, "time": "[05-13|18:29:45.372]"} -2026-05-13T18:30:54.5564455Z [05-13|18:29:42.737] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 13, "time": "[05-13|18:29:46.372]"} -2026-05-13T18:30:54.5564883Z [05-13|18:29:42.747] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 14, "time": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.5565405Z [05-13|18:29:42.757] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 15, "time": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5565834Z [05-13|18:29:42.768] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 16, "time": "[05-13|18:29:49.372]"} -2026-05-13T18:30:54.5566262Z [05-13|18:29:42.778] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 17, "time": "[05-13|18:29:50.372]"} -2026-05-13T18:30:54.5566689Z [05-13|18:29:42.788] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 18, "time": "[05-13|18:29:51.372]"} -2026-05-13T18:30:54.5567120Z [05-13|18:29:42.798] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 19, "time": "[05-13|18:29:52.372]"} -2026-05-13T18:30:54.5567632Z [05-13|18:29:42.809] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 20, "deadline": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.5568524Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5568986Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "size": 19} -2026-05-13T18:30:54.5569580Z [05-13|18:29:42.809] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5570120Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5570653Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5571133Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5571675Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "from": "0200000000000000"} -2026-05-13T18:30:54.5572280Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0200000000000000"} -2026-05-13T18:30:54.5572816Z [05-13|18:29:42.809] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 20, "time": "[05-13|18:29:53.372]", "deadline": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.5573299Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5573825Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5574356Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5574796Z [05-13|18:29:42.809] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 20, "time": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.5575340Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "from": "0200000000000000"} -2026-05-13T18:30:54.5575924Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5576399Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5576931Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "from": "0200000000000000"} -2026-05-13T18:30:54.5577411Z [05-13|18:29:42.809] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5577895Z [05-13|18:29:42.819] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 10, "time": "[05-13|18:29:43.372]"} -2026-05-13T18:30:54.5578463Z [05-13|18:29:42.829] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 11, "time": "[05-13|18:29:44.372]"} -2026-05-13T18:30:54.5578902Z [05-13|18:29:42.840] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 12, "time": "[05-13|18:29:45.372]"} -2026-05-13T18:30:54.5579333Z [05-13|18:29:42.850] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 13, "time": "[05-13|18:29:46.372]"} -2026-05-13T18:30:54.5579763Z [05-13|18:29:42.861] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 14, "time": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.5580198Z [05-13|18:29:42.871] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 15, "time": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.5580625Z [05-13|18:29:42.881] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 16, "time": "[05-13|18:29:49.372]"} -2026-05-13T18:30:54.5581051Z [05-13|18:29:42.892] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 17, "time": "[05-13|18:29:50.372]"} -2026-05-13T18:30:54.5581485Z [05-13|18:29:42.902] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 18, "time": "[05-13|18:29:51.372]"} -2026-05-13T18:30:54.5581975Z [05-13|18:29:42.912] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 19, "time": "[05-13|18:29:52.372]"} -2026-05-13T18:30:54.5582437Z [05-13|18:29:42.923] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 20, "deadline": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.5583096Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5583540Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "size": 19} -2026-05-13T18:30:54.5584176Z [05-13|18:29:42.923] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5584713Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5585191Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5585724Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5586318Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "from": "0300000000000000"} -2026-05-13T18:30:54.5586849Z [05-13|18:29:42.923] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 20, "time": "[05-13|18:29:53.372]", "deadline": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.5587388Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "from": "0300000000000000"} -2026-05-13T18:30:54.5587965Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5588626Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5589169Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0300000000000000"} -2026-05-13T18:30:54.5589656Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5590139Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5590676Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "from": "0300000000000000"} -2026-05-13T18:30:54.5591119Z [05-13|18:29:42.923] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 20, "time": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.5591605Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5592080Z [05-13|18:29:42.923] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5592577Z [05-13|18:29:42.933] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 10, "time": "[05-13|18:29:43.373]"} -2026-05-13T18:30:54.5593014Z [05-13|18:29:42.943] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 11, "time": "[05-13|18:29:44.373]"} -2026-05-13T18:30:54.5593443Z [05-13|18:29:42.954] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 12, "time": "[05-13|18:29:45.373]"} -2026-05-13T18:30:54.5593871Z [05-13|18:29:42.964] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 13, "time": "[05-13|18:29:46.373]"} -2026-05-13T18:30:54.5594354Z [05-13|18:29:42.975] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 14, "time": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.5594783Z [05-13|18:29:42.985] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 15, "time": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.5595217Z [05-13|18:29:42.995] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 16, "time": "[05-13|18:29:49.373]"} -2026-05-13T18:30:54.5595649Z [05-13|18:29:43.006] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 17, "time": "[05-13|18:29:50.373]"} -2026-05-13T18:30:54.5596127Z [05-13|18:29:43.016] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 18, "time": "[05-13|18:29:51.373]"} -2026-05-13T18:30:54.5596559Z [05-13|18:29:43.026] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 19, "time": "[05-13|18:29:52.373]"} -2026-05-13T18:30:54.5597025Z [05-13|18:29:43.037] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 20, "deadline": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.5597677Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "reason": "Timed out on block agreement", "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5598295Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "size": 19} -2026-05-13T18:30:54.5598897Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5599447Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5600001Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "from": "0500000000000000"} -2026-05-13T18:30:54.5600529Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5601059Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5601600Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "from": "0500000000000000"} -2026-05-13T18:30:54.5602131Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "from": "0500000000000000"} -2026-05-13T18:30:54.5602719Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 3, "our round": 3} -2026-05-13T18:30:54.5603199Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 65, "round": 3} -2026-05-13T18:30:54.5603736Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "from": "0500000000000000"} -2026-05-13T18:30:54.5604156Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5604681Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 65, "round": 3} -2026-05-13T18:30:54.5605163Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 65, "round": 3} -2026-05-13T18:30:54.5605636Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5606106Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 65, "round": 3} -2026-05-13T18:30:54.5606568Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5606977Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5607487Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5607894Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5608490Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5609030Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5609639Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5610112Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5610625Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5611131Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5611779Z [05-13|18:29:43.037] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.5612256Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 65, "round": 3} -2026-05-13T18:30:54.5612800Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5613451Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5614039Z [05-13|18:29:43.037] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5614588Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5615289Z [05-13|18:29:43.037] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.5615835Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5616244Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5616780Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5617372Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5617840Z [05-13|18:29:43.037] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5618488Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5619002Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5619701Z [05-13|18:29:43.037] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.5620346Z [05-13|18:29:43.038] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.5620878Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3, "leader": "0400000000000000"} -2026-05-13T18:30:54.5621415Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5622011Z [05-13|18:29:43.038] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.5622549Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5623077Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5623725Z [05-13|18:29:43.038] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.5624316Z [05-13|18:29:43.037] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5624846Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5625389Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5625969Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5626513Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5627043Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5627570Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5628277Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5628811Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5629264Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "currentRound": 4} -2026-05-13T18:30:54.5629711Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5630391Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timedOutRounds": "map[0:0 3:3]", "redeemedRounds": "map[0:1 1:2 2:2 4:2 5:2]"} -2026-05-13T18:30:54.5630761Z [05-13|18:29:43.038] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 10} -2026-05-13T18:30:54.5631305Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5631804Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5632254Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "currentRound": 4} -2026-05-13T18:30:54.5634193Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "Update": "{type=NodeSuspected, NodeIndex=3}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=3}])"} -2026-05-13T18:30:54.5634685Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5635235Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5635639Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4} -2026-05-13T18:30:54.5636079Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5636617Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5637155Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5637699Z [05-13|18:29:43.038] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 20, "time": "[05-13|18:29:53.373]", "deadline": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.5638304Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5638802Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5639243Z [05-13|18:29:43.038] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 20, "time": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.5639780Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5640215Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5640759Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5641168Z [05-13|18:29:43.038] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} -2026-05-13T18:30:54.5641703Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5642196Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5642629Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5643062Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5643492Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5643976Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5644469Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5644965Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5645500Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5645936Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5646470Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5647041Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5647534Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 3} -2026-05-13T18:30:54.5648017Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 3} -2026-05-13T18:30:54.5648665Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5649266Z [05-13|18:29:43.038] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5649621Z [05-13|18:29:43.039] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 10} -2026-05-13T18:30:54.5650057Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5650503Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "currentRound": 4} -2026-05-13T18:30:54.5651086Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5651628Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5652060Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5652548Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5653088Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5653519Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5653963Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "currentRound": 4} -2026-05-13T18:30:54.5654453Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5654937Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 3} -2026-05-13T18:30:54.5655425Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5655874Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5656227Z [05-13|18:29:43.039] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 21} -2026-05-13T18:30:54.5656713Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5657249Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5657684Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5658230Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5658719Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5659258Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5659694Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5660044Z [05-13|18:29:43.039] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 21} -2026-05-13T18:30:54.5660474Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5660962Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5661496Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 3} -2026-05-13T18:30:54.5661929Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5662417Z [05-13|18:29:43.039] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 3} -2026-05-13T18:30:54.5662959Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5663475Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "size": 98, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5664002Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "size": 98, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5664591Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5665187Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5665817Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5666402Z [05-13|18:29:43.047] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5666960Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 2} -2026-05-13T18:30:54.5667503Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 2} -2026-05-13T18:30:54.5668218Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 2} -2026-05-13T18:30:54.5668646Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} -2026-05-13T18:30:54.5669052Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} -2026-05-13T18:30:54.5669637Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5670100Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} -2026-05-13T18:30:54.5670647Z [05-13|18:29:43.048] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 2} -2026-05-13T18:30:54.5671056Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4} -2026-05-13T18:30:54.5671725Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "voteForOurBlock": 1, "total votes": 1} -2026-05-13T18:30:54.5672263Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5672803Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5673211Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} -2026-05-13T18:30:54.5673746Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5674285Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5674816Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5675608Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5676201Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5676609Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} -2026-05-13T18:30:54.5677013Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} -2026-05-13T18:30:54.5677794Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5678552Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} -2026-05-13T18:30:54.5679358Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5680134Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5680670Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "currentRound": 4} -2026-05-13T18:30:54.5681094Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4} -2026-05-13T18:30:54.5681573Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5682129Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5682487Z [05-13|18:29:43.048] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 21} -2026-05-13T18:30:54.5683078Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5683492Z [05-13|18:29:43.048] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} -2026-05-13T18:30:54.5683896Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4} -2026-05-13T18:30:54.5684404Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5684807Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4} -2026-05-13T18:30:54.5685346Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5685885Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5686423Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5687014Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5687515Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5688189Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5688733Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5689307Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5689854Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5690386Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5690925Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5691514Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5692048Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5692589Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5693133Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5693673Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5694214Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5694716Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5695316Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5695853Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5696388Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5696926Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5697510Z [05-13|18:29:43.048] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5698250Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5698839Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5699492Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "elapsed": "897.721µs"} -2026-05-13T18:30:54.5700048Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5700583Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5701202Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5701677Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5702313Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5702890Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5703508Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5704166Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5704765Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "elapsed": "626.077µs"} -2026-05-13T18:30:54.5705356Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5705933Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5706396Z [05-13|18:29:43.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "votes": 4} -2026-05-13T18:30:54.5706975Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5707596Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5708390Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5709062Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "elapsed": "769.661µs"} -2026-05-13T18:30:54.5709685Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5710233Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5710701Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5711222Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5711814Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5712352Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5713039Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5713709Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5714336Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5714999Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 4} -2026-05-13T18:30:54.5715650Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5716108Z [05-13|18:29:43.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "votes": 4} -2026-05-13T18:30:54.5716647Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5717227Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5717882Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5718642Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5719139Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5719662Z [05-13|18:29:43.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "votes": 4} -2026-05-13T18:30:54.5720303Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5720974Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5721566Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5722262Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5722912Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5723551Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5724219Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5724869Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5725350Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "elapsed": "1.283197ms"} -2026-05-13T18:30:54.5726042Z [05-13|18:29:43.049] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5726613Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5727079Z [05-13|18:29:43.049] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5727651Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5728266Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5728865Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5729371Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5729938Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5730538Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5731043Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5731534Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5732032Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5732578Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5733231Z [05-13|18:29:43.050] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.5733823Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5734368Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5734898Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5735531Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5736176Z [05-13|18:29:43.050] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.5736721Z [05-13|18:29:43.049] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5737314Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5737809Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5738475Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5738937Z [05-13|18:29:43.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "votes": 4} -2026-05-13T18:30:54.5739431Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5739976Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5740758Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 4, "monitored round": 4} -2026-05-13T18:30:54.5741318Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5741980Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5742355Z [05-13|18:29:43.050] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 21} -2026-05-13T18:30:54.5743030Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5743812Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 4, "monitored round": 4} -2026-05-13T18:30:54.5744462Z [05-13|18:29:43.050] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.5745118Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5745546Z [05-13|18:29:43.050] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 21} -2026-05-13T18:30:54.5746132Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5746788Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5747376Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5747920Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5748496Z [05-13|18:29:43.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "votes": 4} -2026-05-13T18:30:54.5749036Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5749585Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5750118Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5750649Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5751185Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5751899Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5752678Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 4, "monitored round": 4} -2026-05-13T18:30:54.5753220Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5753922Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5754475Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5754840Z [05-13|18:29:43.050] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 10} -2026-05-13T18:30:54.5755498Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5756112Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5756768Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5757307Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5758005Z [05-13|18:29:43.050] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "3b72d216697fa1f4aa2a...", "round": 4, "seq": 2} -2026-05-13T18:30:54.5758581Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "currentRound": 5} -2026-05-13T18:30:54.5759148Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5759623Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5760161Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5760663Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5761136Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5761670Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5762171Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5762816Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5763349Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5763919Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5764440Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "my round": 5} -2026-05-13T18:30:54.5764980Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5765476Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5765978Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5766482Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "currentRound": 5} -2026-05-13T18:30:54.5766975Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5767333Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 22} -2026-05-13T18:30:54.5767847Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5768511Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5768869Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 22} -2026-05-13T18:30:54.5769370Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5769840Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5770333Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5770827Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5771295Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5771948Z [05-13|18:29:43.051] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.5772452Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5772976Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5773764Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 4, "monitored round": 4} -2026-05-13T18:30:54.5774301Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5774805Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5775335Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5776117Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 4, "monitored round": 4} -2026-05-13T18:30:54.5776591Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5777231Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5777776Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5778436Z [05-13|18:29:43.050] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5778904Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5779428Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "my round": 5} -2026-05-13T18:30:54.5779975Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5780510Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5781011Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5781378Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 10} -2026-05-13T18:30:54.5782024Z [05-13|18:29:43.051] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.5782537Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5783068Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5783594Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5784101Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5784646Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5785189Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5785786Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5786329Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5786834Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5787379Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5787971Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5788590Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5788958Z [05-13|18:29:43.051] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 21} -2026-05-13T18:30:54.5789497Z [05-13|18:29:43.051] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5790044Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4} -2026-05-13T18:30:54.5790552Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5791084Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} -2026-05-13T18:30:54.5791560Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5792079Z [05-13|18:29:43.051] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5792616Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5793119Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "current round": 5} -2026-05-13T18:30:54.5793653Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5794175Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5794714Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5795254Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5795794Z [05-13|18:29:43.051] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5796355Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5796893Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5797433Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5797987Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5798642Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5799189Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5799722Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5800227Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "currentRound": 5} -2026-05-13T18:30:54.5800747Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.5801279Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5801755Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5802223Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5802686Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5803180Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 4} -2026-05-13T18:30:54.5803648Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5804281Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timedOutRounds": "map[0:0 3:3]", "redeemedRounds": "map[0:4 1:2 2:4 4:4 5:4]"} -2026-05-13T18:30:54.5804881Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5805238Z [05-13|18:29:43.052] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 11} -2026-05-13T18:30:54.5805781Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5806373Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5806879Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "currentRound": 5} -2026-05-13T18:30:54.5809239Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "Update": "{type=NodeSuspected, NodeIndex=3}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=3}])"} -2026-05-13T18:30:54.5809710Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5} -2026-05-13T18:30:54.5810181Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5810651Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5811205Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5811677Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5812142Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "my round": 5} -2026-05-13T18:30:54.5812729Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5813134Z [05-13|18:29:43.052] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} -2026-05-13T18:30:54.5813596Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "my round": 5} -2026-05-13T18:30:54.5814176Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5814643Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "my round": 5} -2026-05-13T18:30:54.5815145Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5815706Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5816218Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5816718Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5817190Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5817708Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5818181Z [05-13|18:29:43.052] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 22} -2026-05-13T18:30:54.5818657Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5819161Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5819688Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5820156Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5820688Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5821185Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5821744Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5822246Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5822713Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5823219Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5823717Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5824220Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5824768Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5825272Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5825830Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5826294Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5826834Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5827341Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5827890Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5828548Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5829026Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5829564Z [05-13|18:29:43.052] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5830090Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5830562Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5831041Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4} -2026-05-13T18:30:54.5831518Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5832030Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5832566Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} -2026-05-13T18:30:54.5833039Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5833505Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5834023Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5834571Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5835070Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "current round": 5} -2026-05-13T18:30:54.5835614Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5836160Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5836754Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5837295Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5837807Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5838515Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5839060Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5839564Z [05-13|18:29:43.052] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5840069Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5840631Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5841131Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.5841601Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5842069Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5842660Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5843139Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5843633Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 4} -2026-05-13T18:30:54.5844111Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4} -2026-05-13T18:30:54.5844660Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5845137Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4} -2026-05-13T18:30:54.5845680Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} -2026-05-13T18:30:54.5846186Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5846713Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} -2026-05-13T18:30:54.5847284Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5847836Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5848466Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5849024Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "current round": 5} -2026-05-13T18:30:54.5849558Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5850049Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "current round": 5} -2026-05-13T18:30:54.5850521Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5851094Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5851638Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 4} -2026-05-13T18:30:54.5852153Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5852678Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5853252Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5853802Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 4} -2026-05-13T18:30:54.5854314Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5854815Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5855359Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "round": 4} -2026-05-13T18:30:54.5855857Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5856398Z [05-13|18:29:43.053] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5856899Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5857484Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5857968Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4} -2026-05-13T18:30:54.5858587Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4} -2026-05-13T18:30:54.5859121Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 4, "maxRound": 4, "nextSeqToCommit": 2} -2026-05-13T18:30:54.5859672Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 4} -2026-05-13T18:30:54.5860194Z [05-13|18:29:43.053] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5860684Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "current round": 5} -2026-05-13T18:30:54.5861015Z [05-13|18:29:43.053] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5861571Z [05-13|18:29:43.053] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5862099Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5862607Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.5863073Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5863650Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5864177Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5864674Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5865167Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 4} -2026-05-13T18:30:54.5865689Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5866207Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5866715Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5867234Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5867751Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5868451Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4} -2026-05-13T18:30:54.5868943Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 4} -2026-05-13T18:30:54.5869471Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5869792Z [05-13|18:29:43.054] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.5870372Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5870902Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5871419Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5871989Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5872511Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5873033Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5873553Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5874126Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5874649Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5875173Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5875690Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 4, "seq": 2} -2026-05-13T18:30:54.5876229Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5876749Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "size": 98, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5877270Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "size": 98, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5877860Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5878622Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5879205Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5879830Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "voteForOurBlock": 1, "total votes": 1} -2026-05-13T18:30:54.5880383Z [05-13|18:29:43.054] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "blockSeq": 3} -2026-05-13T18:30:54.5880977Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5881399Z [05-13|18:29:43.054] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "ready tasks": 1} -2026-05-13T18:30:54.5881937Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5882574Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5883118Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5883905Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5884442Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5885046Z [05-13|18:29:43.055] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 3} -2026-05-13T18:30:54.5885595Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5886005Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} -2026-05-13T18:30:54.5886415Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} -2026-05-13T18:30:54.5886953Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5887361Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5} -2026-05-13T18:30:54.5887813Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "currentRound": 5} -2026-05-13T18:30:54.5888705Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5889361Z [05-13|18:29:43.054] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5889830Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5890238Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} -2026-05-13T18:30:54.5890791Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5891198Z [05-13|18:29:43.055] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 11} -2026-05-13T18:30:54.5891762Z [05-13|18:29:43.055] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 3} -2026-05-13T18:30:54.5892303Z [05-13|18:29:43.054] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 3} -2026-05-13T18:30:54.5892708Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} -2026-05-13T18:30:54.5893302Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5893840Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5894242Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} -2026-05-13T18:30:54.5895020Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5895485Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} -2026-05-13T18:30:54.5896034Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5896439Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5} -2026-05-13T18:30:54.5896974Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5897750Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.5898537Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5899087Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5899628Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5900102Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} -2026-05-13T18:30:54.5900505Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5} -2026-05-13T18:30:54.5901003Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5901505Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5902140Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5902551Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5} -2026-05-13T18:30:54.5903089Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5903621Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5904211Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5904793Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5905417Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5906009Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5906531Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1040 Received a vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "from": "0200000000000000"} -2026-05-13T18:30:54.5907157Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "elapsed": "459.84µs"} -2026-05-13T18:30:54.5907691Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5908293Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5908879Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5909418Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5909959Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5910642Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5911143Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5911638Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5912174Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5912726Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5913270Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5913801Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5914381Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5914968Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5915546Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5916093Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5916671Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 5} -2026-05-13T18:30:54.5917295Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5917835Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5918485Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5919090Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "elapsed": "552.774µs"} -2026-05-13T18:30:54.5919675Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5920141Z [05-13|18:29:43.055] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5920636Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5921352Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "voteForOurBlock": 1, "total votes": 1} -2026-05-13T18:30:54.5921964Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5922546Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5923082Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5923709Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5924334Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5924910Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5925531Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5926154Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.5926751Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "elapsed": "724.143µs"} -2026-05-13T18:30:54.5927211Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "votes": 4} -2026-05-13T18:30:54.5927842Z [05-13|18:29:43.055] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5928441Z [05-13|18:29:43.056] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5928920Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "votes": 4} -2026-05-13T18:30:54.5929550Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5930138Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5930800Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5931385Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5932011Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5932725Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5933372Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5933835Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "votes": 4} -2026-05-13T18:30:54.5934534Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5935118Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5935767Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5936456Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5936916Z [05-13|18:29:43.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "votes": 4} -2026-05-13T18:30:54.5937411Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5937979Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5938661Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5939168Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5939753Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5940250Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5940900Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5941527Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.5942174Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5942714Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "elapsed": "1.232596ms"} -2026-05-13T18:30:54.5943210Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5943677Z [05-13|18:29:43.056] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5944325Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5945026Z [05-13|18:29:43.056] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.5945810Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 5, "monitored round": 5} -2026-05-13T18:30:54.5946456Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5946876Z [05-13|18:29:43.056] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 22} -2026-05-13T18:30:54.5947409Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5948178Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5948764Z [05-13|18:29:43.056] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5949465Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5950018Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5950555Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 6} -2026-05-13T18:30:54.5951089Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 6} -2026-05-13T18:30:54.5951664Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5952198Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 6} -2026-05-13T18:30:54.5952853Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5953350Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5953939Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 6} -2026-05-13T18:30:54.5954588Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5955084Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5955666Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 6} -2026-05-13T18:30:54.5956318Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5956818Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5957279Z [05-13|18:29:43.057] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "votes": 4} -2026-05-13T18:30:54.5957836Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5958597Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5959168Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5959869Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5960371Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5961156Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 5, "monitored round": 5} -2026-05-13T18:30:54.5961649Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5962010Z [05-13|18:29:43.057] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 22} -2026-05-13T18:30:54.5962666Z [05-13|18:29:43.056] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5963316Z [05-13|18:29:43.057] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.5963856Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5964471Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5965115Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5965616Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5966211Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5966863Z [05-13|18:29:43.057] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "a6f908b0c6936522c98c...", "round": 5, "seq": 3} -2026-05-13T18:30:54.5967361Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5967896Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 6} -2026-05-13T18:30:54.5968579Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5969117Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 6} -2026-05-13T18:30:54.5969567Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "currentRound": 6} -2026-05-13T18:30:54.5970063Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5970593Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5970952Z [05-13|18:29:43.057] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 23} -2026-05-13T18:30:54.5971452Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5971923Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5972570Z [05-13|18:29:43.058] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.5973157Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5973625Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "my round": 6} -2026-05-13T18:30:54.5974126Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5974741Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5975274Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5975782Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5976274Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 5} -2026-05-13T18:30:54.5976865Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.5977418Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5977911Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 5} -2026-05-13T18:30:54.5978815Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "epoch round": 5, "monitored round": 5} -2026-05-13T18:30:54.5979379Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 5} -2026-05-13T18:30:54.5980157Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 5, "monitored round": 5} -2026-05-13T18:30:54.5980652Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5981243Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 6} -2026-05-13T18:30:54.5981610Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 11} -2026-05-13T18:30:54.5982148Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 6} -2026-05-13T18:30:54.5982790Z [05-13|18:29:43.058] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.5983328Z [05-13|18:29:43.057] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 6} -2026-05-13T18:30:54.5983866Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 6} -2026-05-13T18:30:54.5984401Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 6} -2026-05-13T18:30:54.5984938Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 6} -2026-05-13T18:30:54.5985520Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5986062Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 6} -2026-05-13T18:30:54.5986598Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 6} -2026-05-13T18:30:54.5987131Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 6} -2026-05-13T18:30:54.5987955Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 5, "monitored round": 5} -2026-05-13T18:30:54.5988611Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 6} -2026-05-13T18:30:54.5989068Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "currentRound": 6} -2026-05-13T18:30:54.5989487Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 22} -2026-05-13T18:30:54.5990140Z [05-13|18:29:43.058] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.5990678Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 6} -2026-05-13T18:30:54.5991224Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5991752Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.5992208Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "currentRound": 6} -2026-05-13T18:30:54.5992754Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 6} -2026-05-13T18:30:54.5993283Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5993752Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.5994291Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 6} -2026-05-13T18:30:54.5994823Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 6} -2026-05-13T18:30:54.5995179Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 23} -2026-05-13T18:30:54.5995650Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.5996290Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5996829Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 6} -2026-05-13T18:30:54.5997374Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.5997897Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "my round": 6} -2026-05-13T18:30:54.5998558Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 6} -2026-05-13T18:30:54.6002037Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 11} -2026-05-13T18:30:54.6002668Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 6} -2026-05-13T18:30:54.6003312Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6003867Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 6} -2026-05-13T18:30:54.6004414Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 6} -2026-05-13T18:30:54.6004962Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 6} -2026-05-13T18:30:54.6005474Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "currentRound": 6} -2026-05-13T18:30:54.6006019Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 6} -2026-05-13T18:30:54.6006568Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 6} -2026-05-13T18:30:54.6007050Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6007602Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 6} -2026-05-13T18:30:54.6008274Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6008917Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timedOutRounds": "map[0:0 3:3]", "redeemedRounds": "map[0:5 1:5 2:5 4:4 5:5]"} -2026-05-13T18:30:54.6009444Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6010097Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6010571Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6011046Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6011519Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "my round": 6} -2026-05-13T18:30:54.6013288Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])"} -2026-05-13T18:30:54.6013765Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6014219Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6014725Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6015195Z [05-13|18:29:43.058] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6015775Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6016300Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6016808Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6017319Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6017792Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "my round": 6} -2026-05-13T18:30:54.6018458Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6018976Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6019445Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6019949Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6020417Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6021092Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6021561Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6021929Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 12} -2026-05-13T18:30:54.6022280Z [05-13|18:29:43.058] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 23} -2026-05-13T18:30:54.6022803Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "my round": 6} -2026-05-13T18:30:54.6023277Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6023777Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6024179Z [05-13|18:29:43.059] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} -2026-05-13T18:30:54.6024700Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6025201Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6025703Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6026210Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6026760Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6027272Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6027770Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6028374Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6028851Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6029312Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6029814Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6030285Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6030748Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6031280Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6031828Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6032327Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6032830Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6033427Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6033897Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6034406Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6034906Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6035460Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6035970Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6036439Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6036980Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6037504Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6038009Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6038675Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6039148Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6039614Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6040105Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5} -2026-05-13T18:30:54.6040572Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6041077Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6041678Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} -2026-05-13T18:30:54.6042147Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6042611Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6043126Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6043729Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6044247Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6044748Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6045288Z [05-13|18:29:43.059] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6045824Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6046326Z [05-13|18:29:43.059] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6046825Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6047370Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6047956Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6048612Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6049097Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6049643Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6050126Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5} -2026-05-13T18:30:54.6050671Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6051208Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6051756Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} -2026-05-13T18:30:54.6052378Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6052922Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6053453Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6053942Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5} -2026-05-13T18:30:54.6054463Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6055018Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6055513Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "current round": 6} -2026-05-13T18:30:54.6056051Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} -2026-05-13T18:30:54.6056648Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6057186Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 5} -2026-05-13T18:30:54.6057673Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5} -2026-05-13T18:30:54.6058302Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6058904Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "round": 5} -2026-05-13T18:30:54.6059444Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} -2026-05-13T18:30:54.6059992Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "round": 5} -2026-05-13T18:30:54.6060516Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6061024Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "current round": 6} -2026-05-13T18:30:54.6061588Z [05-13|18:29:43.060] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6062116Z [05-13|18:29:43.059] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6062611Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5} -2026-05-13T18:30:54.6063205Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "current round": 6} -2026-05-13T18:30:54.6063723Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6064254Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 5, "maxRound": 5, "nextSeqToCommit": 3} -2026-05-13T18:30:54.6064744Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "current round": 6} -2026-05-13T18:30:54.6065310Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6065830Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6066341Z [05-13|18:29:43.060] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6066850Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6067419Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6067913Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "current round": 6} -2026-05-13T18:30:54.6068535Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6069036Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6069596Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6070108Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6070609Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6071113Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6071583Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6072073Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 5} -2026-05-13T18:30:54.6072545Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5} -2026-05-13T18:30:54.6073059Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6073607Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 5} -2026-05-13T18:30:54.6074107Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6074435Z [05-13|18:29:43.060] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6074936Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6075524Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6076006Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6076513Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6076980Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6077518Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 5} -2026-05-13T18:30:54.6078163Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6078640Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5} -2026-05-13T18:30:54.6079124Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 5} -2026-05-13T18:30:54.6079712Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6080201Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 5} -2026-05-13T18:30:54.6080724Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6081251Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6081772Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6082296Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6082819Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6083342Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6083922Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6084440Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6084957Z [05-13|18:29:43.060] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6085483Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6086059Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6086582Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6087105Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6087629Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6088322Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6088844Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6089362Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6089886Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6090463Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6090995Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6091519Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6092043Z [05-13|18:29:43.061] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 5, "seq": 3} -2026-05-13T18:30:54.6092436Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6092826Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6093323Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timeout": "5s", "deadline": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.6093816Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.6094249Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 23} -2026-05-13T18:30:54.6094607Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 23} -2026-05-13T18:30:54.6095000Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6095492Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.6095861Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 23} -2026-05-13T18:30:54.6096354Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 24, "time": "[05-13|18:29:43.372]"} -2026-05-13T18:30:54.6096743Z [05-13|18:29:43.061] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6097231Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.6097595Z [05-13|18:29:43.061] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 12} -2026-05-13T18:30:54.6098192Z [05-13|18:29:43.072] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 25, "time": "[05-13|18:29:44.372]"} -2026-05-13T18:30:54.6098627Z [05-13|18:29:43.082] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 26, "time": "[05-13|18:29:45.372]"} -2026-05-13T18:30:54.6099064Z [05-13|18:29:43.093] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 27, "time": "[05-13|18:29:46.372]"} -2026-05-13T18:30:54.6099494Z [05-13|18:29:43.103] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 28, "time": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.6099920Z [05-13|18:29:43.113] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 29, "time": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.6100416Z [05-13|18:29:43.124] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 30, "time": "[05-13|18:29:49.372]"} -2026-05-13T18:30:54.6100852Z [05-13|18:29:43.134] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 31, "time": "[05-13|18:29:50.372]"} -2026-05-13T18:30:54.6101282Z [05-13|18:29:43.145] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 32, "time": "[05-13|18:29:51.372]"} -2026-05-13T18:30:54.6101717Z [05-13|18:29:43.155] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 33, "time": "[05-13|18:29:52.372]"} -2026-05-13T18:30:54.6102146Z [05-13|18:29:43.166] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 34, "time": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.6102575Z [05-13|18:29:43.176] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 35, "time": "[05-13|18:29:54.372]"} -2026-05-13T18:30:54.6103038Z [05-13|18:29:43.186] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 36, "time": "[05-13|18:29:55.372]"} -2026-05-13T18:30:54.6103468Z [05-13|18:29:43.197] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 37, "time": "[05-13|18:29:56.372]"} -2026-05-13T18:30:54.6103901Z [05-13|18:29:43.207] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 38, "time": "[05-13|18:29:57.372]"} -2026-05-13T18:30:54.6104423Z [05-13|18:29:43.218] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 39, "deadline": "[05-13|18:29:58.372]"} -2026-05-13T18:30:54.6105084Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6105533Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "size": 19} -2026-05-13T18:30:54.6106176Z [05-13|18:29:43.218] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6106725Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 6, "our round": 1} -2026-05-13T18:30:54.6107270Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6107758Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6108474Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0200000000000000"} -2026-05-13T18:30:54.6109015Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6109555Z [05-13|18:29:43.218] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 39, "time": "[05-13|18:29:58.372]", "deadline": "[05-13|18:29:58.372]"} -2026-05-13T18:30:54.6110099Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "from": "0200000000000000"} -2026-05-13T18:30:54.6110595Z [05-13|18:29:43.218] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 39, "time": "[05-13|18:29:58.372]"} -2026-05-13T18:30:54.6111086Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6111633Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0200000000000000"} -2026-05-13T18:30:54.6112163Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6112692Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6113177Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6113713Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "from": "0200000000000000"} -2026-05-13T18:30:54.6114246Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "from": "0200000000000000"} -2026-05-13T18:30:54.6114785Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6115258Z [05-13|18:29:43.218] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6115698Z [05-13|18:29:43.228] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 24, "time": "[05-13|18:29:43.372]"} -2026-05-13T18:30:54.6116131Z [05-13|18:29:43.239] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 25, "time": "[05-13|18:29:44.372]"} -2026-05-13T18:30:54.6116610Z [05-13|18:29:43.249] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 26, "time": "[05-13|18:29:45.372]"} -2026-05-13T18:30:54.6117047Z [05-13|18:29:43.260] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 27, "time": "[05-13|18:29:46.372]"} -2026-05-13T18:30:54.6117473Z [05-13|18:29:43.270] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 28, "time": "[05-13|18:29:47.372]"} -2026-05-13T18:30:54.6117904Z [05-13|18:29:43.280] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 29, "time": "[05-13|18:29:48.372]"} -2026-05-13T18:30:54.6118500Z [05-13|18:29:43.291] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 30, "time": "[05-13|18:29:49.372]"} -2026-05-13T18:30:54.6118931Z [05-13|18:29:43.301] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 31, "time": "[05-13|18:29:50.372]"} -2026-05-13T18:30:54.6119358Z [05-13|18:29:43.312] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 32, "time": "[05-13|18:29:51.372]"} -2026-05-13T18:30:54.6119790Z [05-13|18:29:43.322] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 33, "time": "[05-13|18:29:52.372]"} -2026-05-13T18:30:54.6120216Z [05-13|18:29:43.333] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 34, "time": "[05-13|18:29:53.372]"} -2026-05-13T18:30:54.6120708Z [05-13|18:29:43.343] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 35, "time": "[05-13|18:29:54.372]"} -2026-05-13T18:30:54.6121176Z [05-13|18:29:43.353] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 36, "time": "[05-13|18:29:55.372]"} -2026-05-13T18:30:54.6121608Z [05-13|18:29:43.364] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 37, "time": "[05-13|18:29:56.372]"} -2026-05-13T18:30:54.6122038Z [05-13|18:29:43.374] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 38, "time": "[05-13|18:29:57.372]"} -2026-05-13T18:30:54.6122505Z [05-13|18:29:43.385] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 39, "deadline": "[05-13|18:29:58.372]"} -2026-05-13T18:30:54.6123163Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6123611Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "size": 19} -2026-05-13T18:30:54.6124197Z [05-13|18:29:43.385] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6124738Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6125277Z [05-13|18:29:43.385] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 39, "time": "[05-13|18:29:58.372]", "deadline": "[05-13|18:29:58.372]"} -2026-05-13T18:30:54.6125709Z [05-13|18:29:43.385] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 39, "time": "[05-13|18:29:58.372]"} -2026-05-13T18:30:54.6126242Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6126829Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6127361Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 6, "our round": 1} -2026-05-13T18:30:54.6127897Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "from": "0300000000000000"} -2026-05-13T18:30:54.6128554Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0300000000000000"} -2026-05-13T18:30:54.6129164Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0300000000000000"} -2026-05-13T18:30:54.6129703Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6130183Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6130660Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6131258Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "from": "0300000000000000"} -2026-05-13T18:30:54.6131818Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6132759Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "from": "0300000000000000"} -2026-05-13T18:30:54.6134583Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6136252Z [05-13|18:29:43.385] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6138327Z [05-13|18:29:43.395] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 24, "time": "[05-13|18:29:43.373]"} -2026-05-13T18:30:54.6140084Z [05-13|18:29:43.406] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 25, "time": "[05-13|18:29:44.373]"} -2026-05-13T18:30:54.6141855Z [05-13|18:29:43.416] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 26, "time": "[05-13|18:29:45.373]"} -2026-05-13T18:30:54.6143767Z [05-13|18:29:43.426] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 27, "time": "[05-13|18:29:46.373]"} -2026-05-13T18:30:54.6145611Z [05-13|18:29:43.437] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 28, "time": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.6147339Z [05-13|18:29:43.447] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 29, "time": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.6149264Z [05-13|18:29:43.458] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 30, "time": "[05-13|18:29:49.373]"} -2026-05-13T18:30:54.6151087Z [05-13|18:29:43.468] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 31, "time": "[05-13|18:29:50.373]"} -2026-05-13T18:30:54.6152751Z [05-13|18:29:43.479] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 32, "time": "[05-13|18:29:51.373]"} -2026-05-13T18:30:54.6153705Z [05-13|18:29:43.489] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 33, "time": "[05-13|18:29:52.373]"} -2026-05-13T18:30:54.6154634Z [05-13|18:29:43.499] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 34, "time": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.6155551Z [05-13|18:29:43.510] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 35, "time": "[05-13|18:29:54.373]"} -2026-05-13T18:30:54.6156566Z [05-13|18:29:43.520] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 36, "time": "[05-13|18:29:55.373]"} -2026-05-13T18:30:54.6157485Z [05-13|18:29:43.531] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 37, "time": "[05-13|18:29:56.373]"} -2026-05-13T18:30:54.6158670Z [05-13|18:29:43.541] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 38, "time": "[05-13|18:29:57.373]"} -2026-05-13T18:30:54.6159647Z [05-13|18:29:43.551] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 39, "deadline": "[05-13|18:29:58.373]"} -2026-05-13T18:30:54.6160957Z [05-13|18:29:43.551] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6162122Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "size": 19} -2026-05-13T18:30:54.6163230Z [05-13|18:29:43.552] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6164410Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6165526Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6166644Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 6, "our round": 1} -2026-05-13T18:30:54.6167765Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0500000000000000"} -2026-05-13T18:30:54.6169034Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "from": "0500000000000000"} -2026-05-13T18:30:54.6170250Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0500000000000000"} -2026-05-13T18:30:54.6171343Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6172412Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6173479Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6174620Z [05-13|18:29:43.552] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 39, "time": "[05-13|18:29:58.373]", "deadline": "[05-13|18:29:58.373]"} -2026-05-13T18:30:54.6175747Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6176829Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6178013Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "from": "0500000000000000"} -2026-05-13T18:30:54.6179310Z [05-13|18:29:43.552] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 39, "time": "[05-13|18:29:58.373]"} -2026-05-13T18:30:54.6180359Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "from": "0500000000000000"} -2026-05-13T18:30:54.6181437Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6182513Z [05-13|18:29:43.552] DEBUG Simplex/epoch.go:1396 Could not find empty vote with a quorum or more votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6183491Z [05-13|18:29:43.562] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 13, "time": "[05-13|18:29:43.373]"} -2026-05-13T18:30:54.6184420Z [05-13|18:29:43.572] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 14, "time": "[05-13|18:29:44.373]"} -2026-05-13T18:30:54.6185362Z [05-13|18:29:43.583] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 15, "time": "[05-13|18:29:45.373]"} -2026-05-13T18:30:54.6186308Z [05-13|18:29:43.593] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 16, "time": "[05-13|18:29:46.373]"} -2026-05-13T18:30:54.6187236Z [05-13|18:29:43.604] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 17, "time": "[05-13|18:29:47.373]"} -2026-05-13T18:30:54.6188338Z [05-13|18:29:43.614] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 18, "time": "[05-13|18:29:48.373]"} -2026-05-13T18:30:54.6189262Z [05-13|18:29:43.625] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 19, "time": "[05-13|18:29:49.373]"} -2026-05-13T18:30:54.6190186Z [05-13|18:29:43.635] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 20, "time": "[05-13|18:29:50.373]"} -2026-05-13T18:30:54.6191179Z [05-13|18:29:43.646] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 21, "time": "[05-13|18:29:51.373]"} -2026-05-13T18:30:54.6192095Z [05-13|18:29:43.656] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 22, "time": "[05-13|18:29:52.373]"} -2026-05-13T18:30:54.6193060Z [05-13|18:29:43.666] DEBUG Simplex/monitor.go:68 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 23, "deadline": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.6194238Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2624 Triggering empty block agreement {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "reason": "Timed out on block agreement", "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6195433Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2545 Persisted empty vote to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "size": 19} -2026-05-13T18:30:54.6196544Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6197714Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6198957Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6200142Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "from": "0600000000000000"} -2026-05-13T18:30:54.6201274Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "from": "0600000000000000"} -2026-05-13T18:30:54.6202347Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 65, "round": 6} -2026-05-13T18:30:54.6203296Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6204295Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 65, "round": 6} -2026-05-13T18:30:54.6205364Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6206427Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6207480Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 6, "our round": 6} -2026-05-13T18:30:54.6208723Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "from": "0600000000000000"} -2026-05-13T18:30:54.6209825Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6210921Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:912 Received an empty vote for the current round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "from": "0600000000000000"} -2026-05-13T18:30:54.6211931Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6212934Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6214050Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6215200Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6216240Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 65, "round": 6} -2026-05-13T18:30:54.6217470Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6219018Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 65, "round": 6} -2026-05-13T18:30:54.6220102Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6221369Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6222556Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6223442Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6224448Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6225573Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6226691Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6227754Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6228994Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6230058Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6231150Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6232251Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6233344Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6234430Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6235623Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6236812Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6237997Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6239344Z [05-13|18:29:43.667] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6240545Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 65, "round": 6} -2026-05-13T18:30:54.6241624Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6242868Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6244258Z [05-13|18:29:43.667] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6245475Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6246623Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6247759Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6249254Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6250314Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "currentRound": 7} -2026-05-13T18:30:54.6251373Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6252412Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "currentRound": 7} -2026-05-13T18:30:54.6253454Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6254577Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6255606Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6256542Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:1452 Broadcast empty notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6257624Z [05-13|18:29:43.667] DEBUG Simplex/monitor.go:70 Executed f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 23, "time": "[05-13|18:29:53.373]", "deadline": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.6258879Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6259957Z [05-13|18:29:43.667] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6260918Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:74 Ticked {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 23, "time": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.6262014Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6263107Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6264160Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6265085Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 24} -2026-05-13T18:30:54.6266097Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:878 Received empty vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 6, "our round": 1} -2026-05-13T18:30:54.6267218Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6268368Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6269321Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "currentRound": 7} -2026-05-13T18:30:54.6270436Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:905 Got empty vote from a future round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "my round": 1, "from": "0600000000000000"} -2026-05-13T18:30:54.6271633Z [05-13|18:29:43.668] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "id": "rebroadcast_empty_vote", "name": "emptyVoteRebroadcast"} -2026-05-13T18:30:54.6272780Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6273978Z [05-13|18:29:43.668] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6275027Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 40} -2026-05-13T18:30:54.6275892Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6276823Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6277855Z [05-13|18:29:43.667] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6278998Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6280054Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6281142Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6282219Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6283204Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6284293Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6285243Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 12} -2026-05-13T18:30:54.6286100Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6287087Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6} -2026-05-13T18:30:54.6288332Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6289468Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6290593Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6291728Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6292664Z [05-13|18:29:43.668] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} -2026-05-13T18:30:54.6293652Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6294677Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6295794Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timedOutRounds": "map[0:6 3:3]", "redeemedRounds": "map[0:5 1:5 2:5 4:4 5:5]"} -2026-05-13T18:30:54.6297008Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6298200Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6299285Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6300408Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6301498Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6303950Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "Update": "{type=NodeSuspected, NodeIndex=0}", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=0, SuspectingCount=1, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0},{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[{type=NodeSuspected, NodeIndex=0}])"} -2026-05-13T18:30:54.6306424Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "currentRound": 7} -2026-05-13T18:30:54.6307431Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 6} -2026-05-13T18:30:54.6308581Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:48.371]"} -2026-05-13T18:30:54.6309571Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6310592Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} -2026-05-13T18:30:54.6311455Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 12} -2026-05-13T18:30:54.6312291Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} -2026-05-13T18:30:54.6313461Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} -2026-05-13T18:30:54.6314887Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6315852Z [05-13|18:29:43.668] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "remaining ready tasks": 0} -2026-05-13T18:30:54.6316931Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:2594 Aborting monitoring progress because we advanced to a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 6, "currentRound": 7} -2026-05-13T18:30:54.6318619Z [05-13|18:29:43.668] DEBUG Simplex/requestor.go:157 Node is behind, attempting to request missing values {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "start": 1, "end": 6, "seq requestor": false} -2026-05-13T18:30:54.6319795Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6320656Z [05-13|18:29:43.668] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 40} -2026-05-13T18:30:54.6321606Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6322618Z [05-13|18:29:43.668] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "00000000000000000000..."} -2026-05-13T18:30:54.6323627Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6324976Z [05-13|18:29:43.668] DEBUG Simplex/requestor.go:169 Distributing replication requests {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "start": 1, "end": 6, "nodes": "[0200000000000000 0300000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.6326171Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6327185Z [05-13|18:29:43.668] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 1, "name": "round-timeout-handler"} -2026-05-13T18:30:54.6328406Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6329500Z [05-13|18:29:43.668] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 2, "name": "round-timeout-handler"} -2026-05-13T18:30:54.6330559Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6331534Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6332466Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6333833Z [05-13|18:29:43.668] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "start": 1, "end": 2, "sequence count": 0, "round count": 2, "latestSeq": 0, "latestRound": 6} -2026-05-13T18:30:54.6335147Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6336207Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 3, "name": "round-timeout-handler"} -2026-05-13T18:30:54.6337312Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6338549Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6339576Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 4, "name": "round-timeout-handler"} -2026-05-13T18:30:54.6340580Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6341583Z [05-13|18:29:43.668] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6342605Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6343632Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 6} -2026-05-13T18:30:54.6344607Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6345529Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6346576Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6347914Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "start": 3, "end": 4, "sequence count": 0, "round count": 2, "latestSeq": 0, "latestRound": 6} -2026-05-13T18:30:54.6349435Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 6} -2026-05-13T18:30:54.6350418Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6351492Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 5, "name": "round-timeout-handler"} -2026-05-13T18:30:54.6352691Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "num seqs": 0, "num rounds": 2, "latest round": 6} -2026-05-13T18:30:54.6353854Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1432 Received an empty notarization for a persisted round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 6} -2026-05-13T18:30:54.6355185Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "start": 5, "end": 5, "sequence count": 0, "round count": 1, "latestSeq": 0, "latestRound": 6} -2026-05-13T18:30:54.6356569Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "to": "0400000000000000", "num rounds": 1} -2026-05-13T18:30:54.6357458Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6358420Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6359521Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "num seqs": 0, "num rounds": 2, "latest round": 6} -2026-05-13T18:30:54.6360726Z [05-13|18:29:43.669] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 6, "name": "round-timeout-handler"} -2026-05-13T18:30:54.6361801Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "to": "0400000000000000", "num rounds": 2} -2026-05-13T18:30:54.6363140Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "start": 6, "end": 6, "sequence count": 0, "round count": 1, "latestSeq": 0, "latestRound": 6} -2026-05-13T18:30:54.6364280Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6364998Z [05-13|18:29:43.669] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6365833Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} -2026-05-13T18:30:54.6366972Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "num seqs": 0, "num rounds": 1, "latest round": 6} -2026-05-13T18:30:54.6368459Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "num seqs": 0, "num rounds": 1, "latest round": 6} -2026-05-13T18:30:54.6369717Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "to": "0400000000000000", "num rounds": 1} -2026-05-13T18:30:54.6370818Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} -2026-05-13T18:30:54.6371913Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "to": "0400000000000000", "num rounds": 1} -2026-05-13T18:30:54.6373088Z [05-13|18:29:43.669] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6374155Z [05-13|18:29:43.669] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} -2026-05-13T18:30:54.6375184Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} -2026-05-13T18:30:54.6376328Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6377429Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} -2026-05-13T18:30:54.6378664Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} -2026-05-13T18:30:54.6379814Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6380881Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1591 Received empty notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} -2026-05-13T18:30:54.6381971Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:1606 Received an empty notarization for a higher round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 1} -2026-05-13T18:30:54.6383130Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6384489Z [05-13|18:29:43.670] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} -2026-05-13T18:30:54.6385797Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 2, "is finalization": true} -2026-05-13T18:30:54.6387021Z [05-13|18:29:43.670] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 4, Seq: 2, Finalized: true}"} -2026-05-13T18:30:54.6388538Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:157 Node is behind, attempting to request missing values {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 2, "start": 0, "end": 2, "seq requestor": true} -2026-05-13T18:30:54.6389940Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:169 Distributing replication requests {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "start": 0, "end": 2, "nodes": "[0100000000000000 0300000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.6391222Z [05-13|18:29:43.670] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 0, "name": "seq-timeout-handler"} -2026-05-13T18:30:54.6392356Z [05-13|18:29:43.670] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 1, "name": "seq-timeout-handler"} -2026-05-13T18:30:54.6393698Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "start": 0, "end": 1, "sequence count": 2, "round count": 0, "latestSeq": 2, "latestRound": 0} -2026-05-13T18:30:54.6395020Z [05-13|18:29:43.670] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 2, "name": "seq-timeout-handler"} -2026-05-13T18:30:54.6396415Z [05-13|18:29:43.670] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "start": 2, "end": 2, "sequence count": 1, "round count": 0, "latestSeq": 2, "latestRound": 0} -2026-05-13T18:30:54.6397927Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 1, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{nil}"} -2026-05-13T18:30:54.6399647Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "num seqs": 2, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} -2026-05-13T18:30:54.6401121Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "num seqs": 2, "num rounds": 0, "latest round": 0} -2026-05-13T18:30:54.6402307Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 0, "name": "seq-timeout-handler"} -2026-05-13T18:30:54.6403491Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "num seqs": 1, "num rounds": 0, "latest round": 0} -2026-05-13T18:30:54.6404803Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "to": "0400000000000000", "num rounds": 2} -2026-05-13T18:30:54.6405916Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 0, "is finalization": true} -2026-05-13T18:30:54.6407004Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "to": "0400000000000000", "num rounds": 1} -2026-05-13T18:30:54.6407890Z [05-13|18:29:43.671] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6409116Z [05-13|18:29:43.671] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 1, Seq: 0, Finalized: true}"} -2026-05-13T18:30:54.6410144Z [05-13|18:29:43.671] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6411089Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 1, "name": "seq-timeout-handler"} -2026-05-13T18:30:54.6412194Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 1, "is finalization": true} -2026-05-13T18:30:54.6413404Z [05-13|18:29:43.671] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 2, Seq: 1, Finalized: true}"} -2026-05-13T18:30:54.6414716Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 2, "Seq Replication": true} -2026-05-13T18:30:54.6415884Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "sequence": 0} -2026-05-13T18:30:54.6417022Z [05-13|18:29:43.671] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 0} -2026-05-13T18:30:54.6418201Z [05-13|18:29:43.671] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} -2026-05-13T18:30:54.6419544Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} -2026-05-13T18:30:54.6420731Z [05-13|18:29:43.671] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} -2026-05-13T18:30:54.6421628Z [05-13|18:29:43.671] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} -2026-05-13T18:30:54.6422626Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 3, "is finalization": true} -2026-05-13T18:30:54.6423910Z [05-13|18:29:43.671] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 5, Seq: 3, Finalized: true}"} -2026-05-13T18:30:54.6425229Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:157 Node is behind, attempting to request missing values {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "start": 2, "end": 3, "seq requestor": true} -2026-05-13T18:30:54.6426631Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:169 Distributing replication requests {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "start": 2, "end": 3, "nodes": "[0200000000000000 0300000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.6427937Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 2, "name": "seq-timeout-handler"} -2026-05-13T18:30:54.6429127Z [05-13|18:29:43.671] DEBUG Simplex/timeout_handler.go:121 Adding timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 3, "name": "seq-timeout-handler"} -2026-05-13T18:30:54.6430467Z [05-13|18:29:43.671] DEBUG Simplex/requestor.go:211 Requesting missing rounds/sequences {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "start": 2, "end": 3, "sequence count": 2, "round count": 0, "latestSeq": 3, "latestRound": 0} -2026-05-13T18:30:54.6431861Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3344 Advancing round from a gap in empty notarizations {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "epoch round": 1, "block round": 2} -2026-05-13T18:30:54.6433130Z [05-13|18:29:43.672] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6434382Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6435549Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6436864Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:2966 Received replication request {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "num seqs": 2, "num rounds": 0, "latest round": 0} -2026-05-13T18:30:54.6438342Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{nil}"} -2026-05-13T18:30:54.6439762Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{nil}"} -2026-05-13T18:30:54.6440992Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3032 Sending response back to node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "to": "0400000000000000", "num rounds": 2} -2026-05-13T18:30:54.6442348Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} -2026-05-13T18:30:54.6443755Z [05-13|18:29:43.672] DEBUG Simplex/replication_state.go:185 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} -2026-05-13T18:30:54.6444958Z [05-13|18:29:43.672] DEBUG Simplex/timeout_handler.go:132 Removing timeout task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "id": 6, "name": "round-timeout-handler"} -2026-05-13T18:30:54.6446130Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 6, "is finalization": false} -2026-05-13T18:30:54.6447039Z [05-13|18:29:43.672] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6447999Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6449290Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6450758Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 0, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} -2026-05-13T18:30:54.6452425Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "num seqs": 2, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{Round: 5, Seq: 3, Finalized: true}"} -2026-05-13T18:30:54.6453822Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:233 Received future quorum round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq or round": 0, "is finalization": true} -2026-05-13T18:30:54.6455037Z [05-13|18:29:43.672] DEBUG Simplex/replication_state.go:174 Replication State Storing Quorum Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "QR": "QuorumRound{Round: 1, Seq: 0, Finalized: true}"} -2026-05-13T18:30:54.6456274Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6457442Z [05-13|18:29:43.672] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6458696Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "sequence": 0} -2026-05-13T18:30:54.6459897Z [05-13|18:29:43.672] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 0} -2026-05-13T18:30:54.6460912Z [05-13|18:29:43.672] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} -2026-05-13T18:30:54.6462007Z [05-13|18:29:43.672] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "seq": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.6463201Z [05-13|18:29:43.673] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "sequence": 0, "digest": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.6464324Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "current round": 2} -2026-05-13T18:30:54.6465433Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6466609Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6467752Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "sequence": 1} -2026-05-13T18:30:54.6469049Z [05-13|18:29:43.673] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 1} -2026-05-13T18:30:54.6470068Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 2} -2026-05-13T18:30:54.6471027Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "elapsed": "1.525426ms"} -2026-05-13T18:30:54.6472033Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.6473027Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 1} -2026-05-13T18:30:54.6473899Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} -2026-05-13T18:30:54.6474825Z [05-13|18:29:43.673] DEBUG Simplex/util.go:181 Attempted to verify an already verified block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1} -2026-05-13T18:30:54.6476166Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "num seqs": 1, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{Round: 5, Seq: 3, Finalized: true}"} -2026-05-13T18:30:54.6477579Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6478867Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6480276Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 1, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} -2026-05-13T18:30:54.6481897Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3173 Received replication response {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "num seqs": 2, "latest round": "QuorumRound{nil}", "latest seq": "QuorumRound{nil}"} -2026-05-13T18:30:54.6483219Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6484389Z [05-13|18:29:43.673] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6485850Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 2, "NextSeqToCommit": 1, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} -2026-05-13T18:30:54.6487250Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2099 Received finalized block that is not the next sequence to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "seq": 0, "height": 1} -2026-05-13T18:30:54.6488656Z [05-13|18:29:43.673] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 1, "elapsed": "526.833µs"} -2026-05-13T18:30:54.6489679Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "1ef2d9b17aaa7070f06d..."} -2026-05-13T18:30:54.6490679Z [05-13|18:29:43.673] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} -2026-05-13T18:30:54.6491549Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2} -2026-05-13T18:30:54.6492644Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "seq": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.6493840Z [05-13|18:29:43.674] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "sequence": 1, "digest": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.6494975Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 3, "current round": 2} -2026-05-13T18:30:54.6496175Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.6497435Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6498730Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6499873Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "sequence": 2} -2026-05-13T18:30:54.6501004Z [05-13|18:29:43.674] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 2} -2026-05-13T18:30:54.6502019Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} -2026-05-13T18:30:54.6503092Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 2, "elapsed": "274.273µs"} -2026-05-13T18:30:54.6504099Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "a45dc3d79fa15defb66a..."} -2026-05-13T18:30:54.6505098Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} -2026-05-13T18:30:54.6505956Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4} -2026-05-13T18:30:54.6507046Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "seq": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.6508345Z [05-13|18:29:43.674] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "sequence": 2, "digest": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.6509510Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "current round": 3} -2026-05-13T18:30:54.6510707Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.6512036Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.6513381Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6514557Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6515704Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1871 Processing finalized block during replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "sequence": 3} -2026-05-13T18:30:54.6516834Z [05-13|18:29:43.674] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 3} -2026-05-13T18:30:54.6517900Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} -2026-05-13T18:30:54.6519100Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 4, "elapsed": "302.906µs"} -2026-05-13T18:30:54.6520109Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "3b72d216697fa1f4aa2a..."} -2026-05-13T18:30:54.6521067Z [05-13|18:29:43.674] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} -2026-05-13T18:30:54.6521934Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2075 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5} -2026-05-13T18:30:54.6523020Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:2108 Stored finalized replicated block in rounds map {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "seq": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6524212Z [05-13|18:29:43.674] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "sequence": 3, "digest": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6525284Z [05-13|18:29:43.674] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "current round": 5} -2026-05-13T18:30:54.6526475Z [05-13|18:29:43.674] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.6527805Z [05-13|18:29:43.674] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6529100Z [05-13|18:29:43.675] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6530348Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3298 Process replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "lowest round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}", "Our round": 6} -2026-05-13T18:30:54.6531572Z [05-13|18:29:43.675] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} -2026-05-13T18:30:54.6532651Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3236 Processing empty notarization due to replication {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "our round": 6} -2026-05-13T18:30:54.6533713Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:1444 Persisted empty notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "size": 65, "round": 6} -2026-05-13T18:30:54.6534713Z [05-13|18:29:43.675] DEBUG Simplex/replication_state.go:404 Replication State Removing Round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6} -2026-05-13T18:30:54.6535796Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:1474 Marking the leader as timed out {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 6, "leader": "0100000000000000"} -2026-05-13T18:30:54.6536998Z [05-13|18:29:43.675] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6538337Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6539534Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6540662Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6541787Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6542907Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6544027Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6545068Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "currentRound": 7} -2026-05-13T18:30:54.6546132Z [05-13|18:29:43.675] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 3, "Seq Replication": true} -2026-05-13T18:30:54.6547108Z [05-13|18:29:43.675] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 2} -2026-05-13T18:30:54.6548303Z [05-13|18:29:43.675] DEBUG Simplex/requestor.go:138 Already requested observed value, skipping {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "value": 6, "Seq Replication": false} -2026-05-13T18:30:54.6549749Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 7, "NextSeqToCommit": 4, "lowest replication round": "QuorumRound{nil}"} -2026-05-13T18:30:54.6551302Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:3322 Nothing to process in replication state {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "Our round": 7, "NextSeqToCommit": 4, "lowest replication round": "QuorumRound{Round: 6, Seq: 0, Finalized: false}"} -2026-05-13T18:30:54.6552684Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6553869Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6555004Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6556124Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6557301Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6558549Z [05-13|18:29:43.675] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6559593Z [05-13|18:29:43.676] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "currentRound": 7} -2026-05-13T18:30:54.6560580Z [05-13|18:29:43.676] DEBUG Simplex/epoch.go:2079 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 5, "elapsed": "1.239115ms"} -2026-05-13T18:30:54.6561595Z [05-13|18:29:43.676] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "a6f908b0c6936522c98c..."} -2026-05-13T18:30:54.6562977Z [05-13|18:29:43.676] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "epoch round": 7, "monitored round": 7} -2026-05-13T18:30:54.6564161Z [05-13|18:29:43.676] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 2} -2026-05-13T18:30:54.6564941Z [05-13|18:29:43.676] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 3} -2026-05-13T18:30:54.6565907Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6567024Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:2462 Wrote block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "size": 85, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6568236Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:2475 Proposal broadcast {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "size": 85, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6569417Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6570643Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6571968Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6573162Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "blockSeq": 4} -2026-05-13T18:30:54.6574312Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "blockSeq": 4} -2026-05-13T18:30:54.6575551Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6576828Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "voteForOurBlock": 1, "total votes": 1} -2026-05-13T18:30:54.6577911Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "ready tasks": 1} -2026-05-13T18:30:54.6578913Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "ready tasks": 1} -2026-05-13T18:30:54.6579988Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6581137Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "blockSeq": 4} -2026-05-13T18:30:54.6582530Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.6583952Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6584954Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "ready tasks": 1} -2026-05-13T18:30:54.6585828Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} -2026-05-13T18:30:54.6586828Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6587819Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "remaining ready tasks": 0} -2026-05-13T18:30:54.6589187Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.6590413Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} -2026-05-13T18:30:54.6591422Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6592424Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} -2026-05-13T18:30:54.6593739Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.6595099Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6596096Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "remaining ready tasks": 0} -2026-05-13T18:30:54.6597108Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6598441Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6599523Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "currentRound": 7} -2026-05-13T18:30:54.6600631Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6601836Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6602874Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6603758Z [05-13|18:29:43.678] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 40} -2026-05-13T18:30:54.6604737Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "blockSeq": 4} -2026-05-13T18:30:54.6605990Z [05-13|18:29:43.677] DEBUG Simplex/epoch.go:1715 Received block message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6607174Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6608426Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6609437Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "ready tasks": 1} -2026-05-13T18:30:54.6610448Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6611599Z [05-13|18:29:43.678] DEBUG Simplex/block_scheduler.go:140 Scheduling block verification task with no dependencies {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "blockSeq": 4} -2026-05-13T18:30:54.6612986Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.6614342Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6615408Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} -2026-05-13T18:30:54.6616277Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "remaining ready tasks": 0} -2026-05-13T18:30:54.6617146Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:77 Scheduling new ready task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "ready tasks": 1} -2026-05-13T18:30:54.6618272Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6619275Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} -2026-05-13T18:30:54.6620579Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1792 Scheduling block verification {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef...", "prev dependency": "", "missing empty notarization rounds": []} -2026-05-13T18:30:54.6621936Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6623046Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6624227Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6625363Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6626361Z [05-13|18:29:43.678] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "remaining ready tasks": 0} -2026-05-13T18:30:54.6627335Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6628484Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:1987 Block verification started {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} -2026-05-13T18:30:54.6629510Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6630608Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6631707Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6632839Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6633963Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2956 Stored proposal in memory {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6635093Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6636216Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6637396Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6638609Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2031 Persisted block to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6639716Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6640833Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6642018Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6643147Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6644270Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6645408Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6646499Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6647631Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6648871Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6650109Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6651327Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6652498Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6653724Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.6655000Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.6656155Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6657192Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "elapsed": "1.011043ms"} -2026-05-13T18:30:54.6658422Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6659612Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6660687Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6661892Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.6663094Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6664507Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "elapsed": "826.599µs"} -2026-05-13T18:30:54.6665584Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6666719Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6667884Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6669082Z [05-13|18:29:43.678] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6670171Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6671305Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6672539Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6673752Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.6674950Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6676127Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6677390Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.6678767Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6680027Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "elapsed": "993.13µs"} -2026-05-13T18:30:54.6681066Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:2753 Broadcasting vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6682345Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.6683477Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "votes": 4} -2026-05-13T18:30:54.6684475Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6685600Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "elapsed": "937.167µs"} -2026-05-13T18:30:54.6686787Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6688214Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6689390Z [05-13|18:29:43.679] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6690581Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6691842Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "voteForOurBlock": 2, "total votes": 2} -2026-05-13T18:30:54.6693085Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6694338Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.6695635Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6696883Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.6698235Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6699448Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6700697Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.6701933Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6703021Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "votes": 4} -2026-05-13T18:30:54.6704220Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.6705458Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6706544Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "votes": 4} -2026-05-13T18:30:54.6707717Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6709325Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6710419Z [05-13|18:29:43.679] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "votes": 4} -2026-05-13T18:30:54.6711585Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6712985Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6714332Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6715676Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6717069Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6718554Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0400000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6719148Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6719804Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6720451Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6721123Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6721780Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6722466Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1508 Not enough votes to form a notarization for our block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "voteForOurBlock": 3, "total votes": 3} -2026-05-13T18:30:54.6723116Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6723700Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6724270Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6724785Z [05-13|18:29:43.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "votes": 4} -2026-05-13T18:30:54.6725271Z [05-13|18:29:43.679] DEBUG Simplex/epoch.go:1991 Block verification ended {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "elapsed": "1.535435ms"} -2026-05-13T18:30:54.6725770Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6726344Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6727049Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6727526Z [05-13|18:29:43.680] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6728026Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6728700Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6729361Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6729856Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6730350Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6731006Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6731500Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "signer": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6731999Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6732649Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6733162Z [05-13|18:29:43.680] INFO Simplex/notarization.go:47 Collected Quorum of votes {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "votes": 4} -2026-05-13T18:30:54.6733661Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "signer": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6734308Z [05-13|18:29:43.680] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6735013Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6735669Z [05-13|18:29:43.680] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6736235Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6736888Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6737485Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6737980Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6738768Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6739374Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6739876Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6740536Z [05-13|18:29:43.680] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6741031Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6741578Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6742130Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6742625Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "signer": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6743174Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 8} -2026-05-13T18:30:54.6743764Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 8} -2026-05-13T18:30:54.6744297Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 8} -2026-05-13T18:30:54.6744877Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6745526Z [05-13|18:29:43.680] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6746114Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 8} -2026-05-13T18:30:54.6746658Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 8} -2026-05-13T18:30:54.6747153Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6747737Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 8} -2026-05-13T18:30:54.6748391Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 8} -2026-05-13T18:30:54.6748931Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6749435Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6750031Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 8} -2026-05-13T18:30:54.6750571Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 8} -2026-05-13T18:30:54.6751075Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6751608Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 8} -2026-05-13T18:30:54.6752143Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 8} -2026-05-13T18:30:54.6752697Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6753232Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 8} -2026-05-13T18:30:54.6753734Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "signer": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6754241Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 8, "currentRound": 8} -2026-05-13T18:30:54.6754776Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 8} -2026-05-13T18:30:54.6755253Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6755911Z [05-13|18:29:43.679] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6756744Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "epoch round": 7, "monitored round": 7} -2026-05-13T18:30:54.6757539Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "epoch round": 7, "monitored round": 7} -2026-05-13T18:30:54.6758010Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6758854Z [05-13|18:29:43.681] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0100000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6759232Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 3} -2026-05-13T18:30:54.6759774Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 8} -2026-05-13T18:30:54.6760141Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 24} -2026-05-13T18:30:54.6760731Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 8} -2026-05-13T18:30:54.6761390Z [05-13|18:29:43.681] DEBUG Simplex/notarization.go:56 Collected vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0600000000000000", "Digest": "053ffcb4e1ed88eb00ef...", "round": 7, "seq": 4} -2026-05-13T18:30:54.6761987Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6762776Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "epoch round": 7, "monitored round": 7} -2026-05-13T18:30:54.6763318Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 8} -2026-05-13T18:30:54.6763795Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "my round": 8} -2026-05-13T18:30:54.6764156Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 40} -2026-05-13T18:30:54.6764696Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 8} -2026-05-13T18:30:54.6765110Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 41} -2026-05-13T18:30:54.6765561Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 8, "currentRound": 8} -2026-05-13T18:30:54.6766151Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6766689Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 8} -2026-05-13T18:30:54.6767306Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6767787Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6768401Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6769188Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "epoch round": 7, "monitored round": 7} -2026-05-13T18:30:54.6769880Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2358 Computing blacklist updates {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "timedOutRounds": "map[0:6 3:3]", "redeemedRounds": "map[0:7 1:7 2:7 4:4 5:7]"} -2026-05-13T18:30:54.6770351Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6770925Z [05-13|18:29:43.680] DEBUG Simplex/epoch.go:1531 Persisted notarization to WAL {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "size": 137, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6771339Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": 40} -2026-05-13T18:30:54.6771809Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "my round": 8} -2026-05-13T18:30:54.6772310Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6773729Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2365 Blacklist updated {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8, "Update": "", "prev": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])", "next": "Blacklist(nodeCount=6, SuspectedNodes=[{NodeIndex=3, SuspectingCount=2, RedeemingCount=0, OrbitSuspected=1, OrbitToRedeem=0}], updates=[])"} -2026-05-13T18:30:54.6774234Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6774589Z [05-13|18:29:43.681] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 4} -2026-05-13T18:30:54.6775086Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6775493Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2382 Scheduling block building {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8} -2026-05-13T18:30:54.6776064Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6776560Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6777033Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6777530Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "signer": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6778161Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6778828Z [05-13|18:29:43.681] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6779307Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6780013Z [05-13|18:29:43.681] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6780424Z [05-13|18:29:43.681] DEBUG Simplex/sched.go:63 Running task {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "remaining ready tasks": 0} -2026-05-13T18:30:54.6781013Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6781519Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6782143Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6782614Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "my round": 8} -2026-05-13T18:30:54.6783157Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6783664Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6784250Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6784804Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6785274Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "my round": 8} -2026-05-13T18:30:54.6785743Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6786349Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6786892Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 8} -2026-05-13T18:30:54.6787394Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6787897Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6788604Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 8} -2026-05-13T18:30:54.6789084Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6789580Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6790043Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6790604Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6791108Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6791601Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1557 Potentially redeeming node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "signer": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6792076Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6792627Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6793214Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6793863Z [05-13|18:29:43.681] INFO Simplex/epoch.go:2809 Moving to a new round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6794333Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "my round": 8} -2026-05-13T18:30:54.6794804Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6795306Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6795889Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6796395Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6796955Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6797746Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2668 Not starting monitoring for block notarization because we were cancelled while waiting for block to be built {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "epoch round": 7, "monitored round": 7} -2026-05-13T18:30:54.6798340Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "my round": 8} -2026-05-13T18:30:54.6798811Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6799374Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6799754Z [05-13|18:29:43.682] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 40} -2026-05-13T18:30:54.6800295Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 8} -2026-05-13T18:30:54.6800801Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6801320Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6801857Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 8} -2026-05-13T18:30:54.6802410Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6802912Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6803496Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 8} -2026-05-13T18:30:54.6803974Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6804516Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6805051Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 8} -2026-05-13T18:30:54.6805556Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6806058Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6806594Z [05-13|18:29:43.681] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 8} -2026-05-13T18:30:54.6807046Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 8, "currentRound": 8} -2026-05-13T18:30:54.6807638Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 8} -2026-05-13T18:30:54.6808260Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6808769Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6809237Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6809835Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 8} -2026-05-13T18:30:54.6810308Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6810811Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6811354Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 8} -2026-05-13T18:30:54.6811870Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6812335Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6812877Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 8} -2026-05-13T18:30:54.6813376Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6814021Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6814572Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6815048Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6815518Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "my round": 8} -2026-05-13T18:30:54.6815873Z [05-13|18:29:43.682] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 13} -2026-05-13T18:30:54.6816416Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "NodeID": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6816955Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1580 Broadcast notarization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6817496Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6818245Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6818734Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} -2026-05-13T18:30:54.6819275Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6819750Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "my round": 8} -2026-05-13T18:30:54.6820339Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} -2026-05-13T18:30:54.6820907Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6821413Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6821929Z [05-13|18:29:43.682] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6822522Z [05-13|18:29:43.682] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "NodeID": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6823022Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 8, "current round": 8} -2026-05-13T18:30:54.6823526Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6824002Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} -2026-05-13T18:30:54.6824557Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6825093Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} -2026-05-13T18:30:54.6825609Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6826144Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 8} -2026-05-13T18:30:54.6826649Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6827104Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 8, "currentRound": 8} -2026-05-13T18:30:54.6827573Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6828154Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6828721Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} -2026-05-13T18:30:54.6829186Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6829545Z [05-13|18:29:43.682] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 25} -2026-05-13T18:30:54.6829876Z [05-13|18:29:43.682] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6830395Z [05-13|18:29:43.682] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6830946Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 8, "current round": 8} -2026-05-13T18:30:54.6831456Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6831966Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6832493Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6832961Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6833466Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6833942Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6834463Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6834930Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6835524Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6835990Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6836480Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 7} -2026-05-13T18:30:54.6836985Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6837522Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0400000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6838181Z [05-13|18:29:43.682] DEBUG Simplex/epoch.go:2834 Broadcasting finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "seq": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6838733Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 8} -2026-05-13T18:30:54.6839272Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6839818Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 8} -2026-05-13T18:30:54.6840311Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} -2026-05-13T18:30:54.6840814Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6841195Z [05-13|18:29:43.683] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6841670Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6842138Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6848556Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6849264Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6849811Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6850377Z [05-13|18:29:43.683] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6850891Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6851497Z [05-13|18:29:43.683] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6851991Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "my round": 8} -2026-05-13T18:30:54.6852585Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6853141Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 8} -2026-05-13T18:30:54.6853612Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "my round": 8} -2026-05-13T18:30:54.6854173Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 8} -2026-05-13T18:30:54.6854702Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6855241Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 8} -2026-05-13T18:30:54.6855802Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6856343Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:2906 No future messages received for this round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 8} -2026-05-13T18:30:54.6856853Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6857317Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 8, "currentRound": 8} -2026-05-13T18:30:54.6857878Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6858517Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6859006Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6859482Z [05-13|18:29:43.683] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6860007Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6860483Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6861070Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6861555Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 7} -2026-05-13T18:30:54.6861974Z [05-13|18:29:43.684] DEBUG Simplex/monitor.go:86 Executing f {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 41} -2026-05-13T18:30:54.6862524Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6863000Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "my round": 8} -2026-05-13T18:30:54.6863535Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0500000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6864040Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6864583Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6865174Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1018 Received vote message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6865646Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6866242Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6866776Z [05-13|18:29:43.683] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6867309Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "NodeID": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6867855Z [05-13|18:29:43.684] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "NodeID": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6868524Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} -2026-05-13T18:30:54.6869007Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} -2026-05-13T18:30:54.6869541Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} -2026-05-13T18:30:54.6870056Z [05-13|18:29:43.684] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6870619Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6871152Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} -2026-05-13T18:30:54.6871647Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 8, "current round": 8} -2026-05-13T18:30:54.6872116Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6872688Z [05-13|18:29:43.684] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6873203Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6873677Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6874167Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8, "current round": 8} -2026-05-13T18:30:54.6874664Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6875167Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6875671Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6876139Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6876698Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6877220Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0100000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6877691Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1140 Received a vote for a past round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "my round": 8} -2026-05-13T18:30:54.6878507Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0300000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6879091Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6879591Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} -2026-05-13T18:30:54.6880090Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6880600Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6880988Z [05-13|18:29:43.685] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6881485Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6881949Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6882452Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6882985Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} -2026-05-13T18:30:54.6883485Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6883810Z [05-13|18:29:43.685] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6884274Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6884737Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6885238Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6885720Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 7} -2026-05-13T18:30:54.6886267Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6886768Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6887140Z [05-13|18:29:43.685] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6887692Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6888291Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6888833Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6889425Z [05-13|18:29:43.684] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0100000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6889973Z [05-13|18:29:43.685] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "NodeID": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6890492Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0500000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6890980Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} -2026-05-13T18:30:54.6891559Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0300000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6892083Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0400000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6892571Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 7} -2026-05-13T18:30:54.6893096Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} -2026-05-13T18:30:54.6893671Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0300000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6894179Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6894697Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0500000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6895218Z [05-13|18:29:43.685] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6895682Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6896172Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 8, "current round": 8} -2026-05-13T18:30:54.6896699Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0400000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6897169Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6897744Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6898386Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6898891Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6899362Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6899939Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0600000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6900447Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6900920Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:1173 Could not find enough finalizations for the same metadata {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6901390Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6901965Z [05-13|18:29:43.685] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0100000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6902454Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} -2026-05-13T18:30:54.6902952Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6903468Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0600000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6904020Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6904527Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6905030Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6905497Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6905976Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 7} -2026-05-13T18:30:54.6906503Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0600000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6907023Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6907546Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0600000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6908184Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6908712Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0500000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6909259Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0200000000000000", "round": 7} -2026-05-13T18:30:54.6909779Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6910374Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0500000000000000", "round": 7} -2026-05-13T18:30:54.6910920Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0400000000000000", "round": 7} -2026-05-13T18:30:54.6911440Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0400000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6911984Z [05-13|18:29:43.686] DEBUG Simplex/notarization.go:95 Collected a finalize vote from node {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "NodeID": "0300000000000000", "round": 7} -2026-05-13T18:30:54.6912642Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6913157Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6913674Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0100000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6914154Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1198 Received enough finalize votes to finalize a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} -2026-05-13T18:30:54.6914720Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0300000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6915246Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1325 Indexing finalizations {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "startRound": 7, "maxRound": 7, "nextSeqToCommit": 4} -2026-05-13T18:30:54.6915759Z [05-13|18:29:43.686] INFO Simplex/epoch.go:1369 Committed block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "sequence": 4, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6916251Z [05-13|18:29:43.686] DEBUG Simplex/epoch.go:1191 Progressing rounds due to commit {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 8, "current round": 8} -2026-05-13T18:30:54.6916773Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6917278Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1249 Broadcast finalization {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7, "digest": "053ffcb4e1ed88eb00ef..."} -2026-05-13T18:30:54.6917797Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "from": "0200000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6918418Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6918994Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "from": "0200000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6919511Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "from": "0200000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6920013Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6920511Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1650 Received notarization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6921110Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6921618Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:1676 Received a notarization for an already notarized or finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6922082Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7} -2026-05-13T18:30:54.6922571Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} -2026-05-13T18:30:54.6923141Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "from": "0200000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6923604Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:795 Received finalize vote {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0600000000000000", "round": 7} -2026-05-13T18:30:54.6924091Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:835 Received finalize vote for an already finalized round {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 7} -2026-05-13T18:30:54.6924410Z [05-13|18:29:43.687] INFO testutil/comm.go:78 Enqueuing message {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6924975Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6925500Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "from": "0200000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6926016Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6926343Z [05-13|18:29:43.687] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 1} -2026-05-13T18:30:54.6926862Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0500000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6927249Z [05-13|18:29:43.687] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "round": 8} -2026-05-13T18:30:54.6927771Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0400000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6928386Z [05-13|18:29:43.687] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "timeout": "5s", "deadline": "[05-13|18:29:48.371]"} -2026-05-13T18:30:54.6928755Z [05-13|18:29:43.687] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 1, "taskID": 13} -2026-05-13T18:30:54.6929347Z [05-13|18:29:43.687] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0100000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6929670Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 2} -2026-05-13T18:30:54.6930051Z [05-13|18:29:43.688] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "round": 8} -2026-05-13T18:30:54.6930548Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "timeout": "5s", "deadline": "[05-13|18:29:58.372]"} -2026-05-13T18:30:54.6931123Z [05-13|18:29:43.688] DEBUG Simplex/epoch.go:737 Received finalization message {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "from": "0300000000000000", "round": 7, "seq": 4} -2026-05-13T18:30:54.6931488Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 2, "taskID": 41} -2026-05-13T18:30:54.6931814Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 3} -2026-05-13T18:30:54.6932264Z [05-13|18:29:43.688] DEBUG Simplex/epoch.go:2598 Monitoring progress {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "round": 8, "currentRound": 8} -2026-05-13T18:30:54.6932771Z [05-13|18:29:43.688] DEBUG Simplex/sched.go:65 Task finished execution {"test": "TestReplicationNodeDiverges", "myNodeID": 3, "taskID": "00000000000000000000..."} -2026-05-13T18:30:54.6933094Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 4} -2026-05-13T18:30:54.6933475Z [05-13|18:29:43.688] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "round": 8} -2026-05-13T18:30:54.6933963Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "timeout": "5s", "deadline": "[05-13|18:29:42.372]"} -2026-05-13T18:30:54.6934326Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 4, "taskID": 4} -2026-05-13T18:30:54.6934696Z [05-13|18:29:43.688] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 5} -2026-05-13T18:30:54.6935079Z [05-13|18:29:43.688] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "round": 8} -2026-05-13T18:30:54.6935570Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "timeout": "5s", "deadline": "[05-13|18:29:58.373]"} -2026-05-13T18:30:54.6935927Z [05-13|18:29:43.688] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 5, "taskID": 41} -2026-05-13T18:30:54.6936246Z [05-13|18:29:43.689] INFO Simplex/epoch.go:727 Shutting down node {"test": "TestReplicationNodeDiverges", "myNodeID": 6} -2026-05-13T18:30:54.6936629Z [05-13|18:29:43.689] INFO Simplex/epoch.go:2672 It is time to build a block {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "round": 8} -2026-05-13T18:30:54.6937117Z [05-13|18:29:43.689] DEBUG Simplex/monitor.go:158 Scheduling task {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "timeout": "5s", "deadline": "[05-13|18:29:53.373]"} -2026-05-13T18:30:54.6937478Z [05-13|18:29:43.689] DEBUG Simplex/monitor.go:88 Task executed {"test": "TestReplicationNodeDiverges", "myNodeID": 6, "taskID": 25} -2026-05-13T18:30:54.6937612Z --- PASS: TestReplicationNodeDiverges (1.32s) -2026-05-13T18:30:54.6937780Z === RUN TestReplicationNotarizationWithoutFinalizations -2026-05-13T18:30:54.6938219Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks -2026-05-13T18:30:54.6938632Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks -2026-05-13T18:30:54.6938938Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks -2026-05-13T18:30:54.6939249Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks -2026-05-13T18:30:54.6939567Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks -2026-05-13T18:30:54.6939885Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks -2026-05-13T18:30:54.6940191Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks -2026-05-13T18:30:54.6940507Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks -2026-05-13T18:30:54.6940866Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks -2026-05-13T18:30:54.6941181Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks -2026-05-13T18:30:54.6941490Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks -2026-05-13T18:30:54.6941797Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks -2026-05-13T18:30:54.6942105Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks -2026-05-13T18:30:54.6942471Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks -2026-05-13T18:30:54.6942782Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks -2026-05-13T18:30:54.6943096Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks -2026-05-13T18:30:54.6943409Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks -2026-05-13T18:30:54.6943723Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks -2026-05-13T18:30:54.6944030Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks -2026-05-13T18:30:54.6944346Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks -2026-05-13T18:30:54.6944704Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks -2026-05-13T18:30:54.6945021Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks -2026-05-13T18:30:54.6945341Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks -2026-05-13T18:30:54.6945658Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks -2026-05-13T18:30:54.6945965Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks -2026-05-13T18:30:54.6946276Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks -2026-05-13T18:30:54.6946588Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks -2026-05-13T18:30:54.6946899Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks -2026-05-13T18:30:54.6947205Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks -2026-05-13T18:30:54.6947525Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks -2026-05-13T18:30:54.6947829Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks -2026-05-13T18:30:54.6948252Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks -2026-05-13T18:30:54.6948572Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks -2026-05-13T18:30:54.6948960Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks -2026-05-13T18:30:54.6949266Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks -2026-05-13T18:30:54.6949583Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks -2026-05-13T18:30:54.6949894Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks -2026-05-13T18:30:54.6950206Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks -2026-05-13T18:30:54.6950515Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks -2026-05-13T18:30:54.6950828Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks -2026-05-13T18:30:54.6951223Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks -2026-05-13T18:30:54.6951543Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks -2026-05-13T18:30:54.6951849Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks -2026-05-13T18:30:54.6952158Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks -2026-05-13T18:30:54.6952471Z === RUN TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks -2026-05-13T18:30:54.6952835Z === PAUSE TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks -2026-05-13T18:30:54.6953142Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks -2026-05-13T18:30:54.6953454Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks -2026-05-13T18:30:54.6953766Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks -2026-05-13T18:30:54.6954073Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks -2026-05-13T18:30:54.6954568Z [05-13|18:29:43.691] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6955095Z [05-13|18:29:43.691] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6955567Z [05-13|18:29:43.691] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6956036Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6956499Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6956963Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6957431Z [05-13|18:29:43.692] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6957903Z [05-13|18:29:43.698] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6958562Z [05-13|18:29:43.700] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6959123Z [05-13|18:29:43.700] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6959593Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6960064Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6960530Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6961046Z [05-13|18:29:43.702] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6961518Z [05-13|18:29:43.703] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6961791Z [05-13|18:29:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6962055Z [05-13|18:29:43.704] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6962547Z [05-13|18:29:43.704] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.6962937Z [05-13|18:29:43.705] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6963192Z [05-13|18:29:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6963453Z [05-13|18:29:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.6963709Z [05-13|18:29:43.706] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6964175Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6964681Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6965132Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6965579Z [05-13|18:29:43.707] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6965846Z [05-13|18:29:43.707] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6966289Z [05-13|18:29:43.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6966733Z [05-13|18:29:43.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6967186Z [05-13|18:29:43.708] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6967524Z [05-13|18:29:43.709] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6967974Z [05-13|18:29:43.709] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.6968588Z [05-13|18:29:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6968854Z [05-13|18:29:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6969119Z [05-13|18:29:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6969569Z [05-13|18:29:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6970011Z [05-13|18:29:43.709] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6970528Z [05-13|18:29:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6970793Z [05-13|18:29:43.709] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6971238Z [05-13|18:29:43.710] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6971392Z [05-13|18:29:43.710] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6971776Z [05-13|18:29:43.710] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6972223Z [05-13|18:29:43.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6972556Z [05-13|18:29:43.711] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6973002Z [05-13|18:29:43.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6973325Z [05-13|18:29:43.712] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6973700Z [05-13|18:29:43.712] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6973843Z [05-13|18:29:43.713] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6973976Z [05-13|18:29:43.713] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6974300Z [05-13|18:29:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6974436Z [05-13|18:29:43.714] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6974757Z [05-13|18:29:43.714] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6975196Z [05-13|18:29:43.710] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.6975665Z [05-13|18:29:43.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6975999Z [05-13|18:29:43.715] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6976324Z [05-13|18:29:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6976588Z [05-13|18:29:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6976908Z [05-13|18:29:43.716] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6977230Z [05-13|18:29:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6977488Z [05-13|18:29:43.716] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6977947Z [05-13|18:29:43.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6978415Z [05-13|18:29:43.717] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6978865Z [05-13|18:29:43.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6979383Z [05-13|18:29:43.717] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6979720Z [05-13|18:29:43.718] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6979982Z [05-13|18:29:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.6980242Z [05-13|18:29:43.718] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6980626Z [05-13|18:29:43.719] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6981077Z [05-13|18:29:43.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6981338Z [05-13|18:29:43.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6981607Z [05-13|18:29:43.719] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6981742Z [05-13|18:29:43.719] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6982190Z [05-13|18:29:43.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6982698Z [05-13|18:29:43.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.6982839Z [05-13|18:29:43.720] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6983282Z [05-13|18:29:43.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6983546Z [05-13|18:29:43.720] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6983989Z [05-13|18:29:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6984461Z [05-13|18:29:43.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6984948Z [05-13|18:29:43.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6985360Z [05-13|18:29:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6985812Z [05-13|18:29:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6986187Z [05-13|18:29:43.721] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6986428Z [05-13|18:29:43.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6986565Z [05-13|18:29:43.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6986708Z [05-13|18:29:43.721] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6987182Z [05-13|18:29:43.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6987332Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6987807Z [05-13|18:29:43.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6988577Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.6989020Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.6989448Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.6989784Z [05-13|18:29:43.720] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6990215Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.6990406Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6990824Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.6990965Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6991295Z [05-13|18:29:43.722] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6991431Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6991563Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6991699Z [05-13|18:29:43.722] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6992207Z [05-13|18:29:43.722] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6992344Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6992679Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6992818Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6993146Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6993285Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6993416Z [05-13|18:29:43.723] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6993742Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.6994069Z [05-13|18:29:43.723] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6994224Z [05-13|18:29:43.723] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.6994438Z [05-13|18:29:43.723] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.6994717Z [05-13|18:29:43.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6994921Z [05-13|18:29:43.724] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.6995181Z [05-13|18:29:43.724] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.6995394Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.6995532Z [05-13|18:29:43.724] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.6995990Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6996451Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6996938Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6997369Z [05-13|18:29:43.724] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.6997513Z [05-13|18:29:43.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6997647Z [05-13|18:29:43.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6997778Z [05-13|18:29:43.724] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.6998328Z [05-13|18:29:43.724] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.6998537Z [05-13|18:29:43.724] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.6998991Z [05-13|18:29:43.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.6999208Z [05-13|18:29:43.725] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.6999537Z [05-13|18:29:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.6999864Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks -2026-05-13T18:30:54.7000252Z [05-13|18:29:43.725] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7000734Z [05-13|18:29:43.725] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7001002Z [05-13|18:29:43.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7001143Z [05-13|18:29:43.725] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7001404Z [05-13|18:29:43.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7001862Z [05-13|18:29:43.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7002317Z [05-13|18:29:43.725] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7002793Z [05-13|18:29:43.726] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7003221Z [05-13|18:29:43.726] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.7003646Z [05-13|18:29:43.726] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.7003838Z [05-13|18:29:43.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7004255Z [05-13|18:29:43.726] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.7004393Z [05-13|18:29:43.726] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7004846Z [05-13|18:29:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7005323Z [05-13|18:29:43.726] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7005832Z [05-13|18:29:43.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7005969Z [05-13|18:29:43.727] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7006104Z [05-13|18:29:43.727] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7006558Z [05-13|18:29:43.727] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7007032Z [05-13|18:29:43.727] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7007408Z [05-13|18:29:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7007741Z [05-13|18:29:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7008188Z [05-13|18:29:43.727] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7008524Z [05-13|18:29:43.728] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7008856Z [05-13|18:29:43.728] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7008995Z [05-13|18:29:43.728] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7009188Z [05-13|18:29:43.728] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7009463Z [05-13|18:29:43.728] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7009724Z [05-13|18:29:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7010180Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7010637Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7011084Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7011348Z [05-13|18:29:43.729] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7011683Z [05-13|18:29:43.729] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7012137Z [05-13|18:29:43.729] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7012272Z [05-13|18:29:43.730] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7012537Z [05-13|18:29:43.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7012852Z [05-13|18:29:43.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7013180Z [05-13|18:29:43.731] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7013446Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7013894Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7014344Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7014669Z [05-13|18:29:43.730] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7015122Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7015388Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.7015643Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7015900Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7016209Z [05-13|18:29:43.731] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7016661Z [05-13|18:29:43.731] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7016918Z [05-13|18:29:43.732] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7017053Z [05-13|18:29:43.732] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7017505Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7017997Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7018568Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7019019Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7019464Z [05-13|18:29:43.732] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7019801Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7020124Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7020577Z [05-13|18:29:43.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7020939Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7021268Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7021590Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7022018Z [05-13|18:29:43.733] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7022475Z [05-13|18:29:43.733] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7022816Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7023280Z [05-13|18:29:43.734] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7023669Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7023996Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7024140Z [05-13|18:29:43.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7024273Z [05-13|18:29:43.734] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7024598Z [05-13|18:29:43.734] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7024868Z [05-13|18:29:43.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7025183Z [05-13|18:29:43.735] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7025639Z [05-13|18:29:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7026097Z [05-13|18:29:43.735] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7026545Z [05-13|18:29:43.735] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.7027019Z [05-13|18:29:43.735] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.7027287Z [05-13|18:29:43.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7027426Z [05-13|18:29:43.736] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7027692Z [05-13|18:29:43.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7028287Z [05-13|18:29:43.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7028552Z [05-13|18:29:43.736] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7029004Z [05-13|18:29:43.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7029461Z [05-13|18:29:43.736] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7029787Z [05-13|18:29:43.737] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7030234Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7030500Z [05-13|18:29:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7031014Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7031464Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7031915Z [05-13|18:29:43.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7032342Z [05-13|18:29:43.737] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.7032817Z [05-13|18:29:43.737] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.7033271Z [05-13|18:29:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7033694Z [05-13|18:29:43.738] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.7033835Z [05-13|18:29:43.738] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7034094Z [05-13|18:29:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7034402Z [05-13|18:29:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7034733Z [05-13|18:29:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7034992Z [05-13|18:29:43.738] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7035447Z [05-13|18:29:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7035776Z [05-13|18:29:43.738] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7036275Z [05-13|18:29:43.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7036540Z [05-13|18:29:43.737] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7036682Z [05-13|18:29:43.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7037131Z [05-13|18:29:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7037266Z [05-13|18:29:43.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7037596Z [05-13|18:29:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7037729Z [05-13|18:29:43.739] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7038297Z [05-13|18:29:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7038755Z [05-13|18:29:43.739] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7039075Z [05-13|18:29:43.739] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7039210Z [05-13|18:29:43.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7039601Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7039922Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7040243Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7040571Z [05-13|18:29:43.740] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7040707Z [05-13|18:29:43.740] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7041026Z [05-13|18:29:43.741] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7041408Z [05-13|18:29:43.741] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7041547Z [05-13|18:29:43.741] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7042000Z [05-13|18:29:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7042269Z [05-13|18:29:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7042529Z [05-13|18:29:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7043037Z [05-13|18:29:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7043304Z [05-13|18:29:43.741] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7043629Z [05-13|18:29:43.741] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7044080Z [05-13|18:29:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7044530Z [05-13|18:29:43.741] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7044844Z [05-13|18:29:43.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7045296Z [05-13|18:29:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7045560Z [05-13|18:29:43.742] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7045885Z [05-13|18:29:43.742] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7046336Z [05-13|18:29:43.742] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7046788Z [05-13|18:29:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7047236Z [05-13|18:29:43.743] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7047495Z [05-13|18:29:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7047759Z [05-13|18:29:43.743] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7048018Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7048646Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7049096Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7049426Z [05-13|18:29:43.744] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7049692Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7050140Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7050459Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7050918Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7051177Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7051624Z [05-13|18:29:43.744] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7052753Z [05-13|18:29:43.744] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7053203Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7053534Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7053989Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7054313Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7054815Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7055149Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7055595Z [05-13|18:29:43.745] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7055730Z [05-13|18:29:43.745] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7056059Z [05-13|18:29:43.745] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7056383Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7056710Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7057039Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7057358Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7057678Z [05-13|18:29:43.746] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7057828Z [05-13|18:29:43.747] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7058266Z [05-13|18:29:43.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7058590Z [05-13|18:29:43.747] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7058866Z [05-13|18:29:43.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7059321Z [05-13|18:29:43.747] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7059582Z [05-13|18:29:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7059843Z [05-13|18:29:43.747] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7060352Z [05-13|18:29:43.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7060803Z [05-13|18:29:43.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7061256Z [05-13|18:29:43.748] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7061567Z [05-13|18:29:43.748] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7061701Z [05-13|18:29:43.748] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7062154Z [05-13|18:29:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7062412Z [05-13|18:29:43.749] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7062862Z [05-13|18:29:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7063189Z [05-13|18:29:43.749] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7063689Z [05-13|18:29:43.749] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7064139Z [05-13|18:29:43.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7064407Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7064665Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7065112Z [05-13|18:29:43.750] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7065439Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7065698Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7066019Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7066349Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7066671Z [05-13|18:29:43.750] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7066996Z [05-13|18:29:43.750] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7067130Z [05-13|18:29:43.751] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7067580Z [05-13|18:29:43.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7068161Z [05-13|18:29:43.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7068428Z [05-13|18:29:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7068684Z [05-13|18:29:43.751] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7069200Z [05-13|18:29:43.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7069529Z [05-13|18:29:43.751] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7069665Z [05-13|18:29:43.751] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7069986Z [05-13|18:29:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7070494Z [05-13|18:29:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7070942Z [05-13|18:29:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7071268Z [05-13|18:29:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7071718Z [05-13|18:29:43.752] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7072040Z [05-13|18:29:43.752] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7072550Z [05-13|18:29:43.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7072879Z [05-13|18:29:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7073200Z [05-13|18:29:43.753] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7073340Z [05-13|18:29:43.753] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7073602Z [05-13|18:29:43.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7073858Z [05-13|18:29:43.753] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7074118Z [05-13|18:29:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7074570Z [05-13|18:29:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7075018Z [05-13|18:29:43.753] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7075474Z [05-13|18:29:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7075791Z [05-13|18:29:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7076239Z [05-13|18:29:43.754] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7076569Z [05-13|18:29:43.754] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7076890Z [05-13|18:29:43.754] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7077155Z [05-13|18:29:43.754] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7077645Z [05-13|18:29:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7077916Z [05-13|18:29:43.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7078353Z [05-13|18:29:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7078809Z [05-13|18:29:43.755] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7079069Z [05-13|18:29:43.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7079451Z [05-13|18:29:43.755] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7079712Z [05-13|18:29:43.755] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7080165Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7080613Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7081067Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7081564Z [05-13|18:29:43.756] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7081901Z [05-13|18:29:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7082232Z [05-13|18:29:43.756] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7082682Z [05-13|18:29:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7082947Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7083206Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7083532Z [05-13|18:29:43.757] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7083797Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7084118Z [05-13|18:29:43.757] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7084254Z [05-13|18:29:43.757] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7084516Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7085022Z [05-13|18:29:43.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7085280Z [05-13|18:29:43.757] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.7085733Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7085994Z [05-13|18:29:43.758] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7086491Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7086946Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7087271Z [05-13|18:29:43.758] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7087717Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7088330Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7088780Z [05-13|18:29:43.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7089104Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7089559Z [05-13|18:29:43.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7089818Z [05-13|18:29:43.759] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.7090237Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7090574Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7090709Z [05-13|18:29:43.759] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7091029Z [05-13|18:29:43.759] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7091483Z [05-13|18:29:43.759] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7091743Z [05-13|18:29:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7092186Z [05-13|18:29:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7092459Z [05-13|18:29:43.760] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7092911Z [05-13|18:29:43.760] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7093173Z [05-13|18:29:43.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7093437Z [05-13|18:29:43.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7093942Z [05-13|18:29:43.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7094402Z [05-13|18:29:43.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7094858Z [05-13|18:29:43.761] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7095190Z [05-13|18:29:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7095569Z [05-13|18:29:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7095708Z [05-13|18:29:43.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7095968Z [05-13|18:29:43.761] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:54.7096290Z [05-13|18:29:43.761] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7096431Z [05-13|18:29:43.761] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7096693Z [05-13|18:29:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7096885Z [05-13|18:29:43.762] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7097341Z [05-13|18:29:43.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7097677Z [05-13|18:29:43.762] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7097939Z [05-13|18:29:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7098322Z [05-13|18:29:43.762] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7098773Z [05-13|18:29:43.762] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7099158Z [05-13|18:29:43.763] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7099622Z [05-13|18:29:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7099948Z [05-13|18:29:43.763] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7100404Z [05-13|18:29:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7100854Z [05-13|18:29:43.763] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7101116Z [05-13|18:29:43.763] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.7101444Z [05-13|18:29:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7101706Z [05-13|18:29:43.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7102156Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7102542Z [05-13|18:29:43.764] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7102799Z [05-13|18:29:43.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7102938Z [05-13|18:29:43.764] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7103392Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7103655Z [05-13|18:29:43.764] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.7104104Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7104487Z [05-13|18:29:43.765] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7104938Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7105198Z [05-13|18:29:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7105527Z [05-13|18:29:43.765] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7106031Z [05-13|18:29:43.764] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7106290Z [05-13|18:29:43.765] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7106744Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7107191Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7107635Z [05-13|18:29:43.765] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7107945Z [05-13|18:29:43.766] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7108512Z [05-13|18:29:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7108844Z [05-13|18:29:43.766] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7109299Z [05-13|18:29:43.766] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7109628Z [05-13|18:29:43.766] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7109949Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7110277Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7110599Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7110923Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7111066Z [05-13|18:29:43.767] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7111388Z [05-13|18:29:43.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7111646Z [05-13|18:29:43.767] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7111974Z [05-13|18:29:43.767] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7112298Z [05-13|18:29:43.768] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7112751Z [05-13|18:29:43.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7113016Z [05-13|18:29:43.768] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7113521Z [05-13|18:29:43.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7113976Z [05-13|18:29:43.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7114432Z [05-13|18:29:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7114694Z [05-13|18:29:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7115207Z [05-13|18:29:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7115471Z [05-13|18:29:43.769] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7115906Z [05-13|18:29:43.769] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.7116238Z [05-13|18:29:43.769] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7116741Z [05-13|18:29:43.769] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7116883Z [05-13|18:29:43.770] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7117025Z [05-13|18:29:43.770] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7117286Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7117742Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7118387Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7118651Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7118977Z [05-13|18:29:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7119438Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7119767Z [05-13|18:29:43.770] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7120219Z [05-13|18:29:43.770] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7120556Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7121033Z [05-13|18:29:43.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7121295Z [05-13|18:29:43.770] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7121751Z [05-13|18:29:43.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7122083Z [05-13|18:29:43.771] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7122587Z [05-13|18:29:43.771] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7122926Z [05-13|18:29:43.771] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7123252Z [05-13|18:29:43.771] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7123705Z [05-13|18:29:43.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7124085Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7124345Z [05-13|18:29:43.772] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7124671Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7124996Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7125425Z [05-13|18:29:43.772] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.7125561Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7125940Z [05-13|18:29:43.773] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7126079Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7126532Z [05-13|18:29:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7126964Z [05-13|18:29:43.773] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.7127100Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7127234Z [05-13|18:29:43.773] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7127662Z [05-13|18:29:43.773] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.7127925Z [05-13|18:29:43.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7128317Z [05-13|18:29:43.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7128779Z [05-13|18:29:43.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7129040Z [05-13|18:29:43.773] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7129561Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7130016Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7130347Z [05-13|18:29:43.774] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7130609Z [05-13|18:29:43.774] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7131066Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7131567Z [05-13|18:29:43.774] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7132023Z [05-13|18:29:43.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7132352Z [05-13|18:29:43.775] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7132677Z [05-13|18:29:43.775] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7133184Z [05-13|18:29:43.775] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7133447Z [05-13|18:29:43.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7133708Z [05-13|18:29:43.775] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7133981Z [05-13|18:29:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7134247Z [05-13|18:29:43.776] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7134576Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7135084Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7135545Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7135999Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7136440Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.7136891Z [05-13|18:29:43.776] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7137320Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.7137465Z [05-13|18:29:43.776] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7137899Z [05-13|18:29:43.777] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.7138351Z [05-13|18:29:43.776] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7138771Z [05-13|18:29:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7139100Z [05-13|18:29:43.777] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7139564Z [05-13|18:29:43.777] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7139849Z [05-13|18:29:43.777] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7140316Z [05-13|18:29:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7140657Z [05-13|18:29:43.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7140803Z [05-13|18:29:43.778] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7141255Z [05-13|18:29:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7141585Z [05-13|18:29:43.778] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7142046Z [05-13|18:29:43.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7142426Z [05-13|18:29:43.778] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7142689Z [05-13|18:29:43.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7142958Z [05-13|18:29:43.778] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7143095Z [05-13|18:29:43.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7143427Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7143942Z [05-13|18:29:43.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7144277Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7144602Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7145045Z [05-13|18:29:43.779] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.7145505Z [05-13|18:29:43.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7145645Z [05-13|18:29:43.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7146099Z [05-13|18:29:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7146552Z [05-13|18:29:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7146821Z [05-13|18:29:43.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7146956Z [05-13|18:29:43.780] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7147093Z [05-13|18:29:43.779] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7147392Z [05-13|18:29:43.780] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7147849Z [05-13|18:29:43.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7148428Z [05-13|18:29:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7148577Z [05-13|18:29:43.781] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7149027Z [05-13|18:29:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7149538Z [05-13|18:29:43.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7149811Z [05-13|18:29:43.781] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.7150144Z [05-13|18:29:43.781] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7150479Z [05-13|18:29:43.781] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7150969Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.7151295Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7151619Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7152083Z [05-13|18:29:43.782] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7152407Z [05-13|18:29:43.782] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7152540Z [05-13|18:29:43.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7152924Z [05-13|18:29:43.783] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7153062Z [05-13|18:29:43.782] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7153325Z [05-13|18:29:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7153594Z [05-13|18:29:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7154024Z [05-13|18:29:43.783] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.7154483Z [05-13|18:29:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7154620Z [05-13|18:29:43.783] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7154883Z [05-13|18:29:43.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7155337Z [05-13|18:29:43.783] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7155603Z [05-13|18:29:43.784] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7156058Z [05-13|18:29:43.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7156444Z [05-13|18:29:43.784] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7156877Z [05-13|18:29:43.784] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} -2026-05-13T18:30:54.7157332Z [05-13|18:29:43.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7157466Z [05-13|18:29:43.784] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7157921Z [05-13|18:29:43.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7158551Z [05-13|18:29:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7159012Z [05-13|18:29:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7159352Z [05-13|18:29:43.785] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7159804Z [05-13|18:29:43.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7160156Z [05-13|18:29:43.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7160494Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7160756Z [05-13|18:29:43.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7161183Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} -2026-05-13T18:30:54.7161322Z [05-13|18:29:43.786] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7161828Z [05-13|18:29:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7162163Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7162302Z [05-13|18:29:43.786] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7162630Z [05-13|18:29:43.786] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7163085Z [05-13|18:29:43.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7163540Z [05-13|18:29:43.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7163802Z [05-13|18:29:43.787] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.7164131Z [05-13|18:29:43.787] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7164272Z [05-13|18:29:43.787] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7164700Z [05-13|18:29:43.787] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} -2026-05-13T18:30:54.7165151Z [05-13|18:29:43.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7165348Z [05-13|18:29:43.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7165676Z [05-13|18:29:43.788] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7166003Z [05-13|18:29:43.788] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7166465Z [05-13|18:29:43.788] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7166792Z [05-13|18:29:43.788] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7167052Z [05-13|18:29:43.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7167189Z [05-13|18:29:43.788] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7167451Z [05-13|18:29:43.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7167776Z [05-13|18:29:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7168157Z [05-13|18:29:43.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7168557Z [05-13|18:29:43.789] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7168822Z [05-13|18:29:43.789] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7168962Z [05-13|18:29:43.789] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7169225Z [05-13|18:29:43.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7169688Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7169961Z [05-13|18:29:43.790] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:54.7170472Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7170930Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7171389Z [05-13|18:29:43.790] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7171839Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7172298Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7172564Z [05-13|18:29:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7173016Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7173285Z [05-13|18:29:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7173547Z [05-13|18:29:43.791] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7173882Z [05-13|18:29:43.791] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7174404Z [05-13|18:29:43.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7174665Z [05-13|18:29:43.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7175120Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7175456Z [05-13|18:29:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7175836Z [05-13|18:29:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7176165Z [05-13|18:29:43.792] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7176628Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7177083Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7177571Z [05-13|18:29:43.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7177842Z [05-13|18:29:43.792] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.7178232Z [05-13|18:29:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7178687Z [05-13|18:29:43.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7179148Z [05-13|18:29:43.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7179538Z [05-13|18:29:43.793] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7179878Z [05-13|18:29:43.793] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7180341Z [05-13|18:29:43.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7180605Z [05-13|18:29:43.793] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7180936Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7181077Z [05-13|18:29:43.794] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7181409Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7181740Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7182078Z [05-13|18:29:43.794] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7182213Z [05-13|18:29:43.794] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7182674Z [05-13|18:29:43.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7183070Z [05-13|18:29:43.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7183204Z [05-13|18:29:43.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7183336Z [05-13|18:29:43.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7183675Z [05-13|18:29:43.795] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7183811Z [05-13|18:29:43.795] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7184074Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7184339Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7184650Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7185112Z [05-13|18:29:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7185574Z [05-13|18:29:43.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7185837Z [05-13|18:29:43.796] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7186150Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7186414Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7186874Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7187331Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7187598Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7188220Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7188492Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7188756Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.7189015Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7189471Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7189932Z [05-13|18:29:43.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7190192Z [05-13|18:29:43.797] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7190457Z [05-13|18:29:43.798] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7190913Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7191368Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7191884Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7192219Z [05-13|18:29:43.798] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7192675Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7193014Z [05-13|18:29:43.798] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7193343Z [05-13|18:29:43.798] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7193529Z [05-13|18:29:43.798] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7193990Z [05-13|18:29:43.798] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7194446Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7194778Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7194968Z [05-13|18:29:43.799] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7195425Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7195881Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7196340Z [05-13|18:29:43.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7196671Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7197037Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7197377Z [05-13|18:29:43.799] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7197704Z [05-13|18:29:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7197838Z [05-13|18:29:43.800] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7197978Z [05-13|18:29:43.800] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7198424Z [05-13|18:29:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7198754Z [05-13|18:29:43.800] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7199087Z [05-13|18:29:43.801] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7199415Z [05-13|18:29:43.801] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7199551Z [05-13|18:29:43.801] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7199820Z [05-13|18:29:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7200082Z [05-13|18:29:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7200404Z [05-13|18:29:43.801] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7200867Z [05-13|18:29:43.801] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7201324Z [05-13|18:29:43.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7201780Z [05-13|18:29:43.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7202118Z [05-13|18:29:43.802] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7202625Z [05-13|18:29:43.802] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7202765Z [05-13|18:29:43.803] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7202904Z [05-13|18:29:43.803] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7203236Z [05-13|18:29:43.803] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7203499Z [05-13|18:29:43.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7204010Z [05-13|18:29:43.803] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7204274Z [05-13|18:29:43.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7204409Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7204549Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7204685Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7205016Z [05-13|18:29:43.804] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7205153Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7205659Z [05-13|18:29:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7205797Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7205934Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7206063Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7206197Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7206334Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7206790Z [05-13|18:29:43.804] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7206922Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7207060Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7207194Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7207328Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7207459Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7207596Z [05-13|18:29:43.804] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7207726Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7207858Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7208411Z [05-13|18:29:43.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7208688Z [05-13|18:29:43.803] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7209022Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7209294Z [05-13|18:29:43.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7209627Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7209954Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7210492Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7210952Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7211215Z [05-13|18:29:43.805] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7211354Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7211490Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7211674Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7211811Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7211940Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7212397Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7212540Z [05-13|18:29:43.805] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7212993Z [05-13|18:29:43.805] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7213256Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7213570Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7214028Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7214291Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7214751Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7215205Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7215657Z [05-13|18:29:43.806] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7215997Z [05-13|18:29:43.805] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7216132Z [05-13|18:29:43.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7216266Z [05-13|18:29:43.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7216595Z [05-13|18:29:43.806] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7216786Z [05-13|18:29:43.806] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7217047Z [05-13|18:29:43.806] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7217381Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7217838Z [05-13|18:29:43.807] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7217973Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7218240Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7218382Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7218580Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7218721Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7219061Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7219192Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7219466Z [05-13|18:29:43.807] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7219802Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7220181Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7220320Z [05-13|18:29:43.807] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7220652Z [05-13|18:29:43.807] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7221145Z [05-13|18:29:43.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7221285Z [05-13|18:29:43.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7221419Z [05-13|18:29:43.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7221741Z [05-13|18:29:43.808] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7222201Z [05-13|18:29:43.808] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7222538Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7222863Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7222998Z [05-13|18:29:43.808] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7223337Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7223666Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7224131Z [05-13|18:29:43.809] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7224462Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7224788Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7224927Z [05-13|18:29:43.809] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7225337Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7225663Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7225995Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7226324Z [05-13|18:29:43.809] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7226457Z [05-13|18:29:43.809] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7226781Z [05-13|18:29:43.808] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7227126Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7227391Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.7227649Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7227982Z [05-13|18:29:43.810] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7228390Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7228716Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7229182Z [05-13|18:29:43.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7229445Z [05-13|18:29:43.810] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7229908Z [05-13|18:29:43.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7230361Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7230867Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7231326Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7231659Z [05-13|18:29:43.811] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7231796Z [05-13|18:29:43.811] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7231935Z [05-13|18:29:43.810] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7232389Z [05-13|18:29:43.811] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7232524Z [05-13|18:29:43.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7232662Z [05-13|18:29:43.812] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7233116Z [05-13|18:29:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7233447Z [05-13|18:29:43.812] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7233783Z [05-13|18:29:43.812] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7234102Z [05-13|18:29:43.812] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7234559Z [05-13|18:29:43.812] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7235020Z [05-13|18:29:43.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7235355Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7235618Z [05-13|18:29:43.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7235937Z [05-13|18:29:43.813] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7236271Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7236603Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7236937Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7237398Z [05-13|18:29:43.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7237890Z [05-13|18:29:43.813] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7238155Z [05-13|18:29:43.813] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7238494Z [05-13|18:29:43.814] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7238757Z [05-13|18:29:43.814] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7239221Z [05-13|18:29:43.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7239733Z [05-13|18:29:43.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7239873Z [05-13|18:29:43.814] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7240207Z [05-13|18:29:43.813] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7240539Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7240867Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7241007Z [05-13|18:29:43.815] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7241332Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7241483Z [05-13|18:29:43.815] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7241708Z [05-13|18:29:43.815] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.7241845Z [05-13|18:29:43.815] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7242172Z [05-13|18:29:43.815] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7242323Z [05-13|18:29:43.815] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7242755Z [05-13|18:29:43.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.7242890Z [05-13|18:29:43.816] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7243227Z [05-13|18:29:43.816] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7243442Z [05-13|18:29:43.816] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.7243711Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7243978Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7244237Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7244547Z [05-13|18:29:43.816] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7244924Z [05-13|18:29:43.816] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.7245382Z [05-13|18:29:43.816] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7245841Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7246039Z [05-13|18:29:43.816] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7246247Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.7246514Z [05-13|18:29:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7246660Z [05-13|18:29:43.817] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7247023Z [05-13|18:29:43.817] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.7247476Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7247779Z [05-13|18:29:43.817] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7248231Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks -2026-05-13T18:30:54.7248691Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7249136Z [05-13|18:29:43.817] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7249402Z [05-13|18:29:43.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7249856Z [05-13|18:29:43.817] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7250126Z [05-13|18:29:43.818] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7250580Z [05-13|18:29:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7251058Z [05-13|18:29:43.818] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7251519Z [05-13|18:29:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7251923Z [05-13|18:29:43.818] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7252378Z [05-13|18:29:43.818] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7252521Z [05-13|18:29:43.818] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7252785Z [05-13|18:29:43.819] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 4} -2026-05-13T18:30:54.7253222Z [05-13|18:29:43.819] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7253758Z [05-13|18:29:43.819] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7254101Z [05-13|18:29:43.819] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7254557Z [05-13|18:29:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7255035Z [05-13|18:29:43.820] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7255544Z [05-13|18:29:43.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7255888Z [05-13|18:29:43.820] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7256027Z [05-13|18:29:43.821] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7256357Z [05-13|18:29:43.821] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7256821Z [05-13|18:29:43.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7257207Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7257542Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7257874Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7258448Z [05-13|18:29:43.822] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7258587Z [05-13|18:29:43.823] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7259067Z [05-13|18:29:43.823] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7259399Z [05-13|18:29:43.822] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7259536Z [05-13|18:29:43.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7259676Z [05-13|18:29:43.824] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7259808Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7260072Z [05-13|18:29:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7260399Z [05-13|18:29:43.825] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7260539Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7260670Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7260801Z [05-13|18:29:43.825] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7260942Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7261075Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7261207Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7261671Z [05-13|18:29:43.826] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7261860Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7261994Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7262137Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7262268Z [05-13|18:29:43.826] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7262398Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7262838Z [05-13|18:29:43.827] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.7263026Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7263156Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7263287Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7263428Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7263559Z [05-13|18:29:43.827] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7264020Z [05-13|18:29:43.827] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7264369Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7264698Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7264885Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7265224Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7265547Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7266017Z [05-13|18:29:43.828] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7266154Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7266287Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7266423Z [05-13|18:29:43.828] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7266759Z [05-13|18:29:43.828] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7267093Z [05-13|18:29:43.829] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7267226Z [05-13|18:29:43.829] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7267555Z [05-13|18:29:43.830] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7267691Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7267871Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7268328Z [05-13|18:29:43.830] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7268466Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7268732Z [05-13|18:29:43.830] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7269073Z [05-13|18:29:43.830] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7269208Z [05-13|18:29:43.830] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7269342Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7269486Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7270007Z [05-13|18:29:43.830] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7270147Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7270413Z [05-13|18:29:43.831] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.7270867Z [05-13|18:29:43.831] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7271058Z [05-13|18:29:43.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7271199Z [05-13|18:29:43.832] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7271330Z [05-13|18:29:43.831] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7271663Z [05-13|18:29:43.833] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7271801Z [05-13|18:29:43.833] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7272067Z [05-13|18:29:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7272521Z [05-13|18:29:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7272848Z [05-13|18:29:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7273306Z [05-13|18:29:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7273572Z [05-13|18:29:43.833] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:54.7274027Z [05-13|18:29:43.833] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7274483Z [05-13|18:29:43.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7274934Z [05-13|18:29:43.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7275284Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7275613Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7275938Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7276092Z [05-13|18:29:43.834] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7276282Z [05-13|18:29:43.835] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7276627Z [05-13|18:29:43.835] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7276897Z [05-13|18:29:43.835] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7277351Z [05-13|18:29:43.836] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7277680Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7278010Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7278514Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7278981Z [05-13|18:29:43.834] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7279121Z [05-13|18:29:43.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7279444Z [05-13|18:29:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7279775Z [05-13|18:29:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7280166Z [05-13|18:29:43.836] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7280299Z [05-13|18:29:43.837] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7280566Z [05-13|18:29:43.837] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7280899Z [05-13|18:29:43.837] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7281357Z [05-13|18:29:43.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7281739Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7282205Z [05-13|18:29:43.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7282534Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7282862Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7283199Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7283631Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.7283963Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7284104Z [05-13|18:29:43.838] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7284531Z [05-13|18:29:43.838] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.7284676Z [05-13|18:29:43.839] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7284947Z [05-13|18:29:43.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7285218Z [05-13|18:29:43.839] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.7285550Z [05-13|18:29:43.839] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7285816Z [05-13|18:29:43.839] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7286274Z [05-13|18:29:43.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7286542Z [05-13|18:29:43.840] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7286978Z [05-13|18:29:43.840] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.7287150Z [05-13|18:29:43.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7287612Z [05-13|18:29:43.840] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7287753Z [05-13|18:29:43.840] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7288200Z [05-13|18:29:43.840] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7288358Z [05-13|18:29:43.841] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7288762Z [05-13|18:29:43.841] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7289223Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7289677Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7290134Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7290398Z [05-13|18:29:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7290712Z [05-13|18:29:43.841] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7291173Z [05-13|18:29:43.841] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7291317Z [05-13|18:29:43.841] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7291537Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.7292001Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7292454Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7292789Z [05-13|18:29:43.842] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7292940Z [05-13|18:29:43.842] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7293075Z [05-13|18:29:43.842] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7293286Z [05-13|18:29:43.842] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.7293619Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks -2026-05-13T18:30:54.7294142Z [05-13|18:29:43.843] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} -2026-05-13T18:30:54.7294603Z [05-13|18:29:43.843] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7294746Z [05-13|18:29:43.843] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7295178Z [05-13|18:29:43.843] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} -2026-05-13T18:30:54.7295314Z [05-13|18:29:43.844] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7295653Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7296137Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 18, "epoch round": 18} -2026-05-13T18:30:54.7296620Z [05-13|18:29:43.844] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7296960Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7297297Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7297669Z [05-13|18:29:43.844] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7298254Z [05-13|18:29:43.844] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7298737Z [05-13|18:29:43.845] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7299075Z [05-13|18:29:43.845] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7299211Z [05-13|18:29:43.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7299343Z [05-13|18:29:43.845] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7299875Z [05-13|18:29:43.846] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7300215Z [05-13|18:29:43.846] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7300482Z [05-13|18:29:43.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7300749Z [05-13|18:29:43.846] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7301221Z [05-13|18:29:43.846] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7301683Z [05-13|18:29:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7302144Z [05-13|18:29:43.847] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7302406Z [05-13|18:29:43.847] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.7302862Z [05-13|18:29:43.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7303191Z [05-13|18:29:43.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7303450Z [05-13|18:29:43.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7303905Z [05-13|18:29:43.848] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7304173Z [05-13|18:29:43.848] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7304626Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7305127Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7305591Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7305852Z [05-13|18:29:43.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7306186Z [05-13|18:29:43.849] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7306697Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7307149Z [05-13|18:29:43.849] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7307412Z [05-13|18:29:43.849] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7307553Z [05-13|18:29:43.849] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7307882Z [05-13|18:29:43.850] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7308525Z [05-13|18:29:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7308797Z [05-13|18:29:43.850] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7309252Z [05-13|18:29:43.850] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7309703Z [05-13|18:29:43.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7309968Z [05-13|18:29:43.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7310398Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.7310532Z [05-13|18:29:43.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7310988Z [05-13|18:29:43.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7311323Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7311756Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.7312189Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.7312384Z [05-13|18:29:43.851] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7312841Z [05-13|18:29:43.851] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7313104Z [05-13|18:29:43.851] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.7313435Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7313765Z [05-13|18:29:43.851] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7313953Z [05-13|18:29:43.852] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7314281Z [05-13|18:29:43.852] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7314614Z [05-13|18:29:43.852] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7315075Z [05-13|18:29:43.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7315527Z [05-13|18:29:43.852] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7315918Z [05-13|18:29:43.852] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7316245Z [05-13|18:29:43.853] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7316382Z [05-13|18:29:43.853] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7316652Z [05-13|18:29:43.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7316976Z [05-13|18:29:43.853] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7317345Z [05-13|18:29:43.853] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7317811Z [05-13|18:29:43.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7318254Z [05-13|18:29:43.854] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7318523Z [05-13|18:29:43.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 4} -2026-05-13T18:30:54.7318988Z [05-13|18:29:43.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7319252Z [05-13|18:29:43.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7319513Z [05-13|18:29:43.853] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7319653Z [05-13|18:29:43.854] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7319914Z [05-13|18:29:43.854] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7320370Z [05-13|18:29:43.854] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7320829Z [05-13|18:29:43.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7321371Z [05-13|18:29:43.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7321800Z [05-13|18:29:43.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.7322143Z [05-13|18:29:43.855] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7322282Z [05-13|18:29:43.855] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7322735Z [05-13|18:29:43.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7323153Z [05-13|18:29:43.855] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7323586Z [05-13|18:29:43.856] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.7323721Z [05-13|18:29:43.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7324179Z [05-13|18:29:43.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7324493Z [05-13|18:29:43.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7324826Z [05-13|18:29:43.856] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7325288Z [05-13|18:29:43.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7325624Z [05-13|18:29:43.856] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7326073Z [05-13|18:29:43.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7326391Z [05-13|18:29:43.856] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.7326527Z [05-13|18:29:43.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7326980Z [05-13|18:29:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7327311Z [05-13|18:29:43.857] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7327768Z [05-13|18:29:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7328209Z [05-13|18:29:43.857] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7328353Z [05-13|18:29:43.856] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7328806Z [05-13|18:29:43.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7329132Z [05-13|18:29:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7329468Z [05-13|18:29:43.858] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7329738Z [05-13|18:29:43.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7330064Z [05-13|18:29:43.858] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7330530Z [05-13|18:29:43.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7330860Z [05-13|18:29:43.859] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7331125Z [05-13|18:29:43.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7331265Z [05-13|18:29:43.859] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7331719Z [05-13|18:29:43.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7332206Z [05-13|18:29:43.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:54.7332482Z [05-13|18:29:43.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7332742Z [05-13|18:29:43.859] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7333173Z [05-13|18:29:43.859] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:54.7333690Z [05-13|18:29:43.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7334149Z [05-13|18:29:43.859] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7334612Z [05-13|18:29:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7335065Z [05-13|18:29:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7335200Z [05-13|18:29:43.860] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7335520Z [05-13|18:29:43.860] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7335978Z [05-13|18:29:43.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7336430Z [05-13|18:29:43.861] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7336763Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7337091Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7337421Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7337751Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7338192Z [05-13|18:29:43.861] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7338529Z [05-13|18:29:43.862] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7338799Z [05-13|18:29:43.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7339125Z [05-13|18:29:43.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7339579Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7339849Z [05-13|18:29:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7340303Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7340757Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7341073Z [05-13|18:29:43.862] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7341338Z [05-13|18:29:43.863] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7341771Z [05-13|18:29:43.863] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:54.7342234Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7342736Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7343165Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:54.7343503Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7343766Z [05-13|18:29:43.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7344094Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7344235Z [05-13|18:29:43.864] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7344545Z [05-13|18:29:43.864] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7344878Z [05-13|18:29:43.864] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7345340Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7345790Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7346245Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7346699Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7346960Z [05-13|18:29:43.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7347229Z [05-13|18:29:43.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7347680Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7348280Z [05-13|18:29:43.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7348558Z [05-13|18:29:43.865] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7348889Z [05-13|18:29:43.866] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7349216Z [05-13|18:29:43.866] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7349485Z [05-13|18:29:43.866] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} -2026-05-13T18:30:54.7350004Z [05-13|18:29:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7350335Z [05-13|18:29:43.866] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7350799Z [05-13|18:29:43.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7351256Z [05-13|18:29:43.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7351761Z [05-13|18:29:43.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7352217Z [05-13|18:29:43.867] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7352556Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7352893Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7353035Z [05-13|18:29:43.868] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7353413Z [05-13|18:29:43.867] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7353740Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7354009Z [05-13|18:29:43.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7354272Z [05-13|18:29:43.868] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7354726Z [05-13|18:29:43.868] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7355065Z [05-13|18:29:43.868] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7355325Z [05-13|18:29:43.869] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7355777Z [05-13|18:29:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7355920Z [05-13|18:29:43.869] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7356370Z [05-13|18:29:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7356819Z [05-13|18:29:43.869] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7357139Z [05-13|18:29:43.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7357466Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7357729Z [05-13|18:29:43.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7358167Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7358308Z [05-13|18:29:43.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7358640Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7359165Z [05-13|18:29:43.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7359303Z [05-13|18:29:43.870] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7359563Z [05-13|18:29:43.870] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7359900Z [05-13|18:29:43.870] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7360356Z [05-13|18:29:43.870] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7360859Z [05-13|18:29:43.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7361129Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7361392Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7361651Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7361916Z [05-13|18:29:43.871] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7362464Z [05-13|18:29:43.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7362923Z [05-13|18:29:43.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7363258Z [05-13|18:29:43.872] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7363584Z [05-13|18:29:43.872] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7363848Z [05-13|18:29:43.872] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7364309Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7364765Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7365222Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7365677Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7366185Z [05-13|18:29:43.872] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7366646Z [05-13|18:29:43.873] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7367079Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} -2026-05-13T18:30:54.7367217Z [05-13|18:29:43.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7367651Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} -2026-05-13T18:30:54.7367823Z [05-13|18:29:43.873] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7368375Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 22, "epoch round": 22} -2026-05-13T18:30:54.7368718Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7369043Z [05-13|18:29:43.873] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7369375Z [05-13|18:29:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7369578Z [05-13|18:29:43.874] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7369906Z [05-13|18:29:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7370232Z [05-13|18:29:43.875] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7370373Z [05-13|18:29:43.875] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7370698Z [05-13|18:29:43.874] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7370961Z [05-13|18:29:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7371480Z [05-13|18:29:43.875] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7371815Z [05-13|18:29:43.875] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7372076Z [05-13|18:29:43.875] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7372410Z [05-13|18:29:43.875] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7372862Z [05-13|18:29:43.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7372996Z [05-13|18:29:43.876] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7373452Z [05-13|18:29:43.876] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7373718Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7374168Z [05-13|18:29:43.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7374434Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7374748Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7375003Z [05-13|18:29:43.877] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7375457Z [05-13|18:29:43.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7375907Z [05-13|18:29:43.877] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7376358Z [05-13|18:29:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7376681Z [05-13|18:29:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7377141Z [05-13|18:29:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7377591Z [05-13|18:29:43.878] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7377865Z [05-13|18:29:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7378361Z [05-13|18:29:43.878] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7378627Z [05-13|18:29:43.878] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7379090Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7379545Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7379812Z [05-13|18:29:43.879] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7380304Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:54.7380637Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7380776Z [05-13|18:29:43.879] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7381207Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 23, "epoch round": 23} -2026-05-13T18:30:54.7381533Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7381992Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7382320Z [05-13|18:29:43.879] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7382779Z [05-13|18:29:43.879] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7382921Z [05-13|18:29:43.880] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7383246Z [05-13|18:29:43.880] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7383703Z [05-13|18:29:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7384033Z [05-13|18:29:43.880] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7384485Z [05-13|18:29:43.880] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7384817Z [05-13|18:29:43.880] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7384959Z [05-13|18:29:43.880] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7385414Z [05-13|18:29:43.881] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7385788Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7386126Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7386450Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7386778Z [05-13|18:29:43.881] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7387097Z [05-13|18:29:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7387356Z [05-13|18:29:43.882] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7387813Z [05-13|18:29:43.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7388274Z [05-13|18:29:43.882] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7388742Z [05-13|18:29:43.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7389253Z [05-13|18:29:43.882] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7389527Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7389785Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7390042Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7390501Z [05-13|18:29:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7390762Z [05-13|18:29:43.883] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7391214Z [05-13|18:29:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7391678Z [05-13|18:29:43.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7392127Z [05-13|18:29:43.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7392575Z [05-13|18:29:43.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7393086Z [05-13|18:29:43.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7393416Z [05-13|18:29:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7393752Z [05-13|18:29:43.884] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7393891Z [05-13|18:29:43.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7394215Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7394593Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7394917Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7395054Z [05-13|18:29:43.885] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7395384Z [05-13|18:29:43.885] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7399394Z [05-13|18:29:43.886] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7399766Z [05-13|18:29:43.886] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7400184Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7400465Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7400932Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7401401Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7401673Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7401999Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7402272Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7402732Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7402999Z [05-13|18:29:43.887] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7403264Z [05-13|18:29:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7403717Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7404166Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7404624Z [05-13|18:29:43.887] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7405070Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7405514Z [05-13|18:29:43.888] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7406006Z [05-13|18:29:43.888] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7406433Z [05-13|18:29:43.888] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7406582Z [05-13|18:29:43.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7407046Z [05-13|18:29:43.888] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7407309Z [05-13|18:29:43.888] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7407502Z [05-13|18:29:43.888] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7407776Z [05-13|18:29:43.889] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7408263Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7408724Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7409184Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7409699Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7410147Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7410584Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.7410722Z [05-13|18:29:43.889] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7411115Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7411575Z [05-13|18:29:43.889] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7412001Z [05-13|18:29:43.889] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.7412422Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.7412882Z [05-13|18:29:43.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7413021Z [05-13|18:29:43.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7413354Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7413808Z [05-13|18:29:43.890] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7414135Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7414474Z [05-13|18:29:43.890] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7414667Z [05-13|18:29:43.890] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7414984Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7415117Z [05-13|18:29:43.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7415256Z [05-13|18:29:43.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7415584Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7415718Z [05-13|18:29:43.891] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7416050Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7416422Z [05-13|18:29:43.891] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7416753Z [05-13|18:29:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7417208Z [05-13|18:29:43.892] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7417343Z [05-13|18:29:43.892] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7417672Z [05-13|18:29:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7418033Z [05-13|18:29:43.892] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7418284Z [05-13|18:29:43.893] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7418553Z [05-13|18:29:43.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7418820Z [05-13|18:29:43.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7419079Z [05-13|18:29:43.893] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7419340Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7419865Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7420322Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7420583Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7420853Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7421142Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7421596Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7422058Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7422504Z [05-13|18:29:43.894] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7422772Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7423219Z [05-13|18:29:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7423729Z [05-13|18:29:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7424179Z [05-13|18:29:43.895] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7424443Z [05-13|18:29:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7424872Z [05-13|18:29:43.895] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.7425014Z [05-13|18:29:43.895] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7425329Z [05-13|18:29:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7425594Z [05-13|18:29:43.895] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7426054Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7426314Z [05-13|18:29:43.894] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7426647Z [05-13|18:29:43.896] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7427126Z [05-13|18:29:43.896] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.7427580Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7428150Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7428505Z [05-13|18:29:43.895] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7429018Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7429471Z [05-13|18:29:43.896] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7429928Z [05-13|18:29:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7430259Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7430586Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7430912Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7431232Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7431692Z [05-13|18:29:43.897] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7432030Z [05-13|18:29:43.897] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7432167Z [05-13|18:29:43.897] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7432361Z [05-13|18:29:43.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7432501Z [05-13|18:29:43.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7432826Z [05-13|18:29:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7432961Z [05-13|18:29:43.898] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7433294Z [05-13|18:29:43.898] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7433620Z [05-13|18:29:43.899] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7433756Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7434140Z [05-13|18:29:43.899] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7434571Z [05-13|18:29:43.899] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.7434705Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7434845Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7434978Z [05-13|18:29:43.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7435110Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7435339Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7435608Z [05-13|18:29:43.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7435871Z [05-13|18:29:43.900] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7436013Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7436148Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7436278Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7436408Z [05-13|18:29:43.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7436544Z [05-13|18:29:43.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7436674Z [05-13|18:29:43.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7437164Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7437627Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7437762Z [05-13|18:29:43.901] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7438023Z [05-13|18:29:43.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7438410Z [05-13|18:29:43.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7438871Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7439329Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7439790Z [05-13|18:29:43.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7440057Z [05-13|18:29:43.901] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7440191Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7440715Z [05-13|18:29:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7440851Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7440981Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7441316Z [05-13|18:29:43.902] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7441768Z [05-13|18:29:43.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7441902Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7442093Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7442227Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7442359Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7442495Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7442624Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7442754Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7442891Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7443075Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7443203Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7443342Z [05-13|18:29:43.902] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7443671Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7443805Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7443938Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7444394Z [05-13|18:29:43.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7444720Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7445094Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7445244Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7445586Z [05-13|18:29:43.903] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7445726Z [05-13|18:29:43.903] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7445865Z [05-13|18:29:43.904] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7446134Z [05-13|18:29:43.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7446592Z [05-13|18:29:43.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7446866Z [05-13|18:29:43.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7447200Z [05-13|18:29:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7447527Z [05-13|18:29:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7447863Z [05-13|18:29:43.904] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7448285Z [05-13|18:29:43.904] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7448432Z [05-13|18:29:43.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7448582Z [05-13|18:29:43.905] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7449056Z [05-13|18:29:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7449336Z [05-13|18:29:43.905] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7449804Z [05-13|18:29:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7450199Z [05-13|18:29:43.905] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7450660Z [05-13|18:29:43.904] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7450998Z [05-13|18:29:43.905] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7451133Z [05-13|18:29:43.906] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7451587Z [05-13|18:29:43.905] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7451973Z [05-13|18:29:43.905] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7452239Z [05-13|18:29:43.906] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7452693Z [05-13|18:29:43.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7453028Z [05-13|18:29:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7453356Z [05-13|18:29:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7453736Z [05-13|18:29:43.906] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7453884Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7454203Z [05-13|18:29:43.907] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7454658Z [05-13|18:29:43.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7454800Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7455234Z [05-13|18:29:43.907] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.7455369Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7455639Z [05-13|18:29:43.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7456063Z [05-13|18:29:43.907] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.7456326Z [05-13|18:29:43.907] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7456465Z [05-13|18:29:43.907] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7456922Z [05-13|18:29:43.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7457308Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7457637Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7457902Z [05-13|18:29:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7458354Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7458687Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7459012Z [05-13|18:29:43.908] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7459479Z [05-13|18:29:43.908] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7459810Z [05-13|18:29:43.908] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7460139Z [05-13|18:29:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7460335Z [05-13|18:29:43.909] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7460791Z [05-13|18:29:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7461245Z [05-13|18:29:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7461705Z [05-13|18:29:43.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7462038Z [05-13|18:29:43.909] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7462519Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.7462853Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7462989Z [05-13|18:29:43.910] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7463321Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7463656Z [05-13|18:29:43.910] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7463793Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7463925Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7464064Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7464195Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7464326Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7464462Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7464596Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7464863Z [05-13|18:29:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7464997Z [05-13|18:29:43.911] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7465135Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7465454Z [05-13|18:29:43.911] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7465714Z [05-13|18:29:43.912] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7466052Z [05-13|18:29:43.911] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7466187Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7466644Z [05-13|18:29:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7467144Z [05-13|18:29:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7467279Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7467414Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7467873Z [05-13|18:29:43.912] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7468007Z [05-13|18:29:43.912] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7468260Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7468458Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7468590Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7468719Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7468854Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7469310Z [05-13|18:29:43.913] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7469645Z [05-13|18:29:43.913] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7469782Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7469914Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7470096Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7470231Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7470367Z [05-13|18:29:43.913] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7470630Z [05-13|18:29:43.913] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7470964Z [05-13|18:29:43.913] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7471424Z [05-13|18:29:43.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7471559Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7471689Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7471826Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7471959Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7472092Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7472230Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7472359Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7472488Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7472629Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7472951Z [05-13|18:29:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7473084Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7473216Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7473479Z [05-13|18:29:43.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} -2026-05-13T18:30:54.7473611Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7473743Z [05-13|18:29:43.914] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7474202Z [05-13|18:29:43.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7474587Z [05-13|18:29:43.915] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7474915Z [05-13|18:29:43.914] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7475052Z [05-13|18:29:43.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7475184Z [05-13|18:29:43.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7475314Z [05-13|18:29:43.915] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7475775Z [05-13|18:29:43.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7476267Z [05-13|18:29:43.915] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7476399Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7476538Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7476669Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7476801Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7476937Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7477066Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7477197Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7477370Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7477505Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7477838Z [05-13|18:29:43.916] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7478219Z [05-13|18:29:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7478690Z [05-13|18:29:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7478952Z [05-13|18:29:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7479215Z [05-13|18:29:43.917] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7479673Z [05-13|18:29:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7480128Z [05-13|18:29:43.917] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7480466Z [05-13|18:29:43.917] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7480601Z [05-13|18:29:43.916] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7480803Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7480940Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7481204Z [05-13|18:29:43.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7481334Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7481465Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7481926Z [05-13|18:29:43.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7482060Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7482460Z [05-13|18:29:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7482603Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7482869Z [05-13|18:29:43.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7483003Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7483463Z [05-13|18:29:43.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7483725Z [05-13|18:29:43.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7483916Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7484056Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7484387Z [05-13|18:29:43.918] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7484520Z [05-13|18:29:43.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7484660Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7484791Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7485247Z [05-13|18:29:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7485437Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7485575Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7485711Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7485850Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7485981Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7486438Z [05-13|18:29:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7486580Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7486713Z [05-13|18:29:43.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7487163Z [05-13|18:29:43.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7487299Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7487437Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7487567Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7487695Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7487963Z [05-13|18:29:43.920] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:54.7488213Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7488419Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7488754Z [05-13|18:29:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7489214Z [05-13|18:29:43.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7489543Z [05-13|18:29:43.920] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7489686Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7489817Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7490129Z [05-13|18:29:43.920] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 4} -2026-05-13T18:30:54.7490268Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7490404Z [05-13|18:29:43.920] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7490662Z [05-13|18:29:43.921] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:54.7491124Z [05-13|18:29:43.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7491258Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7491442Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7491578Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7492031Z [05-13|18:29:43.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7492165Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7492297Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7492435Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7492564Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7492693Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7492885Z [05-13|18:29:43.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7493219Z [05-13|18:29:43.922] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7493555Z [05-13|18:29:43.922] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7493694Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7493829Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7493961Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7494096Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7494228Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7494686Z [05-13|18:29:43.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7494829Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7495092Z [05-13|18:29:43.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7495226Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7495363Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7495817Z [05-13|18:29:43.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7495991Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7496445Z [05-13|18:29:43.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7496580Z [05-13|18:29:43.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7496910Z [05-13|18:29:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7497179Z [05-13|18:29:43.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7497440Z [05-13|18:29:43.923] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7497644Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7497974Z [05-13|18:29:43.923] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7498235Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7498370Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7498508Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7498643Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7498775Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7498970Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7499108Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7499239Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7499370Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7499506Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7499639Z [05-13|18:29:43.923] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7499769Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7499898Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7500035Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7500165Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7500352Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7500492Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7500621Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7500948Z [05-13|18:29:43.925] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7501088Z [05-13|18:29:43.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7501220Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7501350Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7501810Z [05-13|18:29:43.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7501944Z [05-13|18:29:43.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7502076Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7502343Z [05-13|18:29:43.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7502602Z [05-13|18:29:43.926] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7503061Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7503592Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7504043Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7504180Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7504320Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7504772Z [05-13|18:29:43.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7504905Z [05-13|18:29:43.926] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7505094Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7505427Z [05-13|18:29:43.927] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7505561Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7505698Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7506155Z [05-13|18:29:43.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7506331Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7506470Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7506602Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7506731Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7506864Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7507001Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7507132Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7507459Z [05-13|18:29:43.927] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7507597Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7507764Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7508213Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7508660Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:54.7509095Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:54.7509426Z [05-13|18:29:43.928] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7509566Z [05-13|18:29:43.927] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7509701Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7509835Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7509971Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7510102Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7510230Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7510370Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7510500Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7510629Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7511023Z [05-13|18:29:43.929] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7511160Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7511290Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7511420Z [05-13|18:29:43.929] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7511559Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7511692Z [05-13|18:29:43.928] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7511822Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7511957Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7512334Z [05-13|18:29:43.930] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7512470Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7512606Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7512737Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7512864Z [05-13|18:29:43.930] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7513132Z [05-13|18:29:43.930] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:54.7513393Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:54.7513705Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:54.7514167Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7514627Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7515079Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7515585Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7515853Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 30, "votes": 3} -2026-05-13T18:30:54.7515986Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7516126Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7516257Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7516388Z [05-13|18:29:43.931] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7516650Z [05-13|18:29:43.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7517111Z [05-13|18:29:43.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7517371Z [05-13|18:29:43.932] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7517827Z [05-13|18:29:43.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7518395Z [05-13|18:29:43.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7518851Z [05-13|18:29:43.932] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 30, "next round": 31, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7519248Z [05-13|18:29:43.932] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7519383Z [05-13|18:29:43.933] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7519711Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:54.7519850Z [05-13|18:29:43.933] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7520183Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:54.7520511Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:54.7520831Z [05-13|18:29:43.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7521189Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7521322Z [05-13|18:29:43.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7521654Z [05-13|18:29:43.933] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7521791Z [05-13|18:29:43.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7522053Z [05-13|18:29:43.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7522241Z [05-13|18:29:43.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7522703Z [05-13|18:29:43.934] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7523158Z [05-13|18:29:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7523298Z [05-13|18:29:43.935] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7523431Z [05-13|18:29:43.935] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7523691Z [05-13|18:29:43.934] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7524197Z [05-13|18:29:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7524659Z [05-13|18:29:43.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7524989Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7525327Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7525654Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7525977Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7526310Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7526634Z [05-13|18:29:43.936] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7526768Z [05-13|18:29:43.936] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7527102Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7527278Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7527599Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7527936Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7528384Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7528522Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7528849Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7528988Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7529186Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7529516Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7529656Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7529786Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7529917Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7530053Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7530239Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7530568Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7530708Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7530839Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7530969Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7531109Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7531239Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7531369Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7531700Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7532084Z [05-13|18:29:43.937] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7532221Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7532353Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7532489Z [05-13|18:29:43.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7532621Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7532751Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7532885Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7533015Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7533145Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7533281Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7533412Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7533543Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7533679Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7533809Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7534073Z [05-13|18:29:43.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7534330Z [05-13|18:29:43.938] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7534529Z [05-13|18:29:43.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7534989Z [05-13|18:29:43.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7535443Z [05-13|18:29:43.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7535886Z [05-13|18:29:43.938] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7536218Z [05-13|18:29:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7536588Z [05-13|18:29:43.938] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7536855Z [05-13|18:29:43.939] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.7536989Z [05-13|18:29:43.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7537319Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7537776Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7537962Z [05-13|18:29:43.939] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7538438Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:54.7538601Z [05-13|18:29:43.939] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7539042Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7539181Z [05-13|18:29:43.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7539397Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:54.7539925Z [05-13|18:29:43.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7540072Z [05-13|18:29:43.939] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7540508Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7540845Z [05-13|18:29:43.939] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7541175Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7541325Z [05-13|18:29:43.940] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7541647Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7541862Z [05-13|18:29:43.940] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 26} -2026-05-13T18:30:54.7542005Z [05-13|18:29:43.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7542341Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7542672Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7543000Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7543386Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks -2026-05-13T18:30:54.7543852Z [05-13|18:29:43.940] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7544187Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7544668Z [05-13|18:29:43.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7544992Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7545188Z [05-13|18:29:43.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7545521Z [05-13|18:29:43.940] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7545860Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7546190Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7546326Z [05-13|18:29:43.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7546852Z [05-13|18:29:43.941] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7547184Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7547507Z [05-13|18:29:43.941] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7547775Z [05-13|18:29:43.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7548170Z [05-13|18:29:43.941] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7548309Z [05-13|18:29:43.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7548702Z [05-13|18:29:43.942] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7549178Z [05-13|18:29:43.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7549320Z [05-13|18:29:43.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7549656Z [05-13|18:29:43.942] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7550101Z [05-13|18:29:43.942] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.7550234Z [05-13|18:29:43.942] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7550709Z [05-13|18:29:43.942] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7551174Z [05-13|18:29:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7551628Z [05-13|18:29:43.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7552106Z [05-13|18:29:43.943] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7552429Z [05-13|18:29:43.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7552692Z [05-13|18:29:43.944] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7553155Z [05-13|18:29:43.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7553610Z [05-13|18:29:43.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7554063Z [05-13|18:29:43.944] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7554454Z [05-13|18:29:43.945] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7554593Z [05-13|18:29:43.945] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7554726Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7554866Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7554996Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7555129Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7555315Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7555450Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7555580Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7555712Z [05-13|18:29:43.946] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7556174Z [05-13|18:29:43.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7556308Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7556443Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7556579Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7556709Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7556877Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7557018Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7557149Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7557279Z [05-13|18:29:43.947] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7557413Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7557748Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7557881Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7558010Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7558467Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7558807Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7558943Z [05-13|18:29:43.948] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7559379Z [05-13|18:29:43.948] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.7559511Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7559643Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7559890Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7560024Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7560451Z [05-13|18:29:43.949] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.7560592Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7561016Z [05-13|18:29:43.949] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.7561152Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7561287Z [05-13|18:29:43.949] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7561470Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7561602Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7561735Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7561866Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7561995Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7562133Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7562468Z [05-13|18:29:43.951] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7562655Z [05-13|18:29:43.950] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7562785Z [05-13|18:29:43.951] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7562919Z [05-13|18:29:43.951] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7563248Z [05-13|18:29:43.951] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7563708Z [05-13|18:29:43.951] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7563846Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7563977Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7564105Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7564297Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7564429Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7564558Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7564696Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7564826Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7564956Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7565093Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7565221Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7565486Z [05-13|18:29:43.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7565617Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7565886Z [05-13|18:29:43.952] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7566018Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7566149Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7566609Z [05-13|18:29:43.952] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7566871Z [05-13|18:29:43.953] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7567364Z [05-13|18:29:43.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7567502Z [05-13|18:29:43.952] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7567633Z [05-13|18:29:43.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7567766Z [05-13|18:29:43.953] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7568339Z [05-13|18:29:43.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7568474Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7568982Z [05-13|18:29:43.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7569126Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7569257Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7569388Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7569725Z [05-13|18:29:43.954] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7569860Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7570047Z [05-13|18:29:43.954] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7570183Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7570313Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7570444Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7570575Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7570713Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7570843Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7571102Z [05-13|18:29:43.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7571240Z [05-13|18:29:43.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7571554Z [05-13|18:29:43.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7571818Z [05-13|18:29:43.956] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7572281Z [05-13|18:29:43.956] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7572414Z [05-13|18:29:43.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7572547Z [05-13|18:29:43.955] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7572685Z [05-13|18:29:43.956] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7572813Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7572943Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7573078Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7573210Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7573341Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7573476Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7573607Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7573736Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7573866Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7574005Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7574195Z [05-13|18:29:43.957] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7574524Z [05-13|18:29:43.957] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7574663Z [05-13|18:29:43.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7574796Z [05-13|18:29:43.958] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7575257Z [05-13|18:29:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7575593Z [05-13|18:29:43.958] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7576088Z [05-13|18:29:43.958] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7576425Z [05-13|18:29:43.959] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7576565Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7576696Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7576827Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7577284Z [05-13|18:29:43.960] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7577456Z [05-13|18:29:43.960] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7577587Z [05-13|18:29:43.961] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7577856Z [05-13|18:29:43.960] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7578235Z [05-13|18:29:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7578697Z [05-13|18:29:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7578964Z [05-13|18:29:43.961] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7579473Z [05-13|18:29:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7579932Z [05-13|18:29:43.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7580199Z [05-13|18:29:43.962] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7580530Z [05-13|18:29:43.962] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7580981Z [05-13|18:29:43.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7581425Z [05-13|18:29:43.962] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.7581558Z [05-13|18:29:43.962] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7582011Z [05-13|18:29:43.962] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7582447Z [05-13|18:29:43.963] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.7582904Z [05-13|18:29:43.963] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7583291Z [05-13|18:29:43.963] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7583429Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7583563Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7583889Z [05-13|18:29:43.963] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7584029Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7584159Z [05-13|18:29:43.963] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7584531Z [05-13|18:29:43.964] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7584876Z [05-13|18:29:43.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7585334Z [05-13|18:29:43.961] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7585466Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7585602Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7585789Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7585922Z [05-13|18:29:43.964] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7586259Z [05-13|18:29:43.964] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7586393Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7586526Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7586662Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7586791Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7586919Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7587048Z [05-13|18:29:43.965] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7587524Z [05-13|18:29:43.965] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.7587955Z [05-13|18:29:43.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.7588615Z [05-13|18:29:43.966] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.7588756Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7588888Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7589019Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7589153Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7589291Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7589424Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7589561Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7589709Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7590167Z [05-13|18:29:43.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7590306Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7590441Z [05-13|18:29:43.966] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7590637Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7590770Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7590900Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7591030Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7591298Z [05-13|18:29:43.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7591439Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7591568Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7591697Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7592017Z [05-13|18:29:43.967] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7592151Z [05-13|18:29:43.967] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7592606Z [05-13|18:29:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7592746Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7592877Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7593310Z [05-13|18:29:43.968] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7593510Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7593641Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7594096Z [05-13|18:29:43.967] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7594440Z [05-13|18:29:43.968] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7594767Z [05-13|18:29:43.968] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7594900Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7595412Z [05-13|18:29:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7595872Z [05-13|18:29:43.968] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7596005Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7596143Z [05-13|18:29:43.968] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7596276Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7596405Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7596539Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7596672Z [05-13|18:29:43.969] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7597007Z [05-13|18:29:43.969] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7597348Z [05-13|18:29:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7597480Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7597807Z [05-13|18:29:43.970] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7597952Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7598732Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7598905Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7599345Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7599566Z [05-13|18:29:43.970] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7599996Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7600490Z [05-13|18:29:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7600954Z [05-13|18:29:43.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7601322Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7601599Z [05-13|18:29:43.971] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7601739Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7602001Z [05-13|18:29:43.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7602459Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7602982Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7603247Z [05-13|18:29:43.972] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7603707Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7603853Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7603987Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7604327Z [05-13|18:29:43.972] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7604850Z [05-13|18:29:43.972] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7604997Z [05-13|18:29:43.972] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7605464Z [05-13|18:29:43.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7605927Z [05-13|18:29:43.973] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7606067Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7606201Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7606336Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7606465Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7606596Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7606937Z [05-13|18:29:43.973] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7607070Z [05-13|18:29:43.973] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7607407Z [05-13|18:29:43.974] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7607737Z [05-13|18:29:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7607998Z [05-13|18:29:43.974] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7608276Z [05-13|18:29:43.974] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7608623Z [05-13|18:29:43.974] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7608760Z [05-13|18:29:43.974] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7609090Z [05-13|18:29:43.974] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7609621Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7610082Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7610345Z [05-13|18:29:43.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7610679Z [05-13|18:29:43.975] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7612626Z [05-13|18:29:43.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7612848Z [05-13|18:29:43.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7613327Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7615230Z [05-13|18:29:43.975] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7615716Z [05-13|18:29:43.975] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7615868Z [05-13|18:29:43.975] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7616007Z [05-13|18:29:43.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7616147Z [05-13|18:29:43.976] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7616570Z [05-13|18:29:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7616954Z [05-13|18:29:43.976] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7617225Z [05-13|18:29:43.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7617384Z [05-13|18:29:43.977] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7617650Z [05-13|18:29:43.977] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7618352Z [05-13|18:29:43.977] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7618562Z [05-13|18:29:43.977] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7619035Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7619310Z [05-13|18:29:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7619450Z [05-13|18:29:43.978] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7619716Z [05-13|18:29:43.978] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.7620182Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7620633Z [05-13|18:29:43.978] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.7621119Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7621568Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7622004Z [05-13|18:29:43.978] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.7622534Z [05-13|18:29:43.978] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7622991Z [05-13|18:29:43.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7623338Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7623784Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7624135Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7624588Z [05-13|18:29:43.979] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7625014Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7625174Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7625315Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7625448Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7625637Z [05-13|18:29:43.979] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7625982Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7626304Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7626636Z [05-13|18:29:43.979] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7626970Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7627297Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7627432Z [05-13|18:29:43.980] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7627764Z [05-13|18:29:43.980] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7628034Z [05-13|18:29:43.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7628403Z [05-13|18:29:43.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7628546Z [05-13|18:29:43.981] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7628878Z [05-13|18:29:43.981] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7629150Z [05-13|18:29:43.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7629417Z [05-13|18:29:43.981] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7629746Z [05-13|18:29:43.981] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7630204Z [05-13|18:29:43.981] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7630542Z [05-13|18:29:43.981] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7631067Z [05-13|18:29:43.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7631524Z [05-13|18:29:43.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7631665Z [05-13|18:29:43.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7632120Z [05-13|18:29:43.982] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7632315Z [05-13|18:29:43.982] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7632585Z [05-13|18:29:43.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7632845Z [05-13|18:29:43.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7633101Z [05-13|18:29:43.983] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7633612Z [05-13|18:29:43.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7634058Z [05-13|18:29:43.983] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7634442Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7634717Z [05-13|18:29:43.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7635168Z [05-13|18:29:43.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7635625Z [05-13|18:29:43.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7636071Z [05-13|18:29:43.984] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7636402Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7636736Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7637066Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7637394Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7637726Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7638290Z [05-13|18:29:43.984] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:54.7638559Z [05-13|18:29:43.984] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7638891Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7639352Z [05-13|18:29:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7639685Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7640074Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7640402Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7640727Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7641061Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7641458Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7641912Z [05-13|18:29:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7642058Z [05-13|18:29:43.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7642248Z [05-13|18:29:43.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7642574Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7644552Z [05-13|18:29:43.985] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7645161Z [05-13|18:29:43.985] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7645323Z [05-13|18:29:43.985] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7647010Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7647365Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7647701Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7648315Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 30, "sequence": 30, "digest": "f49c74cf87504a57fb76..."} -2026-05-13T18:30:54.7648494Z [05-13|18:29:43.986] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7648715Z [05-13|18:29:43.986] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:54.7649056Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7649199Z [05-13|18:29:43.986] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7649541Z [05-13|18:29:43.986] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7649871Z [05-13|18:29:43.987] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7650335Z [05-13|18:29:43.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7650661Z [05-13|18:29:43.986] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7650930Z [05-13|18:29:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7651195Z [05-13|18:29:43.987] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7651343Z [05-13|18:29:43.988] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7651564Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:54.7652026Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7652173Z [05-13|18:29:43.988] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7652386Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 31} -2026-05-13T18:30:54.7652845Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7653293Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7653654Z [05-13|18:29:43.988] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7654118Z [05-13|18:29:43.988] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7654502Z [05-13|18:29:43.987] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7654768Z [05-13|18:29:43.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7655308Z [05-13|18:29:43.989] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7655667Z [05-13|18:29:43.989] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7656007Z [05-13|18:29:43.989] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7656349Z [05-13|18:29:43.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7656623Z [05-13|18:29:43.990] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7656766Z [05-13|18:29:43.990] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7657237Z [05-13|18:29:43.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7657383Z [05-13|18:29:43.988] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7657836Z [05-13|18:29:43.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7658430Z [05-13|18:29:43.990] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7658768Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7659037Z [05-13|18:29:43.989] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7659491Z [05-13|18:29:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7659940Z [05-13|18:29:43.991] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7660270Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7660603Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7660927Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7661367Z [05-13|18:29:43.991] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:54.7661512Z [05-13|18:29:43.991] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7661844Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks -2026-05-13T18:30:54.7662274Z [05-13|18:29:43.992] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 21, "epoch round": 21} -2026-05-13T18:30:54.7662684Z [05-13|18:29:43.992] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7663166Z [05-13|18:29:43.992] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7663487Z [05-13|18:29:43.992] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7663953Z [05-13|18:29:43.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7664478Z [05-13|18:29:43.993] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7664745Z [05-13|18:29:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7665183Z [05-13|18:29:43.993] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.7665411Z [05-13|18:29:43.993] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7665866Z [05-13|18:29:43.993] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7666344Z [05-13|18:29:43.993] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7666608Z [05-13|18:29:43.993] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7667074Z [05-13|18:29:43.992] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7667408Z [05-13|18:29:43.994] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7667877Z [05-13|18:29:43.994] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7668468Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7668742Z [05-13|18:29:43.994] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7669196Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7669647Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7670095Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7670544Z [05-13|18:29:43.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7670874Z [05-13|18:29:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7671195Z [05-13|18:29:43.995] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7671625Z [05-13|18:29:43.994] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.7671833Z [05-13|18:29:43.995] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7672165Z [05-13|18:29:43.996] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7672492Z [05-13|18:29:43.996] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7672684Z [05-13|18:29:43.996] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7673136Z [05-13|18:29:43.996] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7673320Z [05-13|18:29:43.996] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7673656Z [05-13|18:29:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7673921Z [05-13|18:29:43.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7674181Z [05-13|18:29:43.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7674554Z [05-13|18:29:43.997] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7674818Z [05-13|18:29:43.997] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:54.7675144Z [05-13|18:29:43.996] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7675604Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7675865Z [05-13|18:29:43.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7676327Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7676480Z [05-13|18:29:43.998] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7676946Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7677396Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7677670Z [05-13|18:29:43.998] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7678244Z [05-13|18:29:43.998] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7678699Z [05-13|18:29:43.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7678974Z [05-13|18:29:43.999] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7679421Z [05-13|18:29:43.999] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7679757Z [05-13|18:29:43.999] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7680091Z [05-13|18:29:44.000] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7680355Z [05-13|18:29:44.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7680555Z [05-13|18:29:44.000] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7681010Z [05-13|18:29:44.000] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7681272Z [05-13|18:29:44.000] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7681582Z [05-13|18:29:44.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7681846Z [05-13|18:29:44.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7682344Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7682608Z [05-13|18:29:44.001] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7683069Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7683449Z [05-13|18:29:44.001] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7683908Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7684350Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7684806Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7685261Z [05-13|18:29:44.001] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7685526Z [05-13|18:29:44.002] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.7685858Z [05-13|18:29:44.002] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7686193Z [05-13|18:29:44.002] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7686645Z [05-13|18:29:44.002] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7686974Z [05-13|18:29:44.002] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7687123Z [05-13|18:29:44.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7687580Z [05-13|18:29:44.003] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7687909Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7688356Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7688677Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7689010Z [05-13|18:29:44.003] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7689154Z [05-13|18:29:44.003] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7689353Z [05-13|18:29:44.004] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7689619Z [05-13|18:29:44.004] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7689887Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7690148Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7690532Z [05-13|18:29:44.005] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7690801Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7691111Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7691443Z [05-13|18:29:44.005] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7691910Z [05-13|18:29:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7692409Z [05-13|18:29:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7692860Z [05-13|18:29:44.005] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7693004Z [05-13|18:29:44.005] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7693264Z [05-13|18:29:44.005] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7693717Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7694172Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7694615Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7695068Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7695338Z [05-13|18:29:44.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7695668Z [05-13|18:29:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7695930Z [05-13|18:29:44.006] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7696394Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7696842Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7697168Z [05-13|18:29:44.006] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7697622Z [05-13|18:29:44.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7697949Z [05-13|18:29:44.007] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7698257Z [05-13|18:29:44.007] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7698707Z [05-13|18:29:44.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7699036Z [05-13|18:29:44.007] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7699364Z [05-13|18:29:44.007] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7699689Z [05-13|18:29:44.007] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7700062Z [05-13|18:29:44.008] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7700333Z [05-13|18:29:44.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7700601Z [05-13|18:29:44.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7700736Z [05-13|18:29:44.008] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7701044Z [05-13|18:29:44.008] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7701502Z [05-13|18:29:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7701961Z [05-13|18:29:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7702422Z [05-13|18:29:44.009] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7702748Z [05-13|18:29:44.009] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7703012Z [05-13|18:29:44.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7703281Z [05-13|18:29:44.009] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7703419Z [05-13|18:29:44.009] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7703871Z [05-13|18:29:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7704340Z [05-13|18:29:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7704684Z [05-13|18:29:44.010] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7704826Z [05-13|18:29:44.010] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7705289Z [05-13|18:29:44.010] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7705615Z [05-13|18:29:44.010] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7706071Z [05-13|18:29:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7706516Z [05-13|18:29:44.010] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7706855Z [05-13|18:29:44.011] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7707056Z [05-13|18:29:44.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7707495Z [05-13|18:29:44.011] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7707964Z [05-13|18:29:44.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7708267Z [05-13|18:29:44.011] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7708547Z [05-13|18:29:44.011] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7708809Z [05-13|18:29:44.012] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7709212Z [05-13|18:29:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7709678Z [05-13|18:29:44.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7710064Z [05-13|18:29:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7710395Z [05-13|18:29:44.012] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7710856Z [05-13|18:29:44.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7711310Z [05-13|18:29:44.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7711745Z [05-13|18:29:44.013] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7711891Z [05-13|18:29:44.013] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7712157Z [05-13|18:29:44.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7712418Z [05-13|18:29:44.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7712876Z [05-13|18:29:44.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7713134Z [05-13|18:29:44.013] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.7713582Z [05-13|18:29:44.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7714035Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7714378Z [05-13|18:29:44.014] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7714833Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7715274Z [05-13|18:29:44.014] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.7715412Z [05-13|18:29:44.014] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7715747Z [05-13|18:29:44.014] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7716205Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7716711Z [05-13|18:29:44.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7717048Z [05-13|18:29:44.015] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7717426Z [05-13|18:29:44.015] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7717748Z [05-13|18:29:44.015] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7718198Z [05-13|18:29:44.015] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7718357Z [05-13|18:29:44.015] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7718637Z [05-13|18:29:44.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7718952Z [05-13|18:29:44.016] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7719426Z [05-13|18:29:44.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7719882Z [05-13|18:29:44.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7720338Z [05-13|18:29:44.016] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7720786Z [05-13|18:29:44.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7721156Z [05-13|18:29:44.017] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7721306Z [05-13|18:29:44.017] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7721574Z [05-13|18:29:44.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7721835Z [05-13|18:29:44.017] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7722294Z [05-13|18:29:44.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7722748Z [05-13|18:29:44.017] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7723016Z [05-13|18:29:44.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7723351Z [05-13|18:29:44.018] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7723680Z [05-13|18:29:44.018] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7724006Z [05-13|18:29:44.018] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7724275Z [05-13|18:29:44.018] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7724729Z [05-13|18:29:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7725178Z [05-13|18:29:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7725699Z [05-13|18:29:44.019] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7725966Z [05-13|18:29:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.7726281Z [05-13|18:29:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7726547Z [05-13|18:29:44.019] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7726937Z [05-13|18:29:44.019] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7727269Z [05-13|18:29:44.019] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7727731Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7728240Z [05-13|18:29:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7728521Z [05-13|18:29:44.020] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.7728988Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7729324Z [05-13|18:29:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7729781Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7730239Z [05-13|18:29:44.020] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7730570Z [05-13|18:29:44.020] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7731019Z [05-13|18:29:44.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7731472Z [05-13|18:29:44.021] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7731799Z [05-13|18:29:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7732133Z [05-13|18:29:44.021] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7732457Z [05-13|18:29:44.022] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7732729Z [05-13|18:29:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7733005Z [05-13|18:29:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7733467Z [05-13|18:29:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7733798Z [05-13|18:29:44.022] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7733943Z [05-13|18:29:44.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7734332Z [05-13|18:29:44.022] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7734792Z [05-13|18:29:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7735294Z [05-13|18:29:44.022] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7735563Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7735703Z [05-13|18:29:44.022] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7736048Z [05-13|18:29:44.022] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.7736190Z [05-13|18:29:44.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7736645Z [05-13|18:29:44.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7737126Z [05-13|18:29:44.023] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7737270Z [05-13|18:29:44.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7737405Z [05-13|18:29:44.023] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7737667Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7737929Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7738309Z [05-13|18:29:44.023] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7738769Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7739230Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7739681Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7740128Z [05-13|18:29:44.024] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7740463Z [05-13|18:29:44.024] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7740784Z [05-13|18:29:44.024] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7741048Z [05-13|18:29:44.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7741319Z [05-13|18:29:44.025] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7741778Z [05-13|18:29:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7742106Z [05-13|18:29:44.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7742566Z [05-13|18:29:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7742891Z [05-13|18:29:44.025] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7743412Z [05-13|18:29:44.025] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7743555Z [05-13|18:29:44.026] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7743985Z [05-13|18:29:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7744253Z [05-13|18:29:44.026] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7744585Z [05-13|18:29:44.026] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7745085Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7745350Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.7745855Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7746120Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7746383Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7746644Z [05-13|18:29:44.027] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7747092Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7747423Z [05-13|18:29:44.027] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7747883Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7748449Z [05-13|18:29:44.027] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7748783Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7749245Z [05-13|18:29:44.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7749506Z [05-13|18:29:44.028] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7749835Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7750293Z [05-13|18:29:44.028] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7750621Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7751060Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.7751485Z [05-13|18:29:44.028] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.7751621Z [05-13|18:29:44.028] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7752046Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.7752247Z [05-13|18:29:44.029] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7752580Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7752768Z [05-13|18:29:44.029] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7753228Z [05-13|18:29:44.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7753492Z [05-13|18:29:44.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7753879Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7754207Z [05-13|18:29:44.029] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7754475Z [05-13|18:29:44.029] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.7754659Z [05-13|18:29:44.029] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7755115Z [05-13|18:29:44.029] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7755379Z [05-13|18:29:44.030] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7755837Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7755972Z [05-13|18:29:44.030] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7756421Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7756879Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7757325Z [05-13|18:29:44.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7757660Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7757930Z [05-13|18:29:44.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7758307Z [05-13|18:29:44.031] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7758643Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7758980Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7759311Z [05-13|18:29:44.031] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7759641Z [05-13|18:29:44.032] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7759786Z [05-13|18:29:44.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7760049Z [05-13|18:29:44.032] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 4} -2026-05-13T18:30:54.7760377Z [05-13|18:29:44.032] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7760838Z [05-13|18:29:44.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7761355Z [05-13|18:29:44.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7761540Z [05-13|18:29:44.032] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7761993Z [05-13|18:29:44.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7762490Z [05-13|18:29:44.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7762757Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7763026Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7763288Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7763786Z [05-13|18:29:44.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7764057Z [05-13|18:29:44.033] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7764391Z [05-13|18:29:44.034] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7764842Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7765295Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7765557Z [05-13|18:29:44.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.7765821Z [05-13|18:29:44.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7766278Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7766725Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7767176Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7767628Z [05-13|18:29:44.034] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7767894Z [05-13|18:29:44.034] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7768459Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7768796Z [05-13|18:29:44.035] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7769257Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7769601Z [05-13|18:29:44.035] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7769933Z [05-13|18:29:44.035] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7770392Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7770890Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.7771221Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7771721Z [05-13|18:29:44.035] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7772057Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7772489Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.7772869Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7773309Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.7773446Z [05-13|18:29:44.036] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7773773Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7774101Z [05-13|18:29:44.036] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7774238Z [05-13|18:29:44.037] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7774563Z [05-13|18:29:44.037] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7774893Z [05-13|18:29:44.037] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7775030Z [05-13|18:29:44.037] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7775486Z [05-13|18:29:44.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7775823Z [05-13|18:29:44.038] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7775959Z [05-13|18:29:44.038] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7776221Z [05-13|18:29:44.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7776490Z [05-13|18:29:44.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.7776945Z [05-13|18:29:44.038] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7777207Z [05-13|18:29:44.038] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.7777471Z [05-13|18:29:44.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7777923Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7778496Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7778838Z [05-13|18:29:44.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7779302Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7779801Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7780068Z [05-13|18:29:44.039] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7780441Z [05-13|18:29:44.039] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7780902Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7781412Z [05-13|18:29:44.039] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7781679Z [05-13|18:29:44.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7781942Z [05-13|18:29:44.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7782086Z [05-13|18:29:44.040] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7782518Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:54.7782948Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:54.7783412Z [05-13|18:29:44.040] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7783841Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:54.7784174Z [05-13|18:29:44.040] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7784509Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7784967Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7785233Z [05-13|18:29:44.040] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 4} -2026-05-13T18:30:54.7785557Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7786013Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7786470Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7786921Z [05-13|18:29:44.041] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7787248Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7787582Z [05-13|18:29:44.041] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7787766Z [05-13|18:29:44.042] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7788211Z [05-13|18:29:44.042] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7788546Z [05-13|18:29:44.042] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7788932Z [05-13|18:29:44.042] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7789205Z [05-13|18:29:44.042] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7789396Z [05-13|18:29:44.043] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7789869Z [05-13|18:29:44.043] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7790145Z [05-13|18:29:44.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7790464Z [05-13|18:29:44.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7790722Z [05-13|18:29:44.043] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.7791186Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7791660Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7791928Z [05-13|18:29:44.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7792385Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7792665Z [05-13|18:29:44.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7793121Z [05-13|18:29:44.044] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7793387Z [05-13|18:29:44.044] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.7793848Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7794115Z [05-13|18:29:44.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7794377Z [05-13|18:29:44.045] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 27, "votes": 3} -2026-05-13T18:30:54.7794837Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7795291Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7795745Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7796205Z [05-13|18:29:44.045] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7796654Z [05-13|18:29:44.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7797051Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7797395Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7797766Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7798344Z [05-13|18:29:44.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 27, "next round": 28, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7798740Z [05-13|18:29:44.046] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7798884Z [05-13|18:29:44.047] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7799220Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7799606Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7799932Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7800267Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7800404Z [05-13|18:29:44.047] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7800538Z [05-13|18:29:44.047] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7800869Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7801204Z [05-13|18:29:44.047] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7801472Z [05-13|18:29:44.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7801732Z [05-13|18:29:44.048] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7802195Z [05-13|18:29:44.048] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7802461Z [05-13|18:29:44.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:54.7802721Z [05-13|18:29:44.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:54.7802986Z [05-13|18:29:44.049] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:54.7803442Z [05-13|18:29:44.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7803899Z [05-13|18:29:44.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7804344Z [05-13|18:29:44.049] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7804798Z [05-13|18:29:44.049] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7805237Z [05-13|18:29:44.049] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7805724Z [05-13|18:29:44.049] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7805860Z [05-13|18:29:44.050] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7806327Z [05-13|18:29:44.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7806753Z [05-13|18:29:44.050] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7806888Z [05-13|18:29:44.050] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7807387Z [05-13|18:29:44.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7807722Z [05-13|18:29:44.050] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7807861Z [05-13|18:29:44.050] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7808305Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7808575Z [05-13|18:29:44.050] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7808910Z [05-13|18:29:44.051] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7809369Z [05-13|18:29:44.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7809507Z [05-13|18:29:44.051] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7809767Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7810035Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7810488Z [05-13|18:29:44.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7810940Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7811210Z [05-13|18:29:44.052] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7811660Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7812106Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7812566Z [05-13|18:29:44.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7812904Z [05-13|18:29:44.052] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7813168Z [05-13|18:29:44.053] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 28, "votes": 3} -2026-05-13T18:30:54.7813312Z [05-13|18:29:44.053] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7813637Z [05-13|18:29:44.053] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7813774Z [05-13|18:29:44.053] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7814108Z [05-13|18:29:44.053] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7814308Z [05-13|18:29:44.053] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7814765Z [05-13|18:29:44.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7814907Z [05-13|18:29:44.054] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7815428Z [05-13|18:29:44.054] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 28, "next round": 29, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7815696Z [05-13|18:29:44.051] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.7816199Z [05-13|18:29:44.055] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7816533Z [05-13|18:29:44.055] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7816669Z [05-13|18:29:44.055] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7816974Z [05-13|18:29:44.054] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 29, "votes": 3} -2026-05-13T18:30:54.7817111Z [05-13|18:29:44.055] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7817441Z [05-13|18:29:44.055] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7817581Z [05-13|18:29:44.055] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7817907Z [05-13|18:29:44.055] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7818357Z [05-13|18:29:44.056] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7818687Z [05-13|18:29:44.056] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7819146Z [05-13|18:29:44.056] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 29, "next round": 30, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7819282Z [05-13|18:29:44.056] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7819552Z [05-13|18:29:44.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7819811Z [05-13|18:29:44.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7820069Z [05-13|18:29:44.056] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7820531Z [05-13|18:29:44.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7820983Z [05-13|18:29:44.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7821341Z [05-13|18:29:44.057] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7821482Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7821619Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7821750Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7821889Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7822344Z [05-13|18:29:44.057] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7822479Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7822690Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7822823Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7822957Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7823088Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7823412Z [05-13|18:29:44.058] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7823546Z [05-13|18:29:44.058] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7823678Z [05-13|18:29:44.057] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7823818Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7824200Z [05-13|18:29:44.059] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7824335Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7824478Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7824611Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7824794Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7824935Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7825070Z [05-13|18:29:44.059] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7825332Z [05-13|18:29:44.059] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7825667Z [05-13|18:29:44.059] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7826123Z [05-13|18:29:44.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7826258Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7826604Z [05-13|18:29:44.060] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7827065Z [05-13|18:29:44.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7827203Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7827344Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7827478Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7827610Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7828174Z [05-13|18:29:44.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7828322Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7828454Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7828587Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7828726Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7828859Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7828992Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7829459Z [05-13|18:29:44.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7829591Z [05-13|18:29:44.060] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7829855Z [05-13|18:29:44.061] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.7829995Z [05-13|18:29:44.061] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7830412Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7830754Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7831093Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7831484Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7831810Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7832198Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7832525Z [05-13|18:29:44.061] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7832850Z [05-13|18:29:44.062] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7833237Z [05-13|18:29:44.062] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7833569Z [05-13|18:29:44.062] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7833707Z [05-13|18:29:44.062] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7834176Z [05-13|18:29:44.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7834506Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7834644Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7834783Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7834917Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7835049Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7835185Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7835315Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7835643Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7835977Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7836247Z [05-13|18:29:44.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7836514Z [05-13|18:29:44.063] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7836648Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7836983Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7837117Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7837443Z [05-13|18:29:44.063] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7837710Z [05-13|18:29:44.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7838153Z [05-13|18:29:44.064] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7838297Z [05-13|18:29:44.063] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7839603Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7840064Z [05-13|18:29:44.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7840200Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7840722Z [05-13|18:29:44.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7840858Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7841244Z [05-13|18:29:44.064] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7841387Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7841521Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7841653Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7841789Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7841968Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7842106Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7842569Z [05-13|18:29:44.064] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7842703Z [05-13|18:29:44.064] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7842971Z [05-13|18:29:44.064] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7843431Z [05-13|18:29:44.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7843568Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7843701Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7843844Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7844298Z [05-13|18:29:44.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7844434Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7844565Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7844704Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7845043Z [05-13|18:29:44.065] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7845178Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7845317Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7845448Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7845888Z [05-13|18:29:44.065] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.7846030Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7846162Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7846293Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7846430Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7846561Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7846893Z [05-13|18:29:44.065] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7847081Z [05-13|18:29:44.065] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7847537Z [05-13|18:29:44.065] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7847804Z [05-13|18:29:44.066] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.7847981Z [05-13|18:29:44.066] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7848558Z [05-13|18:29:44.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7849069Z [05-13|18:29:44.066] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7849211Z [05-13|18:29:44.066] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7849353Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7849688Z [05-13|18:29:44.067] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7849876Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7850205Z [05-13|18:29:44.067] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7850341Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7850676Z [05-13|18:29:44.067] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7850810Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7850945Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7851080Z [05-13|18:29:44.067] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7851219Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7851351Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7851482Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7851621Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7851950Z [05-13|18:29:44.068] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7852083Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7855587Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7855778Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7855948Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7856099Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7856237Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7856374Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7856506Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7856647Z [05-13|18:29:44.068] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7856780Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7856914Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7857057Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7857341Z [05-13|18:29:44.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7857476Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7857619Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7857752Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7857990Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7858349Z [05-13|18:29:44.069] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7858625Z [05-13|18:29:44.069] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7858757Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7858961Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7859105Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7859587Z [05-13|18:29:44.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7859985Z [05-13|18:29:44.070] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7860262Z [05-13|18:29:44.070] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7860773Z [05-13|18:29:44.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7860912Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7861375Z [05-13|18:29:44.070] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7861510Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7861642Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7861784Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7861913Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7862042Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7862182Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7862314Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7862447Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7862790Z [05-13|18:29:44.071] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7862925Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7863057Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7863193Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7863323Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7863780Z [05-13|18:29:44.071] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7864054Z [05-13|18:29:44.071] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7864187Z [05-13|18:29:44.070] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7864319Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7864448Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7864586Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7864715Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7864844Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7864981Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7865113Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7865445Z [05-13|18:29:44.072] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7865649Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7865780Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7865914Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7866181Z [05-13|18:29:44.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7866357Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7866487Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7866743Z [05-13|18:29:44.072] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.7866917Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7867048Z [05-13|18:29:44.071] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7867500Z [05-13|18:29:44.072] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7867644Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7867809Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7867941Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7868212Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7868670Z [05-13|18:29:44.073] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7868810Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7868950Z [05-13|18:29:44.072] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7869081Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7869212Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7869562Z [05-13|18:29:44.073] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7869699Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7869832Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7869970Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7870101Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7870232Z [05-13|18:29:44.073] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7870362Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7870500Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7870630Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7871083Z [05-13|18:29:44.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7871225Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7871358Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7871494Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7871634Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7871766Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7871902Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7872039Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7872175Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7872305Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7872759Z [05-13|18:29:44.074] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7872999Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7873334Z [05-13|18:29:44.074] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7873528Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7873855Z [05-13|18:29:44.075] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7873989Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7874168Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7874308Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7874439Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7874573Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7874711Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7874896Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875030Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875171Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875306Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875437Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875575Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875707Z [05-13|18:29:44.074] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875840Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7875971Z [05-13|18:29:44.075] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7876111Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7876242Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7876569Z [05-13|18:29:44.076] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7876711Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7876842Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7876974Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7877252Z [05-13|18:29:44.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7877387Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7877518Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7877656Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7877788Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7877920Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7878170Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7878463Z [05-13|18:29:44.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7878602Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7878734Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7879201Z [05-13|18:29:44.076] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7879339Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7879480Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7879836Z [05-13|18:29:44.076] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7879974Z [05-13|18:29:44.076] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7880443Z [05-13|18:29:44.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7880642Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7880779Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7880909Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7881048Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7881554Z [05-13|18:29:44.077] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7881691Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7881827Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7881958Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7882136Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7882274Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7882408Z [05-13|18:29:44.077] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7882537Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7882667Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7882803Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7882933Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7883201Z [05-13|18:29:44.078] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7883340Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7883797Z [05-13|18:29:44.078] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7883931Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7884390Z [05-13|18:29:44.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7884523Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7884655Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7884791Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7884922Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7885054Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7885189Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7885454Z [05-13|18:29:44.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7885587Z [05-13|18:29:44.079] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7885857Z [05-13|18:29:44.079] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.7886333Z [05-13|18:29:44.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7886794Z [05-13|18:29:44.079] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7887143Z [05-13|18:29:44.080] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7887327Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7887459Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7887592Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7887729Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7887898Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7888029Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7888300Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7888434Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7888833Z [05-13|18:29:44.080] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7888975Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7889110Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7889242Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7889428Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7889562Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7889698Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7889827Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7890292Z [05-13|18:29:44.081] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7890428Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7890559Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7890696Z [05-13|18:29:44.078] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7890827Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7890958Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7891097Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7891228Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7891361Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7891498Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7891629Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7891761Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7891896Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7892030Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7892366Z [05-13|18:29:44.081] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7892502Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7892640Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7892773Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7892908Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7893044Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7893175Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7893310Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7893449Z [05-13|18:29:44.081] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7893583Z [05-13|18:29:44.080] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7893714Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7893936Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7894069Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7894201Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7894330Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7894526Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7894656Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7894990Z [05-13|18:29:44.082] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7895130Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7895300Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7895435Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7895777Z [05-13|18:29:44.082] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7896140Z [05-13|18:29:44.082] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7896275Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7896415Z [05-13|18:29:44.082] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7896548Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7896677Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7896811Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7896943Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7897071Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7897202Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7897342Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7897471Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7897602Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7897737Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7897869Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7898001Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7898256Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7898391Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7898524Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7898660Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7898791Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7898923Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7899052Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7899189Z [05-13|18:29:44.084] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7899467Z [05-13|18:29:44.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7899601Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7899736Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7899869Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7900004Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7900142Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7900274Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7900472Z [05-13|18:29:44.085] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7900743Z [05-13|18:29:44.085] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7901004Z [05-13|18:29:44.084] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.7901463Z [05-13|18:29:44.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7901655Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7901786Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7901918Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7902099Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7902237Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7902370Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7902875Z [05-13|18:29:44.086] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7903015Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7903148Z [05-13|18:29:44.086] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7903597Z [05-13|18:29:44.085] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7903736Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7903868Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7904320Z [05-13|18:29:44.087] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7904462Z [05-13|18:29:44.083] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7904593Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7904727Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7904863Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7904997Z [05-13|18:29:44.087] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7905260Z [05-13|18:29:44.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7905397Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7905531Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7905791Z [05-13|18:29:44.088] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.7905923Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7906064Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7906195Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7906328Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7906668Z [05-13|18:29:44.088] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7906997Z [05-13|18:29:44.088] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7907455Z [05-13|18:29:44.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7907790Z [05-13|18:29:44.089] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7907970Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7908223Z [05-13|18:29:44.088] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7908371Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7908510Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7908643Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7908842Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7908974Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7909106Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7909245Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7909426Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7909566Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7909700Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7910155Z [05-13|18:29:44.090] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.7910674Z [05-13|18:29:44.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7910816Z [05-13|18:29:44.089] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7910955Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7911415Z [05-13|18:29:44.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7911550Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7911689Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7911822Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7911958Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7912096Z [05-13|18:29:44.090] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7912227Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7912364Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7912500Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7912630Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7912761Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7912901Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7913033Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7913164Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7913296Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7913436Z [05-13|18:29:44.091] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7913568Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7913700Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7914046Z [05-13|18:29:44.091] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7914180Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7914311Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7914449Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7914578Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7914710Z [05-13|18:29:44.092] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7914914Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7915046Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7915505Z [05-13|18:29:44.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7915818Z [05-13|18:29:44.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7916078Z [05-13|18:29:44.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7916337Z [05-13|18:29:44.093] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.7916505Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7916646Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7917100Z [05-13|18:29:44.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7917590Z [05-13|18:29:44.093] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7917732Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7917865Z [05-13|18:29:44.093] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7917999Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7918254Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7918386Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7918519Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7918654Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7918787Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7918920Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7919060Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7919198Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7919537Z [05-13|18:29:44.091] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7919675Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7919806Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7919938Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7920069Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7920204Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7920334Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7920467Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7920604Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7921088Z [05-13|18:29:44.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7921224Z [05-13|18:29:44.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7921681Z [05-13|18:29:44.095] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7922017Z [05-13|18:29:44.095] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7922152Z [05-13|18:29:44.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7922566Z [05-13|18:29:44.095] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7922706Z [05-13|18:29:44.095] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7923042Z [05-13|18:29:44.096] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7923235Z [05-13|18:29:44.094] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7923365Z [05-13|18:29:44.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7923693Z [05-13|18:29:44.096] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7923834Z [05-13|18:29:44.096] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7924016Z [05-13|18:29:44.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7924150Z [05-13|18:29:44.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7924288Z [05-13|18:29:44.097] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7924419Z [05-13|18:29:44.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7924775Z [05-13|18:29:44.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7925041Z [05-13|18:29:44.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7925311Z [05-13|18:29:44.098] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.7925770Z [05-13|18:29:44.098] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7925904Z [05-13|18:29:44.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7926045Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7926176Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7926310Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7926774Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7927038Z [05-13|18:29:44.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.7927493Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7927764Z [05-13|18:29:44.099] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:54.7928340Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7928795Z [05-13|18:29:44.099] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7928936Z [05-13|18:29:44.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7929068Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7929203Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7929341Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7929792Z [05-13|18:29:44.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7930248Z [05-13|18:29:44.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7930389Z [05-13|18:29:44.098] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7930589Z [05-13|18:29:44.100] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7930924Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7931267Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7931798Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 14, "epoch round": 14} -2026-05-13T18:30:54.7932174Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7932372Z [05-13|18:29:44.101] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7932705Z [05-13|18:29:44.101] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7933167Z [05-13|18:29:44.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7933360Z [05-13|18:29:44.102] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7933696Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7933835Z [05-13|18:29:44.102] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7934170Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7934495Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7934815Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.7935091Z [05-13|18:29:44.102] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7935415Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.7935554Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7935691Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7935957Z [05-13|18:29:44.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.7936089Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7936421Z [05-13|18:29:44.103] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.7936684Z [05-13|18:29:44.103] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 4} -2026-05-13T18:30:54.7937016Z [05-13|18:29:44.103] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.7937159Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7937296Z [05-13|18:29:44.103] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7937431Z [05-13|18:29:44.104] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7937764Z [05-13|18:29:44.102] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7938352Z [05-13|18:29:44.103] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7938711Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7939188Z [05-13|18:29:44.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7939712Z [05-13|18:29:44.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7940102Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7940440Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7940821Z [05-13|18:29:44.104] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7941281Z [05-13|18:29:44.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7941621Z [05-13|18:29:44.105] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7941999Z [05-13|18:29:44.105] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7942138Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7942280Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7942412Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7942739Z [05-13|18:29:44.105] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7942877Z [05-13|18:29:44.105] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7943010Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7943142Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7943480Z [05-13|18:29:44.106] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7943808Z [05-13|18:29:44.106] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7943943Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7944219Z [05-13|18:29:44.106] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7944548Z [05-13|18:29:44.106] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7944818Z [05-13|18:29:44.107] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.7945152Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.7945481Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.7945941Z [05-13|18:29:44.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7946390Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.7946525Z [05-13|18:29:44.107] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7946659Z [05-13|18:29:44.106] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7947122Z [05-13|18:29:44.107] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7947456Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.7947830Z [05-13|18:29:44.107] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7948550Z [05-13|18:29:44.108] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7948770Z [05-13|18:29:44.108] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7948906Z [05-13|18:29:44.108] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7949242Z [05-13|18:29:44.108] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.7949624Z [05-13|18:29:44.108] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.7949957Z [05-13|18:29:44.109] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7950098Z [05-13|18:29:44.108] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7950602Z [05-13|18:29:44.109] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.7950877Z [05-13|18:29:44.109] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7951212Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7951547Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7951880Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.7952343Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7952612Z [05-13|18:29:44.110] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.7952945Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.7953280Z [05-13|18:29:44.110] INFO Simplex/epoch.go:1369 Committed block {"round": 29, "sequence": 29, "digest": "9c037b507c511e8b447f..."} -2026-05-13T18:30:54.7953431Z [05-13|18:29:44.110] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7953890Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7954115Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:54.7954574Z [05-13|18:29:44.110] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7954912Z [05-13|18:29:44.111] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7955251Z [05-13|18:29:44.111] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7955397Z [05-13|18:29:44.111] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7955608Z [05-13|18:29:44.111] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:54.7955948Z [05-13|18:29:44.116] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7956085Z [05-13|18:29:44.116] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7956471Z [05-13|18:29:44.116] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.7956621Z [05-13|18:29:44.117] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7956951Z [05-13|18:29:44.117] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.7957428Z [05-13|18:29:44.117] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7957863Z [05-13|18:29:44.117] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7958033Z [05-13|18:29:44.118] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7958599Z [05-13|18:29:44.118] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 24, "epoch round": 24} -2026-05-13T18:30:54.7958875Z [05-13|18:29:44.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7959268Z [05-13|18:29:44.118] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7959415Z [05-13|18:29:44.118] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.7959633Z [05-13|18:29:44.118] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 30} -2026-05-13T18:30:54.7960094Z [05-13|18:29:44.118] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7960429Z [05-13|18:29:44.119] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.7960569Z [05-13|18:29:44.118] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7960839Z [05-13|18:29:44.118] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7960986Z [05-13|18:29:44.119] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7961322Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks -2026-05-13T18:30:54.7961807Z [05-13|18:29:44.119] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7962074Z [05-13|18:29:44.119] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.7962541Z [05-13|18:29:44.120] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7962680Z [05-13|18:29:44.120] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7963162Z [05-13|18:29:44.120] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7963627Z [05-13|18:29:44.119] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7964115Z [05-13|18:29:44.120] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7964583Z [05-13|18:29:44.121] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.7965044Z [05-13|18:29:44.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7965440Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.7965778Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.7966113Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.7966498Z [05-13|18:29:44.122] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.7967002Z [05-13|18:29:44.121] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7967276Z [05-13|18:29:44.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7967537Z [05-13|18:29:44.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7967798Z [05-13|18:29:44.124] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 25, "votes": 3} -2026-05-13T18:30:54.7968448Z [05-13|18:29:44.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7968799Z [05-13|18:29:44.124] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7969257Z [05-13|18:29:44.124] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7969613Z [05-13|18:29:44.125] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7970073Z [05-13|18:29:44.125] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7970411Z [05-13|18:29:44.125] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7970746Z [05-13|18:29:44.125] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7971203Z [05-13|18:29:44.126] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 25, "next round": 26, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7971535Z [05-13|18:29:44.126] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.7971870Z [05-13|18:29:44.126] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.7972140Z [05-13|18:29:44.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7972604Z [05-13|18:29:44.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7972869Z [05-13|18:29:44.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7973322Z [05-13|18:29:44.127] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7973592Z [05-13|18:29:44.127] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7974044Z [05-13|18:29:44.128] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7974306Z [05-13|18:29:44.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:54.7974632Z [05-13|18:29:44.128] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7974967Z [05-13|18:29:44.128] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7975280Z [05-13|18:29:44.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7975741Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7976242Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7976577Z [05-13|18:29:44.129] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7976845Z [05-13|18:29:44.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.7977337Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7977793Z [05-13|18:29:44.130] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7978250Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7978586Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7979040Z [05-13|18:29:44.129] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7979490Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:54.7979920Z [05-13|18:29:44.130] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 26, "epoch round": 26} -2026-05-13T18:30:54.7980061Z [05-13|18:29:44.130] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7980525Z [05-13|18:29:44.131] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7980792Z [05-13|18:29:44.129] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 26, "votes": 3} -2026-05-13T18:30:54.7980926Z [05-13|18:29:44.131] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7981194Z [05-13|18:29:44.131] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.7981649Z [05-13|18:29:44.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7981985Z [05-13|18:29:44.132] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.7982451Z [05-13|18:29:44.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 26, "next round": 27, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7982901Z [05-13|18:29:44.132] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.7983237Z [05-13|18:29:44.132] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7983637Z [05-13|18:29:44.133] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7983773Z [05-13|18:29:44.133] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7984040Z [05-13|18:29:44.133] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7984232Z [05-13|18:29:44.133] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7984495Z [05-13|18:29:44.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7984628Z [05-13|18:29:44.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7985138Z [05-13|18:29:44.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7985275Z [05-13|18:29:44.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7985733Z [05-13|18:29:44.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7986241Z [05-13|18:29:44.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7986574Z [05-13|18:29:44.134] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7986903Z [05-13|18:29:44.134] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.7987042Z [05-13|18:29:44.134] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7987177Z [05-13|18:29:44.135] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7987507Z [05-13|18:29:44.135] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7987778Z [05-13|18:29:44.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.7988356Z [05-13|18:29:44.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.7988689Z [05-13|18:29:44.136] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7988955Z [05-13|18:29:44.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7989214Z [05-13|18:29:44.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.7989668Z [05-13|18:29:44.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7990125Z [05-13|18:29:44.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7990577Z [05-13|18:29:44.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7990712Z [05-13|18:29:44.137] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7991051Z [05-13|18:29:44.137] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7991186Z [05-13|18:29:44.137] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7991319Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7991456Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7991586Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7991783Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7991917Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7992049Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7992379Z [05-13|18:29:44.138] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.7992763Z [05-13|18:29:44.138] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7992897Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7993028Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7993250Z [05-13|18:29:44.138] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7993383Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7993515Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7993648Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7993786Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7993966Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7994100Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7994240Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7994371Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7994802Z [05-13|18:29:44.139] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.7994942Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7995268Z [05-13|18:29:44.139] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.7995595Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.7995736Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7996062Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.7996196Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7996333Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7996466Z [05-13|18:29:44.139] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7996595Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7996733Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7997056Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.7997384Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.7997515Z [05-13|18:29:44.140] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7997840Z [05-13|18:29:44.140] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.7998418Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.7998694Z [05-13|18:29:44.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7998960Z [05-13|18:29:44.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.7999094Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7999291Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.7999553Z [05-13|18:29:44.141] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8000015Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8000204Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8000663Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8001040Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8001176Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8001313Z [05-13|18:29:44.141] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8001445Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8001576Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8002088Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8002544Z [05-13|18:29:44.141] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8002868Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8003212Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8003547Z [05-13|18:29:44.142] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8003681Z [05-13|18:29:44.142] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8003817Z [05-13|18:29:44.143] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8004142Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8004277Z [05-13|18:29:44.143] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8004608Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8004936Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8005263Z [05-13|18:29:44.143] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8005533Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8005867Z [05-13|18:29:44.144] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8006132Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8006597Z [05-13|18:29:44.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8006856Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8007311Z [05-13|18:29:44.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8007770Z [05-13|18:29:44.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8008367Z [05-13|18:29:44.144] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:54.8008503Z [05-13|18:29:44.145] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8009021Z [05-13|18:29:44.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8009280Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8009783Z [05-13|18:29:44.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8010056Z [05-13|18:29:44.144] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8010507Z [05-13|18:29:44.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8010690Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8010833Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8010968Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8011099Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8011234Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8011364Z [05-13|18:29:44.146] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8011495Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8011630Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8012085Z [05-13|18:29:44.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8012418Z [05-13|18:29:44.147] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8012754Z [05-13|18:29:44.147] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8013205Z [05-13|18:29:44.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8013537Z [05-13|18:29:44.147] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8013676Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8013808Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8014138Z [05-13|18:29:44.148] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8014278Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8014410Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8014544Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8014683Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8014815Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8014945Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8015075Z [05-13|18:29:44.148] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8015214Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8015342Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8015534Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8015670Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8015801Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8015937Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8016110Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8016239Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8016370Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8016505Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8016636Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8016806Z [05-13|18:29:44.149] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8017067Z [05-13|18:29:44.149] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8017529Z [05-13|18:29:44.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8017895Z [05-13|18:29:44.148] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8018143Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8018287Z [05-13|18:29:44.147] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8018420Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8018550Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8018688Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8018820Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8018952Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8019093Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8019223Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8019356Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8019492Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8019625Z [05-13|18:29:44.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8019955Z [05-13|18:29:44.151] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8020216Z [05-13|18:29:44.151] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8020359Z [05-13|18:29:44.151] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8020817Z [05-13|18:29:44.151] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8020952Z [05-13|18:29:44.151] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8021417Z [05-13|18:29:44.151] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.8021871Z [05-13|18:29:44.150] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8022006Z [05-13|18:29:44.151] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8022141Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8022271Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8022598Z [05-13|18:29:44.152] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8023028Z [05-13|18:29:44.152] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.8023518Z [05-13|18:29:44.152] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.8023653Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8023973Z [05-13|18:29:44.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8024236Z [05-13|18:29:44.152] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8024367Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8024554Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8025015Z [05-13|18:29:44.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8025152Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8025531Z [05-13|18:29:44.153] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8025989Z [05-13|18:29:44.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8026254Z [05-13|18:29:44.153] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 4} -2026-05-13T18:30:54.8026391Z [05-13|18:29:44.152] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8026522Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8026848Z [05-13|18:29:44.153] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8026986Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8027440Z [05-13|18:29:44.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8027575Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8027713Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8028173Z [05-13|18:29:44.153] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8028311Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8028447Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8028580Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8028711Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8029173Z [05-13|18:29:44.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8029513Z [05-13|18:29:44.154] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8029776Z [05-13|18:29:44.154] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8030238Z [05-13|18:29:44.154] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8030372Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8030631Z [05-13|18:29:44.155] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8030971Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8031170Z [05-13|18:29:44.153] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8031302Z [05-13|18:29:44.154] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8031435Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8031773Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8031960Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8032091Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8032433Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8032615Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8032945Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8033282Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8033656Z [05-13|18:29:44.155] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8033989Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8034326Z [05-13|18:29:44.154] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8034651Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8034786Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8035112Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.8035247Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8035577Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.8035715Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8036041Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.8036174Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8036506Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.8036641Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8036968Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 27, "sequence": 27, "digest": "bf2209d1d51f29d0be1e..."} -2026-05-13T18:30:54.8037429Z [05-13|18:29:44.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8037564Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8037708Z [05-13|18:29:44.156] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8037852Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8038187Z [05-13|18:29:44.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:54.8038326Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8038785Z [05-13|18:29:44.156] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8038919Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8039118Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8039469Z [05-13|18:29:44.156] INFO Simplex/epoch.go:1369 Committed block {"round": 28, "sequence": 28, "digest": "05b307a192980a3a1b4e..."} -2026-05-13T18:30:54.8039607Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8039794Z [05-13|18:29:44.155] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8039929Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8040067Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8040197Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8040327Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8040513Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8040972Z [05-13|18:29:44.157] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8041243Z [05-13|18:29:44.157] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.8041433Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8041566Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8041999Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8042155Z [05-13|18:29:44.157] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8042287Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8042623Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8043054Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8043189Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8043333Z [05-13|18:29:44.157] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8043471Z [05-13|18:29:44.157] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8043893Z [05-13|18:29:44.157] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8044224Z [05-13|18:29:44.158] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8044362Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8044826Z [05-13|18:29:44.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8044960Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8045096Z [05-13|18:29:44.156] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8045551Z [05-13|18:29:44.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8045689Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8045959Z [05-13|18:29:44.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:54.8046091Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8046546Z [05-13|18:29:44.158] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8046685Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8046993Z [05-13|18:29:44.158] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.8047125Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8047258Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8047393Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8047564Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8047692Z [05-13|18:29:44.158] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8047829Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8048353Z [05-13|18:29:44.159] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8048497Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8048719Z [05-13|18:29:44.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:54.8049180Z [05-13|18:29:44.159] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8049369Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8049518Z [05-13|18:29:44.159] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8049854Z [05-13|18:29:44.159] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8049990Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8050208Z [05-13|18:29:44.159] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 29} -2026-05-13T18:30:54.8050344Z [05-13|18:29:44.159] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8050474Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8050805Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks -2026-05-13T18:30:54.8050938Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8051070Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8051401Z [05-13|18:29:44.160] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8051860Z [05-13|18:29:44.160] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8051991Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8052123Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8052260Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8052389Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8052522Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8052657Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8052787Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8053270Z [05-13|18:29:44.160] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8053411Z [05-13|18:29:44.160] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8053541Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8053671Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8053808Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8053939Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8054069Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8054261Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8054395Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8054732Z [05-13|18:29:44.161] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8054953Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8055224Z [05-13|18:29:44.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8055484Z [05-13|18:29:44.162] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8055998Z [05-13|18:29:44.161] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8056462Z [05-13|18:29:44.162] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8056971Z [05-13|18:29:44.162] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8057429Z [05-13|18:29:44.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8057567Z [05-13|18:29:44.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8058158Z [05-13|18:29:44.163] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8058450Z [05-13|18:29:44.163] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 4} -2026-05-13T18:30:54.8058590Z [05-13|18:29:44.161] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8058726Z [05-13|18:29:44.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8058858Z [05-13|18:29:44.163] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8059324Z [05-13|18:29:44.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8059787Z [05-13|18:29:44.163] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8060126Z [05-13|18:29:44.164] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8060264Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8060397Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8060528Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8060860Z [05-13|18:29:44.164] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8061004Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8061136Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8061276Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8061408Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8061539Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8061676Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8061805Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8062133Z [05-13|18:29:44.164] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8062338Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8062471Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8062604Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8062737Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8062874Z [05-13|18:29:44.164] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8063061Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8063328Z [05-13|18:29:44.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8063595Z [05-13|18:29:44.165] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8063778Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8063915Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8064374Z [05-13|18:29:44.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8064876Z [05-13|18:29:44.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8065015Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8065155Z [05-13|18:29:44.165] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8065286Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8065416Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8065553Z [05-13|18:29:44.166] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8066003Z [05-13|18:29:44.166] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8066270Z [05-13|18:29:44.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.8066408Z [05-13|18:29:44.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8066674Z [05-13|18:29:44.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.8066808Z [05-13|18:29:44.167] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8067070Z [05-13|18:29:44.167] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8067530Z [05-13|18:29:44.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8067983Z [05-13|18:29:44.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8068540Z [05-13|18:29:44.167] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8069000Z [05-13|18:29:44.167] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8069450Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8069592Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8069862Z [05-13|18:29:44.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 23, "votes": 3} -2026-05-13T18:30:54.8069995Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8070259Z [05-13|18:29:44.168] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8070755Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8071085Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8071544Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8072028Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8072403Z [05-13|18:29:44.168] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8072547Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8072999Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8073136Z [05-13|18:29:44.168] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8073642Z [05-13|18:29:44.168] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8073780Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8073911Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8074246Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8074381Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8074818Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8075159Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8075295Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8075756Z [05-13|18:29:44.169] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 23, "next round": 24, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8075896Z [05-13|18:29:44.169] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8076230Z [05-13|18:29:44.170] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.8076555Z [05-13|18:29:44.170] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8076888Z [05-13|18:29:44.169] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.8077026Z [05-13|18:29:44.170] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8077159Z [05-13|18:29:44.170] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8077300Z [05-13|18:29:44.171] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8077626Z [05-13|18:29:44.171] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8077762Z [05-13|18:29:44.171] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8078334Z [05-13|18:29:44.171] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8078670Z [05-13|18:29:44.171] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.8078938Z [05-13|18:29:44.171] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8079270Z [05-13|18:29:44.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8079405Z [05-13|18:29:44.172] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8079860Z [05-13|18:29:44.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8080180Z [05-13|18:29:44.172] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8080678Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8081128Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8081402Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.8081711Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.8082172Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8082629Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8083076Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8083339Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.8083605Z [05-13|18:29:44.173] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 24, "votes": 3} -2026-05-13T18:30:54.8084062Z [05-13|18:29:44.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8084321Z [05-13|18:29:44.174] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8084783Z [05-13|18:29:44.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8085235Z [05-13|18:29:44.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8085688Z [05-13|18:29:44.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 24, "next round": 25, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8086037Z [05-13|18:29:44.175] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.8086175Z [05-13|18:29:44.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8086435Z [05-13|18:29:44.175] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8086777Z [05-13|18:29:44.175] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.8087228Z [05-13|18:29:44.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8087558Z [05-13|18:29:44.175] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8087701Z [05-13|18:29:44.175] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8088186Z [05-13|18:29:44.176] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8088452Z [05-13|18:29:44.176] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.8088594Z [05-13|18:29:44.176] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8089109Z [05-13|18:29:44.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8089436Z [05-13|18:29:44.177] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8089829Z [05-13|18:29:44.177] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8089965Z [05-13|18:29:44.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8090101Z [05-13|18:29:44.177] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8090489Z [05-13|18:29:44.177] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.8090627Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8090761Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8091087Z [05-13|18:29:44.178] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8091222Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8091355Z [05-13|18:29:44.178] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8091492Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8091628Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8091761Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8092022Z [05-13|18:29:44.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8092288Z [05-13|18:29:44.179] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8092742Z [05-13|18:29:44.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8093201Z [05-13|18:29:44.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8093334Z [05-13|18:29:44.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8093662Z [05-13|18:29:44.180] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8094121Z [05-13|18:29:44.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8094383Z [05-13|18:29:44.180] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8094838Z [05-13|18:29:44.180] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8094979Z [05-13|18:29:44.179] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8095308Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8095634Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8095774Z [05-13|18:29:44.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8095968Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8096099Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8096432Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8096575Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8096948Z [05-13|18:29:44.181] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8097081Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8097219Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8097582Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8097716Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8097857Z [05-13|18:29:44.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8097989Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8098303Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8098448Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8098581Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8098710Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8099040Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8099365Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8099695Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8099835Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8099968Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8100098Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8100428Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8100567Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8100897Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8101231Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8101561Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8101891Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8102024Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8102161Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8102293Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8102426Z [05-13|18:29:44.182] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8102566Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8102696Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8102956Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8103220Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8103358Z [05-13|18:29:44.183] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8103748Z [05-13|18:29:44.182] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8104085Z [05-13|18:29:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8104398Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8104856Z [05-13|18:29:44.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8105120Z [05-13|18:29:44.183] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8105622Z [05-13|18:29:44.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8105955Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8106329Z [05-13|18:29:44.183] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8106589Z [05-13|18:29:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8106846Z [05-13|18:29:44.184] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.8107182Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8107512Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8107838Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8108287Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.8108751Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8109208Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8109664Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8110118Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8110447Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8110906Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8111237Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8111557Z [05-13|18:29:44.184] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8112018Z [05-13|18:29:44.184] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8112154Z [05-13|18:29:44.184] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8112480Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8112877Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8113012Z [05-13|18:29:44.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8113388Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8113717Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8113851Z [05-13|18:29:44.185] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8114223Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8114563Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.8114888Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8115265Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 25, "sequence": 25, "digest": "fb118963c9d96e659ef6..."} -2026-05-13T18:30:54.8115604Z [05-13|18:29:44.185] INFO Simplex/epoch.go:1369 Committed block {"round": 26, "sequence": 26, "digest": "b159bd70912170aaa86e..."} -2026-05-13T18:30:54.8115750Z [05-13|18:29:44.186] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8115967Z [05-13|18:29:44.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:54.8116303Z [05-13|18:29:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8116458Z [05-13|18:29:44.186] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8116786Z [05-13|18:29:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8117006Z [05-13|18:29:44.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:54.8117332Z [05-13|18:29:44.186] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8117477Z [05-13|18:29:44.187] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8117695Z [05-13|18:29:44.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 27} -2026-05-13T18:30:54.8117964Z [05-13|18:29:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8118346Z [05-13|18:29:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8118616Z [05-13|18:29:44.187] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8118760Z [05-13|18:29:44.187] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8119021Z [05-13|18:29:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8119286Z [05-13|18:29:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8119545Z [05-13|18:29:44.188] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8120007Z [05-13|18:29:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8120151Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8120286Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8120419Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8120657Z [05-13|18:29:44.188] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8120788Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8121272Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8121467Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8121916Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8122049Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8122233Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8122368Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8122820Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8122960Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8123142Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8123475Z [05-13|18:29:44.189] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8123610Z [05-13|18:29:44.189] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8124070Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8124527Z [05-13|18:29:44.188] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8124849Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks -2026-05-13T18:30:54.8125313Z [05-13|18:29:44.189] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8125794Z [05-13|18:29:44.189] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8126127Z [05-13|18:29:44.190] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8126263Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8126395Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8126528Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8126664Z [05-13|18:29:44.190] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8127138Z [05-13|18:29:44.190] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8127472Z [05-13|18:29:44.190] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8127938Z [05-13|18:29:44.190] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8128188Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8128324Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8128464Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8128790Z [05-13|18:29:44.190] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8128991Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8129126Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8129257Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8129389Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8129526Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8130081Z [05-13|18:29:44.191] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8130214Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8130403Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8130536Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8130666Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8130803Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8130933Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8131453Z [05-13|18:29:44.192] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8131595Z [05-13|18:29:44.191] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8131729Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8131860Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8131990Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8132131Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8132261Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8132392Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8132732Z [05-13|18:29:44.192] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8132867Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8132999Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8133137Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8133269Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8133398Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8133533Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8133663Z [05-13|18:29:44.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8133794Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8133927Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8134066Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8134197Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8134328Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8134464Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8134795Z [05-13|18:29:44.193] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8134927Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8135063Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8135193Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8135324Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8135461Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8135637Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8135767Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8135897Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8136033Z [05-13|18:29:44.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8136298Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8136597Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8136862Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8137357Z [05-13|18:29:44.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8137495Z [05-13|18:29:44.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8137958Z [05-13|18:29:44.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8138263Z [05-13|18:29:44.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8138531Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8138805Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8138938Z [05-13|18:29:44.195] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8139398Z [05-13|18:29:44.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8139539Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8139801Z [05-13|18:29:44.196] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8140255Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8140395Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8140844Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8140978Z [05-13|18:29:44.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8141116Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8141448Z [05-13|18:29:44.196] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8141899Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8142041Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8142174Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8142305Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8142445Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8142576Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8142706Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8143169Z [05-13|18:29:44.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8143302Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8143432Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8143627Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8143762Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8143896Z [05-13|18:29:44.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8144028Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8144222Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8144351Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8144610Z [05-13|18:29:44.195] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8144749Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8145249Z [05-13|18:29:44.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8145690Z [05-13|18:29:44.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8145828Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8145997Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8146457Z [05-13|18:29:44.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8146593Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8146724Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8147152Z [05-13|18:29:44.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8147291Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8147424Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8147554Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8147980Z [05-13|18:29:44.197] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8148231Z [05-13|18:29:44.197] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8148368Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8148500Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8148838Z [05-13|18:29:44.198] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8149297Z [05-13|18:29:44.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8149437Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8149705Z [05-13|18:29:44.198] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8149838Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8149969Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8150108Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8150238Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8150367Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8150502Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8150634Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8150966Z [05-13|18:29:44.198] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8151173Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8151500Z [05-13|18:29:44.198] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8151959Z [05-13|18:29:44.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8152151Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8152281Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8152412Z [05-13|18:29:44.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8152792Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8152927Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8153061Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8153192Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8153331Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8153515Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8153647Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8153987Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8154448Z [05-13|18:29:44.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8154776Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8154915Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8155046Z [05-13|18:29:44.199] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8155374Z [05-13|18:29:44.199] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8155712Z [05-13|18:29:44.200] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8155845Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8155976Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8156113Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8156244Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8156376Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8156513Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8156645Z [05-13|18:29:44.200] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8156907Z [05-13|18:29:44.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8157044Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8157175Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8157306Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8157439Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8157574Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8157835Z [05-13|18:29:44.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8157969Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8158238Z [05-13|18:29:44.201] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8158502Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8158711Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8158979Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8159437Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8159632Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8159896Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8160208Z [05-13|18:29:44.201] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8160343Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8160612Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8160869Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8161050Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8161189Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8161659Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8162117Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8162259Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8162392Z [05-13|18:29:44.202] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8162849Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8162989Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8163438Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8163887Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8164024Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8164157Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8164414Z [05-13|18:29:44.202] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8164875Z [05-13|18:29:44.202] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8165335Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8165784Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8166237Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8166686Z [05-13|18:29:44.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8166866Z [05-13|18:29:44.203] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8167004Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8167457Z [05-13|18:29:44.204] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8167829Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8168289Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8168679Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8168816Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8169141Z [05-13|18:29:44.204] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8169278Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8169408Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8169786Z [05-13|18:29:44.205] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8169925Z [05-13|18:29:44.204] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8170259Z [05-13|18:29:44.205] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8170397Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8170532Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8170855Z [05-13|18:29:44.205] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8170989Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8171129Z [05-13|18:29:44.205] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8171451Z [05-13|18:29:44.206] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8171583Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8171720Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8171849Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8172177Z [05-13|18:29:44.206] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8172318Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8172578Z [05-13|18:29:44.206] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8172713Z [05-13|18:29:44.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8172978Z [05-13|18:29:44.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8173110Z [05-13|18:29:44.206] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8173240Z [05-13|18:29:44.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8173701Z [05-13|18:29:44.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8173833Z [05-13|18:29:44.207] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8174285Z [05-13|18:29:44.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8174549Z [05-13|18:29:44.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8175061Z [05-13|18:29:44.207] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8175324Z [05-13|18:29:44.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8175777Z [05-13|18:29:44.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8176280Z [05-13|18:29:44.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8176457Z [05-13|18:29:44.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8176720Z [05-13|18:29:44.208] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8177170Z [05-13|18:29:44.208] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8177672Z [05-13|18:29:44.208] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8177815Z [05-13|18:29:44.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8177948Z [05-13|18:29:44.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8178194Z [05-13|18:29:44.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8178476Z [05-13|18:29:44.207] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8178942Z [05-13|18:29:44.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8179210Z [05-13|18:29:44.209] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8179550Z [05-13|18:29:44.209] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8179816Z [05-13|18:29:44.210] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8180274Z [05-13|18:29:44.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8180730Z [05-13|18:29:44.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8181180Z [05-13|18:29:44.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8181514Z [05-13|18:29:44.210] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8181978Z [05-13|18:29:44.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8182425Z [05-13|18:29:44.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8182755Z [05-13|18:29:44.210] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8182898Z [05-13|18:29:44.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8183224Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8183558Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8183951Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8184086Z [05-13|18:29:44.211] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8184406Z [05-13|18:29:44.211] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8184797Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8185123Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8185317Z [05-13|18:29:44.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8185651Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8185984Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8186182Z [05-13|18:29:44.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8186516Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8186782Z [05-13|18:29:44.212] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8187044Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8187316Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8187647Z [05-13|18:29:44.212] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8187913Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8188495Z [05-13|18:29:44.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8188760Z [05-13|18:29:44.213] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8189214Z [05-13|18:29:44.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8189555Z [05-13|18:29:44.213] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8189886Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8190336Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8190680Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8191006Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8191336Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8191669Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8192130Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8192649Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8192990Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8193319Z [05-13|18:29:44.214] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8193839Z [05-13|18:29:44.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8194102Z [05-13|18:29:44.214] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8194411Z [05-13|18:29:44.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8194747Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8195253Z [05-13|18:29:44.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8195581Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 23, "sequence": 23, "digest": "978753d8b78153272eec..."} -2026-05-13T18:30:54.8195920Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 24, "sequence": 24, "digest": "1db0bdc8c78da120b4c7..."} -2026-05-13T18:30:54.8196067Z [05-13|18:29:44.215] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8196326Z [05-13|18:29:44.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8196587Z [05-13|18:29:44.215] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8197042Z [05-13|18:29:44.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8197261Z [05-13|18:29:44.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:54.8197722Z [05-13|18:29:44.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8198164Z [05-13|18:29:44.215] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8198314Z [05-13|18:29:44.216] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8198456Z [05-13|18:29:44.216] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8198591Z [05-13|18:29:44.216] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8199047Z [05-13|18:29:44.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8199514Z [05-13|18:29:44.216] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8199657Z [05-13|18:29:44.216] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8199870Z [05-13|18:29:44.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:54.8200198Z [05-13|18:29:44.216] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8200652Z [05-13|18:29:44.217] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8200794Z [05-13|18:29:44.217] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8201010Z [05-13|18:29:44.217] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 25} -2026-05-13T18:30:54.8201402Z [05-13|18:29:44.217] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8201729Z [05-13|18:29:44.217] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8202111Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks -2026-05-13T18:30:54.8202249Z [05-13|18:29:44.218] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8202510Z [05-13|18:29:44.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8202886Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8203153Z [05-13|18:29:44.218] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8203634Z [05-13|18:29:44.218] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8204023Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8204361Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8204815Z [05-13|18:29:44.218] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8205150Z [05-13|18:29:44.218] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8205627Z [05-13|18:29:44.218] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8206085Z [05-13|18:29:44.219] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8206563Z [05-13|18:29:44.220] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8206835Z [05-13|18:29:44.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8207097Z [05-13|18:29:44.221] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8207567Z [05-13|18:29:44.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8208022Z [05-13|18:29:44.221] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8208409Z [05-13|18:29:44.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.8208865Z [05-13|18:29:44.222] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8209131Z [05-13|18:29:44.222] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8209587Z [05-13|18:29:44.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8210047Z [05-13|18:29:44.223] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8210465Z [05-13|18:29:44.223] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8210729Z [05-13|18:29:44.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8210993Z [05-13|18:29:44.223] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8211380Z [05-13|18:29:44.224] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8211832Z [05-13|18:29:44.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8212340Z [05-13|18:29:44.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8212677Z [05-13|18:29:44.224] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8213107Z [05-13|18:29:44.225] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8213577Z [05-13|18:29:44.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8214056Z [05-13|18:29:44.225] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8214395Z [05-13|18:29:44.225] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8214847Z [05-13|18:29:44.226] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8215178Z [05-13|18:29:44.226] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8215511Z [05-13|18:29:44.226] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8215772Z [05-13|18:29:44.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8216033Z [05-13|18:29:44.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8216490Z [05-13|18:29:44.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8216753Z [05-13|18:29:44.227] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8217009Z [05-13|18:29:44.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8217474Z [05-13|18:29:44.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8217923Z [05-13|18:29:44.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8218297Z [05-13|18:29:44.229] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8218762Z [05-13|18:29:44.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8219213Z [05-13|18:29:44.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8219729Z [05-13|18:29:44.230] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8220078Z [05-13|18:29:44.230] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8220393Z [05-13|18:29:44.230] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8220848Z [05-13|18:29:44.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8221386Z [05-13|18:29:44.231] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8221653Z [05-13|18:29:44.231] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8221919Z [05-13|18:29:44.232] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8222306Z [05-13|18:29:44.231] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8222760Z [05-13|18:29:44.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8223221Z [05-13|18:29:44.232] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8223566Z [05-13|18:29:44.232] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8224002Z [05-13|18:29:44.233] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8224439Z [05-13|18:29:44.233] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8224579Z [05-13|18:29:44.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8224905Z [05-13|18:29:44.233] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8225233Z [05-13|18:29:44.231] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8225375Z [05-13|18:29:44.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8225507Z [05-13|18:29:44.233] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8225771Z [05-13|18:29:44.234] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8226233Z [05-13|18:29:44.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8226687Z [05-13|18:29:44.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8227142Z [05-13|18:29:44.234] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8227280Z [05-13|18:29:44.235] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8227611Z [05-13|18:29:44.235] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8227949Z [05-13|18:29:44.235] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8228332Z [05-13|18:29:44.235] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8228725Z [05-13|18:29:44.236] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8228985Z [05-13|18:29:44.236] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8229502Z [05-13|18:29:44.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8229830Z [05-13|18:29:44.236] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8230340Z [05-13|18:29:44.236] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8230796Z [05-13|18:29:44.237] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8230934Z [05-13|18:29:44.237] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8231311Z [05-13|18:29:44.237] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8231642Z [05-13|18:29:44.237] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8232069Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.8232207Z [05-13|18:29:44.238] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8232629Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.8232959Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8233389Z [05-13|18:29:44.238] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.8233654Z [05-13|18:29:44.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8233790Z [05-13|18:29:44.238] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8234057Z [05-13|18:29:44.238] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8234516Z [05-13|18:29:44.238] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8234652Z [05-13|18:29:44.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8235110Z [05-13|18:29:44.239] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8235547Z [05-13|18:29:44.239] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.8235974Z [05-13|18:29:44.239] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.8236438Z [05-13|18:29:44.239] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8236703Z [05-13|18:29:44.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8236961Z [05-13|18:29:44.240] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.8237436Z [05-13|18:29:44.240] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.8237777Z [05-13|18:29:44.240] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8238352Z [05-13|18:29:44.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8238881Z [05-13|18:29:44.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8239020Z [05-13|18:29:44.240] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8239336Z [05-13|18:29:44.239] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8239802Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8240302Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8240758Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8241105Z [05-13|18:29:44.241] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8241557Z [05-13|18:29:44.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8241881Z [05-13|18:29:44.241] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8242024Z [05-13|18:29:44.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8242347Z [05-13|18:29:44.242] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8242481Z [05-13|18:29:44.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8242813Z [05-13|18:29:44.242] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8242946Z [05-13|18:29:44.242] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8243263Z [05-13|18:29:44.243] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8243603Z [05-13|18:29:44.243] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8243737Z [05-13|18:29:44.243] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8244065Z [05-13|18:29:44.243] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8244338Z [05-13|18:29:44.243] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8244473Z [05-13|18:29:44.244] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8244735Z [05-13|18:29:44.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8245195Z [05-13|18:29:44.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8245647Z [05-13|18:29:44.244] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8245909Z [05-13|18:29:44.244] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8246423Z [05-13|18:29:44.245] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8246855Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8247318Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8247745Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8248298Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8248632Z [05-13|18:29:44.245] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8248906Z [05-13|18:29:44.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8249420Z [05-13|18:29:44.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8249887Z [05-13|18:29:44.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8250149Z [05-13|18:29:44.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8250410Z [05-13|18:29:44.246] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8250676Z [05-13|18:29:44.245] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8251135Z [05-13|18:29:44.246] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8251592Z [05-13|18:29:44.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8252028Z [05-13|18:29:44.247] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.8252163Z [05-13|18:29:44.247] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8252616Z [05-13|18:29:44.247] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8253051Z [05-13|18:29:44.247] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.8253482Z [05-13|18:29:44.247] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.8253619Z [05-13|18:29:44.248] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8257054Z [05-13|18:29:44.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8257454Z [05-13|18:29:44.248] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8257939Z [05-13|18:29:44.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8258495Z [05-13|18:29:44.249] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8258945Z [05-13|18:29:44.249] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8259414Z [05-13|18:29:44.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8259813Z [05-13|18:29:44.249] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8260102Z [05-13|18:29:44.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8260418Z [05-13|18:29:44.249] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.8260686Z [05-13|18:29:44.250] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8261157Z [05-13|18:29:44.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8261664Z [05-13|18:29:44.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8262133Z [05-13|18:29:44.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8262469Z [05-13|18:29:44.250] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8262795Z [05-13|18:29:44.251] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8263137Z [05-13|18:29:44.251] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8263407Z [05-13|18:29:44.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8263679Z [05-13|18:29:44.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8263951Z [05-13|18:29:44.251] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8264417Z [05-13|18:29:44.251] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8264875Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8265031Z [05-13|18:29:44.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8265295Z [05-13|18:29:44.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8265555Z [05-13|18:29:44.252] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.8266005Z [05-13|18:29:44.252] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} -2026-05-13T18:30:54.8266466Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8266924Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8267074Z [05-13|18:29:44.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8267527Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8268023Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8268610Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8269110Z [05-13|18:29:44.252] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} -2026-05-13T18:30:54.8269251Z [05-13|18:29:44.252] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8269752Z [05-13|18:29:44.252] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8269891Z [05-13|18:29:44.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8270040Z [05-13|18:29:44.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8270432Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8270866Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 11, "epoch round": 11} -2026-05-13T18:30:54.8271011Z [05-13|18:29:44.253] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8271342Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8271674Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8272006Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8272333Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8272660Z [05-13|18:29:44.253] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8272933Z [05-13|18:29:44.253] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.8273068Z [05-13|18:29:44.254] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8273527Z [05-13|18:29:44.254] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8273862Z [05-13|18:29:44.254] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8274126Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8274390Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8274649Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8275116Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8275374Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8275830Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8276280Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8276477Z [05-13|18:29:44.255] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8276745Z [05-13|18:29:44.255] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8277202Z [05-13|18:29:44.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8277691Z [05-13|18:29:44.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8278470Z [05-13|18:29:44.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8278951Z [05-13|18:29:44.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8279290Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8279788Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.8280126Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8280558Z [05-13|18:29:44.256] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.8281020Z [05-13|18:29:44.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8281448Z [05-13|18:29:44.257] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 19, "epoch round": 19} -2026-05-13T18:30:54.8281787Z [05-13|18:29:44.257] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8281935Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8282394Z [05-13|18:29:44.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8282531Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8282673Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8283006Z [05-13|18:29:44.257] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8283141Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8283286Z [05-13|18:29:44.257] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8283419Z [05-13|18:29:44.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8283548Z [05-13|18:29:44.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8283820Z [05-13|18:29:44.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8284153Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8284418Z [05-13|18:29:44.258] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8284559Z [05-13|18:29:44.258] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8285017Z [05-13|18:29:44.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8285351Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8285740Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8286072Z [05-13|18:29:44.258] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8286579Z [05-13|18:29:44.258] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8287034Z [05-13|18:29:44.259] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8287332Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8287597Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8288243Z [05-13|18:29:44.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8288516Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8288778Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8289243Z [05-13|18:29:44.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8289573Z [05-13|18:29:44.260] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8290034Z [05-13|18:29:44.260] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8290308Z [05-13|18:29:44.260] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8290569Z [05-13|18:29:44.261] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8291031Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8291488Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8291943Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8292383Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} -2026-05-13T18:30:54.8292849Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8293182Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8293506Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8293974Z [05-13|18:29:44.261] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8294405Z [05-13|18:29:44.261] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} -2026-05-13T18:30:54.8294803Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8295141Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8295413Z [05-13|18:29:44.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8295737Z [05-13|18:29:44.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8295877Z [05-13|18:29:44.262] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8296363Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 12, "epoch round": 12} -2026-05-13T18:30:54.8296837Z [05-13|18:29:44.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8297177Z [05-13|18:29:44.262] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8297498Z [05-13|18:29:44.262] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8297966Z [05-13|18:29:44.262] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8298416Z [05-13|18:29:44.263] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8298884Z [05-13|18:29:44.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8299346Z [05-13|18:29:44.263] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8299492Z [05-13|18:29:44.263] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8299763Z [05-13|18:29:44.263] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8300119Z [05-13|18:29:44.263] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8300259Z [05-13|18:29:44.263] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8300520Z [05-13|18:29:44.264] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8300986Z [05-13|18:29:44.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8301322Z [05-13|18:29:44.264] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8301782Z [05-13|18:29:44.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8302244Z [05-13|18:29:44.264] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8302382Z [05-13|18:29:44.264] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8302645Z [05-13|18:29:44.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:54.8302783Z [05-13|18:29:44.265] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8303233Z [05-13|18:29:44.265] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8303632Z [05-13|18:29:44.265] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8303907Z [05-13|18:29:44.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8304234Z [05-13|18:29:44.265] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8304553Z [05-13|18:29:44.265] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8304884Z [05-13|18:29:44.265] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8305200Z [05-13|18:29:44.266] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8305658Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8306001Z [05-13|18:29:44.266] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8306507Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8306965Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8307424Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8307875Z [05-13|18:29:44.266] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8308322Z [05-13|18:29:44.267] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8308466Z [05-13|18:29:44.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8308734Z [05-13|18:29:44.267] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8308870Z [05-13|18:29:44.267] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8309204Z [05-13|18:29:44.267] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8309530Z [05-13|18:29:44.268] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8309861Z [05-13|18:29:44.268] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8310127Z [05-13|18:29:44.267] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8310261Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8310721Z [05-13|18:29:44.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8310864Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8311317Z [05-13|18:29:44.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8311450Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8311589Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8311720Z [05-13|18:29:44.268] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8312171Z [05-13|18:29:44.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8312377Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8312509Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8312948Z [05-13|18:29:44.269] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.8313141Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8313403Z [05-13|18:29:44.269] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8313534Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8313721Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8313855Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8313988Z [05-13|18:29:44.269] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8314118Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8314630Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8314769Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8314902Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8315170Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8315301Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8315565Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8315829Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8316265Z [05-13|18:29:44.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.8316529Z [05-13|18:29:44.270] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8316992Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8317129Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8317581Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8317927Z [05-13|18:29:44.270] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8318180Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8318315Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8318754Z [05-13|18:29:44.270] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 13, "epoch round": 13} -2026-05-13T18:30:54.8318889Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8319022Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8319479Z [05-13|18:29:44.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8319613Z [05-13|18:29:44.270] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8319744Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8319886Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8320217Z [05-13|18:29:44.271] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8320554Z [05-13|18:29:44.271] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8321019Z [05-13|18:29:44.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8321607Z [05-13|18:29:44.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8322112Z [05-13|18:29:44.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8322256Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8322521Z [05-13|18:29:44.272] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8322655Z [05-13|18:29:44.272] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8323044Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8323377Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8323710Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8324042Z [05-13|18:29:44.272] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8324177Z [05-13|18:29:44.271] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8324634Z [05-13|18:29:44.272] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8324776Z [05-13|18:29:44.272] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8324913Z [05-13|18:29:44.272] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8325045Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8325384Z [05-13|18:29:44.273] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8325517Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8325650Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8325792Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8325924Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8326250Z [05-13|18:29:44.273] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8326588Z [05-13|18:29:44.273] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8326721Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8326853Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8326984Z [05-13|18:29:44.273] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8327444Z [05-13|18:29:44.273] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8327576Z [05-13|18:29:44.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8327710Z [05-13|18:29:44.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8327847Z [05-13|18:29:44.274] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8328272Z [05-13|18:29:44.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8328730Z [05-13|18:29:44.274] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8328996Z [05-13|18:29:44.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.8329318Z [05-13|18:29:44.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8329774Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8330088Z [05-13|18:29:44.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8330347Z [05-13|18:29:44.275] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8330609Z [05-13|18:29:44.274] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8331116Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8331575Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8332027Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8332462Z [05-13|18:29:44.275] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8332915Z [05-13|18:29:44.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8333373Z [05-13|18:29:44.275] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8333708Z [05-13|18:29:44.276] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8334158Z [05-13|18:29:44.276] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8334297Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8334432Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8334564Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8334696Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8334838Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8334970Z [05-13|18:29:44.277] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8335233Z [05-13|18:29:44.277] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8335570Z [05-13|18:29:44.277] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8335896Z [05-13|18:29:44.277] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8336219Z [05-13|18:29:44.277] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8336361Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8336492Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8337013Z [05-13|18:29:44.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8337154Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8337286Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8337653Z [05-13|18:29:44.278] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8337792Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8337921Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8338410Z [05-13|18:29:44.278] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8338684Z [05-13|18:29:44.278] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:54.8338819Z [05-13|18:29:44.278] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8339327Z [05-13|18:29:44.278] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8339469Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8339604Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8339736Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8339875Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8340331Z [05-13|18:29:44.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8340467Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8340603Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8340740Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8341002Z [05-13|18:29:44.279] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8341134Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8341599Z [05-13|18:29:44.279] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8341733Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8342065Z [05-13|18:29:44.280] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8342207Z [05-13|18:29:44.279] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8342339Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8342471Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8342609Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8342742Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8343070Z [05-13|18:29:44.280] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8343211Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8343345Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8343478Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8343810Z [05-13|18:29:44.280] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8343945Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8344077Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8344275Z [05-13|18:29:44.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8344546Z [05-13|18:29:44.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8344808Z [05-13|18:29:44.280] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8345193Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8345529Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8345831Z [05-13|18:29:44.281] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8346159Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8346493Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8346851Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8346987Z [05-13|18:29:44.281] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8347261Z [05-13|18:29:44.281] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8347584Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8347845Z [05-13|18:29:44.281] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 4} -2026-05-13T18:30:54.8348295Z [05-13|18:29:44.281] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8348756Z [05-13|18:29:44.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8349220Z [05-13|18:29:44.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8349680Z [05-13|18:29:44.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8350130Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8350589Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8351030Z [05-13|18:29:44.282] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.8351493Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8351952Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8352088Z [05-13|18:29:44.282] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8352539Z [05-13|18:29:44.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8352682Z [05-13|18:29:44.282] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8353010Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8353397Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8353539Z [05-13|18:29:44.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8353671Z [05-13|18:29:44.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8354055Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8354195Z [05-13|18:29:44.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8354512Z [05-13|18:29:44.283] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8354882Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8355023Z [05-13|18:29:44.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8355352Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8355730Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8355875Z [05-13|18:29:44.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8356196Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8356459Z [05-13|18:29:44.284] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8356792Z [05-13|18:29:44.284] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8357114Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8357442Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8357712Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8358155Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8358424Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8358695Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8359157Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8359491Z [05-13|18:29:44.285] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8359762Z [05-13|18:29:44.285] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8360227Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8360683Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8361139Z [05-13|18:29:44.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8361594Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8361922Z [05-13|18:29:44.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8362266Z [05-13|18:29:44.286] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8362720Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8363223Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8363729Z [05-13|18:29:44.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8363996Z [05-13|18:29:44.286] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8364259Z [05-13|18:29:44.287] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8364767Z [05-13|18:29:44.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8365208Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.8365662Z [05-13|18:29:44.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8366098Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.8366233Z [05-13|18:29:44.287] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8366664Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.8367000Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8367332Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8367661Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8367982Z [05-13|18:29:44.287] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8368426Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8368771Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8368916Z [05-13|18:29:44.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8369051Z [05-13|18:29:44.288] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8369378Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8369649Z [05-13|18:29:44.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8369977Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8370248Z [05-13|18:29:44.288] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8370582Z [05-13|18:29:44.288] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8370975Z [05-13|18:29:44.289] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8371434Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8371756Z [05-13|18:29:44.289] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8372210Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8372718Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8373184Z [05-13|18:29:44.289] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8373577Z [05-13|18:29:44.289] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8373722Z [05-13|18:29:44.289] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8374053Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8374506Z [05-13|18:29:44.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8374847Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8375278Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.8375414Z [05-13|18:29:44.290] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8375843Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.8376263Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.8376594Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8376931Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8377196Z [05-13|18:29:44.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8377527Z [05-13|18:29:44.290] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8377990Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8378385Z [05-13|18:29:44.290] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8378855Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8379319Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8379657Z [05-13|18:29:44.291] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8379860Z [05-13|18:29:44.291] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8380323Z [05-13|18:29:44.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8380588Z [05-13|18:29:44.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8380972Z [05-13|18:29:44.292] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8381130Z [05-13|18:29:44.292] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8381522Z [05-13|18:29:44.292] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8381742Z [05-13|18:29:44.292] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:54.8382207Z [05-13|18:29:44.292] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8382523Z [05-13|18:29:44.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8382670Z [05-13|18:29:44.293] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8382889Z [05-13|18:29:44.293] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:54.8383340Z [05-13|18:29:44.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8383675Z [05-13|18:29:44.293] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8384011Z [05-13|18:29:44.292] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8384386Z [05-13|18:29:44.293] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.8384748Z [05-13|18:29:44.293] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.8384896Z [05-13|18:29:44.293] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8385161Z [05-13|18:29:44.292] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8385492Z [05-13|18:29:44.293] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8385954Z [05-13|18:29:44.293] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8386411Z [05-13|18:29:44.294] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8386555Z [05-13|18:29:44.294] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8386922Z [05-13|18:29:44.294] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.8387253Z [05-13|18:29:44.294] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8387388Z [05-13|18:29:44.294] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8387827Z [05-13|18:29:44.294] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.8388152Z [05-13|18:29:44.295] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 22} -2026-05-13T18:30:54.8388581Z [05-13|18:29:44.295] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 17, "epoch round": 17} -2026-05-13T18:30:54.8388957Z [05-13|18:29:44.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8389281Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks -2026-05-13T18:30:54.8389677Z [05-13|18:29:44.295] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8389818Z [05-13|18:29:44.295] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8390344Z [05-13|18:29:44.295] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8390611Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8391075Z [05-13|18:29:44.295] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8391577Z [05-13|18:29:44.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8391845Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8392321Z [05-13|18:29:44.296] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8392774Z [05-13|18:29:44.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8393037Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8393494Z [05-13|18:29:44.296] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8393629Z [05-13|18:29:44.296] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8394103Z [05-13|18:29:44.296] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8394366Z [05-13|18:29:44.296] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8394820Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8395299Z [05-13|18:29:44.297] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8395640Z [05-13|18:29:44.297] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8395902Z [05-13|18:29:44.295] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8396364Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8396815Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8397154Z [05-13|18:29:44.297] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8397611Z [05-13|18:29:44.297] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8397987Z [05-13|18:29:44.297] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8398245Z [05-13|18:29:44.297] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8398770Z [05-13|18:29:44.298] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8398905Z [05-13|18:29:44.298] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8399232Z [05-13|18:29:44.298] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8399615Z [05-13|18:29:44.299] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8399885Z [05-13|18:29:44.299] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8400214Z [05-13|18:29:44.299] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8400529Z [05-13|18:29:44.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8400858Z [05-13|18:29:44.299] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8401311Z [05-13|18:29:44.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8401644Z [05-13|18:29:44.300] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8402100Z [05-13|18:29:44.300] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8402366Z [05-13|18:29:44.300] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8402832Z [05-13|18:29:44.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8403285Z [05-13|18:29:44.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8403549Z [05-13|18:29:44.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.8404002Z [05-13|18:29:44.301] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8404264Z [05-13|18:29:44.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8404725Z [05-13|18:29:44.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8404993Z [05-13|18:29:44.301] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8405328Z [05-13|18:29:44.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8405589Z [05-13|18:29:44.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8405854Z [05-13|18:29:44.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8406189Z [05-13|18:29:44.302] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8406509Z [05-13|18:29:44.302] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8406843Z [05-13|18:29:44.302] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8407298Z [05-13|18:29:44.302] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8407598Z [05-13|18:29:44.303] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 4} -2026-05-13T18:30:54.8408171Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8408686Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8409030Z [05-13|18:29:44.303] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8409532Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8409995Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8410462Z [05-13|18:29:44.303] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8410795Z [05-13|18:29:44.303] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8411248Z [05-13|18:29:44.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8411516Z [05-13|18:29:44.304] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8411972Z [05-13|18:29:44.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8412425Z [05-13|18:29:44.304] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8412570Z [05-13|18:29:44.304] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8412704Z [05-13|18:29:44.304] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8413038Z [05-13|18:29:44.304] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8413179Z [05-13|18:29:44.304] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8413504Z [05-13|18:29:44.304] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8413640Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8413973Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8414409Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.8414545Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8414686Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8414817Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8415244Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.8415642Z [05-13|18:29:44.305] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8415777Z [05-13|18:29:44.305] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8416156Z [05-13|18:29:44.306] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8416484Z [05-13|18:29:44.306] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8416948Z [05-13|18:29:44.306] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 15, "epoch round": 15} -2026-05-13T18:30:54.8417213Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8417673Z [05-13|18:29:44.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8417972Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8418346Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8418811Z [05-13|18:29:44.306] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8419075Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8419531Z [05-13|18:29:44.307] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8419798Z [05-13|18:29:44.307] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8420057Z [05-13|18:29:44.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8420510Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8420969Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8421446Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8421899Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8422169Z [05-13|18:29:44.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8422500Z [05-13|18:29:44.308] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8422761Z [05-13|18:29:44.308] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8423221Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8423673Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8424119Z [05-13|18:29:44.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8424530Z [05-13|18:29:44.308] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8424666Z [05-13|18:29:44.309] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8425119Z [05-13|18:29:44.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8425625Z [05-13|18:29:44.309] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8425934Z [05-13|18:29:44.309] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8426262Z [05-13|18:29:44.309] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8426402Z [05-13|18:29:44.309] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8426731Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8427231Z [05-13|18:29:44.310] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8427574Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8427897Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8428353Z [05-13|18:29:44.310] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8428684Z [05-13|18:29:44.311] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8428819Z [05-13|18:29:44.310] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8429150Z [05-13|18:29:44.311] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8429292Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8429425Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8429754Z [05-13|18:29:44.311] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8429892Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8430024Z [05-13|18:29:44.311] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8430156Z [05-13|18:29:44.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8430424Z [05-13|18:29:44.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8430558Z [05-13|18:29:44.312] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8430886Z [05-13|18:29:44.312] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8431212Z [05-13|18:29:44.312] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8431670Z [05-13|18:29:44.312] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8431932Z [05-13|18:29:44.312] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8432198Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8432455Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8432975Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8433241Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8433745Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8434197Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8434514Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8434970Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8435470Z [05-13|18:29:44.313] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8435909Z [05-13|18:29:44.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:54.8436338Z [05-13|18:29:44.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:54.8436603Z [05-13|18:29:44.313] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8437025Z [05-13|18:29:44.313] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 20, "epoch round": 20} -2026-05-13T18:30:54.8437160Z [05-13|18:29:44.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8437291Z [05-13|18:29:44.313] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8437556Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8437814Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8438389Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8438854Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8439306Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8439574Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8439911Z [05-13|18:29:44.314] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8440170Z [05-13|18:29:44.315] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8440512Z [05-13|18:29:44.315] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8440968Z [05-13|18:29:44.314] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8441417Z [05-13|18:29:44.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8441818Z [05-13|18:29:44.315] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8442148Z [05-13|18:29:44.315] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8442410Z [05-13|18:29:44.314] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8442923Z [05-13|18:29:44.315] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8443425Z [05-13|18:29:44.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8443753Z [05-13|18:29:44.316] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8444020Z [05-13|18:29:44.316] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.8444521Z [05-13|18:29:44.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8444973Z [05-13|18:29:44.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8445432Z [05-13|18:29:44.317] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8445765Z [05-13|18:29:44.317] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8446096Z [05-13|18:29:44.317] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8446431Z [05-13|18:29:44.317] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8446762Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8447091Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8447359Z [05-13|18:29:44.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8447685Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8447944Z [05-13|18:29:44.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8448324Z [05-13|18:29:44.318] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 21, "votes": 3} -2026-05-13T18:30:54.8448787Z [05-13|18:29:44.318] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8449240Z [05-13|18:29:44.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8449574Z [05-13|18:29:44.318] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8450032Z [05-13|18:29:44.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8450496Z [05-13|18:29:44.319] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 21, "next round": 22, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8450823Z [05-13|18:29:44.319] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8451153Z [05-13|18:29:44.319] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8451304Z [05-13|18:29:44.320] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8451569Z [05-13|18:29:44.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.8451711Z [05-13|18:29:44.320] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8451915Z [05-13|18:29:44.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.8452304Z [05-13|18:29:44.320] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8452758Z [05-13|18:29:44.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8453024Z [05-13|18:29:44.320] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8453373Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8453830Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8454289Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8454555Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8454693Z [05-13|18:29:44.321] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8454901Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.8455165Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8455426Z [05-13|18:29:44.321] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8455881Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8456339Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8456793Z [05-13|18:29:44.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8457136Z [05-13|18:29:44.321] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8457589Z [05-13|18:29:44.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8458158Z [05-13|18:29:44.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8458311Z [05-13|18:29:44.322] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8458645Z [05-13|18:29:44.322] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8458971Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks -2026-05-13T18:30:54.8459453Z [05-13|18:29:44.322] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8459854Z [05-13|18:29:44.323] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8460326Z [05-13|18:29:44.323] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8460718Z [05-13|18:29:44.323] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8461047Z [05-13|18:29:44.323] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8461233Z [05-13|18:29:44.323] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8461710Z [05-13|18:29:44.323] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8462042Z [05-13|18:29:44.324] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8462558Z [05-13|18:29:44.324] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8462701Z [05-13|18:29:44.324] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8463029Z [05-13|18:29:44.325] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8463290Z [05-13|18:29:44.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.8463754Z [05-13|18:29:44.326] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8464017Z [05-13|18:29:44.326] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 4} -2026-05-13T18:30:54.8464472Z [05-13|18:29:44.327] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8464738Z [05-13|18:29:44.327] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.8465193Z [05-13|18:29:44.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8465451Z [05-13|18:29:44.328] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 22, "votes": 3} -2026-05-13T18:30:54.8465788Z [05-13|18:29:44.328] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8466241Z [05-13|18:29:44.328] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 22, "next round": 23, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8466506Z [05-13|18:29:44.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8466961Z [05-13|18:29:44.329] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8467225Z [05-13|18:29:44.329] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8467359Z [05-13|18:29:44.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8467819Z [05-13|18:29:44.330] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8467953Z [05-13|18:29:44.330] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8468371Z [05-13|18:29:44.330] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8468639Z [05-13|18:29:44.330] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 4} -2026-05-13T18:30:54.8468970Z [05-13|18:29:44.330] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8469375Z [05-13|18:29:44.331] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8469515Z [05-13|18:29:44.331] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8470022Z [05-13|18:29:44.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8470364Z [05-13|18:29:44.331] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8470830Z [05-13|18:29:44.331] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8471012Z [05-13|18:29:44.332] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8471343Z [05-13|18:29:44.332] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8471484Z [05-13|18:29:44.332] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8471808Z [05-13|18:29:44.331] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8471941Z [05-13|18:29:44.333] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8472209Z [05-13|18:29:44.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8472343Z [05-13|18:29:44.333] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8472475Z [05-13|18:29:44.333] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8472609Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8472741Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8472873Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473008Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473139Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473269Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473398Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473534Z [05-13|18:29:44.334] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473663Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473791Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8473927Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474056Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474187Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474321Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474453Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474583Z [05-13|18:29:44.335] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474718Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474848Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8474978Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8475108Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8475242Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8475436Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8475565Z [05-13|18:29:44.336] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8475701Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8475833Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8476003Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8476137Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8476266Z [05-13|18:29:44.337] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8476633Z [05-13|18:29:44.337] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8476903Z [05-13|18:29:44.333] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8477358Z [05-13|18:29:44.337] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8477493Z [05-13|18:29:44.338] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8477793Z [05-13|18:29:44.338] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8478369Z [05-13|18:29:44.338] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8478821Z [05-13|18:29:44.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8479157Z [05-13|18:29:44.339] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8479609Z [05-13|18:29:44.339] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8479743Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8479880Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8480010Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8480144Z [05-13|18:29:44.339] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8480280Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8480419Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8480548Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8480679Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8480813Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8481075Z [05-13|18:29:44.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8481405Z [05-13|18:29:44.340] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8481735Z [05-13|18:29:44.340] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8482000Z [05-13|18:29:44.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8482132Z [05-13|18:29:44.340] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8482268Z [05-13|18:29:44.341] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8482528Z [05-13|18:29:44.340] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8482660Z [05-13|18:29:44.341] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8482990Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8483380Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8483705Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8484222Z [05-13|18:29:44.341] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8484548Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8484920Z [05-13|18:29:44.341] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8485380Z [05-13|18:29:44.342] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8485514Z [05-13|18:29:44.342] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8485694Z [05-13|18:29:44.342] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8486024Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8486349Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8486669Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8486998Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8487320Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8487642Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8487968Z [05-13|18:29:44.342] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8488432Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8488568Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8488897Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8489355Z [05-13|18:29:44.343] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8489488Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8489816Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8489950Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8490081Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8490218Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8490555Z [05-13|18:29:44.343] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8490687Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8490822Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8490953Z [05-13|18:29:44.343] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8491082Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8491607Z [05-13|18:29:44.344] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8491938Z [05-13|18:29:44.344] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8492324Z [05-13|18:29:44.344] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8492657Z [05-13|18:29:44.344] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8492789Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8492971Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8493105Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8493240Z [05-13|18:29:44.344] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8493371Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8493501Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8493685Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8493818Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8493956Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8494091Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8494220Z [05-13|18:29:44.345] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8494542Z [05-13|18:29:44.345] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8494876Z [05-13|18:29:44.345] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8495199Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8495526Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8495860Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8496127Z [05-13|18:29:44.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8496454Z [05-13|18:29:44.346] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8496724Z [05-13|18:29:44.346] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8497180Z [05-13|18:29:44.346] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8497445Z [05-13|18:29:44.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8497710Z [05-13|18:29:44.347] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8498159Z [05-13|18:29:44.347] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8498619Z [05-13|18:29:44.347] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8498954Z [05-13|18:29:44.347] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8499284Z [05-13|18:29:44.347] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8499482Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8499941Z [05-13|18:29:44.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8500399Z [05-13|18:29:44.348] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8500712Z [05-13|18:29:44.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 4} -2026-05-13T18:30:54.8500980Z [05-13|18:29:44.348] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8501161Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8501295Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8501629Z [05-13|18:29:44.348] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8501765Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8501896Z [05-13|18:29:44.348] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8502083Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8502216Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8502547Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8503007Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8503460Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8503911Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8504050Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8504381Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8504712Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8504849Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8505179Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8505503Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8505641Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8505961Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8506289Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8506432Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8506574Z [05-13|18:29:44.349] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8506706Z [05-13|18:29:44.349] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8506920Z [05-13|18:29:44.349] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.8507251Z [05-13|18:29:44.349] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8507579Z [05-13|18:29:44.350] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8507758Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8507896Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8508025Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8508340Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8508489Z [05-13|18:29:44.350] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8508620Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8508993Z [05-13|18:29:44.350] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.8509181Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8509315Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8509531Z [05-13|18:29:44.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.8509667Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8509848Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8509980Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8510120Z [05-13|18:29:44.350] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8510255Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8510385Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8510602Z [05-13|18:29:44.350] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.8510972Z [05-13|18:29:44.350] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.8511103Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8511234Z [05-13|18:29:44.350] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8511701Z [05-13|18:29:44.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8511834Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8511965Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8512101Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8512365Z [05-13|18:29:44.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8512497Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8512631Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8512770Z [05-13|18:29:44.351] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8513132Z [05-13|18:29:44.351] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.8513268Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8513399Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8513658Z [05-13|18:29:44.351] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8513791Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8513926Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8514056Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8514187Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8514323Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8514646Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks -2026-05-13T18:30:54.8514841Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8514975Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8515106Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8515584Z [05-13|18:29:44.352] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8515760Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8516283Z [05-13|18:29:44.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8516417Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8516867Z [05-13|18:29:44.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8517382Z [05-13|18:29:44.352] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8517837Z [05-13|18:29:44.352] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8517978Z [05-13|18:29:44.351] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8518227Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8518360Z [05-13|18:29:44.352] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8518842Z [05-13|18:29:44.353] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8518977Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8519106Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8519373Z [05-13|18:29:44.353] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8519504Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8519637Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8520112Z [05-13|18:29:44.353] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8520246Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8520698Z [05-13|18:29:44.353] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8521046Z [05-13|18:29:44.353] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8521205Z [05-13|18:29:44.353] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8521338Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8521467Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8521808Z [05-13|18:29:44.354] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8521940Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8522071Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8522208Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8522337Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8522466Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8522671Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8522802Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8523130Z [05-13|18:29:44.354] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8523268Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8523452Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8523582Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8523912Z [05-13|18:29:44.355] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8524095Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8524228Z [05-13|18:29:44.354] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8524359Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8524496Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8524627Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8524808Z [05-13|18:29:44.355] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8525118Z [05-13|18:29:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8525381Z [05-13|18:29:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8525838Z [05-13|18:29:44.356] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8525982Z [05-13|18:29:44.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8526111Z [05-13|18:29:44.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8526368Z [05-13|18:29:44.356] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8526505Z [05-13|18:29:44.356] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8526762Z [05-13|18:29:44.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8527213Z [05-13|18:29:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8527482Z [05-13|18:29:44.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8527936Z [05-13|18:29:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8528509Z [05-13|18:29:44.357] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8528777Z [05-13|18:29:44.357] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8529227Z [05-13|18:29:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8529488Z [05-13|18:29:44.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8529623Z [05-13|18:29:44.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8529754Z [05-13|18:29:44.358] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8530201Z [05-13|18:29:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8530464Z [05-13|18:29:44.358] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8530866Z [05-13|18:29:44.359] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8531317Z [05-13|18:29:44.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8531709Z [05-13|18:29:44.359] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8531841Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8532341Z [05-13|18:29:44.359] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8532484Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8532616Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8532747Z [05-13|18:29:44.359] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8533250Z [05-13|18:29:44.358] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8533384Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8533521Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8533655Z [05-13|18:29:44.357] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8534102Z [05-13|18:29:44.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8534434Z [05-13|18:29:44.360] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8534885Z [05-13|18:29:44.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8535148Z [05-13|18:29:44.360] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8535282Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8535419Z [05-13|18:29:44.360] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8535551Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8535682Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8536014Z [05-13|18:29:44.361] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8536149Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8536278Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8536730Z [05-13|18:29:44.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8536865Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8537188Z [05-13|18:29:44.361] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8537322Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8537458Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8537587Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8537715Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8537850Z [05-13|18:29:44.361] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8537978Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8538415Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8538620Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8538754Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8538884Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8539073Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8539203Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8539332Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8539467Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8539600Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8539779Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8539917Z [05-13|18:29:44.362] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8540258Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8540632Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8540957Z [05-13|18:29:44.362] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8541097Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8541230Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8541487Z [05-13|18:29:44.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8541749Z [05-13|18:29:44.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8542007Z [05-13|18:29:44.363] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8542140Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8542277Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8542409Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8542540Z [05-13|18:29:44.363] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8542997Z [05-13|18:29:44.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8543447Z [05-13|18:29:44.363] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8543712Z [05-13|18:29:44.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8543979Z [05-13|18:29:44.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8544241Z [05-13|18:29:44.364] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 18, "votes": 3} -2026-05-13T18:30:54.8544699Z [05-13|18:29:44.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8545158Z [05-13|18:29:44.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8545293Z [05-13|18:29:44.364] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8545738Z [05-13|18:29:44.364] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8545876Z [05-13|18:29:44.364] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8546072Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8546204Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8546340Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8546470Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8546598Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8546899Z [05-13|18:29:44.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8547161Z [05-13|18:29:44.365] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8547291Z [05-13|18:29:44.365] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8547457Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8547911Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8548165Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8548303Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8548817Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8548957Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8549402Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8549844Z [05-13|18:29:44.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8549978Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8550432Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8550572Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8550702Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8550835Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8550969Z [05-13|18:29:44.366] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8551423Z [05-13|18:29:44.366] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8551558Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8551694Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8552141Z [05-13|18:29:44.367] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8552477Z [05-13|18:29:44.367] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8552815Z [05-13|18:29:44.367] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8552950Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8553081Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8553215Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8553644Z [05-13|18:29:44.366] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8553777Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8553971Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8554394Z [05-13|18:29:44.367] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8554526Z [05-13|18:29:44.367] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8554716Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8555047Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8555177Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8555556Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8555692Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8555822Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8555955Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8556321Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8556779Z [05-13|18:29:44.368] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8556915Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8557245Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8557378Z [05-13|18:29:44.368] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8557510Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8557841Z [05-13|18:29:44.368] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8557975Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8558222Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8558555Z [05-13|18:29:44.369] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8558687Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8558816Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8558954Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8559275Z [05-13|18:29:44.369] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8559408Z [05-13|18:29:44.369] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8559542Z [05-13|18:29:44.370] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8559808Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8560266Z [05-13|18:29:44.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8560535Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8560793Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8561248Z [05-13|18:29:44.370] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8561514Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8561965Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8562290Z [05-13|18:29:44.370] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8562554Z [05-13|18:29:44.371] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 19, "votes": 3} -2026-05-13T18:30:54.8563057Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8563509Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8563698Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8563833Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8563966Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8564101Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8564229Z [05-13|18:29:44.371] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8564726Z [05-13|18:29:44.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8565181Z [05-13|18:29:44.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8565634Z [05-13|18:29:44.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8565969Z [05-13|18:29:44.372] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8566313Z [05-13|18:29:44.372] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8566446Z [05-13|18:29:44.372] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8566706Z [05-13|18:29:44.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8566971Z [05-13|18:29:44.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8567226Z [05-13|18:29:44.372] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8567682Z [05-13|18:29:44.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8568019Z [05-13|18:29:44.373] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8568470Z [05-13|18:29:44.373] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8568926Z [05-13|18:29:44.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8569268Z [05-13|18:29:44.373] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8569719Z [05-13|18:29:44.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8569853Z [05-13|18:29:44.373] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8570185Z [05-13|18:29:44.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8570643Z [05-13|18:29:44.373] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8571034Z [05-13|18:29:44.374] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8571173Z [05-13|18:29:44.374] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8571544Z [05-13|18:29:44.374] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8571807Z [05-13|18:29:44.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8572074Z [05-13|18:29:44.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8572445Z [05-13|18:29:44.375] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8572584Z [05-13|18:29:44.375] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8572848Z [05-13|18:29:44.375] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 3} -2026-05-13T18:30:54.8573155Z [05-13|18:29:44.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 20, "votes": 4} -2026-05-13T18:30:54.8573613Z [05-13|18:29:44.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8574072Z [05-13|18:29:44.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8574333Z [05-13|18:29:44.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8574589Z [05-13|18:29:44.376] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8575045Z [05-13|18:29:44.376] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8575492Z [05-13|18:29:44.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8575943Z [05-13|18:29:44.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8576398Z [05-13|18:29:44.377] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 20, "next round": 21, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8576731Z [05-13|18:29:44.377] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8576991Z [05-13|18:29:44.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8577256Z [05-13|18:29:44.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8577707Z [05-13|18:29:44.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8577966Z [05-13|18:29:44.378] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8578421Z [05-13|18:29:44.378] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8578874Z [05-13|18:29:44.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8579208Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8579606Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8579869Z [05-13|18:29:44.379] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8580194Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8580744Z [05-13|18:29:44.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8580879Z [05-13|18:29:44.379] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8581374Z [05-13|18:29:44.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8581713Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8582091Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8582427Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8582758Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8583081Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8583415Z [05-13|18:29:44.379] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8583869Z [05-13|18:29:44.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8584199Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8584528Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8584859Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 21, "sequence": 21, "digest": "769e8dce62eaef5f7e15..."} -2026-05-13T18:30:54.8585184Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 22, "sequence": 22, "digest": "2232541f51ada63e5c7c..."} -2026-05-13T18:30:54.8585324Z [05-13|18:29:44.380] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8585467Z [05-13|18:29:44.380] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8585916Z [05-13|18:29:44.380] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8586137Z [05-13|18:29:44.380] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:54.8586461Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8586786Z [05-13|18:29:44.380] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8586922Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8587064Z [05-13|18:29:44.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8587387Z [05-13|18:29:44.381] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8587597Z [05-13|18:29:44.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:54.8587788Z [05-13|18:29:44.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8587921Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8588164Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8588382Z [05-13|18:29:44.381] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 23} -2026-05-13T18:30:54.8588584Z [05-13|18:29:44.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8588906Z [05-13|18:29:44.381] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8589047Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8589177Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8589357Z [05-13|18:29:44.381] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8589497Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8589628Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8589758Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8589944Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8590076Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8590399Z [05-13|18:29:44.382] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8590531Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8590667Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8590798Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8590929Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8591063Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8591195Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8591328Z [05-13|18:29:44.382] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8591467Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8591597Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8591727Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8591862Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8592186Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks -2026-05-13T18:30:54.8592324Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8592458Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8592596Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8592725Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8592857Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8592995Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8593128Z [05-13|18:29:44.383] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8593453Z [05-13|18:29:44.384] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8593596Z [05-13|18:29:44.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8593726Z [05-13|18:29:44.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8594207Z [05-13|18:29:44.384] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8594478Z [05-13|18:29:44.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8594942Z [05-13|18:29:44.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8595270Z [05-13|18:29:44.384] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8595725Z [05-13|18:29:44.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8596211Z [05-13|18:29:44.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8596343Z [05-13|18:29:44.384] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8596514Z [05-13|18:29:44.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8596774Z [05-13|18:29:44.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8596913Z [05-13|18:29:44.385] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8597174Z [05-13|18:29:44.385] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8597543Z [05-13|18:29:44.385] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8597874Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8598449Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8598715Z [05-13|18:29:44.386] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8599164Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8599604Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.8600058Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8600485Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.8600941Z [05-13|18:29:44.386] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8601417Z [05-13|18:29:44.386] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8601750Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8602180Z [05-13|18:29:44.386] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.8602314Z [05-13|18:29:44.387] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8602642Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8602971Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8603292Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8603614Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8604160Z [05-13|18:29:44.387] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8604486Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8604679Z [05-13|18:29:44.387] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8604999Z [05-13|18:29:44.387] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8605501Z [05-13|18:29:44.387] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8605981Z [05-13|18:29:44.387] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8606310Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8606683Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8606824Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8607145Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8607277Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8607606Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8607739Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8608285Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8608668Z [05-13|18:29:44.388] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8608812Z [05-13|18:29:44.388] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8609329Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8609711Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8610044Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8610493Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8610681Z [05-13|18:29:44.389] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8610957Z [05-13|18:29:44.389] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8611296Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8611777Z [05-13|18:29:44.389] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8612066Z [05-13|18:29:44.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8612534Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8613141Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8613511Z [05-13|18:29:44.390] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8614069Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8614699Z [05-13|18:29:44.390] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8615059Z [05-13|18:29:44.390] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8615459Z [05-13|18:29:44.391] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8615764Z [05-13|18:29:44.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8616104Z [05-13|18:29:44.391] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8616422Z [05-13|18:29:44.391] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8616893Z [05-13|18:29:44.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8617157Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8617413Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8617872Z [05-13|18:29:44.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8618464Z [05-13|18:29:44.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8618732Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.8619075Z [05-13|18:29:44.392] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8619335Z [05-13|18:29:44.392] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.8619674Z [05-13|18:29:44.392] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8620029Z [05-13|18:29:44.392] INFO Simplex/epoch.go:1369 Committed block {"round": 18, "sequence": 18, "digest": "8a114a449113abd000f6..."} -2026-05-13T18:30:54.8620492Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8620943Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8621426Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8621874Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8622205Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8622541Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8623059Z [05-13|18:29:44.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8623396Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 19, "sequence": 19, "digest": "75f95fb855acdd648bf0..."} -2026-05-13T18:30:54.8623730Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 20, "sequence": 20, "digest": "7331b095e55f63213fac..."} -2026-05-13T18:30:54.8624110Z [05-13|18:29:44.393] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8624260Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8624638Z [05-13|18:29:44.394] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8624862Z [05-13|18:29:44.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.8625009Z [05-13|18:29:44.393] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8625339Z [05-13|18:29:44.394] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8625558Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8625698Z [05-13|18:29:44.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8626077Z [05-13|18:29:44.394] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.8626212Z [05-13|18:29:44.394] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8626353Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8626723Z [05-13|18:29:44.394] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.8626938Z [05-13|18:29:44.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.8627270Z [05-13|18:29:44.394] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8627416Z [05-13|18:29:44.394] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8627774Z [05-13|18:29:44.394] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.8628161Z [05-13|18:29:44.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8628435Z [05-13|18:29:44.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8628769Z [05-13|18:29:44.395] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8629029Z [05-13|18:29:44.395] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.8629496Z [05-13|18:29:44.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8629947Z [05-13|18:29:44.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8630160Z [05-13|18:29:44.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 21} -2026-05-13T18:30:54.8630489Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks -2026-05-13T18:30:54.8630949Z [05-13|18:29:44.395] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8631211Z [05-13|18:29:44.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8631540Z [05-13|18:29:44.396] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8631869Z [05-13|18:29:44.396] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8632319Z [05-13|18:29:44.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8632703Z [05-13|18:29:44.396] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8633203Z [05-13|18:29:44.396] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8633653Z [05-13|18:29:44.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8633918Z [05-13|18:29:44.397] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8634442Z [05-13|18:29:44.397] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8634710Z [05-13|18:29:44.398] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8635169Z [05-13|18:29:44.398] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8635617Z [05-13|18:29:44.397] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8636072Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8636522Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8636958Z [05-13|18:29:44.399] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8637418Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8637678Z [05-13|18:29:44.399] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8638250Z [05-13|18:29:44.399] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8638596Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8638736Z [05-13|18:29:44.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8639061Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8639393Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8639530Z [05-13|18:29:44.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8639848Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8639987Z [05-13|18:29:44.400] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8640312Z [05-13|18:29:44.400] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8640512Z [05-13|18:29:44.401] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8640848Z [05-13|18:29:44.401] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8641113Z [05-13|18:29:44.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8641424Z [05-13|18:29:44.401] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8641880Z [05-13|18:29:44.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8642378Z [05-13|18:29:44.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8642710Z [05-13|18:29:44.402] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8643213Z [05-13|18:29:44.402] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8643692Z [05-13|18:29:44.402] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8643954Z [05-13|18:29:44.402] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8644283Z [05-13|18:29:44.403] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8644735Z [05-13|18:29:44.403] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8645005Z [05-13|18:29:44.404] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8645337Z [05-13|18:29:44.404] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8645658Z [05-13|18:29:44.404] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8645794Z [05-13|18:29:44.404] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8646253Z [05-13|18:29:44.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8646387Z [05-13|18:29:44.405] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8646653Z [05-13|18:29:44.405] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8647110Z [05-13|18:29:44.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8647584Z [05-13|18:29:44.406] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8648019Z [05-13|18:29:44.406] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.8648599Z [05-13|18:29:44.406] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.8648739Z [05-13|18:29:44.406] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8649219Z [05-13|18:29:44.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8649596Z [05-13|18:29:44.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8649855Z [05-13|18:29:44.407] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8650311Z [05-13|18:29:44.407] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8650504Z [05-13|18:29:44.407] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8650763Z [05-13|18:29:44.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8651019Z [05-13|18:29:44.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8651525Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8651787Z [05-13|18:29:44.408] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8652285Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8652739Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8653194Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8653647Z [05-13|18:29:44.408] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8654098Z [05-13|18:29:44.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8654437Z [05-13|18:29:44.409] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8654772Z [05-13|18:29:44.409] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8655097Z [05-13|18:29:44.409] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8655232Z [05-13|18:29:44.409] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8655688Z [05-13|18:29:44.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8655948Z [05-13|18:29:44.409] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8656397Z [05-13|18:29:44.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8656734Z [05-13|18:29:44.410] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8657062Z [05-13|18:29:44.411] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8657197Z [05-13|18:29:44.411] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8657650Z [05-13|18:29:44.411] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8657977Z [05-13|18:29:44.411] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8658466Z [05-13|18:29:44.411] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8658796Z [05-13|18:29:44.412] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8659122Z [05-13|18:29:44.412] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8659452Z [05-13|18:29:44.412] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8659719Z [05-13|18:29:44.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8660228Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8660684Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8660954Z [05-13|18:29:44.413] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8661452Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8661907Z [05-13|18:29:44.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8662049Z [05-13|18:29:44.414] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8662383Z [05-13|18:29:44.414] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8662517Z [05-13|18:29:44.414] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8662784Z [05-13|18:29:44.415] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8663241Z [05-13|18:29:44.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8663502Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8663766Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8664217Z [05-13|18:29:44.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8664476Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8664932Z [05-13|18:29:44.416] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8665266Z [05-13|18:29:44.417] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8665528Z [05-13|18:29:44.417] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.8665989Z [05-13|18:29:44.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8666436Z [05-13|18:29:44.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8666701Z [05-13|18:29:44.416] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8667155Z [05-13|18:29:44.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8667476Z [05-13|18:29:44.418] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8667805Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8668413Z [05-13|18:29:44.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8668743Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8669125Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8669461Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8669916Z [05-13|18:29:44.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8670294Z [05-13|18:29:44.418] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8670438Z [05-13|18:29:44.419] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8670696Z [05-13|18:29:44.419] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.8671148Z [05-13|18:29:44.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8671606Z [05-13|18:29:44.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8671866Z [05-13|18:29:44.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8672320Z [05-13|18:29:44.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8672770Z [05-13|18:29:44.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8673033Z [05-13|18:29:44.420] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8673368Z [05-13|18:29:44.421] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8673635Z [05-13|18:29:44.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8674092Z [05-13|18:29:44.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8674359Z [05-13|18:29:44.421] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.8674811Z [05-13|18:29:44.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8675139Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8675472Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8675607Z [05-13|18:29:44.422] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8676059Z [05-13|18:29:44.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8676382Z [05-13|18:29:44.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8676642Z [05-13|18:29:44.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8676949Z [05-13|18:29:44.422] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8677280Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8677610Z [05-13|18:29:44.422] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8678238Z [05-13|18:29:44.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8678394Z [05-13|18:29:44.423] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8678907Z [05-13|18:29:44.423] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8679348Z [05-13|18:29:44.423] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8679695Z [05-13|18:29:44.423] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8680154Z [05-13|18:29:44.424] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8680483Z [05-13|18:29:44.424] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8680755Z [05-13|18:29:44.424] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8680889Z [05-13|18:29:44.424] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8681317Z [05-13|18:29:44.425] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8681780Z [05-13|18:29:44.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8681917Z [05-13|18:29:44.425] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8682387Z [05-13|18:29:44.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8682849Z [05-13|18:29:44.425] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8683116Z [05-13|18:29:44.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8683570Z [05-13|18:29:44.426] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8683910Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8684235Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8684559Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8684892Z [05-13|18:29:44.426] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8685214Z [05-13|18:29:44.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8685667Z [05-13|18:29:44.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8685986Z [05-13|18:29:44.426] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8686321Z [05-13|18:29:44.425] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8686812Z [05-13|18:29:44.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8686955Z [05-13|18:29:44.427] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8687403Z [05-13|18:29:44.427] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8687539Z [05-13|18:29:44.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8687840Z [05-13|18:29:44.428] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8688404Z [05-13|18:29:44.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8688855Z [05-13|18:29:44.428] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8689192Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8689623Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.8689760Z [05-13|18:29:44.428] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8690091Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8690523Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 10, "epoch round": 10} -2026-05-13T18:30:54.8690853Z [05-13|18:29:44.429] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8691115Z [05-13|18:29:44.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8691566Z [05-13|18:29:44.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8691831Z [05-13|18:29:44.429] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8692291Z [05-13|18:29:44.429] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8692624Z [05-13|18:29:44.428] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8692893Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8693343Z [05-13|18:29:44.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8693790Z [05-13|18:29:44.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8694117Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8694375Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8694512Z [05-13|18:29:44.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8694900Z [05-13|18:29:44.431] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8695350Z [05-13|18:29:44.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8695846Z [05-13|18:29:44.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8696189Z [05-13|18:29:44.431] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8696324Z [05-13|18:29:44.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8696506Z [05-13|18:29:44.431] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8696646Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8696779Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8696909Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8697364Z [05-13|18:29:44.432] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8697498Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8697628Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8697757Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8698213Z [05-13|18:29:44.432] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8698542Z [05-13|18:29:44.432] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8698807Z [05-13|18:29:44.432] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8699273Z [05-13|18:29:44.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8699535Z [05-13|18:29:44.430] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8699861Z [05-13|18:29:44.433] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8700318Z [05-13|18:29:44.433] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8700770Z [05-13|18:29:44.431] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8700907Z [05-13|18:29:44.432] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8701040Z [05-13|18:29:44.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8701171Z [05-13|18:29:44.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8701301Z [05-13|18:29:44.433] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8701567Z [05-13|18:29:44.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8702021Z [05-13|18:29:44.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8702349Z [05-13|18:29:44.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8702487Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8702618Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8702883Z [05-13|18:29:44.433] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8703394Z [05-13|18:29:44.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8703529Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8703905Z [05-13|18:29:44.434] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8704366Z [05-13|18:29:44.434] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8704746Z [05-13|18:29:44.434] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8705205Z [05-13|18:29:44.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8705346Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8705673Z [05-13|18:29:44.433] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8705806Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8706140Z [05-13|18:29:44.435] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8706274Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8706405Z [05-13|18:29:44.434] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8706540Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8706803Z [05-13|18:29:44.434] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8706935Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8707073Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8707202Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8707333Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8707468Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8707597Z [05-13|18:29:44.435] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8707856Z [05-13|18:29:44.436] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8708309Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8708453Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8708586Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8708717Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8709179Z [05-13|18:29:44.436] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8709510Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8709643Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8709777Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8709982Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8710307Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8710445Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8710636Z [05-13|18:29:44.436] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8710963Z [05-13|18:29:44.436] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8711103Z [05-13|18:29:44.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8711367Z [05-13|18:29:44.437] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8711576Z [05-13|18:29:44.437] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8712042Z [05-13|18:29:44.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8712580Z [05-13|18:29:44.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8712908Z [05-13|18:29:44.437] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8713365Z [05-13|18:29:44.437] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8713699Z [05-13|18:29:44.437] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8714027Z [05-13|18:29:44.438] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8714295Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8714620Z [05-13|18:29:44.438] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8715076Z [05-13|18:29:44.438] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8715408Z [05-13|18:29:44.438] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8715671Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8715930Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 4} -2026-05-13T18:30:54.8716195Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8716454Z [05-13|18:29:44.438] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8716914Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8717372Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8717702Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8718145Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8718479Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8718865Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8719000Z [05-13|18:29:44.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8722091Z [05-13|18:29:44.439] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8722493Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8723084Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8723242Z [05-13|18:29:44.440] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8723638Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8724106Z [05-13|18:29:44.439] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8724498Z [05-13|18:29:44.439] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8724832Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8725170Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8725634Z [05-13|18:29:44.440] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8725970Z [05-13|18:29:44.440] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8726247Z [05-13|18:29:44.440] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8726522Z [05-13|18:29:44.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8726781Z [05-13|18:29:44.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8727238Z [05-13|18:29:44.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8727576Z [05-13|18:29:44.441] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8728209Z [05-13|18:29:44.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8728365Z [05-13|18:29:44.441] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8728652Z [05-13|18:29:44.441] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8728993Z [05-13|18:29:44.441] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8729451Z [05-13|18:29:44.441] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8729917Z [05-13|18:29:44.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8730057Z [05-13|18:29:44.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8730194Z [05-13|18:29:44.442] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8730529Z [05-13|18:29:44.442] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8730869Z [05-13|18:29:44.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8731326Z [05-13|18:29:44.442] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8731521Z [05-13|18:29:44.443] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8731849Z [05-13|18:29:44.443] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8732112Z [05-13|18:29:44.443] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8732615Z [05-13|18:29:44.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8732951Z [05-13|18:29:44.443] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8733453Z [05-13|18:29:44.443] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8733798Z [05-13|18:29:44.443] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8734121Z [05-13|18:29:44.444] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8734556Z [05-13|18:29:44.444] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.8734709Z [05-13|18:29:44.444] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8734844Z [05-13|18:29:44.444] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8735060Z [05-13|18:29:44.444] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.8735399Z [05-13|18:29:44.444] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8735855Z [05-13|18:29:44.444] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8736186Z [05-13|18:29:44.445] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8736459Z [05-13|18:29:44.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8736887Z [05-13|18:29:44.445] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.8737150Z [05-13|18:29:44.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8737294Z [05-13|18:29:44.445] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8737752Z [05-13|18:29:44.445] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8737898Z [05-13|18:29:44.445] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8738241Z [05-13|18:29:44.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.8738507Z [05-13|18:29:44.445] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8738648Z [05-13|18:29:44.446] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8739111Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8739372Z [05-13|18:29:44.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.8739576Z [05-13|18:29:44.446] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8739840Z [05-13|18:29:44.446] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8740050Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.8740476Z [05-13|18:29:44.445] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.8740948Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8741367Z [05-13|18:29:44.446] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.8741726Z [05-13|18:29:44.446] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.8742245Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8742696Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8743153Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8743609Z [05-13|18:29:44.446] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8743746Z [05-13|18:29:44.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8744084Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8744411Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks -2026-05-13T18:30:54.8744871Z [05-13|18:29:44.447] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8745357Z [05-13|18:29:44.447] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8745788Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8745924Z [05-13|18:29:44.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8746062Z [05-13|18:29:44.447] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8746483Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8746816Z [05-13|18:29:44.447] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8747243Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8747381Z [05-13|18:29:44.448] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8747863Z [05-13|18:29:44.448] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8748324Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8748868Z [05-13|18:29:44.448] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8749203Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8749590Z [05-13|18:29:44.448] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8749918Z [05-13|18:29:44.449] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8750054Z [05-13|18:29:44.449] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8750574Z [05-13|18:29:44.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8751060Z [05-13|18:29:44.449] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8751437Z [05-13|18:29:44.449] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8751583Z [05-13|18:29:44.449] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8751853Z [05-13|18:29:44.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8752178Z [05-13|18:29:44.450] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8752447Z [05-13|18:29:44.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.8752906Z [05-13|18:29:44.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8753363Z [05-13|18:29:44.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8753631Z [05-13|18:29:44.450] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 4} -2026-05-13T18:30:54.8753765Z [05-13|18:29:44.450] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8754026Z [05-13|18:29:44.451] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8754487Z [05-13|18:29:44.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8754938Z [05-13|18:29:44.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8755273Z [05-13|18:29:44.451] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8755736Z [05-13|18:29:44.451] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8755998Z [05-13|18:29:44.452] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8756430Z [05-13|18:29:44.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.8756767Z [05-13|18:29:44.452] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8756903Z [05-13|18:29:44.452] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8757357Z [05-13|18:29:44.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8757864Z [05-13|18:29:44.452] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8757998Z [05-13|18:29:44.452] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8758586Z [05-13|18:29:44.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.8759009Z [05-13|18:29:44.453] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.8759396Z [05-13|18:29:44.453] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8759662Z [05-13|18:29:44.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8759930Z [05-13|18:29:44.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8760309Z [05-13|18:29:44.453] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8760770Z [05-13|18:29:44.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8761228Z [05-13|18:29:44.453] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8761493Z [05-13|18:29:44.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8761752Z [05-13|18:29:44.454] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8762093Z [05-13|18:29:44.454] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8762545Z [05-13|18:29:44.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8762997Z [05-13|18:29:44.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8763445Z [05-13|18:29:44.454] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8763704Z [05-13|18:29:44.453] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8764156Z [05-13|18:29:44.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8764485Z [05-13|18:29:44.455] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8764622Z [05-13|18:29:44.455] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8764887Z [05-13|18:29:44.455] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8765337Z [05-13|18:29:44.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8765787Z [05-13|18:29:44.455] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8766058Z [05-13|18:29:44.456] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8766444Z [05-13|18:29:44.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8766708Z [05-13|18:29:44.456] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8767037Z [05-13|18:29:44.456] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8767354Z [05-13|18:29:44.457] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 15, "votes": 3} -2026-05-13T18:30:54.8767676Z [05-13|18:29:44.457] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8768309Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8768783Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8769121Z [05-13|18:29:44.457] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8769637Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8769778Z [05-13|18:29:44.457] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8770103Z [05-13|18:29:44.457] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8770563Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8771012Z [05-13|18:29:44.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8771279Z [05-13|18:29:44.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8771548Z [05-13|18:29:44.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8771810Z [05-13|18:29:44.458] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8772274Z [05-13|18:29:44.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8772621Z [05-13|18:29:44.458] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8773078Z [05-13|18:29:44.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8773414Z [05-13|18:29:44.459] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8773873Z [05-13|18:29:44.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8774206Z [05-13|18:29:44.460] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8774466Z [05-13|18:29:44.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8774807Z [05-13|18:29:44.460] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8775068Z [05-13|18:29:44.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8775581Z [05-13|18:29:44.460] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8775850Z [05-13|18:29:44.460] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8776301Z [05-13|18:29:44.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8776806Z [05-13|18:29:44.461] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8777166Z [05-13|18:29:44.461] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8777499Z [05-13|18:29:44.462] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8777960Z [05-13|18:29:44.462] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8778466Z [05-13|18:29:44.462] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8778614Z [05-13|18:29:44.462] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8778942Z [05-13|18:29:44.462] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8779204Z [05-13|18:29:44.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8779464Z [05-13|18:29:44.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8779727Z [05-13|18:29:44.462] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8780190Z [05-13|18:29:44.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8780645Z [05-13|18:29:44.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8781100Z [05-13|18:29:44.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8781534Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8781959Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8782386Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8782722Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8783049Z [05-13|18:29:44.463] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8783380Z [05-13|18:29:44.464] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8783834Z [05-13|18:29:44.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8784103Z [05-13|18:29:44.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8784373Z [05-13|18:29:44.464] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 16, "votes": 3} -2026-05-13T18:30:54.8784888Z [05-13|18:29:44.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8785219Z [05-13|18:29:44.464] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8785731Z [05-13|18:29:44.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8786169Z [05-13|18:29:44.465] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.8786393Z [05-13|18:29:44.465] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8786833Z [05-13|18:29:44.465] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 16, "epoch round": 16} -2026-05-13T18:30:54.8787326Z [05-13|18:29:44.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8787782Z [05-13|18:29:44.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8788170Z [05-13|18:29:44.465] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8788439Z [05-13|18:29:44.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8788577Z [05-13|18:29:44.466] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8788841Z [05-13|18:29:44.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8789098Z [05-13|18:29:44.466] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8789560Z [05-13|18:29:44.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8789905Z [05-13|18:29:44.466] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8790230Z [05-13|18:29:44.466] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8790367Z [05-13|18:29:44.466] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8790807Z [05-13|18:29:44.467] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.8791144Z [05-13|18:29:44.467] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8791407Z [05-13|18:29:44.467] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8791869Z [05-13|18:29:44.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8792326Z [05-13|18:29:44.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8792784Z [05-13|18:29:44.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8793240Z [05-13|18:29:44.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8793507Z [05-13|18:29:44.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 4} -2026-05-13T18:30:54.8794034Z [05-13|18:29:44.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8794296Z [05-13|18:29:44.468] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8794680Z [05-13|18:29:44.468] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8795012Z [05-13|18:29:44.468] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8795515Z [05-13|18:29:44.468] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8795852Z [05-13|18:29:44.469] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8796122Z [05-13|18:29:44.469] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8796623Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8797081Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8797226Z [05-13|18:29:44.469] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8797675Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8798237Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8798695Z [05-13|18:29:44.469] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8799026Z [05-13|18:29:44.470] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8799163Z [05-13|18:29:44.470] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8799495Z [05-13|18:29:44.470] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8799828Z [05-13|18:29:44.470] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8800157Z [05-13|18:29:44.471] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8800429Z [05-13|18:29:44.471] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8800756Z [05-13|18:29:44.471] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8801206Z [05-13|18:29:44.471] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8801471Z [05-13|18:29:44.471] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8801605Z [05-13|18:29:44.471] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8801738Z [05-13|18:29:44.472] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8802000Z [05-13|18:29:44.472] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8802326Z [05-13|18:29:44.472] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8802846Z [05-13|18:29:44.472] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8802985Z [05-13|18:29:44.473] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8803321Z [05-13|18:29:44.473] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8803772Z [05-13|18:29:44.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8804274Z [05-13|18:29:44.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8804729Z [05-13|18:29:44.473] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8805107Z [05-13|18:29:44.473] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8805251Z [05-13|18:29:44.473] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8805513Z [05-13|18:29:44.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8805836Z [05-13|18:29:44.474] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8806103Z [05-13|18:29:44.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 11, "votes": 3} -2026-05-13T18:30:54.8806559Z [05-13|18:29:44.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8807015Z [05-13|18:29:44.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8807473Z [05-13|18:29:44.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8807609Z [05-13|18:29:44.474] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8807868Z [05-13|18:29:44.474] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8808455Z [05-13|18:29:44.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8808603Z [05-13|18:29:44.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8808739Z [05-13|18:29:44.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8808880Z [05-13|18:29:44.475] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8809143Z [05-13|18:29:44.475] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8809279Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8809418Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8809552Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8809682Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8809822Z [05-13|18:29:44.476] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8810284Z [05-13|18:29:44.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8810616Z [05-13|18:29:44.476] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8810952Z [05-13|18:29:44.476] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8811286Z [05-13|18:29:44.476] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8811743Z [05-13|18:29:44.477] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8812236Z [05-13|18:29:44.477] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.8812370Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8812751Z [05-13|18:29:44.477] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8813085Z [05-13|18:29:44.477] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8813219Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8813352Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8813537Z [05-13|18:29:44.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8813673Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8813934Z [05-13|18:29:44.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8814069Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8814532Z [05-13|18:29:44.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8814795Z [05-13|18:29:44.478] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8815126Z [05-13|18:29:44.476] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8815579Z [05-13|18:29:44.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8815715Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8815853Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8816299Z [05-13|18:29:44.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8816749Z [05-13|18:29:44.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8816888Z [05-13|18:29:44.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8817024Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8817354Z [05-13|18:29:44.479] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8817492Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8817947Z [05-13|18:29:44.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8818198Z [05-13|18:29:44.479] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8818463Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8818733Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8818867Z [05-13|18:29:44.480] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8819361Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8819632Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 4} -2026-05-13T18:30:54.8819767Z [05-13|18:29:44.480] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8820277Z [05-13|18:29:44.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8820546Z [05-13|18:29:44.480] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8820921Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8821280Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8821744Z [05-13|18:29:44.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8822245Z [05-13|18:29:44.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8822582Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8822908Z [05-13|18:29:44.480] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8823174Z [05-13|18:29:44.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8823635Z [05-13|18:29:44.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8823960Z [05-13|18:29:44.481] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8824096Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8824230Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8824371Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8824796Z [05-13|18:29:44.481] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 4, "epoch round": 4} -2026-05-13T18:30:54.8825059Z [05-13|18:29:44.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.8825198Z [05-13|18:29:44.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8825458Z [05-13|18:29:44.481] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 3} -2026-05-13T18:30:54.8825786Z [05-13|18:29:44.482] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8826246Z [05-13|18:29:44.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8826380Z [05-13|18:29:44.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8826713Z [05-13|18:29:44.482] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8827044Z [05-13|18:29:44.482] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8827503Z [05-13|18:29:44.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8827678Z [05-13|18:29:44.482] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8827816Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8828391Z [05-13|18:29:44.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8828796Z [05-13|18:29:44.483] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8828940Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8829269Z [05-13|18:29:44.483] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8829459Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8829790Z [05-13|18:29:44.483] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8829927Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8830058Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8830245Z [05-13|18:29:44.483] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8830707Z [05-13|18:29:44.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8830842Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8831173Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8831309Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8831440Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8831574Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8831705Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8832039Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8832178Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8832311Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8832441Z [05-13|18:29:44.484] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8832759Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8833098Z [05-13|18:29:44.484] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8833425Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8833692Z [05-13|18:29:44.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8834032Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8834293Z [05-13|18:29:44.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8834618Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8834953Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8835213Z [05-13|18:29:44.485] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8835677Z [05-13|18:29:44.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8836071Z [05-13|18:29:44.485] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8836207Z [05-13|18:29:44.485] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8836667Z [05-13|18:29:44.485] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8836841Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8837293Z [05-13|18:29:44.486] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8837518Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8837655Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8837934Z [05-13|18:29:44.486] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 17, "votes": 4} -2026-05-13T18:30:54.8838188Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8838389Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8838523Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8838664Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8838807Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8838936Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8839265Z [05-13|18:29:44.486] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8839532Z [05-13|18:29:44.487] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8839792Z [05-13|18:29:44.487] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8840049Z [05-13|18:29:44.487] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8840384Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8840710Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8841167Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8841504Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8841638Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8842064Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 9, "epoch round": 9} -2026-05-13T18:30:54.8842396Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8842529Z [05-13|18:29:44.486] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8842984Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8843124Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8843255Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8843387Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8843524Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8843655Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8843846Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8844178Z [05-13|18:29:44.487] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8844319Z [05-13|18:29:44.487] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8844822Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8845285Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8845468Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8845797Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8846130Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8846262Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8846430Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8846563Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8846899Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8847030Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8847160Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8847492Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8847624Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8848197Z [05-13|18:29:44.487] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8848349Z [05-13|18:29:44.488] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8848680Z [05-13|18:29:44.488] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8849142Z [05-13|18:29:44.488] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8849283Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8849416Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8849548Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8849877Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8850010Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8850341Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8850482Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8850614Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8850934Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8851074Z [05-13|18:29:44.489] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8851206Z [05-13|18:29:44.490] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8851528Z [05-13|18:29:44.489] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8851935Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8852267Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 13, "digest": "5239c2c48af8189aaa96..."} -2026-05-13T18:30:54.8852588Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8853007Z [05-13|18:29:44.490] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 14, "digest": "24ec3b4917319c5bb874..."} -2026-05-13T18:30:54.8853331Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8853650Z [05-13|18:29:44.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8853924Z [05-13|18:29:44.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8854382Z [05-13|18:29:44.491] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8854695Z [05-13|18:29:44.491] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8855038Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 15, "sequence": 15, "digest": "15ef087953bd1ffb94b6..."} -2026-05-13T18:30:54.8855369Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 16, "sequence": 16, "digest": "231b2fa160ece67abc75..."} -2026-05-13T18:30:54.8855694Z [05-13|18:29:44.491] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8856022Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8856483Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8856934Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8857268Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8857700Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8857840Z [05-13|18:29:44.492] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8858225Z [05-13|18:29:44.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8858487Z [05-13|18:29:44.492] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8858945Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8859378Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8859514Z [05-13|18:29:44.493] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8859971Z [05-13|18:29:44.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8860318Z [05-13|18:29:44.492] INFO Simplex/epoch.go:1369 Committed block {"round": 11, "sequence": 11, "digest": "7948b83d792a779c3de0..."} -2026-05-13T18:30:54.8860659Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 12, "digest": "1fc691726cedd7f0ad7f..."} -2026-05-13T18:30:54.8861051Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8861207Z [05-13|18:29:44.493] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8861347Z [05-13|18:29:44.493] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8861866Z [05-13|18:29:44.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8862208Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 17, "sequence": 17, "digest": "d6c20fae210dd22ae9b9..."} -2026-05-13T18:30:54.8862476Z [05-13|18:29:44.493] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.8862807Z [05-13|18:29:44.493] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8863026Z [05-13|18:29:44.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.8863165Z [05-13|18:29:44.494] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8863581Z [05-13|18:29:44.494] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.8863800Z [05-13|18:29:44.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.8864122Z [05-13|18:29:44.494] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8864582Z [05-13|18:29:44.494] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8864725Z [05-13|18:29:44.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8864994Z [05-13|18:29:44.494] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.8865360Z [05-13|18:29:44.494] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.8865505Z [05-13|18:29:44.494] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8865863Z [05-13|18:29:44.495] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.8866323Z [05-13|18:29:44.495] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8866465Z [05-13|18:29:44.494] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8866603Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8866927Z [05-13|18:29:44.495] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8867075Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8867282Z [05-13|18:29:44.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.8867640Z [05-13|18:29:44.495] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.8867976Z [05-13|18:29:44.495] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8868237Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8868378Z [05-13|18:29:44.495] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8868591Z [05-13|18:29:44.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.8868726Z [05-13|18:29:44.496] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8869115Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks -2026-05-13T18:30:54.8869325Z [05-13|18:29:44.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.8869808Z [05-13|18:29:44.496] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8870193Z [05-13|18:29:44.496] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8870516Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks -2026-05-13T18:30:54.8870659Z [05-13|18:29:44.496] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8870844Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8871325Z [05-13|18:29:44.496] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8871466Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8871646Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8871780Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8872254Z [05-13|18:29:44.497] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8872388Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8872518Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8872655Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8872785Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8872915Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8873188Z [05-13|18:29:44.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8873320Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8873451Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8873587Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8873716Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8874183Z [05-13|18:29:44.497] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8874321Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8874580Z [05-13|18:29:44.497] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.8874711Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8874842Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8875314Z [05-13|18:29:44.498] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8875448Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8875580Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8875716Z [05-13|18:29:44.499] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8876182Z [05-13|18:29:44.499] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8876643Z [05-13|18:29:44.501] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8877143Z [05-13|18:29:44.502] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8877613Z [05-13|18:29:44.502] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8877791Z [05-13|18:29:44.497] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8878337Z [05-13|18:29:44.503] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.8878821Z [05-13|18:29:44.503] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 7, "epoch round": 7} -2026-05-13T18:30:54.8878961Z [05-13|18:29:44.503] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8879094Z [05-13|18:29:44.503] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8879426Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8879801Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8880136Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8880270Z [05-13|18:29:44.498] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8880591Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8880920Z [05-13|18:29:44.504] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8881184Z [05-13|18:29:44.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8881638Z [05-13|18:29:44.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8881778Z [05-13|18:29:44.504] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8881909Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8882039Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8882172Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8882306Z [05-13|18:29:44.505] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8882633Z [05-13|18:29:44.505] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8882962Z [05-13|18:29:44.505] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8883285Z [05-13|18:29:44.506] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8883417Z [05-13|18:29:44.506] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8883553Z [05-13|18:29:44.506] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8884009Z [05-13|18:29:44.506] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8884271Z [05-13|18:29:44.505] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8884597Z [05-13|18:29:44.506] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8885048Z [05-13|18:29:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8885448Z [05-13|18:29:44.507] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8885587Z [05-13|18:29:44.507] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8886035Z [05-13|18:29:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8886347Z [05-13|18:29:44.507] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.8886673Z [05-13|18:29:44.506] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8887159Z [05-13|18:29:44.505] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8887606Z [05-13|18:29:44.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8887978Z [05-13|18:29:44.507] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8888580Z [05-13|18:29:44.505] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8888911Z [05-13|18:29:44.508] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8889051Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8889187Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8889320Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8889454Z [05-13|18:29:44.508] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8889784Z [05-13|18:29:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8890118Z [05-13|18:29:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 10, "digest": "36ac28a40164235c1143..."} -2026-05-13T18:30:54.8890385Z [05-13|18:29:44.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8890644Z [05-13|18:29:44.509] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.8890786Z [05-13|18:29:44.509] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8891001Z [05-13|18:29:44.509] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.8891149Z [05-13|18:29:44.509] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8891599Z [05-13|18:29:44.509] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8891934Z [05-13|18:29:44.509] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8892069Z [05-13|18:29:44.510] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8892277Z [05-13|18:29:44.510] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.8892733Z [05-13|18:29:44.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8893181Z [05-13|18:29:44.510] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8893441Z [05-13|18:29:44.510] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 4} -2026-05-13T18:30:54.8893836Z [05-13|18:29:44.510] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8893978Z [05-13|18:29:44.511] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8894186Z [05-13|18:29:44.511] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.8894502Z [05-13|18:29:44.511] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8894949Z [05-13|18:29:44.511] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8895210Z [05-13|18:29:44.512] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8895592Z [05-13|18:29:44.512] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8895919Z [05-13|18:29:44.512] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8896421Z [05-13|18:29:44.512] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8896566Z [05-13|18:29:44.512] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8897013Z [05-13|18:29:44.512] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8897274Z [05-13|18:29:44.513] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8897708Z [05-13|18:29:44.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8898282Z [05-13|18:29:44.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8898714Z [05-13|18:29:44.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8899168Z [05-13|18:29:44.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8899306Z [05-13|18:29:44.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8899751Z [05-13|18:29:44.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8900183Z [05-13|18:29:44.513] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8900321Z [05-13|18:29:44.514] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8900647Z [05-13|18:29:44.514] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8900914Z [05-13|18:29:44.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8901173Z [05-13|18:29:44.514] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8901500Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks -2026-05-13T18:30:54.8901642Z [05-13|18:29:44.513] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8902117Z [05-13|18:29:44.514] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8902446Z [05-13|18:29:44.514] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8902971Z [05-13|18:29:44.515] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8903442Z [05-13|18:29:44.515] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8903822Z [05-13|18:29:44.515] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8904295Z [05-13|18:29:44.515] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8904480Z [05-13|18:29:44.515] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8904946Z [05-13|18:29:44.515] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8905456Z [05-13|18:29:44.514] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8905787Z [05-13|18:29:44.516] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8906053Z [05-13|18:29:44.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8906310Z [05-13|18:29:44.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8906566Z [05-13|18:29:44.517] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.8907030Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8907480Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8907931Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8908507Z [05-13|18:29:44.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8908768Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 4} -2026-05-13T18:30:54.8908901Z [05-13|18:29:44.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8909232Z [05-13|18:29:44.518] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8909369Z [05-13|18:29:44.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8909500Z [05-13|18:29:44.518] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8909766Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8910026Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8910283Z [05-13|18:29:44.518] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 4} -2026-05-13T18:30:54.8910618Z [05-13|18:29:44.518] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8910941Z [05-13|18:29:44.519] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8911394Z [05-13|18:29:44.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8911913Z [05-13|18:29:44.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8912240Z [05-13|18:29:44.519] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8912740Z [05-13|18:29:44.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8912880Z [05-13|18:29:44.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8913061Z [05-13|18:29:44.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8913389Z [05-13|18:29:44.519] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8913844Z [05-13|18:29:44.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8914340Z [05-13|18:29:44.520] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8914670Z [05-13|18:29:44.520] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8914807Z [05-13|18:29:44.520] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8915129Z [05-13|18:29:44.521] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8915388Z [05-13|18:29:44.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8915650Z [05-13|18:29:44.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8915972Z [05-13|18:29:44.521] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8916228Z [05-13|18:29:44.521] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8916684Z [05-13|18:29:44.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8917132Z [05-13|18:29:44.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8917580Z [05-13|18:29:44.521] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8917844Z [05-13|18:29:44.522] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8918409Z [05-13|18:29:44.522] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8918739Z [05-13|18:29:44.522] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8918879Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8919010Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8919141Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8919274Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8919406Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8919536Z [05-13|18:29:44.522] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8919671Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8919904Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8920035Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8920168Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8920303Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8920489Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8920619Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8920754Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8920884Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8921228Z [05-13|18:29:44.523] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8921370Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8921823Z [05-13|18:29:44.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8922009Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8922463Z [05-13|18:29:44.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8922596Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8922728Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8922863Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8923314Z [05-13|18:29:44.523] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8923447Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8923779Z [05-13|18:29:44.523] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8923914Z [05-13|18:29:44.523] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8924046Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8924303Z [05-13|18:29:44.524] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 4} -2026-05-13T18:30:54.8924440Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8924570Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8924698Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8924833Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8925282Z [05-13|18:29:44.524] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8925419Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8925749Z [05-13|18:29:44.524] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8926076Z [05-13|18:29:44.524] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8926211Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8926352Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8926483Z [05-13|18:29:44.524] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8926809Z [05-13|18:29:44.524] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8927136Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8927503Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8927763Z [05-13|18:29:44.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8928208Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8928602Z [05-13|18:29:44.525] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8928860Z [05-13|18:29:44.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8929172Z [05-13|18:29:44.525] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8929628Z [05-13|18:29:44.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8929960Z [05-13|18:29:44.526] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8930462Z [05-13|18:29:44.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8930599Z [05-13|18:29:44.526] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8931044Z [05-13|18:29:44.526] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8931504Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8931764Z [05-13|18:29:44.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8932026Z [05-13|18:29:44.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8932480Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8932741Z [05-13|18:29:44.527] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8933187Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8933520Z [05-13|18:29:44.527] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8933972Z [05-13|18:29:44.527] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8934419Z [05-13|18:29:44.528] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8934750Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8935080Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8935340Z [05-13|18:29:44.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8935602Z [05-13|18:29:44.528] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8935926Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8936307Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8936763Z [05-13|18:29:44.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8937125Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8937576Z [05-13|18:29:44.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8937933Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8938524Z [05-13|18:29:44.528] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8938682Z [05-13|18:29:44.529] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8939079Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.8939406Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.8939867Z [05-13|18:29:44.529] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8940196Z [05-13|18:29:44.529] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:54.8940460Z [05-13|18:29:44.529] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8940607Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8940823Z [05-13|18:29:44.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.8941149Z [05-13|18:29:44.530] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8941479Z [05-13|18:29:44.530] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8941623Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8941757Z [05-13|18:29:44.530] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8941965Z [05-13|18:29:44.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.8942112Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8942252Z [05-13|18:29:44.530] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.8942459Z [05-13|18:29:44.530] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.8942916Z [05-13|18:29:44.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8943181Z [05-13|18:29:44.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8943507Z [05-13|18:29:44.530] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8943772Z [05-13|18:29:44.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8944030Z [05-13|18:29:44.531] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.8944483Z [05-13|18:29:44.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8944873Z [05-13|18:29:44.531] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8945325Z [05-13|18:29:44.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8945648Z [05-13|18:29:44.531] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8946025Z === CONT TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks -2026-05-13T18:30:54.8946284Z [05-13|18:29:44.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8946587Z [05-13|18:29:44.532] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8947071Z [05-13|18:29:44.532] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8947527Z [05-13|18:29:44.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8948014Z [05-13|18:29:44.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8948596Z [05-13|18:29:44.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8949045Z [05-13|18:29:44.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8949524Z [05-13|18:29:44.533] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8949856Z [05-13|18:29:44.533] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8950333Z [05-13|18:29:44.534] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8950796Z [05-13|18:29:44.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8950931Z [05-13|18:29:44.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8951258Z [05-13|18:29:44.534] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8951731Z [05-13|18:29:44.534] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.8952061Z [05-13|18:29:44.534] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8952384Z [05-13|18:29:44.534] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8952655Z [05-13|18:29:44.534] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8952790Z [05-13|18:29:44.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8953244Z [05-13|18:29:44.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8953509Z [05-13|18:29:44.535] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8953768Z [05-13|18:29:44.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8954158Z [05-13|18:29:44.536] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8954614Z [05-13|18:29:44.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8954800Z [05-13|18:29:44.536] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8955247Z [05-13|18:29:44.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8955559Z [05-13|18:29:44.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8955817Z [05-13|18:29:44.536] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.8956265Z [05-13|18:29:44.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8956768Z [05-13|18:29:44.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8957206Z [05-13|18:29:44.537] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 3, "epoch round": 3} -2026-05-13T18:30:54.8957466Z [05-13|18:29:44.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 4} -2026-05-13T18:30:54.8957922Z [05-13|18:29:44.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8958486Z [05-13|18:29:44.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8958750Z [05-13|18:29:44.537] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8959014Z [05-13|18:29:44.538] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.8959463Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8959795Z [05-13|18:29:44.538] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8960254Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.8960391Z [05-13|18:29:44.537] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8960846Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8960982Z [05-13|18:29:44.538] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8961311Z [05-13|18:29:44.538] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8961768Z [05-13|18:29:44.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8962093Z [05-13|18:29:44.538] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8962416Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8962554Z [05-13|18:29:44.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8963048Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 0, "epoch round": 0} -2026-05-13T18:30:54.8963372Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8963564Z [05-13|18:29:44.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8963696Z [05-13|18:29:44.539] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8964016Z [05-13|18:29:44.539] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8964514Z [05-13|18:29:44.539] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8964850Z [05-13|18:29:44.540] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8965298Z [05-13|18:29:44.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8965629Z [05-13|18:29:44.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8965767Z [05-13|18:29:44.540] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8966025Z [05-13|18:29:44.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8966281Z [05-13|18:29:44.540] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8966738Z [05-13|18:29:44.540] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8967184Z [05-13|18:29:44.541] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8967519Z [05-13|18:29:44.541] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8967842Z [05-13|18:29:44.542] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8968408Z [05-13|18:29:44.542] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8968742Z [05-13|18:29:44.543] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8969002Z [05-13|18:29:44.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8969452Z [05-13|18:29:44.543] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8969715Z [05-13|18:29:44.543] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8969972Z [05-13|18:29:44.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8970423Z [05-13|18:29:44.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8970874Z [05-13|18:29:44.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8971313Z [05-13|18:29:44.544] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:54.8971734Z [05-13|18:29:44.544] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 5, "epoch round": 5} -2026-05-13T18:30:54.8972060Z [05-13|18:29:44.544] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8972316Z [05-13|18:29:44.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8972821Z [05-13|18:29:44.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8973083Z [05-13|18:29:44.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8973459Z [05-13|18:29:44.545] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8973915Z [05-13|18:29:44.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8974182Z [05-13|18:29:44.545] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.8974683Z [05-13|18:29:44.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8975134Z [05-13|18:29:44.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8975470Z [05-13|18:29:44.546] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8975924Z [05-13|18:29:44.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.8976248Z [05-13|18:29:44.546] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8976510Z [05-13|18:29:44.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8976960Z [05-13|18:29:44.547] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8977095Z [05-13|18:29:44.547] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8977357Z [05-13|18:29:44.547] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:54.8977491Z [05-13|18:29:44.547] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8977623Z [05-13|18:29:44.547] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8978190Z [05-13|18:29:44.548] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8978625Z [05-13|18:29:44.548] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8978762Z [05-13|18:29:44.548] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8979185Z [05-13|18:29:44.548] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 1, "epoch round": 1} -2026-05-13T18:30:54.8979643Z [05-13|18:29:44.546] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8979971Z [05-13|18:29:44.549] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8980110Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8980433Z [05-13|18:29:44.549] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8980631Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8980775Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8980909Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8981091Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8981227Z [05-13|18:29:44.549] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8981687Z [05-13|18:29:44.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8982186Z [05-13|18:29:44.550] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8982520Z [05-13|18:29:44.550] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8982655Z [05-13|18:29:44.550] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8983068Z [05-13|18:29:44.550] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8983403Z [05-13|18:29:44.551] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8983539Z [05-13|18:29:44.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8983862Z [05-13|18:29:44.551] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8984004Z [05-13|18:29:44.551] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8984137Z [05-13|18:29:44.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8984268Z [05-13|18:29:44.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8984409Z [05-13|18:29:44.552] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8984732Z [05-13|18:29:44.552] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8984997Z [05-13|18:29:44.552] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8985331Z [05-13|18:29:44.552] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8985785Z [05-13|18:29:44.552] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8985919Z [05-13|18:29:44.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8986182Z [05-13|18:29:44.553] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8986508Z [05-13|18:29:44.551] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8986646Z [05-13|18:29:44.553] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8987104Z [05-13|18:29:44.553] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8987239Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8987370Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8987625Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8987762Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8987893Z [05-13|18:29:44.554] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8988263Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8988594Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8989053Z [05-13|18:29:44.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8989557Z [05-13|18:29:44.554] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8990011Z [05-13|18:29:44.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8990321Z [05-13|18:29:44.554] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.8990779Z [05-13|18:29:44.555] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.8991108Z [05-13|18:29:44.555] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8991425Z [05-13|18:29:44.556] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.8991570Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8992018Z [05-13|18:29:44.556] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.8992150Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8992284Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8992418Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8992546Z [05-13|18:29:44.556] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8992677Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8992809Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8993138Z [05-13|18:29:44.557] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8993461Z [05-13|18:29:44.556] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8993793Z [05-13|18:29:44.557] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.8993927Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8994059Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8994195Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8994324Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8994455Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8994783Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8994917Z [05-13|18:29:44.557] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8995345Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8995771Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8996191Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 6, "epoch round": 6} -2026-05-13T18:30:54.8996514Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.8996888Z [05-13|18:29:44.558] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8997023Z [05-13|18:29:44.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8997155Z [05-13|18:29:44.558] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8997330Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8997460Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8997588Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8997716Z [05-13|18:29:44.559] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8998213Z [05-13|18:29:44.559] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.8998542Z [05-13|18:29:44.559] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.8998863Z [05-13|18:29:44.559] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.8999051Z [05-13|18:29:44.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8999184Z [05-13|18:29:44.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.8999506Z [05-13|18:29:44.560] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.8999838Z [05-13|18:29:44.560] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.8999971Z [05-13|18:29:44.560] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9000102Z [05-13|18:29:44.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9000427Z [05-13|18:29:44.560] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9000573Z [05-13|18:29:44.561] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9001027Z [05-13|18:29:44.561] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9001243Z [05-13|18:29:44.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9001386Z [05-13|18:29:44.561] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9001530Z [05-13|18:29:44.561] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9001740Z [05-13|18:29:44.561] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9001879Z [05-13|18:29:44.562] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9002079Z [05-13|18:29:44.562] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9002219Z [05-13|18:29:44.561] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9002352Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9002482Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9002613Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9002749Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9002880Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9003212Z [05-13|18:29:44.562] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.9003348Z [05-13|18:29:44.562] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9003481Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9003612Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9003940Z [05-13|18:29:44.563] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.9004133Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9004463Z [05-13|18:29:44.563] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9004787Z [05-13|18:29:44.563] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.9004973Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9005103Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9005236Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9005402Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9005534Z [05-13|18:29:44.563] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9005865Z [05-13|18:29:44.564] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.9005998Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9006166Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9006307Z [05-13|18:29:44.564] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9006576Z [05-13|18:29:44.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.9006783Z [05-13|18:29:44.564] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9007105Z [05-13|18:29:44.564] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9007244Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9007375Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9007698Z [05-13|18:29:44.564] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9008275Z [05-13|18:29:44.564] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9008412Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9008545Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9008679Z [05-13|18:29:44.564] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9008941Z [05-13|18:29:44.564] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:54.9009071Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9009218Z [05-13|18:29:44.565] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9009586Z [05-13|18:29:44.565] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0100000000000000"} -2026-05-13T18:30:54.9009795Z [05-13|18:29:44.565] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9009933Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9010384Z [05-13|18:29:44.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9010518Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9010886Z [05-13|18:29:44.565] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0200000000000000"} -2026-05-13T18:30:54.9011018Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9011150Z [05-13|18:29:44.565] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9011608Z [05-13|18:29:44.565] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9012002Z [05-13|18:29:44.565] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.9012144Z [05-13|18:29:44.565] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9012627Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 2, "epoch round": 2} -2026-05-13T18:30:54.9012952Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.9013323Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9013650Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9013786Z [05-13|18:29:44.566] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9014107Z [05-13|18:29:44.566] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9014301Z [05-13|18:29:44.566] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9014665Z [05-13|18:29:44.566] INFO testutil/node.go:112 Node is stopped, not enqueuing message {"from": "0400000000000000", "to": "0300000000000000"} -2026-05-13T18:30:54.9014874Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9015017Z [05-13|18:29:44.566] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9015220Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9015670Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9015809Z [05-13|18:29:44.566] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9016018Z [05-13|18:29:44.566] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9016347Z [05-13|18:29:44.567] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9016484Z [05-13|18:29:44.567] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9016810Z [05-13|18:29:44.567] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9016949Z [05-13|18:29:44.567] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9017154Z [05-13|18:29:44.568] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9017296Z [05-13|18:29:44.568] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9017556Z [05-13|18:29:44.568] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.9017818Z [05-13|18:29:44.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 3} -2026-05-13T18:30:54.9018393Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9018656Z [05-13|18:29:44.569] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 3, "votes": 4} -2026-05-13T18:30:54.9019104Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9019557Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9020004Z [05-13|18:29:44.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9020393Z [05-13|18:29:44.570] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.9020717Z [05-13|18:29:44.570] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.9021092Z [05-13|18:29:44.570] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.9021382Z [05-13|18:29:44.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.9021695Z [05-13|18:29:44.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.9021952Z [05-13|18:29:44.571] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:54.9022404Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9022909Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9023360Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9023810Z [05-13|18:29:44.571] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9024139Z [05-13|18:29:44.572] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.9024461Z [05-13|18:29:44.572] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.9024790Z [05-13|18:29:44.572] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.9025047Z [05-13|18:29:44.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.9025305Z [05-13|18:29:44.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.9025565Z [05-13|18:29:44.573] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.9026019Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9026467Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9026916Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9027365Z [05-13|18:29:44.573] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9027690Z [05-13|18:29:44.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9028015Z [05-13|18:29:44.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9028469Z [05-13|18:29:44.574] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9028729Z [05-13|18:29:44.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.9029055Z [05-13|18:29:44.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.9029314Z [05-13|18:29:44.575] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.9029763Z [05-13|18:29:44.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9030270Z [05-13|18:29:44.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9030766Z [05-13|18:29:44.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9031092Z [05-13|18:29:44.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9031426Z [05-13|18:29:44.576] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9031922Z [05-13|18:29:44.577] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9032250Z [05-13|18:29:44.577] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9032514Z [05-13|18:29:44.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.9032771Z [05-13|18:29:44.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.9033221Z [05-13|18:29:44.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9033676Z [05-13|18:29:44.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9033936Z [05-13|18:29:44.578] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 7, "votes": 3} -2026-05-13T18:30:54.9034383Z [05-13|18:29:44.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9034839Z [05-13|18:29:44.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9035168Z [05-13|18:29:44.579] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.9035493Z [05-13|18:29:44.579] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.9035815Z [05-13|18:29:44.579] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.9036075Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.9036336Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.9036592Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.9036847Z [05-13|18:29:44.580] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.9037303Z [05-13|18:29:44.580] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9037753Z [05-13|18:29:44.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9038363Z [05-13|18:29:44.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9038817Z [05-13|18:29:44.581] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9039208Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.9039530Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.9039720Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9039856Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9040180Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.9040557Z [05-13|18:29:44.582] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.9040697Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9040831Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9040964Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9041095Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9041224Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9041354Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9041498Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9041628Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9041759Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9041893Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9042025Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9042153Z [05-13|18:29:44.582] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9042291Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9042421Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9042747Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.9042885Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9043210Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9043343Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9043670Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.9043805Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9043940Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9044072Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9044207Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9044337Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9044467Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9044795Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.9044927Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9045120Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9045256Z [05-13|18:29:44.583] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9045574Z [05-13|18:29:44.583] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9045895Z [05-13|18:29:44.584] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9046260Z [05-13|18:29:44.584] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:54.9046579Z [05-13|18:29:44.584] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:54.9046806Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9047017Z [05-13|18:29:44.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9047159Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9047297Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9047544Z [05-13|18:29:44.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9047684Z [05-13|18:29:44.584] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9047888Z [05-13|18:29:44.584] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9048192Z --- PASS: TestReplicationNotarizationWithoutFinalizations (0.00s) -2026-05-13T18:30:54.9048655Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_1_blocks (0.03s) -2026-05-13T18:30:54.9049107Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_14_blocks (0.13s) -2026-05-13T18:30:54.9049549Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_16_blocks (0.15s) -2026-05-13T18:30:54.9049995Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_25_blocks (0.25s) -2026-05-13T18:30:54.9050433Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_30_blocks (0.27s) -2026-05-13T18:30:54.9050868Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_29_blocks (0.30s) -2026-05-13T18:30:54.9051314Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_28_blocks (0.32s) -2026-05-13T18:30:54.9051752Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_26_blocks (0.25s) -2026-05-13T18:30:54.9052189Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_24_blocks (0.23s) -2026-05-13T18:30:54.9052631Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_21_blocks (0.18s) -2026-05-13T18:30:54.9053071Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_2_blocks (0.03s) -2026-05-13T18:30:54.9053509Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_18_blocks (0.16s) -2026-05-13T18:30:54.9053955Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_22_blocks (0.22s) -2026-05-13T18:30:54.9054396Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_20_blocks (0.18s) -2026-05-13T18:30:54.9054834Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_13_blocks (0.12s) -2026-05-13T18:30:54.9055278Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_12_blocks (0.11s) -2026-05-13T18:30:54.9055718Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_17_blocks (0.14s) -2026-05-13T18:30:54.9056157Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_10_blocks (0.12s) -2026-05-13T18:30:54.9056664Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_9_blocks (0.08s) -2026-05-13T18:30:54.9057101Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_4_blocks (0.05s) -2026-05-13T18:30:54.9057592Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_5_blocks (0.07s) -2026-05-13T18:30:54.9058142Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_6_blocks (0.07s) -2026-05-13T18:30:54.9058580Z --- PASS: TestReplicationNotarizationWithoutFinalizations/NotarizationWithoutFinalization_8_blocks (0.05s) -2026-05-13T18:30:54.9058750Z === RUN TestReplicationVerifyNotarization -2026-05-13T18:30:54.9059242Z [05-13|18:29:44.585] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9059511Z [05-13|18:29:44.585] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:54.9059653Z [05-13|18:29:45.086] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9059919Z [05-13|18:29:45.086] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9060058Z --- PASS: TestReplicationVerifyNotarization (0.50s) -2026-05-13T18:30:54.9060184Z === RUN TestReplicationVerifyEmptyNotarization -2026-05-13T18:30:54.9060664Z [05-13|18:29:45.086] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9060808Z [05-13|18:29:45.588] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9061014Z [05-13|18:29:45.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9061179Z --- PASS: TestReplicationVerifyEmptyNotarization (0.50s) -2026-05-13T18:30:54.9061300Z === RUN TestReplicationVotesForNotarizations -2026-05-13T18:30:54.9061774Z [05-13|18:29:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9062251Z [05-13|18:29:45.589] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9062718Z [05-13|18:29:45.590] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9063182Z [05-13|18:29:45.592] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9063451Z [05-13|18:29:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.9063713Z [05-13|18:29:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.9063968Z [05-13|18:29:45.594] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:54.9064434Z [05-13|18:29:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9064888Z [05-13|18:29:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9065337Z [05-13|18:29:45.594] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9065604Z [05-13|18:29:45.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.9065920Z [05-13|18:29:45.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.9066178Z [05-13|18:29:45.595] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:54.9066636Z [05-13|18:29:45.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9067135Z [05-13|18:29:45.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9067616Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9067829Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9068143Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9068351Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9068614Z [05-13|18:29:45.596] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9069067Z [05-13|18:29:45.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9069514Z [05-13|18:29:45.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9069966Z [05-13|18:29:45.773] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9070226Z [05-13|18:29:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.9070485Z [05-13|18:29:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.9070747Z [05-13|18:29:45.783] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:54.9071199Z [05-13|18:29:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9071646Z [05-13|18:29:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9072104Z [05-13|18:29:45.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9072362Z [05-13|18:29:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.9072618Z [05-13|18:29:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.9072879Z [05-13|18:29:45.785] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:54.9073334Z [05-13|18:29:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9073796Z [05-13|18:29:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9074248Z [05-13|18:29:45.785] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9074513Z [05-13|18:29:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.9074840Z [05-13|18:29:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.9075104Z [05-13|18:29:45.786] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:54.9075562Z [05-13|18:29:45.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9076075Z [05-13|18:29:45.786] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9076578Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9076795Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9077019Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9077260Z [05-13|18:29:45.787] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9077715Z [05-13|18:29:46.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9078291Z [05-13|18:29:46.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9078750Z [05-13|18:29:46.123] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9079013Z [05-13|18:29:46.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.9079279Z [05-13|18:29:46.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.9079541Z [05-13|18:29:46.134] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 12, "votes": 3} -2026-05-13T18:30:54.9079994Z [05-13|18:29:46.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9080451Z [05-13|18:29:46.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9080902Z [05-13|18:29:46.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9081162Z [05-13|18:29:46.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.9081428Z [05-13|18:29:46.135] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.9081882Z [05-13|18:29:46.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9082331Z [05-13|18:29:46.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9082605Z [05-13|18:29:46.136] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 13, "votes": 3} -2026-05-13T18:30:54.9083061Z [05-13|18:29:46.136] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9083322Z [05-13|18:29:46.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.9083647Z [05-13|18:29:46.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.9083903Z [05-13|18:29:46.137] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 14, "votes": 3} -2026-05-13T18:30:54.9084359Z [05-13|18:29:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9084865Z [05-13|18:29:46.137] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9085363Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9085575Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9085789Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9085994Z [05-13|18:29:46.138] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9086499Z [05-13|18:29:46.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9086962Z [05-13|18:29:46.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9087412Z [05-13|18:29:46.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9087628Z [05-13|18:29:46.647] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9087834Z [05-13|18:29:46.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9087977Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9088224Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9088366Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9088495Z [05-13|18:29:46.899] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9088626Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9088759Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9088965Z [05-13|18:29:46.900] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.9089168Z [05-13|18:29:46.900] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.9089303Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9089437Z [05-13|18:29:46.900] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9089774Z [05-13|18:29:46.901] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.9090235Z [05-13|18:29:46.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9090566Z [05-13|18:29:46.901] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.9091016Z [05-13|18:29:46.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9091352Z [05-13|18:29:46.901] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9091802Z [05-13|18:29:46.901] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9092191Z [05-13|18:29:46.902] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:54.9092648Z [05-13|18:29:46.902] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9092903Z [05-13|18:29:47.050] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.9093035Z [05-13|18:29:47.050] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9093366Z [05-13|18:29:47.050] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:54.9093860Z [05-13|18:29:47.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9094309Z [05-13|18:29:47.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9094564Z [05-13|18:29:47.051] INFO testutil/comm.go:67 Node is disconnected not sending message -2026-05-13T18:30:54.9094701Z [05-13|18:29:47.051] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9094834Z [05-13|18:29:47.051] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9095286Z [05-13|18:29:47.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9095734Z [05-13|18:29:47.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9095942Z [05-13|18:29:47.052] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9096081Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9096211Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9096340Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9096481Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9096612Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9096746Z [05-13|18:29:47.150] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9096882Z [05-13|18:29:47.151] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9097315Z [05-13|18:29:47.151] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9097449Z [05-13|18:29:47.151] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9097878Z [05-13|18:29:47.151] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9098012Z [05-13|18:29:47.151] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9098587Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9099045Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9099498Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9099952Z [05-13|18:29:47.152] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9100409Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9100927Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9101431Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9101893Z [05-13|18:29:47.153] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9102268Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9102594Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9102925Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:54.9103296Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9103622Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.9103948Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9104266Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:54.9104588Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.9104916Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.9105252Z [05-13|18:29:47.552] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.9105574Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 7, "digest": "133fa23e27c87bb29344..."} -2026-05-13T18:30:54.9105904Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.9106237Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.9106568Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.9106900Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.9107226Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 8, "digest": "7359c417c0cd61c9d73b..."} -2026-05-13T18:30:54.9107555Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.9107889Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.9108326Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 9, "digest": "33db9408123e7c6d470a..."} -2026-05-13T18:30:54.9108662Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 12, "sequence": 10, "digest": "b3920222aa7e67ddaf6a..."} -2026-05-13T18:30:54.9108991Z [05-13|18:29:47.553] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.9109383Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 13, "sequence": 11, "digest": "86c7bbfa200d0d369237..."} -2026-05-13T18:30:54.9109713Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.9110035Z [05-13|18:29:47.554] INFO Simplex/epoch.go:1369 Committed block {"round": 14, "sequence": 12, "digest": "6553436b3c0f56056b56..."} -2026-05-13T18:30:54.9110304Z [05-13|18:29:47.652] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9110772Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9111273Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9111729Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9111994Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9112203Z [05-13|18:29:47.703] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9112351Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9112492Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9112630Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9112837Z [05-13|18:29:47.753] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9112973Z [05-13|18:29:47.753] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9113127Z --- PASS: TestReplicationVotesForNotarizations (2.17s) -2026-05-13T18:30:54.9113253Z === RUN TestReplicationEmptyNotarizationsTail -2026-05-13T18:30:54.9113475Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 -2026-05-13T18:30:54.9113709Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 -2026-05-13T18:30:54.9113921Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 -2026-05-13T18:30:54.9114140Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 -2026-05-13T18:30:54.9114357Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 -2026-05-13T18:30:54.9114574Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 -2026-05-13T18:30:54.9114786Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 -2026-05-13T18:30:54.9115009Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 -2026-05-13T18:30:54.9115220Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 -2026-05-13T18:30:54.9115438Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 -2026-05-13T18:30:54.9115652Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 -2026-05-13T18:30:54.9115870Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 -2026-05-13T18:30:54.9116083Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 -2026-05-13T18:30:54.9116300Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 -2026-05-13T18:30:54.9116523Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 -2026-05-13T18:30:54.9116748Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 -2026-05-13T18:30:54.9116964Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 -2026-05-13T18:30:54.9117189Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 -2026-05-13T18:30:54.9117449Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 -2026-05-13T18:30:54.9117669Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 -2026-05-13T18:30:54.9117890Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 -2026-05-13T18:30:54.9118249Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 -2026-05-13T18:30:54.9118575Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 -2026-05-13T18:30:54.9118800Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 -2026-05-13T18:30:54.9119013Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 -2026-05-13T18:30:54.9119286Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 -2026-05-13T18:30:54.9119505Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 -2026-05-13T18:30:54.9119728Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 -2026-05-13T18:30:54.9119942Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 -2026-05-13T18:30:54.9120211Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 -2026-05-13T18:30:54.9120433Z === RUN TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 -2026-05-13T18:30:54.9120655Z === PAUSE TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 -2026-05-13T18:30:54.9120870Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 -2026-05-13T18:30:54.9121091Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 -2026-05-13T18:30:54.9121729Z [05-13|18:29:47.755] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9122314Z [05-13|18:29:47.755] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9122905Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9123486Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9124069Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9124648Z [05-13|18:29:47.756] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9124869Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 -2026-05-13T18:30:54.9125093Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 -2026-05-13T18:30:54.9125673Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9126252Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9126834Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9127479Z [05-13|18:29:47.757] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9128178Z [05-13|18:29:47.763] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9128825Z [05-13|18:29:47.763] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9129453Z [05-13|18:29:47.763] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9130047Z [05-13|18:29:47.765] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9130675Z [05-13|18:29:47.767] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9131256Z [05-13|18:29:47.768] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9131847Z [05-13|18:29:47.768] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9132425Z [05-13|18:29:47.769] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9133015Z [05-13|18:29:47.769] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9133595Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9134181Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9134763Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9135343Z [05-13|18:29:47.770] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9135921Z [05-13|18:29:47.771] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9136139Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9136346Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9136551Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9136759Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9137016Z [05-13|18:29:47.771] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9137219Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9137427Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9137683Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9137884Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9138210Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9138474Z [05-13|18:29:47.772] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9138677Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9138884Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9139087Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9139338Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9139546Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9139750Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9139951Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9140159Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9140362Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9140564Z [05-13|18:29:47.773] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9140767Z [05-13|18:29:47.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9140971Z [05-13|18:29:47.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9141174Z [05-13|18:29:47.774] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9141650Z [05-13|18:29:48.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9142107Z [05-13|18:29:48.011] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9142556Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9143003Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9143451Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9143899Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9144350Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9144800Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9145251Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9145772Z [05-13|18:29:48.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9146220Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9146722Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9147207Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9147652Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9148275Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9148733Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9149179Z [05-13|18:29:48.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9149629Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9150074Z [05-13|18:29:48.014] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9150523Z [05-13|18:29:48.015] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9150738Z [05-13|18:29:48.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9150945Z [05-13|18:29:48.022] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9151147Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9151354Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9151556Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9151756Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9151963Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9152165Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9152367Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9152569Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9152774Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9152976Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9153178Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9153382Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9153584Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9153847Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9154055Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9154258Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9154511Z [05-13|18:29:48.023] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9154716Z [05-13|18:29:48.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9155216Z [05-13|18:29:48.417] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9155666Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9156118Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9156598Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9157048Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9157500Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9157944Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9158513Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9158967Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9159413Z [05-13|18:29:48.418] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9159869Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9160317Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9160765Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9161218Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9161665Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9162122Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9162575Z [05-13|18:29:48.419] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9163085Z [05-13|18:29:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9163537Z [05-13|18:29:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9164036Z [05-13|18:29:48.420] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9164242Z [05-13|18:29:48.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9164497Z [05-13|18:29:48.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9164702Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9164903Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9165049Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9165304Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9165508Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9165712Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9165918Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9166119Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9166255Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9166460Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9166660Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9166795Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9167004Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9167135Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9167337Z [05-13|18:29:48.428] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9167542Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9167675Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9167806Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9167940Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9168188Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9168319Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9168451Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9168586Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9168791Z [05-13|18:29:48.429] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9168922Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9169064Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9169193Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9169321Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9169456Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9169590Z [05-13|18:29:48.429] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9169718Z [05-13|18:29:48.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9169912Z [05-13|18:29:48.430] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9170370Z [05-13|18:29:48.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9170820Z [05-13|18:29:48.430] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9171023Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9171229Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9171369Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9171621Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9171766Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9171905Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9172114Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9172305Z [05-13|18:29:48.439] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9172508Z [05-13|18:29:48.439] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9172648Z [05-13|18:29:48.440] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9172854Z [05-13|18:29:48.440] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9173084Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 -2026-05-13T18:30:54.9173678Z [05-13|18:29:48.440] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9174260Z [05-13|18:29:48.441] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9174841Z [05-13|18:29:48.444] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9175419Z [05-13|18:29:48.445] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9176001Z [05-13|18:29:48.446] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9176576Z [05-13|18:29:48.446] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9176789Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9176995Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9177198Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9177404Z [05-13|18:29:48.448] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9177605Z [05-13|18:29:48.449] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9177806Z [05-13|18:29:48.450] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9178376Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9178896Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9179347Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9179850Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9180295Z [05-13|18:29:48.686] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9180547Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9180755Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9180960Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9181212Z [05-13|18:29:48.696] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9181419Z [05-13|18:29:48.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9181878Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9182328Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9182780Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9183226Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9183671Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9184123Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9184566Z [05-13|18:29:48.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9185013Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9185464Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9185911Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9186356Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9186802Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9187248Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9187773Z [05-13|18:29:48.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9188337Z [05-13|18:29:48.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9188608Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9188815Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9189018Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9189270Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9189483Z [05-13|18:29:48.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9189684Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9189886Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9190136Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9190345Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9190549Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9190748Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9190955Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9191158Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9191358Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9191566Z [05-13|18:29:48.936] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9192026Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9192474Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9192927Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9193375Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9193825Z [05-13|18:29:49.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9194031Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9194234Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9194438Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9197459Z [05-13|18:29:49.100] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9197724Z [05-13|18:29:49.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9198479Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9198950Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9199514Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9199974Z [05-13|18:29:49.536] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9200497Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9201000Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9201456Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9201966Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9202421Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9202877Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9203328Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9203776Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9204234Z [05-13|18:29:49.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9204683Z [05-13|18:29:49.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9205130Z [05-13|18:29:49.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9205349Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9205556Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9205759Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9205972Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9206175Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9206379Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9206591Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9206791Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9206993Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9207201Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9207405Z [05-13|18:29:49.547] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9207607Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9207857Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9208185Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9208393Z [05-13|18:29:49.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9208915Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9209362Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9209859Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9210315Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9210810Z [05-13|18:29:49.599] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9211020Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9211233Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9211438Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9211642Z [05-13|18:29:49.609] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9211849Z [05-13|18:29:49.610] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9212299Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9212751Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9213205Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9213651Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9214100Z [05-13|18:29:50.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9214312Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9214518Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9214723Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9214930Z [05-13|18:29:50.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9215132Z [05-13|18:29:50.223] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9215579Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9216034Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9216541Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9217079Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9217533Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9218017Z [05-13|18:29:50.255] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9218651Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9219103Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9219603Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9220055Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9220503Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9220950Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9221433Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9221893Z [05-13|18:29:50.256] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9222343Z [05-13|18:29:50.257] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9222555Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9222760Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9222964Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9223173Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9223376Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9223579Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9223789Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9223993Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9224197Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9224405Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9224606Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9224808Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9225015Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9225300Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9225504Z [05-13|18:29:50.266] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9225964Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9226472Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9226954Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9227407Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9227854Z [05-13|18:29:50.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9228230Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9228466Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9228673Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9228876Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9229083Z [05-13|18:29:50.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9229536Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9229988Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9230447Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9230898Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9231348Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9231809Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9232257Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9232711Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9233163Z [05-13|18:29:51.134] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9233609Z [05-13|18:29:51.135] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9233821Z [05-13|18:29:51.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9234025Z [05-13|18:29:51.144] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9234289Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9234502Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9234703Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9234959Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9235159Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9235370Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9235621Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9235826Z [05-13|18:29:51.145] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9236283Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9236767Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9237219Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9237671Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9238236Z [05-13|18:29:51.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9238458Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9238663Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9238866Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9239080Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9239283Z [05-13|18:29:51.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9239732Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9240187Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9240636Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9241084Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9241536Z [05-13|18:29:51.810] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9241743Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9241945Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9242154Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9242357Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9242624Z [05-13|18:29:51.821] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9243080Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9243527Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9244027Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9244524Z [05-13|18:29:52.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9244974Z [05-13|18:29:52.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9245184Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9245440Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9245647Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9245850Z [05-13|18:29:52.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9246055Z [05-13|18:29:52.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9246502Z [05-13|18:29:52.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9246948Z [05-13|18:29:52.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9247405Z [05-13|18:29:52.378] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9247849Z [05-13|18:29:52.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9248410Z [05-13|18:29:52.379] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9248864Z [05-13|18:29:52.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9249306Z [05-13|18:29:52.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9249755Z [05-13|18:29:52.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9250206Z [05-13|18:29:52.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9250653Z [05-13|18:29:52.385] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9250863Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9251068Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9251272Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9251537Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9251744Z [05-13|18:29:52.389] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9251948Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9252202Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9252409Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9252610Z [05-13|18:29:52.395] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9252857Z [05-13|18:29:52.396] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9253313Z [05-13|18:29:53.061] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9253763Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9254299Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9254757Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9255233Z [05-13|18:29:53.062] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9255451Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9255663Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9255870Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9256074Z [05-13|18:29:53.072] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9256281Z [05-13|18:29:53.073] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9256739Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9257196Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9257649Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9258216Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9258676Z [05-13|18:29:53.435] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9258883Z [05-13|18:29:53.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9259091Z [05-13|18:29:53.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9259300Z [05-13|18:29:53.445] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9259502Z [05-13|18:29:53.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9259703Z [05-13|18:29:53.446] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9260222Z [05-13|18:29:53.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9260676Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9261177Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9261631Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9262129Z [05-13|18:29:53.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9262339Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9262548Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9262802Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9263008Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9263219Z [05-13|18:29:53.542] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9263670Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9264122Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9264577Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9265028Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9265479Z [05-13|18:29:53.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9265696Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9265902Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9266110Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9266320Z [05-13|18:29:53.606] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9266525Z [05-13|18:29:53.607] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9267099Z [05-13|18:29:54.227] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9267556Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9268024Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9268622Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9269078Z [05-13|18:29:54.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9269361Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9269568Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9269835Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9270037Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9270240Z [05-13|18:29:54.238] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9270745Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9271200Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9271702Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9272157Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9272611Z [05-13|18:29:54.600] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9272760Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9272905Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273038Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273168Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273305Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273434Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273565Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273698Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273829Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9273959Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9274094Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9274221Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9274351Z [05-13|18:29:54.611] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9274808Z [05-13|18:29:54.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9275264Z [05-13|18:29:54.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9275714Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9276169Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9276617Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9277073Z [05-13|18:29:54.613] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9277574Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9278023Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9278674Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9278893Z [05-13|18:29:54.614] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9279093Z [05-13|18:29:54.621] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9279303Z [05-13|18:29:54.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9279454Z [05-13|18:29:54.621] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9279661Z [05-13|18:29:54.621] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9279860Z [05-13|18:29:54.621] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9280072Z [05-13|18:29:54.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9280213Z [05-13|18:29:54.622] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9280350Z [05-13|18:29:54.622] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9280555Z [05-13|18:29:54.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9280692Z [05-13|18:29:54.622] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9280949Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 -2026-05-13T18:30:54.9281555Z [05-13|18:29:54.622] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9282153Z [05-13|18:29:54.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9282737Z [05-13|18:29:54.623] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9283324Z [05-13|18:29:54.624] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9283902Z [05-13|18:29:54.624] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9284481Z [05-13|18:29:54.625] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9284706Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9284911Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9285114Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9285321Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9285526Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9285727Z [05-13|18:29:54.626] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9286248Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9286700Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9287185Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9287641Z [05-13|18:29:54.855] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9288271Z [05-13|18:29:54.856] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9288738Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9289243Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9289698Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9290152Z [05-13|18:29:54.865] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9290604Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9290812Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9291023Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9291228Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9291435Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9291643Z [05-13|18:29:54.866] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9291846Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9292055Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9292266Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9292469Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9292674Z [05-13|18:29:54.876] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9293125Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9293587Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9294033Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9294489Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9294939Z [05-13|18:29:54.971] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9295206Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9295419Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9295674Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9295881Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9296090Z [05-13|18:29:54.982] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9296581Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9297033Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9297531Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9297985Z [05-13|18:29:55.270] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9298600Z [05-13|18:29:55.271] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9298818Z [05-13|18:29:55.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9299024Z [05-13|18:29:55.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9299227Z [05-13|18:29:55.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9299439Z [05-13|18:29:55.280] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9299641Z [05-13|18:29:55.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9300095Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9300552Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9301002Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9301452Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9301906Z [05-13|18:29:55.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9302112Z [05-13|18:29:55.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9302318Z [05-13|18:29:55.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9302529Z [05-13|18:29:55.489] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9302732Z [05-13|18:29:55.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9302935Z [05-13|18:29:55.490] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9303389Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9303910Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9304359Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9304868Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9305366Z [05-13|18:29:55.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9305573Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9305783Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9305983Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9306249Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9306491Z [05-13|18:29:55.792] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9306967Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9307431Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9307888Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9308463Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9308924Z [05-13|18:29:56.308] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9309072Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9309207Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9309338Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9309478Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9309609Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9309741Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9309882Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9310014Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9310143Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9310280Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9310412Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9310543Z [05-13|18:29:56.319] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9310677Z [05-13|18:29:56.320] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9311133Z [05-13|18:29:56.320] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9311340Z [05-13|18:29:56.320] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9311795Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9312324Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9312775Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9313283Z [05-13|18:29:56.321] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9313781Z [05-13|18:29:56.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9314232Z [05-13|18:29:56.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9314736Z [05-13|18:29:56.322] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9315188Z [05-13|18:29:56.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9315642Z [05-13|18:29:56.323] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9315795Z [05-13|18:29:56.329] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9316008Z [05-13|18:29:56.329] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9316150Z [05-13|18:29:56.329] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9316364Z [05-13|18:29:56.329] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9316504Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9316711Z [05-13|18:29:56.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9316856Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9317061Z [05-13|18:29:56.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9317200Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9317343Z [05-13|18:29:56.330] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9317549Z [05-13|18:29:56.330] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9317782Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 -2026-05-13T18:30:54.9318497Z [05-13|18:29:56.331] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9319085Z [05-13|18:29:56.331] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9319664Z [05-13|18:29:56.333] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9320249Z [05-13|18:29:56.336] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9320829Z [05-13|18:29:56.336] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9321499Z [05-13|18:29:56.337] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9321766Z [05-13|18:29:56.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9321980Z [05-13|18:29:56.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9322183Z [05-13|18:29:56.339] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9322472Z [05-13|18:29:56.340] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9322677Z [05-13|18:29:56.340] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9322881Z [05-13|18:29:56.341] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9323393Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9323849Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9324301Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9324755Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9325207Z [05-13|18:29:56.401] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9325426Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9325631Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9325834Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9326038Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9326243Z [05-13|18:29:56.412] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9326697Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9327153Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9327607Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9328171Z [05-13|18:29:56.474] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9328654Z [05-13|18:29:56.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9328871Z [05-13|18:29:56.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9329081Z [05-13|18:29:56.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9329295Z [05-13|18:29:56.484] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9329572Z [05-13|18:29:56.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9329777Z [05-13|18:29:56.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9330239Z [05-13|18:29:56.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9330747Z [05-13|18:29:56.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9331244Z [05-13|18:29:56.578] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9331700Z [05-13|18:29:56.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9332153Z [05-13|18:29:56.579] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9332409Z [05-13|18:29:56.588] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9332624Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9332828Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9333031Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9333236Z [05-13|18:29:56.589] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9333697Z [05-13|18:29:56.885] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9334153Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9334610Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9335063Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9335515Z [05-13|18:29:56.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9335728Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9335934Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9336140Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9336350Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9336554Z [05-13|18:29:56.896] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9337005Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9337457Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9337906Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9338516Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9338976Z [05-13|18:29:56.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9339251Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9339456Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9339663Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9339915Z [05-13|18:29:56.996] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9340121Z [05-13|18:29:56.997] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9340575Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9341070Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9341522Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9341974Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9342422Z [05-13|18:29:57.122] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9342632Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9342832Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9343035Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9343237Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9343444Z [05-13|18:29:57.132] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9343892Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9344343Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9344796Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9345246Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9345700Z [05-13|18:29:57.498] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9345908Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9346112Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9346321Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9346522Z [05-13|18:29:57.508] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9346783Z [05-13|18:29:57.509] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9347243Z [05-13|18:29:58.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9347695Z [05-13|18:29:58.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9348297Z [05-13|18:29:58.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9348812Z [05-13|18:29:58.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9349263Z [05-13|18:29:58.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9349470Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9349729Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9349934Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9350137Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9350341Z [05-13|18:29:58.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9350791Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9351240Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9351696Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9352146Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9352593Z [05-13|18:29:58.113] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9352804Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9353009Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9353209Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9353418Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9353618Z [05-13|18:29:58.123] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9354076Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9354537Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9354992Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9355447Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9355965Z [05-13|18:29:58.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9356178Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9356438Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9356648Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9356852Z [05-13|18:29:58.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9357094Z [05-13|18:29:58.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9357553Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9358009Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9358635Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9359098Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9359552Z [05-13|18:29:58.507] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9359763Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9359970Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9360173Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9360377Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9360586Z [05-13|18:29:58.518] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9361037Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9361489Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9361946Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9362397Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9362852Z [05-13|18:29:58.886] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9363058Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9363264Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9363473Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9363676Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9363876Z [05-13|18:29:58.897] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9364389Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9364836Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9365336Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9365786Z [05-13|18:29:59.032] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9366280Z [05-13|18:29:59.033] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9366489Z [05-13|18:29:59.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9366697Z [05-13|18:29:59.042] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9366936Z [05-13|18:29:59.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9367141Z [05-13|18:29:59.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9367349Z [05-13|18:29:59.043] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9367801Z [05-13|18:29:59.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9368366Z [05-13|18:29:59.883] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9368834Z [05-13|18:29:59.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9369281Z [05-13|18:29:59.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9369731Z [05-13|18:29:59.884] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9369939Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9370142Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9370344Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9370548Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9370752Z [05-13|18:29:59.895] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9371208Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9371667Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9372120Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9372574Z [05-13|18:30:00.174] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9373035Z [05-13|18:30:00.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9373311Z [05-13|18:30:00.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9373517Z [05-13|18:30:00.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9373778Z [05-13|18:30:00.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9373983Z [05-13|18:30:00.185] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9374185Z [05-13|18:30:00.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9374690Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9375144Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9375644Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9376099Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9376548Z [05-13|18:30:00.316] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9376758Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9376962Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9377168Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9377370Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9377579Z [05-13|18:30:00.327] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9378151Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9378613Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9379074Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9379525Z [05-13|18:30:00.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9379985Z [05-13|18:30:00.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9380193Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9380402Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9380609Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9380816Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9381021Z [05-13|18:30:00.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9381474Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9381990Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9382438Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9382942Z [05-13|18:30:01.144] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9383437Z [05-13|18:30:01.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9383648Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9383857Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9384060Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9384311Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9384524Z [05-13|18:30:01.155] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9384972Z [05-13|18:30:01.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9385421Z [05-13|18:30:01.463] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9385871Z [05-13|18:30:01.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9386320Z [05-13|18:30:01.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9386767Z [05-13|18:30:01.464] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9386976Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9387178Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9387380Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9387589Z [05-13|18:30:01.474] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9387789Z [05-13|18:30:01.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9388354Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9388813Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9389262Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9389709Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9390160Z [05-13|18:30:02.459] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9390431Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9390636Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9390847Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9391141Z [05-13|18:30:02.469] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9391342Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9391805Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9392328Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9392785Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9393292Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9393748Z [05-13|18:30:02.470] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9393956Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9394171Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9394376Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9394581Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9394788Z [05-13|18:30:02.481] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9395241Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9395694Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9396152Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9396608Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9397070Z [05-13|18:30:02.687] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9397279Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9397484Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9397696Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9397901Z [05-13|18:30:02.697] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9398217Z [05-13|18:30:02.698] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9398683Z [05-13|18:30:02.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9399204Z [05-13|18:30:02.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9399657Z [05-13|18:30:02.820] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9400163Z [05-13|18:30:02.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9400615Z [05-13|18:30:02.821] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9400869Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9401079Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9401286Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9401494Z [05-13|18:30:02.831] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9401752Z [05-13|18:30:02.832] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9402208Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9402658Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9403114Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9403566Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9404015Z [05-13|18:30:03.969] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9404228Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9404431Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9404633Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9404840Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9405040Z [05-13|18:30:03.980] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9405497Z [05-13|18:30:04.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9405960Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9406413Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9406867Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9407323Z [05-13|18:30:04.394] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9407531Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9407779Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9407990Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9408317Z [05-13|18:30:04.404] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9408586Z [05-13|18:30:04.405] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9409044Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9409550Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9410005Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9410512Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9410964Z [05-13|18:30:04.751] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9411178Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9411386Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9411594Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9411797Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9412015Z [05-13|18:30:04.762] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9412467Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9412920Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9413377Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9413828Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9414284Z [05-13|18:30:04.860] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9414494Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9414702Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9414911Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9415115Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9415317Z [05-13|18:30:04.871] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9415776Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9416231Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9416745Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9417202Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9417693Z [05-13|18:30:05.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9417934Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9418262Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9418471Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9418678Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9418946Z [05-13|18:30:05.651] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9419405Z [05-13|18:30:06.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9419861Z [05-13|18:30:06.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9420321Z [05-13|18:30:06.186] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9420777Z [05-13|18:30:06.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9421233Z [05-13|18:30:06.187] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9421471Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9421681Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9421887Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9422099Z [05-13|18:30:06.197] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9422311Z [05-13|18:30:06.198] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9422764Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9423224Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9423679Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9424135Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9424594Z [05-13|18:30:07.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9425045Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9425573Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9426022Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9426527Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9427032Z [05-13|18:30:07.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9427243Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9427451Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9427663Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9427902Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9428231Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9428444Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9428647Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9428849Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9429055Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9429260Z [05-13|18:30:07.210] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9429715Z [05-13|18:30:07.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9430174Z [05-13|18:30:07.537] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9430629Z [05-13|18:30:07.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9431083Z [05-13|18:30:07.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9431539Z [05-13|18:30:07.538] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9431748Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9431956Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9432165Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9432370Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9432572Z [05-13|18:30:07.548] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9433031Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9433484Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9434002Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9434462Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9434969Z [05-13|18:30:08.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9435177Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9435440Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9435650Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9435857Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9436065Z [05-13|18:30:08.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9436566Z [05-13|18:30:09.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9437024Z [05-13|18:30:09.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9437484Z [05-13|18:30:09.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9437939Z [05-13|18:30:09.659] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9438766Z [05-13|18:30:09.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9438998Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9439207Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9439414Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9439623Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9439830Z [05-13|18:30:09.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9440285Z [05-13|18:30:09.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9440748Z [05-13|18:30:09.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9441203Z [05-13|18:30:09.704] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9441657Z [05-13|18:30:09.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9442114Z [05-13|18:30:09.705] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9442324Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9442529Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9442823Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9443028Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9443232Z [05-13|18:30:09.715] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9443749Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9444201Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9444703Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9445163Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9445663Z [05-13|18:30:09.814] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9445881Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9446086Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9446288Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9446498Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9446700Z [05-13|18:30:09.825] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9447154Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9447614Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9448201Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9448663Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9449124Z [05-13|18:30:10.592] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9449341Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9449550Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9449761Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9449967Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9450174Z [05-13|18:30:10.603] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9450632Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9451087Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9451612Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9452089Z [05-13|18:30:12.006] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9452605Z [05-13|18:30:12.007] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9452817Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9453032Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9453288Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9453496Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9453708Z [05-13|18:30:12.018] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9454214Z [05-13|18:30:12.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9454675Z [05-13|18:30:12.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9455134Z [05-13|18:30:12.489] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9455589Z [05-13|18:30:12.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9456042Z [05-13|18:30:12.490] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9456262Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9456470Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9456678Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9456889Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9457095Z [05-13|18:30:12.501] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9457553Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9458012Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9458591Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9459047Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9459508Z [05-13|18:30:12.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9459720Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9459930Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9460240Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9460444Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9460650Z [05-13|18:30:12.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9461110Z [05-13|18:30:12.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9461619Z [05-13|18:30:12.837] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9462126Z [05-13|18:30:12.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9462586Z [05-13|18:30:12.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9463102Z [05-13|18:30:12.838] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9463317Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9463526Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9463731Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9463940Z [05-13|18:30:12.848] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9464148Z [05-13|18:30:12.849] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9464602Z [05-13|18:30:14.421] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9465062Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9465519Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9465973Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9466430Z [05-13|18:30:14.422] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9466637Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9466843Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9467054Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9467260Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9467469Z [05-13|18:30:14.433] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9467925Z [05-13|18:30:15.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9468496Z [05-13|18:30:15.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9468954Z [05-13|18:30:15.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9469478Z [05-13|18:30:15.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9469932Z [05-13|18:30:15.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9470196Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9470410Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9470663Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9470871Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9471082Z [05-13|18:30:15.260] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9471587Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9472043Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9472506Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9472960Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9473412Z [05-13|18:30:15.513] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9473626Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9473832Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9474038Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9474248Z [05-13|18:30:15.524] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9474454Z [05-13|18:30:15.525] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9474907Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9475367Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9475823Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9476280Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9476734Z [05-13|18:30:15.853] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9476943Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9477154Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9477359Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9477612Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9477814Z [05-13|18:30:15.865] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9478397Z [05-13|18:30:17.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9478964Z [05-13|18:30:17.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9479489Z [05-13|18:30:17.012] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9479948Z [05-13|18:30:17.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9480453Z [05-13|18:30:17.013] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9480671Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9480880Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9481087Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9481297Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9481505Z [05-13|18:30:17.024] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9481959Z [05-13|18:30:17.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9482414Z [05-13|18:30:17.953] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9482866Z [05-13|18:30:17.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9483317Z [05-13|18:30:17.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9483772Z [05-13|18:30:17.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9483980Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9484188Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9484397Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9484603Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9484809Z [05-13|18:30:17.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 17} -2026-05-13T18:30:54.9485267Z [05-13|18:30:18.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9485720Z [05-13|18:30:18.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9486172Z [05-13|18:30:18.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9486687Z [05-13|18:30:18.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9487139Z [05-13|18:30:18.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9487386Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9487595Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9487798Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9488159Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9488393Z [05-13|18:30:18.947] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9488861Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9489379Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9489842Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9490295Z [05-13|18:30:19.268] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9490748Z [05-13|18:30:19.269] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9490904Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491042Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491176Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491312Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491444Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491577Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491711Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491839Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9491968Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9492100Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9492231Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9492361Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9492491Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9492626Z [05-13|18:30:19.280] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9492758Z [05-13|18:30:19.281] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9493215Z [05-13|18:30:19.281] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9493352Z [05-13|18:30:19.281] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9493481Z [05-13|18:30:19.281] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9493696Z [05-13|18:30:19.281] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9494166Z [05-13|18:30:19.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9494689Z [05-13|18:30:19.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9495142Z [05-13|18:30:19.282] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9495648Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9496147Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9496601Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9496739Z [05-13|18:30:19.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9497221Z [05-13|18:30:19.283] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9497361Z [05-13|18:30:19.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9497493Z [05-13|18:30:19.283] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9497623Z [05-13|18:30:19.284] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9498183Z [05-13|18:30:19.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9498650Z [05-13|18:30:19.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9499105Z [05-13|18:30:19.284] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9499562Z [05-13|18:30:19.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9500014Z [05-13|18:30:19.285] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9500148Z [05-13|18:30:19.286] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9500603Z [05-13|18:30:19.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9501053Z [05-13|18:30:19.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9501508Z [05-13|18:30:19.286] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9501965Z [05-13|18:30:19.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9502419Z [05-13|18:30:19.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9502872Z [05-13|18:30:19.287] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9503029Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9503310Z [05-13|18:30:19.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9503453Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9503597Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9503805Z [05-13|18:30:19.290] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9503996Z [05-13|18:30:19.290] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9504207Z [05-13|18:30:19.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9504344Z [05-13|18:30:19.291] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9504599Z [05-13|18:30:19.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9504744Z [05-13|18:30:19.291] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9504953Z [05-13|18:30:19.291] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 19} -2026-05-13T18:30:54.9505187Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 -2026-05-13T18:30:54.9505838Z [05-13|18:30:19.291] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9506427Z [05-13|18:30:19.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9507009Z [05-13|18:30:19.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9507592Z [05-13|18:30:19.292] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9508283Z [05-13|18:30:19.293] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9508862Z [05-13|18:30:19.295] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9509077Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9509283Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9509484Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9509688Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9509890Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9510091Z [05-13|18:30:19.296] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9510557Z [05-13|18:30:19.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9511007Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9511454Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9511906Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9512422Z [05-13|18:30:19.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9512626Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9512890Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9513092Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9513293Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9513547Z [05-13|18:30:19.545] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9514005Z [05-13|18:30:19.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9514508Z [05-13|18:30:19.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9514964Z [05-13|18:30:19.778] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9515414Z [05-13|18:30:19.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9515870Z [05-13|18:30:19.779] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9516011Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9516146Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9516277Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9516411Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9516543Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9516673Z [05-13|18:30:19.790] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9516814Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9516944Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9517072Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9517207Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9517337Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9517466Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9517600Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9518324Z [05-13|18:30:19.791] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9518495Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9518638Z [05-13|18:30:19.791] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9518768Z [05-13|18:30:19.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9518899Z [05-13|18:30:19.792] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9519359Z [05-13|18:30:19.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9519820Z [05-13|18:30:19.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9520344Z [05-13|18:30:19.792] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9520798Z [05-13|18:30:19.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9521330Z [05-13|18:30:19.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9521779Z [05-13|18:30:19.793] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9521969Z [05-13|18:30:19.793] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9522104Z [05-13|18:30:19.794] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9522236Z [05-13|18:30:19.794] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9522770Z [05-13|18:30:19.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9522922Z [05-13|18:30:19.794] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9523378Z [05-13|18:30:19.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9523842Z [05-13|18:30:19.794] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9524298Z [05-13|18:30:19.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9524749Z [05-13|18:30:19.795] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9525204Z [05-13|18:30:19.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9525657Z [05-13|18:30:19.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9526105Z [05-13|18:30:19.796] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9526560Z [05-13|18:30:19.797] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9526776Z [05-13|18:30:19.797] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9526929Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9527143Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9527284Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9527496Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9527648Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9527860Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9528001Z [05-13|18:30:19.801] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9528336Z [05-13|18:30:19.801] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 16} -2026-05-13T18:30:54.9528476Z [05-13|18:30:19.802] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9528679Z [05-13|18:30:19.802] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9528914Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 -2026-05-13T18:30:54.9529510Z [05-13|18:30:19.802] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9530151Z [05-13|18:30:19.803] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9530784Z [05-13|18:30:19.803] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9531367Z [05-13|18:30:19.804] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9531995Z [05-13|18:30:19.809] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9532583Z [05-13|18:30:19.810] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9532792Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9533001Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9533209Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9533411Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9533612Z [05-13|18:30:19.812] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9533819Z [05-13|18:30:19.813] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9534282Z [05-13|18:30:19.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9534735Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9535188Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9535633Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9536092Z [05-13|18:30:19.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9536299Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9536505Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9536708Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9536914Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9537117Z [05-13|18:30:19.949] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9537563Z [05-13|18:30:20.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9538172Z [05-13|18:30:20.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9538623Z [05-13|18:30:20.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9539137Z [05-13|18:30:20.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9539632Z [05-13|18:30:20.052] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9539838Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9540047Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9540248Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9540497Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9540708Z [05-13|18:30:20.062] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9541156Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9541607Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9542060Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9542509Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9542954Z [05-13|18:30:20.448] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9543404Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9543853Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9544297Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9544752Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9545204Z [05-13|18:30:20.457] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9545410Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9545617Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9545820Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9546020Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9546227Z [05-13|18:30:20.458] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9546488Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9546693Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9546899Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9547139Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9547339Z [05-13|18:30:20.468] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9547832Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9548405Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9548863Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9549377Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9549832Z [05-13|18:30:20.909] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9549973Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9550111Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9550243Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9550373Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9550508Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9550637Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9550768Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9550901Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9551032Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9551161Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9551290Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9551424Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9551552Z [05-13|18:30:20.921] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9552000Z [05-13|18:30:20.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9552153Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9552290Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9552426Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9552562Z [05-13|18:30:20.922] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9553028Z [05-13|18:30:20.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9553481Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9553938Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9554451Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9554898Z [05-13|18:30:20.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9555400Z [05-13|18:30:20.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9555534Z [05-13|18:30:20.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9555666Z [05-13|18:30:20.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9556164Z [05-13|18:30:20.924] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9556300Z [05-13|18:30:20.924] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9556748Z [05-13|18:30:20.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9556923Z [05-13|18:30:20.925] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9557379Z [05-13|18:30:20.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9557834Z [05-13|18:30:20.925] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9558408Z [05-13|18:30:20.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9558864Z [05-13|18:30:20.926] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9559328Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9559777Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9560230Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9560690Z [05-13|18:30:20.927] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9561138Z [05-13|18:30:20.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9561353Z [05-13|18:30:20.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9561503Z [05-13|18:30:20.931] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9561643Z [05-13|18:30:20.931] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9561854Z [05-13|18:30:20.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9561996Z [05-13|18:30:20.931] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9562202Z [05-13|18:30:20.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9562340Z [05-13|18:30:20.932] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9562554Z [05-13|18:30:20.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9562775Z [05-13|18:30:20.932] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9562981Z [05-13|18:30:20.932] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 18} -2026-05-13T18:30:54.9563119Z [05-13|18:30:20.932] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9563353Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 -2026-05-13T18:30:54.9564000Z [05-13|18:30:20.932] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9564634Z [05-13|18:30:20.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9565215Z [05-13|18:30:20.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9565842Z [05-13|18:30:20.935] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9566423Z [05-13|18:30:20.935] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9567007Z [05-13|18:30:20.935] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9567217Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9567428Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9567633Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9567835Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9568162Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9568370Z [05-13|18:30:20.937] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9568825Z [05-13|18:30:20.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9569284Z [05-13|18:30:20.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9569732Z [05-13|18:30:20.965] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9570182Z [05-13|18:30:20.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9570634Z [05-13|18:30:20.966] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9570839Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9571040Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9571248Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9571448Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9571650Z [05-13|18:30:20.976] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9572167Z [05-13|18:30:21.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9572615Z [05-13|18:30:21.059] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9573113Z [05-13|18:30:21.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9573615Z [05-13|18:30:21.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9574063Z [05-13|18:30:21.060] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9574269Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9574526Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9574733Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9574935Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9575140Z [05-13|18:30:21.070] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9575590Z [05-13|18:30:21.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9576039Z [05-13|18:30:21.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9576491Z [05-13|18:30:21.177] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9576939Z [05-13|18:30:21.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9577394Z [05-13|18:30:21.178] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9577600Z [05-13|18:30:21.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9577805Z [05-13|18:30:21.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9578011Z [05-13|18:30:21.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9578334Z [05-13|18:30:21.187] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9578537Z [05-13|18:30:21.188] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9579000Z [05-13|18:30:21.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9579448Z [05-13|18:30:21.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9579895Z [05-13|18:30:21.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9580350Z [05-13|18:30:21.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9580861Z [05-13|18:30:21.585] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9581067Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9581276Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9581535Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9581737Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9581943Z [05-13|18:30:21.595] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9582444Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9582895Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9583393Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9583844Z [05-13|18:30:21.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9584291Z [05-13|18:30:21.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9584501Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9584705Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9584912Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9585116Z [05-13|18:30:21.644] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9585319Z [05-13|18:30:21.645] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9585768Z [05-13|18:30:21.780] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9586217Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9586665Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9587113Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9587847Z [05-13|18:30:21.781] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9588173Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9588382Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9588604Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9588816Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9589019Z [05-13|18:30:21.791] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9589475Z [05-13|18:30:22.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9590000Z [05-13|18:30:22.096] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9590446Z [05-13|18:30:22.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9590948Z [05-13|18:30:22.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9591477Z [05-13|18:30:22.097] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9591685Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9591896Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9592148Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9592354Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9592562Z [05-13|18:30:22.107] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9593017Z [05-13|18:30:22.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9593470Z [05-13|18:30:22.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9593923Z [05-13|18:30:22.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9594377Z [05-13|18:30:22.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9594834Z [05-13|18:30:22.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9594975Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9595109Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9595240Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9595376Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9595505Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9595634Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9595770Z [05-13|18:30:22.192] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9595897Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9596028Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9596163Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9596293Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9596424Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9596556Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9597008Z [05-13|18:30:22.193] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9597139Z [05-13|18:30:22.193] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9597392Z [05-13|18:30:22.194] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9597523Z [05-13|18:30:22.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9597657Z [05-13|18:30:22.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9597789Z [05-13|18:30:22.194] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9598403Z [05-13|18:30:22.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9598850Z [05-13|18:30:22.194] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9599354Z [05-13|18:30:22.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9599812Z [05-13|18:30:22.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9600312Z [05-13|18:30:22.195] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9600768Z [05-13|18:30:22.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9600901Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9601031Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9601168Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9601301Z [05-13|18:30:22.196] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9601749Z [05-13|18:30:22.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9602203Z [05-13|18:30:22.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9602654Z [05-13|18:30:22.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9603106Z [05-13|18:30:22.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9603564Z [05-13|18:30:22.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9604014Z [05-13|18:30:22.198] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9604147Z [05-13|18:30:22.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9604285Z [05-13|18:30:22.198] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9604733Z [05-13|18:30:22.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9605186Z [05-13|18:30:22.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9605642Z [05-13|18:30:22.199] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 15, "next round": 16, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9606091Z [05-13|18:30:22.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 16, "next round": 17, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9606604Z [05-13|18:30:22.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 17, "next round": 18, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9607060Z [05-13|18:30:22.200] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 18, "next round": 19, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9607561Z [05-13|18:30:22.201] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 19, "next round": 20, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9607703Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9607953Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.9608211Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9608425Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.9608567Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9608760Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9608969Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.9609114Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9609319Z [05-13|18:30:22.203] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.9609456Z [05-13|18:30:22.203] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9609667Z [05-13|18:30:22.204] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 20} -2026-05-13T18:30:54.9609891Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 -2026-05-13T18:30:54.9610483Z [05-13|18:30:22.204] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9611072Z [05-13|18:30:22.204] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9611654Z [05-13|18:30:22.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9612231Z [05-13|18:30:22.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9612811Z [05-13|18:30:22.205] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9613393Z [05-13|18:30:22.206] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9613603Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9613813Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9614016Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9614218Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9614422Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9614620Z [05-13|18:30:22.207] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9615134Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9615587Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9616092Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9616589Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9617040Z [05-13|18:30:22.355] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9617247Z [05-13|18:30:22.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9617490Z [05-13|18:30:22.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9617693Z [05-13|18:30:22.365] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9617897Z [05-13|18:30:22.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9618221Z [05-13|18:30:22.366] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9618692Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9619141Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9619594Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9620045Z [05-13|18:30:22.449] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9620491Z [05-13|18:30:22.450] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9620701Z [05-13|18:30:22.459] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9620906Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9621109Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9621344Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9621546Z [05-13|18:30:22.460] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9621995Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9622450Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9622898Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9623341Z [05-13|18:30:22.711] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9623856Z [05-13|18:30:22.712] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9624301Z [05-13|18:30:22.713] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9624799Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9625247Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9625741Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9626190Z [05-13|18:30:22.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9626449Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9626654Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9626858Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9627063Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9627264Z [05-13|18:30:22.722] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9627465Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9627671Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9627875Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9628189Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9628400Z [05-13|18:30:22.724] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9628848Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9629295Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9629748Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9630191Z [05-13|18:30:22.857] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9630637Z [05-13|18:30:22.858] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9630849Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9631051Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9631254Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9631465Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9631666Z [05-13|18:30:22.868] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9632115Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9632634Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9633081Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9633577Z [05-13|18:30:23.290] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9634074Z [05-13|18:30:23.291] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9634280Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9634487Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9634743Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9634947Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9635150Z [05-13|18:30:23.301] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9635604Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9636052Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9636502Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9636949Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9637395Z [05-13|18:30:23.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9637606Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9637809Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9638014Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9638338Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9638540Z [05-13|18:30:23.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9638993Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9639442Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9639888Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9640336Z [05-13|18:30:23.492] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9640785Z [05-13|18:30:23.493] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9641055Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9641259Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9641466Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9641718Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9641919Z [05-13|18:30:23.503] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9642419Z [05-13|18:30:23.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9642867Z [05-13|18:30:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9643315Z [05-13|18:30:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9643831Z [05-13|18:30:23.701] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9644283Z [05-13|18:30:23.702] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9644486Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9644697Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9644899Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9645100Z [05-13|18:30:23.712] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9645306Z [05-13|18:30:23.713] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9645753Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9646199Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9646648Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9647093Z [05-13|18:30:23.994] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9647539Z [05-13|18:30:23.995] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9647751Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9647954Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9648276Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9648486Z [05-13|18:30:24.004] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9648687Z [05-13|18:30:24.005] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9649135Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9649651Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9650102Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9650601Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9651052Z [05-13|18:30:24.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9651304Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9651509Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9651718Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9651919Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9652172Z [05-13|18:30:24.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9652630Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9653076Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9653523Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9653971Z [05-13|18:30:24.544] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9654419Z [05-13|18:30:24.545] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9654630Z [05-13|18:30:24.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9654832Z [05-13|18:30:24.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9655035Z [05-13|18:30:24.554] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9655236Z [05-13|18:30:24.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9655442Z [05-13|18:30:24.555] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9655889Z [05-13|18:30:24.719] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9656346Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9656790Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9657236Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9657700Z [05-13|18:30:24.720] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9657904Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9658264Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9658476Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9658677Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9658976Z [05-13|18:30:24.730] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9659433Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9659930Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9660380Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9660880Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9661329Z [05-13|18:30:24.954] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9661535Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9661746Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9661948Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9662149Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9662358Z [05-13|18:30:24.965] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9662808Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9663254Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9663706Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9664153Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9664597Z [05-13|18:30:25.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9664806Z [05-13|18:30:25.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9665009Z [05-13|18:30:25.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9665211Z [05-13|18:30:25.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9665420Z [05-13|18:30:25.485] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9665622Z [05-13|18:30:25.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9666069Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9666521Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9667024Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9667474Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9667978Z [05-13|18:30:25.660] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9668311Z [05-13|18:30:25.670] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9668579Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9668791Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9668998Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9669199Z [05-13|18:30:25.671] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9669709Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9670163Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9670611Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9671061Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9671508Z [05-13|18:30:25.799] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9671719Z [05-13|18:30:25.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9671923Z [05-13|18:30:25.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9672126Z [05-13|18:30:25.809] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9672325Z [05-13|18:30:25.810] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9672533Z [05-13|18:30:25.810] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9672986Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9673435Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9673892Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9674340Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9674791Z [05-13|18:30:26.105] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9674997Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9675201Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9675468Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9675670Z [05-13|18:30:26.115] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9675874Z [05-13|18:30:26.116] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9676380Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9676843Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9677325Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9677782Z [05-13|18:30:26.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9678402Z [05-13|18:30:26.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9678616Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9678825Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9679027Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9679230Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9679437Z [05-13|18:30:26.663] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9679887Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9680336Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9680791Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9681243Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9681690Z [05-13|18:30:26.784] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9681898Z [05-13|18:30:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9682103Z [05-13|18:30:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9682305Z [05-13|18:30:26.794] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9682513Z [05-13|18:30:26.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9682719Z [05-13|18:30:26.795] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9683168Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9683620Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9684071Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9684581Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9685032Z [05-13|18:30:27.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9685291Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9685497Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9685756Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9685961Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9686163Z [05-13|18:30:27.222] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9686661Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9687114Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9687567Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9688024Z [05-13|18:30:27.412] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9688589Z [05-13|18:30:27.413] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9688803Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9689016Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9689223Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9689429Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9689637Z [05-13|18:30:27.423] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9690089Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9690537Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9690990Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9691435Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9691887Z [05-13|18:30:27.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9692029Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9692164Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9692303Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9692433Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9692634Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9692766Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9692903Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9693034Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9693217Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9693353Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9693481Z [05-13|18:30:27.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9693986Z [05-13|18:30:27.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9694126Z [05-13|18:30:27.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9694257Z [05-13|18:30:27.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9694704Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9695206Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9695658Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9696106Z [05-13|18:30:27.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9696566Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9697013Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9697465Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9697677Z [05-13|18:30:27.921] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9697822Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9698026Z [05-13|18:30:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9698290Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9698493Z [05-13|18:30:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9698634Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9698776Z [05-13|18:30:27.929] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9698981Z [05-13|18:30:27.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9699117Z [05-13|18:30:27.930] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9699325Z [05-13|18:30:27.930] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9699464Z [05-13|18:30:27.930] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9699693Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 -2026-05-13T18:30:54.9700287Z [05-13|18:30:27.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9700870Z [05-13|18:30:27.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9701516Z [05-13|18:30:27.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9702152Z [05-13|18:30:27.933] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9702786Z [05-13|18:30:27.934] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9703365Z [05-13|18:30:27.934] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9703577Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9703829Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9704034Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9704243Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9704445Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9704643Z [05-13|18:30:27.935] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9705103Z [05-13|18:30:27.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9708612Z [05-13|18:30:27.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9709155Z [05-13|18:30:27.986] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9709639Z [05-13|18:30:27.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9710092Z [05-13|18:30:27.987] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9710314Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9710532Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9710740Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9710944Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9711154Z [05-13|18:30:27.998] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9711611Z [05-13|18:30:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9712062Z [05-13|18:30:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9712519Z [05-13|18:30:28.175] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9712963Z [05-13|18:30:28.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9713521Z [05-13|18:30:28.176] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9713786Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9713992Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9714212Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9714428Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9714690Z [05-13|18:30:28.186] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9715160Z [05-13|18:30:28.568] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9715675Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9716128Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9716583Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9717035Z [05-13|18:30:28.569] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9717249Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9717464Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9717670Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9717874Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9718230Z [05-13|18:30:28.580] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9718695Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9719146Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9719598Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9720051Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9720494Z [05-13|18:30:28.584] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9720711Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9720917Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9721119Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9721355Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9721628Z [05-13|18:30:28.594] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9722085Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9722539Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9723044Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9723541Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9723997Z [05-13|18:30:28.945] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9724210Z [05-13|18:30:28.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9724467Z [05-13|18:30:28.956] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9724682Z [05-13|18:30:28.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9724888Z [05-13|18:30:28.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9725093Z [05-13|18:30:28.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9725549Z [05-13|18:30:29.090] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9725994Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9726442Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9726898Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9727345Z [05-13|18:30:29.091] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9727550Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9727762Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9727965Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9728291Z [05-13|18:30:29.101] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9728501Z [05-13|18:30:29.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9728956Z [05-13|18:30:29.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9729409Z [05-13|18:30:29.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9729865Z [05-13|18:30:29.371] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9730310Z [05-13|18:30:29.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9730865Z [05-13|18:30:29.372] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9731074Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9731337Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9731550Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9731756Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9732034Z [05-13|18:30:29.383] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9732483Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9732943Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9733442Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9733900Z [05-13|18:30:29.757] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9734348Z [05-13|18:30:29.758] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9734557Z [05-13|18:30:29.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9734764Z [05-13|18:30:29.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9734969Z [05-13|18:30:29.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9735172Z [05-13|18:30:29.767] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9735378Z [05-13|18:30:29.768] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9735831Z [05-13|18:30:30.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9736281Z [05-13|18:30:30.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9736737Z [05-13|18:30:30.224] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9737186Z [05-13|18:30:30.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9737637Z [05-13|18:30:30.225] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9737856Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9738178Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9738392Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9738605Z [05-13|18:30:30.235] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9738808Z [05-13|18:30:30.236] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9739322Z [05-13|18:30:30.475] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9739772Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9740272Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9740719Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9741216Z [05-13|18:30:30.476] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9741427Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9741633Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9741892Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9742098Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9742302Z [05-13|18:30:30.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9742761Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9743224Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9743676Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9744136Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9744585Z [05-13|18:30:30.772] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9744793Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9745009Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9745217Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9745425Z [05-13|18:30:30.783] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9745638Z [05-13|18:30:30.784] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9746090Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9746544Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9746998Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9747448Z [05-13|18:30:31.030] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9747901Z [05-13|18:30:31.031] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9748302Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9748512Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9748787Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9748991Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9749195Z [05-13|18:30:31.041] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9749697Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9750146Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9750644Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9751094Z [05-13|18:30:31.409] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9751543Z [05-13|18:30:31.410] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9751751Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9751961Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9752162Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9752366Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9752570Z [05-13|18:30:31.420] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9753027Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9753480Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9753946Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9754396Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9754848Z [05-13|18:30:32.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9755061Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9755269Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9755476Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9755684Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9755889Z [05-13|18:30:32.113] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9756336Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9756845Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9757291Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9757775Z [05-13|18:30:32.663] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9758401Z [05-13|18:30:32.664] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9758621Z [05-13|18:30:32.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9758838Z [05-13|18:30:32.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9759056Z [05-13|18:30:32.673] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9759314Z [05-13|18:30:32.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9759521Z [05-13|18:30:32.674] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9759992Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9760450Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9760903Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9761364Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9761816Z [05-13|18:30:32.863] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9762028Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9762242Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9762449Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9762654Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9762863Z [05-13|18:30:32.874] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9763316Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9763771Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9764234Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9764688Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9765154Z [05-13|18:30:32.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9765363Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9765501Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9765637Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9765776Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9765958Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9766089Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9766225Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9766355Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9766521Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9766658Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9766790Z [05-13|18:30:32.918] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9766924Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9767059Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9767551Z [05-13|18:30:32.919] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9767689Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9767827Z [05-13|18:30:32.919] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9768403Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9768854Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9769310Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9769763Z [05-13|18:30:32.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9770212Z [05-13|18:30:32.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9770662Z [05-13|18:30:32.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9771110Z [05-13|18:30:32.921] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9771559Z [05-13|18:30:32.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9772021Z [05-13|18:30:32.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9772475Z [05-13|18:30:32.922] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9772932Z [05-13|18:30:32.923] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9773153Z [05-13|18:30:32.923] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9773301Z [05-13|18:30:32.928] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9773507Z [05-13|18:30:32.928] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9773726Z [05-13|18:30:32.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9773868Z [05-13|18:30:32.928] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9774076Z [05-13|18:30:32.928] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9774275Z [05-13|18:30:32.929] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9774495Z [05-13|18:30:32.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9774636Z [05-13|18:30:32.929] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9774959Z [05-13|18:30:32.929] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9775107Z [05-13|18:30:32.929] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9775342Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 -2026-05-13T18:30:54.9776013Z [05-13|18:30:32.929] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9776600Z [05-13|18:30:32.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9777181Z [05-13|18:30:32.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9777771Z [05-13|18:30:32.930] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9778462Z [05-13|18:30:32.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9779046Z [05-13|18:30:32.931] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9779264Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9779471Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9779678Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9779885Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9780087Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9780289Z [05-13|18:30:32.933] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9780753Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9781209Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9781657Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9782111Z [05-13|18:30:33.172] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9782623Z [05-13|18:30:33.173] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9782837Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9783043Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9783307Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9783511Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9783711Z [05-13|18:30:33.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9784212Z [05-13|18:30:33.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9784671Z [05-13|18:30:33.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9785169Z [05-13|18:30:33.575] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9785620Z [05-13|18:30:33.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9786071Z [05-13|18:30:33.576] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9786279Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9786482Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9786693Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9786894Z [05-13|18:30:33.585] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9787097Z [05-13|18:30:33.586] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9787551Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9787996Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9788557Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9789012Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9789460Z [05-13|18:30:33.928] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9789665Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9789878Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9790079Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9790280Z [05-13|18:30:33.938] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9790490Z [05-13|18:30:33.939] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9790940Z [05-13|18:30:34.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9791454Z [05-13|18:30:34.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9791906Z [05-13|18:30:34.088] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9792404Z [05-13|18:30:34.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9792896Z [05-13|18:30:34.089] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9793110Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9793318Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9793520Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9793816Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9794021Z [05-13|18:30:34.099] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9794480Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9794943Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9795393Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9795844Z [05-13|18:30:34.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9796302Z [05-13|18:30:34.467] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9796443Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9796579Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9796718Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9796849Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9796979Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9797115Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9797249Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9797379Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9797518Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9797648Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9797781Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9797916Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9798164Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9798298Z [05-13|18:30:34.477] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9798432Z [05-13|18:30:34.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9798888Z [05-13|18:30:34.478] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9799088Z [05-13|18:30:34.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9799220Z [05-13|18:30:34.478] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9799673Z [05-13|18:30:34.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9800171Z [05-13|18:30:34.479] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9800618Z [05-13|18:30:34.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9801124Z [05-13|18:30:34.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9801576Z [05-13|18:30:34.480] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9802075Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9802215Z [05-13|18:30:34.481] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9802661Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9803118Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9803570Z [05-13|18:30:34.481] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9804029Z [05-13|18:30:34.482] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9804487Z [05-13|18:30:34.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9804941Z [05-13|18:30:34.483] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9805154Z [05-13|18:30:34.483] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9805310Z [05-13|18:30:34.486] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9805519Z [05-13|18:30:34.486] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9805665Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9805810Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9806019Z [05-13|18:30:34.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9806159Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9806372Z [05-13|18:30:34.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9806510Z [05-13|18:30:34.487] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9806719Z [05-13|18:30:34.487] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9806860Z [05-13|18:30:34.488] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9807096Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 -2026-05-13T18:30:54.9807705Z [05-13|18:30:34.488] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9808464Z [05-13|18:30:34.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9809116Z [05-13|18:30:34.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9809749Z [05-13|18:30:34.489] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9810337Z [05-13|18:30:34.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9810969Z [05-13|18:30:34.490] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9811185Z [05-13|18:30:34.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9811400Z [05-13|18:30:34.494] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9811605Z [05-13|18:30:34.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9811807Z [05-13|18:30:34.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9812015Z [05-13|18:30:34.495] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9812219Z [05-13|18:30:34.496] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9812681Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9813140Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9813591Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9814045Z [05-13|18:30:34.737] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9814499Z [05-13|18:30:34.738] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9814708Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9814914Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9815125Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9815338Z [05-13|18:30:34.747] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9815541Z [05-13|18:30:34.748] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9816003Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9816453Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9816963Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9817423Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9817925Z [05-13|18:30:34.768] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9818247Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9818520Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9818727Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9818929Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9819138Z [05-13|18:30:34.779] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9819637Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9820092Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9820548Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9820996Z [05-13|18:30:35.147] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9821477Z [05-13|18:30:35.148] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9821685Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9821889Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9822098Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9822299Z [05-13|18:30:35.157] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9822502Z [05-13|18:30:35.158] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9822962Z [05-13|18:30:35.196] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9823423Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9823883Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9824341Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9824796Z [05-13|18:30:35.197] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9824938Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9825078Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9825212Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9825417Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9825548Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9825688Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9825822Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9826013Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9826151Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9826281Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9826413Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9826585Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9826720Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9826849Z [05-13|18:30:35.208] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9827313Z [05-13|18:30:35.209] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9827484Z [05-13|18:30:35.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9827651Z [05-13|18:30:35.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9827804Z [05-13|18:30:35.209] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9828387Z [05-13|18:30:35.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9828842Z [05-13|18:30:35.210] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9829306Z [05-13|18:30:35.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9829770Z [05-13|18:30:35.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9830220Z [05-13|18:30:35.211] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9830676Z [05-13|18:30:35.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9831123Z [05-13|18:30:35.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9831258Z [05-13|18:30:35.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9831398Z [05-13|18:30:35.212] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9831847Z [05-13|18:30:35.212] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9832302Z [05-13|18:30:35.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9832770Z [05-13|18:30:35.213] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9833225Z [05-13|18:30:35.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9833678Z [05-13|18:30:35.214] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9834206Z [05-13|18:30:35.215] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9834418Z [05-13|18:30:35.215] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9834623Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9834833Z [05-13|18:30:35.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9834975Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9835229Z [05-13|18:30:35.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9835376Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9835512Z [05-13|18:30:35.218] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9835719Z [05-13|18:30:35.218] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9835862Z [05-13|18:30:35.219] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9836117Z [05-13|18:30:35.219] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9836258Z [05-13|18:30:35.219] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9836493Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 -2026-05-13T18:30:54.9837083Z [05-13|18:30:35.219] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9837675Z [05-13|18:30:35.220] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9838378Z [05-13|18:30:35.221] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9838962Z [05-13|18:30:35.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9839546Z [05-13|18:30:35.222] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9840129Z [05-13|18:30:35.223] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9840338Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9840550Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9840753Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9840953Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9841155Z [05-13|18:30:35.224] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9841359Z [05-13|18:30:35.225] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9841819Z [05-13|18:30:35.349] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9842274Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9842790Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9843238Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9843741Z [05-13|18:30:35.350] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9843947Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9844199Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9844408Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9844612Z [05-13|18:30:35.360] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9844813Z [05-13|18:30:35.361] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:54.9845315Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9845769Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9846216Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9846670Z [05-13|18:30:35.465] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9847118Z [05-13|18:30:35.466] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9847328Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9847539Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9847743Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9847943Z [05-13|18:30:35.475] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9848266Z [05-13|18:30:35.476] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9848721Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9849172Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9849623Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9850073Z [05-13|18:30:35.595] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9850521Z [05-13|18:30:35.596] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9850732Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9850935Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9851201Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9851408Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9851610Z [05-13|18:30:35.605] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9852113Z [05-13|18:30:35.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9852566Z [05-13|18:30:35.657] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9853065Z [05-13|18:30:35.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9853515Z [05-13|18:30:35.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9854023Z [05-13|18:30:35.658] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9854232Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9854435Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9854641Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9854844Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9855044Z [05-13|18:30:35.668] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9855501Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9855948Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9856395Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9856845Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9857295Z [05-13|18:30:35.871] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9857507Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9857712Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9857917Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9858235Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9858447Z [05-13|18:30:35.881] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9858895Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9859346Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9859799Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9860314Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9860766Z [05-13|18:30:36.324] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9861024Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9861225Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9861513Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9861716Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9861918Z [05-13|18:30:36.334] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9862422Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9862870Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9863318Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9863772Z [05-13|18:30:36.381] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9864218Z [05-13|18:30:36.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9864359Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9864505Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9864642Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9864775Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9864911Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9865042Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9865174Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9865306Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9865445Z [05-13|18:30:36.391] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9865576Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9865712Z [05-13|18:30:36.392] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9866177Z [05-13|18:30:36.392] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9866628Z [05-13|18:30:36.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9867078Z [05-13|18:30:36.393] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9867290Z [05-13|18:30:36.393] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9867438Z [05-13|18:30:36.401] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9867649Z [05-13|18:30:36.401] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9867840Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9868160Z [05-13|18:30:36.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9868319Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9868534Z [05-13|18:30:36.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9868737Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9868876Z [05-13|18:30:36.402] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9869084Z [05-13|18:30:36.402] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9869220Z [05-13|18:30:36.403] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9869496Z === CONT TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 -2026-05-13T18:30:54.9870094Z [05-13|18:30:36.403] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9870725Z [05-13|18:30:36.403] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9871307Z [05-13|18:30:36.404] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9871893Z [05-13|18:30:36.404] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9872470Z [05-13|18:30:36.405] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0500000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9873048Z [05-13|18:30:36.405] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0600000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000 0500000000000000 0600000000000000]"} -2026-05-13T18:30:54.9873275Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9873482Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9873683Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9873889Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9874093Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9874294Z [05-13|18:30:36.407] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9874761Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9875216Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9875666Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9876118Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9876567Z [05-13|18:30:36.627] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9876766Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9876908Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9877042Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9877173Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9877349Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9877480Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9877609Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9877744Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9877909Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9878150Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9878289Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9878422Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9878552Z [05-13|18:30:36.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9879068Z [05-13|18:30:36.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9879524Z [05-13|18:30:36.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9879972Z [05-13|18:30:36.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9880430Z [05-13|18:30:36.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9880880Z [05-13|18:30:36.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9881328Z [05-13|18:30:36.640] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9881539Z [05-13|18:30:36.641] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9881988Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9882438Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9882892Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9883036Z [05-13|18:30:36.648] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9883484Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9883939Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9884081Z [05-13|18:30:36.648] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9884285Z [05-13|18:30:36.648] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9884430Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9884631Z [05-13|18:30:36.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9884830Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9885037Z [05-13|18:30:36.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9885176Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9885377Z [05-13|18:30:36.649] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9885573Z [05-13|18:30:36.649] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9885775Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9885976Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9886230Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9886435Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9886637Z [05-13|18:30:36.658] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9887131Z [05-13|18:30:36.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9887586Z [05-13|18:30:36.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9888152Z [05-13|18:30:36.906] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9888613Z [05-13|18:30:36.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9889068Z [05-13|18:30:36.907] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9889281Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9889496Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9889701Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9889907Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9890115Z [05-13|18:30:36.917] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:54.9890568Z [05-13|18:30:37.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9891019Z [05-13|18:30:37.050] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9891473Z [05-13|18:30:37.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9891919Z [05-13|18:30:37.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9892368Z [05-13|18:30:37.051] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9892579Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9892786Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9892998Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9893273Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9893474Z [05-13|18:30:37.061] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 2} -2026-05-13T18:30:54.9893930Z [05-13|18:30:37.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9894433Z [05-13|18:30:37.145] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9894928Z [05-13|18:30:37.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9895377Z [05-13|18:30:37.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9895831Z [05-13|18:30:37.146] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9896085Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9896293Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9896498Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9896698Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9896900Z [05-13|18:30:37.156] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 5} -2026-05-13T18:30:54.9897351Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9897797Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9898365Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9898823Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9899273Z [05-13|18:30:37.612] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9899487Z [05-13|18:30:37.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9899699Z [05-13|18:30:37.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9899904Z [05-13|18:30:37.622] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9900108Z [05-13|18:30:37.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9900318Z [05-13|18:30:37.623] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:54.9900772Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9901218Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9901669Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9902201Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9902651Z [05-13|18:30:38.179] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9902909Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9903113Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9903324Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9903576Z [05-13|18:30:38.190] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9903779Z [05-13|18:30:38.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 6} -2026-05-13T18:30:54.9904232Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9904731Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9905181Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9905632Z [05-13|18:30:38.228] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9906080Z [05-13|18:30:38.229] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9906226Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9906368Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9906502Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9906632Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9906762Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9906899Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9907027Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9907155Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9907288Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9907418Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9907547Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9907679Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9907810Z [05-13|18:30:38.239] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9908515Z [05-13|18:30:38.240] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9908981Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9909432Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9909881Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9910093Z [05-13|18:30:38.241] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9910314Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9910519Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9910666Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9910923Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9911061Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9911268Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9911407Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9911661Z [05-13|18:30:38.250] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 4} -2026-05-13T18:30:54.9911805Z [05-13|18:30:38.250] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9911944Z [05-13|18:30:38.251] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9912451Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9912911Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9913369Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9913821Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9914279Z [05-13|18:30:38.697] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9914497Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9914706Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9914914Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9915120Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9915324Z [05-13|18:30:38.708] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 11} -2026-05-13T18:30:54.9915781Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9916229Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9916678Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9917129Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9917577Z [05-13|18:30:39.170] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9917716Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9917855Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9917987Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9918251Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9918455Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9918586Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9918716Z [05-13|18:30:39.180] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9918846Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9919037Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9919168Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9919297Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9919430Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9919609Z [05-13|18:30:39.181] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9920064Z [05-13|18:30:39.181] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9920279Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 1} -2026-05-13T18:30:54.9920777Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9921228Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9921709Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9922156Z [05-13|18:30:39.182] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9922602Z [05-13|18:30:39.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9923054Z [05-13|18:30:39.183] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9923197Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9923403Z [05-13|18:30:39.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9923547Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9923685Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9923891Z [05-13|18:30:39.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9924033Z [05-13|18:30:39.191] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9924236Z [05-13|18:30:39.191] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9924376Z [05-13|18:30:39.192] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9924584Z [05-13|18:30:39.192] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9924721Z [05-13|18:30:39.192] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9924922Z [05-13|18:30:39.192] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 7} -2026-05-13T18:30:54.9925383Z [05-13|18:30:40.693] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9925838Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9926292Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9926798Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9927246Z [05-13|18:30:40.694] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9927527Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9927742Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9927987Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9928310Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9928521Z [05-13|18:30:40.704] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:54.9929039Z [05-13|18:30:42.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9929495Z [05-13|18:30:42.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9929962Z [05-13|18:30:42.946] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9930420Z [05-13|18:30:42.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9930884Z [05-13|18:30:42.947] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9931116Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9931325Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9931530Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9931750Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9931957Z [05-13|18:30:42.957] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 13} -2026-05-13T18:30:54.9932413Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9932871Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9933324Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9933785Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9934241Z [05-13|18:30:45.203] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9934450Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9934665Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9934872Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9935137Z [05-13|18:30:45.213] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9935345Z [05-13|18:30:45.214] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 14} -2026-05-13T18:30:54.9935805Z [05-13|18:30:47.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9936309Z [05-13|18:30:47.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9936812Z [05-13|18:30:47.621] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9937264Z [05-13|18:30:47.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9937718Z [05-13|18:30:47.622] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9937903Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9938147Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9938286Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9938421Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9938552Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9938681Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9938812Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9938946Z [05-13|18:30:47.632] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9939077Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9939206Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9939340Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9939470Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9939599Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9939735Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9939867Z [05-13|18:30:47.633] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9940317Z [05-13|18:30:47.633] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9940456Z [05-13|18:30:47.634] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9940587Z [05-13|18:30:47.634] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9941038Z [05-13|18:30:47.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9941492Z [05-13|18:30:47.634] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9941943Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9942392Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9942844Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9943356Z [05-13|18:30:47.635] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9943492Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9943630Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9943814Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9943943Z [05-13|18:30:47.636] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:54.9944396Z [05-13|18:30:47.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9944894Z [05-13|18:30:47.636] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9945349Z [05-13|18:30:47.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0400000000000000", "next leader": "0500000000000000"} -2026-05-13T18:30:54.9945857Z [05-13|18:30:47.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0500000000000000", "next leader": "0600000000000000"} -2026-05-13T18:30:54.9946316Z [05-13|18:30:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "0600000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9946768Z [05-13|18:30:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 12, "next round": 13, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9947228Z [05-13|18:30:47.638] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 13, "next round": 14, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9947679Z [05-13|18:30:47.639] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 14, "next round": 15, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9947895Z [05-13|18:30:47.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9948162Z [05-13|18:30:47.642] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9948377Z [05-13|18:30:47.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9948519Z [05-13|18:30:47.642] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9948731Z [05-13|18:30:47.642] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9948869Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9949076Z [05-13|18:30:47.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9949220Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9949361Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9949570Z [05-13|18:30:47.643] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 15} -2026-05-13T18:30:54.9949718Z [05-13|18:30:47.643] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9949873Z --- PASS: TestReplicationEmptyNotarizationsTail (0.00s) -2026-05-13T18:30:54.9950217Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round2 (0.68s) -2026-05-13T18:30:54.9950552Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round9 (6.87s) -2026-05-13T18:30:54.9950885Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round10 (8.58s) -2026-05-13T18:30:54.9951224Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round19 (31.53s) -2026-05-13T18:30:54.9951562Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round16 (23.47s) -2026-05-13T18:30:54.9951960Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round18 (26.31s) -2026-05-13T18:30:54.9952292Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round20 (33.76s) -2026-05-13T18:30:54.9952618Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round8 (5.73s) -2026-05-13T18:30:54.9952954Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round12 (12.00s) -2026-05-13T18:30:54.9953338Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round13 (14.69s) -2026-05-13T18:30:54.9953666Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round14 (15.93s) -2026-05-13T18:30:54.9953992Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round3 (1.18s) -2026-05-13T18:30:54.9954368Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round6 (3.72s) -2026-05-13T18:30:54.9954694Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round4 (1.85s) -2026-05-13T18:30:54.9955023Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round7 (4.70s) -2026-05-13T18:30:54.9955354Z --- PASS: TestReplicationEmptyNotarizationsTail/Empty_notarizations_end_round15 (19.71s) -2026-05-13T18:30:54.9955515Z === RUN TestReplicationStoresFinalization -2026-05-13T18:30:54.9956005Z [05-13|18:30:47.644] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9956350Z [05-13|18:30:47.645] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.9956810Z [05-13|18:30:47.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9957150Z [05-13|18:30:47.645] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.9957603Z [05-13|18:30:47.645] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9957747Z [05-13|18:30:47.645] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:54.9957891Z --- PASS: TestReplicationStoresFinalization (0.00s) -2026-05-13T18:30:54.9957986Z === RUN TestReplicationChain -2026-05-13T18:30:54.9958584Z [05-13|18:30:47.646] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9959061Z [05-13|18:30:47.647] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9959530Z [05-13|18:30:47.647] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9959998Z [05-13|18:30:47.649] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0400000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:54.9960215Z [05-13|18:30:47.682] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:54.9960671Z [05-13|18:30:48.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9961120Z [05-13|18:30:48.248] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9961575Z [05-13|18:30:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9962116Z [05-13|18:30:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9962570Z [05-13|18:30:48.249] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:54.9963071Z [05-13|18:30:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:54.9963521Z [05-13|18:30:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:54.9964024Z [05-13|18:30:48.250] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:54.9964466Z [05-13|18:30:48.250] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9964940Z [05-13|18:30:48.250] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9965367Z [05-13|18:30:48.251] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9965579Z [05-13|18:30:48.251] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:54.9966009Z [05-13|18:30:48.251] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9966435Z [05-13|18:30:48.351] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9966856Z [05-13|18:30:48.351] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9967276Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9967709Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9968241Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9968667Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9969097Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9969517Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9969936Z [05-13|18:30:48.352] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9970353Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9970762Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9971179Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9971657Z [05-13|18:30:48.353] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.9972078Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9972505Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9972979Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9973444Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9973866Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9974286Z [05-13|18:30:48.452] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9974753Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 3, "prev": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.9975181Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9975594Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9976006Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9976425Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9976842Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9977253Z [05-13|18:30:48.453] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9977675Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 2, "prev": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9978205Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.9978659Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9979088Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9979511Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9979941Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9980360Z [05-13|18:30:48.553] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9980779Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9981208Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9981692Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9982111Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9982587Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9982998Z [05-13|18:30:48.554] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9983468Z [05-13|18:30:48.555] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9983894Z [05-13|18:30:48.653] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.9984375Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 1, "prev": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.9984792Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 3, "prev": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:54.9985223Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9985643Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9986065Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9986492Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9986912Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9987341Z [05-13|18:30:48.654] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9987756Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9988289Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9988710Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9989128Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9989542Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9989959Z [05-13|18:30:48.655] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9990380Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9990802Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9991293Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9991715Z [05-13|18:30:48.754] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9992131Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9992606Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9993073Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 2, "prev": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:54.9993492Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 0, "prev": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:54.9993915Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:54.9994379Z [05-13|18:30:48.755] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9994798Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9995212Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9995627Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9996043Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9996456Z [05-13|18:30:48.756] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:54.9996877Z [05-13|18:30:48.854] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9997300Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9997720Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9998252Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9998679Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9999098Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:54.9999516Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 1, "prev": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:54.9999939Z [05-13|18:30:48.855] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 4, "prev": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:55.0000354Z [05-13|18:30:48.856] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 3, "prev": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:55.0000766Z [05-13|18:30:48.856] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0001284Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0001699Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0002165Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0002578Z [05-13|18:30:48.857] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0003039Z [05-13|18:30:48.858] INFO Simplex/epoch.go:1842 Could not find predecessor block for proposal scheduling {"seq": 5, "prev": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0003516Z [05-13|18:30:48.862] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0003910Z [05-13|18:30:49.257] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0004242Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0004572Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0004897Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:55.0005219Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:55.0005544Z [05-13|18:30:49.258] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0005866Z [05-13|18:30:49.259] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:55.0006015Z [05-13|18:30:49.359] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0006119Z --- PASS: TestReplicationChain (1.71s) -2026-05-13T18:30:55.0006267Z === RUN TestReplicationStartsRoundFromFinalization -2026-05-13T18:30:55.0006750Z [05-13|18:30:49.359] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:55.0007082Z [05-13|18:30:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0007542Z [05-13|18:30:49.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0007870Z [05-13|18:30:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0008447Z [05-13|18:30:49.360] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0008778Z [05-13|18:30:49.360] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0009229Z [05-13|18:30:49.361] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:55.0009447Z [05-13|18:30:49.371] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:55.0009593Z [05-13|18:30:49.381] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0010041Z [05-13|18:30:49.382] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0010283Z --- PASS: TestReplicationStartsRoundFromFinalization (0.02s) -2026-05-13T18:30:55.0010463Z === RUN TestReplicationStartsRoundFromFinalizationWithBlock -2026-05-13T18:30:55.0010954Z [05-13|18:30:49.382] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:55.0011349Z [05-13|18:30:49.383] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0011854Z [05-13|18:30:49.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0012185Z [05-13|18:30:49.383] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0012644Z [05-13|18:30:49.383] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0013021Z [05-13|18:30:49.384] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0013487Z [05-13|18:30:49.384] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "0400000000000000"} -2026-05-13T18:30:55.0013703Z [05-13|18:30:49.394] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:55.0014150Z [05-13|18:30:49.405] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "0400000000000000", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0014293Z [05-13|18:30:49.405] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0014515Z --- PASS: TestReplicationStartsRoundFromFinalizationWithBlock (0.02s) -2026-05-13T18:30:55.0014619Z === RUN TestReplicationRequestTimeout -2026-05-13T18:30:55.0015097Z [05-13|18:30:49.406] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0015572Z [05-13|18:30:49.407] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0016040Z [05-13|18:30:49.409] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0016513Z [05-13|18:30:49.411] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0016791Z [05-13|18:30:49.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0017056Z [05-13|18:30:49.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0017319Z [05-13|18:30:49.414] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0017778Z [05-13|18:30:49.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0018342Z [05-13|18:30:49.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0018795Z [05-13|18:30:49.414] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0019133Z [05-13|18:30:49.415] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0019522Z [05-13|18:30:49.415] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0019845Z [05-13|18:30:49.415] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0020046Z [05-13|18:30:49.516] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0020370Z [05-13|18:30:49.517] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0020871Z [05-13|18:30:49.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0021207Z [05-13|18:30:49.517] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0021692Z [05-13|18:30:49.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0022072Z [05-13|18:30:49.517] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0022537Z [05-13|18:30:49.517] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0022863Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:55.0023318Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0023650Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:55.0024103Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0024432Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:55.0024884Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0025206Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:55.0025664Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0025989Z [05-13|18:30:49.518] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:55.0026445Z [05-13|18:30:49.518] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0026886Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0027313Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0027453Z [05-13|18:30:49.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0027591Z [05-13|18:30:49.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0028012Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0028331Z [05-13|18:30:49.519] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0028673Z [05-13|18:30:49.519] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0029139Z [05-13|18:30:49.519] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0029344Z [05-13|18:30:49.519] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0029561Z [05-13|18:30:49.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0029703Z [05-13|18:30:49.520] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0029892Z [05-13|18:30:49.520] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0030107Z [05-13|18:30:49.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0030249Z [05-13|18:30:49.520] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0030452Z [05-13|18:30:49.520] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0030630Z --- PASS: TestReplicationRequestTimeout (0.11s) -2026-05-13T18:30:55.0030758Z === RUN TestReplicationRequestTimeoutCancels -2026-05-13T18:30:55.0031242Z [05-13|18:30:49.521] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0031715Z [05-13|18:30:49.523] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0032191Z [05-13|18:30:49.525] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0032661Z [05-13|18:30:49.527] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0032937Z [05-13|18:30:49.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0033200Z [05-13|18:30:49.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0033466Z [05-13|18:30:49.530] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0033932Z [05-13|18:30:49.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0034384Z [05-13|18:30:49.530] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0034836Z [05-13|18:30:49.531] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0035175Z [05-13|18:30:49.531] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0035504Z [05-13|18:30:49.531] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0035644Z [05-13|18:30:49.531] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0035787Z [05-13|18:30:49.531] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0035919Z [05-13|18:30:49.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0036245Z [05-13|18:30:49.532] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0036383Z [05-13|18:30:49.532] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0036767Z [05-13|18:30:49.532] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0037219Z [05-13|18:30:49.532] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0037550Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0038154Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0038544Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0039006Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0039331Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:55.0039835Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0040172Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:55.0040619Z [05-13|18:30:49.533] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0040947Z [05-13|18:30:49.533] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:55.0041401Z [05-13|18:30:49.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0041726Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:55.0042179Z [05-13|18:30:49.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0042513Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:55.0042967Z [05-13|18:30:49.534] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0043412Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0043842Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0043980Z [05-13|18:30:49.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0044118Z [05-13|18:30:49.534] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0044550Z [05-13|18:30:49.534] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0044876Z [05-13|18:30:49.535] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0045331Z [05-13|18:30:49.535] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0045471Z [05-13|18:30:49.535] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0045794Z [05-13|18:30:49.636] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:55.0046052Z [05-13|18:30:49.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:55.0046315Z [05-13|18:30:49.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:55.0046627Z [05-13|18:30:49.637] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:55.0047087Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0047587Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0048156Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0048671Z [05-13|18:30:49.637] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0049011Z [05-13|18:30:49.637] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:55.0049340Z [05-13|18:30:49.638] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:55.0049669Z [05-13|18:30:49.638] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:55.0049806Z [05-13|18:30:49.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0049937Z [05-13|18:30:49.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0050260Z [05-13|18:30:49.638] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 9, "digest": "7ba9fc034b9c8f12ed3c..."} -2026-05-13T18:30:55.0050408Z [05-13|18:30:49.638] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0050542Z [05-13|18:30:49.638] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0050757Z [05-13|18:30:49.638] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:55.0050906Z [05-13|18:30:49.639] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0051116Z [05-13|18:30:49.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:55.0051255Z [05-13|18:30:49.639] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0051400Z [05-13|18:30:49.639] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0051610Z [05-13|18:30:49.639] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 10} -2026-05-13T18:30:55.0051757Z --- PASS: TestReplicationRequestTimeoutCancels (0.12s) -2026-05-13T18:30:55.0051885Z === RUN TestReplicationRequestTimeoutMultiple -2026-05-13T18:30:55.0052368Z [05-13|18:30:49.640] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0052842Z [05-13|18:30:49.641] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0053317Z [05-13|18:30:49.642] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0053799Z [05-13|18:30:49.644] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0054064Z [05-13|18:30:49.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0054392Z [05-13|18:30:49.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0054653Z [05-13|18:30:49.649] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0055109Z [05-13|18:30:49.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0055618Z [05-13|18:30:49.649] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0056116Z [05-13|18:30:49.650] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0056453Z [05-13|18:30:49.650] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0056785Z [05-13|18:30:49.650] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0057143Z [05-13|18:30:49.650] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0057282Z [05-13|18:30:49.651] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0057612Z [05-13|18:30:49.651] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0058179Z [05-13|18:30:49.651] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0058512Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0058970Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0059304Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0059758Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0060089Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:55.0060541Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0060876Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:55.0061328Z [05-13|18:30:49.652] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0061656Z [05-13|18:30:49.652] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:55.0062113Z [05-13|18:30:49.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0062435Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:55.0062890Z [05-13|18:30:49.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0063219Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:55.0063740Z [05-13|18:30:49.653] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0064171Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0064651Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0064785Z [05-13|18:30:49.653] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0065251Z [05-13|18:30:49.653] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0065394Z [05-13|18:30:49.653] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0065528Z [05-13|18:30:49.654] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0065669Z [05-13|18:30:49.654] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0066080Z [05-13|18:30:49.654] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0066295Z [05-13|18:30:49.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0066753Z [05-13|18:30:49.654] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0066898Z [05-13|18:30:49.654] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0067038Z [05-13|18:30:49.654] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0067245Z [05-13|18:30:49.654] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0067391Z [05-13|18:30:49.655] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0067598Z [05-13|18:30:49.655] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0067747Z --- PASS: TestReplicationRequestTimeoutMultiple (0.02s) -2026-05-13T18:30:55.0067884Z === RUN TestReplicationRequestIncompleteResponses -2026-05-13T18:30:55.0068484Z [05-13|18:30:49.656] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0068957Z [05-13|18:30:49.656] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0069433Z [05-13|18:30:49.657] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0069903Z [05-13|18:30:49.658] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0070237Z [05-13|18:30:49.662] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0070697Z [05-13|18:30:49.662] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0071027Z [05-13|18:30:49.713] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0071482Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0071813Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0072329Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0072653Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:55.0073108Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0073495Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:55.0074008Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0074342Z [05-13|18:30:49.714] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:55.0074791Z [05-13|18:30:49.714] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0075165Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:55.0075625Z [05-13|18:30:49.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0075953Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:55.0076407Z [05-13|18:30:49.715] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0076840Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0077265Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0077687Z [05-13|18:30:49.715] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0078016Z [05-13|18:30:49.716] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0078586Z [05-13|18:30:49.716] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0078736Z [05-13|18:30:49.716] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0078902Z --- PASS: TestReplicationRequestIncompleteResponses (0.06s) -2026-05-13T18:30:55.0079034Z === RUN TestReplicationRequestWithoutFinalization -2026-05-13T18:30:55.0079510Z [05-13|18:30:49.717] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0079986Z [05-13|18:30:49.717] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0080459Z [05-13|18:30:49.718] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0080933Z [05-13|18:30:49.718] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0081202Z [05-13|18:30:49.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:55.0081529Z [05-13|18:30:49.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:55.0081794Z [05-13|18:30:49.721] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 0, "votes": 3} -2026-05-13T18:30:55.0082252Z [05-13|18:30:49.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0082757Z [05-13|18:30:49.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0083257Z [05-13|18:30:49.721] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0083599Z [05-13|18:30:49.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0083926Z [05-13|18:30:49.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0084306Z [05-13|18:30:49.722] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0084571Z [05-13|18:30:49.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:55.0084833Z [05-13|18:30:49.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:55.0085095Z [05-13|18:30:49.723] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 3} -2026-05-13T18:30:55.0085550Z [05-13|18:30:49.723] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0086001Z [05-13|18:30:49.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0086457Z [05-13|18:30:49.724] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0086791Z [05-13|18:30:49.724] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0087130Z [05-13|18:30:49.724] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0087473Z [05-13|18:30:49.724] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0087754Z [05-13|18:30:49.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:55.0088009Z [05-13|18:30:49.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:55.0088388Z [05-13|18:30:49.725] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 2, "votes": 3} -2026-05-13T18:30:55.0088859Z [05-13|18:30:49.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0089314Z [05-13|18:30:49.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0089772Z [05-13|18:30:49.726] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0090103Z [05-13|18:30:49.726] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0090430Z [05-13|18:30:49.726] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0090820Z [05-13|18:30:49.727] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0091032Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:55.0091294Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:55.0091502Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 3} -2026-05-13T18:30:55.0091703Z [05-13|18:30:49.727] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 0} -2026-05-13T18:30:55.0092203Z [05-13|18:30:49.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0092663Z [05-13|18:30:49.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0093163Z [05-13|18:30:49.903] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0093443Z [05-13|18:30:49.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:55.0093703Z [05-13|18:30:49.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:55.0094151Z [05-13|18:30:49.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0094603Z [05-13|18:30:49.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0094866Z [05-13|18:30:49.914] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 4, "votes": 3} -2026-05-13T18:30:55.0095313Z [05-13|18:30:49.914] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0095645Z [05-13|18:30:49.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:55.0095973Z [05-13|18:30:49.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:55.0096292Z [05-13|18:30:49.915] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:55.0096559Z [05-13|18:30:49.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:55.0096814Z [05-13|18:30:49.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:55.0097073Z [05-13|18:30:49.916] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 5, "votes": 3} -2026-05-13T18:30:55.0097529Z [05-13|18:30:49.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0097980Z [05-13|18:30:49.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0098544Z [05-13|18:30:49.916] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0098886Z [05-13|18:30:49.916] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:55.0099214Z [05-13|18:30:49.916] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:55.0099605Z [05-13|18:30:49.917] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:55.0099873Z [05-13|18:30:49.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:55.0100182Z [05-13|18:30:49.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:55.0100439Z [05-13|18:30:49.918] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 6, "votes": 3} -2026-05-13T18:30:55.0100903Z [05-13|18:30:49.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0101405Z [05-13|18:30:49.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0101859Z [05-13|18:30:49.918] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0102239Z [05-13|18:30:49.918] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0102567Z [05-13|18:30:49.919] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0102892Z [05-13|18:30:49.919] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0103353Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0103805Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0104255Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0104468Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:55.0104675Z [05-13|18:30:49.920] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:55.0104877Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 8} -2026-05-13T18:30:55.0105141Z [05-13|18:30:49.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0105397Z [05-13|18:30:49.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0105653Z [05-13|18:30:49.931] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0106111Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0106562Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0107010Z [05-13|18:30:49.931] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0107341Z [05-13|18:30:49.932] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:55.0107669Z [05-13|18:30:49.932] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:55.0107994Z [05-13|18:30:49.932] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:55.0108422Z [05-13|18:30:49.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:55.0108687Z [05-13|18:30:49.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:55.0108946Z [05-13|18:30:49.933] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 9, "votes": 3} -2026-05-13T18:30:55.0109478Z [05-13|18:30:49.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0109982Z [05-13|18:30:49.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0110441Z [05-13|18:30:49.933] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0110784Z [05-13|18:30:49.934] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:55.0111163Z [05-13|18:30:49.934] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:55.0111492Z [05-13|18:30:49.934] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:55.0111636Z [05-13|18:30:49.934] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0111770Z [05-13|18:30:49.935] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0111908Z [05-13|18:30:49.935] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0112177Z [05-13|18:30:49.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:55.0112440Z [05-13|18:30:49.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:55.0112701Z [05-13|18:30:49.935] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 3} -2026-05-13T18:30:55.0113171Z [05-13|18:30:49.935] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0113630Z [05-13|18:30:49.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0114089Z [05-13|18:30:49.936] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0114224Z [05-13|18:30:49.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0114356Z [05-13|18:30:49.937] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0114700Z [05-13|18:30:49.937] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:55.0115031Z [05-13|18:30:49.937] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:55.0115355Z [05-13|18:30:49.937] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:55.0115498Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0115630Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0115761Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0115893Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0116031Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0116163Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0116355Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0116491Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0116625Z [05-13|18:30:49.938] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0117089Z [05-13|18:30:49.938] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0117587Z [05-13|18:30:49.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0118213Z [05-13|18:30:49.939] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0118364Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0118508Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0118643Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0118775Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0118961Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0119093Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0119225Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0119356Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0119491Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0119620Z [05-13|18:30:49.939] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0119751Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0119885Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0120015Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0120148Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0120287Z [05-13|18:30:49.940] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0120416Z [05-13|18:30:49.941] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0120749Z [05-13|18:30:49.941] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0121213Z [05-13|18:30:49.941] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0121575Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0122033Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0122375Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0122831Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0123160Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 3, "digest": "9a94c85b116d69545fe7..."} -2026-05-13T18:30:55.0123626Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0124075Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0124402Z [05-13|18:30:49.942] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 4, "digest": "d913f71344d0aae3bd94..."} -2026-05-13T18:30:55.0124921Z [05-13|18:30:49.942] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0125056Z [05-13|18:30:49.943] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0125432Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 5, "digest": "1af7ee051321d2f59b44..."} -2026-05-13T18:30:55.0125887Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0126248Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 6, "digest": "767efc517c2f38629094..."} -2026-05-13T18:30:55.0126702Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0127191Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0127520Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 9, "sequence": 7, "digest": "5f2d9f2885816ef4c84d..."} -2026-05-13T18:30:55.0127981Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 9, "next round": 10, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0128429Z [05-13|18:30:49.943] INFO Simplex/epoch.go:1369 Committed block {"round": 10, "sequence": 8, "digest": "487acd9f28b3cd59686a..."} -2026-05-13T18:30:55.0128893Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 10, "next round": 11, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0129355Z [05-13|18:30:49.943] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 11, "next round": 12, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0129574Z [05-13|18:30:49.944] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:55.0129719Z [05-13|18:30:50.039] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0129866Z [05-13|18:30:50.039] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0130078Z [05-13|18:30:50.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:55.0130220Z [05-13|18:30:50.039] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0130427Z [05-13|18:30:50.039] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 12} -2026-05-13T18:30:55.0130571Z [05-13|18:30:50.040] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0130740Z --- PASS: TestReplicationRequestWithoutFinalization (0.32s) -2026-05-13T18:30:55.0130862Z === RUN TestReplicationMalformedQuorumRound -2026-05-13T18:30:55.0131347Z [05-13|18:30:50.041] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0100000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0131825Z [05-13|18:30:50.041] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0132297Z [05-13|18:30:50.042] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0300000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0132771Z [05-13|18:30:50.043] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "6c616767696e6700", "nodes": "[0100000000000000 0200000000000000 0300000000000000 6c616767696e6700]"} -2026-05-13T18:30:55.0133040Z [05-13|18:30:50.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0133373Z [05-13|18:30:50.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0133635Z [05-13|18:30:50.046] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 8, "votes": 3} -2026-05-13T18:30:55.0134099Z [05-13|18:30:50.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0134608Z [05-13|18:30:50.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0135138Z [05-13|18:30:50.046] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0135476Z [05-13|18:30:50.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0135810Z [05-13|18:30:50.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0136180Z [05-13|18:30:50.047] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0136322Z [05-13|18:30:50.048] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0136460Z [05-13|18:30:50.048] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0136592Z [05-13|18:30:50.048] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0136722Z [05-13|18:30:50.099] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0137047Z [05-13|18:30:50.100] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "01aae0544a3c5596aeac..."} -2026-05-13T18:30:55.0137508Z [05-13|18:30:50.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0137837Z [05-13|18:30:50.100] INFO Simplex/epoch.go:1369 Committed block {"round": 1, "sequence": 1, "digest": "773d8fe9a6be0f222598..."} -2026-05-13T18:30:55.0138421Z [05-13|18:30:50.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 1, "next round": 2, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0138770Z [05-13|18:30:50.100] INFO Simplex/epoch.go:1369 Committed block {"round": 2, "sequence": 2, "digest": "3f5a1c3d4988ccb58e9b..."} -2026-05-13T18:30:55.0139229Z [05-13|18:30:50.100] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 2, "next round": 3, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0139564Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 3, "sequence": 3, "digest": "96939a73439f8f56b86b..."} -2026-05-13T18:30:55.0140018Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 3, "next round": 4, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0140348Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 4, "sequence": 4, "digest": "e508cda66f55ba9062d3..."} -2026-05-13T18:30:55.0140804Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 4, "next round": 5, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0141131Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 5, "sequence": 5, "digest": "d931068305f2d39eb3c3..."} -2026-05-13T18:30:55.0141584Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 5, "next round": 6, "prev leader": "0200000000000000", "next leader": "0300000000000000"} -2026-05-13T18:30:55.0141913Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 6, "sequence": 6, "digest": "941430d77a410d4240bc..."} -2026-05-13T18:30:55.0142432Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 6, "next round": 7, "prev leader": "0300000000000000", "next leader": "6c616767696e6700"} -2026-05-13T18:30:55.0142760Z [05-13|18:30:50.101] INFO Simplex/epoch.go:1369 Committed block {"round": 7, "sequence": 7, "digest": "75f9a7aa8e40151b770a..."} -2026-05-13T18:30:55.0143219Z [05-13|18:30:50.101] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 7, "next round": 8, "prev leader": "6c616767696e6700", "next leader": "0100000000000000"} -2026-05-13T18:30:55.0143711Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0144185Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0144328Z [05-13|18:30:50.102] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0144463Z [05-13|18:30:50.102] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0144884Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1683 Received a notarization for this round, but we don't have a block for it yet {"round": 8, "epoch round": 8} -2026-05-13T18:30:55.0145271Z [05-13|18:30:50.102] INFO Simplex/epoch.go:1369 Committed block {"round": 8, "sequence": 8, "digest": "217e85341cd61be1ca56..."} -2026-05-13T18:30:55.0145421Z [05-13|18:30:50.102] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0145875Z [05-13|18:30:50.102] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 8, "next round": 9, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0146096Z [05-13|18:30:50.102] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0146233Z [05-13|18:30:50.102] INFO testutil/comm.go:78 Enqueuing message -2026-05-13T18:30:55.0146376Z [05-13|18:30:50.103] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0146521Z [05-13|18:30:50.103] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0146727Z [05-13|18:30:50.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0146867Z [05-13|18:30:50.103] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0147073Z [05-13|18:30:50.103] INFO Simplex/epoch.go:2672 It is time to build a block {"round": 9} -2026-05-13T18:30:55.0147222Z --- PASS: TestReplicationMalformedQuorumRound (0.06s) -2026-05-13T18:30:55.0147435Z === RUN TestReplicationResendsFinalizedBlocksThatFailedVerification -2026-05-13T18:30:55.0147918Z [05-13|18:30:50.103] INFO Simplex/epoch.go:227 Starting Simplex Epoch {"ID": "0200000000000000", "nodes": "[0100000000000000 0200000000000000 0300000000000000 0400000000000000]"} -2026-05-13T18:30:55.0148366Z [05-13|18:30:50.104] INFO Simplex/epoch.go:1369 Committed block {"round": 0, "sequence": 0, "digest": "de9783f106d7540dd2c2..."} -2026-05-13T18:30:55.0148508Z [05-13|18:30:50.104] INFO Simplex/epoch.go:727 Shutting down node -2026-05-13T18:30:55.0148965Z [05-13|18:30:50.104] INFO Simplex/epoch.go:2809 Moving to a new round {"prev round": 0, "next round": 1, "prev leader": "0100000000000000", "next leader": "0200000000000000"} -2026-05-13T18:30:55.0149218Z --- PASS: TestReplicationResendsFinalizedBlocksThatFailedVerification (0.00s) -2026-05-13T18:30:55.0149309Z === RUN TestAsyncScheduler -2026-05-13T18:30:55.0149443Z === RUN TestAsyncScheduler/Executes_asynchronously -2026-05-13T18:30:55.0149582Z === RUN TestAsyncScheduler/Does_not_execute_when_closed -2026-05-13T18:30:55.0149679Z --- PASS: TestAsyncScheduler (0.00s) -2026-05-13T18:30:55.0149890Z --- PASS: TestAsyncScheduler/Executes_asynchronously (0.00s) -2026-05-13T18:30:55.0150120Z --- PASS: TestAsyncScheduler/Does_not_execute_when_closed (0.00s) -2026-05-13T18:30:55.0150241Z === RUN TestTimeoutHandlerRunsOnlyOnInterval -2026-05-13T18:30:55.0150383Z --- PASS: TestTimeoutHandlerRunsOnlyOnInterval (1.00s) -2026-05-13T18:30:55.0150562Z === RUN TestTimeoutHandler_AddThenRemoveTask -2026-05-13T18:30:55.0150690Z --- PASS: TestTimeoutHandler_AddThenRemoveTask (0.50s) -2026-05-13T18:30:55.0150834Z === RUN TestTimeoutHandler_MultipleTasksBatchAndPersist -2026-05-13T18:30:55.0151012Z --- PASS: TestTimeoutHandler_MultipleTasksBatchAndPersist (0.00s) -2026-05-13T18:30:55.0151151Z === RUN TestTimeoutHandler_AddDuplicateTaskIsIdempotent -2026-05-13T18:30:55.0151375Z --- PASS: TestTimeoutHandler_AddDuplicateTaskIsIdempotent (0.00s) -2026-05-13T18:30:55.0151480Z === RUN TestTimeoutHandler_RemoveOldTasks -2026-05-13T18:30:55.0151609Z --- PASS: TestTimeoutHandler_RemoveOldTasks (0.00s) -2026-05-13T18:30:55.0151718Z === RUN TestTimeoutHandler_CloseStopsRunner -2026-05-13T18:30:55.0151845Z --- PASS: TestTimeoutHandler_CloseStopsRunner (0.50s) -2026-05-13T18:30:55.0152066Z === RUN TestTimeoutHandler_BackToBackTicksUnderIntervalDontRun -2026-05-13T18:30:55.0152272Z --- PASS: TestTimeoutHandler_BackToBackTicksUnderIntervalDontRun (0.50s) -2026-05-13T18:30:55.0152372Z === RUN TestRetrieveFromStorage -2026-05-13T18:30:55.0152504Z === RUN TestRetrieveFromStorage/no_blocks_in_storage -2026-05-13T18:30:55.0152616Z === RUN TestRetrieveFromStorage/broken_storage -2026-05-13T18:30:55.0152776Z === RUN TestRetrieveFromStorage/normal_storage -2026-05-13T18:30:55.0152881Z --- PASS: TestRetrieveFromStorage (0.00s) -2026-05-13T18:30:55.0153104Z --- PASS: TestRetrieveFromStorage/no_blocks_in_storage (0.00s) -2026-05-13T18:30:55.0153303Z --- PASS: TestRetrieveFromStorage/broken_storage (0.00s) -2026-05-13T18:30:55.0153493Z --- PASS: TestRetrieveFromStorage/normal_storage (0.00s) -2026-05-13T18:30:55.0153573Z === RUN TestVerifyQC -2026-05-13T18:30:55.0153668Z === RUN TestVerifyQC/valid_finalization -2026-05-13T18:30:55.0153761Z === RUN TestVerifyQC/not_enough_signers -2026-05-13T18:30:55.0153863Z === RUN TestVerifyQC/signer_signed_twice -2026-05-13T18:30:55.0154009Z === RUN TestVerifyQC/quorum_certificate_not_in_finalization -2026-05-13T18:30:55.0154128Z === RUN TestVerifyQC/nodes_are_not_eligible_signers -2026-05-13T18:30:55.0154217Z === RUN TestVerifyQC/invalid_QC -2026-05-13T18:30:55.0154309Z --- PASS: TestVerifyQC (0.00s) -2026-05-13T18:30:55.0154473Z --- PASS: TestVerifyQC/valid_finalization (0.00s) -2026-05-13T18:30:55.0154633Z --- PASS: TestVerifyQC/not_enough_signers (0.00s) -2026-05-13T18:30:55.0154800Z --- PASS: TestVerifyQC/signer_signed_twice (0.00s) -2026-05-13T18:30:55.0155044Z --- PASS: TestVerifyQC/quorum_certificate_not_in_finalization (0.00s) -2026-05-13T18:30:55.0155246Z --- PASS: TestVerifyQC/nodes_are_not_eligible_signers (0.00s) -2026-05-13T18:30:55.0155387Z --- PASS: TestVerifyQC/invalid_QC (0.00s) -2026-05-13T18:30:55.0155482Z === RUN TestGetHighestQuorumRound -2026-05-13T18:30:55.0155760Z [05-13|18:30:52.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 1, "votes": 5} -2026-05-13T18:30:55.0156032Z [05-13|18:30:52.613] INFO Simplex/notarization.go:47 Collected Quorum of votes {"round": 10, "votes": 5} -2026-05-13T18:30:55.0156188Z === RUN TestGetHighestQuorumRound/only_empty_notarization -2026-05-13T18:30:55.0156294Z === RUN TestGetHighestQuorumRound/nothing -2026-05-13T18:30:55.0156436Z === RUN TestGetHighestQuorumRound/round_with_finalization -2026-05-13T18:30:55.0156581Z === RUN TestGetHighestQuorumRound/round_with_notarization -2026-05-13T18:30:55.0156771Z === RUN TestGetHighestQuorumRound/higher_round_than_empty_notarization -2026-05-13T18:30:55.0156920Z === RUN TestGetHighestQuorumRound/higher_empty_notarization -2026-05-13T18:30:55.0157032Z --- PASS: TestGetHighestQuorumRound (0.00s) -2026-05-13T18:30:55.0157276Z --- PASS: TestGetHighestQuorumRound/only_empty_notarization (0.00s) -2026-05-13T18:30:55.0157455Z --- PASS: TestGetHighestQuorumRound/nothing (0.00s) -2026-05-13T18:30:55.0157696Z --- PASS: TestGetHighestQuorumRound/round_with_finalization (0.00s) -2026-05-13T18:30:55.0157929Z --- PASS: TestGetHighestQuorumRound/round_with_notarization (0.00s) -2026-05-13T18:30:55.0158476Z --- PASS: TestGetHighestQuorumRound/higher_round_than_empty_notarization (0.00s) -2026-05-13T18:30:55.0158805Z --- PASS: TestGetHighestQuorumRound/higher_empty_notarization (0.00s) -2026-05-13T18:30:55.0158900Z === RUN TestCompressSequences -2026-05-13T18:30:55.0159004Z === RUN TestCompressSequences/empty_input -2026-05-13T18:30:55.0159114Z === RUN TestCompressSequences/single_element -2026-05-13T18:30:55.0159301Z === RUN TestCompressSequences/all_consecutive -2026-05-13T18:30:55.0159432Z === RUN TestCompressSequences/no_consecutive_elements -2026-05-13T18:30:55.0159609Z === RUN TestCompressSequences/mixed_consecutive_and_non-consecutive -2026-05-13T18:30:55.0159715Z --- PASS: TestCompressSequences (0.00s) -2026-05-13T18:30:55.0159885Z --- PASS: TestCompressSequences/empty_input (0.00s) -2026-05-13T18:30:55.0160125Z --- PASS: TestCompressSequences/single_element (0.00s) -2026-05-13T18:30:55.0160311Z --- PASS: TestCompressSequences/all_consecutive (0.00s) -2026-05-13T18:30:55.0160535Z --- PASS: TestCompressSequences/no_consecutive_elements (0.00s) -2026-05-13T18:30:55.0160816Z --- PASS: TestCompressSequences/mixed_consecutive_and_non-consecutive (0.00s) -2026-05-13T18:30:55.0160918Z === RUN TestDistributeSequenceRequests -2026-05-13T18:30:55.0161118Z === RUN TestDistributeSequenceRequests/even_distribution -2026-05-13T18:30:55.0161270Z === RUN TestDistributeSequenceRequests/uneven_distribution -2026-05-13T18:30:55.0161430Z === RUN TestDistributeSequenceRequests/single_node_full_range -2026-05-13T18:30:55.0161629Z === RUN TestDistributeSequenceRequests/numNodes_greater_than_sequences -2026-05-13T18:30:55.0161770Z === RUN TestDistributeSequenceRequests/zero-length_range -2026-05-13T18:30:55.0161902Z === RUN TestDistributeSequenceRequests/start_>_end -2026-05-13T18:30:55.0162032Z === RUN TestDistributeSequenceRequests/zero_nodes -2026-05-13T18:30:55.0162155Z --- PASS: TestDistributeSequenceRequests (0.00s) -2026-05-13T18:30:55.0162395Z --- PASS: TestDistributeSequenceRequests/even_distribution (0.00s) -2026-05-13T18:30:55.0162637Z --- PASS: TestDistributeSequenceRequests/uneven_distribution (0.00s) -2026-05-13T18:30:55.0162896Z --- PASS: TestDistributeSequenceRequests/single_node_full_range (0.00s) -2026-05-13T18:30:55.0163192Z --- PASS: TestDistributeSequenceRequests/numNodes_greater_than_sequences (0.00s) -2026-05-13T18:30:55.0163434Z --- PASS: TestDistributeSequenceRequests/zero-length_range (0.00s) -2026-05-13T18:30:55.0163648Z --- PASS: TestDistributeSequenceRequests/start_>_end (0.00s) -2026-05-13T18:30:55.0163854Z --- PASS: TestDistributeSequenceRequests/zero_nodes (0.00s) -2026-05-13T18:30:55.0163945Z === RUN TestNotarizationTime -2026-05-13T18:30:55.0164050Z --- PASS: TestNotarizationTime (0.00s) -2026-05-13T18:30:55.0164138Z === RUN TestNodeIDsFromVotes -2026-05-13T18:30:55.0164233Z --- PASS: TestNodeIDsFromVotes (0.00s) -2026-05-13T18:30:55.0164321Z === RUN FuzzBlacklistFromBytes -2026-05-13T18:30:55.0164426Z --- PASS: FuzzBlacklistFromBytes (0.00s) -2026-05-13T18:30:55.0164515Z === RUN FuzzSuspectedNodes -2026-05-13T18:30:55.0164610Z --- PASS: FuzzSuspectedNodes (0.00s) -2026-05-13T18:30:55.0164704Z === RUN FuzzBlacklistUpdates -2026-05-13T18:30:55.0164800Z --- PASS: FuzzBlacklistUpdates (0.00s) -2026-05-13T18:30:55.0164879Z === RUN FuzzBlockRecord -2026-05-13T18:30:55.0164982Z --- PASS: FuzzBlockRecord (0.00s) -2026-05-13T18:30:55.0165069Z === RUN FuzzNotarizationRecord -2026-05-13T18:30:55.0165171Z --- PASS: FuzzNotarizationRecord (0.00s) -2026-05-13T18:30:55.0165249Z === RUN FuzzMetadata -2026-05-13T18:30:55.0165340Z --- PASS: FuzzMetadata (0.00s) -2026-05-13T18:30:55.0165443Z === RUN FuzzEpochInterleavingMessages -2026-05-13T18:30:55.0165565Z --- PASS: FuzzEpochInterleavingMessages (0.00s) -2026-05-13T18:30:55.0165632Z FAIL -2026-05-13T18:30:55.0165744Z FAIL github.com/ava-labs/simplex 208.564s -2026-05-13T18:30:55.0165839Z === RUN TestIdentifyBlockType -2026-05-13T18:30:55.0166041Z === RUN TestIdentifyBlockType/next_block_has_BlockValidationDescriptor -2026-05-13T18:30:55.0166377Z === RUN TestIdentifyBlockType/prev_is_zero-epoch_block_(epoch_1,_NextPChainReferenceHeight_0) -2026-05-13T18:30:55.0166605Z === RUN TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_matches_prevSeq -2026-05-13T18:30:55.0166893Z === RUN TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_does_not_match_prevSeq_(Telock) -2026-05-13T18:30:55.0167156Z === RUN TestIdentifyBlockType/same_epoch_with_non-zero_SealingBlockSeq_(Telock) -2026-05-13T18:30:55.0167386Z === RUN TestIdentifyBlockType/epoch_number_matches_prev_SealingBlockSeq_(NewEpoch) -2026-05-13T18:30:55.0167563Z === RUN TestIdentifyBlockType/normal_block_in_the_middle_of_an_epoch -2026-05-13T18:30:55.0167670Z --- PASS: TestIdentifyBlockType (0.00s) -2026-05-13T18:30:55.0168001Z --- PASS: TestIdentifyBlockType/next_block_has_BlockValidationDescriptor (0.00s) -2026-05-13T18:30:55.0168542Z --- PASS: TestIdentifyBlockType/prev_is_zero-epoch_block_(epoch_1,_NextPChainReferenceHeight_0) (0.00s) -2026-05-13T18:30:55.0168895Z --- PASS: TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_matches_prevSeq (0.00s) -2026-05-13T18:30:55.0169306Z --- PASS: TestIdentifyBlockType/prev_is_sealing_block_and_next_epoch_does_not_match_prevSeq_(Telock) (0.00s) -2026-05-13T18:30:55.0169700Z --- PASS: TestIdentifyBlockType/same_epoch_with_non-zero_SealingBlockSeq_(Telock) (0.00s) -2026-05-13T18:30:55.0170057Z --- PASS: TestIdentifyBlockType/epoch_number_matches_prev_SealingBlockSeq_(NewEpoch) (0.00s) -2026-05-13T18:30:55.0170345Z --- PASS: TestIdentifyBlockType/normal_block_in_the_middle_of_an_epoch (0.00s) -2026-05-13T18:30:55.0170457Z === RUN TestShouldBuildBlock_VMSignalsBlock -2026-05-13T18:30:55.0170589Z --- PASS: TestShouldBuildBlock_VMSignalsBlock (0.00s) -2026-05-13T18:30:55.0170710Z === RUN TestShouldBuildBlock_ContextCanceled -2026-05-13T18:30:55.0170843Z --- PASS: TestShouldBuildBlock_ContextCanceled (0.00s) -2026-05-13T18:30:55.0171044Z === RUN TestShouldBuildBlock_PChainHeightChangeTriggersEpochTransition -2026-05-13T18:30:55.0171289Z --- PASS: TestShouldBuildBlock_PChainHeightChangeTriggersEpochTransition (0.01s) -2026-05-13T18:30:55.0171477Z === RUN TestShouldBuildBlock_PChainHeightChangeButNoEpochTransition -2026-05-13T18:30:55.0171703Z --- PASS: TestShouldBuildBlock_PChainHeightChangeButNoEpochTransition (0.00s) -2026-05-13T18:30:55.0171855Z === RUN TestShouldBuildBlock_EpochTransitionWithVMBlock -2026-05-13T18:30:55.0172030Z --- PASS: TestShouldBuildBlock_EpochTransitionWithVMBlock (0.00s) -2026-05-13T18:30:55.0172187Z === RUN TestShouldBuildBlock_EpochTransitionWithoutVMBlock -2026-05-13T18:30:55.0172379Z --- PASS: TestShouldBuildBlock_EpochTransitionWithoutVMBlock (0.01s) -2026-05-13T18:30:55.0172538Z === RUN TestShouldBuildBlock_EpochTransitionContextCanceled -2026-05-13T18:30:55.0172724Z --- PASS: TestShouldBuildBlock_EpochTransitionContextCanceled (0.00s) -2026-05-13T18:30:55.0172822Z === RUN TestSimplexEpochInfoIsZero -2026-05-13T18:30:55.0172938Z --- PASS: TestSimplexEpochInfoIsZero (0.00s) -2026-05-13T18:30:55.0173036Z === RUN TestSimplexEpochInfoEqual -2026-05-13T18:30:55.0173174Z === RUN TestSimplexEpochInfoEqual/first_nil_second_nil -2026-05-13T18:30:55.0173327Z === RUN TestSimplexEpochInfoEqual/first_non-nil_second_nil -2026-05-13T18:30:55.0173541Z === RUN TestSimplexEpochInfoEqual/first_nil_second_non-nil_(via_nil_receiver) -2026-05-13T18:30:55.0173650Z === RUN TestSimplexEpochInfoEqual/both_zero -2026-05-13T18:30:55.0173795Z === RUN TestSimplexEpochInfoEqual/equal_with_all_fields -2026-05-13T18:30:55.0173972Z === RUN TestSimplexEpochInfoEqual/different_PChainReferenceHeight -2026-05-13T18:30:55.0174110Z === RUN TestSimplexEpochInfoEqual/different_EpochNumber -2026-05-13T18:30:55.0174285Z === RUN TestSimplexEpochInfoEqual/different_PrevSealingBlockHash -2026-05-13T18:30:55.0174477Z === RUN TestSimplexEpochInfoEqual/different_NextPChainReferenceHeight -2026-05-13T18:30:55.0174622Z === RUN TestSimplexEpochInfoEqual/different_PrevVMBlockSeq -2026-05-13T18:30:55.0174770Z === RUN TestSimplexEpochInfoEqual/different_SealingBlockSeq -2026-05-13T18:30:55.0175035Z === RUN TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_equal -2026-05-13T18:30:55.0175240Z === RUN TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_different -2026-05-13T18:30:55.0175406Z === RUN TestSimplexEpochInfoEqual/with_NextEpochApprovals_equal -2026-05-13T18:30:55.0175587Z === RUN TestSimplexEpochInfoEqual/with_NextEpochApprovals_different -2026-05-13T18:30:55.0175751Z --- PASS: TestSimplexEpochInfoEqual (0.00s) -2026-05-13T18:30:55.0175977Z --- PASS: TestSimplexEpochInfoEqual/first_nil_second_nil (0.00s) -2026-05-13T18:30:55.0176224Z --- PASS: TestSimplexEpochInfoEqual/first_non-nil_second_nil (0.00s) -2026-05-13T18:30:55.0176597Z --- PASS: TestSimplexEpochInfoEqual/first_nil_second_non-nil_(via_nil_receiver) (0.00s) -2026-05-13T18:30:55.0176781Z --- PASS: TestSimplexEpochInfoEqual/both_zero (0.00s) -2026-05-13T18:30:55.0177008Z --- PASS: TestSimplexEpochInfoEqual/equal_with_all_fields (0.00s) -2026-05-13T18:30:55.0177288Z --- PASS: TestSimplexEpochInfoEqual/different_PChainReferenceHeight (0.00s) -2026-05-13T18:30:55.0177513Z --- PASS: TestSimplexEpochInfoEqual/different_EpochNumber (0.00s) -2026-05-13T18:30:55.0177822Z --- PASS: TestSimplexEpochInfoEqual/different_PrevSealingBlockHash (0.00s) -2026-05-13T18:30:55.0178246Z --- PASS: TestSimplexEpochInfoEqual/different_NextPChainReferenceHeight (0.00s) -2026-05-13T18:30:55.0178491Z --- PASS: TestSimplexEpochInfoEqual/different_PrevVMBlockSeq (0.00s) -2026-05-13T18:30:55.0178737Z --- PASS: TestSimplexEpochInfoEqual/different_SealingBlockSeq (0.00s) -2026-05-13T18:30:55.0179041Z --- PASS: TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_equal (0.00s) -2026-05-13T18:30:55.0179357Z --- PASS: TestSimplexEpochInfoEqual/with_BlockValidationDescriptor_different (0.00s) -2026-05-13T18:30:55.0179620Z --- PASS: TestSimplexEpochInfoEqual/with_NextEpochApprovals_equal (0.00s) -2026-05-13T18:30:55.0179906Z --- PASS: TestSimplexEpochInfoEqual/with_NextEpochApprovals_different (0.00s) -2026-05-13T18:30:55.0180003Z === RUN TestNodeBLSMappingEquals -2026-05-13T18:30:55.0180117Z === RUN TestNodeBLSMappingEquals/both_zero -2026-05-13T18:30:55.0180248Z === RUN TestNodeBLSMappingEquals/equal_with_values -2026-05-13T18:30:55.0180371Z === RUN TestNodeBLSMappingEquals/different_NodeID -2026-05-13T18:30:55.0180489Z === RUN TestNodeBLSMappingEquals/different_BLSKey -2026-05-13T18:30:55.0180605Z === RUN TestNodeBLSMappingEquals/different_Weight -2026-05-13T18:30:55.0180717Z --- PASS: TestNodeBLSMappingEquals (0.00s) -2026-05-13T18:30:55.0180899Z --- PASS: TestNodeBLSMappingEquals/both_zero (0.00s) -2026-05-13T18:30:55.0181105Z --- PASS: TestNodeBLSMappingEquals/equal_with_values (0.00s) -2026-05-13T18:30:55.0181317Z --- PASS: TestNodeBLSMappingEquals/different_NodeID (0.00s) -2026-05-13T18:30:55.0181517Z --- PASS: TestNodeBLSMappingEquals/different_BLSKey (0.00s) -2026-05-13T18:30:55.0181713Z --- PASS: TestNodeBLSMappingEquals/different_Weight (0.00s) -2026-05-13T18:30:55.0181834Z === RUN TestBlockValidationDescriptorEquals -2026-05-13T18:30:55.0181972Z === RUN TestBlockValidationDescriptorEquals/both_nil -2026-05-13T18:30:55.0182166Z === RUN TestBlockValidationDescriptorEquals/first_nil_second_non-nil -2026-05-13T18:30:55.0182356Z === RUN TestBlockValidationDescriptorEquals/first_non-nil_second_nil -2026-05-13T18:30:55.0182512Z === RUN TestBlockValidationDescriptorEquals/equal_members -2026-05-13T18:30:55.0182671Z === RUN TestBlockValidationDescriptorEquals/different_members -2026-05-13T18:30:55.0182812Z --- PASS: TestBlockValidationDescriptorEquals (0.00s) -2026-05-13T18:30:55.0183042Z --- PASS: TestBlockValidationDescriptorEquals/both_nil (0.00s) -2026-05-13T18:30:55.0183334Z --- PASS: TestBlockValidationDescriptorEquals/first_nil_second_non-nil (0.00s) -2026-05-13T18:30:55.0183623Z --- PASS: TestBlockValidationDescriptorEquals/first_non-nil_second_nil (0.00s) -2026-05-13T18:30:55.0183871Z --- PASS: TestBlockValidationDescriptorEquals/equal_members (0.00s) -2026-05-13T18:30:55.0184200Z --- PASS: TestBlockValidationDescriptorEquals/different_members (0.00s) -2026-05-13T18:30:55.0184302Z === RUN TestAggregatedMembershipEquals -2026-05-13T18:30:55.0184432Z === RUN TestAggregatedMembershipEquals/both_empty -2026-05-13T18:30:55.0187635Z === RUN TestAggregatedMembershipEquals/different_lengths -2026-05-13T18:30:55.0187890Z === RUN TestAggregatedMembershipEquals/equal -2026-05-13T18:30:55.0188026Z === RUN TestAggregatedMembershipEquals/different -2026-05-13T18:30:55.0188346Z --- PASS: TestAggregatedMembershipEquals (0.00s) -2026-05-13T18:30:55.0188573Z --- PASS: TestAggregatedMembershipEquals/both_empty (0.00s) -2026-05-13T18:30:55.0188819Z --- PASS: TestAggregatedMembershipEquals/different_lengths (0.00s) -2026-05-13T18:30:55.0189081Z --- PASS: TestAggregatedMembershipEquals/equal (0.00s) -2026-05-13T18:30:55.0189293Z --- PASS: TestAggregatedMembershipEquals/different (0.00s) -2026-05-13T18:30:55.0189400Z === RUN TestNextEpochApprovalsEquals -2026-05-13T18:30:55.0189526Z === RUN TestNextEpochApprovalsEquals/both_nil -2026-05-13T18:30:55.0189690Z === RUN TestNextEpochApprovalsEquals/first_nil_second_non-nil -2026-05-13T18:30:55.0189898Z === RUN TestNextEpochApprovalsEquals/first_non-nil_second_nil -2026-05-13T18:30:55.0190015Z === RUN TestNextEpochApprovalsEquals/equal -2026-05-13T18:30:55.0190164Z === RUN TestNextEpochApprovalsEquals/different_NodeIDs -2026-05-13T18:30:55.0190308Z === RUN TestNextEpochApprovalsEquals/different_Signature -2026-05-13T18:30:55.0190427Z --- PASS: TestNextEpochApprovalsEquals (0.00s) -2026-05-13T18:30:55.0190627Z --- PASS: TestNextEpochApprovalsEquals/both_nil (0.00s) -2026-05-13T18:30:55.0190892Z --- PASS: TestNextEpochApprovalsEquals/first_nil_second_non-nil (0.00s) -2026-05-13T18:30:55.0191149Z --- PASS: TestNextEpochApprovalsEquals/first_non-nil_second_nil (0.00s) -2026-05-13T18:30:55.0191335Z --- PASS: TestNextEpochApprovalsEquals/equal (0.00s) -2026-05-13T18:30:55.0191566Z --- PASS: TestNextEpochApprovalsEquals/different_NodeIDs (0.00s) -2026-05-13T18:30:55.0191803Z --- PASS: TestNextEpochApprovalsEquals/different_Signature (0.00s) -2026-05-13T18:30:55.0191907Z === RUN TestNodeBLSMappingsCompare -2026-05-13T18:30:55.0192022Z === RUN TestNodeBLSMappingsCompare/both_nil -2026-05-13T18:30:55.0192156Z === RUN TestNodeBLSMappingsCompare/different_lengths -2026-05-13T18:30:55.0192286Z === RUN TestNodeBLSMappingsCompare/equal_same_order -2026-05-13T18:30:55.0192432Z === RUN TestNodeBLSMappingsCompare/equal_different_order -2026-05-13T18:30:55.0192557Z === RUN TestNodeBLSMappingsCompare/different_values -2026-05-13T18:30:55.0192668Z --- PASS: TestNodeBLSMappingsCompare (0.00s) -2026-05-13T18:30:55.0192859Z --- PASS: TestNodeBLSMappingsCompare/both_nil (0.00s) -2026-05-13T18:30:55.0193083Z --- PASS: TestNodeBLSMappingsCompare/different_lengths (0.00s) -2026-05-13T18:30:55.0193295Z --- PASS: TestNodeBLSMappingsCompare/equal_same_order (0.00s) -2026-05-13T18:30:55.0193534Z --- PASS: TestNodeBLSMappingsCompare/equal_different_order (0.00s) -2026-05-13T18:30:55.0193744Z --- PASS: TestNodeBLSMappingsCompare/different_values (0.00s) -2026-05-13T18:30:55.0193850Z === RUN TestValidatorSetApprovalsFilter -2026-05-13T18:30:55.0193979Z --- PASS: TestValidatorSetApprovalsFilter (0.00s) -2026-05-13T18:30:55.0194066Z === RUN TestFakeNode -2026-05-13T18:30:55.0194399Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 0 -2026-05-13T18:30:55.0194631Z fake_node_test.go:324: Finalized block at height 1 with epoch 1 -2026-05-13T18:30:55.0194864Z fake_node_test.go:329: Trimmed notarized blocks, new length: 1 -2026-05-13T18:30:55.0195155Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0195378Z fake_node_test.go:324: Finalized block at height 2 with epoch 1 -2026-05-13T18:30:55.0195661Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0195943Z fake_node_test.go:324: Finalized block at height 3 with epoch 1 -2026-05-13T18:30:55.0196221Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0196445Z fake_node_test.go:324: Finalized block at height 4 with epoch 1 -2026-05-13T18:30:55.0196722Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0196993Z fake_node_test.go:324: Finalized block at height 5 with epoch 1 -2026-05-13T18:30:55.0197272Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0197488Z fake_node_test.go:324: Finalized block at height 6 with epoch 1 -2026-05-13T18:30:55.0197801Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0198020Z fake_node_test.go:324: Finalized block at height 7 with epoch 1 -2026-05-13T18:30:55.0198433Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0198654Z fake_node_test.go:324: Finalized block at height 8 with epoch 1 -2026-05-13T18:30:55.0198928Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0199208Z fake_node_test.go:324: Finalized block at height 9 with epoch 1 -2026-05-13T18:30:55.0199490Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0199719Z fake_node_test.go:324: Finalized block at height 10 with epoch 1 -2026-05-13T18:30:55.0199998Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0200218Z fake_node_test.go:324: Finalized block at height 11 with epoch 1 -2026-05-13T18:30:55.0200496Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0200722Z fake_node_test.go:324: Finalized block at height 12 with epoch 1 -2026-05-13T18:30:55.0200999Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0201220Z fake_node_test.go:324: Finalized block at height 13 with epoch 1 -2026-05-13T18:30:55.0201498Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0201722Z fake_node_test.go:324: Finalized block at height 14 with epoch 1 -2026-05-13T18:30:55.0201999Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0202221Z fake_node_test.go:324: Finalized block at height 15 with epoch 1 -2026-05-13T18:30:55.0202501Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0202719Z fake_node_test.go:324: Finalized block at height 16 with epoch 1 -2026-05-13T18:30:55.0202994Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0203219Z fake_node_test.go:324: Finalized block at height 17 with epoch 1 -2026-05-13T18:30:55.0203441Z fake_node_test.go:329: Trimmed notarized blocks, new length: 17 -2026-05-13T18:30:55.0203716Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0203852Z fake_node_test.go:60: Epoch: 17 -2026-05-13T18:30:55.0204081Z fake_node_test.go:324: Finalized block at height 18 with epoch 17 -2026-05-13T18:30:55.0204376Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 -2026-05-13T18:30:55.0204610Z fake_node_test.go:324: Finalized block at height 19 with epoch 17 -2026-05-13T18:30:55.0204895Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 -2026-05-13T18:30:55.0205199Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 17 -2026-05-13T18:30:55.0205426Z fake_node_test.go:324: Finalized block at height 20 with epoch 17 -2026-05-13T18:30:55.0205655Z fake_node_test.go:324: Finalized block at height 21 with epoch 17 -2026-05-13T18:30:55.0205998Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 -2026-05-13T18:30:55.0206219Z fake_node_test.go:324: Finalized block at height 22 with epoch 17 -2026-05-13T18:30:55.0206505Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 -2026-05-13T18:30:55.0206726Z fake_node_test.go:324: Finalized block at height 23 with epoch 17 -2026-05-13T18:30:55.0207034Z fake_node_test.go:329: Trimmed notarized blocks, new length: 23 -2026-05-13T18:30:55.0207319Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 17 -2026-05-13T18:30:55.0207446Z fake_node_test.go:81: Epoch: 23 -2026-05-13T18:30:55.0207539Z --- PASS: TestFakeNode (0.04s) -2026-05-13T18:30:55.0207644Z === RUN TestFakeNodeEmptyMempool -2026-05-13T18:30:55.0208000Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 0 -2026-05-13T18:30:55.0208419Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 1 -2026-05-13T18:30:55.0208641Z fake_node_test.go:324: Finalized block at height 1 with epoch 1 -2026-05-13T18:30:55.0208866Z fake_node_test.go:329: Trimmed notarized blocks, new length: 1 -2026-05-13T18:30:55.0209206Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0209428Z fake_node_test.go:324: Finalized block at height 2 with epoch 1 -2026-05-13T18:30:55.0209717Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0209934Z fake_node_test.go:324: Finalized block at height 3 with epoch 1 -2026-05-13T18:30:55.0210213Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0210435Z fake_node_test.go:324: Finalized block at height 4 with epoch 1 -2026-05-13T18:30:55.0210713Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0210928Z fake_node_test.go:324: Finalized block at height 5 with epoch 1 -2026-05-13T18:30:55.0211209Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0211502Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 1 -2026-05-13T18:30:55.0211719Z fake_node_test.go:324: Finalized block at height 6 with epoch 1 -2026-05-13T18:30:55.0211944Z fake_node_test.go:324: Finalized block at height 7 with epoch 1 -2026-05-13T18:30:55.0212222Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0212436Z fake_node_test.go:324: Finalized block at height 8 with epoch 1 -2026-05-13T18:30:55.0212710Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0212937Z fake_node_test.go:324: Finalized block at height 9 with epoch 1 -2026-05-13T18:30:55.0213217Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0213441Z fake_node_test.go:324: Finalized block at height 10 with epoch 1 -2026-05-13T18:30:55.0213724Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0213950Z fake_node_test.go:324: Finalized block at height 11 with epoch 1 -2026-05-13T18:30:55.0214227Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0214453Z fake_node_test.go:324: Finalized block at height 12 with epoch 1 -2026-05-13T18:30:55.0214729Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0214947Z fake_node_test.go:324: Finalized block at height 13 with epoch 1 -2026-05-13T18:30:55.0215172Z fake_node_test.go:329: Trimmed notarized blocks, new length: 13 -2026-05-13T18:30:55.0215451Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 1 -2026-05-13T18:30:55.0215750Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 -2026-05-13T18:30:55.0216116Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 -2026-05-13T18:30:55.0216343Z fake_node_test.go:324: Finalized block at height 14 with epoch 13 -2026-05-13T18:30:55.0216472Z fake_node_test.go:141: Epoch: 13 -2026-05-13T18:30:55.0216697Z fake_node_test.go:324: Finalized block at height 15 with epoch 13 -2026-05-13T18:30:55.0216979Z fake_node_test.go:324: Finalized block at height 16 with epoch 13 -2026-05-13T18:30:55.0217262Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 13 -2026-05-13T18:30:55.0217561Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 -2026-05-13T18:30:55.0217787Z fake_node_test.go:324: Finalized block at height 17 with epoch 13 -2026-05-13T18:30:55.0218255Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 -2026-05-13T18:30:55.0218557Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 -2026-05-13T18:30:55.0218857Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 13 -2026-05-13T18:30:55.0219079Z fake_node_test.go:324: Finalized block at height 18 with epoch 13 -2026-05-13T18:30:55.0219352Z fake_node_test.go:324: Finalized block at height 19 with epoch 13 -2026-05-13T18:30:55.0219576Z fake_node_test.go:329: Trimmed notarized blocks, new length: 19 -2026-05-13T18:30:55.0219867Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 13 -2026-05-13T18:30:55.0220160Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0220387Z fake_node_test.go:324: Finalized block at height 20 with epoch 19 -2026-05-13T18:30:55.0220686Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0220981Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0221205Z fake_node_test.go:324: Finalized block at height 21 with epoch 19 -2026-05-13T18:30:55.0221533Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0221829Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0222124Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0222353Z fake_node_test.go:324: Finalized block at height 22 with epoch 19 -2026-05-13T18:30:55.0222647Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0222940Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0223167Z fake_node_test.go:324: Finalized block at height 23 with epoch 19 -2026-05-13T18:30:55.0223389Z fake_node_test.go:324: Finalized block at height 24 with epoch 19 -2026-05-13T18:30:55.0223611Z fake_node_test.go:324: Finalized block at height 25 with epoch 19 -2026-05-13T18:30:55.0223839Z fake_node_test.go:324: Finalized block at height 26 with epoch 19 -2026-05-13T18:30:55.0224058Z fake_node_test.go:324: Finalized block at height 27 with epoch 19 -2026-05-13T18:30:55.0224281Z fake_node_test.go:324: Finalized block at height 28 with epoch 19 -2026-05-13T18:30:55.0224566Z fake_node_test.go:360: Building a block on top of finalized parent with epoch 19 -2026-05-13T18:30:55.0224864Z fake_node_test.go:360: Building a block on top of not finalized parent with epoch 19 -2026-05-13T18:30:55.0225087Z fake_node_test.go:324: Finalized block at height 29 with epoch 19 -2026-05-13T18:30:55.0225313Z fake_node_test.go:324: Finalized block at height 30 with epoch 19 -2026-05-13T18:30:55.0225438Z fake_node_test.go:163: Epoch: 19 -2026-05-13T18:30:55.0225553Z --- PASS: TestFakeNodeEmptyMempool (0.15s) -2026-05-13T18:30:55.0225629Z === RUN TestSafeAdd -2026-05-13T18:30:55.0225722Z === RUN TestSafeAdd/zero_plus_zero -2026-05-13T18:30:55.0225883Z === RUN TestSafeAdd/normal_addition -2026-05-13T18:30:55.0225979Z === RUN TestSafeAdd/max_uint64_plus_zero -2026-05-13T18:30:55.0226078Z === RUN TestSafeAdd/zero_plus_max_uint64 -2026-05-13T18:30:55.0226168Z === RUN TestSafeAdd/overflow_by_one -2026-05-13T18:30:55.0226265Z === RUN TestSafeAdd/overflow_both_large -2026-05-13T18:30:55.0226388Z === RUN TestSafeAdd/max_uint64_boundary_no_overflow -2026-05-13T18:30:55.0226533Z --- PASS: TestSafeAdd (0.00s) -2026-05-13T18:30:55.0226687Z --- PASS: TestSafeAdd/zero_plus_zero (0.00s) -2026-05-13T18:30:55.0226840Z --- PASS: TestSafeAdd/normal_addition (0.00s) -2026-05-13T18:30:55.0227012Z --- PASS: TestSafeAdd/max_uint64_plus_zero (0.00s) -2026-05-13T18:30:55.0227172Z --- PASS: TestSafeAdd/zero_plus_max_uint64 (0.00s) -2026-05-13T18:30:55.0227358Z --- PASS: TestSafeAdd/overflow_by_one (0.00s) -2026-05-13T18:30:55.0227529Z --- PASS: TestSafeAdd/overflow_both_large (0.00s) -2026-05-13T18:30:55.0227735Z --- PASS: TestSafeAdd/max_uint64_boundary_no_overflow (0.00s) -2026-05-13T18:30:55.0227813Z === RUN TestBitmask -2026-05-13T18:30:55.0227901Z === RUN TestBitmask/empty_bitmask -2026-05-13T18:30:55.0228012Z === RUN TestBitmask/from_bytes_and_Contains -2026-05-13T18:30:55.0228270Z === RUN TestBitmask/Add -2026-05-13T18:30:55.0228370Z === RUN TestBitmask/Bytes_round-trip -2026-05-13T18:30:55.0228464Z === RUN TestBitmask/Difference -2026-05-13T18:30:55.0228569Z === RUN TestBitmask/Len_with_multiple_bytes -2026-05-13T18:30:55.0228693Z === RUN TestBitmask/Clone_produces_independent_copy -2026-05-13T18:30:55.0228784Z --- PASS: TestBitmask (0.00s) -2026-05-13T18:30:55.0228931Z --- PASS: TestBitmask/empty_bitmask (0.00s) -2026-05-13T18:30:55.0229108Z --- PASS: TestBitmask/from_bytes_and_Contains (0.00s) -2026-05-13T18:30:55.0229228Z --- PASS: TestBitmask/Add (0.00s) -2026-05-13T18:30:55.0229388Z --- PASS: TestBitmask/Bytes_round-trip (0.00s) -2026-05-13T18:30:55.0229524Z --- PASS: TestBitmask/Difference (0.00s) -2026-05-13T18:30:55.0229696Z --- PASS: TestBitmask/Len_with_multiple_bytes (0.00s) -2026-05-13T18:30:55.0229907Z --- PASS: TestBitmask/Clone_produces_independent_copy (0.00s) -2026-05-13T18:30:55.0230032Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis -2026-05-13T18:30:55.0230223Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/correct_information -2026-05-13T18:30:55.0230439Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/verifying_a_genesis_block -2026-05-13T18:30:55.0230652Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/previous_block_not_found -2026-05-13T18:30:55.0230859Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/parent_has_no_inner_block -2026-05-13T18:30:55.0231041Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/wrong_epoch_number -2026-05-13T18:30:55.0231278Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_too_big -2026-05-13T18:30:55.0231522Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_smaller_than_parent -2026-05-13T18:30:55.0231755Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/nil_BlockValidationDescriptor -2026-05-13T18:30:55.0231948Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/membership_mismatch -2026-05-13T18:30:55.0232157Z === RUN TestMSMBuildAndVerifyBlocksAfterGenesis/SimplexEpochInfo_mismatch -2026-05-13T18:30:55.0232318Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis (0.01s) -2026-05-13T18:30:55.0232623Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/correct_information (0.00s) -2026-05-13T18:30:55.0232942Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/verifying_a_genesis_block (0.00s) -2026-05-13T18:30:55.0233253Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/previous_block_not_found (0.00s) -2026-05-13T18:30:55.0233572Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/parent_has_no_inner_block (0.00s) -2026-05-13T18:30:55.0233860Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/wrong_epoch_number (0.00s) -2026-05-13T18:30:55.0234164Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_too_big (0.00s) -2026-05-13T18:30:55.0234598Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/P-chain_height_smaller_than_parent (0.00s) -2026-05-13T18:30:55.0234944Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/nil_BlockValidationDescriptor (0.00s) -2026-05-13T18:30:55.0235238Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/membership_mismatch (0.00s) -2026-05-13T18:30:55.0235616Z --- PASS: TestMSMBuildAndVerifyBlocksAfterGenesis/SimplexEpochInfo_mismatch (0.00s) -2026-05-13T18:30:55.0235767Z === RUN TestMSMFirstSimplexBlockAfterPreSimplexBlocks -2026-05-13T18:30:55.0235950Z --- PASS: TestMSMFirstSimplexBlockAfterPreSimplexBlocks (0.00s) -2026-05-13T18:30:55.0236035Z === RUN TestMSMNormalOp -2026-05-13T18:30:55.0236153Z === RUN TestMSMNormalOp/correct_information -2026-05-13T18:30:55.0236331Z === RUN TestMSMNormalOp/validator_set_change_detected -2026-05-13T18:30:55.0236428Z --- PASS: TestMSMNormalOp (0.00s) -2026-05-13T18:30:55.0236614Z --- PASS: TestMSMNormalOp/correct_information (0.00s) -2026-05-13T18:30:55.0236835Z --- PASS: TestMSMNormalOp/validator_set_change_detected (0.00s) -2026-05-13T18:30:55.0236932Z === RUN TestMSMFullEpochLifecycle -2026-05-13T18:30:55.0237096Z === RUN TestMSMFullEpochLifecycle/building_on_top_of_genesis -2026-05-13T18:30:55.0237533Z === RUN TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_not_finalized_yet -2026-05-13T18:30:55.0237914Z === RUN TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_immediately_finalized -2026-05-13T18:30:55.0238397Z === RUN TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks -2026-05-13T18:30:55.0238913Z === RUN TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_not_finalized_yet -2026-05-13T18:30:55.0239424Z === RUN TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_immediately_finalized -2026-05-13T18:30:55.0239543Z --- PASS: TestMSMFullEpochLifecycle (0.01s) -2026-05-13T18:30:55.0239796Z --- PASS: TestMSMFullEpochLifecycle/building_on_top_of_genesis (0.00s) -2026-05-13T18:30:55.0240429Z --- PASS: TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_not_finalized_yet (0.00s) -2026-05-13T18:30:55.0241073Z --- PASS: TestMSMFullEpochLifecycle/building_on_top_of_genesis/building_on_top_of_genesis-sealing_block_immediately_finalized (0.00s) -2026-05-13T18:30:55.0241417Z --- PASS: TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks (0.00s) -2026-05-13T18:30:55.0242238Z --- PASS: TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_not_finalized_yet (0.00s) -2026-05-13T18:30:55.0243078Z --- PASS: TestMSMFullEpochLifecycle/upgrading_to_Simplex_from_pre-Simplex_blocks/upgrading_to_Simplex_from_pre-Simplex_blocks-sealing_block_immediately_finalized (0.00s) -2026-05-13T18:30:55.0243174Z === RUN TestIdentifyCurrentState -2026-05-13T18:30:55.0243339Z === RUN TestIdentifyCurrentState/epoch_0_is_first_simplex_block -2026-05-13T18:30:55.0243547Z === RUN TestIdentifyCurrentState/no_next_p-chain_ref_height_means_normal_op -2026-05-13T18:30:55.0243746Z === RUN TestIdentifyCurrentState/has_sealing_block_seq_means_epoch_sealed -2026-05-13T18:30:55.0243987Z === RUN TestIdentifyCurrentState/has_block_validation_descriptor_means_epoch_sealed -2026-05-13T18:30:55.0244302Z === RUN TestIdentifyCurrentState/next_p-chain_ref_height_>_0_without_sealing_means_collecting_approvals -2026-05-13T18:30:55.0244420Z --- PASS: TestIdentifyCurrentState (0.00s) -2026-05-13T18:30:55.0244686Z --- PASS: TestIdentifyCurrentState/epoch_0_is_first_simplex_block (0.00s) -2026-05-13T18:30:55.0245001Z --- PASS: TestIdentifyCurrentState/no_next_p-chain_ref_height_means_normal_op (0.00s) -2026-05-13T18:30:55.0245307Z --- PASS: TestIdentifyCurrentState/has_sealing_block_seq_means_epoch_sealed (0.00s) -2026-05-13T18:30:55.0245731Z --- PASS: TestIdentifyCurrentState/has_block_validation_descriptor_means_epoch_sealed (0.00s) -2026-05-13T18:30:55.0246176Z --- PASS: TestIdentifyCurrentState/next_p-chain_ref_height_>_0_without_sealing_means_collecting_approvals (0.00s) -2026-05-13T18:30:55.0246407Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock -2026-05-13T18:30:55.0246774Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_nil_approvals -2026-05-13T18:30:55.0247088Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_superset_of_prev -2026-05-13T18:30:55.0247371Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_equals_prev -2026-05-13T18:30:55.0247779Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_missing_a_signer_from_prev -2026-05-13T18:30:55.0248307Z === RUN TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_approvals_but_next_has_nil_approvals -2026-05-13T18:30:55.0248577Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock (0.00s) -2026-05-13T18:30:55.0249073Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_nil_approvals (0.00s) -2026-05-13T18:30:55.0249524Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_superset_of_prev (0.00s) -2026-05-13T18:30:55.0249938Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_equals_prev (0.00s) -2026-05-13T18:30:55.0250429Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/next_is_missing_a_signer_from_prev (0.00s) -2026-05-13T18:30:55.0250971Z --- PASS: TestAreNextEpochApprovalsSignersSupersetOfApprovalsOfPrevBlock/prev_has_approvals_but_next_has_nil_approvals (0.00s) -2026-05-13T18:30:55.0251079Z === RUN TestComputePrevVMBlockSeq -2026-05-13T18:30:55.0251237Z === RUN TestComputePrevVMBlockSeq/parent_has_no_inner_block -2026-05-13T18:30:55.0251385Z === RUN TestComputePrevVMBlockSeq/parent_has_inner_block -2026-05-13T18:30:55.0251498Z --- PASS: TestComputePrevVMBlockSeq (0.00s) -2026-05-13T18:30:55.0251756Z --- PASS: TestComputePrevVMBlockSeq/parent_has_no_inner_block (0.00s) -2026-05-13T18:30:55.0251993Z --- PASS: TestComputePrevVMBlockSeq/parent_has_inner_block (0.00s) -2026-05-13T18:30:55.0252085Z === RUN TestSanitizeApprovals -2026-05-13T18:30:55.0252232Z === RUN TestSanitizeApprovals/filters_by_p-chain_height -2026-05-13T18:30:55.0252380Z === RUN TestSanitizeApprovals/filters_out_already_approved -2026-05-13T18:30:55.0252558Z === RUN TestSanitizeApprovals/filters_out_nodes_not_in_validator_set -2026-05-13T18:30:55.0252698Z === RUN TestSanitizeApprovals/deduplicates_by_node_ID -2026-05-13T18:30:55.0252800Z --- PASS: TestSanitizeApprovals (0.00s) -2026-05-13T18:30:55.0253027Z --- PASS: TestSanitizeApprovals/filters_by_p-chain_height (0.00s) -2026-05-13T18:30:55.0253269Z --- PASS: TestSanitizeApprovals/filters_out_already_approved (0.00s) -2026-05-13T18:30:55.0253559Z --- PASS: TestSanitizeApprovals/filters_out_nodes_not_in_validator_set (0.00s) -2026-05-13T18:30:55.0253785Z --- PASS: TestSanitizeApprovals/deduplicates_by_node_ID (0.00s) -2026-05-13T18:30:55.0253925Z === RUN TestComputeNewApproverSignaturesAndSigners -2026-05-13T18:30:55.0254324Z === RUN TestComputeNewApproverSignaturesAndSigners/duplicate_peer_with_already-approved_node_does_not_double-aggregate -2026-05-13T18:30:55.0254507Z === RUN TestComputeNewApproverSignaturesAndSigners/nil_approvals -2026-05-13T18:30:55.0254750Z === RUN TestComputeNewApproverSignaturesAndSigners/new_approvals_with_no_previous -2026-05-13T18:30:55.0255000Z === RUN TestComputeNewApproverSignaturesAndSigners/new_approvals_added_to_existing -2026-05-13T18:30:55.0255282Z === RUN TestComputeNewApproverSignaturesAndSigners/no_new_approvals_with_existing_signature -2026-05-13T18:30:55.0255545Z === RUN TestComputeNewApproverSignaturesAndSigners/peer_not_in_validator_set_is_skipped -2026-05-13T18:30:55.0255873Z === RUN TestComputeNewApproverSignaturesAndSigners/aggregation_error_propagated -2026-05-13T18:30:55.0256041Z --- PASS: TestComputeNewApproverSignaturesAndSigners (0.00s) -2026-05-13T18:30:55.0256578Z --- PASS: TestComputeNewApproverSignaturesAndSigners/duplicate_peer_with_already-approved_node_does_not_double-aggregate (0.00s) -2026-05-13T18:30:55.0256924Z --- PASS: TestComputeNewApproverSignaturesAndSigners/nil_approvals (0.00s) -2026-05-13T18:30:55.0257285Z --- PASS: TestComputeNewApproverSignaturesAndSigners/new_approvals_with_no_previous (0.00s) -2026-05-13T18:30:55.0257650Z --- PASS: TestComputeNewApproverSignaturesAndSigners/new_approvals_added_to_existing (0.00s) -2026-05-13T18:30:55.0258236Z --- PASS: TestComputeNewApproverSignaturesAndSigners/no_new_approvals_with_existing_signature (0.00s) -2026-05-13T18:30:55.0258632Z --- PASS: TestComputeNewApproverSignaturesAndSigners/peer_not_in_validator_set_is_skipped (0.00s) -2026-05-13T18:30:55.0258987Z --- PASS: TestComputeNewApproverSignaturesAndSigners/aggregation_error_propagated (0.00s) -2026-05-13T18:30:55.0259055Z PASS -2026-05-13T18:30:55.0259164Z ok github.com/ava-labs/simplex/msm 1.272s -2026-05-13T18:30:55.0259351Z ? github.com/ava-labs/simplex/record [no test files] -2026-05-13T18:30:55.0259431Z === RUN TestSilence -2026-05-13T18:30:55.0259599Z [05-13|18:27:24.080] INFO testutil/logger_test.go:35 Info message -2026-05-13T18:30:55.0259687Z --- PASS: TestSilence (0.00s) -2026-05-13T18:30:55.0259748Z PASS -2026-05-13T18:30:55.0259870Z ok github.com/ava-labs/simplex/testutil 1.016s -2026-05-13T18:30:55.0260047Z ? github.com/ava-labs/simplex/testutil/long_running [no test files] -2026-05-13T18:30:55.0260130Z === RUN TestFileLogging -2026-05-13T18:30:55.0260339Z [05-13|18:27:25.572] INFO random_network/logging_test.go:25 Test network log message -2026-05-13T18:30:55.0260441Z --- PASS: TestFileLogging (0.00s) -2026-05-13T18:30:55.0260534Z === RUN TestLogDirectoryClearing -2026-05-13T18:30:55.0260709Z [05-13|18:27:25.574] INFO random_network/logging_test.go:77 New log message -2026-05-13T18:30:55.0260825Z --- PASS: TestLogDirectoryClearing (0.00s) -2026-05-13T18:30:55.0260918Z === RUN TestConsoleOnlyLogging -2026-05-13T18:30:55.0261117Z [05-13|18:27:25.574] INFO random_network/logging_test.go:94 Console only network log -2026-05-13T18:30:55.0261314Z [05-13|18:27:25.574] INFO random_network/logging_test.go:99 Console only node log -2026-05-13T18:30:55.0261419Z --- PASS: TestConsoleOnlyLogging (0.00s) -2026-05-13T18:30:55.0261508Z === RUN TestMempoolVerifiesTx -2026-05-13T18:30:55.0261607Z === RUN TestMempoolVerifiesTx/ValidTx -2026-05-13T18:30:55.0261742Z === RUN TestMempoolVerifiesTx/Duplicate_Tx_In_Block -2026-05-13T18:30:55.0261860Z === RUN TestMempoolVerifiesTx/Already_Accepted -2026-05-13T18:30:55.0261971Z === RUN TestMempoolVerifiesTx/Already_In_Chain -2026-05-13T18:30:55.0262102Z === RUN TestMempoolVerifiesTx/Tx_Verification_Fails -2026-05-13T18:30:55.0262303Z === RUN TestMempoolVerifiesTx/Correctly_verifies_transaction_not_in_chain -2026-05-13T18:30:55.0262445Z === RUN TestMempoolVerifiesTx/Double_Block_Verification -2026-05-13T18:30:55.0262645Z === RUN TestMempoolVerifiesTx/Parent_Previously_Verified_But_Was_Pruned -2026-05-13T18:30:55.0262743Z --- PASS: TestMempoolVerifiesTx (0.00s) -2026-05-13T18:30:55.0262906Z --- PASS: TestMempoolVerifiesTx/ValidTx (0.00s) -2026-05-13T18:30:55.0263128Z --- PASS: TestMempoolVerifiesTx/Duplicate_Tx_In_Block (0.00s) -2026-05-13T18:30:55.0263322Z --- PASS: TestMempoolVerifiesTx/Already_Accepted (0.00s) -2026-05-13T18:30:55.0263510Z --- PASS: TestMempoolVerifiesTx/Already_In_Chain (0.00s) -2026-05-13T18:30:55.0263718Z --- PASS: TestMempoolVerifiesTx/Tx_Verification_Fails (0.00s) -2026-05-13T18:30:55.0264038Z --- PASS: TestMempoolVerifiesTx/Correctly_verifies_transaction_not_in_chain (0.00s) -2026-05-13T18:30:55.0264268Z --- PASS: TestMempoolVerifiesTx/Double_Block_Verification (0.00s) -2026-05-13T18:30:55.0264631Z --- PASS: TestMempoolVerifiesTx/Parent_Previously_Verified_But_Was_Pruned (0.00s) -2026-05-13T18:30:55.0264717Z === RUN TestCreateNewTX -2026-05-13T18:30:55.0264807Z --- PASS: TestCreateNewTX (0.00s) -2026-05-13T18:30:55.0264890Z === RUN TestTXSerialize -2026-05-13T18:30:55.0264985Z --- PASS: TestTXSerialize (0.00s) -2026-05-13T18:30:55.0265114Z === RUN TestTXSerializeWithShouldFailVerification -2026-05-13T18:30:55.0265332Z --- PASS: TestTXSerializeWithShouldFailVerification (0.00s) -2026-05-13T18:30:55.0265423Z === RUN TestTxFromBytesInvalid -2026-05-13T18:30:55.0265528Z --- PASS: TestTxFromBytesInvalid (0.00s) -2026-05-13T18:30:55.0265586Z PASS -2026-05-13T18:30:55.0265746Z ok github.com/ava-labs/simplex/testutil/random_network 1.017s -2026-05-13T18:30:55.0265824Z === RUN TestInMemWAL -2026-05-13T18:30:55.0265954Z --- PASS: TestInMemWAL (0.00s) -2026-05-13T18:30:55.0266035Z === RUN TestWriteRecord -2026-05-13T18:30:55.0266124Z --- PASS: TestWriteRecord (0.00s) -2026-05-13T18:30:55.0266210Z === RUN TestReadRecord -2026-05-13T18:30:55.0266296Z --- PASS: TestReadRecord (0.00s) -2026-05-13T18:30:55.0266371Z === RUN TestWalSingleRw -2026-05-13T18:30:55.0266463Z --- PASS: TestWalSingleRw (0.01s) -2026-05-13T18:30:55.0266546Z === RUN TestWalMultipleRws -2026-05-13T18:30:55.0266678Z --- PASS: TestWalMultipleRws (0.01s) -2026-05-13T18:30:55.0266773Z === RUN TestWalAppendAfterRead -2026-05-13T18:30:55.0266877Z --- PASS: TestWalAppendAfterRead (0.00s) -2026-05-13T18:30:55.0266960Z === RUN TestCorruptedFile -2026-05-13T18:30:55.0267053Z --- PASS: TestCorruptedFile (0.01s) -2026-05-13T18:30:55.0267129Z === RUN TestDelete -2026-05-13T18:30:55.0267212Z --- PASS: TestDelete (0.00s) -2026-05-13T18:30:55.0267305Z === RUN TestReadWriteAfterTruncate -2026-05-13T18:30:55.0267423Z --- PASS: TestReadWriteAfterTruncate (0.00s) -2026-05-13T18:30:55.0267513Z === RUN TestGarbageCollectedWAL -2026-05-13T18:30:55.0267616Z --- PASS: TestGarbageCollectedWAL (0.00s) -2026-05-13T18:30:55.0267694Z === RUN TestLastRecord -2026-05-13T18:30:55.0267787Z --- PASS: TestLastRecord (0.00s) -2026-05-13T18:30:55.0267858Z === RUN FuzzRecord -2026-05-13T18:30:55.0267941Z --- PASS: FuzzRecord (0.00s) -2026-05-13T18:30:55.0268005Z PASS -2026-05-13T18:30:55.0268231Z ok github.com/ava-labs/simplex/wal 1.047s -2026-05-13T18:30:55.0268292Z FAIL -2026-05-13T18:30:55.0281856Z ##[error]Process completed with exit code 1. -2026-05-13T18:30:55.0392177Z Post job cleanup. -2026-05-13T18:30:55.1357628Z [command]/usr/bin/git version -2026-05-13T18:30:55.1394715Z git version 2.53.0 -2026-05-13T18:30:55.1445761Z Temporarily overriding HOME='/home/runner/work/_temp/ebc8714a-d48e-4f20-ac64-c637cacfc407' before making global git config changes -2026-05-13T18:30:55.1447138Z Adding repository directory to the temporary git global config as a safe directory -2026-05-13T18:30:55.1452046Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Simplex/Simplex -2026-05-13T18:30:55.1485194Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand -2026-05-13T18:30:55.1516921Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" -2026-05-13T18:30:55.1734009Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader -2026-05-13T18:30:55.1756192Z http.https://github.com/.extraheader -2026-05-13T18:30:55.1768574Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader -2026-05-13T18:30:55.1796722Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" -2026-05-13T18:30:55.2009630Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir: -2026-05-13T18:30:55.2039603Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url -2026-05-13T18:30:55.2357748Z Cleaning up orphan processes -2026-05-13T18:30:55.2713755Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ From e5fb4c2759e3d6f92a1ac26cdfc694306b00dbf0 Mon Sep 17 00:00:00 2001 From: samliok Date: Mon, 18 May 2026 17:59:31 -0400 Subject: [PATCH 3/3] epoch and sealing block info for multi-epoch --- api.go | 8 +++++ nonvalidator/non_validator.go | 57 ++++++++++++++++++++++++-------- testutil/block.go | 4 +++ testutil/random_network/block.go | 4 +++ 4 files changed, 59 insertions(+), 14 deletions(-) diff --git a/api.go b/api.go index aece5268..c71b7097 100644 --- a/api.go +++ b/api.go @@ -104,6 +104,12 @@ type Block interface { Verify(ctx context.Context) (VerifiedBlock, error) } +// Created temporarily to avoid the massive circular +type SealingBlockInfo struct { + Epoch uint64 + PChainHeight uint64 +} + type VerifiedBlock interface { // BlockHeader encodes a succinct and collision-free representation of a block. BlockHeader() BlockHeader @@ -112,6 +118,8 @@ type VerifiedBlock interface { // Bytes returns a byte encoding of the block Bytes() ([]byte, error) + + SealingBlockInfo() *SealingBlockInfo } // Contains all functions on the block diff --git a/nonvalidator/non_validator.go b/nonvalidator/non_validator.go index 9ee9e945..fc568ac7 100644 --- a/nonvalidator/non_validator.go +++ b/nonvalidator/non_validator.go @@ -6,6 +6,7 @@ package nonvalidator import ( "bytes" "context" + "errors" "fmt" "time" @@ -13,35 +14,42 @@ import ( "go.uber.org/zap" ) +var ( + errNoGenesis = errors.New("No Genesis Found") +) + type epochMetadata struct { - nodes []simplex.NodeID // the validators of this epoch + nodes simplex.Nodes nodeLookup map[string]struct{} epoch uint64 signatureAggregator simplex.SignatureAggregator + sealingMetadata *simplex.SealingBlockInfo } -func newEpochMetadata(epoch uint64, nodes []simplex.NodeID) *epochMetadata { +func newEpochMetadata(epoch uint64, nodes []simplex.Node, sigCreator simplex.SignatureAggregatorCreator, sealingMetadata *simplex.SealingBlockInfo) *epochMetadata { lookup := make(map[string]struct{}, len(nodes)) for _, node := range nodes { - lookup[string(node)] = struct{}{} + lookup[string(node.Node)] = struct{}{} } return &epochMetadata{ - nodes: nodes, - nodeLookup: lookup, - epoch: epoch, + nodes: nodes, + nodeLookup: lookup, + epoch: epoch, + signatureAggregator: sigCreator(nodes), + sealingMetadata: sealingMetadata, } } // ValidatorSetRetriever returns the validator set for the given epoch. // We use epochs not pChainHeight, because NonValidators receive simplex.Blocks // which are interfaces that do not expose the pChainHeight. -type ValidatorSetRetriever func(epoch uint64) ([]simplex.NodeID, error) +type ValidatorSetRetriever func(pChainReference uint64) ([]simplex.Node, error) type Config struct { - Logger simplex.Logger - Storage simplex.Storage - ValidatorSetRetriever ValidatorSetRetriever - signatureAggregator simplex.SignatureAggregator + Logger simplex.Logger + Storage simplex.Storage + ValidatorSetRetriever ValidatorSetRetriever + SignatureAggregatorCreator simplex.SignatureAggregatorCreator // how many rounds we allow to look past our current MaxRoundWindow uint64 // amount of dependencies we are willing to load into the block verifier @@ -78,19 +86,28 @@ func NewNonValidator(config Config) (*NonValidator, error) { // Retrieve the last block so we know where to start bootstrapping from lastBlockHeight := config.Storage.NumBlocks() + + if lastBlockHeight == 0 { + return nil, errNoGenesis + } + // TODO: test when the last block retrieved is a sealing block. Currently we would set the lastAcceptedEpoch to sealingblock.epoch, but technically we could set it to sealingblock.seq. Would save a step. lastBlock, _, err := config.Storage.Retrieve(lastBlockHeight - 1) if err != nil { return nil, err } lastBlockEpoch := lastBlock.BlockHeader().Epoch + pChainReference, _, err := config.Storage.Retrieve(lastBlockEpoch) + if err != nil { + return nil, err + } - nodes, err := config.ValidatorSetRetriever(lastBlockEpoch) + nodes, err := config.ValidatorSetRetriever(pChainReference.SealingBlockInfo().PChainHeight) if err != nil { return nil, err } - lastAccepted := newEpochMetadata(lastBlockEpoch, nodes) + lastAccepted := newEpochMetadata(lastBlockEpoch, nodes, config.SignatureAggregatorCreator, lastBlock.SealingBlockInfo()) epochs := make(map[uint64]epochMetadata) epochs[lastBlockEpoch] = *lastAccepted @@ -165,7 +182,7 @@ func (n *NonValidator) handleBlock(block simplex.Block, from simplex.NodeID) err return nil } - if !bytes.Equal(simplex.LeaderForRound(epoch.nodes, bh.Round), from) { + if !bytes.Equal(simplex.LeaderForRound(epoch.nodes.NodeIDs(), bh.Round), from) { n.Logger.Debug("Received a block not from the leader of that round", zap.Uint64("Epoch", bh.Epoch), zap.Stringer("From", from)) return nil } @@ -230,6 +247,17 @@ func (n *NonValidator) createFinalizedBlockVerificationTask(block simplex.Block, verifiedBlock, err := block.Verify(n.ctx) + // is this block a sealing block? set epochs + if sealingInfo := verifiedBlock.SealingBlockInfo(); sealingInfo != nil { + nodes, err := n.ValidatorSetRetriever(sealingInfo.PChainHeight) + if err != nil { + n.haltedError = err + return md.Digest + } + + n.epochs[sealingInfo.Epoch] = *newEpochMetadata(sealingInfo.Epoch, nodes, n.SignatureAggregatorCreator, sealingInfo) + } + // We have failed verifying a finalized block if err != nil { n.Logger.Info("Failed verifying a block that has a finalization", zap.Uint64("Block Seq", md.Seq), zap.Stringer("Block Digest", md.Digest), zap.Error(err)) @@ -243,6 +271,7 @@ func (n *NonValidator) createFinalizedBlockVerificationTask(block simplex.Block, } n.removeIncompleteSeqs(md.Seq) + return md.Digest } } diff --git a/testutil/block.go b/testutil/block.go index 176e39ee..bc832e9f 100644 --- a/testutil/block.go +++ b/testutil/block.go @@ -58,6 +58,10 @@ func (tb *TestBlock) Verify(context.Context) (simplex.VerifiedBlock, error) { return tb, nil } +func (tb *TestBlock) SealingBlockInfo() *simplex.SealingBlockInfo { + return nil +} + func (tb *TestBlock) ComputeDigest() { var bb bytes.Buffer tbBytes, err := tb.Bytes() diff --git a/testutil/random_network/block.go b/testutil/random_network/block.go index 59e3f3f9..535b8ff0 100644 --- a/testutil/random_network/block.go +++ b/testutil/random_network/block.go @@ -55,6 +55,10 @@ func (b *Block) BlockHeader() simplex.BlockHeader { } } +func (b *Block) SealingBlockInfo() *simplex.SealingBlockInfo { + return nil +} + type encodedBlock struct { ProtocolMetadata []byte TXs []asn1TX